@charset "UTF-8";
#popup_wrap{
    position:fixed;
    width:100%;
    height:100%;
    z-index: 999;
    
    transition:all 0.4s;
}
.pull-right{float:right}
.main_popup{width:500px; border:3px solid #3E4156;background-color: white;
    transform: translate(-50%,-50%);
    position: absolute; top:50%; left:50%; display: none;
}
.popimg{
    width:100%;
    height:500px;
}
.popup_bottom{
    background-color: #3E4156;
    color: white;
    height: 25px;
    padding: 15px 10px 3px 10px;
    width:480px;
    font-size:16px;
}
.white{
    color:#fff !important;
}
.main_popup>a{
    display:block;

}



.popup_layer {
    /* 초기 로딩시 팝업창은 닫힌 상태로.. 쿠키에 없는 경우만 다시 보이게 처리할거임 */
    display: none;
    border: 1px solid #222222;
}

.popup_close_btn {
    position: absolute;
    bottom: 0px;
}

@keyframes noti{
    0%{
        opacity: 1;
        z-index: 999;
    }
    100%{
        opacity: 0;
        z-index: -1;
    }
}
/* .fp-viewing-first .notice{
    display:block;
}
body .notice{
    display:none;
} */
.notice.on{
    display:block;
}
.notice{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index: 999;
    background:rgba(0,0,0,0.7);
    color:#fff;
    text-align: center;
    animation: noti 0.1s 7s forwards;
    display:none;
}
.notice .notice-box{
    position:absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:50px 50px;
    background:#4a8486;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
}
.notice .notice-box .inner{
    
}
.notice .notice-box .inner .img-wrap{}
.notice .notice-box .inner .txt-wrap{
    padding-top:20px;
}
.notice .notice-box .inner .txt-wrap .tit{
    font-size:26px;
    line-height: 32px;
    font-weight: bold;
    padding-bottom: 20px;
    position: relative;
}
.notice .notice-box .inner .txt-wrap .tit:after{
    display:block;
    clear:both;
    content:'';
    width:100%;
    height:3px;
    border:solid 1px #fff;
    position:absolute;
    bottom:0;
    left:0;
}
.notice .notice-box .inner .txt-wrap .txt{
    font-size:16px;
    line-height: 24px;
    margin-top:40px;
}
.notice .notice-box .inner .txt-wrap .browser{
    font-size: 30px;
    margin-top:30px;
    display:flex;
}
.notice .notice-box .inner .txt-wrap .browser>div{
    justify-content: space-between;
    width:33.3%;
}
.notice .notice-box .inner .txt-wrap .browser>div>p{
    font-size:12px;
    margin-top:10px;
}
.notice .notice-box .inner .txt-wrap .browser i{
    margin:0 10px;
}
.notice .notice-btn{
    position:absolute;
    top:-35px;
    right:0;
    background:none;
    cursor:pointer;
    height:auto;
    width:auto;
}
.notice .notice-btn button{
    font-size:40px;
    color:#fff;
    font-weight: bold;
    background:none;
    border:none;
    cursor:pointer;
    outline:none;
    width:30px;
    height:30px;
}

body{
    height:100%;
}



/* 스크롤시 반응 css */

/* 헤더 로고 반응 */




/* first 반응 */
.fp-viewing-first #wrap .header .inner .logo_wrap a .logo_black{
    display:none;
}
.fp-viewing-first{
   
}
.fp-viewing-first #wrap .header .inner .logo_wrap a .logo_white{
    display:block !important;
}
.fp-viewing-first #wrap .header:hover .inner .logo_wrap a .logo_black{
    display:block;
}
.fp-viewing-first #wrap .header:hover .inner .logo_wrap a .logo_white{
    display:none !important;
}
.fp-viewing-first #wrap .header:hover{
    background:#fff;
}
.fp-viewing-first #wrap .header .menu_wrap>ul>li:hover>ul{
    background:#fff;
}
.fp-viewing-first .second .header:hover li{
    color:#262626 !important;
}
.fp-viewing-first .header:hover a{
    color:#565656 !important;
}
.fp-viewing-first .header:hover .sns_wrap .social-links a img.icowhite{
    display:none !important;
}
.fp-viewing-first .header:hover .sns_wrap .social-links a img.icoblack{
    display:block !important;
}
.fp-viewing-first #wrap .header .sns_wrap .social-links a img.icowhite{
    display:block;
}
.fp-viewing-first #wrap .header .sns_wrap .social-links a img.icoblack{
    display:none;
}
/* second 반응 */
.fp-viewing-second #wrap .header .inner .logo_wrap a .logo_black{
    display:block;
}
.fp-viewing-second #wrap .header .inner .logo_wrap a .logo_white{
    display:none;
}
.fp-viewing-second #wrap .header{
    background:#fff;
}
.fp-viewing-second #wrap .header:hover{
    background:#fff;
}

.fp-viewing-second #wrap .header .menu_wrap>ul>li:hover>ul{
    background:#fff;
}

/* third 반응 */
.fp-viewing-third #wrap .header .inner .logo_wrap a .logo_black{
    display:block;
}
.fp-viewing-third #wrap .header .inner .logo_wrap a .logo_white{
    display:none;
}
.fp-viewing-third #wrap .header{
    background:#fff;
}
.fp-viewing-third #wrap .header:hover{
    background:#fff;
}

.fp-viewing-third #wrap .header .menu_wrap>ul>li:hover>ul{
    background:#fff;
}
.fp-viewing-third #fp-nav ul li:hover .fp-tooltip, .fp-viewing-third #fp-nav.fp-show-active a.active+.fp-tooltip{
    color:#000;

}

.fp-viewing-third #fp-nav ul li a span:nth-child(2){
    background:#000;
    color:#000;
}


/* fourth 반응 */
.fp-viewing-fourth #wrap .header .inner .logo_wrap a .logo_black{
    display:block;
}
.fp-viewing-fourth #wrap .header .inner .logo_wrap a .logo_white{
    display:none;
}
.fp-viewing-fourth #wrap .header{
    background:#fff;
}
.fp-viewing-fourth #wrap .header:hover{
    background:#fff;
}

.fp-viewing-fourth #wrap .header .menu_wrap>ul>li:hover>ul{
    background:#fff;
}
.fp-viewing-fourth #wrap .header li{
    color:#000 !important;
}
.fp-viewing-fourth #wrap .header a{
    color:#000 !important;
}

/* five 반응 */
.fp-viewing-five #wrap .header .inner .logo_wrap a .logo_black{
    display:block;
}
.fp-viewing-five #wrap .header .inner .logo_wrap a .logo_white{
    display:none;
}
.fp-viewing-five #wrap .header{
    background:#fff;
}
.fp-viewing-five #wrap .header:hover{
    background:#fff;
}
.fp-viewing-five #wrap .header .menu_wrap>ul>li:hover>ul{
    background:#fff;
}
.fp-viewing-five #wrap .header li{
    color:#000 !important;
}
.fp-viewing-five #wrap .header a{
    color:#000 !important;
}
.fp-viewing-five #fp-nav ul li:hover .fp-tooltip, .fp-viewing-five #fp-nav.fp-show-active a.active+.fp-tooltip{
    color:#000;

}

.fp-viewing-five #fp-nav ul li a span:nth-child(2){
    background:#000;
    color:#000;
}

/* six */
.fp-viewing-six #wrap .header .inner .logo_wrap a .logo_black{
    display:block;
}
.fp-viewing-six #wrap .header .inner .logo_wrap a .logo_white{
    display:none;
}
.fp-viewing-six #wrap .header{
    background:#fff;
}
.fp-viewing-six #wrap .header:hover{
    background:#fff;
}
.fp-viewing-six #wrap .header .menu_wrap>ul>li:hover>ul{
    background:#fff;
}

/* last */
.fp-viewing-last #wrap .header .inner .logo_wrap a .logo_black{
    display:block;
}
.fp-viewing-last #wrap .header .inner .logo_wrap a .logo_white{
    display:none;

}
.fp-viewing-last #wrap .header{
    background:#fff;
}
.fp-viewing-last #wrap .header:hover{
    background:#fff;
}
.fp-viewing-last #wrap .header .menu_wrap>ul>li:hover>ul{
    background:#fff;
}

/* 스크롤시 메뉴색상 반응 */
.fp-viewing-first .second .header li{
    color:#fff !important;
}
.fp-viewing-first .header a{
    color:#fff !important;
}
.fp-viewing-second .header li{
    color:#000  !important;
}
.fp-viewing-second .header a{
    color:#000 !important;
}
.fp-viewing-second img.icowhite{
    display:none;
}
.fp-viewing-second img.icoblack{
    display:block;
}

.fp-viewing-third img.icowhite{
    display:none;
}
.fp-viewing-third img.icoblack{
    display:block;
}
.fp-viewing-fourth .header li{
    color:#000 !important;
}
.fp-viewing-fourth .header a{
    color:#000 !important;
}
.fp-viewing-fourth img.icowhite{
    display:none;
}
.fp-viewing-fourth img.icoblack{
    display:block;
}

.fp-viewing-five .header li{
    color:#000 !important;
}
.fp-viewing-five .header a{
    color:#000 !important;
}
.fp-viewing-five img.icowhite{
    display:none;
}
.fp-viewing-five img.icoblack{
    display:block;
}
.fp-viewing-six .header li{
    color:#000 !important;
}
.fp-viewing-six .header a{
    color:#000 !important;
}
.fp-viewing-six img.icowhite{
    display:none;
}
.fp-viewing-six img.icoblack{
    display:block;
}
/* last */

.fp-viewing-last img.icowhite{
    display:none;
}
.fp-viewing-last img.icoblack{
    display:block;
}

/* third 일때 헤더의 고정 */

.fp-viewing-third #wrap .header{
    
}

/* section0 일 때 글자 올라오기 */



/* letter */
#ui_flying{
    position: fixed;
    bottom:5%;
    right: 30px;
    z-index: 990;
    display:none;
}
#ui_flying .btn_x {
    display: block;
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: url(../img/btn_x.png) center center no-repeat;
    background-size: 15px auto;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    border:none;
    cursor: pointer;
    outline: none;
}

@keyframes flyingStart{
	0% {top:0}
	50%{top:14px}
	100%{top:0}
}
@keyframes flyingEnd{
	0% {top:0}
	50%{top:0}
	100%{top:0}
}

#ui_flying a {
    display: block;
    position: relative;
    width: 120px;
    height: 140px;
    background: url(../img/bg_flying.png) 0 0 no-repeat;
    font-size: 12px;
    
    z-index: 1;
    -webkit-transition: background-image 0.2s cubic-bezier(0.75,0.1,0.25,1);
    transition: background-image 0.2s cubic-bezier(0.75,0.1,0.25,1);
    animation-name: flyingStart;
    animation-duration: 1.2s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
    color:#fff !important;
    text-align: center;  
}

#ui_flying a .txt_wrap{
    position: absolute;
    top:25%;
    left:50%;
    transform: translatex(-50%);
    width:100%;
    height:100%;
}
#ui_flying a .txt1{
    
}
#ui_flying a .txt1 img{
    
    width:20%;
}
#ui_flying a .txt2{
    font-size:20px;
}

#ui_flying a .txt3{
    display:block;
    width:75%;
    height:50%;
    position: absolute;
    top:65%;
    left:50%;
    transform:translate(-50%,-50%);
    line-height: 16px;
    font-size:14px;
}

#ui_flying a:hover{
	background-image:url('../img/bg_flying-on.png');
	animation-name:flyingEnd;
	animation-duration:0;
}
/* 스크롤시 변동 */

body{
    
}

#wrap{
    width:100%;
}

/* header markup */

#wrap .header{
    width:100%;
    height:100px;
    position: fixed;
    top:0;
    left:0;
    z-index: 990;
    border:solid 1px rgba(0,0,0,0.1);
    box-sizing: border-box;
    /* box-shadow: 1px 1px 10px rgba(0,0,0,0.5); */
    transition:all 0.4s;
}
#wrap .header:hover{
    box-shadow: none;
}



#wrap .header .inner{
    width:1200px;
    margin:0 auto;
    padding:0 10px;
    height:100%;
    transition:all 0.4s;
    position: relative;
    
}
#wrap .header .logo_wrap{
    float:left;
    position: absolute;
    top:50%;
    left:10px;
    transform:translatey(-50%);
}

#wrap .header .logo_wrap a{}

#wrap .header .logo_wrap a img{
    vertical-align: middle;
    display:block;
}
#wrap .header .logo_wrap a img.logo_white{
    
}
#wrap .header .menu_wrap{
    float:left;
    width:100%;
}
#wrap .header .menu_wrap{
    /* position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    text-align: center; */
    height:100%;
    text-align: center;
    width:100%;
    
}
#wrap .header .menu_wrap>ul{
    text-align: center;
    width:100%;
}
#wrap .header .menu_wrap>ul:after,
#wrap .header .menu_wrap>ul:before{
    box-sizing: unset !important;
}
#wrap .header .menu_wrap>ul:before{
    display:block;
    content:'';
    clear: both;
}
#wrap .header .menu_wrap>ul>li{
    display:inline-block;
    
    font-size:20px;
    line-height:100px;
    text-align: center;
}
#wrap .header .menu_wrap>ul>li:first-child>ul{
    opacity: 1;
}

#wrap .header .menu_wrap>ul>li>ul>li:after{
    display:block;
    content:'';
    clear: both;
    width:0;
    height:2px;
    background:#00aeef;
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    transition:all 0.4s;
    border-radius: 2px;
    
}
#wrap .header .menu_wrap>ul>li>a:after{
    display:none;
    content:'';
    clear: both;
    width:10px;
    height:10px;
    background:#00aeef;
    position: absolute;
    top:50%;
    right:-20px;
    transition:all 0.4s;
    border-radius: 50%;
    transform: translatey(-50%);
}
#wrap .header .menu_wrap>ul>li>a:hover:after{
    display:block;
    
}
#wrap .header .menu_wrap>ul>li>ul>li:hover:after{
    width:100%;
}

#wrap .header .menu_wrap>ul>li:hover>a{
 
}

#wrap .header .menu_wrap>ul>li:nth-child(2){
    margin:0 50px;
}
#wrap .header .menu_wrap>ul>li>a{
    display:block;
    width:100%;
    transition:all 0.4s;
    position: relative;
}
#wrap .header .menu_wrap>ul>li>ul{
    font-size:18px;
    line-height: 34px;
    display:none;
    width:100%;
    text-align: center;
    position: absolute;
    top:99px;
    left:0;
    height:50px;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}
#wrap .header .menu_wrap>ul>li:nth-child(1)>ul{
    line-height: 20px;
}
#wrap .header .menu_wrap>ul>li:nth-child(2)>ul{
    line-height: 20px;
}
#wrap .header .menu_wrap>ul>li:nth-child(3)>ul{
    line-height: 20px;
}

#wrap .header .menu_wrap>ul>li>ul:after{
    display:block;
    content:'';
    clear: both;
}

#wrap .header .menu_wrap>ul>li>ul>li{
    margin:0 20px;
    display:inline-block;
    position: relative;
}
#wrap .header .menu_wrap>ul>li>ul>li>a{
    display:block;
    width:100%;
    padding:10px 0%;
    text-align: center;
}

#wrap .header .sns_wrap{
    float:right;
    position: absolute;
    top:50%;
    transform: translatey(-50%);
    right:10px;
}

#wrap .header .sns_wrap .social-links{}
#wrap .header .sns_wrap .social-links a{
    display:block;
    float:left;
    margin-left:20px;
}   
#wrap .header .sns_wrap .social-links a i{
    font-size:20px !important;
}

/* mo_header */

.mo_header{
    position: fixed;
    top:0;
    right:-100%;
    z-index: 990;
    width:100%;
    transition:all 0.4s;
    background:#fff;
    height:100vh;
    display:none;
}
.mo_header.on{
    right:0;
}
.mo_header .inner{
    position: relative;
    top:50%;
    left:0;
    transform: translatey(-50%);
    
   
}
.mo_header .logo_wrap{
    position: absolute;
    top:40px;
    left:10px;
}
.mo_header .think{
    position: absolute;
    top:70px;
    left:50%;
    transform: translatex(-50%);
    
}
.mo_header .think img{
    width:80%;
    height:auto;
    
}
.mo_header .inner .menu_wrap{
    padding:0 20px;
}
.mo_header .inner .menu_wrap>ul{}
.mo_header .inner .menu_wrap>ul>li{
    font-size:26px;
    border-bottom: solid 0.1px #333;
}

.mo_header .inner .menu_wrap>ul>li:nth-child(2){
    margin:20px 0;
}
.mo_header .inner .menu_wrap>ul>li>a{
    display:block;
    position: relative;
    width:100%;
    font-weight: bold;
    padding:30px 0;
    
}
.mo_header .inner .menu_wrap>ul>li>a i{
   position: absolute;
   top:50%;
   right:0;
   transform: translatey(-50%);    
}
.mo_header .inner .menu_wrap>ul>li>a .plus{
    
}
.mo_header .inner .menu_wrap>ul>li>a .plus.on{
    display:none;
}
.mo_header .inner .menu_wrap>ul>li>a .minus{
    display:none;
}
.mo_header .inner .menu_wrap>ul>li>a .minus.on{
    display:block;
}
.mo_header .inner .menu_wrap>ul>li>ul{
    display:none;
   
}
.mo_header .inner .menu_wrap>ul>li>ul>li{
    font-size:20px;
    line-height: 20px;
}
.mo_header .inner .menu_wrap>ul>li>ul>li>a{
    display:block;
    line-height: 32px;
}

.mo_header .inner .sns_wrap{
    position: absolute;
    bottom:-20%;
    left:50%;
    transform: translatex(-50%);
}
.mo_header .inner .sns_wrap .social-links{}
.mo_header .inner .sns_wrap .social-links a{
    margin-right:20px;
}
.mo_header .inner .sns_wrap .social-links a:last-child{
    margin-right:0;
}
.mo_header .inner .sns_wrap .social-links a i{
    font-size:30px;
}

/* mo_bt */

.mo_bt{
    position: fixed;
    top:32px;
    right:10px;
    z-index: 991;
    display:none;
}
.mo_bt button{
    width:40px;
    height:40px;
    cursor: pointer;
    border:none;
    background:none;
    outline:none;
    position: relative;
}
.mo_bt button span{
    display:block;
    width:100%;
    height:3px;
    background:#fff;
    border-radius: 3px !important;
    position: absolute;
    transition:all 0.4;
    
}
.mo_bt button span.on{
    background:#262626;
}
.mo_bt button span.sp1{
    top: 8px;
    left: 0;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mo_bt button span.sp2{
    transition: middle 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
    top:19px;
}
.mo_bt button span.sp3{
    bottom: 8px;
    left: 0;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mo_bt button span.sp1.on{
    animation:moup 0.4s forwards;
    transition:top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    top:18.5px;
    transform: rotate(-45deg) ;
    
}

.mo_bt button span.sp2.on{
    width:0;
    transition:middle 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.mo_bt button span.sp3.on{
    transition:bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
    bottom:18.5px;
    
    transform: rotate(45deg) ;
   
}

/* .mainvisual{
    background:#ddd;
    width:100%;
    height:600px;
    position:absolute;
    top:0;
    left:0;
    z-index:500;
} */

/*  container markup */

#wrap .container .section{
    width:100%;
    overflow: hidden;
}
#wrap .container .section.se0{
    position: relative;
    width:100%;
    height:100%;
}
#wrap .container .section.se0 .video-wrap{
    width:100%;
    height:100%;
}
#wrap .container .section.se0 .video-wrap .thumb{
    width:100%;
    height:100vh;
    position:relative;
    outline:none;
    overflow: hidden;
}
#wrap .container .section.se0 .video-wrap .thumb1{
    background:linear-gradient(149deg,#00bbf9 ,#8948c6  )
}
#wrap .container .section.se0 .video-wrap .thumb2{
    background:#8dc63f;
    overflow: hidden;
    background:url(../img/mainvisual2.jpg) no-repeat center/cover;
}
#wrap .container .section.se0 .video-wrap .thumb2 .pc-main{
    
    display:block;
}

#wrap .container .section.se0 .video-wrap .thumb2 .mo-main{
    display:none;
}
/* intro tap */
.intro_tab{overflow: hidden; position: absolute; left: 50%; bottom: 40px; z-index: 5; width: 100%; max-width: 1200px; padding: 0 70px; transform: translateX(-50%); -webkit-transform: translateX(-50%); background-color:linear-gradient(to top,rgba(0,0,0,0.1), rgba(0,0,0,0.9)); }
.intro_tab .tv_btn{overflow: hidden; float: left; width: 65px; height: 65px; background: url(../img/video_stop_icon.png) 50% 50% no-repeat #00aeef; border: 1px solid #00aeef; border-radius: 50%; font-size: 0; text-indent: -9999px;}
.intro_tab .tv_btn.video_stop{background-image: url(../img/video_play_icon.png); background-position: 55% 50%; background-color: rgba(10,50,84,.5); border-color: rgba(255,255,255,.3);}
.intro_tab .slide_tab{float: left; width: 225px; height: 65px;}
.intro_tab .tv_btn + .slide_tab{margin-left: 20px;}
.intro_tab .slide_tab + .tv_btn{margin-left: 20px;}
.intro_tab .slide_btn{display: none; position: relative; width: 60%; height: 63px; padding-left: 95px; border: 1px solid rgba(255,255,255,.3); border-radius: 32px; background-color: rgba(10,50,84,.5); font-size: 15px; color: #fff !important; line-height: 65px; letter-spacing: 0;}
.video_active .slide_btn{display: block;}
.intro_tab .slide_btn::before{content: ""; position: absolute; left: 20px; top: 23px; width: 24px; height: 19px; background: url(../img/slide_menu_icon.png) 0 0 no-repeat;}
.intro_tab .navigation{width: 100%; height: 100%; padding-top: 18px; border-radius: 32px; background-color: #00aeef; text-align: center; box-sizing: border-box;}
.video_active .navigation{display:none;}
.intro_tab .navigation .navi_btn{overflow: hidden; display: inline-block; width: 31px; height: 20px; font-size: 0; text-indent: -9999px; vertical-align: middle;}
.intro_tab .navigation .prev{background: url(../img/slide_arrow_prev.png) 0 50% no-repeat;}
.intro_tab .navigation .next{background: url(../img/slide_arrow_next.png) 0 50% no-repeat;}
.intro_tab .navigation .progress{display: inline-block; position: relative; width: 43px; height: 28px; margin: 0 30px; vertical-align: middle;}
.intro_tab .navigation .progress::before{content: ""; position: absolute; left: 3px; top: 15px; width: 37px; height: 1px; background-color: #fff; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); opacity: .5;}
.intro_tab .navigation .progress span{position: absolute; font-size: 16px; color: #fff; line-height: 1;}
.intro_tab .navigation .progress .num{left: 0; top: 0;}
.intro_tab .navigation .progress .max{right: 0; bottom: 0; opacity: .5;}
.intro_tab .full_video_btn{position: absolute; right: 70px; bottom: 28px; z-index: 13; padding-left: 30px; font-weight: 600; font-size: 18px; color: #fff !important; line-height: 1;}
.intro_tab .full_video_btn::before{content: ""; position: absolute; left: 0; top: 0; width: 19px; height: 19px; background: url(../img/ico_full_video.png) 0 0 no-repeat;}
.intro_tab .barogagi{
    display:block;
    height: 100%; 
    position:absolute;
    width:15%;
    padding-left: 0px; 
    border: 1px solid rgba(255,255,255,.3); 
    border-radius: 32px; 
    background-color: rgba(10,50,84,.5); 
    font-size:18px; 
    color: #fff !important; 
    line-height: 65px; 
    letter-spacing: 0;
    text-align: center;
    box-sizing: border-box;
    bottom:0;
    right:250px;
}
.intro_tab.active .slide_btn{
    display:none;
}
.intro_tab.active .navigation{
    display:block;
}

/* video css */

.se0 .main_video_wrap{
    overflow: hidden;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    
}
.se0 .main_video_wrap .video{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 56.25vw;
    min-height: 100vh;
    min-width: 177.77vh;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
}
.se0 .main_video_wrap .video img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: opacity 0.3s ease-in-out;
    -webkit-transition: opacity 0.3s ease-in-out;
    opacity: 0;
}
.se0 .main_video_wrap .video.pause img{
    opacity: 1;
}
.se0 .main_video_wrap .video iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}






#wrap .container .section.se0 .video-wrap .thumb .play-bt i{
    transition:all 0.4s;
}
#wrap .container .section.se0 .video-wrap .thumb a:hover .play-bt i{
    color:#f08300;
}

@keyframes slideUpAnimation {
    from { opacity:0;-webkit-transform: translate3d(0,30px,0); }
    to { opacity:1;-webkit-transform: translate3d(0,0,0); }
}

@keyframes boxWidthburing {
    from{
        width:0;
    }
    to{
        width:40%;
    }
}

@keyframes boxWidthburing2 {
    from{
        width:0;
    }
    to{
        width:25%;
    }
}

.fp-viewing-first #wrap .container .se0 .txt_wrap .tit.t1 span{
    animation: slideUpAnimation 0.6s 0.3s forwards cubic-bezier(0, 0, 0.2, 1);
    font-weight: bold;
    letter-spacing: -2px;
}

.fp-viewing-first #wrap .container .se0 .txt_wrap .tit.t3 span{
    animation: slideUpAnimation 0.6s 0.5s forwards cubic-bezier(0, 0, 0.2, 1);
    font-weight: bold;
    letter-spacing: -2px;
}

.fp-viewing-first #wrap .container .se0 .txt_wrap .txt span{
    animation: slideUpAnimation 0.6s 0.8s forwards cubic-bezier(0, 0, 0.2, 1);
}

#wrap .container .section.se0 .txt_wrap{
    position: absolute;
    top:55%;
    color:#fff;
    width:1200px;
    height:400px;
    left:50%;
    transform: translate(-50%,-50%);  
    text-align: left;
    
}

#wrap .container .section.se0 .txt_wrap .tit{
    font-size:40px;
    line-height: 48px;
    overflow: hidden;
    position: relative;
    
}
#wrap .container .section.se0 .thumb3 .txt_wrap{
    top:42%;
    color:#fff;
    z-index: 1;
}
#wrap .container .section.se0 .thumb3 .scroll{
    z-index: 1;
}
#wrap .container .section.se0 .thumb3 #video1{
    position:absolute;
    top:0;
    left:0;
}
#wrap .container .section.se0 .thumb3 #video2{
    position:absolute;
    top:0;
    left:0;
    z-index: -1;
}
#wrap .container .section.se0 .thumb3:After{
    display:block;
    clear:both;
    content:'';
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.6);
    position:absolute;
    top:0;
    left:0;

}
#wrap .container .section.se0 .thumb3 .txt_wrap{
    top:42%;
    color:#fff;
    z-index: 1;
}
#wrap .container .section.se0 .thumb3 .scroll{
    z-index: 1;
}
#wrap .container .section.se0 .thumb3 .txt_wrap .eff{
    animation:boxWidthburing2 1.2s 1.2s forwards cubic-bezier(0, 0, 0.2, 1);

}
/* thumb4 */
#wrap .container .section.se0 .thumb4 .txt_wrap{
    perspective: 4000px;
      transform-style: preserve-3d;
      transition: all 500ms ease-in-out;
      top:45%;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .txt.txt1{
      margin-top:20px;
  }
  
  #wrap .container .section.se0 .thumb4 .txt_wrap .viewbtn{
      margin-top:50px;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .viewbtn a{
      display:block;
      content:'';
      clear:both;
      color:#fff !important;
      width:30%;
      height:50px;
      border: solid 1px #fff;
      text-align: center;
      line-height: 50px;
      font-size:20px;
      font-weight: bold;
      outline:none;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .ttt1{
      margin-top:30px;
      font-size:30px;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .ttt2{
      word-break: keep-all;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .ttt2 span{
      overflow: hidden;
      text-overflow: ellipsis;
      display: -webkit-box;
      -webkit-line-clamp: 5; /* 라인수 */
      -webkit-box-orient: vertical;
  }
  @keyframes upup{
      0%{
          top:65%;
          transform:rotate3d(0,1,0,0deg) translatey(-50%);
      }
     /* 25%{
          top:55%;
          transform:rotate3d(0,1,0,90deg) translatey(-50%);
      } */
      50%{
          top:55%;
          transform:rotate3d(0,1,0,360deg) translatey(-50%);
      }
        /*
      75%{
          transform:rotate3d(0,1,0,90deg) translatey(-50%);
      } */
      100%{
          top:65%;
          transform:rotate3d(0,1,0,0deg) translatey(-50%);
      }
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap{
      transform-style: preserve-3d;
      transition: all 500ms ease-in-out;
      animation: upup 10s infinite cubic-bezier(0, 0, 0.2, 1);
      opacity: 1;
      top:60%;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap:hover{
      animation: upup 10s paused cubic-bezier(0, 0, 0.2, 1);
     /*  top:60%; */
     
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap div img{
      width:100%;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap div{
     position:absolute;
     transform-style: preserve-3d;
     transition: all 500ms ease-in-out;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap div.mainimg{
      width:350px;
      height:518px;
      top:0;
      right:0;
      box-shadow: 10px 10px 20px rgba(0,0,0,0.5);
      z-index: 1;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap div.subimg{
      height:518px;
      width:auto;
      top:0;
      left:-15.5px;
      transform: rotatey(-90deg) translate3d(-18px,0,0px);
      transition: transform 300ms;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap div.supimg{
      transform: rotate3d(0,1,0,-180deg) translate3d(0,0,36px);
      box-shadow: -10px 10px 20px rgba(0,0,0,0.5);
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap div.rigimg{
      height:518px;
      width:36px;
      background:#fff;
      top:0;
      right:-15.5px;
      transform: rotateY(-90deg) translate3d(-18px,0,0px);
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap div.subimg img{
     height:100%;
     width:auto;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .subwrap{
      float:left;
      width:50%;
  }
  #wrap .container .section.se0 .thumb4 .txt_wrap .img_wrap{
      float:right;
      position:relative;
      width:350px;
      height:518px;
      text-align: right;
  }
  
  /* thumb4 */

#wrap .container .section.se0 .txt_wrap .tit{
    font-size:40px;
    line-height: 48px;
    overflow: hidden;
    position: relative;
}
#wrap .container .section.se0 .thumb3 .txt_wrap .tit.t1{
    margin-top:30px;
}
#wrap .container .section.se0 .thumb3 .txt_wrap .tit.td1{
    font-size:30px;
}
#wrap .container .section.se0 .thumb3 .txt_wrap .tit.td1 span{
   font-weight: 500;
}
#wrap .container .section.se0 .thumb3 .txt_wrap .txt.td2{
    font-size:18px;
    word-break: keep-all;
}
#wrap .container .section.se0 .thumb3 .txt_wrap .txt.td2 span{
   font-weight: 300;
}
#wrap .container .section.se0 .thumb3 .txt_wrap .txt.txt1{
    margin-top:10px;
}

#wrap .container .section.se0 .txt_wrap .tit span{
    opacity: 0;
    display: block;
    
}

#wrap .container .section.se0 .txt_wrap .txt{
    font-size:20px;
    line-height: 30px;
    overflow: hidden;
    position: relative;
}

#wrap .container .section.se0 .txt_wrap .txt.txt1{
    margin-top:100px;
}

#wrap .container .section.se0 .txt_wrap .txt span{
    opacity: 0;
    display: block;
   
}

#wrap .container .section.se0 .txt_wrap .eff{
    width:0;
    height: 2px;
    background:#fff;
    text-indent:-9999px;
    margin-top:30px;
    overflow:hidden;
    animation:boxWidthburing 1.2s 1.2s forwards cubic-bezier(0, 0, 0.2, 1);
}
@keyframes imgBuring {
    from{
        opacity:0;
        
    }
    to{
        opacity:1;
    }
}

#wrap .container .section.se0 .txt_wrap .img_wrap{
    text-align:right;
    position:absolute;
    top:40%;
    right:0;
    transform:translatey(-50%);
    opacity:0;
    animation:imgBuring 1.4s 1.4s forwards cubic-bezier(0, 0, 0.2, 1);
}
#wrap .container .section.se0 .txt_wrap .img_wrap div{}
#wrap .container .section.se0 .txt_wrap .img_wrap div img{
    
}

@keyframes scrollM{
	0% { transform:translateY(0); opacity:0;}
	20%, 80% { opacity:1;}
	100% { transform:translateY(20px); opacity:0;}
}


#wrap .container .section.se0 .scroll{
    width:100%;
    position:absolute;
    bottom:30px;
    left:50%;
    transform:translatex(-50%);
    text-align:center;
}
#wrap .container .section.se0 .scroll .test_scroll{
    
}
#wrap .container .section.se0 .scroll img{
    text-align:center;
    display: inline;
}
#wrap .container .section.se0 .scroll .sc{
    content: '';
    position: absolute;
    top: 9px;
    left: 50%;
    width: 2px;
    height: 8px;
    margin-left: 0px;
    background: #fff;
    animation: scrollM 1.5s linear infinite;
}
#wrap .container .section.se0 .scroll p{
    color:#fff;
    font-size:16px;
    margin-top:20px;
    letter-spacing:3px;
}

#wrap .container .section.se0 .slick-dots{
    bottom:140px;
}
#wrap .container .section.se0 .slick-dots li button::before{
    font-size:40px;
    opacity: 0.5;
    color:#fff;
}
#wrap .container .section.se0 .slick-dots li.slick-active button::before{
    color:#fff;
    opacity: 1;
}

#wrap .container .section.se0 .slick-dotted.slick-slider{
    margin-bottom: 0;    
}

@keyframes arrows{
    0%{
        bottom:50px;
    }
    50%{
        bottom:30px;
    }
    100%{
        bottom:50px;
    }
}
/* venobox */
.venoframe.vbvid{
    width: 1600px;
    height:900px;
}
.vbox-content{
    padding:0;
}
.vbox-close{
    top:10px;
    right:10px;
    font-size:40px;
    width:100px;
    height:90px;
}

#wrap .container .section.se1{
    position: relative;
}
#wrap .container .section.se1 .video-wrap{
    width:100%;
    height:100%;
}
#wrap .container .section.se1 .video-wrap .thumb{
    height:100%;
    position:relative;
}
#wrap .container .section.se1 .video-wrap .thumb .venobox{
    background: rgba(0,0,0,0.5) url(../img/sec1-8bg.jpg) no-repeat center/cover;
    width:100%;
    height:100%;
    display:block;
}
#wrap .container .section.se1 .video-wrap .thumb .more_btn{
    width:150px;
    height:40px;
    display:block;
    left:365px;
    text-align: center;
    color:#fff !important;
    z-index: 1;
    line-height: 40px;
    font-size:16px;
    border: 0 solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, 0);
    outline: 1px solid;
    outline-color: rgba(255, 255, 255, .5);
    outline-offset: 0px;
    text-shadow: none;
    transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
    box-sizing: border-box;
    margin-top:20px;
}
#wrap .container .section.se1 .video-wrap .thumb .more_btn:hover{
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .5), 0 0 20px rgba(255, 255, 255, .2);
    outline-color: rgba(255, 255, 255, 0);
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388; 
}
#wrap .container .section.se1 .video-wrap .thumb .venobox img{
    width:100%;
    height:auto;
}
#wrap .container .section.se1 .video-wrap .thumb .play-bt{
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%, -50%);
    font-size:100px;
    color:#fff;
    z-index: 1;
}
#wrap .container .section.se1 .video-wrap .thumb .play-bt i{
    transition:all 0.4s;
}
#wrap .container .section.se1 .video-wrap .thumb a:hover .play-bt i{
    color:#f08300;
}

@keyframes slideUpAnimation {
    from { opacity:0;-webkit-transform: translate3d(0,30px,0); }
    to { opacity:1;-webkit-transform: translate3d(0,0,0); }
}

.fp-viewing-second #wrap .container .se1 .txt_wrap .tit.t1 span{
    animation: slideUpAnimation 0.6s 0.3s forwards cubic-bezier(0, 0, 0.2, 1);
    font-weight: 500;
}

.fp-viewing-second #wrap .container .se1 .txt_wrap .txt1 span{
    animation: slideUpAnimation 0.6s 0.5s forwards cubic-bezier(0, 0, 0.2, 1);
}
.fp-viewing-second #wrap .container .se1 .txt_wrap .txt1 span>span{
    
}

#wrap .container .section.se1 .txt_wrap{
    position: absolute;
    top:64%;
    color:#fff;
    width:1200px;
    height:400px;
    left:50%;
    transform: translate(-50%,-50%);  
    text-align: left;
    
}
#wrap .container .section.se1 .txt_wrap .tit{
    font-size:50px;
    line-height: 58px;
    overflow: hidden;
    position: relative;
    
}

#wrap .container .section.se1 .txt_wrap .tit span{
    opacity: 0;
    display: block;
}

#wrap .container .section.se1 .txt_wrap .txt{
    font-size:24px;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    
}
#wrap .container .section.se1 .txt_wrap .txt.txt1{
    margin-top:10px;
    
}
#wrap .container .section.se1 .txt_wrap .txt span{
    opacity: 0;
    display: block;
    float:left;
    letter-spacing: 0.5px;
    color:#ddd;
}
#wrap .container .section.se1 .txt_wrap .txt .name{
    font-weight: bold;
    margin-left:10px;
}

/* 지나온 50년  */

.se2{
    background:url(../img/se2_bg.jpg) no-repeat center/cover; 
}
.se2 .inner{
    width:1200px;
    margin:0 auto;
    position:relative;
}
.se2 .inner h3{
    font-size:50px;
    line-height: 56px;
    margin-top:50px;
    text-align: left;
}
.se2 .inner .years{
    width:100%;
    margin:130px auto 0;
    text-align: center;
    font-size:0;
    display:flex;
    justify-content:space-between;
    padding-bottom:30px;
}
.se2 .inner .years li.act{
    pointer-events: none;
}
.se2 .inner:before{
    display:block;
    clear:both;
    content:'';
    width:100%;
    height:60px;
    background:url(../img/record_ruler.png) no-repeat center/100%;
    position:absolute;
    top:100px;
    left:0;
}

.se2 .inner .fin{
     width:17px;
    height:30px;
    background:url(../img/record_fin.png) no-repeat center/100%;
    position:absolute;
    top:170px;
    left:1.1%;
    transition:all 0.4s;
    text-indent:-9999px;
}


.se2 .inner .years li{
    cursor:pointer;
    color:#cccbcb;

}
.se2 .inner .years li.on{
    color:#000;
}
.se2 .inner .years li.on .icon_wrap{
    background:#f08300;
}
.se2 .inner .years li:hover .icon_wrap{
    
}
.se2 .inner .years li .icon_wrap{
    background:#808080;
    width:60px;
    height:60px;
    border-radius: 50%;
    vertical-align: bottom;
    transition:all 0.4s;
    text-align: center;
}
.se2 .inner .years li .icon_wrap img{
    margin-top:20px;
    width:50%;
    text-align: center;
}
.se2 .inner .years li .tit_wrap{
    margin-top:20px;
    opacity: 1;
    font-size:14px;
    text-align: center;
}
.se2 .inner .years li.on .tit_wrap{
    opacity: 1;
    font-size:16px;
}
.se2 .inner .re_wrap li{
    display:none;
}
.se2 .inner .re_wrap li.view_wrap .record{
    animation:none;
}
.se2 .inner .re_wrap li.view_wrap .record_wrap .box{
    background:none;
    box-shadow: none;
}
.se2 .inner .re_wrap li.view_wrap .record_wrap .updown{
    display:none;
}
.se2 .inner .re_wrap li.on{
    display:block;
}

.se2 .inner .view_wrap .record img{
    animation-play-state: paused !important;
}

.se2 .inner .record_wrap{
    float:left;
    position: relative;
    width:50%;
    margin-top:80px;
    cursor: pointer;
    height: 400px;
}
.se2 .inner .record_wrap .box{
    background:url(../img/se2_bg.png) no-repeat center/cover;
    padding:18px 0 30px;
    border-radius: 10px;
    /* border:solid 3px #000; */
    box-sizing: border-box;
   /* box-shadow: 4px 4px 10px rgba(0,0,0,0.5);  */
    
    text-align: center;
}
/* .se2 .inner .record_wrap .box:after{
    display:block;
    clear: both;
    content:'';
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    width:58px;
    height:58px;
    border-radius: 50%;
    background:#fff;
} */
@keyframes rota{
    0%{
        transform: rotate(0deg);
    }
   
    100%{
        transform: rotate(360deg);
    }
}

.se2 .inner .record_wrap .record{
   
    
}
.se2 .inner .record_wrap .record img{
    animation:rota 10s infinite linear;
    transition: all ease 0.5s;
}
/* .se2 .inner .record_wrap:after{
    display:block;
    content:'';
    clear: both;
    width:40px;
    height:30px;
    background:#fff;
    position: absolute;
    bottom:20px;
    left:20px;
    box-sizing: border-box;
    box-shadow: 2px 4px 10px rgba(0,0,0,0.5);
} */

.se2 .inner .record_wrap:hover .record img{
    animation-play-state: paused;
    transition: all ease 0.5s;
    
}
.se2 .inner .record_wrap:hover .updown{
    
}
.se2 .inner .record_wrap .updown{
    position: absolute;
    top:0px;
    right:0px;
    transform: rotate(0);
    transition:all 0.4s;
   
}
.se2 .inner .record_wrap:hover .updown .record_player{
    transform: rotate(-35deg);
   right:50px;
   top:-24px;
   
}
.se2 .inner .record_wrap .updown .record_play{
    display:block;
    position: absolute;
    top:10px;
    right:10px;
    display:none;
}
.se2 .inner .record_wrap .updown .record_player{
    display:block;
    position: absolute;
    top:-30px;
    right:90px;
    transition:all 0.4s;
    
   
}
.se2 .inner .record_wrap .updown .record_core{
    display:block;
    position: absolute;
    top:10px;
    right:110px;
}
.se2 .inner .txt_wrap{
    float:left;
    width:40%;
    margin-top:50px;
    margin-left:10%;
    text-align: center;
}
.se2 .inner .txt_wrap{}
.se2 .inner .txt_wrap .tit{
    font-size:40px;
    line-height:50px;
    font-weight: 700;
    margin-bottom: 50px;
    word-break: keep-all;
}
.se2 .inner .txt_wrap .txt{
    font-size:16px;
    line-height: 20px;
    color:#555;
    word-break: keep-all;
    text-align: left;
}
.se2 .inner ul li:first-child .txt_wrap .txt{
    font-size:20px;
    line-height: 24px;
}
.se2 .inner .txt_wrap button{
    margin-top:40px;
    border:none;
    outline: none;
}
.se2 .inner .txt_wrap button a{
    display:block;
    width:200px;
    height:50px;
    background:#000;
    color:#fff !important;
    font-size:20px;
    line-height: 50px;
}


/* 비대칭 이미지 , 유한킴벌리 http://csr.yuhan-kimberly.co.kr/ 참조 */
#wrap .container .section.se3{
    
}
#wrap .container .section.se3 .inner{
    padding-top:100px;
    min-width:1200px;
}
#wrap .container .section.se3 .inner ul{
    width:100%;
    height:100%;
    overflow:hidden;
}
#wrap .container .section.se3 .inner ul li{
    float:left;
    position: relative;
    transition:all 0.4s;
    overflow:hidden;
}
#wrap .container .section.se3 .inner ul li:hover:after{
    opacity: 0;
    z-index: -1;
    transition:all 0.4s;
}

/* #wrap .container .section.se3 .inner ul li:after{
    display:block;
    clear:both;
    content:'';
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    top:0;
    left:0;
    transition:all 0.4s;
    overflow:hidden;
} */
#wrap .container .section.se3 .inner ul li a{
    display:block;
    width:100%;
    height:100%;
    overflow:hidden;
}
#wrap .container .section.se3 .inner ul li a .txt_wrap{
    color:#fff;
    position:absolute;
    width:100%;
    height:100%;
}
#wrap .container .section.se3 .inner ul li a .txt_wrap .number{
    font-size:60px;
    line-height:100px;
    font-weight:bold;
}
#wrap .container .section.se3 .inner ul li a .txt_wrap .tt2{
    font-weight:bold;
}
#wrap .container .section.se3 .inner ul li a span{
    display:block;
}
#wrap .container .section.se3 .inner ul .box1{
    background:url(../img/50th_bclass.jpg) no-repeat 0 0/cover;
    width:44%;
    height:90vh;
}

#wrap .container .section.se3 .inner ul .box1 a .txt_wrap{
    top:80%;
    left:50%;
    transform:translate(-50%,-50%);
    text-align:center;
}
#wrap .container .section.se3 .inner ul .box1 a .txt_wrap .number img{
    vertical-align: middle !important;
}
#wrap .container .section.se3 .inner ul .box3 a .txt_wrap .number img{
    vertical-align: middle !important;
}

#wrap .container .section.se3 .inner ul .box1 a .txt_wrap .tt1{
    font-size:55px;
    line-height:70px;
    width:100%;
    font-weight:300;
}
#wrap .container .section.se3 .inner ul .box1 a .txt_wrap .tt1 .tt2{
    font-size:70px;
    line-height:76px;
    font-weight:bold;
}

#wrap .container .section.se3 .inner ul .box2{
    width:27%;
    height:52vh;
    background:#14b1d6;
}
#wrap .container .section.se3 .inner ul .box2 .tt1{
    bottom:30px;
    left:30px;
    position:absolute;
    font-size:40px;
    line-height:50px;
}

#wrap .container .section.se3 .inner ul .box2 .number{
    position:absolute;
    top:0;
    right:30px;
}
#wrap .container .section.se3 .inner ul li .number img{
    vertical-align: bottom !important;
}

#wrap .container .section.se3 .inner ul .box2 .tt1{}
#wrap .container .section.se3 .inner ul .box3{
    background:url(../img/50th_letter.jpg) no-repeat center/cover;
    width:29%;
    height:52vh;

}
#wrap .container .section.se3 .inner ul .box3 a{
    cursor:auto;
}

#wrap .container .section.se3 .inner ul .box3 .txt_wrap{
    left:30px;
}
#wrap .container .section.se3 .inner ul .box3 .tt1{
    font-size:40px;
    line-height:50px;
}
#wrap .container .section.se3 .inner ul .box3 .tt1{}
#wrap .container .section.se3 .inner ul .box4{
    width:21%;
    height:38vh;
    background:url(../img/50th_hope.jpg) no-repeat center/cover;
}
#wrap .container .section.se3 .inner ul .box4 .txt_wrap{
    left:30px;
}
#wrap .container .section.se3 .inner ul .box4 .tt1{
    position:absolute;
    font-size:40px;
    line-height:50px;
    bottom:30px;
    
}
#wrap .container .section.se3 .inner ul .box5{
    width:35%;
    height:38vh;
    background:#7dc353;
}
#wrap .container .section.se3 .inner ul .box5 .txt_wrap{
    left:30px;
    top:0;
}
#wrap .container .section.se3 .inner ul .box5 .tt1{
    font-size:40px;
    line-height:50px;
    margin-top:25px;
}

#wrap .container .section.se3{
    background:#fff;
}



#wrap .container .section.se3 .inner{}
#wrap .container .section.se3 .inner .txt_wrap{}
#wrap .container .section.se3 .inner .txt_wrap p{
    font-size:100px;
    color:#fff;
    text-align: center;
    font-weight: bold;
}
/* 현재2 */
.se4{
    overflow:hidden;
}
.se4 h3{
    position: absolute;
    top:100px;
    left:-30px;
    font-size:330px;
    line-height: 200px;
    white-space: nowrap;
    opacity: 0.2;
    color:#ccc;
}
.se4 .inner{
    width:1200px;
    margin:0 auto;
}
.se4 .inner .txt_wrap{
    float:left;
    width:30%;
    text-align: left;
}
.se4 .inner .txt_wrap .tit{
    font-size:56px;
    line-height: 56px;
    font-weight: bold;
    
}
.se4 .inner .txt_wrap .txt{
    font-size: 26px;
    line-height: 30px;
    margin:80px 0;
    color:#666;
    font-weight: 300;
}
.se4 .inner .txt_wrap button{
    background:none;
    border:none;
    
}
.se4 .inner .txt_wrap button a{
    display:block;
    width:150px;
    font-weight: 500;
    height:40px;
    border:solid 1px #000;
    font-size:16px;
    line-height: 40px;
}

.se4 .inner .slick_wrap{
    float:left;
    width:70%;
} 
.se4 .inner .slick_wrap ul{
    width:100%;
    height:100%;
} 
.se4 .inner .slick_wrap ul li{
    height:350px;
    width:33.3%;
    margin:0 20px;
    transition:all 0.4s;
} 

.se4 .inner .slick_wrap ul li img{
    width:100%;
    height:100%;
}
.se4 .inner .slick_wrap ul li.slick-center {
    
}
.se4 .inner .slick_wrap ul li a{
    display:block;
    width:100%;
    height:auto;
    outline:none;
}
.se4 .inner .slick_wrap ul li a span{
    display:block;
    width:100%;
    height:100%;
}
.se4 .inner .slick_wrap ul li.s1{
    background:red;
} 
.se4 .inner .slick_wrap ul li.s2{
    background:blue;
} 
.se4 .inner .slick_wrap ul li.s3{
    background:green;
} 
.se4 .inner .slick_wrap ul li.s4{
    background:purple;
} 
.se4 .inner .slick_wrap ul li.s5{
    background:gray;
} 

.se4 .inner .txt_wrap .btn_wrap{
    display:flex;
    margin:0 auto;
}

.se4 .inner .txt_wrap .btn_wrap .prev,
.se4 .inner .txt_wrap .btn_wrap .next{
    width:40px;
    height:40px;
    border-radius: 50%;
    border:solid 1px #000;
    outline:none;
    box-sizing: border-box;
    cursor: pointer;
    margin-left:10px;
}
/* 나아갈 50년 */

.se5{
    background:#14b1d6;
    position: relative;
    width:100%;
}
.se5 h3{
   position: absolute;
   top:17%;
   left:50%;
   transform: translatex(-50%);
    font-size:50px;
    line-height: 56px;
    color:#fff;
}
.se5 .img_wrap{
    width:50%;
    height:100%;
    position: absolute;
    bottom:0;
    left:0;
    transform: rotate(180deg);
    display:none;
}
.se5 .img_wrap ul{
    position: absolute;
    top:20%;
    left:0;
    width:100%;
}
.se5 .img_wrap ul li{
    
    overflow: hidden;
    position: relative;
    transform: rotate(180deg);
    outline: none;
    margin:0 0.1%;
}
.se5 .img_wrap ul li img{
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    display:block;
    width:100%;
    height:100%;
}
.se5 .img_wrap ul li .overlay{
    position: absolute;
    width:100%;
    height:100%;
    background:rgba(20,177,214,0.8);
    top:0;
    left:0;
}

.se5 .inner{
    width:1200px;
    margin:0 auto;
    
}
.se5 .inner .tit_wrap{
    float:left;
    text-align: left;
    width:50%;
    margin-top:20px;
}
.se5 .inner .tit_wrap .t1{
    color:#fff;
    font-size:30px;
    font-weight: 500;
    line-height: 36px;
}
.se5 .inner .tit_wrap .t2{
    font-size:60px;
    font-weight: bold;
    color:#ffe266;
    line-height: 70px;
    margin-top:20px;
    
}
.se5 .inner .iphone{
    position: absolute;
    background:url(../img/se5_mockup.png) no-repeat center/cover;
    width:280px;
    height:570px;
    top:60%;
    left:50%;
    transform: translate(-50%, -50%);
    z-index: 1;
   
}

/* .se5 .inner .iphone:before{
    display:block;
    content:'';
    clear: both;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    position: absolute;
    bottom:0;
    left:0;
    z-index: -1;
} */
.se5 .inner .iphone ul{}
.se5 .inner .iphone ul li{
    display:none;
}
.se5 .inner .iphone ul li.on{
    display:block
}
.se5 .inner .iphone ul li .txt{
    margin-top:130px;
    text-align: center;
}
.se5 .inner .iphone ul li .txt .t1{
    color:#ddd;
    font-style: italic;
    font-size:18px;
    padding:0 15px;
    line-height: 18px;
}
.se5 .inner .iphone ul li .txt .t2{
    font-size:30px;
    font-weight: bold;
    line-height:30px;
    color:#fff;
    margin: 10px 0 40px;
    padding:0 15px;
}
.se5 .inner .iphone ul li .btn{
    border:none;
    background:none;
    display:table;
    margin:0 auto;
}
.se5 .inner .iphone ul li .btn a{
    display:block;
    background:#fff;
    color:#000 !important;
    padding:5px 15px;
    border-radius: 10px;
    font-size:14px;
    text-align: center;
    font-weight: bold;
}
.se5 .inner .iphone ul li .pic_wrap{
    width:150px;
    height:150px;
    border-radius: 50%;
    margin:0 auto;
    margin-top:40px;
    
}

.se5 .inner .iphone ul li.li1 .pic_wrap{
    background:url(../img/se5_img1.jpg) no-repeat center/cover;
}
.se5 .inner .iphone ul li.li2 .pic_wrap{
    background:url(../img/se5_img7.jpg) no-repeat center/cover;
}
.se5 .inner .iphone ul li.li3 .pic_wrap{
    background:url(../img/se5_img2.jpg) no-repeat center/cover;
}
.se5 .inner .iphone ul li.li4 .pic_wrap{
    background:url(../img/se5_img4.jpg) no-repeat center/cover;
}
.se5 .inner .iphone ul li.li4 .txt .t1{
    letter-spacing: -2px;
}
.se5 .inner .iphone ul li.li9 .txt .t1{
    letter-spacing: -2px;
}
.se5 .inner .iphone ul li.li5 .pic_wrap{
    background:url(../img/se5_img5.jpg) no-repeat center/cover;
}
.se5 .inner .iphone ul li.li5 .txt .t2{
    letter-spacing: -3.5px;
}
.se5 .inner .iphone ul li.li6 .txt .t2{
    letter-spacing: -3.5px;
}
.se5 .inner .iphone ul li.li6 .pic_wrap{
    background:url(../img/se5_img6.jpg) no-repeat center/cover;
}
.se5 .inner .iphone ul li.li7 .pic_wrap{
    background:url(../img/se5_img.jpg) no-repeat center/cover;
}
.se5 .inner .iphone ul li.li8 .pic_wrap{
    background:url(../img/se5_img3.jpg) no-repeat center/cover;
}
.se5 .inner .iphone ul li.li8 .txt .t1{
    letter-spacing: -1px;
    
}
.se5 .inner .iphone ul li.li9 .pic_wrap{
    background:url(../img/se5_img9.jpg) no-repeat center/cover;
}
.se5 .inner .iphone ul li.li10 .pic_wrap{
    background:url(../img/se5_img.jpg) no-repeat center/cover;
}


.se5 .inner .txt_wrap{
    float:right;
    width:38.5%;
    color:#fff;
    padding-top:70px;

}
.se5 .inner .txt_wrap p{
    text-align: left;
    font-size: 20px;
    padding-bottom: 20px;
    margin-bottom:20px;
    position: relative;
    padding-left:20px;
}
.se5 .inner .txt_wrap p a{
  
    color:#fff !important;
}
.se5 .inner .txt_wrap p i{
    margin-left:10px;
}
    
.se5 .inner .txt_wrap p:after{
    display:block;
    clear:both;
    content:'';
    width:100%;
    height:16px;
    background:url(../img/se5_arrow.png) no-repeat center/cover;
    bottom:-5px;
    left:0;
    position: absolute;
}
.se5 .inner .txt_wrap ul{
    
}
.se5 .inner .txt_wrap ul li{
    float:left;
    width:50%;
    text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
    font-size: 18px;
    line-height: 36px;
    border-bottom:solid 1px rgba(255,255,255,0.2);
    box-sizing: border-box;
    padding-left:20px
}


/* footer */
#foot{
    padding-top:60px;
    height:200px !important;
    
}
.footer{
    
    height:200px !important;
}
#wrap .footer .fp-tableCell{
    height:100px !important;
}


#wrap .container section.footer{}


#foot{
    clear:both;
    position:relative;
    padding-bottom:0px;
    background:#262626;
    width:100%;
}
#foot .inner{
    max-width:1200px;
    margin:0 auto;
    position: relative;
    color:#cfcfcf;
    font-size:13px;
}

#foot .inner .link_up{
    margin-bottom: 40px;
}
#foot .inner .link_up ul{}
#foot .inner .link_up ul li{}
#foot .inner .link_up ul li a{
    color:#cfcfcf !important;
    font-size:14px;
    font-weight: bold;
}
#foot .inner .link_down{
    
}
#foot .inner .link_down .address{
    margin-bottom: 10px;
}
#foot .inner .link_down .address p{
    display:inline-block;
    margin-bottom: 0;
}
#foot .inner .link_down .address .addr{
    margin-right:10px;
    position: relative;
}
#foot .inner .link_down .address .addr:after{
    display:block;
    clear:both;
    content:'';
    width:1px;
    height:100%;
    position: absolute;
    right:-7px;
    top:0;
    background:#cfcfcf;
}
#foot .inner .link_down .address .phone{}
#foot .inner .link_down .address .phone a{
    color:#cfcfcf !important;
}
#foot .inner .f_logo{
    position: absolute;
    right:0;
    top:50%;
    transform: translatey(-50%);
}




/* dots */
#fp-nav{
    transform: translatey(-50%);
}
#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li:hover a.active span{
    width:12px !important;
    height:12px !important;
}
#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
    line-height: 16px !important;
}
#fp-nav ul li a{}

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active+.fp-tooltip{
    color:#fff;
    font-weight: 700;
    font-size:16px;
}
#fp-nav ul li a span:nth-child(2){
    background:#fff;
}

/* dots */