/* ===== MAIN - VISUAL ===== */


.BML{ font-family: 'BookkMyungjo-Lt';}
.BMB{ font-family: 'BookkMyungjo-Bd';}
.HSB21{font-family: 'HSBombaram21-Regular';}

.dl{ display:flex;}
.dl dt{flex-shrink: 0;}
.dl dd{flex-grow: 1;}



.hid {position: absolute;margin: -1px; padding: 0; width: 1px; height: 1px;border: 0;clip: rect(0, 0, 0, 0);overflow: hidden;}
/* slick slide common */
.slick-slider {-webkit-transition: all ease-in-out 0.3s; transition: all ease-in-out 0.3s; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-slide {display: none; height: 100%; min-height: 1px; vertical-align: middle;}
.slick-list {overflow: hidden;}
.slick-list.dragging {cursor: pointer;}
.slick-initialized .slick-slide {display: inline-block;}
.slick-arrow.slick-hidden {display: none;}
.slick-current {opacity: 1; display: block;}
.slick-track {position: relative; top: 0; left: 0; display: block; margin-left: auto; margin-right: auto;}

/* slick arrow show */
.arwShow .slick-arrow.slick-hidden { display: inline-block; }



/* 메인비주얼 */
.MVisual { position: relative; width:100%; height:100vh; overflow: } 

.MVisual .slider {overflow: hidden; background: rgba(0, 0, 0, 0.5);  isolation: isolate; }
.MVisual .slider,
.MVisual .slick-list,
.MVisual .slick-track {height: 100%; }
.MVisual .item { position: relative; background-size:cover; background-position:50% 50%; }
.MVisual .item .inner{ height:100%;}
.MVisual .area{ position:absolute; top:50%;transform: translateY(-50%);left:0; z-index:2; width:100%; color:#fff; }
.MVisual .area h1{ font-size:55px; font-weight:500;}
.MVisual .area h2{ font-size:90px;font-family: 'Paperlogy'; font-weight:800; }
.MVisual .type1 h2{margin:10px 0 30px 0;}
.MVisual .area p{ font-size:27px;}
.MVisual .type2 p{ margin:20px 0 35px 0;}


.MVisual .control { position: absolute; bottom:250px; left: 0; height: 2rem; display: flex; align-items: center;z-index: 2; }
.MVisual .control .page { color: #fff;  margin-right: 1rem; }
.MVisual .control .page span { position: relative; display: inline-block; padding-left:85px; color: #ebebeb; }
.MVisual .control .page span::before { position: absolute; top: 50%; left:20px; width:50px; height:1px; border-top:1px #fff solid; background: #fff; content: ""; }
.MVisual .control a { color: #fff;  padding: 0 0.1rem; }
.MVisual .control a.play { display: none; }

#MVisual{position: relative; width:100%; height:100vh; overflow:hidden;background-image:url(../img/main/main_V_bg.jpg); background-size:cover; background-position:50% 50%;}
#MVisual img{ position:relative; width:100%; z-index:2}
#MVisual .mo{ display:none}
#starCanvas {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100vh;
  z-index:0;
}

#sec01, #sec04{ padding:200px 0;}
#sec01{ background:url(../img/main/sec01-bg.jpg) no-repeat 50% 100%; background-size:cover; width:100%; height:100vh; color:#fff; text-align:center; box-sizing:border-box;}
#sec01 h1{ font-size:60px;background-image: linear-gradient(to left, #fbb9a0 0%, #f2573e 100%);color: transparent; -webkit-background-clip: text; display:inline-block;}
#sec01 h2{ font-size:45px; margin:30px 0 40px 0;}
#sec01 p{ font-size:25px; margin-bottom:77px;}
#sec01 a{ background:#fff; padding:15px 30px; display:inline-block; border-radius:10px;}
#sec01 a i, #sec04 dl dt a i{ margin-left:37px;}

#sec02{background:url(../img/main/sec02-bg.jpg) no-repeat 50% 100%; background-size:cover; text-align:center; padding-top:200px;}
#sec02 .inner:before, #sec02 .inner:after{ content:''; position:absolute;left:0; width:100%; height:300px; background-size:87% auto; background-repeat:no-repeat; background-position:50% 0;}
#sec02 .inner:before{ top:0; background-image:url(../img/main/sec02-16.png);  }
#sec02 .inner:after{bottom:170px;background-image:url(../img/main/sec02-17.png); }
#sec02 h1{ font-size:60px;}
#sec02 h2{ margin:20px 0 70px 0; font-size:27px;}
#sec02 ul{ position:relative; display:grid;grid-template-columns:repeat(4, 1fr);gap:70px 50px;}

#sec02 ul li img{ width:100%;}
#sec02 ul li strong{font-family: 'BookkMyungjo-Bd'; font-size:25px; display:block; margin:20px 0 15px 0;}
#sec02 ul li p{ border-bottom:1px solid rgb(0,0,0,0.1); padding-bottom:10px; margin-bottom:10px; }
#sec02 .imgA{ margin-bottom:-140px;}
#sec02 .imgA img{ width:800px;}


#sec03{ background:url(../img/main/sec03-bg.jpg) no-repeat 50% 100%; background-size:cover; padding:300px 0 200px 0;}
.video_wrapper{position:relative; width:50%; height:715px; margin:0 auto; background-color:#000;}
.video_wrapper_full{}
.videoIframe{position:absolute; top:0; right:0; bottom:0; left:0; width:100%; height:100%; background-color:transparent;}
.videoPoster{position:absolute; opacity:1; overflow:hidden; top:0px; left:0px; width:100%; height:100%; background-size:100%; border:none; text-indent:-999em; transition:opacity 800ms, height 0s; -webkit-transition:opacity 800ms, height 0s; -moz-transition:opacity 800ms, height 0s; -webkit-transition-delay:0s, 0s; -moz-transition-delay:0s, 0s; transition-delay:0s, 0s;background:url(../img/main/main_V.jpg) no-repeat 50% 50%; background-size:cover }
.videoPoster:hover{cursor:pointer;}
.videoPoster:before{content:''; position:absolute; top:50%; left:50%;transform: translate(-50%, -50%); z-index:2; width:96px; height:96px; background:url(../img/main/icon_play.png) no-repeat 50% 50%; background-size:100% auto; transition:border-color 300ms; border-radius:100%; -webkit-transition:border-color 300ms; -moz-transition:border-color 300ms;}
.videoPoster:after{content:''; position:absolute; opacity:0.2; top:0; left:0; z-index:1; width:100%; height:100%; background:#000; transition:all 0.4s ease-out 0s;}
.videoPoster:hover:after,
.videoPoster:focus:after{opacity:0.4;}
.videoPoster:hover:after,
.videoPoster:focus:after{border-left-color:#f00;}
.videoWrapperActive .videoPoster{opacity:0; height:0; -webkit-transition-delay:0s, 800ms; -moz-transition-delay:0s, 800ms; transition-delay:0s, 800ms;}

#sec04 { background-color:#f4f2ef;}
#sec04 dl{ display:grid;grid-template-columns:600px 1fr;gap:100px;align-items: flex-start;}
#sec04 dl dt span{ letter-spacing:0; font-weight:700; color:#999;}
#sec04 dl dt h1{font-size:40px; line-height:55px;font-family: 'BookkMyungjo-Lt'; margin:20px 0 100px 0;}
#sec04 dl dt a{ display:inline-block; padding:15px 30px; background:#222; border-radius:20px; color:#fff;}


@media all and ( max-width: 1920px ){
	
	#sec01, #sec04{ padding:150px 0;}
	
	#sec01 h1{ font-size:45px;}
	#sec01 h2{ font-size:35px; margin:20px 0 30px 0;}
	#sec01 p{ font-size:20px; margin-bottom:50px;}
	
	#sec02 { padding-top:150px;}
	#sec02 .inner:after{bottom:100px;}
	#sec02 h1{ font-size:45px;}
	#sec02 h2{  font-size:20px;margin:10px 0 50px 0;}
	#sec02 ul{gap:50px 37px;}
	#sec02 ul li strong{font-size:21px;margin:15px 0 10px 0;}
	#sec02 .imgA{ margin-bottom:-140px;}
	#sec02 .imgA img{ width:700px;}
	
	#sec03{padding:250px 0 150px 0;}
	.video_wrapper{ width:900px; height:540px;}
	.videoPoster:before{ width:70px; height:70px;}
	
	#sec04 dl{ display:grid;grid-template-columns:400px 1fr;}
	#sec04 dl dt h1{font-size:30px; line-height:43px;}
}


@media all and ( max-width: 1680px ){
	.video_wrapper{ height:500px;}
}

@media all and ( max-width: 1440px ){
	#sec01, #sec04{ padding:100px 20px;}
	
	#sec02 {padding:100px 10px 0 10px;}
	#sec02 ul {gap: 50px 10px;}
	
	
	
}
@media all and ( max-width: 1280px ){
	
	#sec01{ height:auto;}
	#sec01 h1{ font-size:35px;}
	#sec01 h2{ font-size:25px;}
	#sec01 p{ font-size:17px;}
	
	#sec02 h2 br{ display:none;}
	
}

@media all and ( max-width: 1152px ){
}

@media all and ( max-width: 1024px ){
	
	#sec02 ul{grid-template-columns: repeat(3, 1fr);}
	
	.video_wrapper{ width:600px; height:337px;}
}
@media all and ( max-width: 900px ){
	
	
	#sec01 h2 br, #sec01 p br{ display:none;}
	
	#sec02 h1{ font-size:35px;}
	
	#sec04 dl{ display:block;}
	#sec04 dl dt h1{margin: 20px 0;}
	#sec04 dl dt h1 br{ display:none;}
	#sec04 dl dd{ margin-top:50px;}
	
	 #sec03 {padding:150px 0 100px 0;}
	.video_wrapper{ width:500px; height:280px;}
	
	#MVisual{ height:auto;background-image:url(../img/main/main_V_mo_bg.jpg);}
	#MVisual .pc{ display:none;}
	#MVisual .mo{ display:block}
	
}

@media all and ( max-width: 800px ){
      #sec02 .inner::after{ bottom:50px;}
	#sec02 .imgA{ margin-bottom:-100px;}
	#sec02 .imgA img{ width:500px;}
}

@media all and ( max-width: 640px ){
	
	#sec02 ul{grid-template-columns: repeat(2, 1fr);}
	 #sec02 .inner::after{ bottom:0px;}
	#sec02 .imgA img{ width:300px;}
	
	.video_wrapper{ width:340px; height:192px;}
	  .videoPoster::before{ width:35px; height:35px;}
}




@media all and ( max-width: 480px ){
	
	#sec02 h1{ font-size:30px;}
	#sec01 h2, #sec02 h2{ font-size:17px; line-height:20px;}
	#sec02 ul{grid-template-columns: repeat(1, 1fr);}
	
	#sec04 dl dt h1{ font-size:25px; line-height:30px;}
	

}