@charset "utf-8";


/*COMMON*/
#multipleDiv_templet_depart_B_6,
#multipleContentsDiv_templet_depart_B_6{position:unset !important;}
#multipleContentsDiv_templet_depart_B_6{padding:100px 0;max-width:1600px;margin:0 auto;}
.editMode #multipleDiv_templet_depart_B_6{position:relative !important;}
#fullpage .section:last-child,
#fullpage .section:last-child .fp-tableCell{height:auto !important;}
#fullpage .section:last-child ._objHtml{overflow:unset;}
@media all and (max-width:1700px){
	#multipleContentsDiv_templet_depart_B_6{max-width:90%;}
}


/*비주얼*/
#menu2453_obj45{position:absolute;left:0;bottom:0;width:100% !important;height:100% !important;}


/*슬로건*/
.slogan{height:100%;display:flex;flex-direction:column;justify-content:center;color:#FFF;}
.slogan .text_1{font-size:48px;font-family:'Dream Bold';line-height:1;letter-spacing:-3px;opacity:0;transform:translateY(-50px);}
.slogan .text_2{font-size:24px;font-family:'Play Regular';line-height:1;margin-top:4%;letter-spacing:-1px;opacity:0;transform:translateY(50px);}
@media all and (max-width:1280px) {
	.slogan .text_1{font-size:35px;}
	.slogan .text_2{font-size:20px;margin-top:2%;}
}
@media all and (max-width:768px) {
	.slogan .text_1{font-size:25px;letter-spacing:-1px;}
	.slogan .text_2{font-size:16px;letter-spacing:0;}
}
/*ANIMATION*/
.slogan .text_1{animation-name:sloganItem_1;animation-duration:2s;animation-fill-mode:forwards;}
@keyframes sloganItem_1{
	0%{}
	100%{opacity:1;transform:translateY(0);}
}
.slogan .text_2{animation-name:sloganItem_2;animation-duration:2s;animation-fill-mode:forwards;}
@keyframes sloganItem_2{
	0%{}
	100%{opacity:1;transform:translateY(0);}
}


/*비디오*/
.wrap_video{width:100%;height:100%;}
.wrap_video .item_1{width:100%;height:100%;position:absolute;top:0;left:0;display:flex;align-items:center;justify-content:center;}
.wrap_video .item_1 img{width:100%;height:100%;transition:0.5s;}
.wrap_video a{width:100%;height:100%;display:flex;align-items:center;justify-content:center;}
.wrap_video a::before{content:"";border:1px solid rgba(255,255,255,0.5);display:block;width:calc(100% - 30px);height:calc(100% - 30px);position:absolute;top:15px;left:15px;}
.wrap_video .item_2{position:relative;}
.wrap_video .item_2::before{content:"";display:block;width:40px;height:40px;background:url(../../images/video_play.png) no-repeat center;margin: 0 auto;}
.wrap_video .item_2 strong{padding-top:15px;font-size:22px;color:#FFF;font-family:'Dream Medium';display:block;}