@charset "UTF-8";

.swiper-scale-effect .swiper-slide-cover {
    transition-timing-function: linear;
    transition-duration: 4s;
    transform: scale(1.15);
    height: 100%;
}
.swiper-scale-effect .swiper-slide.swiper-slide-active .swiper-slide-cover {
    transform: scale(1);
}
.visual{height: 960px; margin-top: 90px; overflow: hidden; position: relative;}
.visual .swiper_visual{height: 100%;}
.visual .swiper_visual .slide-01{background: url("../img/visual1.png") no-repeat; background-size: cover; background-position: center;}
.visual .swiper_visual .slide-02{background: url("../img/visual2.png") no-repeat; background-size: cover; background-position: center;}
.visual .swiper_visual .slide-03{background: url("../img/visual3.png") no-repeat; background-size: cover; background-position: center;}

.swiper_btn_wrap{ position: absolute; bottom: 20%; color: #fff; z-index: 9; left: 0; right: 0; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
.swiper_visual .main_text{height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; position: absolute; top: 0; left: 0;  right: 0; margin: 0 auto;}
.swiper_visual .main_text h2{font-size: 5.0rem;  font-family: 'SUIT-SemiBold'; color: #fff; margin-bottom: 25px; text-align: center;}
.swiper_visual .main_text p{font-size: 2.8rem; font-weight: 500; color: #fff;}
.swiper_visual .visual-pagination{width: initial; margin-right: 20px;}
.swiper_visual .visual-pagination .swiper-pagination-bullet{margin: 0px; width: 45px; height: 2px; border-radius: 0px; background: #fff;}
.swiper_visual .swiper-visual-prev{ font-family: 'SUIT-Regular'; cursor: pointer; margin-right: 10px;}
.swiper_visual .swiper-visual-next{ font-family: 'SUIT-Regular'; cursor: pointer; margin-left: 10px;}
.swiper_visual .visual-pagination2 span{font-family: "futura-pt", sans-serif;}

.scroll_down{position: absolute; bottom: 10px; left: 0; right: 0; margin: 0 auto; z-index: 9;}
.scroll_down:after{content: ''; width: 300px; height: 67px; background: url("../img/mouse-bg.png")no-repeat; background-position: top center; position: absolute; bottom: -10px; left: 0; right: 0; margin: 0 auto; z-index: -1;}
.scroll_down .scroll{width: 23px; height: 37px; border: 1px solid #00572d; border-radius: 25px; margin: 0 auto; display: flex; align-items: center; justify-content: center;}
.scroll_down .scroll .scroll_dot{width: 2px; height: 10px; border-radius: 15px; background: #00572d ;display: block; animation: scroll 1.6s linear infinite;}

@keyframes scroll {
    0%{
        opacity: 0;
        transform: translateY(-1rem);
    }
    100%{
        opacity: 1;
        transform: translateY(1rem);
    }
}

.brand{display: flex; align-items: center; position: relative;}
.brand .swiper-slide{padding: 20px;}
.brand .swiper-slide img{width: 100%;}
.brand .br-prev{color: #8f8d8d; font-family: 'SUIT-Medium'; cursor: pointer; margin-left: -15px; font-size: 3.0rem; margin-right: 15px;}
.brand .br-next{color: #8f8d8d; font-family: 'SUIT-Medium'; cursor: pointer; margin-right: -15px; font-size: 3.0rem; margin-left: 15px;}

.m1{background-image: url("../img/m1-bg.png"); background-repeat: no-repeat; background-position: 0 70%; background-size: cover;}
.m1 .txt{display: flex; align-items: baseline; gap: 0px 3%; margin-bottom: 50px;}
.m1 .txt h2{font-size: 8.5rem; font-family: "futura-pt", sans-serif; font-weight: 700; color: #121212; display: flex; align-items: center; gap: 0px 8px;}
.m1 .txt p{font-size: 2.0rem; font-weight: 600;}
.m1 .box_wrap{display: flex; gap: 10px 2%;}
.m1 .box{border: 1px solid #ccc; padding: 10px 0 15px 0; transition: 0.3s all;}
.m1 .box img{width: 100%;}
.m1 .box .text_wrap{margin-top: 25px; padding: 0px 55px; display: flex; justify-content: space-between; }
.m1 .box .text_wrap .text h6{color: #999; font-weight: 500; margin-bottom: 8px;}
.m1 .box .text_wrap .text h2{font-size: 2.6rem; font-weight: 400;}
.m1 .box .text_wrap a{width: 40px; height: 40px; border-radius: 50%; background: #00572d;}
.m1 .box .text_wrap a img{margin-top: 10px; margin-left: -10px;}
.m1 .box:hover{border: 1px solid #00572d; box-shadow: 0 0 15px rgba(0,53,27,0.2);}
.m1 .box:hover a img{animation: shake-horizontal 2s infinite;}
/*.m1 .m1Swiper .swiper-slide{height: 485px;}*/
.m1 .m1-pagination{text-align: center; margin-top: 30px;}
.m1 .m1-pagination .swiper-pagination-bullet-active{background: var(--color);}

@keyframes shake-horizontal {
    0% { transform: translateX(0); }
    25% { transform: translateX(-7px); }
    50% { transform: translateX(7px); }
    75% { transform: translateX(-7px); }
    100% { transform: translateX(0); }
}

.m2{background: url("../img/m2-bg.png") no-repeat; background-position: center; background-size: cover; background-attachment: fixed; position: relative; display: flex; justify-content: space-between;}
.m2 .box1{display: flex; flex-direction: column; justify-content: flex-end; padding: 90px 70px; color: #fff; width: 50%;}
.m2 .box1 h2{font-size: 5.0rem; font-family: 'SUIT-Bold'; margin-bottom: 15px; line-height: 140%;}
.m2 .box1 p{font-size: 2.8rem; font-weight: 500;}
.m2 .box2{width: 50%; background: rgba(31,40,110,0.85); padding: 135px 7% 95px 7%; overflow: hidden;}
.m2 .box2 .txt{text-align: center; margin-bottom: 80px;}
.m2 .box2 .txt h2{font-size: 6.5rem; font-family: "futura-pt", sans-serif; font-weight: 700; color: #121212; display: flex; align-items: center; gap: 0px 8px; justify-content: center; color: #fff; margin-bottom: 15px;}
.m2 .box2 .txt p{font-size: 1.8rem; font-weight: 500; color: #fff; line-height: 145%;}
.m2 .box2 .swiper{ max-width: 640px; overflow: hidden; width: 100%;}
/*.m2 .box2 .swiper .swiper-wrapper{padding: 80px 0;}*/
.m2 .box2 .swiper-slide img{width: 100%; object-fit: contain;}
.m2 .box2 .swiper-slide-prev{transform: scale(1.5); position: relative; z-index: 4;}
.m2 .box2 .swiper-slide-next{transform: scale(1.5); position: relative; z-index: 4;}
.m2 .box2 .swiper-slide-active{transform: scale(2); position: relative; z-index: 6;}
.m2 .m2_txt{display: flex;  justify-content: center; margin-top: 40px;}
.m2 .m2-titles li{display: none;}
.m2 .m2-titles li.active{display: block;}
.m2 .m2-titles p{font-size: 2.0rem; font-weight: 600; color: #fff; text-align: center; min-width: 250px; max-width: 250px; min-height: 50px;}
.m2 .m2_txt span{display: block; margin-bottom: 8px; cursor: pointer;}

.m3 .txt{display: flex; gap: 0px 3%; align-items: baseline; margin-bottom: 80px; position: relative;}
.m3 .txt h2{font-size: 8.5rem; font-family: "futura-pt", sans-serif; font-weight: 700; color: #121212; display: flex; align-items: center; gap: 0px 8px;}
.m3 .txt p{font-size: 1.8rem; font-weight: 600; }
.m3 .txt a{position: absolute; right: 0; font-size: 1.5rem; font-weight: 600; width: 160px; padding: 0px 5px; padding: 16px 0; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid #ddd; bottom: 10px;}
.m3 .txt a span{font-family: 'SUIT-Medium'; color: #00572d;}

.m4{background: url("../img/m4-bg.png")no-repeat; background-size: cover; background-position: center; background-attachment: fixed; text-align: center;}
.m4 h3{font-size: 1.8rem; font-weight: 600; color: var(--color); margin-bottom: 30px;}
.m4 h2{font-size: 4.0rem; font-weight: 700; color: #333; margin-bottom: 25px; line-height: 135%;}
.m4 p{font-size: 1.8rem; font-weight: 500; color: #666; margin-bottom: 85px;}
.m4 a{width: 200px; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0px 35px; margin: 0 auto; background: var(--color); border-radius: 40px; font-size: 1.8rem; font-weight: 500; color: #fff;}

#ft{background: #121212; padding: 0; padding-top: 65px; position: relative}
#ft .footer{display: flex; gap: 0px 5%;}
#ft .footer .foot_info{width: 100%; text-align: left; color: #fff;}
#ft .footer .foot_info h3{font-size: 1.5rem; font-weight: 500; margin-bottom: 8px;}
#ft .ft1 ul{display: flex; gap: 0px 3%; flex-wrap: wrap;}
#ft .ft1 ul li{font-size: 1.5rem; color: #cccccc; line-height: 150%;}
#ft .ft1 ul a{font-size: 1.5rem; color: #cccccc; line-height: 150%;}
#ft .ft2{margin-top: 45px;}
#ft .copyright{border-top: 1px solid #4d4d4d; padding: 30px 0; margin-top: 45px; text-align:center;}
#ft .copyright span{font-size: 1.5rem; font-weight: 500; color: #fff; }
#ft .footer button{border: none; background: none; position: absolute; right: 0; top: 0;}

.board_title span{display: block; margin-bottom: 30px;}
.p1{padding-top: 100px;}

.p1 .txt{text-align: center; margin-bottom: 60px;}
.p1 .txt h2{font-size: 3.0rem; font-weight: bold; color: #333; margin-bottom: 20px;}
.p1 .txt p{font-size: 2.0rem; color: #333; line-height: 140%;}
.p1 .big_img{max-width: 980px; margin: 0 auto 100px auto;}
.p1 .big_img img{width: 100%;}
.p1 .box_wrap{display: flex; flex-wrap: wrap; gap: 25px 2%;}
.p1 .box_wrap .box{width: 49%; background: #f2f2f2; border-radius: 10px; padding: 50px 25px; display: flex; align-items: center; gap: 10px 5%; color: #333;}
.p1 .box_wrap .box .text h2{font-size: 2.6rem; font-weight: 600; margin-bottom: 10px;}
.p1 .box_wrap .box .text p{font-size: 1.8rem; line-height: 140%;}

.p2{padding-top: 100px; position: relative;}
.p2 .his_wrap{max-width: 1100px; margin: 0 auto; position: relative; z-index: 110;}
.p2 .his_wrap .box{display: flex; margin-top: 95px;}
.p2 .his_wrap .box1{margin-top: 0px;}
.p2 .his_wrap .box h2{font-family: "Outfit", sans-serif; font-weight: 400; color: var(--color); font-size: 4.5rem; width: 40%; text-align: right; padding-right: 65px; margin-top: -10px; position: relative;}
.p2 .his_wrap .box h2:after{content: ''; width: 20px; height: 20px; background: url("../img/circle.png") no-repeat; background-size: cover; background-position: center; position: absolute; right: -10px; top: 18px; }
.p2 .his_wrap .box .text{width: 60%; display: flex; flex-direction: column; gap: 30px 0; padding-left: 70px;}
.p2 .his_wrap .box .text dl{display: flex; }
.p2 .his_wrap .box .text dt{font-size: 1.8rem; font-weight: bold; color: #121212; min-width: 50px; line-height: 200%;}
.p2 .his_wrap .box .text dd{font-size: 1.8rem; font-weight: 400; color: #444; line-height: 200%;}
.p2 .his_wrap .line{width: 1px; height: 97%; background: #ddd; position: absolute; top: 15px; left: 40%;}
.p2 .his_wrap .logoimg{position: absolute; top: 0; left: 0;}
.p2 .point{position: absolute; right: 0; bottom: -205px; z-index: 100;}

.p3{padding-top: 100px;}
.p3 .map_wrap{position: relative;}
.p3 .root_daum_roughmap .cont .section.lst{display: none;}
.p3 .root_daum_roughmap .wrap_map{height: 50vh !important;}
.p3 .root_daum_roughmap_landing{width: 100% !important;}
.p3 .root_daum_roughmap .wrap_controllers{display: none;}
.p3 .map_wrap .width2{position: absolute; height: 100%; display: flex; align-items: center; left: 0; right: 0; margin: 0 auto; top: 0; z-index: 10;}
.p3 .map_wrap .box_wrap{background: #fff; padding: 25px 16px; box-shadow: 0 0 15px rgba(0,0,0,0.1)}
.p3 .map_wrap .box_wrap h2{font-size: 2.4rem; font-weight: bold; margin-bottom: 22px;}
.p3 .map_wrap .box_wrap h2 img{width: 24px; margin-right: 6px;}
.p3 .map_wrap .box_wrap h3{font-size: 1.7rem; line-height: 145%; margin-bottom: 35px; color: #333;}
.p3 .map_wrap .box_wrap dl{display: flex; align-items: center; margin-bottom: 7px;}
.p3 .map_wrap .box_wrap dl dt{min-width: 74px; font-weight: 600; color: #1f286e;}
.p3 .map_wrap .box_wrap dl dd{color: #666;}
.p3 .map_wrap .box_wrap .abtn{width: 300px; height: 55px; background:#1f286e; display: flex; align-items: center; justify-content: center; font-size: 1.8rem; font-weight: 600; color: #fff; margin-top: 25px;}

.s1{padding-top: 100px;}
.s1 .big_img{max-width: 1350px; margin: 0 auto;}
.s1 .big_img img{width: 100%;}

.s2{padding-top: 100px;}
.com .txt_wrap{display: flex; gap: 0 22px; align-items: flex-start; margin-left: -45px;}
.com  .txt_wrap .txt h2{font-size: 4.2rem; font-weight: 600; color: #282828; margin-bottom: 18px;}
.com  .txt_wrap .txt p{font-size: 2.0rem; color: #333; line-height: 135%; margin-bottom: 30px;}
.com  .txt_wrap .txt ul li{font-size: 2.0rem; color: #333; line-height: 135%; margin-top: 4px;}
.s2 .box_area1{margin-bottom: 175px;}
.s2 .box_area1 .box_wrap{display: flex; align-items: center; gap: 35px 1.5%; flex-wrap: wrap; margin-top: 85px;}
.s2 .box_area1 .box_wrap .box{width: 30%; border: 1px solid #d7d7d7; border-top: 3px solid #00572d; text-align: center; padding-top: 24px; height: 330px;}
.s2 .box_area1 .box_wrap .box img{margin-bottom: 13px;}
.s2 .box_area1 .box_wrap .box h3{font-size: 2.2rem; font-weight: 600; color: #121212; margin-bottom: 32px;}
.s2 .box_area1 .box_wrap .box ul li{margin-top: 4px; font-size: 1.8rem; color: #666;}
.s2 .box_area1 .box_wrap .box ul li span{font-weight: bold; margin-right: 6px;}
.s2 .box_area2{position: relative;}
.s2 .box_area2 .swiper-slide{display: flex;}
.s2 .box_area2 .swiper-slide .img{width: 50%;}
.s2 .box_area2 .swiper-slide .img img{width: 100%;}
.s2 .box_area2 .swiper-slide .text{width: 50%; display: flex; flex-direction: column; justify-content: center; padding-left: 5%; background: #f7f7f7; position: relative;}
.s2 .box_area2:after{content: ''; width: 200%; left: 0; top: 0; height: 100%; background: #f7f7f7; position: absolute; z-index: 0;}
.s2 .box_area2 .swiper-slide .text h3{font-size: 2.0rem; font-weight: bold; color: #009853; margin-bottom: 25px;}
.s2 .box_area2 .swiper-slide .text h2{font-size: 3.6rem; font-weight: bold; color: #333; margin-bottom: 35px;}
.s2 .box_area2 .swiper-slide .text p{font-size: 2.4rem; font-weight: 500; line-height: 145%; color: #333;}
.s2 .box_area2 .btn_wrap{position: absolute; z-index: 8; bottom: 40px; left: 55%; display: flex; gap: 0 10px; align-items: center;}
.s2 .box_area2 .btn_wrap .s2-prev{font-family: 'SUIT-Regular'; font-size: 2.1rem; color: #666; cursor: pointer;}
.s2 .box_area2 .btn_wrap .s2-next{font-family: 'SUIT-Regular'; font-size: 2.1rem; color: #666; cursor: pointer;}
.s2 .box_area2 .btn_wrap .swiper-pagination-bullet-active{background: #009853;}

.s3 .m1{background: #fff;}
.s3 .m1 .box{padding-top: 0px; position: relative; width: 32%; padding-bottom: 30px;}
.s3 .m1 .box_wrap{flex-wrap: wrap; gap: 32px 2%;}
.s3 .m1 .box_wrap .img{position: relative;}
.s3 .m1 .box_wrap .img .pro_img{width: 100%;}
.s3 .m1 .box_wrap .img span{width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; top: 0; left: 0; position: absolute; }
.s3 .m1 .box_wrap .img span a{width: 240px; height: 60px; display: flex; align-items: center; justify-content: space-between; padding: 0px 20px; border-radius: 30px; background: #00572d; color: #fff; font-size: 1.8rem; font-weight: 500; opacity: 0;}
.s3 .m1 .box_wrap .img span a img{width: initial;}
.s3 .m1 .box:hover a img{animation: initial;}
.s3 .m1 .box:hover .img .pro_img{filter: blur(5px);}
.s3 .m1 .box:hover .img span a{opacity: 1;}
.s3  .m1 .box .text_wrap{padding: 0px 30px;}

.s4{padding-top: 100px;}
.s4 .txt{margin-bottom: 70px;}
.s4 .txt h2{font-size: 4.5rem; font-weight: bold; display: flex; align-items: center; gap: 0px 20px; color: #121212; margin-bottom: 20px;}
.s4 .txt h3{font-size: 1.8rem; color: #333;}
.s4 .box_area1{margin-bottom: 175px;}
.s4 .box_area1 .box_wrap{display: flex; flex-wrap: wrap; gap: 25px 2%;}
.s4 .box_area1 .box_wrap .box{width: 23.5%; border-radius: 13px; border: 1px solid #c7c7c7; padding: 35px 25px 40px 20px;}
.s4 .box_area1 .box_wrap .box h2{font-size: 2.6rem; font-weight: 600; color: #333; display: flex; align-items: center; margin-bottom: 15px;}
.s4 .box_area1 .box_wrap .box p{font-size: 2.0rem; color: #666; line-height: 140%; letter-spacing: -0.06em}
.s4 .box_area2 .box_wrap{display: flex; gap: 45px 2%; flex-wrap: wrap;}
.s4 .box_area2 .box_wrap .box{width: 23.5%; text-align: center;}
.s4 .box_area2 .box_wrap .box span{width: 100%; background: #f4f4f4; display: flex; align-items: center; justify-content: center; padding: 50px 30px;}
.s4 .box_area2 .box_wrap .box span img{box-shadow: 0 0 12px rgba(128,128,128,0.2); width: 100%;}
.s4 .box_area2 .box_wrap .box p{margin-top: 20px; font-size: 1.8rem; font-weight: 500; color: #222;}
.s4 .box_area3{margin-top: 175px;}
.s4 .box_area3 .box_wrap .box{width: 32%;}
.s4 .box_area3 .box_wrap .box img{width: 100%; max-width: 303px; margin: 0 auto; box-shadow: none !important;}
.s4 .box_area4{margin-top: 175px;}
.s4 .box_area4 .box_wrap .box{width: 32%;}
.s4 .box_area4 .box_wrap .box img{width: 100%; max-width: 303px; margin: 0 auto; }
.s4 .txt_wrap .txt p{margin-bottom: 0px;}

.s5{padding-top: 100px;}
.s5 .txt{text-align: center; margin-bottom: 55px;}
.s5 .txt h2{font-size: 4.5rem; font-weight: 600; color: #0f0f0f; margin-bottom: 30px;}
.s5 .txt p{font-size: 2.0rem; font-weight: 500; color: #666; line-height: 140%;}
.s5 .box_wrap{display: flex; gap: 10px 1%; flex-wrap: wrap; position: relative;}
.s5 .box_wrap .box{width: 49.5%;}
.s5 .box_wrap .box img{width: 100%;}
.s5 .box_wrap .point{position: absolute; width: 100%; height: 100%; display: flex; align-items: center; justify-content: center;}
.s5 .box_wrap .point img{box-shadow: 0 0 10px rgba(0,0,0,0.1);}

#bo_list{padding-top: 100px;}
#bo_list_total{visibility: hidden;}
.sch_bar. form{display: flex; align-items: center;}


@media all and (max-width: 1400px){
    .p2 .point img{width: 300px;}
    .p2 .point{bottom: -60px;}
    .s4 .box_area1 .box_wrap .box h2{font-size: 2.2rem;}
    .s4 .box_area1 .box_wrap .box p{font-size: 1.8rem;}
}
@media all and (max-width: 1200px){
    .m1 .box .text_wrap{padding: 0px 25px;}
    .m1 .box .text_wrap a{width: 30px; height: 30px;}
    .m1 .box .text_wrap .text h2{font-size: 2.3rem;}
    .m1 .txt h2{font-size: 5.5rem;}
    .m1 .txt h2 img{width: 32px;}
    .m1 .txt p{font-size: 1.8rem;}
    .m2 .box2{padding: 60px 4% 50px 4%;}
    .m2 .box2 .txt h2{font-size: 4.0rem;}
    .m2 .box2 .txt h2 img{width: 28px;}
    .m2 .box1 h2{font-size: 3.6rem; margin-bottom: 10px;}
    .m2 .box1{padding: 50px 35px;}
    .m2 .box1 p{font-size: 2.2rem;}
    .m2 .box2 .txt{margin-bottom: 40px;}
    .m2 .m2-titles p{font-size: 1.8rem;}
    .m3 .txt h2{font-size: 5.5rem;}
    .m3 .txt h2 img{width: 32px;}
    .pic_lt_block li{padding: 30px 20px 25px 20px;}
    .com .txt_wrap{margin-left: 0px;}
    .s4 .box_area1 .box_wrap .box{padding: 30px 15px 35px 15px;}
    .s4 .box_area1 .box_wrap .box{width: 32%;}

}
@media all and (max-width: 1024px){
    .visual{height: 700px; margin-top: 60px;}
    .swiper_visual .main_text h2{font-size: 4.5rem; margin-bottom: 18px;}
    .swiper_visual .main_text p{font-size: 2.2rem;}
    .m4 h3{font-size: 1.6rem; margin-bottom:10px;}
    .m4 h2{font-size: 3.0rem;}
    .m4 p{font-size: 1.6rem; margin-bottom: 50px;}
    .sub_visual .sub_top_text{padding-top: 40px; }
    .sub_visual .sub_top_text h3{font-size: 4.0rem;}
    .sub_visual .sub_top_text p{font-size: 1.8rem; margin-top: 8px;}
    .board_title h2{font-size: 3.4rem;}
    .p1 .txt h2{font-size: 2.8rem;}
    .p1 .txt p{font-size: 1.6rem;}
    .p1 .txt p br{display: none;}
    .p1 .txt{margin-bottom: 40px;}
    .p1 .big_img{margin: 0 auto 70px auto}
    .p1 .box_wrap .box .text h2{font-size: 2.4rem;}
    .p1 .box_wrap .box .text p{font-size: 1.6rem;}
    .p1 .box_wrap .box{padding: 35px 25px;}
    .p1 .box_wrap .box img{width: 110px;}
    .com .txt_wrap .txt h2{font-size: 3.0rem;}
    .com .txt_wrap img{width: 32px;}
    .com .txt_wrap .txt p{font-size: 1.8rem; margin-bottom: 20px;}
    .com .txt_wrap .txt ul li{font-size: 1.8rem;}
    .s2 .box_area2 .swiper-slide .text h3{font-size: 1.8rem; margin-bottom: 15px;}
    .s2 .box_area2 .swiper-slide .text h2{font-size: 2.8rem; margin-bottom: 20px;}
    .s2 .box_area2 .swiper-slide .text p{font-size: 1.8rem;}
    .s4 .txt h2{font-size: 3.4rem;}
    .s4 .txt h2 img{width: 32px;}
    .s5 .txt h2{font-size: 3.4rem;}
    .s5 .txt p{font-size: 1.8rem;}
    .s5 .txt p br{display: none;}
}
@media all and (max-width: 950px){
    .s2 .box_area2 .swiper-slide{flex-direction: column;}
    .s2 .box_area2 .swiper-slide .img{width: 100%;}
    .s2 .box_area2 .swiper-slide .text{width: 100%; padding: 50px 30px 80px 30px; height: 350px;}
    .s2 .box_area2:after{display: none;}
    .s2 .box_area2 .btn_wrap{left: 30px; bottom: 20px;}
    .s4 .box_area2 .box_wrap .box{width: 32%;}
}
@media all and (max-width: 900px){
    .s3 .m1 .box{width: 49%;}
    .s3 .m1 .box_wrap .img span a{font-size: 1.6rem; width: 200px;}
}
@media all and (max-width: 850px){
    .m1 .box_wrap{flex-wrap: wrap;}
    .m1 .box{width: 49%;}
    .m2{flex-direction: column;}
    .m2 .box1{width: 100%; padding: 90px 30px;}
    .m2 .box2{width: 100%; padding: 40px 4% 40px 4%;}
    .m1 .txt{flex-direction: column; align-items: flex-start;}
    .m3 .txt{flex-direction: column; align-items: flex-start;}
    .m2{background-attachment: initial;}
    .p1 .box_wrap .box{width: 100%;}
    .p1 .box_wrap .box img{width: 100px;}
    .s2 .box_area1 .arrow{display: none;}
    .s2 .box_area1 .box_wrap .box{width: 49%;}
    .s4 .box_area1 .box_wrap .box{width: 49%;}
    .s4 .box_area1 .box_wrap .box h2{gap: 0px 6px}
    .s4 .box_area1{margin-bottom: 100px;}
}
@media all and (max-width: 768px){
    .visual{height: 550px; }
    .swiper_visual .main_text h2{font-size: 3.6rem;}
    #ft .footer{flex-direction: column; gap: 25px 0; align-items: flex-start;}
    .m2 .box1 h2{text-align: center; font-size: 3.0rem;}
    .m2 .box1 p{font-size: 1.8rem; text-align: center;}
    .m4 h2{font-size: 2.6rem;}
    .foot_logo img{width: 140px;}
    #ft .footer button img{width: 45px;}
    .m1 .txt h2{font-size: 4.5rem; margin-bottom: 10px;}
    .m3 .txt h2{font-size: 4.5rem; margin-bottom: 10px;}
    .scroll_down:after{width: 220px; height: 52px;}
    .scroll_down .scroll{width: 20px; height: 32px;}
    .p2 .his_wrap .logoimg img{width: 110px;}
    .p2 .his_wrap .box h2{width: 30%; padding-right: 25px; font-size: 3.6rem;}
    .p2 .his_wrap .line{left: 30%;}
    .p2 .his_wrap .box .text{width: 70%; padding-left: 25px; gap: 15px 0;}
    .p2 .point img{display: none;}
    .p2 .his_wrap .box h2:after{top: 11px;}
    .com .txt_wrap .txt h2{font-size: 2.6rem;}
    .com .txt_wrap img{width: 26px}
    .com .txt_wrap .txt p{font-size: 1.6rem;}
    .com .txt_wrap .txt ul li{font-size: 1.6rem;}
    .com .txt_wrap{gap: 0px 7px; margin-left: -10px;}
    .s4 .txt h2{font-size: 2.6rem;}
    .s4 .txt h2 img{width: 26px;}
    .s4 .box_area2 .box_wrap .box{width: 49%;}
    .s4 .box_area2 .box_wrap .box p{font-size: 1.6rem;}
    .s4 .box_area2 .box_wrap .box span{padding: 30px 15px;}
    .s5 .txt h2{font-size: 2.6rem; margin-bottom: 15px;}
    .s5 .txt p{font-size: 1.6rem;}
    .p1 .box_wrap .box .text h2{font-size: 2.0rem;}
    .p1 .box_wrap .box img{width: 90px;}
    .sch_input{width: 180px; height: 40px;}
    .sch_btn{height: 40px;}
}
@media all and (max-width: 650px){
    .m3 .txt a{position: initial; margin: 20px 0 0 auto;}
    .p3 .map_wrap .width2{position: relative; width: 100% !important;}
    .p3 .map_wrap .box_wrap{width: 100%;}
    .p3 .root_daum_roughmap .wrap_map{height: 40vh !important;}
    .s5 .box_wrap .box{width: 100%;}
}
@media all and (max-width: 550px){
    .m1 .box{width: 100%; padding-top: 40px;}
    .p2 .his_wrap .box{flex-direction: column; gap: 25px 0;}
    .p2 .his_wrap .logoimg{z-index: -1;}
    .p2 .his_wrap .box h2{width: 100%; text-align: left;}
    .p2 .his_wrap .box h2:after{display: none;}
    .p2 .his_wrap .line{display: none;}
    .p2 .his_wrap .logoimg{left: initial; right: 0;}
    .s3 .m1 .box{width: 100%;}
    .p2 .his_wrap .box .text{padding-left: 0px; width: 100%;}
    .s2 .box_area1 .box_wrap .box{width: 100%;}
    .s4 .box_area1 .box_wrap .box{width: 100%;}
}
