@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*/
@import url(http://fonts.googleapis.com/earlyaccess/nanummyeongjo.css);
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);

.main_mv{background: url(../img/01.jpg) no-repeat center 100%/100%;}



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

/* .main_bg01{position: absolute; top: 0; left: 0;z-index: 99;} */




.section01_bg{position: absolute; top: 0; z-index: 5;}
.main_tit{position: absolute;top: 44%;left: 0;right: 0;margin: auto;z-index: 9;;}
.main_tit li{margin-top: 0px; opacity: 0; transition: .3;} 
.main_tit .open_box{background: #001e3a; color: #fff; padding: 1.8vw 1vw; font-size:3.5vw; font-weight: 700; width: 42%; text-align: center; margin-left: 6%; margin-top: 5vw;    font-family: 'Noto Sans KR', sans-serif;  }
.main_tit .open_box2{background: #ddd; color: #222; padding: 1.8vw 1vw; font-size:3.5vw; font-weight: 700; width: 42%; text-align: center; margin-left: 6%; margin-top: 3vw;    font-family: 'Noto Sans KR', sans-serif; border-radius:50px;	}

.section01{position: relative; top: 0;}
.swiper1{position: absolute;top: 70px; width: 90%;margin-left: 5%; opacity: 0;}
.bt_set{position: absolute; top: 65vw; right: 5%; display: flex;z-index: 99; }
.bt_set img{width: 70px;}
#section1{
    background: url(../img/main_bg.jpg) center bottom no-repeat;background-size: cover;  position: relative; z-index: 5;
}

.section1_active .swiper1{opacity: 1;animation: main_cg 1.2s .3s both; opacity: 1;}
.section1_active .main_tit li:nth-child(1){animation: main_tit 1.2s .3s both; opacity: 1;}
.section1_active .main_tit li:nth-child(2){animation: main_tit2 1.2s .3s both; opacity: 1;}
@keyframes main_cg {
	from { opacity: 0; }
	to {  }
}
@keyframes main_tit {
	from { transform: translateY(-10px); opacity: 0; }
	to {  }
}
@keyframes main_tit2 {
	from { transform: translateY(10px); opacity: 0; }
	to {  }
}

		.video-container {
		background-color: #000;
		/*position: absolute;*/
		/*padding-bottom: -60.25%;*/
		padding-left: ;

		height: 0;
		z-index:-1;
		opacity: 0;
		}


.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 40%;
left: 0;
width:90%;
height: 30%;
margin-left:-440px;
left: 0%; right: 0; margin: auto;

}

.brand_film_tit{position: absolute;top: 25%; opacity: 0;}
.section1-2_active .brand_film_tit {animation: brand_film_tit 1.2s .3s both; opacity: 1;}
.section1-2_active .video-container {animation: brand_film 1.2s .3s both; opacity: 1;}
@keyframes brand_film_tit {
	from { transform: translateY(-10px); opacity: 0; }
	to {  }
}

@keyframes brand_film {
	from { margin-top: 10px; opacity: 0; }
	to { margin-top: 0px;  }
}
/*                     section02                  */

.section02_tit{position: absolute;top: 40vw;left: 0;right: 0;margin: auto;z-index: 9;;}
.section02_tit li{position: relative;top: 0; overflow: hidden; opacity: 0;}
.section02_tit li img{width: 100%;}

.section2_active .section02_tit li:nth-child(1) {animation: brand_tit 1.2s .3s both; opacity: 1;}
.section2_active .section02_tit li:nth-child(2) {animation: brand_tit 1.2s .6s both; opacity: 1;}
.section2_active .section02_tit li:nth-child(3) {animation: brand_tit 1.2s .9s both; opacity: 1;}
.section2_active{animation: brand_bg 1.2s 0s both !important;   opacity: 1 !important;}
@keyframes brand_tit {
	from { transform: translateX(-10px); opacity: 0; }
	to {  }
}

@keyframes brand_bg {
	from {opacity: 1; }
	to {  }
}



#section2{width: 100%;height: 100%; background: url(../img/brand_bg.jpg) center center no-repeat;background-size: cover;opacity: 1;}
.section02_logo{position: absolute; opacity: 0; bottom: -10%;}

/*                     section03                  */

#section3{width: 100%;height: 100%; position: relative;}

#section3 .section03_img{width: 100%; height: 45%;background: url(../img/section03_img.jpg) center center no-repeat;background-size: 180%; position: absolute;top: 0;z-index: 8; }
#section3 .section03_tit_wrap{width: 100%; height: 60%; background: #454042;position: absolute;top: 45%;z-index: 8;}

.swiper2{width: 100%; height: 100vh; position: relative;}
.s2_1{width: 100%; height: 100vh; background: url(../img/perfect01.jpg) left bottom no-repeat; background-size: cover;}
.s2_2{width: 100%; height: 100vh; background: url(../img/perfect02.jpg) left bottom no-repeat; background-size: cover;}
.s2_3{width: 100%; height: 100vh; background: url(../img/perfect03.jpg) left bottom no-repeat; background-size: cover;}
.perfect_md{position: absolute; bottom: 0; right: -8vw; width: 90%;}
/*                     section04                  */



#section4{width: 100%;height: 100%; background: url(../img/section04_img.jpg) center center no-repeat;background-size: 180%;}
#section4 .section04_bg{width: 100%;height: 100%; position: absolute;top: 0; left: 0; background: #fff; opacity: .3;z-index: 9;}

.section04_tit{position: absolute;top: 35vw;left: 0;right: 0; margin: auto;z-index: 9;opacity: 0;;}

.location_md img{position: absolute;bottom: 0;right: -5vw;z-index: 9;}
.swiper3{opacity: 0;}
.section4_active .section04_tit{animation: location_tit 1.2s .3s both; opacity: 1;}
.section4_active .swiper3{animation: location_swiper 1.2s .3s both; opacity: 1;}
@keyframes location_tit {
	from { transform: translateY(-10px); opacity: 0; }
	to {  }
}

@keyframes location_swiper {
	from { transform: translateY(10px); opacity: 0; }
	to {  }
}


/*                     section05                  */

#section5{width: 100%;height: 100%; position: relative;}




#section6{background: #383838 !important; }
#footer { width: 100%; height: 110vw; background-color: #383838; text-align: center; padding: 5vw;}

#ff>img:nth-child(1){margin-top: 10vw;}
#ff>img:nth-child(2){margin-top: 5vw; margin-bottom: 5vw;}
#ff h4{font-size: 3vw; color:#fff;margin-bottom: 2vw; opacity: 0.65;}
#ff h4 b{font-weight: bold;padding-right: 3vw;  color: #b17a4f;}
#ff p{font-size: 3vw;color:#fff; opacity: .4;}


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;}

/*스마트폰 최소 사이즈*/
#wrap {min-width: 320px; height: 100%;}




.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;
}




 








