@charset "utf-8";

body::before{content:"";display:block;width:100%;height:560px;position:absolute;top:0;left:0;background:url(/sites/depart_templet_01/images/pattern_1.png);}

#multipleContentsDiv_depart_templet_01_9{max-width:1600px;margin: 0 auto;overflow:hidden;position:relative;padding-bottom:70px;}
@media all and (max-width:1600px){
	#multipleContentsDiv_depart_templet_01_9{max-width:96%;}
}


/*비주얼슬로건*/
.visual_slogan{color:#FFF;line-height:1.3;word-break:keep-all;text-align:center;padding:0 30px;}
.visual_slogan span{font-size:25px;font-family:'Noto Light';}
.visual_slogan strong{font-size:50px;font-family:'S-CoreDream-5Medium';display:block;}
@media all and (max-width:1024px){
	.visual_slogan span{font-size:20px;}
	.visual_slogan strong{font-size:35px;}
}
@media all and (max-width:768px){
	.visual_slogan span{font-size:18px;}
	.visual_slogan strong{font-size:25px;}
}


/*바로가기1*/
.banner_0{width:100%;height:100%;padding:30px;position:relative;overflow:hidden;word-break:keep-all;}
.banner_0::before{content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background-size:cover !important;}
.banner_0::after{content:"";display:block;width:calc(100% - 20px);height:calc(100% - 20px);border:1px solid rgba(255,255,255,0.3);position:absolute;top:10px;left:10px;}
.banner_0 a.wrap{display:flex;justify-content:center;align-items:center;flex-direction:column;height:100%;position:relative;z-index:1;font-family:'Noto Regular';color:#FFF;text-align:center;}
.banner_0 a.wrap strong{font-size:32px;padding-bottom:10px;}
.banner_0 a.wrap span{font-size:18px;padding-bottom:20px;}
.banner_1::before{background:url(/sites/depart_templet_01/images/banner_1.jpg) no-repeat center;}
.banner_2::before{background:url(/sites/depart_templet_01/images/banner_2.jpg) no-repeat center;}
.banner_3::before{background:url(/sites/depart_templet_01/images/banner_3.jpg) no-repeat center;}
.banner_4::before{background:url(/sites/depart_templet_01/images/banner_4.jpg) no-repeat center;}
.banner_5::before{background:url(/sites/depart_templet_01/images/banner_5.jpg) no-repeat center;}
.banner_6::before{background:url(/sites/depart_templet_01/images/banner_6.jpg) no-repeat center;}
.banner_6{display:flex;justify-content:center;align-items:center;flex-direction:column;}
.banner_6 p{font-size:32px;padding-bottom:10px;font-family:'Noto Regular';color:#4a4a4a;position:relative;z-index:1;text-align:center;margin-bottom:10px;}
.banner_6 div{display:flex;justify-content:center;position:relative;z-index:1;}
.banner_6 div a{margin:0 5px;}
.banner_6::after{border-color:rgba(0,0,0,0.2);}
@media all and (max-width:768px){
	.banner_0 a.wrap strong{font-size:22px;}
	.banner_0 a.wrap span{font-size:16px;}
	.banner_6 p{font-size:22px;}
	.banner_6 div a img{max-width:50px;}
}
@media all and (max-width:480px){
	.banner_6 div a img{max-width:35px;}
}


/*HOVER************************************************************/
@media all and (min-width:1281px) {
	.banner_0:hover::after{border-color:rgba(255,255,255,1);transition: all 0.3s cubic-bezier(0.2, 0, 0.3, 1);}
	.banner_6:hover::after{border-color:rgba(0,0,0,0.7);}
	.banner_0 a.wrap:hover img,
	.banner_6 div a:hover img{transform: rotatey(360deg);transition: all 0.7s cubic-bezier(0.2, 0, 0.3, 1);}
}
