@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css');
@font-face {
    font-family: 'Eoe_Zno_EB';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_eight@1.0/Eoe_Zno_EB.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.title{
    font-family: 'SpoqaHanSansNeo-Bold';
}
.en_tit{
    font-family: 'Eoe_Zno_EB';
    font-weight: 900;
}

.slick-list,.slick-track,.slick-slide{width:100%;height: 100%;position: relative;}
.section{
    width:100%;
    position: relative;
    overflow: hidden;
}
body{
    overflow: hidden;
    font-family: 'SpoqaHanSansNeo-Regular';
    font-weight: 300;
}

.mo_br{
    display: none;
}
.momo_br{
    display: none;
}
.mo_dots{
    display: none;
}
.mo_arrow{
    display: none;
}
.background{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.section{
    position: relative;
}

.main_bn{
    background-image: url("../img/main_bn02.jpg");
}
.woori{
    background-image: url("../img/main_bn06.jpg");
}
.master{
    background-image: url("../img/main_bn07.jpg");
}
.enviro{
    background-image: url("../img/main_bn05.jpg");
}




.main_tit{
    text-align: center;
    color: #fff;
    position: fixed;
    top: 50%;left: 50%;
    transform: translate(-50%,-50%);
    z-index: 999;
    width: 100%;
}
.main_tit.off{
    position: absolute;
    display: none;
}
.main_tit dt{
    font-size: 23px;
    margin-top: 10px;
}



.main_tit dd{
    font-size: 110px;
    line-height: 1.1;
    letter-spacing: 3px;
}
.main_tit dd:nth-of-type(1){
    font-size: 100px;
    display: none;
}
.main_tit dd p{
    opacity:0;
    position: absolute;
    top: 0;left: 0;bottom: 0;right: 0;
    text-align: center;
}
.main_tit dd p:nth-of-type(1){
 opacity: 1;;
}
.main_tit dd p:nth-of-type(3){
    font-size: 90px;
}
.scroll_tit{
    position: relative;
    width: 100%;height: 110px;
}
.scroll_tit p{
    transition: all 0.8s ease-in-out;
    backface-visibility: hidden;
}
.scroll_tit p.in{
    opacity: 1;
    transform: translateZ(-50px) rotateY(0deg) translateZ(50px);
}
.scroll_tit p.out-top{
    opacity: 0;
    transform: translateZ(-50px) rotateX(90deg) rotateY(0) translateZ(50px);
}
.scroll_tit p.out-btm{
    opacity: 0;

    transform: translateZ(-50px) rotateX(-90deg) rotateY(0) translateZ(50px);
}

.scroll_sub_tit{
    position: relative;
    width: 100%;
}
.scroll_sub_tit p{
    display: none;
}

.scroll_sub_tit p.on{
    display: block;
}
.link_wrap a{
    display: none;
    margin-top: 60px;
    color: #fff;
    font-size: 17px;
    border: 2px solid #fff;
    padding: 9px 55px;
}
.link_wrap a.on{
    display: inline-block;
}

.scroll_arrow{
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;flex-direction: column;
    align-items: center;
    z-index: 999;
}
.scroll_arrow.off{
    display: none;
}
.scroll_arrow span{
    color: #fbfbfb;
    font-size: 14px;
    padding-bottom: 10px;
}
.under_bar{
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translateX(-50%);
    z-index: 99999;
    width:1240px;
}
.under_bar ul{
    display: flex;align-items: center;
    justify-content: space-between;
    width:100%
}
.under_bar li{
    width:23%;
    position: relative;
    padding-bottom: 50px;
}
.under_bar li p{
    text-align: center;
    font-size: 16px;
    color: #fff;
    padding-bottom: 8px;
}
.under_bar .line{
    width: 100%;height: 2px;
    background-color: #fff;
}
.under_bar .h_box{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    transition: .5s ease;
    border-bottom: none;
    box-shadow: 3px 3px 3px #6633;
}
.under_bar .h_box img{
    width: 100%;
}
.under_bar li:hover .h_box{
    transform: translate(0);
}

.page_num{
    z-index: 99999;
    position: fixed;
    left: 50px;bottom: 50px;
    display: flex;align-items: center;
}
.page_num span{
    font-size: 15px;
    color: #fff;
    transition: all 0.8s ease-in-out;
    backface-visibility: hidden;
}
.page_num .now_num{
    position: relative;
    width: 25px;height: 20px;
}
.page_num .now_num span{
    position: absolute;
    top: 0;left: 0;bottom: 0;
    right: 0;
    opacity: 0;
}
.page_num .now_num .now{
    transform: translateY(0);
    opacity: 1;
}
.page_num .now_num .out-btm{
    transform: translateY(100%);
    opacity: 0;
}
.page_num .now_num .out-top{
    transform: translateY(-100%);
    opacity: 0;
}
.total_num{
    width: 30px;height: 20px;
}


.scroll{
    position: fixed;
    z-index: 99999;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    writing-mode: vertical-lr;
    left: 15px;
    top: 110px;
    letter-spacing: 1px;
}


@media screen and (max-width:1540px) {
    .main_tit dd{
        font-size: 90px;
    }
    .scroll_tit{
        height: 90px;
    }
    .main_tit dt{
        font-size: 20px;
    }
    .main_tit dd p:nth-of-type(3){
        font-size: 75px;
    }
    .under_bar{
        width: 80%;
    }
    .scroll{
        left: 30px;
    }
    .page_num{
        left: 30px;
    }

}
@media screen and (max-width:1440px) {
    .main_tit dd{
        font-size: 80px;
    }
    .scroll_tit{
        height: 80px;
    }
    .main_tit dt{
        font-size: 20px;
    }
    .main_tit dd p:nth-of-type(3){
        font-size: 65px;
    }
    .under_bar li p{
        padding-bottom: 3px;
        font-size: 14px;
    }
}
@media screen and (max-width:1240px) {
    .under_bar{
        width: 90%;
    }
    .page_num{
        left: inherit;
        bottom: inherit;
        top: 110px;
        right: 30px;
    }
    .main_tit dd{
        font-size: 70px;
    }
    .scroll_tit{
        height: 70px;
    }
    .main_tit dt{
        font-size: 19px;
    }
    .main_tit dd p:nth-of-type(3){
        font-size: 55px;
    }
    .under_bar li{
        padding-bottom: 30px;
    }
}

@media screen and (max-width:1000px) {
    .link_wrap a{
        margin-top: 30px;
    }
    .main_tit dd{
        font-size: 55px;
    }
    .scroll_tit{
        height: 55px;
    }
    .main_tit dt{
        font-size: 17px;
    }
    .main_tit dd p:nth-of-type(3){
        font-size: 45px;
    }
    .background{
        background-attachment: inherit;
    }

}

@media screen and (max-width:600px) {
    .main_tit dd{
        font-size: 35px;
        letter-spacing: 1px;
    }
    .main_tit dt{
        width: 80%;
        margin: 0 auto;
        word-break: keep-all;
    }
    .scroll_tit{
        height: 35px;
    }
    .main_tit dt p{
        word-break: keep-all;
        padding-top: 10px;
    }
    .main_tit dd p:nth-of-type(3){
        font-size: 30px;
    }
    .link_wrap a{
        padding: 7px 35px;
    }
}


/* section2 : s*/

@keyframes moveLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes movewidth {
    0% {
        transform:translateX(-50px);
    }
    100% {
        transform:translateX(0);
    }
}
@keyframes movewidth2 {
    0% {
        opacity:0;
    }
    100% {
        opacity:1;
    }
}
@keyframes moveRight {
    0% {
        transform:translateX(600px);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes border_animation {
    from {
      width: 0;
    }
    
    to {
      width: 100%;
    }
}

.slider_box2.active {
    animation-name:moveLeft;
    animation-duration:1.2s;
}
.section2 .rt_box ul li {
    overflow:hidden;
}
.section2 .top_box1 .list li:hover a::after{
    content:'';
    background-color:#2e4172;
    animation-name:border_animation;
    animation-duration:0.6s;
}
.section2 .top_box2 .list li:hover a::after{
    content:'';
    background-color:#e5f5f5;
    animation-name:border_animation;
    animation-duration:0.6s;
}
.section2 .top_box2 {
    overflow:hidden;
}
.section2 .top_box2.active .bg {
    width:100%;
    height:100%;
    background-color: #2e4172;
    position:absolute;
    top:0;
    left:0;
    z-index:-1;
    animation-name:moveLeft;
    animation-duration:1.2s;
}
.section2 .bottom_box .bg.active{
    animation-name:moveLeft;
    animation-duration:1.2s;
}
/* section2 : e*/

/* s:section2 */
.section2{
    z-index: 99999;
}
.section2 article {
    width:100%;
    height:100%;
    overflow: hidden;
}
.section2 .lf_box {
    width:50%;
    height:100%;
    float:left;
    position:relative;
}
.section2 .lf_box dl {
    position:absolute;
    left:8%;
    bottom:100px;
    z-index:9999;
}
.section2 .lf_box dt {
    font-size: 38px;
    font-weight: 700;
    color:#fff;
    letter-spacing: -0.35px;
    font-family: 'Eoe_Zno_EB';
}
.section2 .lf_box dd {
    font-size: 16px;
    font-weight:bold;
    letter-spacing: -0.5px;
    margin-top: 22px;
    line-height: 1.88;
    color:#f6f6f6;
}
.section2 .slide2 {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.section2 .slide2 img {
    height:100vh;
}
.section2 .slider_box2 .bg{
    background-position:center;
    width:100%;
    height:100vh;
    background-size:cover;
    background-position:center;
}
.section2 .slider_box2 .bg1 {
    background-image:url(../img/main_section2_slide_01.jpg);
}
.section2 .slider_box2 .bg2 {
    background-image:url(../img/main_section2_slide_02.jpg);
}
.section2 .slider_box2 .bg3 {
    background-image:url(../img/main_section2_slide_03.jpg);
}
.section2 .rt_box {
    width:50%;
    height:100%;
    float:right;
    position:relative;
}
.section2 .rt_box ul {
    width:100%;
    height:100%;
    overflow:hidden;
}
.section2 .rt_box ul li {
    float:left;
    position:relative;
    overflow: hidden;
}
.section2 .top_box {
    width:50%;
    height:50%;
}
.section2 .top_box .list li{
    position: relative;
    width: 100%;
    vertical-align: middle;
    height: 50px;
}
.section2 .top_box1 .list li a::after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background-color:#e5e5e5;
}
.section2 .top_box2 .list li a::after {
    content:'';
    position:absolute;
    bottom:0;
    left:0;
    width:100%;
    height:1px;
    background-color:rgba(255,255,255,0.5);
}
.section2 .top_box .list li:before{
    position:absolute; 
    bottom:-1px; 
    left:0; 
    width:0; 
    height:1px; 
    background-color:#e6e6e6;
    content:""; 
    -webkit-transition:all 0.5s;
    -moz-transition:all 0.5s;
    -o-transition:all 0.5s;
    -ms-transition:all 0.5s;
    transition:all 0.5s
}
.section2 .top_box .list li a {
    position: relative;
    display: table;
    width: 100%;
    height:50px;
    line-height:50px;
    color: #222;
    font-size: 16px;
    letter-spacing: -0.5px;
}
.section2 .rt_box .top_box dl {
    padding:0 8%;
}
.section2 .rt_box .top_box dl dt {
    font-size: 38px;
    letter-spacing: -0.35px;
    font-weight: 700;
    margin-top:10%;
    margin-bottom: 30px;
}
.section2 .top_box1 dt span{
    color: #222;
    font-family: 'Eoe_Zno_EB';
}
.section2 .top_box1 .txt {
    color:#333;
}
.section2 .top_box2 dt span{
    color:#fff;
}
.section2 .top_box2 .txt {
    color:#fff;
}
.section2 .bottom_box {
    width:100%;
    height:50%;
}
.section2 .rt_box .bottom_box dl {
    position:absolute;
    left:100px;
    bottom:100px;
    text-align:left;
}
.section2 .rt_box .bottom_box dt span{
    font-size:38px;
    font-weight:700;
    letter-spacing:-0.35px;
    color:#fff;
    font-family: 'Eoe_Zno_EB';
}
.section2 .rt_box .bottom_box dd {
    margin-top:22px;
}
.section2 .rt_box .bottom_box dd span {
    font-weight:600;
    letter-spacing: -0.5px;
    font-size: 16px;
    margin-top: 22px;
    line-height: 1.88;
    color:#fff;
}
.section2 .rt_box .bottom_box:hover .bg {
    transform:scale(1.1);
    transition-duration:0.6s;
}
.section2 .rt_box .bottom_box .bg {
    background-image:url(../img/main_section2_right_banner.jpg);
    background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-1;
}


@media screen and (max-width:1300px) {
    .section2 .top_box {
        padding:50px 0 0 20px;
    }
    .section2 .rt_box .top_box dl {
        padding:0;
    }
    .section2 .rt_box .top_box dl dt {
      font-size:2.5em;
      margin-top:0;
      margin-bottom:5%;
  }
  .section2 .lf_box dl {
      left:4%;
      bottom:5%;
  }
  .section2 .lf_box dt {
      font-size:2.5em;
  }
  .section2 .rt_box .bottom_box dl {
      left:4%;
      bottom:8%;
  }
  .section2 .lf_box dd {
      margin-top:4%;
  }
  .section2 .rt_box .bottom_box dt span {
      font-size:2.5em;
  }
  .section2 .rt_box .bottom_box dd {

    margin-top:4%;
  }
  .section2 .rt_box .bottom_box dd span {
  }
}

@media screen and (max-width:1000px) {
    .section2 {
        height:auto;
        display: none !important;
    }
    .section2 .lf_box {
        width:100%;
        height:500px;
        float:none;
        display: none;
    }
    .section2 .slider_box2 .bg {
        width:100%;
        height:500px;
        background-size:cover;
        background-repeat:no-repeat;
        background-position:center;
    }
    .section2 .rt_box {
        width:100%;
        height:auto;
        float:none;
    }
    .section2 .top_box {
        width:100%;
        height:auto;
    }
    .section2 .rt_box .top_box {
        width:100%;
        padding:6% 0 6% 4%;
    }
    .section2 .top_box .list li {
        width:48%;
        height:30px;
    }
    .section2 .top_box .list li:nth-child(2n) {
        padding-left:2%;
    }
    .section2 .top_box .list li a {
        height:30px;
        line-height:30px;
        font-size:14px;
    }
    .section2 .rt_box .top_box dl {
        padding:0;
    }
    .section2 .rt_box .top_box dl dt {
        font-size:2em;
        margin-bottom:4%;
    }
    .section2 .rt_box .bottom_box dt span {
        font-size:2em;
    }

    .section2 .top_box2 .bg {
        width:100%;
        height:100%;
        background-color: #ed1c24;
        position:absolute;
        top:0;
        left:0;
        z-index:-1;
        animation-name:moveLeft;
        animation-duration:1.2s;
    }
    .section2 .bottom_box {
        height:250px;
    }
}

@media screen and (max-width:600px) {
    .section2 .lf_box dl{
        left: inherit;
        width:100%;
        padding: 0px 15px;
    }
    .section2 .lf_box dt{
        font-size: 21px;
    }
    .section2 .lf_box dd{
        font-size: 16px;
        line-height: 1.3;
        word-break: keep-all;
        font-weight: normal;
    }
    .section2 .lf_box dd p{
        word-break: keep-all;
    }
    .section2 .rt_box .bottom_box dl{
        left: inherit;
        width: 100%;
        padding: 0px 15px;
    }
    .section2 .rt_box .bottom_box dt span{
        font-size: 21px;
    }
    .section2 .rt_box .bottom_box dd span{
        font-size: 16px;
        line-height: 1.3;
        word-break: keep-all;
        font-weight: normal;
    }
}
/* e:.section2 */