@charset "UTF-8";

.main_text{height: 100%; display: flex; flex-direction: column; justify-content: center; padding-bottom: 60px;}
.main_text h2{font-family: 'FuturaCyrillicBook'; font-size: 8.0rem; color: #fff; font-weight: 100; letter-spacing: -0.02em; text-shadow: 0px 0px 15px rgba(0,0,0,0.5); line-height: 100%; margin-bottom: 30px;}
.main_text p{font-size: 1.8rem; color: #fff; font-weight: 300; line-height: 150%;}
.theme_visual .swiper_btn_wrap{position: absolute; bottom: 350px; left: 0; right: 0; margin: 0 auto; z-index: 12; display: flex; align-items: center; gap: 0px 20px;}
.theme_visual{position: relative;}
.theme_visual .visual-pagination1{width: auto;}
.theme_visual .visual-pagination1 .swiper-pagination-bullet{background: #fff; opacity: 0.4; width: 45px; height: 3px; border-radius: 0px; margin: 0px;}
.theme_visual .visual-pagination1 .swiper-pagination-bullet-active{opacity: 1;}
.theme_visual .num_wrap{display: flex; gap: 0px 15px;margin-top: 5px;}
.theme_visual .num_wrap .swiper-visual-prev{color: #fff; font-family: 'SUIT-Light'; cursor: pointer;}
.theme_visual .num_wrap .swiper-visual-next{color: #fff; font-family: 'SUIT-Light'; cursor: pointer;}
.theme_visual .num_wrap .visual-pagination2{color: #fff; font-family: 'FuturaCyrillicLight';}
.theme_visual .swiper-slide .point{position: absolute; right: -40px; bottom: -60px;}

.main1 .width{display: flex; justify-content: space-between; align-items: center;}
.main1 .img{width: 40%;}
.main1 .img img{width: 100%;}
.main1 .text{width: 48%;}
.main1 .text h3{font-size: 2.4rem; font-family: 'FuturaCyrillicBook'; color: var(--color); margin-bottom: 15px;}
.main1 .text h2{font-size: 5.5rem; line-height: 120%; margin-bottom: 60px;}
.main1 .text h2 b{font-weight: 600;}
.main1 .text p{font-size: 1.8rem; color: #6c6c6c; line-height: 130%; margin-bottom: 50px;}
.more{width: 230px; height: 54px; border: 1px solid #ababab;  position: relative; display: block; text-align: center; line-height: 54px;}
.more div{display: flex; gap: 0px 15px; align-items: center; width: 100%; justify-content: center; color: #6c6c6c; font-family: 'FuturaCyrillicBook'; position: relative; z-index: 3;}
.more span{display: block; width: 28px; height: 1px; background: #ababab;}
.more:after{content: ''; width: 0; height: 100%; position: absolute; top: 0; left: 0; background: var(--color); transition: 0.3s all; z-index: 0;}
.more:hover:after{width: 100%;}
.more:hover div{color: #fff;}
.more:hover div span{background: #fff;}
.more:hover{border: 1px solid var(--color);}

.title h3{font-size: 2.4rem;font-family: 'FuturaCyrillicMedium';; margin-bottom: 8px; text-transform: uppercase;}
.title h2{font-size: 5.0rem; font-weight: 700; }
.stitle h3{font-size: 2.4rem;font-family: 'FuturaCyrillicMedium';; margin-bottom: 8px; text-transform: uppercase; color: var(--color)}
.stitle h2{font-size: 4.2rem; font-weight: 700; }
.stitle p{font-size: 2.0rem; line-height: 130%; color: #363636;}

.main2{background: url("../img/bg1.png")no-repeat; background-position: center; background-size: cover; background-attachment: fixed;}
.main2 .title{text-align: center; margin-bottom: 85px;}

.title p{font-size: 1.8rem; color: #fff; line-height: 130%; font-weight: 500;}
.main2 .title h3{color: #fff;}
.main2 .title h2{color: #fff; margin-bottom: 20px;}
.main2 .box_wrap{display: flex; gap: 30px 1.5%; justify-content: center; align-items: center; }
.main2 .box{width: 22%; background: rgba(255,255,255,0.2); border-radius: 50%; position: relative; display: flex; align-items: center; justify-content: center; text-align: center; cursor: pointer; transition: 0.3s all;}
.main2 .box:after{content: ''; display: block; padding-top: 100%;}
.main2 .box h3{font-family: 'SUIT-ExtraBold'; margin-top: 4px; font-size: 1.3rem; color: #fff; margin-bottom: 5px;}
.main2 .box h2{font-size: 2.0rem; font-weight: bold; color: #fff;}
.main2 .box .text{position: absolute;}
.main2 .box_wrap span{display: block; width: 5px; height: 5px; background: #edddbb; border-radius: 50%; display: block; }
.main2 .box:hover{background: rgba(244,195,64,0.6);}

.main3 .width2{margin-bottom: 90px;}
.main3 .width2 .top{display: flex; align-items: flex-end; justify-content: space-between;}
.main3 .width2 .top .title h3{color: var(--color);}
.main3 .width2 .top .title h2{font-weight: 600; font-size: 4.6rem;}

.main4 .width{display: flex; justify-content: space-between; align-items: flex-start; margin-bottom: -110px; position: relative; z-index: 11;}
.main4 .title h2{font-size: 6.0rem; font-family: 'FuturaCyrillicMedium'; margin-bottom: 35px; font-weight: initial;}
.main4 .title p{color: #333; font-size: 2.2rem; font-weight: 500;}
.main4 .title .mbtn{display: flex; gap: 0px 1.5%; margin-top: 70px;}
.main4 .title .mbtn a{width: 190px; height: 46px; line-height: 46px; text-align: center; text-transform: uppercase;}
/*.main4 .title .mbtn a:first-child{background: #004530; color: #fff;}*/
.main4 .info_wrap{width: 40%; background: #004530; flex-wrap: wrap; padding: 20px; display: flex;}
.main4 .info_wrap .info{width: 50%; text-align: center; padding: 25px 15px; border-right: 1px solid #336a59; border-bottom: 1px solid #336a59;}
.main4 .info_wrap .info:nth-child(2){border-right: 0px;}
.main4 .info_wrap .info:nth-child(3){border-bottom: 0px;}
.main4 .info_wrap .info:nth-child(4){border-bottom: 0px; border-right: 0px;}
.main4 .info_wrap .info span{display: flex; min-height: 50px; margin-bottom: 15px; align-items: center; justify-content: center;}
.main4 .info_wrap .info h2{font-size: 2.8rem; font-family: 'FuturaCyrillicMedium'; color: #fff; margin-bottom: 10px;}
.main4 .info_wrap .info p{font-size: 2.0rem; color: #fff;}
.main4 .info_wrap .info a{font-size: 2.0rem; color: #fff;}
.main4 .info_wrap .info:nth-child(4) p{font-size: 1.6rem;}
.main4 .root_daum_roughmap{width: 100%;}

#ft{background: #0e1f12; padding-top: 60px; padding-bottom: 0px;}
#ft .footer{text-align: left; padding-bottom: 40px; }
#ft .footer .foot_logo{display: inline-block; margin-bottom: 20px;}
#ft .footer .foot_info{display: flex; align-items: center; gap: 4px 10px;}
#ft .footer .foot_info p{color: #8e8e8e; line-height: 140%; }
#ft .footer .foot_info a{color: #8e8e8e; line-height: 140%;}
#ft .footer .foot_info span{color: #8e8e8e; line-height: 140%;}
#ft .copyright{padding: 20px 0px; border-top: 1px solid #8e8e8e;}
#ft .copyright span{color: #8e8e8e;}

.sub_top{margin-top: 90px; padding: 70px 0 70px 0;}
.sub_top h3{font-size: 2.4rem; font-family: 'FuturaCyrillicBook'; color: #dfdfdf; letter-spacing: 0px; text-transform: uppercase; margin-bottom: 20px;}
.sub_top h2{font-size: 4.2rem; font-weight: bold;}
.sub_top .sub_nav{margin-top: 60px;}
.sub_top .sub_nav ul{display: flex; gap: 20px 4%; flex-wrap: wrap;}
.sub_top .sub_nav ul li a{color: #cfcfcf; font-size: 1.8rem; font-weight: 600; border-bottom: 3px solid #fff; padding-bottom: 4px;}
.sub_top .sub_nav ul li a.on{color: var(--color2); border-bottom: 3px solid var(--color2)}

.event_wrap{display: flex; justify-content: center;}
.event_wrap .event_img{width: 80%; height: 500px; background-position: center !important; background-size: cover !important;}

.about1{overflow: hidden;}
.about1 .width{display: flex; align-items: flex-start; justify-content: flex-start; gap: 25px 7%;}
.about1 .img {width: 30%; position: relative; z-index: 5;}
.about1 .img img{width: 100%;}
.about1 .text{width: 50%; margin-top: 100px; padding: 100px 0 0 0; background: #f5f5f7; position: relative;}
.about1 .text:after{content: ''; width: 200%; height: 200%; background: #f5f5f7; position: absolute; top: 0; left: -300px;}
.about1 .text .stitle h3{ margin-bottom: 5px;}
.about1 .text .stitle h2{font-size: 3.6rem; font-weight: 300; margin-bottom: 45px;}
.about1 .text p{color: #6c6c6c; line-height: 145%; margin-top: 22px;}
.about1 .text p b{color: #333; font-size: 1.8rem;}

.about2 .stitle{margin-bottom: 100px;}
.about2 .stitle h3{color: var(--color);}
.about2 .stitle h2{ margin-bottom: 100px;}
.about2 .stitle h4{padding-left: 4%; font-size: 3.6rem; line-height: 140%; font-weight: 600;}
.about2 .box_wrap{display: flex; align-items: flex-start; gap: 15px; 0; justify-content: space-between; margin-bottom: 60px;}
.about2 .box_wrap .img{width: 47.4%;}
.about2 .box_wrap .img img{width: 100%;}
.about2 .box_wrap .box{width: 48%; display: flex; flex-direction: column; gap: 20px 0px;}
.about2 .box_wrap .color{border: 1px solid #bdbdbd; padding: 20px; display: flex; gap: 15px 4%; align-items: center;}
.about2 .box_wrap .color h2{font-size: 2.6rem; font-weight: 600; margin-bottom: 10px;}
.about2 .box_wrap .color h3{font-size: 2.0rem; font-weight: 400; color: #666; line-height: 135%;}
.about2 .down{display: flex; justify-content: center; gap: 0px 2%;}
.about2 .down a{width: 325px; height: 65px; line-height: 65px; border-radius: 8px; background: #f8f8f8; display: flex; justify-content: space-between; align-items: center; padding: 0px 40px;}
.about2 .down a p{font-size: 1.8rem; font-weight: bold; color: #a4a7ab;}

.about3{padding-bottom: 0px;}
.about3 .a1{text-align: center; margin-bottom: 250px;}
.about3 .a1 h2{font-size: 4.8rem; font-family: 'FuturaCyrillicMedium'; margin-bottom: 20px;}
.about3 .a1 p{font-size: 2.0rem; line-height: 145%; font-weight: 400;}
.about3 .a1 span{display: block; max-width: 1200px; margin: 0 auto; margin-top: 100px;}
.about3 .a1 span img{width: 100%;}
.about3 .a2 .stitle{margin-bottom: 120px;}
.about3 .his_wrap{max-width: 1000px; margin: 0 auto; display: flex; align-items: flex-start; gap: 20px 9%;}
.about3 .his_wrap .left{font-weight: 800; color: var(--color2); font-size: 8.0rem;}
.about3 .his_wrap .line{margin-top: 16px;}
.about3 .his_wrap .right{margin-top: 15px; display: flex; flex-direction: column; gap: 90px 0px; width: 100%;}
.about3 .his_wrap .right .box{display: flex; gap: 0px 10%;}
.about3 .his_wrap .right .box h2{font-family: 'futura-pt-book-oblique'; font-size: 4.0rem; color: var(--color2);}
.about3 .his_wrap .right .box ul{margin-top: 10px; width: 100%;}
.about3 .his_wrap .right .box ul li{color: #686868; font-weight: 500; font-size: 1.8rem; line-height: 170%;}

.about4 .a1{margin-bottom: 160px;}
.about4 .stitle h2{margin-bottom: 15px;}
.about4 .stitle p{ margin-bottom: 80px;}
.about4 .stitle span{display: block;}
.about4 .stitle span img{width: 100%;}
.about4 .img{display: block; height: 490px;}
.about4 .img img{width: 100%; height: 100%; object-fit: cover;}
.about4 .a2{padding-top: 120px;}
.about4 .a2 .stitle{margin-bottom: 80px;}
.about4 .a2 .box_wrap{display: flex; gap: 30px 2%; justify-content: center;}
.about4 .a2 .box{width: 18%; text-align: center;}
.about4 .a2 .box h2{font-family: 'FuturaCyrillicMedium'; margin-top: 10px; font-size: 2.8rem; margin-bottom: 15px;}
.about4 .a2 .box h3{font-size: 1.8rem; color: #686868; line-height: 130%;}

.about5 h2{margin-bottom: 15px;}
.about5 .stitle{margin-bottom: 90px;}
.about5 .box_wrap{display: flex; flex-wrap: wrap; gap: 70px 2%;}
.about5 .box{width: 23.5%;}
.about5 .box img{width: 100%;}
.about5 .box p{font-size: 1.7rem; font-weight: 500; margin-top: 15px; text-align: center;}

.page{display: flex; flex-direction: column; gap: 120px 0px;}
.content{display: flex; gap: 25px 2%;}
.content .left{width: 24%;}
.content .left h2{display: flex; align-items: center; gap: 0px 8px; font-size:2.8rem; font-weight: bold;}
.content .right{width: 76%;}
.content .right p{font-size: 1.8rem; line-height: 155%;}
.content .right .img{display: block;}
.content .right .img img{width: 100%;}

.p1-1 .box_wrap{display: flex; gap: 10px 1%; flex-wrap: wrap;}
.p1-1 .box_wrap .box{width: 24.2%; border: 1px solid #4e9b53; padding: 35px 10px 35px 10px; text-align: center;}
.p1-1 .box_wrap .box h2{font-size: 2.0rem; font-weight: bold; margin-bottom: 12px; margin-top: 10px;}
.p1-1 .box_wrap .box h3{font-size: 1.6rem; color: #686868; line-height: 150%;}

.page2 .p2-1 .box_wrap{display: flex; gap: 10px 1%; flex-wrap: wrap; margin-bottom: 50px;}
.page2 .p2-1 .box_wrap li{width: 19.2%; text-align: center; border: 1px solid #89bf8d; background: #f2f9f3; font-size: 1.8rem; font-weight: 500; color: #494949; height: 100px; display: flex; align-items: center; justify-content: center;}
.content .right table{width: 100%; border-top: 1px solid #ddd;}
.content .right table th{background: #f2f2f2; color: #494949; font-size: 1.6rem; padding: 16px 5px; border-bottom: 1px solid #ddd;  border-left: 1px solid #dddddd; font-weight: 500;}
.content .right table th:first-child{border-left: none; }
.content .right table td{color: #494949; font-size: 1.6rem; padding: 16px 0px; text-align: center; border-bottom: 1px solid #ddd;  border-left: 1px solid #dddddd;}
.content .right table td:first-child{border-left: none;}
.page2 .p2-1 table{margin-bottom: 25px;}
.page2 .p2-2 h6{font-size: 2.0rem; font-weight: bold; color: var(--color2); margin-bottom: 25px;}

.page3 .p3-1 span{color: #ba2727; font-size: 1.8rem;}
.page3 .p3-2 p{display: flex; gap: 0px 4px;}
.page3 .p3-2 .box_area{margin-top: 50px;}
.page3 .p3-2 .box_area h3{font-size: 2.0rem; font-weight: 600; margin-bottom: 15px;}
.page3 .p3-2 .box_wrap{display: flex; gap: 15px 1%;}
.page3 .p3-2 .box_wrap .box{width: 25%; border: 1px solid var(--color3); padding: 20px 0 35px 0; text-align: center;}
.page3 .p3-2 .box_wrap .box h2{font-size: 2.0rem; font-weight: bold; text-align: center; margin-top: 15px; margin-bottom: 15px; min-height: 48px; display: flex; align-items: center; justify-content: center;}
.page3 .p3-2 .box_wrap .box p{text-align: center; color: #686868; font-size: 1.7rem; display: block;}

.p3-3 h6{font-size: 2.0rem; font-weight: 600; margin-bottom: 10px;}
.p3-3 .table_wrap{margin-top: 40px;}
.p3-3 .table_wrap h5{font-size: 1.8rem; color: #494949; margin-bottom: 15px;}
.p3-3 .text{margin-top: 65px;}
.p3-3 .text h6{margin-bottom: 30px;}
.p3-3 .text h5{font-size: 2.0rem; font-weight: 600; line-height: 140%; padding-left: 2%;}
.p3-3 .text h5:nth-child(3){margin-bottom: 30px;}
.p3-3 .text p{padding-left: 2%;}

.p3-4 h6{font-size: 2.0rem; font-weight: 600; margin-bottom: 10px;}
.p3-5 table th span{font-size: 1.3rem; font-weight: 500;}
.p3-5 h6{margin-top: 15px; font-size: 1.8rem; font-weight: 600;}

.page4 .p4-1 h6{font-size: 2.0rem; font-weight: 600; margin-bottom: 10px;}
.page4 .p4-1 .table_wrap{margin-top: 40px;}
.page4 .p4-1 .table_wrap h5{font-size: 1.8rem; color: #494949; margin-bottom: 15px;}
.page4 .p4-1 .text{margin-top: 65px;}
.page4 .p4-1 .text h6{margin-bottom: 30px;}
.page4 .p4-1 .text h5{font-size: 2.0rem; font-weight: 600; line-height: 140%; padding-left: 2%;}
.page4 .p4-1 .text h5:nth-child(3){margin-bottom: 30px;}
.page4 .p4-1 .text p{padding-left: 2%;}

.page5 .p5-1{display: flex; gap: 15px 4%;}
.page5 .p5-1 .box{width: 50%; border: 1px solid #ddd;}
.page5 .p5-1 .box h2{background: #f2f2f2; border-bottom: 1px solid #ddd; font-size: 2.0rem; font-weight: bold; text-align: center; padding: 12px 0;}
.page5 .p5-1 .box h3{text-align: center; font-size: 1.8rem; padding: 15px 10px; line-height: 140%;}

.page6 .p6-1 .table_wrap{margin-top: 25px;}
.page6 .p6-1 .table_wrap h2{font-size: 2.0rem; font-weight: 600; margin-bottom: 15px;}
.page6 .p6-1 .table_wrap h6{margin-top: 20px; font-size: 1.8rem;}
.page6 .p6-2 h6{font-weight: 600; font-size: 2.0rem; margin-bottom: 25px;}
.page6 .p6-3 .pa_wrap{border: 1px solid #d2d2d2; padding: 35px 0; display: flex; justify-content: center; gap: 40px 5%;}
.page6 .p6-3 .pa_wrap .box{width: 40%; text-align: center;}
.page6 .p6-3 .pa_wrap .box img{width: 100%;}
.page6 .p6-3 .pa_wrap .box p{ color: #494949; display: block; margin-top: 10px;}
.page6 .p6-3 .rating1{margin-top: 55px;}
.page6 .p6-3 .rating1 h2{font-size: 2.0rem; font-weight: 600; margin-bottom: 20px;}
.page6 .p6-3 .rating1 .box_wrap{display: flex; gap: 30px 3%; flex-wrap: wrap;}
.page6 .p6-3 .rating1 .box{width: 48.5%; border: 1px solid var(--color3); background: #eff7f0; padding: 20px;}
.page6 .p6-3 .rating1 .box h3{font-size: 2.0rem; margin-bottom: 10px; font-weight: 600;}
.page6 .p6-3 .rating1 .box p{font-size: 1.6rem; line-height: 135%;}
.page6 .p6-3 .rating2{ margin-top: 40px;}
.page6 .p6-3 .rating2 h2{font-size: 2.0rem; font-weight: 600; margin-bottom: 30px;}
.page6 .p6-3 .rating2 .text{margin-top: 30px; padding-left: 2%;}
.page6 .p6-3 .rating2 .text h3{font-size: 2.0rem; font-weight: 600; margin-bottom: 7px;}
.page6 .p6-3 .rating2 .text .tbox{margin-top: 20px; padding-left: 2%;}
.page6 .p6-3 .rating3{ margin-top: 40px;}
.page6 .p6-3 .rating3 h2{font-size: 2.0rem; font-weight: 600; margin-bottom: 30px;}
.page6 .p6-3 .rating3 .text{margin-top: 30px; padding-left: 2%;}
.page6 .p6-3 .rating3 .text h3{font-size: 2.0rem; font-weight: 600; margin-bottom: 7px;}
.page6 .p6-3 .rating3 .text .tbox{margin-top: 20px; padding-left: 2%;}
.page6 .p6-3 .rating3 .text .tbox p{padding-left: 10px;}

.page7 .p7-1 p{margin-bottom: 50px;}
.page7 .p7-2 h6{font-weight: 600; font-size: 2.0rem; margin-bottom: 25px;}
.page7 .p7-2 ul{display: flex; gap: 8px 1%; flex-wrap: wrap;}
.page7 .p7-2 ul li{width: 40%;}

.page8 .p8-1 .text{margin-bottom: 50px;}
.page8 .p8-1 .text h2{font-size: 2.0rem; font-weight: 600; margin-bottom: 10px;}
.page8 .p8-1 .text2 h2{font-size: 2.0rem; font-weight: 600; margin-bottom: 20px;}
.page8 .p8-1 .text2 .box_wrap{display: flex; gap: 40px 4%;}
.page8 .p8-1 .text2 .box{width: 49%;}
.page8 .p8-1 .text2 h3{font-size: 2.0rem; font-weight: 600; margin-bottom: 15px; text-align: center;}

.page10 .p10-1 .box_wrap{display: flex; gap: 30px 4%;}
.page10 .p10-1 .box_wrap .box{width: 48%; border: 1px solid #ddd;}
.page10 .p10-1 .box_wrap .box h2{background: #f2f2f2; padding: 15px 0px; border-bottom: 1px solid #ddd; text-align: center; font-size: 2.0rem; font-weight: 600;}
.page10 .p10-1 .box_wrap .box ul{padding: 20px; display: flex; flex-direction: column; gap: 6px 0px;}

.page11 .p11-1 .table_wrap{margin-top: 30px;}

.page12 .p12-1 .text{margin-bottom: 50px;}
.page12 .p12-1 h2{font-size: 2.0rem; font-weight: 600; margin-bottom: 15px;}

.page12 .p13-1 .text{margin-bottom: 50px;}
.page12 .p13-1 .text:last-child{margin-bottom: 0px;}
.page12 .p13-1 h2{font-size: 2.0rem; font-weight: 600; margin-bottom: 15px;}

#bo_gall .stitle{margin-bottom: 90px;}
#bo_list .stitle{margin-bottom: 90px;}

.bo_nav{display: flex; gap: 0px 1.5%; justify-content: center; margin-bottom: 30px;}
.bo_nav li a{font-size: 2.0rem; border: 1px solid #ddd; border-radius: 30px; padding: 7px 20px; color: #888;}
.bo_nav li a.on{border: 1px solid #222; color: #222;}

#bo_cate a{display: block;}
@media all and (max-width: 1400px){}
@media all and (max-width: 1200px){
    .theme_visual .swiper-slide .point img{width: 400px;}
    .Hfull{height: 800px;}
    .theme_visual .swiper_btn_wrap{bottom: 250px;}
    .main4 .title h2{margin-bottom: 10px;}
    .main4 .info_wrap{width: 45%;}
}
@media all and (max-width: 1024px){
    .Hfull{height: 700px;}
    .main_text h2{font-size: 6.0rem;}
    .theme_visual .swiper-slide .point img{width: 280px;}
    .main_text p{font-size: 1.6rem;}
    .main1 .text h3{font-size: 2.0rem;}
    .main1 .text h2{font-size: 4.0rem; margin-bottom: 30px;}
    .main1 .text p{font-size: 1.6rem;}
    .main1 .text p br{display: none;}

    .more{width: 170px; height: 48px; line-height: 48px;}
    .more span{width: 22px;}

    .title h3{font-size: 2.0rem;}
    .title h2{font-size: 4.0rem;}
    .title p{font-size: 1.6rem;}

    .main2 .box .text img{width: 70px;}

    .main3 .width2 .top .title h2{font-size: 3.2rem;}
    .main4 .title h2{font-size: 4.0rem;}
    .main4 .width{flex-direction: column; gap: 50px 0px; margin-bottom: -50px;}
    .main4 .title .mbtn{margin-top: 15px;}
    .main4 .info_wrap{width: 100%;}

    .sub_top{padding-top: 20px;}

    .sub_top h3{font-size: 2.0rem; margin-bottom: 10px;}
    .sub_top h2{font-size: 3.6rem;}
    .sub_top .sub_nav{margin-top: 45px;}

    .stitle h3{font-size: 2.0rem;}
    .stitle h2{font-size: 3.4rem;}
    .stitle p{font-size: 1.6rem;}

    .about2 .stitle h2{margin-bottom:25px;}
    .about2 .stitle{margin-bottom: 50px;}
    .about2 .stitle h4{padding-left: 2%; font-size: 2.4rem;}
    .about2 .box_wrap .color h2{font-size: 2.2rem;}
    .about2 .box_wrap .color h3{font-size: 1.6rem;}
    .about2 .box_wrap .color span img{width: 100px;}

    .about3 .a1 h2{font-size: 3.6rem; margin-bottom: 10px;}
    .about3 .a1 p{font-size: 1.6rem;}
    .sub_top .sub_nav ul li a{padding: 0 4px 4px 4px; font-size: 1.6rem;}
}
@media all and (max-width: 950px){
    .main2 .box_wrap{flex-wrap: wrap; gap: 20px 2%;}
    .main2 .box{width: 40%;}
    .main2 .box_wrap span{display: none;}
    .about1 .width{flex-direction: column}
    .about1 .text{padding-top: 0px; margin-top: 0px;}
    .about1 .img{width: 60%;}
    .about1 .text{width: 100%; background: none;}
    .about1 .text:after{display: none;}
    .about1 .text .stitle h2{font-size: 3.0rem;}
    .content .left h2{font-size: 2.4rem;}
    .content .left h2 img{width: 21px;}
}
@media all and (max-width: 850px){
    .about2 .box_wrap{flex-direction: column;}
    .about2 .box_wrap .img{width: 100%; margin-bottom: 20px;}
    .about2 .box_wrap .box{width: 100%;}
    .about2 .down a{width: 50%; height: 60px; line-height: 60px;}
    .about2 .down a p{font-size: 1.5rem;}

    .about3 .a1{margin-bottom: 120px;}
    .about3 .a2 .stitle{margin-bottom: 50px;}
    .about3 .his_wrap .left{font-size: 6.0rem; width: 100%; margin-bottom: 30px;}
    .about3 .his_wrap{flex-wrap: wrap; gap: 20px 5%;}
    .about3 .his_wrap .right{width: 80%;}
    .about3 .his_wrap .right .box{gap: 10px 0; flex-direction: column;}
    .about3 .his_wrap .right .box h2{font-size: 3.0rem;}
    .about3 .his_wrap .right .box ul li{font-size: 1.6rem;}
    .about3 .his_wrap .right .box ul{margin-top: 5px;}

    .about4 .stitle p{font-size: 1.6rem;}
    .about4 .stitle p br{display: none;}
    .about4 .img{height: 280px;}
    .about4 .a2 .stitle{margin-bottom: 50px;}
    .about4 .a2{padding-top: 80px;}
    .about4 .a2 .box h2{font-size: 2.4rem;}
    .about4 .a2 .box h3{font-size: 1.6rem;}
    .about4 .a2 .box_wrap{flex-wrap: wrap;}
    .about4 .a2 .box{width: 32%;}

    .content{flex-direction: column;}
    .content .left{width: 100%;}
    .content .right{width: 100%;}

    .page{gap: 90px 0px;}
    .page2 .p2-1 .box_wrap li{ height: 75px;}
    .p1-1 .box_wrap .box{width: 49.3%;}
    .content .right p{font-size: 1.6rem; letter-spacing: -0.05em;}
    .page2 .p2-1 .box_wrap li{font-size: 1.6rem; letter-spacing: -0.05em;}
    .page2 .p2-1 .box_wrap li{width: 32.5%;}
    .page3 .p3-2 .box_area h3{font-size: 1.8rem; letter-spacing: -0.05em;}
    .page3 .p3-2 .box_wrap .box h2{font-size: 1.8rem;}
    .page3 .p3-2 .box_wrap .box p{font-size: 1.5rem;}

    .page3 .p3-2 .box_wrap{flex-wrap: wrap; gap: 10px 2%;}
    .page3 .p3-2 .box_wrap .box{width: 49%;}
    .p3-3 h6{font-size: 1.8rem;}
    .p3-3 .text h5{font-size: 1.6rem;}
    .p3-3 .text h6{margin-bottom: 15px;}
    .p3-3 .text h5:nth-child(3){margin-bottom: 15px;}

    .page5 .p5-1 .box h2{font-size: 1.8rem;}
    .page5 .p5-1 .box h3{font-size: 1.6rem;}
    .page5 .p5-1 .box h3 br{display: none;}

    .page6 .p6-3 .rating2 .text h3{font-size: 1.8rem;}

    .page6 .p6-3 .rating3 .text h3{font-size: 1.8rem;}
    .page10 .p10-1 .box_wrap .box h2{font-size: 1.8rem;}

    .page12 .p12-1 h2{font-size: 1.8rem;}

    #bo_gall .stitle{margin-bottom: 50px;}
    #bo_list .stitle{margin-bottom: 50px;}
    .bo_nav li a{font-size: 1.5rem; display: block; padding: 7px 12px;}
    .bo_nav{flex-wrap: wrap; gap: 10px 1.5%;}
    #bo_cate ul{flex-wrap: wrap; gap: 10px 1.5%;}
    #bo_cate a{font-size: 14px;}

    .tbl_head01 thead th{font-size: 16px;}
    .tbl_head01 thead th a{font-size: 16px;}
    .tbl_head01 thead td{font-size: 16px;}
    .tbl_head01 thead td a{font-size: 16px;}
}
@media all and (max-width: 768px){
    .title h3{font-size: 1.8rem;}
    .title h2{font-size: 3.6rem;}

    .Hfull{height: 600px;}
    .main_text h2{font-size: 4.5rem;}
    .main_text p br{display: none;}
    .theme_visual .swiper-slide .point img{width: 240px}
    .theme_visual .swiper_btn_wrap{bottom: 200px;}
    .main1 .width{flex-direction: column; gap: 25px 0;}
    .main1 .img{width: 100%;}
    .main1 .text{width: 100%;}
    .main1 .text h2{font-size: 3.2rem;}
    .main3 .width2 .top{flex-direction: column; align-items: flex-start; gap: 20px 0;}
    .main2 .box{width: 49%;}
    .main2 .box h3{font-size: 1.1rem; letter-spacing: -0.06em;}

    .main3 .width2 .top .title h2{font-size: 2.8rem;}

    .main4 .title p{font-size: 1.7rem;}
    .main4 .info_wrap .info h2{font-size: 2.4rem;}
    .main4 .info_wrap .info{padding: 20px 5px;}
    .main4 .info_wrap .info p{font-size: 1.4rem; letter-spacing: -0.04em;}
    .main4 .info_wrap{padding: 10px;}

    #ft .footer .foot_info{flex-direction: column; align-items: flex-start;}
    #ft .footer .foot_info span{display: none;}
    .sub_top{padding-bottom: 30px;}
    .sub_top h2{font-size: 2.8rem;}
    .event_wrap .event_img{height: 260px;}
    .stitle h3{font-size: 1.8rem;}
    .stitle h2{font-size: 2.8rem;}

    .about1 .img{width: 100%;}

    .about2 .stitle h4{font-size: 1.8rem; letter-spacing: -0.06em; padding-left: 0px;}

    .about3 .a1 h2{font-size: 3.0rem;}
    .about3 .a1 p br{display: none;}
    .about3 .a1 span{margin-top: 30px;}

    .page5 .p5-1{flex-direction: column;}
    .page5 .p5-1 .box{width: 100%;}

    .page6 .p6-3 .pa_wrap{flex-direction: column; }
    .page6 .p6-3 .pa_wrap .box{width: 100%;}

    .page6 .p6-3 .rating1 .box h3{font-size: 1.8rem;}

    .main4 .title h2{font-size: 3.8rem;}
}
@media all and (max-width: 650px){
    .main4 .title .mbtn a{width: 50%;}
    .about2 .down{flex-direction: column; gap: 10px 0px;}
    .about2 .down a{width: 100%;}

    .about4 .a2 .box{width: 49%;}
    .page2 .p2-1 .box_wrap li{width: 49%;}

    .p3-5 .table_wrap{overflow-x: scroll;}
    .p3-5 .table_wrap table{width: 650px;}
    .page6 .p6-3 .rating1 .box{width: 100%;}
    .page6 .p6-3 .rating1 .box_wrap{gap: 15px 0px;}
    .page8 .p8-1 .text2 .box_wrap{flex-direction: column}
    .page8 .p8-1 .text2 .box{width: 100%;}

    .p8-2 .table_wrap{overflow-x: scroll;}
    .p8-2 .table_wrap table{width: 650px;}

    .page10 .p10-1 .box_wrap{flex-direction: column;}
    .page10 .p10-1 .box_wrap .box{width: 100%;}
}
