/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer components {
  .notification-popup:before, .map-container .flx {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  }
  .main {
    outline: none;
    background-color: #eee;
    min-height: calc(100vh - 130px);
  }
  .clearfix {
    zoom: 1;
  }
  .clearfix:before {
    content: "";
    display: block;
  }
  .clearfix:after {
    content: "";
    display: table;
    clear: both;
  }
  .disable-hover {
    pointer-events: none;
  }
  .page-header {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.187em 0 1.38em;
    background-color: #555;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    font-size: 3em;
    line-height: 1.8;
    text-align: center;
    letter-spacing: 0;
  }
  .page-header h1 {
    font-size: 1em;
    line-height: 1.3;
    word-spacing: 0.03em;
  }
  .page-header [lang=en] {
    display: block;
    color: #999;
    font-size: 0.64em;
    font-weight: normal;
    letter-spacing: 0;
  }
  .page-header--contact {
    background-image: url(/assets/image/ko/about/contact_top_s.jpg);
  }
  .page-header--privacy {
    padding: 0.687em 0 0.88em;
  }
  @media (min-width: 48em) {
    .page-header--contact {
      background-image: url(/assets/image/ko/about/contact_top.jpg);
    }
  }
  @media (min-width: 64em) {
    .page-header {
      padding: 1.9em 0 2.177em;
      font-size: 4em;
    }
    .page-header h1 {
      letter-spacing: -0.025em;
    }
    .page-header [lang=en] {
      font-size: 0.462em;
    }
    .page-header--privacy {
      padding: 1.7245em 0 1.876em;
    }
  }
  @media (min-width: 80em) {
    .page-header {
      font-size: 5.2em;
    }
  }
  [type=text], [type=num], [type=tel], [type=file], [type=password], [type=email], [type=search], [type=url], textarea {
    padding: 0.5em 1em;
    color: #191919;
    line-height: 1.5;
    border: 1px solid #aaa;
    background: #fff;
    outline: 0;
    vertical-align: middle;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
  }
  [type=text]:focus, [type=num]:focus, [type=tel]:focus, [type=file]:focus, [type=password]:focus, [type=email]:focus, [type=search]:focus, [type=url]:focus, textarea:focus {
    border-color: #191919;
  }
  textarea:required, input:required {
    background: #fff;
  }
  input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
    display: none;
  }
  .input-wrap {
    overflow: hidden;
    position: relative;
  }
  .input-m, .input-l {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    height: 48px;
    padding: 0 30px 0 15px;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 16px;
  }
  @media (min-width: 64em) {
    .input-l {
      font-size: 17px;
    }
  }
  .input-textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 100%;
    padding: 17px 15px;
    height: auto;
    font-size: 16px;
    line-height: 1.4;
  }
  .input-hide {
    position: absolute;
    visibility: hidden;
  }
  @media (min-width: 64em) {
    .input-m, .input-l {
      height: 60px;
      padding: 0 40px 0 20px;
    }
    .input-l {
      font-size: 18px;
    }
    .input-textarea {
      padding: 17px 33px 17px 20px;
      font-size: 14px;
    }
    .input-error:before, .input-wrap.has-success:before {
      line-height: 60px;
    }
    .input-error label, .input-wrap.has-success label {
      right: 50px;
    }
  }
  .has-error::before, .has-success::before {
    position: absolute;
    top: 18px;
    right: 12px;
    font-size: 24px;
    width: 24px;
    height: 24px;
  }
  .has-error label, .has-success label {
    right: 40px;
  }
  @media (min-width: 64em) {
    .has-error::before, .has-success::before {
      line-height: 60px;
    }
    .has-error label, .has-success label {
      right: 50px;
    }
  }
  .has-error::before {
    content: ' ';
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #f30;
    mask-image: url('/assets/svg/circle-x.svg');
  }
  .has-error .form-control {
    border-color: #f30;
  }
  .has-error label {
    color: #f30;
  }
  .has-error .error-msg {
    display: block;
    margin: 0.5em 0;
    padding-left: 1px;
    color: #ff3000;
    font-size: 1.4em;
    font-weight: bold;
    text-align: left;
  }
  .has-success::before {
    content: ' ';
    mask-size: 100% 100%;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: #23b889;
    mask-image: url('/assets/svg/circle-check.svg');
  }
  .has-success .form-control {
    border-color: #23b889;
    font-weight: bold;
  }
  .has-success label {
    color: #23b889;
  }
  .label-side {
    position: absolute;
    top: 0;
    right: -100px;
    width: 100px;
    text-align: right;
    font-size: 1.4em;
    line-height: 48px;
    vertical-align: middle;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .label-top {
    display: block;
    margin-bottom: 0.5em;
    color: #3a3b3c;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
  }
  @media (min-width: 64em) {
    .label-side {
      line-height: 60px;
    }
    .label-top {
      font-size: 16px;
    }
  }
  .error-msg {
    display: none;
  }
  .form-control:focus ~ .label-side {
    right: 40px;
  }
  @media (min-width: 64em) {
    .form-control:focus ~ .label-side {
      right: 50px;
    }
  }
  .btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    padding: 0.8em 2.4em;
    border: 1px solid #3a3b3c;
    background-color: #3a3b3c;
    color: #fff;
    font-size: 1em;
    line-height: 1.3;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .btn:hover, .btn:focus {
    color: #fff;
    background: #191919;
    text-decoration: none;
  }
  .btn-wide {
    width: 100%;
    text-align: center;
  }
  .btn-ghost {
    border-color: #fff;
    background-color: transparent;
    color: #fff;
  }
  .btn-ghost:hover, .btn-ghost:focus {
    background-color: #fff;
    color: #3a3b3c;
  }
  .btn-big {
    padding: 1.25em 3.375em;
  }
  .flexible-obj {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .flexible-obj iframe, .flexible-obj object, .flexible-obj video, .flexible-obj embed, .flexible-obj > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .flexible-obj iframe {
    border: 0;
  }
  .func {
    margin-top: 4em;
    text-align: center;
  }
  .break-word {
    word-break: keep-all;
    word-wrap: break-word;
  }
  .map-container {
    position: relative;
    height: 100%;
  }
  .map-container img {
    max-width: none;
  }
  .map-canvas {
    width: 100%;
    height: 100%;
  }
  .notification-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 201;
    -webkit-box-shadow: 0 3px 6px rgba(100, 100, 100, 0.5);
    -moz-box-shadow: 0 3px 6px rgba(100, 100, 100, 0.5);
    box-shadow: 0 3px 6px rgba(100, 100, 100, 0.5);
    visibility: hidden;
  }
  .notification-popup:before {
    content: "";
    background: #3a3b3c;
    background: rgba(51, 51, 51, 0.9);
  }
  .notification-popup.type-error:before {
    background: #e65a5c;
    background: rgba(230, 92, 90, 0.9);
  }
  .notification-popup.is-show {
    visibility: visible;
  }
  .notification-inner {
    overflow: hidden;
    position: relative;
    padding: 3em 0;
  }
  .notification-inner .btn-close {
    position: absolute;
    top: 20px;
    right: 0;
    padding: 0;
    color: #fff;
  }
  .notification-inner .icon-close {
    width: 36px;
    height: 36px;
  }
  .notification-inner .icon-close:before, .notification-inner .icon-close:after {
    background-color: #ccc;
  }
  .type-error .notification-inner .icon-close:before, .type-error .notification-inner .icon-close:after {
    background-color: #fff;
  }
  .notification {
    text-align: center;
    color: #fff;
    font-size: 1.6em;
  }
  .notification .h {
    display: none;
    font-size: 1em;
    text-transform: uppercase;
  }
  .notification .p {
    margin: 0;
  }
  .type-error .notification .h {
    display: block;
  }
  .notification-head {
    font-weight: bold;
  }
  .tags .tag {
    display: inline-block;
    margin: 0.3em 0.4em 0.3em 0;
    padding: 0.4em 1.1em;
    border: 1px solid #eee;
    background-color: #f5f5f5;
    color: #999;
    line-height: 1.6;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
  }
  .tags .tag:hover, .tags .tag:focus {
    border-color: #2c2d2e;
    background-color: #fff;
    color: #2c2d2e;
    text-decoration: none;
  }
  .scroll-box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #cccdce;
    background: #fff;
  }
  .scroll-area {
    padding: 13px 20px;
  }
  @media (min-width: 37.5em) {
    .l-contact {
      margin: 0 6.25%;
    }
  }
  @media (min-width: 48em) {
    .l-contact {
      width: 80%;
      margin: 0 auto;
    }
  }
  @media (min-width: 64em) {
    .l-contact {
      max-width: 960px;
    }
  }
  .contact-section {
    background-color: #eee;
  }
  .contact-form {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 4em;
  }
  .contact-fieldset {
    margin-top: 2.5em;
    text-align: center;
  }
  .contact-fieldset .legend {
    display: block;
    width: 100%;
    margin-bottom: 0.5em;
    color: #2c2d2e;
    font-size: 2.2em;
    line-height: 1.3;
  }
  .contact-hr {
    margin-top: 2em;
    border-top: 1px solid #cccdce;
  }
  .contact-func {
    margin-top: 20px;
    padding-top: 15px;
    border-top: 1px solid #767676;
    font-size: 14px;
    text-align: center;
  }
  .contact-func .btn {
    width: 100%;
  }
  @media (min-width: 37.5em) {
    .contact-func {
      font-size: 16px;
    }
    .contact-func .btn {
      width: auto;
    }
  }
  @media (min-width: 64em) {
    .contact-form {
      margin-left: 0;
      margin-right: 0;
      padding-bottom: 8em;
    }
    .contact-fieldset {
      margin-top: 6em;
      max-width: 790px;
      width: 84%;
      margin-left: auto;
      margin-right: auto;
    }
    .contact-fieldset .legend {
      display: block;
      width: 100%;
      margin-bottom: 0.6em;
      font-size: 3em;
    }
    .contact-hr {
      max-width: 790px;
      width: 84%;
      margin-top: 3.3em;
      margin-left: auto;
      margin-right: auto;
    }
    .contact-func {
      margin-top: 40px;
      padding-top: 20px;
      padding-left: 8%;
      padding-right: 8%;
      font-size: 18px;
    }
  }
  @media (min-width: 80em) {
    .contact-fieldset .legend {
      font-size: 3.5em;
    }
  }
  .field-2 .input-wrap {
    margin-bottom: 2em;
  }
  .field-2 .input-budget {
    margin-bottom: 0;
  }
  @media (min-width: 64em) {
    .field-2 .legend {
      margin-bottom: 0.9em;
    }
    .field-2 .input-wrap {
      margin-bottom: 3.2em;
    }
  }
  .project-info {
    margin-top: 0.5em;
  }
  .project-info-msg {
    text-align: left;
    font-size: 1.4em;
  }
  .project-info-msg:before {
    content: "* ";
  }
  .fileupload {
    display: none;
  }
  .fileupload .fileupload-desc {
    margin: 0;
    text-align: left;
  }
  .fileupload progress {
    width: 100%;
  }
  .fileupload progress:after {
    content: "%";
  }
  @media (min-width: 64em) {
    .fileupload {
      display: block;
    }
  }
  .file-holder {
    position: relative;
    border: 2px dashed #999;
    padding: 20px;
    background-color: #fff;
    font-size: 1.4em;
    -webkit-transition: color 0.5s;
    -moz-transition: color 0.5s;
    -ms-transition: color 0.5s;
    -o-transition: color 0.5s;
    transition: color 0.5s;
  }
  @media (min-width: 64em) {
    .file-holder {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      -ms-box-sizing: border-box;
      box-sizing: border-box;
      padding-right: 100px;
    }
    .file-holder .polyfill {
      position: absolute;
      top: 20px;
      right: 20px;
    }
  }
  .file-holder.hover {
    border-color: #3a3b3c;
  }
  .file-holder img {
    display: block;
    margin: 1em auto 0;
  }
  .file-holder p {
    font-size: 14px;
  }
  .fail {
    background: #c00;
    padding: 2px;
    color: #fff;
  }
  .hidden {
    display: none !important;
  }
  .input-budget {
    overflow: visible;
    padding-bottom: 4em;
  }
  .noUi-slider {
    position: relative;
    height: 1em;
    padding: 0.167em 0;
    margin: 1em 0;
    border-radius: 0.75em;
    font-size: 2.4em;
  }
  .noUi-slider-container {
    zoom: 1;
  }
  .noUi-slider-container:before {
    content: "";
    display: block;
  }
  .noUi-slider-container:after {
    content: "";
    display: table;
    clear: both;
  }
  @media (min-width: 64em) {
    .noUi-slider {
      margin: 1.2em 0;
    }
  }
  .noUi-background {
    background: #bdbdbd;
  }
  .noUi-base {
    position: relative;
    height: 100%;
    z-index: 10;
    margin-left: 0.33em;
    margin-right: 0.33em;
  }
  .noUi-base:before, .noUi-base:after {
    content: "";
    position: absolute;
    z-index: 0;
    top: -0.17em;
    width: 1.34em;
    height: 1.34em;
    background: #bdbdbd;
  }
  .noUi-base:before {
    left: -0.66em;
    border-top-left-radius: 50%;
    border-bottom-left-radius: 50%;
  }
  .noUi-base:after {
    right: -0.66em;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .noUi-base .noUi-connect {
    margin-left: -0.5em;
  }
  .noUi-base .noUi-background {
    margin-left: -0.25em;
  }
  .noUi-base .noUi-background:after {
    content: "";
    position: absolute;
    top: 0;
    left: -0.234em;
    width: 1em;
    height: 1em;
    background: #555;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .noUi-pips {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    zoom: 1;
  }
  .noUi-pips:before {
    content: "";
    display: block;
  }
  .noUi-pips:after {
    content: "";
    display: table;
    clear: both;
  }
  .noUi-pips {
    position: absolute;
    top: 0;
    left: 0.33em;
    right: 0.33em;
    z-index: 1;
    height: 100%;
  }
  .noUi-connect {
    border-radius: 0.5em;
    background: #555;
  }
  .noUi-origin {
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .noUi-handle {
    position: relative;
    z-index: 1;
    width: 0.67em;
    height: 0.67em;
    top: 0.167em;
    left: 0.167em;
    background: #fff;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -moz-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -ms-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    -o-transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: all 0.3s cubic-bezier(0.22, 0.61, 0.36, 1);
  }
  .noUi-handle:active {
    background: #f6ff00;
  }
  .noUi-handle .tooltip {
    position: absolute;
    top: 2.8em;
    left: -0.2em;
    color: #555;
    font-size: 0.54em;
    white-space: nowrap;
  }
  .noUi-handle-upper {
    left: auto;
    right: 0.084em;
  }
  @media (min-width: 64em) {
    .noUi-handle .tooltip {
      top: 2.25em;
      font-size: 0.75em;
    }
  }
  .noUi-marker {
    float: left;
    position: absolute;
    width: 10%;
    height: 100%;
  }
  .noUi-marker:last-child {
    width: 0;
  }
  .noUi-marker:before {
    content: "";
    position: absolute;
    bottom: 40%;
    left: 0;
    width: 1px;
    height: 100%;
    background: #bdbdbd;
  }
  .noUi-marker:after {
    content: "";
    position: absolute;
    top: 40%;
    left: 0;
    width: 1px;
    height: 100%;
    background: #bdbdbd;
  }
  .contact-category__radio {
    display: inline-block;
    height: 42px;
    padding: 0 30px 0 15px;
    vertical-align: middle;
    line-height: 1.5;
    font-size: 16px;
    margin-right: 20px;
  }
  .contact__pot {
    display: none;
    position: absolute;
    left: -5000px;
  }
}
@layer components {
  .my-item__row::before {
    content: '';
    display: block;
  }
  .my-item__row::after {
    content: '';
    display: table;
    clear: both;
  }
  @media (min-width: 64em) {
    .my-item__row {
      margin: 0 -10px;
    }
  }
  .my-item__row {
    zoom: 1;
    margin: 0 -5px;
  }
  .my-item__col, .my-item__col-2, .my-item__col-4, .my-item__col-12 {
    float: left;
    min-height: 1px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
  }
  @media (min-width: 64em) {
    .my-item__col-12 {
      width: 100%;
      padding: 10px;
    }
  }
  @media (min-width: 64em) {
    .my-item__col {
      width: 50%;
      padding: 10px;
      padding-right: 10px;
    }
  }
  @media (min-width: 64em) {
    .my-item__col-2 {
      width: 16.667%;
      padding: 10px;
    }
  }
  @media (min-width: 64em) {
    .my-item__col-4 {
      width: 33.333%;
      padding: 10px;
      padding-right: 10px;
      padding-left: 10px;
    }
  }
}
