

#header.bg{background-color: #2B3747;border-bottom: none;opacity:1 !important}

/* section0 */
#section0:before{content: "";display: block; width: 100%;height: 100%;background-color: rgba(0,0,0,.25);position: absolute;left: 0px;top: 0px;z-index:2}
#section0 .copy{position: absolute;left: 50%;transform:translateX(-50%);top: 35%;z-index:2;color: #fff;text-align: center;}
#section0 .copy > p:nth-child(1){font-family: 'Cardo';font-size: 40px;letter-spacing:-0.05em;text-shadow:2px 2px 1px rgba(0,0,0,.5)}
#section0 .copy > p:nth-child(2){font-size: 18px;text-shadow:2px 2px 1px rgba(0,0,0,.5);padding-bottom: 10px;}
#section0 .copy button{background-color: rgba(0,0,0,.2);border: 1px solid #fff;padding: 14px 60px;color: #fff;}

.scroll-downs {z-index:9;color: #fff;position: absolute;right: 0;bottom: 100px;left: 0;margin: auto;width :34px;height: 55px;}
.scroll-downs > div:first-child{width: 100px;height: 30px;text-align: center;margin-left: -30px;}
.mousey {width: 3px;padding: 10px 15px;height: 35px;border: 2px solid #fff;border-radius: 25px;opacity: 0.75;box-sizing: content-box;}
.scroller {width: 3px;height: 10px;border-radius: 25%;background-color: #fff;animation-name: scroll;animation-duration: 1.5s;animation-timing-function: cubic-bezier(.15,.41,.69,.94);animation-iteration-count: infinite;}

@keyframes scroll {
	0% { opacity: 0; }
	10% { transform: translateY(0); opacity: 1; }
	100% { transform: translateY(15px); opacity: 0;}
}

/* section1 */
.notice_title{text-align: center;padding-top: 50px;font-size: 2.5rem;}
.notice_title span{display: block;font-size: 1rem;}

#main_notice{width: 100%;margin-top: 50px;}
.notice_titile{position: absolute;top: 50%;transform: translateY(-50%);right: 25%;background-color: rgba(255,255,255,.7);width: 50%;height: 50%;padding: 30px 20px;text-align: center;}
.notice_titile > p:nth-child(1){font-size: 30px;color: #000;height: 50px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;}
.notice_titile > p:nth-child(2) span{display: none;}
.notice_titile > p:nth-child(3) button{background-color: #fff;padding: 8px 20px;border: 1px solid #ddd;font-size: 16px;border-radius:50px}



/* 메인 비주얼 동영상*/
#main-video{width:inherit; height:inherit;}
#main-video video{width:100%; object-fit:cover;}
	@media (max-width:768px){
		#main-video video{height:100%}
	}

.slide_wrap{overflow: hidden;height: 480px;}
.swiper-slide{width: 100% !important; opacity:0.5; transition:all .3s ease;}
.swiper-slide-active {opacity:1;}
.notice_banner {width:850px; margin:0 auto; overflow:visible; position:relative;} 
.notice_banner img {width: 100%;}

.notice_banner .swiper-pagination-bullet-active {background-color:#8DC63F !important;}
.notice_banner .swiper-pagination-bullet {background-color: #ddd; opacity: 1 !important; margin: 0 4px;width: 14px;height: 14px;}

.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {left: 0; bottom: -50px; width: 100%;}


.swiper-button-next:after, .swiper-button-prev:after{color: #888;}
.swiper-button-next{right: -60px;}
.swiper-button-prev{left: -60px;}

@media (max-width:992px){
	.swiper-button-next{right: 10px;}
	.swiper-button-prev{left: 10px;}
	.swiper-button-next:after, .swiper-button-prev:after{color: #fff;text-shadow:1px 2px 0px #666}
}

@media (max-width: 768px){
	.notice_banner {width:100%;height: 200px;} 
	.notice_banner img {width: 100%;height: 100%;}
	.notice_titile{width: 90%;height: 70%;text-align: center;right: 5%;padding: 10px;}
	.notice_title{margin-top: 50px;font-size: 2rem;}
	.notice_titile > p:nth-child(2) span{display: none;}
	#main_notice{margin-top: 20px;}
	#section0:before{height: 360px;}
	.slide_wrap{height: 230px;margin-top: 10px;margin-right: 10px;margin-left: 10px;}
	.swiper-slide{opacity:1;}
	.swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets{bottom:-30px ;}
	.notice_titile > p{margin-bottom: 4px;}
	.notice_titile > p:nth-child(1){font-size: 24px;height: 40px;margin-top: 6px;}
	.notice_titile > p:nth-child(3) button{padding: 5px 12px;}
}

/* section2 */
#section2{position: relative;}
#section2 .main_course{position: absolute;left: 50%;transform:translateX(-50%);top: 100px;}
#section2 .main_course span{cursor: pointer;position: absolute;}
#section2 .main_course .rock{left: 5.8%;top: 21%;width: 48.5%;height: 33%;}
#section2 .main_course .forest{left: 54.3%;top: 18.4%;width: 26%;height: 29.3%;}
#section2 .main_course .hill1{left: 19%;top: 54%;width: 35%;height: 22%;}
#section2 .main_course .hill2{left: 54.3%;top: 47.6%;width: 40%;height: 14%;}

.course_rock, .course_forest, .course_hill{display: none;position: absolute;left: 0;top: 0;}




/* section3 */
#section3 .sec3_con1{position: absolute;left: 0;top: 0;width: 100%;height: 100%;background: url('/images/main_img05.jpg') center center no-repeat;text-align: center;color: #fff;padding-top: 300px;}
#section3 .sec3_con1 a{color: #fff;display: inline-block;border: 1px solid #fff;padding: 8px 50px;}
#section3 .sec3_con1 > p:first-child{font-size: 28px;}

#section3 .sec3_con2{display:flex;margin-top: 250px;}
#section3 .sec3_con2 > ul{width: 20%;}
#section3 .sec3_con2 > ul > li:first-child{font-size: 24px;padding-bottom: 20px;}
#section3 .sec3_con2 > ul > li:first-child > a{color: #000;}
#section3 .sec3_con2 > ul > li > a{color: #666;}
#section3 .sec3_con2 > ul > li > a:hover{color: #000;}

#footer{background-color: #e6e6e6;width: 100%;position: absolute;left: 0;bottom: 0;}
#footer a{color: #333}
.copyright{padding: 16px 0;}


@media (max-width:1200px){
	#quick_menu > div > div > a{height:390px ;}
	#quick_menu strong{background-position: 140px 10px;background-size: 130px auto}
	#section2 .main_course{width: 100%;}
	#section2 .main_course > div > img{width: 100%;}

}
@media (max-width:992px){
	#quick_menu > div > div > a{height:280px ;}
	#quick_menu strong{background-image: none;font-size: 24px;}

} 

@media (max-width:768px){
	
	#section0 .copy{width: 90%;top: 16%;}
	#section0 .copy > p:nth-child(1){font-size: 1.6rem !important;}
	#quick_menu > div > div{border: 1px solid #ddd;margin-bottom: 10px;}
	#quick_menu > div > div > a{height:120px ;background-position: center center;width: 100%;}
	#quick_menu > div:nth-child(3) > div > a{background-position: center 20%;}
	h3{font-size: 1.5rem;margin-top: 20px;}
	#quick_menu span{font-size: .7rem;padding-left: 10px;}
	#quick_menu strong{padding-bottom: 10px;font-size: 1rem;line-height: 1rem;padding-left: 10px;}
	
	#footer{font-size: 13px;position:static;}
	.footmenu{font-size: .8rem;line-height: 1.5rem;height: auto;padding: 10px 0;}
	#section2 .main_course span{display: none;}
	.course_rock, .course_forest, .course_hill{display: block;position:static; }
	.course0{display: none;}
	#section2 .main_course{top: 40px;}
	#section3 .sec3_con1{position:static;height: 250px;padding-top: 40px;}
} 

/* Hero Section */
	#hero {width: 100%;height: 100vh;background-color: rgba(22, 30, 56, 0.8);overflow: hidden;position: relative;}
	#hero .carousel, #hero .carousel-inner, #hero .carousel-item, #hero .carousel-item::before {position: absolute;top: 0;right: 0;left: 0;bottom: 0;}
	#hero .carousel-item {background-size: cover;background-position: center;background-repeat: no-repeat;}
	#hero .carousel-container {display: flex;justify-content: center;align-items: center;position: absolute;bottom: 0;top: 70px;left: 50px;right: 50px;}
	#hero .carousel-inner .carousel-item {transition-property: opacity;background-position: center top;}
	#hero .carousel-inner .carousel-item,
	#hero .carousel-inner .active.carousel-item-left,
	#hero .carousel-inner .active.carousel-item-right {opacity: 0;}
	#hero .carousel-inner .active,
	#hero .carousel-inner .carousel-item-next.carousel-item-left,
	#hero .carousel-inner .carousel-item-prev.carousel-item-right {opacity: 1;transition: 0.5s;}
	#hero .carousel-inner .carousel-item-next,
	#hero .carousel-inner .carousel-item-prev,
	#hero .carousel-inner .active.carousel-item-left,
	#hero .carousel-inner .active.carousel-item-right {left: 0;transform: translate3d(0, 0, 0);}
	#hero .carousel-control-prev, #hero .carousel-control-next {width: 10%;top: 82px;}
	#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {background: none;font-size: 36px;line-height: 1;width: auto;height: auto;background: rgba(255, 255, 255, 0.2);border-radius: 50px;padding: 10px;transition: 0.3s;
	color: rgba(255, 255, 255, 0.5);}
	#hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {background: rgba(255, 255, 255, 0.3);color: rgba(255, 255, 255, 0.8);}
	#hero .carousel-indicators li {cursor: pointer;background: #fff;overflow: hidden;border: 0;width: 12px;height: 12px;border-radius: 50px;opacity: .6;transition: 0.3s;}
	#hero .carousel-indicators li.active {opacity: 1;background: #006fbe;}
	#hero .btn-get-started {font-size: 36px;display: inline-block;padding: 4px 0;border-radius: 50px;transition: 0.3s ease-in-out;margin: 10px;width: 64px;height: 64px;text-align: center;border: 2px solid #fff;color: #106EEA;}
	#hero .btn-get-started:hover {padding-top: 8px;background: rgba(255, 255, 255, 0.15);}

	@media (max-width: 992px) {
		#hero {height: 100vh;}
		#hero .carousel-container {top: 8px;}
		#hero .carousel-control-prev, #hero .carousel-control-next {top: 58px;}
	}

	

	@media (min-width: 1024px) {
		#hero .carousel-control-prev, #hero .carousel-control-next {	width: 5%;	  }
	}

	@media (max-width: 768px) {
		#hero h2 {font-size: 28px;}
		#hero .carousel-container{left: 0px;right: 0px;}
		#hero .carousel-item {background-size: auto 100% !important;}
		#hero {height: 360px;}
	}

#hero .carousel-inner > div:nth-child(1){background-image: url('/images/visual01.jpg');animation: bgShow1 6s forwards; animation-timing-function: ease-out;}
#hero .carousel-inner > div:nth-child(1){background-position:0% 0% !important;}
#hero .carousel-inner > div:nth-child(2){background-image: url('/images/visual02.jpg');animation: bgShow2 6s forwards; animation-timing-function: ease-out;}
#hero .carousel-inner > div:nth-child(2){background-position:50% 50% !important;}
#hero .carousel-inner > div:nth-child(3){background-image: url('/images/visual03.jpg');animation: bgShow3 6s forwards; animation-timing-function: ease-out;}
#hero .carousel-inner > div:nth-child(3){background-position:50% 50% !important;}

@keyframes bgShow1 {
  from{
    background-size: 100% 100%; 
  }
  to{
    background-size: 104% 104%;
  }
}
@keyframes bgShow2 {
  from{
    background-size: 108% 108%; 
  }
  to{
    background-size: 100% 100%;
  }
}
@keyframes bgShow3 {
  from{
    background-size: 100% 100%; 
  }
  to{
    background-size: 107% 107%;
  }
}