@charset "utf-8";
@import url(reset.css);
@import url(normalize.css);
@import url(SpoqaHanSansNeo.css);

@font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 100;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 300;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 400;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 500;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 700;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');} @font-face {font-family: 'Noto Sans KR';font-style: normal;font-weight: 900;src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');}



@font-face {
     font-family: 'S-CoreDream-4Regular';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-4Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'S-CoreDream-5Medium';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-5Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Metropolis-Light';
     src: url('../fonts/Metropolis-Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Metropolis-Regular';
     src: url('../fonts/Metropolis-Regular.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Metropolis-Medium';
     src: url('../fonts/Metropolis-Medium.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
     font-family: 'Metropolis-Bold';
     src: url('../fonts/Metropolis-Bold.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'GmarketSansBold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


/*a { color: initial; }
img { max-width: 100%; display: block; }
input {appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0;}
select { border-radius: 0;-webkit-border-radius: 0;-moz-border-radius: 0; }
select::-ms-expand { display: none; }*/

*, *:before, *:after { -webkit-box-sizing: inherit; box-sizing: inherit; }
a { color: initial; text-decoration: none; }
body { font-family: 'Noto Sans KR', Arial, sans-serif; color: #444; font-size: 16px; line-height: 1.6; letter-spacing: 0; font-weight: normal; min-width:320px; background-color: #fff; word-break: keep-all; }
button { padding: 0; }
img { max-width: 100%; }

caption {width:1px; height:1px; margin:-1px; position:relative; top:0; left:0; border:none; overflow:hidden; clip:rect(0, 0, 0, 0)}
.hidden{display:inline-block; width:1px; height:1px; margin:-1px; position:relative; top:0; left:0; border:none; overflow:hidden; clip:rect(0, 0, 0, 0)}
.skip_nav a{position: absolute; top: -100px; width: 100%; background-color: #000; color: #fff; transition: top 0.3s; height: 30px; line-height: 30px; z-index: 9999; text-align: center;}
.skip_nav a:focus{top:0;}

/*a:focus, 
button:focus,
input:focus,
textarea:focus,
select:focus { outline-width: 1px; outline-style: dashed; outline-color: #999; }*/


/* Modals */
#modal_overlay{
    position: fixed;width: 100%; height: 100%;  left: 0; top: 0; z-index: 110;/* background:url("../img/common/transparent.png") repeat; */
    background-color: rgba(0, 0, 0, 0.5); display:none;visibility:hidden;opacity:0;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#cc000000, endColorstr=#cc000000)";
    -webkit-transition:visibility .3s ease-in-out, opacity .3s ease-in-out;
    -moz-transition:visibility .3s ease-in-out, opacity .3s ease-in-out;
    -o-transition:visibility .3s ease-in-out, opacity .3s ease-in-out;
    transition:visibility .3s ease-in-out, opacity .3s ease-in-out;
}

/* #modal_overlay:nth-child(n){filter:none} */
#modal_overlay.on{visibility:visible;opacity:1;}

.modal{position: fixed;left:0;right:0;margin:auto;z-index: 120;display:none;visibility: hidden;opacity:0;-webkit-overflow-scrolling: touch;width: 55%; max-width:85%; min-width: 320px; max-height: 90%; min-height: 150px; overflow: hidden;
    -webkit-transform: scale(0.6,0.6);
    -moz-transform: scale(0.6,0.6);
    -ms-transform: scale(0.6,0.6);
    -o-transform: scale(0.6,0.6);
    transform: scale(0.6,0.6);
    -webkit-transition:visibility .4s ease-in-out, opacity .4s ease-in-out, -webkit-transform .3s ease-in-out .4s, width 0.5s cubic-bezier(.67,.04,.32,1);
    -moz-transition:visibility .4s ease-in-out, opacity .4s ease-in-out, -moz-transform .3s ease-in-out .4s, width 0.5s cubic-bezier(.67,.04,.32,1);
    -ms-transition:visibility .4s ease-in-out, opacity .4s ease-in-out, -ms-transform .3s ease-in-out .4s, width 0.5s cubic-bezier(.67,.04,.32,1);
    -o-transition:visibility .4s ease-in-out, opacity .4s ease-in-out, -o-transform .3s ease-in-out .4s, width 0.5s cubic-bezier(.67,.04,.32,1);
    transition:visibility .4s ease-in-out, opacity .4s ease-in-out, transform .3s ease-in-out .4s, width 0.5s cubic-bezier(.67,.04,.32,1);
}
.modal.on{visibility: visible;opacity:1; -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); transform: scale(1,1);
    -webkit-transition:visibility .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .4s cubic-bezier(.67,.04,.32,1) .1s, width 0.5s cubic-bezier(.67,.04,.32,1);
    -moz-transition:visibility .3s ease-in-out, opacity .3s ease-in-out, -moz-transform .4s cubic-bezier(.67,.04,.32,1) .1s, width 0.5s cubic-bezier(.67,.04,.32,1);
    -ms-transition:visibility .3s ease-in-out, opacity .3s ease-in-out, -ms-transform .4s cubic-bezier(.67,.04,.32,1) .1s, width 0.5s cubic-bezier(.67,.04,.32,1);
    -o-transition:visibility .3s ease-in-out, opacity .3s ease-in-out, -o-transform .4s cubic-bezier(.67,.04,.32,1) .1s, width 0.5s cubic-bezier(.67,.04,.32,1);
    transition:visibility .3s ease-in-out, opacity .3s ease-in-out, transform .4s cubic-bezier(.67,.04,.32,1) .1s, width 0.5s cubic-bezier(.67,.04,.32,1);
}
.modal > .inner{position: relative;background-color: #fff;width: 100%; height: 100%; padding: 0;}
.modal > .inner:after{content: '';display: block;clear: both;}
.modal > .inner .modal_header { padding: 1.333em; padding-right: 60px; background-color: #2dbda0; position: relative; }
.modal > .inner .modal_header > h2 {color: #fff;}
.modal > .inner .modal_content { width: 100%; overflow-y: auto; overflow-x: hidden; color: #666;}
.modal > .inner .modal_content > .inner { padding: 1.538em; }
.modal > .inner .modal_footer { padding: 1.333em; border-top: 1px solid #ced9ee; }
.modal > .inner .modal_footer .btn_group { margin-top: 0; }

.modal button.modal_close {position: absolute;top: 12px;right: 0.667em;z-index: 3;/* width: 19px;height: 19px; */overflow: hidden;}
.modal .modal_header button.modal_close { top: 50%; margin-top: -1.333em; }


/* Radio Checkbox */
input[type="checkbox"].custom, input[type="radio"].custom { box-sizing: border-box; padding: 0; }
[type="radio"].custom:not(:checked), [type="radio"].custom:checked, [type="checkbox"].custom:not(:checked), [type="checkbox"].custom:checked { position: absolute; left: -9999px; opacity: 0; }
[type="radio"].custom:not(:checked)+label, [type="radio"].custom:checked+label {
  position: relative; padding-left: 25px; cursor: pointer; display: inline-block; min-width: 30px; height: 30px; line-height: 30px; font-size: 1em; margin-right: 20px;
    transition: .28s ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
[type="radio"].custom+label.text-none { min-width: auto; padding-left: 20px; }
[type="radio"].custom+label:before, [type="radio"].custom+label:after {
  content: ''; position: absolute; left: 0; top: 0; margin: 5px 5px 5px 0; width: 20px; height: 20px; z-index: 0; transition: .28s ease; box-sizing: border-box;
}
[type="radio"].custom:not(:checked)+label:before, [type="radio"].custom:not(:checked)+label:after, [type="radio"].custom:checked+label:before, [type="radio"].custom:checked+label:after { border-radius: 50%; }
[type="radio"].custom:not(:checked)+label:before, [type="radio"].custom:not(:checked)+label:after { border: 1px solid #ced9ee; }
[type="radio"].custom:checked+label:after, [type="radio"].custom:checked+label:before { border: 1px solid #ced9ee; }
[type="radio"].custom:checked+label:after { background-color: #0081bb; -webkit-transform: scale(0.5); transform: scale(0.5); }

[type="checkbox"].custom+label {
    position: relative; padding-left: 30px; cursor: pointer; display: inline-block; height: 22px; line-height: 22px; font-size: 1em;
    -webkit-user-select: none; -moz-user-select: none; -khtml-user-select: none; -ms-user-select: none; margin-right: 20px; vertical-align: middle;
}
[type="radio"].custom+label:last-child,
[type="checkbox"].custom+label:last-child { margin-right: 0; }
[type="checkbox"].custom+label:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    z-index: 0;
    border: 1px solid #bababa;
    background-color: #fff;
    transition: .2s;
    margin: 0;
    box-sizing: border-box;
}
[type="checkbox"].custom:checked+label:before{

}
[type="checkbox"].custom:checked+label:after{
    content: '';
    position: absolute;
    top: 3px;
    left: 8px;
    z-index: 1;
    width: 7px;
    height: 12px;
    border-right: 2px solid #16b583;
    border-bottom: 2px solid #16b583;
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
    box-sizing: border-box;
}
[type="checkbox"].custom+label.text-none { min-width: auto; padding-left: 25px; margin-right: 10px; }
.filled-in[type="checkbox"].custom:checked+label:before{
    border: 1px solid #821bc3;
    background-color: #821bc3;
}
.filled-in[type="checkbox"].custom:checked+label:after{
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}
[type="checkbox"].custom.right+label { padding-left: 0; padding-right: 30px; }
[type="checkbox"].custom.right+label:before{ left: auto; right: 0; margin: 5px 0 5px 5px; }
[type="checkbox"].custom.right:checked+label:after{ left: auto; right: 5px; }
[type="checkbox"].custom:disabled+label, [type="radio"].custom:disabled+label { color: #bfbfbf; }
[type="checkbox"].custom:disabled+label:before, [type="radio"].custom:disabled+label:before{ border-color: #bfbfbf; background-color: #ddd; }


/* Lazy */
[data-lazy='parent'] [data-lazy] {
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  transition-duration: 1500ms;
  transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}

[data-lazy='parent'] [data-lazy='left'] {
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
}

[data-lazy='parent'] [data-lazy='right'] {
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}

[data-lazy='parent'] [data-lazy='bottom'] {
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
}

[data-lazy='parent'] [data-lazy='top'] {
  -webkit-transform: translateY(-100px);
          transform: translateY(-100px);
}

[data-lazy='parent'] [data-lazy-delay='1'] {
  transition-delay: 0ms;
}

[data-lazy='parent'] [data-lazy-delay='2'] {
  transition-delay: 300ms;
}

[data-lazy='parent'] [data-lazy-delay='3'] {
  transition-delay: 600ms;
}

[data-lazy='parent'] [data-lazy-delay='4'] {
  transition-delay: 900ms;
}

[data-lazy='parent'] [data-lazy-delay='5'] {
  transition-delay: 1200ms;
}

[data-lazy='parent'] [data-lazy-delay='6'] {
  transition-delay: 1500ms;
}

[data-lazy='parent'] [data-lazy-delay='7'] {
  transition-delay: 1800ms;
}

[data-lazy='parent'] [data-lazy-delay='8'] {
  transition-delay: 2100ms;
}

[data-lazy='parent'] [data-lazy-delay='9'] {
  transition-delay: 2400ms;
}

[data-lazy='parent'] [data-lazy-delay='10'] {
  transition-delay: 2700ms;
}

[data-lazy='parent'].is-show [data-lazy] {
  opacity: 1;
  -webkit-transform: translate(0);
          transform: translate(0);
}

.char-text { line-height: 1.25; }
.char-text .splitting { overflow: hidden; display: inline-block; vertical-align: middle; }
.char-text .char { position: relative; display: inline-block; }
.char-text .char:before { content: attr(data-char); position: absolute; top: 0; left: 0; visibility: hidden; transition: inherit; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.char-text .char:after { content: attr(data-char); position: absolute; top: 100%; left: 0; visibility: visible; transition: transform .6s; 
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.char-texts > span { display: inline-block; }
.char-texts > span + span { margin-left: 0.25em; }



/* Form Type */
input::placeholder,
textarea::placeholder { color: #c2c2c2; }
.ipt { font-size: 1em; background-color: #fff; border: 1px solid #d8d8d8; color: #444; padding: 0 15px; height: 50px; box-sizing: border-box; vertical-align: middle; }
.ipt.datepicker { padding-right: 60px; background: url(../images/ico/datepicker_calender.png) right 10px center no-repeat; width: 200px; }
.ipt_group { display: flex; align-items: center; }
.ipt_group > * + * { margin-left: 10px; }

select.ipt { padding-right: 60px; background: url(../images/ico/selectbox_arrow.png) right 14px center no-repeat; appearance:none; -ms-appearance:none; -webkit-appearance:none; -moz-appearance:none; }




.row { display: flex; flex-wrap: wrap; }
.row > [class*='col_'] { width: 100%; box-sizing: border-box; }
.row > .col_1 { width: 8.333%; }
.row > .col_2 { width: 16.666%; }
.row > .col_3 { width: 25%; }
.row > .col_4 { width: 33.333%; }
.row > .col_5 { width: 41.666%; }
.row > .col_6 { width: 50%; }
.row > .col_7 { width: 58.333%; }
.row > .col_8 { width: 66.666%; }
.row > .col_9 { width: 75%; }
.row > .col_10 { width: 83.333%; }
.row > .col_11 { width: 91.666%; }
.row > .col_12 { width: 100%; }


/* IE Alert */
#IE_alert { position: fixed; top: -40px; left: 0; width: 100%; height: 40px; z-index: 10000; background-color: #000; box-sizing: border-box; font-size: 13px; color: #fff; overflow: hidden; -webkit-transition: top 0.35s ease; transition: top 0.35s ease; }
#IE_alert.show { top: 0; }
#IE_alert > div { width: 96%; height: 100%; margin: 0 auto; display: flex; align-items: center; justify-content: space-between; }
#IE_alert .text a { color: #fff; border-bottom: 1px solid #fff; }
#IE_alert .text a.download { display: inline-block; width: 75px; height: 20px; font-size: 13px; color: #fff; background-color: #0067b8; text-align: center; margin-left: 20px; border: 0; }
#IE_alert .close a { color: #999; display: flex; align-items: center; }
#IE_alert .close a:after { content: ''; width: 12px; height: 12px; margin-left: 10px; background-size: contain; background-position: center; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='18px' height='18px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M17.798,1.040 L9.834,9.004 L17.706,16.877 L16.877,17.706 L9.004,9.833 L1.040,17.797 L0.202,16.960 L8.166,8.995 L0.294,1.123 L1.123,0.294 L8.996,8.166 L16.960,0.202 L17.798,1.040 Z'/%3E%3C/svg%3E"); }

/* Hover Event */
@media (hover: hover) {
  .char-text:hover .char { transition: transform .6s; transition-delay: calc(0.01s*var(--char-index)); transform: translateY(-100%); }
}
/*@media (max-width: 767px) {
  [data-lazy='parent'] [data-lazy] {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}*/
