

@import url(typography.css);

* {
  -webkit-overflow-scrolling: touch;
  /* line-height:1; */
}

html {
    font-size: 92.5%;
    min-height: 100% !important;
    height: 100%; 
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 400;
    overflow-x: hidden;
    min-height: 100% !important;
    height: 100%;
    color:#484848;
    letter-spacing: -.0625rem;
    font-family: 'Noto Sans KR', 'Noto Sans KR';
    background: #ffffff; 
}

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
  padding-left: 0;
  padding-right: 0;
}
 

.filters .row,
.tags .row {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  position: relative;
}

li,
ol,
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}


a {
  color: #5c5c5c;
}

a:hover {
  text-decoration: none; 
  color: #5c5c5c;
}

.clearfix:after {
  display: block;
  content: "";
  clear: both;
}

img {
    max-width:100%;
    height:auto;
}

input::-ms-clear {
  display: none;
}

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

input {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  border:0;
}

input:focus {
  outline: none;
}

input:focus,
textarea:focus {
  /*border-color: rgba(68, 154, 255, 0.8);
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 0.8rem rgba(68, 154, 255, 0.5);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 0.8rem rgba(68, 154, 255, 0.5);*/
  outline: 0 none;
}
 

.lg-hidden {
  display: none;
}

.hidden {
  display: none;
}

textarea {
  resize: none;
}

input {
  font-weight: 400;
}

button:focus,
button:active {
    outline: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
 



div.scroll { 
    /*min-height: 100% !important;
    height: 100%;*/
    position: relative; 
}
div.scroll:nth-child(even) {
    /* background-color: #f5f5f5; */
} 


h1 {
  position:absolute;
  left:20px;
}

.topnavi {

    position: absolute;
    top: 0;
    width: 100%;
    max-width: 1400px;
    padding:30px 20px 0;  
    text-align:right;
    z-index: 100;
  
    /* display: none; */
  }
  @media screen and (min-width:1400px) {

    .topnavi {
        position: absolute;
        left: 50%;
        top: 0;
        width: 100%;
        width:1400px;
        margin:0 0 0 -700px ;
        padding:30px 20px 0;  
        text-align:right;
        z-index: 100;
      
        /* display: none; */
      }
  }
.topnavi ul {
  overflow: hidden;
  float: right;  
  margin-right:-25px;
} 
.topnavi li {
  padding: 20px 25px;  
  float:left; 
  position: relative;  
}
 
.topnavi li:after {
  /* content: ''; */
  position: absolute;
  right: 0px;
  top: 49%;
  height: 16%;
  border-right: 1px solid #fff;
}
.topnavi li:last-child:after {
  border-right:none;
}

.topnavi li > a {
  color:#fff;
  font-weight: 300;
  font-size:1.125rem; 
  letter-spacing: 0;
}
.topnavi li.on > a  {
  font-weight: 600;
}
 



/* wave */ 
.svg-wave-top {
    height: 200px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;  
}
.svg-wave-bottom {
    height: 200px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;  
    transform: rotate(180deg); 
}


.inn-wrap {
    overflow: hidden;
}

.section {
    /* overflow: hidden; */
}


.colorfff {color:#fff;}


.center {text-align:center;}
.right {text-align:right;}


.rpad30 {padding-right:30px;}
.tpad140 {padding-top:140px;}

.sub > h3.gradient-yellow,
.gradient-yellow {
    display: inline-block;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#ffcb1e, #ffa200);
}



.mobile {
    display: none;
}

.pull-left {
    float: left;
    position: relative;
}
.pull-right {
    float: right;
    position: relative;
}
.pull-remainder {
    overflow: hidden;
    position: relative;
}


.popWrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.popWrap > .pop {
    display: none;
    position: absolute;
    overflow-y: auto;
    left: 25%;
    top: 5%;
    width: 50%;
    height: 90%;
    background: #ffffff;
}
.popWrap > .pop button.btn-close {
    position: absolute;
    right: 12px;
    top: 12px;
    width: 22px;
    height: 22px;
    border: 0 none;
    background: transparent url(../images/business/x.png) no-repeat center center;
}
.popWrap > .pop .body {
    padding: 40px;
}
.popWrap > .pop .body dl.column-cont {
    width: 100%;
    margin: 0;
}
.popWrap > .pop .body dl.column-cont dt {
    position: relative;
}
.popWrap > .pop .body dl.column-cont dt a {
    height: 100%;
}
.popWrap > .pop .body dl.column-cont dt a img {
    width: 100%;
    position: relative;
    visibility: hidden;
}
.popWrap > .pop .body dl.column-cont dt iframe {
    position: absolute;
    left: 0;
    top: 0;
}
.popWrap > .pop .body dl.column-cont dd {
    margin: 0;
    padding: 40px 0 0;
}
.popWrap > .pop .body dl.column-cont dd > dl {
    margin: 0;
}
.popWrap > .pop .body dl.column-cont dd > dl > dt {
    font-size: 36px;
    color: #1d1d1d;
}
.popWrap > .pop .body dl.column-cont dd > dl > dd {
    line-height: 32px;
    margin: 0;
    font-size: 21px;
    color: #484848;
}
.popWrap > .pop .foot {
    overflow: hidden;
    padding: 10px 0 0 40px;
    background: #2e2e2e;
}
.popWrap > .pop .foot dl.column-info {
    float: left;
    width: 33.3333%;
}
.popWrap > .pop .foot dl.column-info > dt {
    margin-bottom: 5px;
    font-size: 17px;
    color: rgba(255,255,255,0.8);
}
.popWrap > .pop .foot dl.column-info > dd {
    line-height: 16px;
    font-size: 14px;
    color: rgba(255,255,255,0.3);
}





.foot {
    background: #4c4c4e;
}
.foot .area {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}
.wrap.apply .foot .area,
.wrap.question .foot .area {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    padding: 30px 0;
}

dl.column-copyright {
    overflow: hidden;
    margin: 0;
}
dl.column-copyright > dt {
    float: left;
    border-right: 3px solid #ffffff;
}
dl.column-copyright > dt img {
    width: auto;
    margin-right: 30px;
}
dl.column-copyright > dd {
    float: left;
    padding-left: 30px;
}
dl.column-copyright > dd p {
    line-height: 21px;
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}


.agreement {
    margin-bottom: 13px;
}
.agreement,
.agreement a {
    font-size: 18px;
    color: #ffffff;
}

.foot .sns {
    text-align: center;
    font-size: 0;
}
.foot .sns a {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 0 15px;
    background: transparent url(../images/ico_instagram.png) center center no-repeat;
    background-size: contain;
}
.foot .sns a:nth-child(1) {
    background-image: url(../images/ico_instagram.png);
}
.foot .sns a:nth-child(2) {
    background-image: url(../images/ico_youtube.png);
}
.foot .sns a:nth-child(3) {
    background-image: url(../images/ico_blog.png);
}





button.btn-menuToggle {
    display: none;
    position: fixed;
    right: 24px;
    top: 24px;
    z-index: 999;
    border: 0 none;
    background: transparent;
}

button.btn-menuToggle:before,
button.btn-menuToggle .bar,
button.btn-menuToggle:after {
    content: "";
    display: block;
    width: 23px;
    height: 2px;
    margin: 4px 0;
    border-radius: 1px;
    background: #282828;
    transition: all 0.4s ease;
  }
  
  button.btn-menuToggle-change:before {
    background: #ffffff;
    transform: rotate(-45deg) translate(-4px, 4px);
}

button.btn-menuToggle-change .bar {opacity: 0;}

button.btn-menuToggle-change:after {
    background: #ffffff;
    transform: rotate(45deg) translate(-5px, -5px);
}


.pageMenus {
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    width: 230px;
    height: 100%;
    background: #282828;
    z-index: 998;
}
.pageMenus:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    vertical-align: middle;
}
ul.list-menuBtn {
    display: inline-block;
    vertical-align: middle;
}
ul.list-menuBtn > li {
    height: 40px;
    vertical-align: middle;
}
ul.list-menuBtn > li:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    vertical-align: middle;
}
ul.list-menuBtn > li a {
    width: 100%;
    padding: 0 0 0 40px;
    display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    font-weight: 300;
    color: #ffffff;
}
ul.list-menuBtn > li.on a {
    font-weight: 700;
}




.btn-fix {
    position: fixed;
    right: 20px;
    bottom: 250px;
    width: 200px;
    height: 100px;
    padding: 0;
    vertical-align: middle;
    border: 0 none;
    border-radius: 50px;
    background-image: linear-gradient(to right,#ffcb1e, #ffa200);
    z-index: 20;

    transform-origin: right bottom;
}

.btn-fix.business {
    background-image: linear-gradient(to right,#4c4c4c, #282828);
}
.btn-fix:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 100%;
    margin-left: -1px;
    vertical-align: middle;
    font-size: 0;
}

.btn-fix > div {
    display: inline-block;
    line-height: 11px;
    margin-left: 30px;
    vertical-align: middle;
    font-size: 19px;
}
.btn-fix.business > div {
    color: #ffca1d;
}
.btn-fix.business > div strong {
    font-size: 19px;
}
.btn-fix > div strong {
    display: block;
    font-size: 15px;
}
.btn-fix:after {
    content: "";
    display: inline-block;
    width: 68px;
    height: 68px;
    margin-right: -16px;
    margin-left: 13px;
    vertical-align: middle;
    border-radius: 34px;
    background: #ffffff;
}


.btn-top {
    display: none;
    position: fixed;
    right: 0px;
    bottom: 100px;
    width: 168px;
    height: 168px;
    padding: 0;
    vertical-align: middle;
    border: 0 none;
    border-radius: 12px;
    border-bottom-right-radius: 0;
    /* background: #222222 url(../images/arrow_top.png) no-repeat center center / 33%; */
    background: transparent url(../images/top.png) no-repeat center center / 100% 100%;
    z-index: 20;

    transform-origin: right bottom;

    transition: all 0.3s ease;
}
body.fp-viewing-1 .btn-top,
body.fp-viewing-2 .btn-top,
body.fp-viewing-3 .btn-top,
body.fp-viewing-4 .btn-top,
body.fp-viewing-5 .btn-top,
body.fp-viewing-6 .btn-top,
body.fp-viewing-7 .btn-top,
body.fp-viewing-8 .btn-top,
body.fp-viewing-9 .btn-top,
body.fp-viewing-10 .btn-top,
body.fp-viewing-11 .btn-top {
    display: block;
}



.btnsSection {
    text-align: center;
    background: #222222;
    color: #ffffff;
}
.btnsSection .area {
    
}
.btnsSection .area .desc {
    margin-bottom: 20px;
    font-size: 30px;
}
.btnsSection .area h3 {
    margin-bottom: 17px;
    font-size: 55px;
    font-weight: 800;
    word-break: keep-all;
}
.btnsSection .area .btns {
    font-size: 0;
}
.btnsSection .area .btns [class*=btn-] {
    display: inline-block;
    line-height: 17px;
    margin: 0 6px;
    padding: 8px 20px 10px;
    text-align: center;
    font-size: 15px;
    color: #222222;
    background: #ffffff;
    border: 0 none;
    border-radius: 10px;
    border-bottom-right-radius: 0;
}
.btnsSection .area .btns .btn-yellow {
    background: linear-gradient(to right,#ffcb1e, #ffa200);
}



.pre-wrap {
    overflow-y: auto;
    white-space: pre-wrap;
}


@media (max-width: 960px) {

    .btn-fix,
    .btn-top {
        transform: scale(0.4);
    }


    .topnavi {
        width: 100%;
        left: 0;
        margin: 0 auto;
    }

    
    .foot .area,
    .wrap.apply .foot .area,
    .wrap.question .foot .area {
        overflow: hidden;
        width: 100%;
        padding: 30px 20px;
    }
}



@media (max-width: 450px) {
    button.btn-menuToggle {
        display: block;
    }


    .topnavi {
        width: 100%;
        margin: 0 auto;
    }

    .topnavi ul {
        display: none;
    }

    .mobile {
        display: block;
    }

    .fp-scroller {
        /* padding: 30px 0; */
    }

    .section .sub {
        margin: 30px 0 10px;
    }
    
    .section .sub h3 {
        margin-bottom: 20px;
        font-size: 33px !important;
        letter-spacing: -2px;
    }
    .section .sub h3 + p {
        line-height: 20px !important;
        margin-bottom: 15px !important;
        font-size: 15px !important;
    }


    .foot .area,
    .wrap.apply .foot .area ,
    .wrap.question .foot .area {
        width: 100%;
        padding: 7px 20px;
    }


    .foot .pull-left {
        /* transform: scale(0.6);
        transform-origin: left top; */
    }
    .foot .pull-right {
        /* position: absolute; */
        float: left;
        margin-left: 50px;
        margin-top: -16px;
        /* transform: scale(0.7);
        transform-origin: right top; */
    }

    dl.column-copyright > dt {
        /* margin-bottom: 12px; */
        border-right: 0 none;
    }
    dl.column-copyright > dt img {
        margin-top: 10px;
        margin-right: 0;
        width: 45px;
    }
    dl.column-copyright > dd {
        /* clear: both;
        padding: 0; */
        padding-left: 10px;
    }
    dl.column-copyright > dd p {
        line-height: 12px;
        padding: 0;
        font-size: 10px;
    }
    .agreement {
        margin-bottom: 5px;
    }
    .agreement,
    .agreement a {
        font-size: 10px;
    }
    .agreement a {
        padding: 0 3px;
    }

    .foot .sns {
        text-align: left;
    }
    .foot .sns a {
        width: 12px;
        height: 12px;
        margin: 0 13px 0 2px;
    }



    .popWrap > .pop {
        top:25%;
        height: 50%;
    }

    .popWrap > .pop .body {
        padding:40px 20px;
    }


    .popWrap > .pop .body dl.column-cont dd > dl > dt {
        font-size:23px;
    }
    .popWrap > .pop .body dl.column-cont > dd {
        overflow:hidden;
    }

    .popWrap > .pop .body dl.column-cont dd > dl > dd {
        height: 36px;
        padding-top: 0;
        font-size:14px;
        text-overflow:ellipsis;
        white-space:nowrap;
        word-wrap:normal;
        overflow:hidden;
    }

    .btn-go {
        float:right;
        padding: 5px 8px 7px;
        font-size:10px;
        border-radius: 7px;
        border-bottom-right-radius:0;
        color:#ffffff;
        background:#2e2e2e;
    }
    .btn-go img {
        width:initial;
        height:initial;
    }

    .btnsSection .area .btns {
        margin-bottom: 30px;
    }

    .popWrap > .pop .foot {
        padding-left:7px;
    }
}