#header {
  position: absolute;
  left: 50%;
  top: auto;
  bottom: -84px;
  width: 1600px;
  height: 27px;
  z-index: 101;
  min-width: 1600px;
  margin-left: -800px; }
  #header .header-area {
    position: relative;
    width: 1500px;
    margin: 0 auto; }
    #header .header-area a.logo {
      position: absolute;
      left: 0;
      display: block;
      width: 10.4166666667%; }
    #header .header-area ul {
      position: absolute;
      right: 0;
      font-size: 0; }
      #header .header-area ul li {
        display: inline-block;
        margin-right: 20px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
        font-family: 'poppins-regular-webfont' ,sans-serif; }
      #header .header-area ul li > a {
      	overflow: hidden;
      	padding: 0 0 7px;
      	height: 1em;
        position: relative;
      	display: inline-block;
      	outline: none;
      	text-transform: uppercase;
      }

      #header .header-area ul li > a span {
      	position: relative;
      	display: inline-block;
      	-webkit-transition: -webkit-transform 0.3s;
      	-moz-transition: -moz-transform 0.3s;
      	transition: transform 0.3s;
      }

      #header .header-area ul li > a span::before {
      	position: absolute;
      	top: 100%;
      	content: attr(data-hover);
      	font-weight: 400;
      	-webkit-transform: translate3d(0,0,0);
      	-moz-transform: translate3d(0,0,0);
      	transform: translate3d(0,0,0);
      }

      #header .header-area ul li > a:hover span,
      #header .header-area ul li > a:focus span {
      	-webkit-transform: translateY(-100%);
      	-moz-transform: translateY(-100%);
      	transform: translateY(-100%);
      }
      #header .header-area ul li:last-child {
        /* margin-right: 0;
        background-image: url("../img/header_btn_line.png");
        background-repeat: no-repeat;
        background-size: 100% 100%; */
        margin-right:0; line-height: 33px;height:31px; border:1px solid #454545; border-radius: 16px;
      }
        #header .header-area ul li:last-child a {
          padding: 0 20px 7px; }
  #header.fix {
    position: fixed;
    left: 50%;
    top: 60px;
    bottom: 0;
    margin-left: -800px; }
  #header.onShow {
    visibility: visible; }
  #header.onHide {
    visibility: hidden; }

.content {
  visibility: hidden; }
  .content .inner-cont-wrap {
    min-width: 1600px; }
    .content .inner-cont-wrap .cont-holder {
      position: relative;
      width: 1500px;
      height: inherit;
      margin: 0 auto; }
  .content.onShow {
    visibility: visible; }

#section-1 {
  height: 100vh; }
  #section-1 .inner-cont-wrap {
    position: fixed;
    width: 100%;
    height: inherit; }
    #section-1 .inner-cont-wrap .bg-holder {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: inherit; }
      #section-1 .inner-cont-wrap .bg-holder li {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: inherit;
        opacity: 0;
        background-size: cover;
        background-repeat: no-repeat; }
        #section-1 .inner-cont-wrap .bg-holder li.on {
          opacity: 1;
          transition: opacity 2.5s; }
        #section-1 .inner-cont-wrap .bg-holder li.target {
          z-index: 10; }
          /* 롤링 이미지 */
        /*
      #section-1 .inner-cont-wrap .bg-holder li:nth-child(1) {
        background-image: url("../img/sec1_kv_bglist_1.jpg"); }
      #section-1 .inner-cont-wrap .bg-holder li:nth-child(2) {
        background-image: url("../img/sec1_kv_bglist_2.jpg"); }
      #section-1 .inner-cont-wrap .bg-holder li:nth-child(3) {
        background-image: url("../img/sec1_kv_bglist_3.jpg"); } */
    #section-1 .inner-cont-wrap .cont-holder {
      z-index: 10; }
      #section-1 .inner-cont-wrap .cont-holder .slide li {
        position: absolute;
        width: 100%;
        height: 100vh;
        opacity: 0; }
        #section-1 .inner-cont-wrap .cont-holder .slide li .title-area {
          padding-top: 380px;
          margin: 0 auto; }
          #section-1 .inner-cont-wrap .cont-holder .slide li .title-area h2 {
            opacity: 1;
            padding-bottom: 25px;
            font-family: 'poppins-extra-bold' ,sans-serif;
            font-size: 100px;
            line-height: 0.6833333333;
            letter-spacing: -0.04em;
            margin-left:-4px;
          }
          #section-1 .inner-cont-wrap .cont-holder .slide li .title-area h3 {
            opacity: 1;
            padding-bottom: 55px;
            font-family: 'poppins-extra-bold' ,sans-serif;
            font-size: 28px;
            line-height: 1.0714285714;
            letter-spacing: 0.00em;
            margin-top:-12px;
          }
          #section-1 .inner-cont-wrap .cont-holder .slide li .title-area p {
            opacity: 1;
            font-family: 'poppins-regular-webfont' ,sans-serif;
            font-size: 18px;
            line-height: 1.6666666667;
            letter-spacing: 0.00em;
          }
        #section-1 .inner-cont-wrap .cont-holder .slide li.onShow {
          opacity: 1;
          transition: opacity 3s; }
        #section-1 .inner-cont-wrap .cont-holder .slide li.onHide {
          opacity: 0;
          transition: opacity 0.5s ease-out; }
        #section-1 .inner-cont-wrap .cont-holder .slide li.font-white {
          color: #fff; }
      #section-1 .inner-cont-wrap .cont-holder .slide li:first-child .title-area h2 {
        opacity: 0;
        transform: translateY(35px); }
      #section-1 .inner-cont-wrap .cont-holder .slide li:first-child .title-area h3 {
        opacity: 0;
        transform: translateY(45px); }
      #section-1 .inner-cont-wrap .cont-holder .slide li:first-child .title-area p {
        opacity: 0; }
      #section-1 .inner-cont-wrap .cont-holder .slide li:first-child .title-area.onTrans h2 {
        opacity: 1;
        transform: translateY(0px);
        transition: transform 0.75s 0.5s ease-out, opacity 0.75s 0.5s;
      }
      #section-1 .inner-cont-wrap .cont-holder .slide li:first-child .title-area.onTrans h3 {
        opacity: 1;
        transform: translateY(0px);
        transition: transform 0.55s 0.8s ease-out, opacity 0.55s 0.8s;
      }
      #section-1 .inner-cont-wrap .cont-holder .slide li:first-child .title-area.onTrans p {
        opacity: 1;
        transition: transform 0.8s 1.5s, opacity 0.8s 1.5s;
      }
      #section-1 .inner-cont-wrap .cont-holder .indicator {
        position: absolute;
        right: 0;
        top: 50%;
        height: 180px;
        width: 2px;
        background: #000;
        margin-top: -90px; }
        #section-1 .inner-cont-wrap .cont-holder .indicator .indicator-bar {
          position: absolute;
          top: 0;
          height: 33.3333333333%;
          background: #fff;
          width: 2px;
          transition: top 2s cubic-bezier(0.645, 0.045, 0.355, 1); }
      #section-1 .inner-cont-wrap .cont-holder .scroll {
        position: absolute;
        bottom: 70px;
        font-family: 'poppins-regular-webfont' , sans-serif;
      color:#454545;}
        #section-1 .inner-cont-wrap .cont-holder .scroll span {
          display: block;
          width: 1px;
          height: 0px;
          background-color: #000;
          margin-bottom: 20px;
          transition: 1s 1.2s height cubic-bezier(0.645, 0.045, 0.355, 1); }
          #section-1 .inner-cont-wrap .cont-holder .scroll span.onTrans {
            height: 60px; }
    #section-1 .inner-cont-wrap .dim-holder {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 99;
      opacity: 0; }
      #section-1 .inner-cont-wrap .dim-holder.onTrans {
        opacity: 1; }
    #section-1 .inner-cont-wrap .sub-holder {
      position: absolute;
      left: 0;
      top: auto;
      bottom: 0;
      width: 50%;
      height: 0%;
      min-width: 800px;
      background-color: #fff;
      /*transition:height $sec1_TransDuration cubic-bezier(0.645, 0.045, 0.355, 1.000)*/
      z-index: 100;
      /*      &.toTop{ top:0; bottom:auto;}
            &.toBottom{ top:auto; bottom:0; }*/ }
      #section-1 .inner-cont-wrap .sub-holder.onShow {
        height: 100%; }
      #section-1 .inner-cont-wrap .sub-holder.onHide {
        height: 0%; }

#section-2 {
  position: relative;
  height: 100vh;
  z-index: 100; }
  #section-2 .inner-cont-wrap {
    position: relative;
    height: inherit; }
    #section-2 .inner-cont-wrap .cont-holder .text-area {
      display: table;
      width: 800px;
      height: 100%;
      opacity: 0;
      transition: opacity 0.4s 0.6s; }
      #section-2 .inner-cont-wrap .cont-holder .text-area .text {
        display: table-cell;
        vertical-align: middle; }
        #section-2 .inner-cont-wrap .cont-holder .text-area .text h2.text-top {
          padding-bottom: 3.7037037037%;
          font-family: 'poppins-extra-bold' ,sans-serif;
          font-size: 60px;
          line-height: 1;
          letter-spacing: 0em; }
          #section-2 .inner-cont-wrap .cont-holder .text-area .text h2.text-top span {
            display: block;
            opacity: 0;
            transform: translateX(-35px); }
            #section-2 .inner-cont-wrap .cont-holder .text-area .text h2.text-top span:last-child {
              transform: translateX(35px); }
          #section-2 .inner-cont-wrap .cont-holder .text-area .text h2.text-top.onTrans span {
            transform: translateX(0);
            transition: transform 0.8s 0.7s, opacity 0.8s 0.7s;
            opacity: 1;
          color:#454545;}
        #section-2 .inner-cont-wrap .cont-holder .text-area .text .text-bottom {
          opacity: 0;
          transform: translateY(20px); }
          #section-2 .inner-cont-wrap .cont-holder .text-area .text .text-bottom .en {
            padding-bottom: 2.7777777778%;
            font-family: 'poppins-regular-webfont' ,sans-serif;
            font-size: 16px;
            line-height: 1.5;
            letter-spacing: 0em; }
          #section-2 .inner-cont-wrap .cont-holder .text-area .text .text-bottom .kr {
            font-family: 'NanumBarunGothic' ,sans-serif;
            font-size: 14px;
            line-height: 1.7142857143;
            letter-spacing: 0.02em;
          color:#454545;}
          #section-2 .inner-cont-wrap .cont-holder .text-area .text .text-bottom.onTrans {
            opacity: 1;
            transform: translateY(0px);
            transition: transform 0.75s 1s, opacity 0.75s 1s; }
      #section-2 .inner-cont-wrap .cont-holder .text-area.onShow {
        opacity: 1; }
      #section-2 .inner-cont-wrap .cont-holder .text-area.onHide {
        opacity: 0;
        transition: opacity 0.4s; }

#section-3 .inner-cont-wrap {
  background-repeat: no-repeat;
  background: url("../img/sec3_bg.jpg") fixed;
  background-size: auto 130%;
  background-position: center;
  padding: 140px 0;
  text-align: center; }
  #section-3 .inner-cont-wrap h2 {
    padding-bottom: 12px;
    font-family: 'poppins-extra-bold' ,sans-serif;
    font-size: 76px;
    line-height: 1;
    letter-spacing: -0.04em;
    word-spacing: 8px;
  color:#454545;}
  #section-3 .inner-cont-wrap .en {
    padding-bottom: 20px;
    font-family: 'poppins-regular-webfont' ,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
  color:#454545;}
  #section-3 .inner-cont-wrap .kr {
    font-family: 'NanumBarunGothic' ,sans-serif;
    font-size: 14px;
    line-height: 1.7142857143;
    letter-spacing: 0.00em;
    padding-bottom: 40px;
    font-weight: 800;
  color:#454545;}
  #section-3 .inner-cont-wrap a {
    display: block;
    height: 60px;
    font-family: 'poppins-regular-webfont' ,sans-serif;
    /* background: url("../img/btn_line.png") #000;
    background-repeat: no-repeat;
    background-size: 100%; */
    width:198px;
    margin:0 auto;
    color:#fff;
    border-radius:30px;
    border:0px solid #454545;
    margin-top:50px;
    font-weight: 400;
    background: #454545;
    transition: all .4s;}
  #section-3 .inner-cont-wrap a:hover{
    background: rgba(255, 255, 255, .6);
    color:#000;
    transition: all .4s;
    }
  #section-3 .inner-cont-wrap a span {
    display: block;
    font-size: 15px;
    padding: 0 30px;
    line-height: 64px;
    font-weight: 400;
    letter-spacing: 0.05em;}
  #section-3 .inner-cont-wrap.onTrans {
    background-size: auto 100%;
    transition: background-size 1.5s cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  #section-3 .inner-cont-wrap.onTrans .text{
    display: inline-block;
    margin:0 auto;}
  #section-3 .inner-cont-wrap.onTrans .text > p{
    display: block;
    float:left;
    margin-left:96px;
    margin-top:85px;
    font-size:20px;
    font-weight: 400;}
  #section-3 .inner-cont-wrap.onTrans .text > p:first-child{
    margin-left:0;}
  #section-3 .inner-cont-wrap.onTrans .text > p >span{
    font-size:14px;
    font-weight: 400;}
    #section-3 .inner-cont-wrap.onTrans .text:after{
    content:'';
    display:block;
    clear:both;}

#section-4 .inner-cont-wrap {
  padding: 120px 0;
  text-align: center; }
  #section-4 .inner-cont-wrap h2 {
    font-family: 'poppins-extra-bold' ,sans-serif;
    font-size: 76px;
    line-height: 1.3666666667;
    letter-spacing: -0.04em;
    word-spacing: 8px;
  color:#454545;}
  #section-4 .inner-cont-wrap .contact {
    padding-bottom: 40px;
    font-family: 'poppins-regular-webfont' ,sans-serif;
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0.00em; }
    #section-4 .inner-cont-wrap .contact > a{
      color:#454545 !important;
    }
    #section-4 .inner-cont-wrap .contact> span {
      font-family: 'NanumBarunGothic' ,sans-serif;
    color:#454545;}
    #section-4 .inner-cont-wrap .contact > .line {
      padding:0 10px;}
  #section-4 .inner-cont-wrap .map {
    width: 100%;
    max-width: 1600px;
    height: 580px;
    margin: 0 auto; }

#section-5 .inner-cont-wrap {
  padding: 50px 0 65px 0;
  background: #000;
  text-align: center; }
  #section-5 .inner-cont-wrap .logo-footer {
    display: inline-block;
    width: 10.4166666667%;
    padding-bottom: 20px; }
  #section-5 .inner-cont-wrap .contact-en {
    padding-bottom: 30px;
    font-family: 'poppins-regular-webfont' ,sans-serif;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0em;
    color: #999; }
  #section-5 .inner-cont-wrap a {
    color: inherit; }
  #section-5 .inner-cont-wrap .copyright {
    font-size: 16px;
    font-family: 'poppins-regular-webfont' ,sans-serif;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #fff; }

/*# sourceMappingURL=page.css.map */
.icon_area > div:after{
  display: block;
  content: '';
  clear: both;
}
.icon_area > div:nth-child(1){margin-bottom:14px;}
.icon_area > div:nth-child(2){margin-bottom:4px;}
.icon_area > div:nth-child(1) > div{margin-bottom:2px;}
.icon_area > div:nth-child(2) > div{margin-top:10px;}
.icon_area > div:nth-child(3) > div{margin-top:10px;}
.icon_area > div:nth-child(4) > div{margin-top:5px;}
.icon_area > div:nth-child(5) > div{margin-top:5px;}
.icon_area > div:nth-child(3){margin-bottom:10px;}
.icon_area > div:nth-child(4){margin-bottom:15px;}
.icon_area p{font-family: 'NanumBarunGothic' ,sans-serif;
font-size: 13px;
    font-weight: 600;
    color: #666;}
