/*
		** DEFAULT STYLES
*/
/* font styles */
html {
  font-size: 62.5% !important;
}

#main .content-wrap h1, #main .content-wrap h2, #main .content-wrap h3, #main .content-wrap h4, #main .content-wrap h5, #main .content-wrap h6, #main .content-wrap div, #main .content-wrap p, #main .content-wrap span, #main .content-wrap a, #main .content-wrap button, #main .content-wrap input, #main .content-wrap select, #main .content-wrap option, #main .content-wrap textarea {
  font-family: "NaverNanumSquareNeo" !important;
  letter-spacing: 0;
}
#main .content-wrap a {
  text-decoration: none !important;
}
#main .content-wrap ul, #main .content-wrap dl, #main .content-wrap ol {
  list-style: none !important;
}
#main .content-wrap div, #main .content-wrap p, #main .content-wrap span, #main .content-wrap em, #main .content-wrap a, #main .content-wrap i, #main .content-wrap li, #main .content-wrap dt, #main .content-wrap dd, #main .content-wrap button, #main .content-wrap input, #main .content-wrap textarea, #main .content-wrap select {
  font-size: 1.4rem !important;
  font-weight: 400;
  color: #000;
}
#main .content-wrap div, #main .content-wrap p, #main .content-wrap span, #main .content-wrap em, #main .content-wrap a, #main .content-wrap i, #main .content-wrap li, #main .content-wrap dt, #main .content-wrap dd, #main .content-wrap input, #main .content-wrap textarea, #main .content-wrap select {
  line-height: 1.5 !important;
}
#main .content-wrap button {
  line-height: 1 !important;
}
#main .content-wrap strong {
  font-weight: 600 !important;
}
#main .content-wrap .white {
  color: #fff !important;
}
#main .content-wrap .color1 {
  color: #F0F2F6 !important;
}

/* kadance-custom styles */
#wrapper {
  background-color: #F0F2F6 !important;
}

.single-post .single-entry {
  margin-top: 0 !important;
}

.wp-site-blocks .type-post .single-content ul, .wp-site-blocks .type-post .single-content dl, .wp-site-blocks .type-post .single-content ol {
  padding-left: 0 !important;
}

#share-link {
  display: none !important;
}

.entry-footer {
  display: none !important;
}

.single-post .single-entry .entry-header, .single-post .single-entry .single-content, .single-post .single-entry .entry-footer {
  max-width: 100% !important;
}

/* flex styles */
.flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-container .flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.flex-container .flex-column .col-3 {
  -webkit-box-flex: 25%;
      -ms-flex: 25%;
          flex: 25%;
  max-width: calc(25% - 1rem);
}
@media (max-width: 1023px) {
  .flex-container .flex-column .col-3 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .flex-container .flex-column .col-3:last-child {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .flex-container .flex-column .col-3 {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: calc(50% - 1rem);
    margin-bottom: 1rem;
  }
  .flex-container .flex-column .col-3:nth-child(n+3) {
    margin-bottom: 0rem;
  }
}
.flex-container .flex-column .col-4 {
  -webkit-box-flex: 33.3333333333%;
      -ms-flex: 33.3333333333%;
          flex: 33.3333333333%;
  max-width: calc(33.3333333333% - 1rem);
}
@media (max-width: 1023px) {
  .flex-container .flex-column .col-4 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .flex-container .flex-column .col-4:last-child {
    margin-bottom: 0rem;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .flex-container .flex-column .col-4 {
    -webkit-box-flex: 33.3333333333%;
        -ms-flex: 33.3333333333%;
            flex: 33.3333333333%;
    max-width: calc(33.3333333333% - 1rem);
    margin-bottom: 1rem;
  }
  .flex-container .flex-column .col-4:nth-child(n+4) {
    margin-bottom: 0rem;
  }
}
.flex-container .flex-column .col-6 {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
  max-width: calc(50% - 1rem);
}
@media (max-width: 1023px) {
  .flex-container .flex-column .col-6 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .flex-container .flex-column .col-6:last-child {
    margin-bottom: 0rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .flex-container .flex-column .col-6 {
    -webkit-box-flex: 50%;
        -ms-flex: 50%;
            flex: 50%;
    max-width: calc(50% - 1rem);
  }
}
.flex-container .flex-column .col-8 {
  -webkit-box-flex: 66.6666666667%;
      -ms-flex: 66.6666666667%;
          flex: 66.6666666667%;
  max-width: calc(66.6666666667% - 1rem);
}
@media (max-width: 1023px) {
  .flex-container .flex-column .col-8 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .flex-container .flex-column .col-8:last-child {
    margin-bottom: 0rem;
  }
}
.flex-container .flex-column .col-9 {
  -webkit-box-flex: 75%;
      -ms-flex: 75%;
          flex: 75%;
  max-width: calc(75% - 1rem);
}
@media (max-width: 1023px) {
  .flex-container .flex-column .col-9 {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    max-width: 100%;
    margin-bottom: 1rem;
  }
  .flex-container .flex-column .col-9:last-child {
    margin-bottom: 0rem;
  }
}

/* common styles */
* {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.wrap {
  position: relative;
  margin: auto;
}

.scroll-top {
  display: none;
}

button {
  background-color: transparent;
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

input, select {
  height: auto !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* footer styles */
#form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 6.6rem;
  background-color: #000;
  text-align: center;
}
#form-footer div {
  font-size: 1.2rem !important;
  color: #fff !important;
}
#form-footer div br {
  display: none;
}

@media (max-width: 1023px) {
  .small-view {
    display: block !important;
  }
  .large-view {
    display: none !important;
  }
  img {
    display: block;
    max-width: 100%;
  }
  .flex-container .flex-column {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .small-view {
    display: block !important;
  }
  .large-view {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .small-view {
    display: none !important;
  }
  .large-view {
    display: block !important;
  }
  .mobile-menu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .small-view {
    display: none !important;
  }
  .large-view {
    display: block !important;
  }
}
#form-container {
  max-width: 750px;
  min-height: calc(100vh - 6.6rem);
  margin: auto;
  padding: 1.6rem 0 6.6rem;
  background-color: #F0F2F6 !important;
}
#form-container .form-banner {
  overflow: hidden;
  position: relative;
  height: 20rem;
  margin-bottom: 1.6rem !important;
  border-radius: 8px;
}
#form-container .form-banner .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 16px;
}
#form-container .form-banner .text-block h2, #form-container .form-banner .text-block p, #form-container .form-banner .text-block span {
  color: #fff;
}
#form-container .content-box {
  overflow: hidden;
  margin-bottom: 1.6rem;
  padding: 3.2rem 1.6rem;
  background-color: #fff !important;
  border-left: 0.8rem solid #000;
  border-radius: 0.8rem;
}
#form-container .content-box p {
  margin-bottom: 0.8rem !important;
  word-break: keep-all;
}
#form-container .content-box p:last-child {
  margin-bottom: 0 !important;
}
#form-container .content-box .notice {
  padding-left: 2rem !important;
  margin-bottom: 2.4rem !important;
  list-style-type: disc !important;
}
#form-container .content-box .notice li {
  list-style-type: disc !important;
}
#form-container .content-box .notice li {
  margin-bottom: 0.4rem;
  font-size: 1.4rem !important;
  word-break: keep-all;
}
#form-container .content-box .notice li::marker {
  color: #000;
}
#form-container .section-form {
  padding: 1.6rem 0;
}
#form-container .section-form .title {
  margin-bottom: 2.4rem !important;
}
#form-container .section-form .sub-title {
  margin: 3.2rem 0 1.6rem !important;
}
#form-container .section-form .submit-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 4rem 0 0;
}
#form-container .section-form .submit-wrap input[type=submit] {
  min-height: auto !important;
  padding: 18px 48px !important;
  background-color: #000 !important;
  border-radius: 8px !important;
  border: 0;
  text-align: center;
  line-height: 1 !important;
  color: #fff !important;
  font-weight: 600 !important;
}
#form-container .section-form .form-title {
  margin-bottom: 2.4rem !important;
}
#form-container .section-form .form-handler li {
  overflow: hidden;
  margin-bottom: 1.6rem;
  padding: 3.2rem 1.6rem;
  background-color: #fff !important;
  border-left: 0.8rem solid #000;
  border-radius: 0.8rem;
}
#form-container .section-form .form-handler li label {
  display: block;
  font-weight: 600 !important;
  margin-bottom: 1.6rem !important;
  word-break: keep-all;
}
#form-container .section-form .form-handler li label + br {
  display: none;
}
#form-container .section-form .form-handler li label.chk-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#form-container .section-form .form-handler li .form-checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20px;
  min-width: 20px;
  height: 20px !important;
  margin-right: 1rem !important;
  cursor: pointer;
}
#form-container .section-form .form-handler li .form-checkbox::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  display: block;
  width: 22px;
  height: 22px;
  background-image: url("https://img.iting.co.kr/wp-content/uploads/2025/04/form-check.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px;
  border-color: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#form-container .section-form .form-handler li .form-checkbox:checked::before {
  background-image: url("https://img.iting.co.kr/wp-content/uploads/2025/04/form-checked.png");
}
#form-container .section-form .form-handler li .form-checkbox + span {
  cursor: pointer;
}
#form-container .section-form .form-handler li .form-text {
  width: 100%;
  padding: 1.1rem 1.6rem !important;
  border: 1px solid #D7DFEE !important;
  border-radius: 4px;
}
#form-container .section-form .form-handler li .form-text::-webkit-input-placeholder {
  color: #AAAFB8 !important;
}
#form-container .section-form .form-handler li .form-text::-moz-placeholder {
  color: #AAAFB8 !important;
}
#form-container .section-form .form-handler li .form-text:-ms-input-placeholder {
  color: #AAAFB8 !important;
}
#form-container .section-form .form-handler li .form-text::-ms-input-placeholder {
  color: #AAAFB8 !important;
}
#form-container .section-form .form-handler li .form-text::placeholder {
  color: #AAAFB8 !important;
}
#form-container .section-form .form-handler li .address-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#form-container .section-form .form-handler li .address-box .address-area {
  width: 100%;
  padding: 1.1rem 1.6rem !important;
  border: 1px solid #d7dfee !important;
  border-radius: 4px;
}
#form-container .section-form .form-handler li .address-box .get_address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 11.2rem;
  height: 4.5rem;
  margin-left: 0.8rem;
  background-color: #000;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}
#form-container .section-form .form-handler li .form-select {
  width: 100%;
  padding: 1.1rem 1.6rem !important;
  border: 1px solid #D7DFEE !important;
  border-radius: 4px;
  background-image: url("https://img.iting.co.kr/wp-content/uploads/2025/04/cf7-select-arrow-1.png") !important;
  background-position: calc(100% - 16px) center !important;
  background-repeat: no-repeat !important;
  background-size: 14px 8px !important;
}
#form-container .section-form .form-handler li .form-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#form-container .section-form .form-handler li .form-radio label input[type=radio] {
  position: relative;
  display: block;
  width: auto;
  min-width: 35px;
  height: 25px !important;
  opacity: 0;
}
#form-container .section-form .form-handler li .form-radio label input[type=radio] + span {
  position: relative;
  cursor: pointer;
}
#form-container .section-form .form-handler li .form-radio label input[type=radio] + span::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -35px;
  z-index: 1;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #fff;
  border: 1px solid #d2d2d2;
}
#form-container .section-form .form-handler li .form-radio label input[type=radio] + span::after {
  content: "";
  position: absolute;
  top: 0;
  left: -32px;
  opacity: 0;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#form-container .section-form .form-handler li .form-radio label input[type=radio]:checked + span::after {
  z-index: 1;
  background-color: #333;
  opacity: 1;
}
#form-container .section-form .form-handler li.agreement-box .check-all {
  margin-bottom: 2.4rem;
}
#form-container .section-form .form-handler li.agreement-box .check-all label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0.8rem !important;
}
#form-container .section-form .form-handler li.agreement-box .check-all .wpcf7-list-item-label {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap {
  border-top: 1px solid #000;
  padding-bottom: 1.6rem;
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap:last-child {
  padding-bottom: 0;
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap em {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 1.6rem 0;
  border-bottom: 1px solid #D7DFEE !important;
  font-weight: 600 !important;
  cursor: pointer;
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap .terms-open {
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  position: relative;
  vertical-align: -0.9rem;
  margin-left: 0.8rem;
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap .terms-open::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 2px;
  height: 16px;
  background-color: #000;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap .terms-open::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: #000;
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap .active .terms-open::before {
  -webkit-transform: rotate(90deg) translate(-8px, 1px);
          transform: rotate(90deg) translate(-8px, 1px);
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap .agreement {
  display: none;
  overflow-y: scroll;
  height: 19.2rem;
  padding: 2.4rem;
  background: #fff !important;
  border: 1px solid #D7DFEE !important;
  border-top: 0 !important;
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap .agreement br {
  display: block;
}
#form-container .section-form .form-handler li.agreement-box .terms-wrap label {
  margin: 1.6rem 0;
}

@media (max-width: 1023px) {
  #form-container {
    padding: 1.6rem 16px 6.6rem;
  }
  #form-container .section-form .form-title {
    margin-bottom: 2.4rem !important;
  }
  #form-container .form-banner .text-block p {
    font-size: 1.8rem !important;
  }
}