@charset "UTF-8";
* {box-sizing: border-box;}
/*reset*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video, button, input, select, textarea {
    margin: 0;
    padding: 0;
    font: inherit;
    vertical-align: top;
}
button,input {border-radius: 0}
fieldset,img {border: 0}
ol,ul {list-style: none}
address,em {font-style: normal}
a {text-decoration: none}
iframe {
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: 0
}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section,main {display: block;}
h1,h2,h3,h4,h5,h6 {font-weight: normal}
.blind {position: absolute;overflow: hidden;clip: rect(0 0 0 0);margin: -1px;width: 1px;height: 1px}
button {cursor:pointer;}
button, input, select {vertical-align: middle;}

/*테이블 칸 여백빼기, 선합치기*/
table {border-spacing: 0; border-collapse:collapse;}

/*스킵네비게이션*/
#accessibilityLink {
    position: relative;
    top: 0;
    left: 0;
    z-index: 999999;
}
#accessibilityLink a {
    position: absolute;
    left: 0;
    top: -9999px;
    background: #333;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    width: 100%;
}
#accessibilityLink a:focus, #accessibilityLink a:active { 
    top: 0; 
}

/*영문단어 중단점을 음절로 처리,주로 모바일에서 사용*/
body {
    word-break: break-all;
/*    아이폰사파리에서 뷰포트크기 변경시 텍스트확대 방지*/
    -webkit-text-size-adjust:none;
}


/*공통스타일*/
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(255,255,255,0.3);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(255,255,255,0.3);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(255,255,255,0.3);
}
:-moz-placeholder { /* Firefox 18- */
  color: rgba(255,255,255,0.3);
}


/*main_iframe*/
/*intro*/

.intro{position: fixed; margin-top:-230px;  margin-left:-960px; left:50%; z-index:9999999999999; width:1920px; top:-2000px; background:#8d8f90; height:1020px; overflow:hidden; animation-duration:5s; animation-name:int;opacity:0;display: none; }
	
	.int-bg { position:absolute; width:134px; height:134px; left:50%; top:390px; margin-left:-67px; background-color:#8d8f90;  animation-duration:3s; animation-name:int-bg;}
	.int-bi { position:absolute; left:50%; margin-left:-106px; top:535px; opacity:0; margin-top:30px; }


	#intro_line { width:134px; position: absolute; height:134px; top:0; left:50%; margin-left:-210px; z-index:6; }
	#intro_line>div { position:absolute;  background-color:#fff;  animation-duration: 2s; animation-name: main-line; }
	#intro_line>div:nth-child(1) { width:0px; height:1px; top:389px; left:50%; margin-left:76px;  }
	#intro_line>div:nth-child(2) { width:1px; height:0px; top:389px; right:50%; margin-right:-211px; }
	#intro_line>div:nth-child(3) { width:0px; height:1px; top:521px; right:50%; margin-right:-210px;  }
	#intro_line>div:nth-child(4) { width:1px; height:0px; bottom:-388px; left:50%; margin-left:76px; }

	.int-logo { position:absolute; left:50%; margin-left:-67px; z-index:4; top:390px; opacity:0; margin-top:-40px;}
	

	@keyframes int {
	  from {opacity:1; top:0px;}  70%{opacity:1; top:0px;} to { opacity:1; }
	}


	@keyframes int-bg {
	  from { width:5000px; height:5000px; top:50%; margin-top:-2500px; left:50%; margin-left:-2500px;}  
	  35% { width:5000px; height:5000px; top:50%; margin-top:-2500px; left:50%; margin-left:-2500px; transform: rotate( 180deg );} 
	  to {  }
	}

  
.main_wrap{position: absolute;top: 0;width: 100%;height: 100vh; overflow: hidden;}
.main_wrap .main_bg{background-size: cover; height: 93vh;animation: main_bg 1.6s .0s both;}
.main_bg img{animation: main_bg2 1.2s .4s both;}
.main_wrap .main_con:nth-child(1) .main_bg{background: url(../img/main01.jpg) center bottom no-repeat; background-size: cover;}
.main_wrap .main_con:nth-child(2) .main_bg{background: url(../img/main02.jpg) center bottom no-repeat; background-size: cover;}
.main_wrap .main_con:nth-child(3) .main_bg{background: url(../img/main03.jpg) center bottom no-repeat; background-size: cover;}
.main_wrap .main_con:nth-child(4) .main_bg{background: url(../img/main04.jpg) center bottom no-repeat; background-size: cover;}
.main_tit{position: absolute;top: 0;left: 0;right: 0; margin: auto;}
.main_tit img{width: 100%;}

.section00{position: relative; top: 0;width: 100%; height: 100vh;}
.main_con{width:100%; position: absolute;top:0;left:0;display:  none;}
.main_wrap .active .main_tit li:nth-child(1) {animation: main_tit .7s .3s both; opacity: 1;}
.main_wrap .active .main_tit li:nth-child(2) {animation: main_tit .7s .6s both; opacity: 1;}
.main_wrap .active .main_tit li:nth-child(3) {animation: main_tit .7s .9s both; opacity: 1;}
.main_wrap .active .main_tit li:nth-child(4) {animation: main_tit .7s 1.2s both; opacity: 1; margin-top: 5vw;}
.main_wrap .active .main_tit li:nth-child(5) {animation: main_tit .7s 1.6s both; opacity: 1;}

.main_tit{position: absolute;top: 30vw;left: 0;right: 0; margin: auto;}
.main_tit>img{width: 100%;}
.active{display: block;}

@keyframes main_tit {
    0%{opacity: 0;transform: translateY(-10px); opacity: 0;}
    100%{}
}

@keyframes main_bg {
  0%{transform: scale(1.4); }
  100%{ opacity: 1;}
}

@keyframes main_bg2 {
  0%{opacity: 0;}
  100%{ opacity: 1;}
}


.main_tit { color: #fff; text-align: center; font-family: 'Noto Sans KR', sans-serif; }
.main_tit h4 { font-size: 22px; line-height: 100%; margin-top: 0px; font-weight: 300; letter-spacing: -1px; }
.main_tit h2 { font-size: 36px; line-height: 100%; margin-top: 15px; font-weight: 700; letter-spacing: -1.5px; }
.main_tit h2 b { color: #edec76; }
.main_tit h2 b span { position: relative; }
.main_tit h2 b span:after { content:''; width: 5px; height: 5px; position: absolute; top: 2px; left: 0; right: 0; margin: auto; border-radius: 100%; background-color: #edec76; }
.sec01_line { width: 1px; height: 25px; margin: auto; margin-top: 15px; background-color: #fff; }
.main_tit p { font-size: 12px; line-height: 100%; margin-top: 15px; font-weight: 300; letter-spacing: -0.5px; }
.main_tit h3 { font-size: 29px; line-height: 100%; margin-top: 10px; font-weight: 600; letter-spacing: -1.0px; }



.main_ori{position: absolute; bottom: 20vw;text-align: center; width: 100%;z-index: 20; color: #fff;	text-shadow: 0px 0px 10px rgba(0, 0, 0, .9); font-size:11px;}


.btn-set{position: absolute;bottom: 0;display: flex;justify-content: space-between;width: 100%;height: 18vw;background: #004a76;padding: 8.5vw 5vw;}
.btn-set-a{display:flex;}
.btn-set a{display: block;width:10vw;height: 2px;line-height: 16px;margin:0 2px; background-color: #5486a3; transition: .5s;position: relative;}
.btn-set a.active_bar{width: 10vw;}
.btn-set a.active_bar span{position: absolute;top: 0;left: 0; background-color: rgba(255, 255, 255, 1) !important;width: 0%;height: 100%; z-index: 9999; display:block;
/*     animation: bar 5s .0s both; opacity: 1;  */
}
.btn-set a:first-child{width:10vw;background-color:#5486a3;}
.btn-set .btn{width:16px;height:16px;line-height:16px;font-size: 10px;border:none;background:none;}

.btn-left{margin-top: -1vw;}
.btn-right{margin-top: -1vw;}
.btn-start{display: none;margin-top: -1vw;}
.btn-stop{display: none;margin-top: -1vw;}
.h-btn-active{display:block;}

.num{color:#fff; vertical-align: middle; line-height: 0;font-size: 3vw;margin-top: 0.5vw; font-weight: 500;    font-family: 'Noto Sans KR', sans-serif; }

@keyframes bar {
    0%{width: 0%;}
    100%{}
}

.location_line_box { width: 100%; height: 100%; display: flex; justify-content: space-between; z-index: 1;position: absolute;top: 0; }
.location_line_box>div { width: 100%; height: 100%; border-right: 1px solid #f0f0f0; }
.location_line_box>div:last-child { border: none; }

.section04_con{position: relative;top: 0;}

.section04_ori { position: absolute; font-size: 11px; line-height: 150%;  text-align: left; right: 3vw; bottom: 5vw; color: #000; font-weight: 300;font-family: 'Noto Sans KR', sans-serif; /*text-shadow: 0 0 12px rgba(0,0,0,0.7),0 0 12px rgba(0,0,0,0.7 */};

#footer { width: 100%; height: 135vw; background-color: #535353; text-align: center; padding-bottom: 50vw; }

#ff{text-align: center; padding: 4vw;background: #535353;padding-top: 8vw;padding-bottom: 30vw;}
#ff h4 {margin-bottom: 5vw;margin-top: 5vw;}
#ff h4 a {font-size: 3vw; color:#fff; display: inline-block;}
#ff h4 b{font-weight: bold;padding-right: 1vw;  color: #b17a4f;}
.footer_top{position: relative;top: 0; width: 100%; height: 10vw; margin-bottom: 5vw;}
.footer_line{width: 100%; height: 1px;opacity: 0.65; background: #fff; margin:5vw 0;}
.footer_top li{position: absolute;}
.footer_top li:nth-child(1){bottom: 0; left: 0;}
.footer_top li:nth-child(2){text-align: right; width: 100%;bottom: 0%; right: 0;}
.footer_top li:nth-child(2) img{ position: absolute;bottom: 0%; right: 0;}
#ff h4{font-size: 3vw; color:#fff;margin-bottom: 2vw;opacity: 0.65;}
#ff h4 b{font-weight: bold;padding-right: 1vw;color: #b17a4f;}
#ff p{font-size: 3vw;color:#eee;margin-top: 3vw;opacity: 0.4;}

.f_icon {position: relative; left: 0; right: 0; margin: 0 auto;  width: 35%; display:flex; justify-content: space-between; margin-top: 6vw;}
.f_icon li {float: left;}
.f_icon li:nth-child(1) { margin-left:10px;}


.q_btn{position: fixed; margin: 0 auto; left: 0; right: 0; bottom: -30%; max-width: 720px; z-index: 9999;background: #000; }
.q_btn a{padding: 0; }
.q_btn img{padding: 0; }

.cb{width: 100%; height: 100vh; position: fixed;top: -150vh;left: 0; right: 0; margin: auto; background: url(../../img/siber/siber_bg.jpg) bottom right no-repeat; background-size:cover; z-index: 9999999999999999; opacity: 0;}
.cb_wrap{position: relative; top: 0;}
.cb_tit{position: absolute;top: 30vw; }
.cb_close{position: absolute; top: 5vw; right: 5vw; width: 35%;} 

.swiper10{position: absolute; top: 50vw !important; left: 0%; right: 0; margin: auto; width: 100%; height: 150vw;}
.swiper10 .swiper-slide{width: 100% !important; float: left; display: block;padding: 20%;	}	
.swiper10 a{display:inline-block; width: 50%;}
/* .cb .swiper-container{width: auto; height: auto;} */

@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

body,input,button,textarea,select,table {
    font-size: 12px;
    font-family:'Noto Sans KR', 'Malgun Gothic', sans-serif;
}
html,body {height: 100%;}
body { color: #333; overflow-x: hidden;}
body a {color: #555;}
body.on {overflow-y: hidden;}


.vimeo-wrapper {
   position: fixed;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   z-index: -1;
   pointer-events: none;
   overflow: hidden;
   z-index: -999999;
}
.vimeo-wrapper iframe {
   width: 100vw;
   height: 56.25vw; /* Given a 16:9 aspect ratio, 9/16*100 = 56.25 */
   min-height: 100vh;
   min-width: 177.77vh; /* Given a 16:9 aspect ratio, 16/9*100 = 177.77 */
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   z-index: -999999;
}



