/* 전체 스크롤 바 삭제*/
body {-ms-overflow-style: none;}
::-webkit-scrollbar {display: none;}

/* 풀페이지 옵션 */
.fp-watermark {display: none;}
body #fp-nav.fp-right {right: 35px; top: calc(50% - 45px);}
body #fp-nav ul li {margin: 25px 0;}
body #fp-nav ul li:last-child {display: none;}
body #fp-nav ul li::after {content: ''; display: block; width: 2px; height: 30px; border-right: 1px dashed rgb(255,255,255,0.5); position: absolute; left: 50%; transform: translateX(-50%); top: 10px;}
body #fp-nav ul li:nth-last-child(2)::after {display: none;}
body #fp-nav ul li a span {height: 5px; width: 5px; background: #fff;}
body #fp-nav ul li a.active span::after {content: ''; display: block; border: 1px solid #fff; border-radius: 50%; width: 44px; height: 44px; position: relative; left: 50%; top: 50%; transform: translate(-50%, -50%);}
body #fp-nav ul li a.active span {height: 5px; width: 5px; background: #fff; margin: -2px 0 0 -2px;}
body #fp-nav ul li.custom::after {border-right: 1px dashed rgb(0, 0, 0, 0.2);}
body #fp-nav ul li.custom a.active span::after {border: 1px solid rgb(0, 0, 0, 0.3);}


/********* 메인 - VISUAL *********/
.main_visual {position: relative; width: 100%; height: 100vh; min-height: 100svh; overflow: hidden;}
/* 메인 비주얼 :: 영상 */
.main_visual .visual_video {position: absolute; inset: 0;}
.main_visual .visual_video video {width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; background: #000;}
.main_visual .visual_video 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%);}

/* 메인 비주얼 :: 텍스트 */
.main_visual .visual_txt{position:absolute; left:0px; top:0; width:100%; height:100%; z-index: 3;}
.main_visual .text {display:flex; flex-flow: column; justify-content: center; align-items:center; height:100%;padding: 0 16px;}
.main_visual .visual_txt .f72 {color:#fff; font-weight: 500; overflow: hidden; text-align: center; font-family: 'KoPubWorld Batang', serif;}
.main_visual .visual_txt .f72 span {color: #10646e; font-weight: 500; }
.main_visual .visual_txt .f20 {color:#fff; font-weight: 500; overflow: hidden; text-align: center; margin-top: 34px;}
/* 메인 비주얼 :: active효과 */
.main_visual.active .visual_bg {-webkit-transform: scale(1.0,1.0) rotate(0.002deg); transform: scale(1.0,1.0) rotate(0.002deg);}
/* 메인 비주얼 :: 처음들어왔을때 검은화면 */
.main-bk-bg {width: 100%; height: 100%; position: fixed; z-index: 9999999; top: 0; left: 0; opacity: 1; visibility: visible; background-color: #000;}
/********* 메인 - VISUAL 끝 *********/


/********* 메인 - 방문 정보 *********/
.visit_info {position: relative; height: 100vh; display: flex; align-items: center;}
.visit_info .wrapper {display: flex; justify-content: space-between;}
.visit_info .bg {position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: 100%; display: flex;}
.visit_info .bg img {width: 100%; height: 100%; object-fit: cover;}
.visit_info .title {margin-top: 100px;}
.visit_info .title .f56 {}
.visit_info .title .f56 span {display: block; color: #fff; font-weight: 500; margin-bottom: 5px;}
.visit_info .title .f20 {color: #fff; font-weight: 400; margin-top: 60px;}
.visit_info .txt_box {background: #3c8790; box-shadow: 11px 3px 24px 3px rgb(13, 58, 63, 0.1); border-radius: 20px; max-width: 640px; position: relative; margin: 50px 0;}
.visit_info .txt_box .box_title {display: flex; align-items: center; gap: 20px; padding: 40px 50px; border-bottom: 1px solid rgb(255, 255, 255, 0.15);}
.visit_info .txt_box .box_title .icon {background: url('../images/main_visit_info_icon.png') no-repeat center / cover; width: 28px; height: 28px;}
.visit_info .txt_box .box_title .f32 {color: #fff; font-weight: 500;}

.visit_info .txt_box .box_con {padding: 40px 110px 60px 50px;}
.visit_info .txt_box .box_con .f20 {color: #fff; font-weight: 400;}
.visit_info .txt_box .box_con .f20 span {display: block;}
.visit_info .txt_box .cate_list {padding-top: 45px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #3f8e96;}
.visit_info .txt_box .cate_list li {display: flex; margin-bottom: 10px;}
.visit_info .txt_box .cate_list li .cate {font-weight: 600; width: 155px; flex-shrink: 0;}
.visit_info .txt_box .reservation {position: absolute; bottom: -30px; right: -56px;}
.visit_info .txt_box .reservation .btn {background: url(../images/main_visit_info_reservation.png) no-repeat center / cover; width: 157px; height: 175px; display: flex; justify-content: center; align-items: center; transition: all 0.3s;}
.visit_info .txt_box .reservation .f26 {text-align: center; color: #3c8790; font-weight: 800; margin-bottom: 10px;}
.visit_info .txt_box .reservation:hover .btn {transform: translateY(-10px); transition: all 0.3s;}
/********* 메인 - 방문 정보 끝 *********/


/********* 메인 - ABOUT *********/
.about_wrap {overflow: hidden;}
.about_con {position: absolute; top: 0; left: 0; height: 100vh; display: flex; width: 100%; justify-content: space-between;}
.about_con .brick {position: relative; height: 100%; cursor: pointer; transition: all 0.3s ease-in-out; flex: 1 1 33.3%; overflow: hidden;}
.about_con .bg {width: 100%; height: 100%; transition: all 0.3s ease-in-out;}
.about_con .bg1 {background: url('../images/main_about_bg1.jpg') no-repeat center / cover;}
.about_con .bg2 {background: url('../images/main_about_bg2.jpg') no-repeat center / cover;}
.about_con .bg3 {background: url('../images/main_about_bg3.jpg') no-repeat center / cover;}
.about_con .brick .text {text-align: left; position: absolute; top: 8vw; padding-left: 85px;}
.about_con .brick .f36 {color: #fff; font-weight: 500;}
.about_con .brick .f36 span {display: block; font-family: 'KoPubWorld Batang', serif; margin-bottom: 10px;}
.about_con .brick .f36 span:last-child {margin-bottom: 0;}
.about_con .brick .f24 {color: #fff; font-weight: 400; margin-top: 45px;}
.about_con .brick .f24 span {display: block;}
.about_con .brick {cursor: none;}
.fake_cursor {position: fixed;left: 0; top: 0;width: 120px; height: 120px; pointer-events: none; transform: translate(-50%, -50%); background: url('../images/main_about_cursor.png') no-repeat center/contain; z-index: 9999; display: none;}
/* 메인 ABOUT :: hover효과 */
.about_con .brick:hover .bg {margin-top: 0; border-right: 0; transform: scale(1.1); transition: all 0.8s ease-in-out;}
.about_con .brick:hover .bg1 {background: url('../images/main_about_bg1_hover.jpg') no-repeat center / cover;}
.about_con .brick:hover .bg2 {background: url('../images/main_about_bg2_hover.jpg') no-repeat center / cover;}
.about_con .brick:hover .bg3 {background: url('../images/main_about_bg3_hover.jpg') no-repeat center / cover;}
/********* 메인 - ABOUT 끝 *********/


/********* 메인 - 주변 *********/
.surroundings_wrap {display: flex; flex-flow: wrap;}
.surroundings_wrap .box {flex: 0 1 25%; display: flex; justify-content: center; align-items: center; height: 50vh;}
.surroundings_wrap .box.color1 {background: #8f9963;}
.surroundings_wrap .box.color2 {background: #639399;}
.surroundings_wrap .surroundings_button {width: 80%; height: 80%; border-radius: 50%; display: flex; flex-flow: column; justify-content: center; align-items: center;}
.surroundings_wrap .color1 .surroundings_button {border: 1px solid #a0a87c; background: #8f9963; transition: all 0.3s;}
.surroundings_wrap .color2 .surroundings_button {border: 1px solid #689ea5; background: #608e94; transition: all 0.3s;}
.surroundings_wrap .surroundings_button .text {text-align: center;}
.surroundings_wrap .surroundings_button .text .f14 {font-weight: 400; padding: 0 20px; line-height: 18px;}
.surroundings_wrap .color1 .surroundings_button .text .f14 {color: rgb(202, 218, 126, 0.6);}
.surroundings_wrap .color2 .surroundings_button .text .f14 {color: rgb(126, 205, 215, 0.6);}
.surroundings_wrap .surroundings_button .text .f44 {color: #fff; font-weight: 300; margin: 6px 0;}
.surroundings_wrap .surroundings_button .text .f24 {color: #fff; font-weight: 300;}
.surroundings_wrap .surroundings_button .more {color: #fff; font-weight: 600; margin-top: 40px; display: flex; align-items: center; gap: 10px;}
.surroundings_wrap .surroundings_button .more span {display: block; background: url('../images/surroundings_plus.png') no-repeat center / cover; width: 12px; height: 12px;}
.surroundings_wrap .surroundings_img {display: flex; width: 100%; height: 100%; overflow: hidden;}
.surroundings_wrap .surroundings_img img {width: 100%; height: 100%; transform: scale(1.2); transition: all 3s ease-in-out;}
/* 메인 주변 :: hover효과 */
.surroundings_wrap .color1:hover .surroundings_button {border: 1px solid #a0a87c; background: #88915d; transition: all 0.3s;}
.surroundings_wrap .color2:hover .surroundings_button {border: 1px solid #689ea5; background: #5d898f; transition: all 0.3s;}
/* 메인 주변 :: active효과 */
.section4.active .surroundings_wrap .surroundings_img img {transform: scale(1.0); transition: all 3s ease-in-out;}
/********* 메인 - 주변 끝 *********/


/********* 메인 - 소식 *********/
.news_wrap {background: #f8f4ee; height: 100vh; display: flex; align-items: center;}
.news_wrap .title {color: #202123; text-align: center; font-weight: 700; margin-bottom: 80px;}
.news_list {display: flex; justify-content: space-between; gap: 40px;}
.news_list li {border-radius: 40px; overflow: hidden; box-shadow: 20px 0 30px 0 rgb(0, 0, 0, 0.03); background: #fff;}
.news_list .item {}
.news_list .item .thumb {display: flex; overflow: hidden;}
.news_list .item .thumb img {width: 100%; transition: all 0.5s ease-in-out;}
.news_list .item:hover .thumb img {transform: scale(1.1); transition: all 1s ease-in-out;}
.news_list .item .txt {padding: 40px 48px;}
.news_list .item .txt .news_badge {color: #a2be26; font-weight: 400;}
.news_list .item .txt .news_title {color: #424448; font-weight: 600; margin: 10px 0 100px;}
.news_list .item .txt .news_date {color: #424448; font-weight: 400;}
/********* 메인 - 소식 끝 *********/











@media (min-width: 1921px) {

}



@media (max-width: 1850px) {
    .visit_info .txt_box {margin-right: 40px;}
    .visit_info .txt_box .reservation {bottom: auto; top: -20px; right: -40px;}

    .news_wrap .title {margin-bottom: 70px;}
    .news_list .item .txt {padding: 34px 40px;}
    .news_list .item .txt .news_title {margin: 10px 0 80px;}

}


@media (max-width: 1600px) {
    .visit_info .txt_box .box_title {padding: 30px 40px;}
    .visit_info .txt_box .box_con {padding: 35px 40px 40px 40px;}
    .visit_info .txt_box .cate_list {padding-top: 30px; padding-bottom: 15px; margin-bottom: 18px;}
    .visit_info .txt_box .box_con .f20 {font-size: 18px; line-height: 28px;}
    .visit_info .txt_box .reservation .f26 {font-size: 22px; line-height: 30px; padding: 0 16px;}
    .visit_info .txt_box .reservation .btn {width: 130px; height: 145px;}
    .visit_info .title .f20 {margin-top: 40px;}
    
    .surroundings_wrap .surroundings_button .text .f24 {font-size: 22px; line-height: 32px;}

    .about_con .brick .text {padding-left: 4vw;}
    .about_con .brick .f24 {margin-top: 35px;}
    .about_con .brick .f36 span {margin-bottom: 5px;}

    .news_wrap .title {margin-bottom: 60px;}
    .news_list .item .txt {padding: 30px 38px;}



}



@media (max-width: 1440px) { 
    
    .main_visual .visual_txt .f20 {margin-top: 24px;}
    .visit_info .txt_box .reservation .f26 {font-size: 20px; line-height: 28px;}
    .visit_info .txt_box .box_title {padding: 22px 40px;}
    .visit_info .txt_box .box_title .f32 {font-size: 24px; line-height: 34px;}
    .visit_info .txt_box .cate_list li {margin-bottom: 8px;}

    .surroundings_wrap .surroundings_button .text .f24 {font-size: 18px; line-height: 28px;}

    .news_wrap .title {margin-bottom: 40px;}
    .news_list li {border-radius: 30px;}
    .news_list .item .txt {padding: 22px 30px 25px;}
    .news_list .item .txt .news_title {margin: 8px 0 40px;}




    
}




@media (max-width: 1200px) { 
    .visit_info .title .f20 {margin-top: 30px;}
    .visit_info .txt_box .box_title {padding: 18px 30px; gap: 12px;}
    .visit_info .txt_box .box_con {padding: 25px 50px 30px 30px;}
    .visit_info .txt_box .cate_list {padding-top: 20px; padding-bottom: 12px; margin-bottom: 15px;}
    .visit_info .txt_box .box_title .icon {width: 20px; height: 20px;}
    .visit_info .txt_box .box_title .f32 {font-size: 20px; line-height: 30px;}
    .visit_info .txt_box .cate_list li {margin-bottom: 6px;}
    .visit_info .txt_box .cate_list li .cate {width: 120px;}
    .visit_info .txt_box .box_con .f20 {font-size: 16px; line-height: 26px;}
    .visit_info .txt_box .reservation .btn {width: 110px; height: 124px;}
    .visit_info .txt_box .reservation .f26 {font-size: 18px; line-height: 26px;}

    .about_con .brick .f36 span {margin-bottom: 2px;}
    .about_con .brick .f24 {margin-top: 24px;}

    .surroundings_wrap .surroundings_button .text .f24 {font-size: 16px; line-height: 26px;}

    .news_list {gap: 24px;}
    .news_list li {border-radius: 24px;}
    .news_list .item .txt .news_title {margin: 4px 0 20px;}

}





@media (max-width: 1024px) { 

    .fp-responsive .fp-section, .fp-responsive .fp-slide {height:auto !important; min-height:auto !important;}
    .fp-responsive .fp-overflow {height:auto !important; max-height:none !important; overflow:visible !important; }

    .section {width: 100%; position: relative;}
    .section1 {padding-top: 60px;}
    .main_visual {position: relative; width: 100%; height: auto; min-height: auto; aspect-ratio: 16/9; min-height: 56.25vw;}


    .visit_info {padding: 80px 0 120px; height: auto; overflow: hidden;}
    .visit_info .title {margin-top: 20px; margin-right: 30px;}
    .visit_info .txt_box {margin: 0; margin-right: 30px; max-width: 560px;}
    .visit_info .txt_box .reservation {right: -30px;}
    .visit_info .txt_box .cate_list li {margin-bottom: 8px;}
    .visit_info .txt_box .box_con .f20 {font-size: 15px; line-height: 23px;}
    .visit_info .txt_box .box_con .f20 span {display: inline-block;}

    .about_con {position: static; height: auto;}
    .about_con .brick {height: 400px;}
    .about_con .brick .text {top: 40px; padding-left: 30px;}
    .about_con .brick .f24 {margin-top: 16px; font-size: 16px; line-height: 26px;}
    .about_con .brick .f36 span {margin-bottom: 0;}

    .surroundings_wrap .box {aspect-ratio: 1 / 1; height: auto;}
    .surroundings_wrap .surroundings_button .text .f44 {margin: 2px 0;}
    .surroundings_wrap .surroundings_button .text .f24 {font-size: 15px; line-height: 25px;}
    .surroundings_wrap .surroundings_button .more {margin-top: 14px; gap: 6px;}
    .surroundings_wrap .surroundings_button .more span {width: 8px; height: 8px;}
    .surroundings_wrap .surroundings_button .text .f14 {margin-bottom: 6px;}

    .news_wrap {height: auto; padding: 80px 0 90px;}
    .news_wrap .title {margin-bottom: 30px;}
    .news_list {gap: 16px;}
    .news_list li {border-radius: 20px;}
    .news_list .item .txt {padding: 10px 16px 20px;}


}


@media (max-width: 960px) { 
    .visit_info .wrapper {flex-flow: column;}
    .visit_info .title {text-align: center; margin-bottom: 24px; margin-top: 0; margin-right: 0;}
    .visit_info .title .f20 {margin-top: 12px;}
    .visit_info .title .f56 span {margin-bottom: 3px;}
    .visit_info .txt_box {max-width: none;}

    .surroundings_wrap .box {flex: 0 1 50%;}
    .surroundings_wrap .box:nth-child(1) {order: 1;}
    .surroundings_wrap .box:nth-child(2) {order: 2;}
    .surroundings_wrap .box:nth-child(3) {order: 4;}
    .surroundings_wrap .box:nth-child(4) {order: 3;}
    .surroundings_wrap .box:nth-child(5) {order: 6;}
    .surroundings_wrap .box:nth-child(6) {order: 5;}
    .surroundings_wrap .box:nth-child(7) {order: 7;}
    .surroundings_wrap .box:nth-child(8) {order: 8;}

}






@media (max-width: 768px) {
    .visit_info {padding: 60px 0 80px;}
    .visit_info .txt_box .box_title {padding: 16px;}
    .visit_info .txt_box .cate_list li .cate {width: 110px;}
    .visit_info .txt_box .box_title .icon {width: 16px; height: 16px;}
    .visit_info .txt_box .box_title .f32 {font-size: 18px; line-height: 28px;}
    .visit_info .txt_box .reservation .btn {width: 90px; height: 100px;}
    .visit_info .txt_box .reservation .f26 {font-size: 15px; line-height: 21px; margin-bottom: 4px;}
    .visit_info .txt_box .box_title {gap: 8px;}

    .about_con .brick .text {top: 30px; padding: 0 16px;}
    .about_con .brick {height: 300px;}
    .about_con .brick .f36 {font-size: 18px; line-height: 26px;}
    .about_con .brick .f24 {font-size: 15px; line-height: 23px;}


    .surroundings_wrap .surroundings_button .text .f24 {font-size: 14px; line-height: 22px;}
    .surroundings_wrap .surroundings_button .more {font-size: 12px; line-height: 18px;}

    .news_wrap {height: auto; padding: 60px 0 70px;}
    .news_wrap .title {margin-bottom: 20px;}
    .news_list {gap: 10px;}
    .news_list li {border-radius: 12px;}
    .news_list .item .txt {padding: 8px 16px 14px;}
    .news_list .item .txt .news_title {font-size: 16px; line-height: 24px; margin: 2px 0 12px;}





}




@media (max-width: 640px) {
    .about_con .brick .f36 {font-size: 16px; line-height: 24px;}
    .about_con .brick .f24 {margin-top: 12px;}

    .news_list {flex-flow: column;}




}



@media (max-width: 540px) {

}


@media (max-width: 480px) {

    .main_visual .visual_txt .f72 {font-size: 22px; line-height: 32px;}
    .main_visual .visual_txt .f20 {font-size: 15px; margin-top: 8px;}


    .visit_info .txt_box {margin-right: 10px;}
    .visit_info .txt_box .cate_list li {flex-flow: column; margin-bottom: 8px;}
    .visit_info .txt_box .reservation {top: -20px; right: -10px;}
    .visit_info .txt_box .box_title {padding: 12px 16px;}
    .visit_info .txt_box .box_con {padding: 20px 50px 20px 16px;}
    .visit_info .txt_box .cate_list {padding-top: 20px; padding-bottom: 12px; margin-bottom: 15px;}
    .surroundings_wrap .surroundings_button .text .f44 {font-size: 18px; line-height: 26px;}
    .surroundings_wrap .surroundings_button {width: 88%; height: 88%;}
    .surroundings_wrap .surroundings_button .more {margin-top: 10px;}

    .about_con {flex-flow: column;}
    .about_con .brick {flex: 0 1 100%; height: auto;}
    .about_con .bg {height: 200px;}
    .about_con .bg1, .about_con .brick:hover .bg1 {background: url('../images/main_about_bg1.jpg') no-repeat center bottom / cover;}
    .about_con .bg2, .about_con .brick:hover .bg2 {background: url('../images/main_about_bg2.jpg') no-repeat center bottom 20% / cover;}
    .about_con .bg3, .about_con .brick:hover .bg3 {background: url('../images/main_about_bg3.jpg') no-repeat center bottom 20% / cover;}

    .about_con .brick::before {content: ""; position: absolute; inset: 0; background: linear-gradient(135deg, rgba(0, 0, 0, 0.2) 10%, rgba(0, 0, 0, 0)); z-index: 1;}

    .about_con .brick .text {z-index: 9;}

}



@media (max-width: 375px) {

	
}







@media (max-height: 650px) {

}

@media (max-height: 600px) {

}

@media (max-height: 540px) {


}


@media (max-height: 480px) {

}




