/* 공통 스타일링 */
.title_style1 h2{color: #111; font-size: 4.6rem; font-weight: 700;line-height: 134%; white-space: nowrap; }
.title_style1 h2 span{color: #1C99A8; }
.title_style1 h2 b{color: #505050; font-weight: 400; padding-left: 4.8rem;font-size: 1.8rem;}
.title_style1 h3{color: #505050; font-size: 2rem; line-height: 140%; margin-top: 1.6rem;margin-bottom: 4rem;}
.title_style1 h3 span{ color: #505050; font-size: inherit; font-weight: 700;  }
.title_style1 p{margin-top: 1.6rem; color: #505050; line-height: 144%;}
.title_style1 h6{color: #111; margin-bottom: 12px;}
.btn_style1{padding: 1.4rem 1.6rem 1.4rem 2rem;border-radius: 100px; border: 1px solid #e5e5ec; box-shadow: 0 4px 6px 0 rgba(18, 105, 115, 0.16);display: inline-block;display: inline-flex; justify-content: center; align-items: center;gap: 0 8px; }
.btn_style1 p{color: #999 ; font-size: 1.6rem; font-weight: 600;}
.text_center{text-align: center;}
.title_style2{color: rgba(0, 0, 0, 0.08);text-align: center;font-family: "Cormorant Garamond"; font-weight: 500;line-height: 100% ;white-space: nowrap;  display: block;}
.marquee_wrap {width: 100%;overflow: hidden;background: #fff; /* 배경 원하면 설정 */}
.marquee {display: inline-block;white-space: nowrap;animation: marquee 200s linear infinite;}
.marquee h2 {display: inline-block;font-size: 18rem;font-family: "Cormorant Garamond";font-weight: 500;color: rgba(0, 0, 0, 0.08);padding-right: 10rem; /* 문장 간 간격 (반복용) */}


.wow.fadeInUp {
  animation-name: customFadeInUp;
}

@keyframes customFadeInUp {
  from {
    opacity: 0;
    transform: translateY(10px); /* 기본은 100px 정도임 → 20px로 줄임 */
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* marquee keyframes */
@keyframes marquee {
  0% {
    transform: translateX(8%);
  }
  100% {
    transform: translateX(-100%);
  }
}
.title_style3{color: rgba(0, 0, 0, 0.08);text-align: center;font-family: "Cormorant Garamond"; font-weight: 500;white-space: nowrap; font-size: 8rem;}


/* 서브메뉴 스타일링 */
.sub_page_menu{border-bottom: 1px solid #E5E5EC;width: 100%;margin: 12rem 0;}
.sub_page_menu  .inner ul{display: flex; justify-content: center; align-items: center;gap: 0 8rem;}
/* .sub_menu .inner ul li {margin-bottom: 12px;} */
.sub_page_menu .inner ul li a{color: #999; font-size: 2.4rem;display: block; padding-bottom: 12px;white-space:nowrap;}
.sub_page_menu .inner ul li .on{color: #1C99A8; font-size: 2.4rem;font-weight: 600;border-bottom: 2px solid #1C99A8;}

.theme_visual{position: relative;}
.theme_visual .contents_wrap{position: absolute;top: 30% ;right: 9%;z-index: 99;}
.theme_visual .contents1{padding: 3.2rem; padding-bottom: 2rem; background-color: #fff; border-radius: 12px; border: 2px solid #32b7ce; width: 320px;margin-bottom: 12px;}
.theme_visual .contents1 h2{color: #32B7CE;font-size: 2.4rem;font-weight: 700;margin-bottom: 8px;text-align: center;}
.theme_visual .btn_wrap{display: flex; width: 100%; justify-content: space-between; align-items: center;padding-bottom: 12px; border-bottom: 1px solid #E5E5EC;margin-bottom: 12px;}
.theme_visual .btn_wrap a{display: flex; flex-direction: column ;justify-content: center; align-items: center; }
.theme_visual .btn_wrap .line{width: 1px ; height: 80px;background-color: #e5e5ec;}
.theme_visual .time{display: flex; flex-direction: column;gap: 4px 0;}
.theme_visual .time p { color: #999; font-size: 1.6rem; margin-top: 2px;}
.theme_visual .time>div{display: flex; justify-content: space-between; align-items: center;gap: 0 4rem; }
.theme_visual .time>div h5{color: #505050; font-weight: 500;width: 64px; display: flex;justify-content: space-between; align-items: center;}
.theme_visual .time>div h6{color: #111; font-weight: 600;font-size: 2rem; }
.theme_visual .contents2{padding:1rem 3.2rem;  background-color: #104A55; border-radius: 12px; border: 2px solid #104A55; width: 320px;display: flex; justify-content: center; gap: 0 8px; color: #fff; font-weight: 600;align-items: center;}
.theme_visual .contents2 p{color: #fff;}

.section1{margin-top: 16rem; margin-bottom: 18rem;position: relative;overflow: hidden;}
.section1 .title_style1 h3{margin-bottom: 4.8rem;}
.section1 .title_style2{font-size: 18rem;position: absolute; bottom: 0 ; right: -59%;}
.section1 .btn_style1{margin-bottom: 7rem;}
.mySwiper2{margin-left: -300px;margin-bottom: 4rem;}
.mySwiper2 .swiper-slide img{width: 100%;border-radius: 20px;}
.mySwiper2 .swiper-slide {border-radius: 20px; position: relative;}
.mySwiper2 .swiper-slide .text_box{width: 100%; height: 100%; border-radius: 20px;
border-radius: 20px; background:linear-gradient(to top , #2EB5C5,#2EB5C500  ) ;
box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.16);position: absolute; top: 0 ;left: 0 ;z-index: 9;opacity: 0; transition: all 0.3s;}
.mySwiper2 .swiper-slide .text{position: absolute;bottom: 0; left: 0; padding: 2.4rem 3.2rem; width: 100%;z-index: 99;}
.mySwiper2 .swiper-slide .text h5{color: #fff; margin-bottom: 1px;font-size: 1.6rem;}
.mySwiper2 .swiper-slide .text h6{color: #fff; font-size: 2.2rem; font-weight: 700;}
.mySwiper2 .swiper-slide-active {
  width: 500px !important;
  transition: transform 0.3s ease;margin: 0 10rem; margin-right: 14rem !important;
}
.mySwiper2 .swiper-slide-active:hover .text_box {
opacity: 1;
}
.mySwiper2 .swiper-slide-active .text h5{ font-size: 1.8rem;}
.mySwiper2 .swiper-slide-active .text h6{ font-size: 3.2rem;}
.mySwiper2  .swiper-button-next, .mySwiper2 .swiper-button-prev{position: absolute; top: 50%; margin-top: 0;}
.mySwiper2 .swiper-button-next{right: 28%;}
.mySwiper2 .swiper-button-prev{left: 43.5%;}
.mySwiper2 .swiper-wrapper{align-items: end;}

.mySwiper6{width: 50%; margin: 0 auto; margin-bottom: 4rem ;}
.mySwiper6 .swiper-slide{width: 100%;}
.mySwiper6 .swiper-slide img{width: 100%;border-radius: 20px;}
.mySwiper6 .swiper-slide .text_box{width: 100%; height: 100%; border-radius: 20px;
border-radius: 20px; background:linear-gradient(to top , #2EB5C5,#2EB5C500  ) ;
box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.16);position: absolute; top: 0 ;left: 0 ;z-index: 9;opacity: 0; transition: all 0.3s;}
.mySwiper6 .swiper-slide .text{position: absolute;bottom: 0; left: 0; padding: 2.4rem 3.2rem; width: 100%;z-index: 99;}
.mySwiper6 .swiper-slide .text h5{color: #fff; margin-bottom: 1px;font-size: 1.6rem;}
.mySwiper6 .swiper-slide .text h6{color: #fff; font-size: 2.2rem; font-weight: 700;}
.mySwiper6 .swiper-slide-active:hover .text_box {
opacity: 1;
}
.mySwiper6 .swiper-slide-active .text h5{ font-size: 1.6rem;}
.mySwiper6 .swiper-slide-active .text h6{ font-size: 2.2rem;}

.section2{background-color:#F8F8FA  ; padding-top: 12rem; padding-bottom: 14rem;}
.section2 .inner{width: 92%; max-width: 1540px; margin: 0 auto;display: flex; align-items: center; }
.section2 .contents{background: url(../img/section2_bg.png) no-repeat right/cover;}
.section2 .item{width: 25%;padding: 2rem 0 4.8rem  0; text-align: center;}
.section2 .item h3{color: #111; font-size: 2.4rem; font-weight: 600; line-height: 140%;}
.section2 .contents .line{width: 1px ; height: 268px; background-color: #E5E5EC;}

.section3 .item{display: flex; justify-content: space-between; align-items: center; }
.section3 .item>div{width: 50%;  }
.section3 .item .text{display: flex; flex-direction: column; justify-content: center;align-items: start;  }
.section3 .item .img img{width: 100%;}
.section3 .item .inner{width: 70%;margin: 0 auto;}

.section4 {padding-top: 20rem; padding-bottom: 31.2rem; position: relative ;overflow: hidden; }
.section4 .img_bg img{position: absolute;}
.section4 .bg1{top: 10%; left: -10%; }
.section4 .bg2{top: 8%; right: -10%; }
.section4 .bg3{bottom: -6%; left: 50%; }
.section4 .title_style2{font-size: 12rem;}


.section4 .slide-wrapper {
      display: flex;
      justify-content: center;
      align-items: center;
      margin: auto;margin-top: 13rem;gap: 0 15rem;
    }



.section4 .swiper {
      width: 63rem;
    }

.section4 .swiper-slide {
        width: 63rem !important; 
      display: flex;
      align-items: center;
      justify-content: center;
      border-radius: 30% 30% 0 0;
      overflow: hidden;width: 400px;height: 67.3rem;
      position: relative;display: flex; justify-content: center; align-items: center; 
    }
.section4 .swiper-slide div{display: flex; flex-direction: column; gap: 16px;text-align: center;}
.section4 .swiper-slide div h2{color: #fff; font-size: 2.8rem; font-weight: 600; line-height: 136%;}
.section4 .swiper-slide div h3{color: #fff;  font-weight: 500; line-height: 144%;}
.section4 .swiper-slide1{background:url(../img/section4_img1.png) no-repeat center/auto ;}
.section4 .swiper-slide2{background:url(../img/section4_img2.png) no-repeat center/auto ;}
.section4 .swiper-slide3{background:url(../img/section4_img3.png) no-repeat center/auto ;}
.section4 .swiper-slide4{background:url(../img/section4_img4.png) no-repeat center/auto ;}

.section4 .swiper-slide img {
      width: 63rem;
      height: auto;
      object-fit: cover;
      display: block;
    }

.section4 .text-block {
      font-size: 20px;
      color: #333;
    }

.section4 .title {
      font-size: 4.6rem;
      font-weight: 700;line-height: 134%;margin-bottom: 2.4rem;
    }

.section4 .highlight {
      color: #00B4B7; font-size: inherit; font-weight: inherit;
    }

.section4 .bullet-container {
      margin-top: 10rem;
      display: flex;
      gap: 20px;flex-direction: column;gap: 3.2rem;
      
    }

.section4 .bullet {
      color: #999; font-size: 2.4rem;
      cursor: pointer;
      transition: all 0.3s ease;
      user-select: none;     /* 텍스트 드래그 방지 */
    }

.section4 .bullet.active {font-weight:600 ; color: #1C99A8;
    }





.map{background: url(../img/section5_bg.png) no-repeat; background-position: center; background-size: cover; padding-top: 12rem; padding-bottom: 14rem;}
.map .inner{width: 92%; max-width:1280px ; margin: 0 auto;}
.map .inner h2{color: #fff; font-size: 6.2rem;font-family: "Cormorant Garamond";font-weight: 600;margin-bottom: 4rem; }
.map .wrap{display: flex; justify-content: space-between; align-items: start;}
.map .wrap .text{width: 30%;}
#map{  width: 75rem;   height: 52.6rem;   }
.root_daum_roughmap{border-radius: 12px;}
.root_daum_roughmap .wrap_map{height: 100% !important;}
.root_daum_roughmap .cont .section_address{display: none;}
.map .wrap .text div>div{display: flex; justify-content: start; align-items: center;gap: 0 4px;margin-bottom: 1.6rem ; }
.map .wrap .text div>div h3{color: #fff;font-size: 2rem; font-weight: 600;  }
.map .wrap .text>div{margin-bottom: 4rem;}
.map .wrap .text .tel h4{font-size: 4.8rem; font-weight: 700; color: #fff; font-family: MaruBuri; margin-bottom: 12px;}
.map .wrap .text .tel a{display: inline-flex;padding: 1.4rem 2rem; text-align: center;border: 1px solid #fff; border-radius: 100px; min-width: 18rem; justify-content: center; align-items: center; gap: 0 10px;transition: all 0.3s; }
.map .wrap .text .tel a:hover{box-shadow:0 0 6px #10626bad;}
.map .wrap .text .tel p{color: #fff;font-size: 1.6rem; font-weight: 600;transition: all 0.3s; }
.map .wrap .address p{font-size: 2rem; font-weight: 600; color: #fff;}
.map .wrap .time ul{display: flex; flex-direction: column ; gap: 5px ;width: 70%;margin-bottom:2.4rem ;}
.map .wrap .time ul li{display: flex; justify-content: space-between; align-items: center;}
.map .wrap .time ul li h5{color: #fff;font-weight: 500;width: 30%; display: flex; justify-content: space-between; align-items: center;}
.map .wrap .time ul li h6{color: #fff;font-size: 2rem; font-weight: 600;}
.map .wrap .time p{color: rgba(255, 255, 255, 0.80);font-size: 16px;}

.com_1{display: flex; justify-content: center; align-items: center; gap: 10rem; position: relative;margin-bottom: 14rem;margin-top: 10rem;}
.com_1 .right{position: relative;z-index: 9;}
.com_1 .img_bg img{position: absolute; }
.com_1 .img_bg .bg1{top: 10%; left: 10%;}
.com_1 .img_bg .bg2{top: 0%; right: 13%;}
.com_1 .img_bg .bg3{bottom: 0%; left: -10rem;}
.com_1 .title_style1 h6{color: #1C99A8; font-weight: 600;}
.com_1 .title_style1 h2{font-size: 4.8rem;font-weight: 700;margin-bottom: 4rem;}
.com_1 .txt{display: flex; flex-direction: column; gap: 1.6rem 0 ;margin-bottom: 3.2rem;}
.com_1 .txt p{color: #505050; line-height: 144% ;}
.com_1 .sign{display: flex; justify-content: start; align-items: center; gap: 0 16px;}
.com_1 .sign p{color: #111; font-size: 2rem; font-weight: 500;}
.com_1 .sign b{color: #111;font-family: MaruBuri; font-size: 4rem;font-weight: 400;}
.com_1 .left img{position: relative; z-index: 9; width: 100%;}
.com_1 .left {width: 62.9rem;}

.com_2{margin-top: 10rem; margin-bottom: 8rem;} 
.com_2 .inner{margin: 0 auto; width: 92%; max-width:1540px; display: flex; justify-content: space-between; align-items: start;position: relative;}
.com_2 .tab-container{margin-top: 4rem;}
.com_2 .tabs {display: inline-flex;padding: 8px; border-radius: 100px; background-color: #f8f8fa;margin-bottom: 2rem;}
.com_2 .tab_btn {padding: 14px 16px ;width: 12rem; text-align: center;font-weight: 600; color: #999;  transition: background-color 0.3s ease;border: none;background-color: #f8f8fa;border-radius:100px ;}
.com_2 .tab_btn.tab_active {border-radius: 100px; background: #1C99A8;color: #fff; font-weight: 600;box-shadow: 0px 4px 6px 0px rgba(18, 105, 115, 0.16);}
.com_2 .contents ul{display: flex; flex-direction: column; gap:  12px;padding-left: 12px;}
.com_2 .contents ul li{display: flex; justify-content: start; align-items: start; gap: 0 8px;}
.com_2 .contents ul li p {color: #505050;width: 88%; }
.com_2 .content {font-size: 18px;line-height: 1.6;display: none;}
.com_2 #content-0 {display: block;}
.com_2 .dot{display: block; width: 3px; height: 3px; background-color: #505050; border-radius: 50%;margin-top: 10px;}
.com_2 .text{position: absolute; top: 0; left: 30%;}
.com_2 h5{position:absolute;color: rgba(0, 0, 0, 0.02);font-family: "Cormorant Garamond";font-size: 14rem; font-weight: 500;}
.com_2 .bg1{top: 0; left: 30%;}
.com_2 .bg2{top: 15%; left: 38%;}
.com_2 .bg3{top: 31%; left: 47%;}
.com_2 .right img{position: relative ;z-index: 9;width: 76.8rem;}

.com_3{margin: 0 auto; width: 92%; max-width: 1280px;margin-top: 4rem;margin-bottom: 14rem;position: relative;}
.com_3 .swiper4 {width: 100%;overflow: hidden; height: auto;margin-left: auto;margin-right: auto;}
.com_3 .swiper-wrapper{position: relative;}
.com_3 .swiper-slide {background-size: cover;background-position: center;}
.com_3 .mySwiper3 {width: 100%;}
.com_3 .mySwiper4 {height: 20%;box-sizing: border-box;padding: 10px 0;}
.com_3 .mySwiper4 .swiper-slide {width: 25%;height: 100%;opacity: 0.4;border-radius: 20px;}
.com_3 .mySwiper4 .swiper-slide-thumb-active {opacity: 1;}
.com_3 .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;border-radius: 20px;}
.subtitle {display: flex; justify-content: start; align-items: center; gap:0 10px ;padding-bottom: 5.5rem;}
.subtitle h2{font-size: 3.8rem; font-weight: 700;}
.com_3 p{font-size: 1.9rem; line-height: 160%;word-break: keep-all;margin-bottom: 7rem; }
.com_3 .width2>img{width: 100%; margin-bottom:15rem ;}
.com_3 .swiper-button-next, .com_3 .swiper-container-rtl .swiper-button-prev{top:73% ; right: 19px;}
.com_3 .swiper-button-prev, .com_3 .swiper-container-rtl .swiper-button-next{top:73% ; left: 19px;}
.com_3 .swiper-button-next{position: absolute; right: -90px ;top: 87%;}
.com_3 .swiper-button-prev{position: absolute; left: -90px; top: 87%;}
.com_3 .swiper-indicator {position: absolute;bottom: 0;left: 50%;transform: translateX(-50%);font-size: 1.5rem;font-weight: 600;color: #fff;z-index: 10;border-radius: 20px;
background: rgba(0, 0, 0, 0.60);width: 98px; height: 40px;display: flex; justify-content: center; align-items: center;}

body.modal-open {overflow: hidden;}
.overlay {display: none;position: fixed;top: 0; left: 0;width: 100%; height: 100%;background: rgba(0, 0, 0, 0.6);z-index: 999;}
.popup {display: none;position: fixed;top: 50%; left: 50%;transform: translate(-50%, -50%);border-radius: 10px;z-index: 1000;max-width: 1200px;width: 90%;}
.close-btn {padding: 16px;background-color: #fff;color: #111;border: none;border-radius: 50%;cursor: pointer;width: 5.6rem ; height: 5.6rem;font-family: "SUIT";font-size: 2rem; font-weight: 500;float: right;margin-bottom: 2rem;}
.com_4{display: flex; justify-content: start;align-items: start; gap: 2rem;width: 92%; max-width: 1540px; margin: 0 auto;margin-top: 4rem ;margin-bottom:14rem ;flex-wrap: wrap;}
.com_4 .item{width: 32%; border-radius: 20px; border: 1px solid #e5e5ec; background-color: #fff; display: flex; flex-direction: column;}
.com_4 .item img{width: 100%; border-radius: 20px 20px 0 0; }
.com_4 .item:hover{box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.16);;}
.com_4 .item .txt{padding: 2rem 2.4rem; display: flex; justify-content: space-between; align-items: center;}
.com_4 .item .txt p{color: #111; font-size: 2.4rem; font-weight: 600; }
.com_4 .item .txt .arrow{border-radius: 50%;width: 5.6rem; height: 5.6rem; border: 1px solid #e5e5ec; padding: 1.6rem; transition: all 0.3s; color: #111;text-align: center;}
.com_4 .item:hover .arrow{background: rgba(46, 181, 197, 0.92);color: #fff;}
.com_4 .pop_inner{border-radius: 20px;padding: 4rem; display: flex; justify-content: center; gap: 0 8rem; align-items: center;background: #FFF;width: 100%; }
.com_4 .pop_inner h2{font-size: 4rem; font-weight: 600;margin-bottom: 3.2rem;}
.com_4 .pop_inner p{font-size: 2rem; color: #505050;line-height: 140%;}
.com_4 .pop_inner .left{width: 50%;}
.com_4 .pop_inner .left img{width: 100%;}
.com_4 .pop_inner .txt{width: 50%;}

.com_5{width: 92%; max-width:1542px; margin: 0 auto; margin-top: 4rem; margin-bottom: 14rem;}
.com_5 .map_info .box{display: flex; justify-content: space-between; align-items: start;margin-top: 4.8rem; width: 100%;}
.com_5 .map_info .line{height:  1px ;width: 100%; background-color:  #E5E5EC; margin-top: 8rem; margin-bottom: 4.8rem;}
.com_5 .map_info .box .item1{display: flex; justify-content: start; align-items: center; gap: 0 8px;}
.com_5 .map_info .box .item1 p{font-size: 2.8rem; font-weight: 700 ;}
.com_5 .map_info .box h2{font-size: 2.4rem; font-weight: 600;margin-bottom: 1.6rem;}
.com_5 .map_info .box h6{line-height: 144%;color: #505050}
.com_5 .map_info .box h3 span{display: inline-block; margin-right: 8px; border-radius: 50%;background-color: #8CA5C6;width: 16px; height: 16px; }
.com_5 .map_info .box h3 .r1{background-color: #F22505;}
.com_5 .map_info .box h3 .r2 {background-color: #EA4141;}
.com_5 .map_info .box h3 .g1 {background-color: #39B031;}
.com_5 .map_info .box h3 .g2 {background-color: #9DDB7D;}
.com_5 .map_info .box .text_wrap{display: flex; justify-content: space-between; align-items: start; gap: 0 2rem; }
.com_5 .map_info .box .text_wrap>div{width: 48%; }
.com_5 .map_info .box .item2{width: 50%;}
.com_5 .map_info .box h4{color: #111; font-weight: 600;margin-bottom: 8px; }
.com_5 .map_info .box h6{color: #505050;margin-bottom: 2.4rem ; }
.com_5 .map_info .box h3 b{font-weight: inherit; margin-left: 2rem; }
.com_5 .map_info .box h3{margin-bottom: 8px;}
#map2{width: 100%; margin: 0 auto;height:52.6rem ;}

.com_6{width: 92% ; max-width:1280px  ; margin: 0 auto; margin-top: 4rem; margin-bottom: 14rem;}
.com_6 table{border: 1px solid #2EB5C5 !important;width: 100%;}
.com_6 th{border-left: 1px solid rgba(229, 229, 236, 0.80); text-align: center; color: #fff; font-size: 2.4rem; font-weight: 600;background: #2EB5C5;padding:12px 16px;}
.com_6 .bg3{background-color: #2EB5C51A; color: #111; font-weight: 500;border-right: 1px solid rgba(229, 229, 229, 0.80);border-bottom: 1px solid rgba(229, 229, 229, 0.80);}
.com_6 .bg4{background-color: #2EB5C51A; color: #111; font-weight: 500;border-right: 1px solid #2EB5C5;border-bottom: 1px solid rgba(229, 229, 229, 0.80);}
.com_6 .bg1{padding: 12px 16px; text-align: center;border-right: 1px solid rgba(0, 0, 0, 0.20);font-weight: 500;
background: linear-gradient(0deg, rgba(46, 181, 197, 0.10) 0%, rgba(46, 181, 197, 0.10) 100%), #FFF; }
.com_6 td{text-align: center; color: #505050; font-size: 2.4rem;padding: 12px 16px;border-right: 1px solid rgba(0, 0, 0, 0.20);}
.com_6 .bg2{border-right: 1px solid rgba(229, 229, 229, 0.80); color: #111;
background: #F7F7F7;border-bottom: 1px solid rgba(229, 229, 229, 0.80);;}
.com_6 .line2{border-right: 1px solid #2EB5C5;}
.com_6 .line1{border-bottom: 1px solid #2EB5C5;}
.com_6 .line3{border-bottom: 1px solid rgba(229, 229, 229, 0.80);}
.com_6 .table{width: 100%;}

.intro {width: 92%; margin: 0 auto; margin-top: 4rem;margin-bottom: 14rem;}
.intro p{color: #505050; font-size: 2rem; line-height: 140%; margin-bottom: 5.7rem;text-align: center;}
.intro .items{display: flex; justify-content: center; align-items: center; gap: 0 2rem ;}
.intro .item{display: flex; border-radius: 12px; border: 1px solid #e5e5ec;padding: 3.9rem 6.6rem;flex-direction: column; gap: 2rem;text-align: center; justify-content: center; align-items: center;}
.hover_contents{transition: all 0.3s ; ;width: 100%; text-align: center; width: 100%; ;position: relative; height: 85rem;}
.hover_contents .text_box{position: absolute; top:12rem; left: 50%; transform: translateX(-50%);width: 100%;}
.hover_contents .text_box h6{color: #fff; }
.hover_contents .text_box h2{color: #fff;font-size: 4.6rem; font-weight: 700;  margin-top: 1.2rem; margin-bottom: 1.6rem;}
.hover_contents .items{display: flex; justify-content: center; align-items: center;height: 100%;}
.hover_contents .item{width: 25%; max-width: 385px; padding: 38rem 0 20.5rem 0; height: 100%;
border-left: 1px solid rgba(255, 255, 255, 0.20);display: flex; flex-direction: column; gap: 1.2rem 0;align-items: center;justify-content: center;cursor: pointer;}
.hover_contents .item .img{transition: all 0.3s; width: 8rem; height: 8rem; border-radius: 50%;}
.hover_contents .item h6{font-size: 2rem ;font-weight: 500; color: #fff;}
.hover_contents .item img{width: 100%}
.hover_contents .item:hover .img{background-color: #30A8B7;}
.hover_contents1 {position: relative;background: #30A8B7;overflow: hidden;}
.hover_contents2 {position: relative;background: #30A8B7;overflow: hidden;}
.hover_contents1::before, .hover_contents2::before  {content: '';position: absolute;inset: 0;background: none;opacity: 0;transition: opacity 0.3s ease-in-out;z-index: 0;pointer-events: none;}

.hover_contents1.bg1::before {background: url(../img/busi1_bg2.png) no-repeat center/cover;}
.hover_contents1.bg2::before {background: url(../img/busi1_bg3.png) no-repeat center/cover;}
.hover_contents1.bg3::before {background: url(../img/busi1_bg4.png) no-repeat center/cover;}
.hover_contents1.bg4::before {background: url(../img/busi1_bg5.png) no-repeat center/cover;}
.hover_contents1 > *, .hover_contents2 > * {position: relative;z-index: 1;}
.hover_contents1.hovering::before, .hover_contents2.hovering::before {opacity: 1;}

.hover_contents2.bg5::before {background: url(../img/busi2_bg2.png) no-repeat center/cover;}
.hover_contents2.bg6::before {background: url(../img/busi2_bg3.png) no-repeat center/cover;}
.hover_contents2.bg7::before {background: url(../img/busi2_bg4.png) no-repeat center/cover;}
.hover_contents2.bg8::before {background: url(../img/busi2_bg5.png) no-repeat center/cover;}

.hover_contents .item:last-child{border-right: 1px solid rgba(255, 255, 255, 0.20);}
.reason .wrap{margin: 4rem auto ; display: flex; justify-content: center; align-items: center;flex-wrap: wrap ;border: 1px solid #e5e5ec; }
.reason .wrap .item{width:33.3% ;padding: 4rem;}
.reason .wrap .item h2{color: #1C99A8; font-size: 3.2rem; margin-bottom: 2.8rem; }
.reason .wrap .item h3{font-size: 2rem; font-weight: 600; margin-bottom: 12px; }
.reason .wrap .item h4{font-weight: 500; line-height: 144%;}
.reason .item:nth-child(1),.reason .item:nth-child(2){border-bottom: 1px solid #e5e5ec; border-right:1px solid #e5e5ec;}
.reason .item:nth-child(5),.reason .item:nth-child(4){border-right: 1px solid #e5e5ec;   }
.reason .item:nth-child(3){border-bottom: 1px solid #e5e5ec;}
.full_cover{width: 100%; height: 580px; background: url(../img/busi1_bg1.png) no-repeat center/cover ;text-align: center;display: flex; flex-direction: column; gap: 1.2rem; justify-content: center; align-items: center; }
.busi_2 .full_cover{background: url(../img/busi2_bg1.png) no-repeat center/cover ; }
.full_cover .text_box{display: flex; justify-content: center; align-items: center; gap: 0 3.2rem; width: 92%; margin: 0 auto; }
.full_cover .text_box h3{color: #fff; font-size: 4.8rem; font-weight: 600; margin-bottom: 4rem;}
.full_cover .text_box p{color: #fff;line-height: 144%;}
.cricle {padding:14rem 0 ;background: linear-gradient(180deg, rgba(28, 153, 168, 0.00) 27.33%, rgba(28, 153, 168, 0.06) 100%), #FFF; text-align: center;}
.cricle .wrap{ position: relative;max-width: 686px;height: 686px; width: 92%; margin: 0 auto; margin-top: 6rem;}
.cricle .wrap .box1{width: 100%; height: 100%; border-radius: 50%;border: 8px solid #F8F8FA;
box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.10) inset;display: flex; justify-content: center; align-items: center;}
.cricle .wrap span{display: block; background-color: #1C99A8; width: 3.6rem; height: 3.6rem; border-radius: 50%; position: absolute;}
.cricle .wrap .dot1{top: -13px; left: 50%; transform: translateX(-50%);}
.cricle .wrap .dot2{top: 50%; left: -13px; transform: translateY(-50%);}
.cricle .wrap .dot3{top: 50%; right: -13px; transform: translateY(-50%);}
.cricle .wrap .dot4{bottom: -13px; left: 50%; transform: translateX(-50%);}
.cricle .wrap .box{border-radius: 50%; position: absolute; background-color: #fff;box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.16);width: 24rem; height: 24rem;display: flex; justify-content: start; align-items: center;padding-top: 5.7rem; flex-direction: column;gap: 8px;}
.cricle .wrap .box2{top: 0; left: 0;}
.cricle .wrap .box3{top: 0; right: 0;}
.cricle .wrap .box4{bottom: 0; left: 0;}
.cricle .wrap .box5{bottom: 0; right: 0;} 
.cricle .wrap .box h2{color: #111;font-weight: 700; font-size: 3.2rem;}
.cricle .wrap .box h3{color: #1C99A8;font-weight: 600; font-size: 2rem;}

.acco_content{padding-top:6.9rem ; padding-bottom: 14rem;}
.acco{border-top: 4px solid #fff;margin-top: 4rem;}
.collapsible { cursor: pointer; padding:4rem 0; width: 100%; border: none; border-bottom: 1px solid #E5E5EC;text-align: left;text-align: center; outline: none; font-size: 2.4rem; background: none; font-weight: 600; color: #111;padding-left: 8%;}
.collapsible span{font-weight: 800; display: inline-block; min-width: 45px;}
.active,
.collapsible:hover {  }
.acco_content .content {max-height: 0; overflow: hidden; transition: max-height 0.2s ease-out;  background: rgba(255,255,255,0.15);background: #F8F8FA;}
.acco_content .collapsible:after { content: '\002B   자세히보기';  font-weight: 600; float: right; margin-right: 3rem; font-size: 1.8rem;}
.acco_content .active:after { content: "\2212   자세히보기"; }
.collapsible.active {background: #30A8B7;color: #fff;}
.content .tbox{padding: 4rem 13rem 8rem 13rem;border-bottom: 1px solid #E5E5EC;display: flex; flex-direction: column; gap: 4rem;}
.content .tbox h2{color: #111; font-size: 2.4rem; font-weight: 600;padding-bottom: 1.2rem; border-bottom: 1px solid #E5E5EC; width: 100%;margin-bottom: 1.2rem;}
.content .tbox p{color: #505050; line-height: 144%;}
.content .tbox li{color: #505050; line-height: 144%;margin-bottom: 8px;}
.content .tbox .box{display: flex; justify-content: space-between; align-items: start; gap: 2rem;}
.content .tbox .box div{width: 50%;}

.busi_5 .tab-container{margin-top: 4rem;}
.busi_5 .tabs {display: flex;}
.busi_5 .tab_btn {color: #999;padding: 10px 0;text-align: center;background-color: #fff;border: none;outline: none;cursor: pointer;font-size: 2rem;font-weight: 500; transition: background-color 0.3s ease;padding: 1.7rem ;border-bottom: 1px solid #111;width: 16.6%;}
.busi_5 .tab_btn.tab_active {border-top: 1px solid #111;
border-right: 1px solid #111; border-bottom: none;
border-left: 1px solid #111;color: #1C99A8;font-weight: 600; }

.busi_5{margin-top: 1.6rem;}
.busi_5>p{text-align: center; color: #505050; line-height: 144%;width: 92%; margin: 0 auto;margin-bottom: 4.4rem;}
.busi_5 .img{margin: auto; width:92%  ;max-width: 1280px;margin-bottom: 14rem;}
.busi_5 .img img{width:100%  ;}
.busi_5 .content {font-size: 18px;line-height: 1.6;display: none;}
.busi_5 #content-0 {display: block;}
.busi_5 .tab_content{margin-top: 6rem;background: linear-gradient(180deg, rgba(28, 153, 168, 0.00) 27.33%, rgba(28, 153, 168, 0.08) 100%), #FFF; padding-bottom: 14rem;}
.busi_5 .tab_content h2{color: #111; font-size: 3.6rem; font-weight: 600;margin-bottom: 1.6rem;}
.busi_5 .tab_content p{color: #505050; margin-bottom: 2rem;line-height: 144%;}
.busi_5 .tab_content .items{display: flex; justify-content: start; align-items: center; gap: 12px;}
.busi_5 .tab_content .item{padding: 1.6rem 2rem;border-radius: 100px;border: 1px solid #999;color: #505050;font-weight: 500;}
.busi_5 .tab_content .width2{display: flex; flex-direction: column; gap: 8rem ;}
.busi_5 .tab_content .box_wrap{display: flex; justify-content: start; align-items: center; gap: 2rem;}
.busi_5 .tab_content .box_wrap .box{border-radius: 12px;padding: 6rem 4.75rem 6rem 4.6rem;display: flex;justify-content: center;align-items: center; border: 1px solid #E5E5EC;flex-direction: column; gap: 8px;background-color: #fff;width: 22%;text-align: center;}
.busi_5 .tab_content .box_wrap h6{color: #505050; line-height: 144%;}
.busi_5 .title_style1 h5{display: none;}
.busi_5 .tab_content .width2>div>img{width: 100%;max-width: 1150px;}

.manual1{ padding-bottom: 14rem; display: flex; justify-content: center; align-items: center;gap: 0 12.8rem;width: 92%; max-width: 1280px;margin: 0 auto;}
.manual1 .img{width:63rem ;}
.manual1 .text{width: 40%;}
.manual1 .img img{width:100% ;}
.manual1 .title_style1 p{margin-top: 4rem;margin-bottom: 2rem;}
.manual1 .items{display: flex;justify-content: start; align-items: center; gap: 12px;}
.manual1 .item{border-radius: 100px;padding: 14px 16px 14px 20px; display: inline-block;
border: 1px solid #999;color: #505050; font-weight: 500;}
.manual2{background:url(../img/busi_3_bg1.png) no-repeat center/cover; padding-top: 12rem; padding-bottom: 14rem;}
.manual2 .items{margin-top: 4rem;display: flex;justify-content: space-between; align-items: center; gap: 2rem  ; flex-wrap: wrap;}
.manual2 .item{width: 49%; padding: 4rem; border-radius: 12px; background-color:#FFFFFFEB ; display: flex; justify-content: start; align-items: center; gap: 2rem;}
.manual2 .item img{width: 10rem;}
.manual2 .item .text h2{margin-bottom: 8px; font-size: 2.4rem; font-weight: 600;}
.manual2 .item .text h3{color: #505050; font-weight: 500;}

.scroll-section {position: relative;height: 100vh;display: flex;justify-content: center;align-items: center;font-size: 2rem;overflow: hidden; }
.background{position: absolute;display: flex; justify-content: start; align-items: center;top: 14.5rem;right: 0;background-color: #2EB5C5;border-radius: 30rem 0 0 4rem; width: 95%; height: 66rem;z-index: 0; }
.background .text{margin-left: 5%;}
.background .text h3{color: rgba(0, 0, 0, 0.08);position: absolute; bottom: 0;
font-family: "Cormorant Garamond";font-size: 18rem;font-weight: 500;}
.scroll-section .inner-content {position: absolute;top: 0;width: 100%;padding-top: 12rem;padding-bottom: 44rem;min-height: 140vh;z-index: 1; }
.inner-content {position: absolute;top: 0;width: 100%;padding-top: 12rem; padding-bottom: 44rem; min-height: 140vh; }
.image-box {display: flex;justify-content: center;align-items: center;font-size: 3rem;}
.scroll-section .title_style1 h6, .scroll-section .title_style1 h2{color: #fff;}


.inner-content .items{position: relative ;margin-top: 10rem;width:1020px;float: right;margin-bottom: 14rem;}
.inner-content .item{border-radius: 12px;position: absolute;
background: #fff; display: inline-block; width: 49%;
box-shadow: 8px 8px 16px 0px rgba(0, 0, 0, 0.16);}
.inner-content .item img{border-radius: 12px 12px 0 0;width: 100%;}
.inner-content .item1{top: 0 ; left: 0;}
.inner-content .item2{top:  80px; right: 0;}
.inner-content .item3{top: 400px ; left: 0;}
.inner-content .item4{top:480px ; right: 0;}
.inner-content .item .text{padding: 2.4rem 2rem;}
.inner-content .item h2{font-size: 2.6rem; font-weight: 600; margin-bottom: 8px; }
.inner-content .item h3{color: #505050;}
.manual3{position: relative; }
.manual3>.text{position: absolute; top: 50%; left: 187px; }

.manual4{padding-bottom: 14rem;}
.myacco-container { border-top: 4px solid #fff; width: 92%; max-width: 1020px; margin: 0 auto;margin-top: 4rem; display: flex; flex-direction: column;gap: 2rem ; }
.acco_item{padding: 2.4rem 3.2rem;border-radius: 12px;border: 1px solid #E5E5EC;background: #FFF;box-shadow: 6px 6px 12px 0px rgba(0, 0, 0, 0.06);}

.myacco-toggle {cursor: pointer;width: 100%;border: none;text-align: left;outline: none;font-size: 2.4rem;background: none;font-weight: 600;color: #111;position: relative;display: flex; justify-content: space-between; align-items: center;}
.myacco-toggle span {font-weight: 800;display: inline-block;min-width: 45px;}
/* .myacco-toggle::after {content: '\002B'; color: #000;font-weight: bold;float: right;margin-left: 5px;font-size: 2.0rem;transition: transform 0.2s ease;}
.myacco-toggle.myacco-active::after {content: '\2212'; } */
.myacco-content {max-height: 0;overflow: hidden;transition: max-height 0.2s ease-out;background: rgba(255,255,255,0.15);}
.myacco-inner {}
.myacco-inner p {color: #505050;font-size: 1.8rem;line-height: 1.45;margin: 0;font-weight: 500;line-height: 144%;border-radius: 12px;padding: 2rem;
background: #F8F8FA;margin-top: 2.4rem;}
.myacco-toggle span.icon {border-radius: 8px;background: #F8F8FA;display: flex;width: 52px;height: 52px;padding: 12px;justify-content: center;align-items: center;}
.myacco-toggle .icon img {transition: transform 0.3s ease;font-size: 5.2rem;color: #495fa1;font-weight: 600;}
.myacco-toggle.myacco-active .icon img{transform: rotate(-45deg);}

.manual5{padding-bottom: 14rem;background: linear-gradient(180deg, rgba(28, 153, 168, 0.00) 27.33%, rgba(28, 153, 168, 0.08) 100%), #FFF;}
.manual5 .mySwiper5{margin-top: 12rem;overflow: visible;}
.swiper-horizontal>.swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite, .swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width: 60%; margin: 0 auto;margin-top: 8rem;}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background: #1C99A8;}
.swiper-pagination-progressbar{background:#E5E5EC}
.manual5 .mySwiper5 .text{width: 100%; padding: 2.4rem 2rem; text-align: center;font-size: 2.4rem; font-weight: 600;background-color: #fff;border-radius: 0 0 12px 12px;}
.manual5 .mySwiper5 .swiper-slide{border-radius: 12px;
background: #8E8E8E;
box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.12);}
.manual5 .mySwiper5 .swiper-slide img{width: 100%;border-radius: 12px 12px 0 0;}
.manual5 .mySwiper5 .swiper-slide:nth-child(even){margin-top: -80px;}

/* .root_daum_roughmap .cont .section_address{display: none;} */

.mob_img{display: none;}
.scroll_text{display: none;}
.br_500{display: none}

.mySwiper6{display: none;}

@media screen and (max-width:1880px) {
    .mySwiper2 .btn_wrap{display: none;}
}
@media screen and (max-width:1700px) {
    .background .text{margin-left: 1%;}
    .section4 .swiper{width: 55rem;}
    .section4 .swiper-slide{width: 55rem !important;height: 55rem;background-size: 90% !important;}
}
@media screen and (max-width:1536px) {
    .inner-content .items{width: 855px;}
    .inner-content .item3{top: 347px;}
    .inner-content .item4{top: 429px;}
    .theme_visual .contents_wrap{top: 25%; right: 4%;}
}
@media screen and (max-width:1400px) {
    #header .head_menu .main_menu .dept1{width: 25%;}
    #header .head_menu .main_menu{width: 57%;}
    .sub_visual{height: 450px;}
    .sub_visual .inner{padding-top: 25rem;}
    .com_1 .img_bg .bg3{left: -34rem;}
    .com_1 .img_bg .bg2{right: 0;}
    .com_1{display: flex; justify-content: space-around;flex-wrap: wrap;}
    .com_1 .img_bg{width: 100%;}
    .inner-content .items{width: 650px;}
    .inner-content .item3{top: 278px;}
    .inner-content .item4{top: 379px;}
}
@media screen and (max-width:1200px) {
    #map{width: 57%;     }
    .com_1 .left{width: 40rem;}
    .com_1 .img_bg .bg3{width: 60%;bottom: 28%;}
    .com_1{margin-bottom: 4rem;}
    .com_2 .right img{width: 60rem;}
    .marquee h2{font-size: 10rem;}
    .full_cover{height:480px ;}
    .content .tbox{padding: 4rem 8rem 6rem 8rem;}
    .manual1 .img{width: 50rem;}
    .scroll-section .inner-content{min-height: 120vh;}
    .inner-content .item h2{font-size: 2rem;}
    .maintext_box{margin-top: -120px;}
    .theme_visual .contents_wrap{top: auto; bottom: 2%;right:2%;}
    .theme_visual .contents1,.theme_visual .contents2{width: 256px;}
    .theme_visual .contents1{padding: 2rem;}
    .mySwiper2 .swiper-slide-active{margin: 0 3rem ; margin-right: 7rem !important;width: 350px !important;}
    .mySwiper2 {margin-left: -169px;}
}

@media screen and (max-width:1024px) {
    .sub_visual {height: 350px;}
    .sub_visual .inner {padding-top: 20rem;}
    .lnb_wrap{margin-top: 2rem;}
    .sub_visual .sub_top_text h3{font-size: 3rem;}
    .sub_visual .sub_top_text h6{font-size: 12px;}
    .lnb .lnb_map .home img{width: 15px;height: 15px;}
    .sub_page_menu .inner ul{gap: 0 5rem;}
    .sub_page_menu .inner ul li a, .sub_page_menu .inner ul li .on{font-size: 2rem;}
    .sub_page_menu{margin: 6rem 0;}
    .title_style3{font-size: 5rem;}
    .title_style1 h2{font-size: 3rem;}
    .map{padding: 8rem 0;} 
    .map .wrap .text{width: 100%; display: flex; justify-content: space-between; align-items: start; flex-wrap: wrap; gap: 3rem;}
    .map .wrap .text>div{width: 47%;}
    .map .wrap{flex-direction: column;}
    #map{width: 100%;}
    .map .inner h2{font-size: 4rem;margin-bottom: 2rem;}
    .map .wrap .text .tel h4{font-size: 3rem;}
    .map .wrap .text div>div h3{font-size: 1.6rem;}
    .map .wrap .time ul{margin-bottom: 1.5rem;}
    .map .wrap .text .time{width: 60%;}
    .com_1 .title_style1 h2{font-size: 3rem;}
    .com_1{gap: 5rem;}
    .com_1 .img_bg .bg1{left: 4%; top: 4%; width: 50px;}
    .com_1 .img_bg .bg2{width: 150px;}
    .com_1 .left{width: 32rem;}
     .com_2 .right img{width: 40rem;}
     .com_2 h5{font-size: 8rem;}
     .com_4 .item .txt p{font-size: 1.8rem;}
     .com_4 .item .txt .arrow{width: 3.6rem; height: 3.6rem; padding: 0; line-height: 3.6rem;}
     .com_4 .item{border-radius: 10px;}
     .com_4{gap: 1rem;}
     .com_5 .map_info .box .item1 p{font-size: 2rem;}
     .com_5 .map_info .box h2{font-size: 2rem;}
    .com_5 .map_info .box h3 span{width: 10px; height: 10px;}
    .com_5 .map_info .box{gap: 0 5rem;}
    .com_6 th,.com_6 td{font-size: 1.8rem;}
    .hover_contents .text_box h2{font-size: 3rem;}
    .hover_contents .item h6{font-size: 1.8rem;}
    .hover_contents{height: 75rem;}
    .hover_contents1.bg1::before {background: url(../img/busi1_bg2_m.png) no-repeat center/cover;}
    .hover_contents1.bg2::before {background: url(../img/busi1_bg3_m.png) no-repeat center/cover;}
    .hover_contents1.bg3::before {background: url(../img/busi1_bg4_m.png) no-repeat center/cover;}
    .hover_contents1.bg4::before {background: url(../img/busi1_bg5_m.png) no-repeat center/cover;}
    .hover_contents1.bg5::before {background: url(../img/busi2_bg2_m.png) no-repeat center/cover;}
    .hover_contents1.bg6::before {background: url(../img/busi2_bg3_m.png) no-repeat center/cover;}
    .hover_contents1.bg7::before {background: url(../img/busi2_bg4_m.png) no-repeat center/cover;}
    .hover_contents1.bg8::before {background: url(../img/busi2_bg5_m.png) no-repeat center/cover;}
    .reason .wrap .item h2{font-size: 2.4rem; margin-bottom: 2rem;}
    .reason .wrap .item{padding: 3rem;}
    .reason .wrap .item h4{font-size: 1.6rem; }
    .reason .wrap .item h4 br{display: none;}
    .marquee h2{font-size: 7rem;}
    .reason .wrap .item{width: 50%;height: 200px;}
    .reason .item:nth-child(2){border-right: none;}
    .reason .item:nth-child(4){border-bottom: 1px solid #e5e5ec; border-right: none;}
    .reason .item:nth-child(3){border-right: 1px solid #e5e5ec;}
    .full_cover .text_box h3{font-size: 3rem;margin-bottom: 2rem; margin-top: 2rem;}
    .full_cover .text_box img{width: 30px;}
    .full_cover>img{width: 30px;}
    .full_cover{height:400px ;}
    .full_cover .text_box p br{display: none;}
    .cricle .wrap .box{width: 20rem; height: 20rem; }
    .cricle .wrap{max-width: 550px; height: 550px;}
    .cricle .wrap .box1>img{width: 200px;}
    .cricle .wrap .box h2{font-size: 2rem;}
    .cricle .wrap .box h3{font-size: 1.8rem;}
    .cricle .wrap span{width: 2rem; height: 2rem;}
    .cricle .wrap .dot2{left: -4px;}
    .cricle .wrap .dot1{top: -4px;}
    .cricle .wrap .dot4{bottom: -4px;}
    .cricle .wrap .dot3{right: -4px;}
    .collapsible{padding: 3rem 0; font-size: 2rem;padding-left: 11%;}
    .acco_content .collapsible:after{font-size: 1.6rem; font-weight: 400;}
    .content .tbox h2{font-size: 2rem;}
    .content .tbox{padding: 3rem 5rem 5rem 5rem;}
    .content .tbox p{font-size: 1.6rem;}
    .content .tbox li{font-size: 1.6rem;}
    .manual1 .img{width: 40rem;}
    .manual1 .title_style3{text-align: left;}
    .manual1 .title_style1 p{margin-top: 2rem;}
    .manual1 .text{width: 50%;}
    .manual2 .item img{width: 8rem;}
    .manual2 .item .text h2{font-size: 2rem;}
    .manual2 .item .text h3{font-size: 1.6rem;}
    .manual2 .item{padding: 3rem;width: 48%;}
    .background .text h3{font-size: 10rem;}
    .inner-content .items{width: 560px;}
    .inner-content .item3{top: 267px;}
    .inner-content .item4{top: 345px;}
    .myacco-toggle{font-size: 2rem;}
    .acco_item{padding: 2rem 2.4rem;}
    .myacco-toggle span.icon{width: 40px; height: 40px;min-width: auto;}
    .myacco-toggle span.icon img{width: 20px; height: 20px;}
    .myacco-inner p{font-size: 1.6rem;margin-top: 1.5rem;}
    .manual5 .mySwiper5 .text{padding: 2rem 1.5rem; font-size: 2rem;}
    .manual5 .mySwiper5 .swiper-slide:nth-child(even){margin-top: -30px;}
    .busi_5{margin-top: 2rem;}
    .busi_5 .img{margin-bottom: 7rem;}
    .title_style1 h2 b{display: none;}
    .busi_5 .title_style1 h5{display: block; font-size: 1.8rem;margin-top: 1rem;color: #505050; font-weight: 400;line-height: 140%;}
    .busi_5 .tab_btn{font-size: 1.8rem;padding:1.7rem 1rem;}
    .busi_5 .tab_content h2{font-size: 2.8rem;}
    .busi_5 .tab_content .items{flex-wrap: wrap;}
    .busi_5 .tab_content .box_wrap .box{padding: 3rem 0rem;}
    .busi_5 .tab_content .box_wrap .box{width: 25%;gap: 1rem;}
    .busi_5 .tab_content .box_wrap .box img{width: 40px; height: 40px;}
    .busi_5 .tab_content p{font-size: 1.8rem;}
    .maintext_box h2{font-size: 4rem;}
    .Hfull{height: 80rem;}
    .theme_visual .contents1 h2{font-size: 2rem;}
    .theme_visual .btn_wrap a img{width: 50px; height: 50px;}
    .theme_visual .btn_wrap{justify-content: center; gap: 3rem;}
    .theme_visual .btn_wrap a p, .theme_visual .time>div h5{font-size: 1.6rem;}
    .theme_visual .time>div h6{font-size: 1.8rem;}
    .theme_visual .contents2{padding: 0;}
    .section2 .item img{width:8rem ;margin-bottom: 2rem;}
    .section2 .item h3{font-size: 2rem;}
    .section2 .contents .line{height: 200px;}
    .title_style1 h3{font-size: 1.8rem;}
    .section4 .slide-wrapper{gap: 0 6rem;}
    .section4 .title{font-size: 3rem;}
    .section4 .title_style2{font-size: 8rem;}
    .section4{padding-top: 10rem; padding-bottom: 15rem;}
    .section4 .bullet-container{margin-top: 6rem;}
    .section4 .bullet{font-size: 2rem;}
    .section4 .swiper-slide div h2{font-size: 2rem;}
    .section4 .swiper-slide div h3{font-size: 1.6rem;}
    .section4 .bullet-container{gap: 2rem;}
    .section4 .img_bg img{width: 20rem;}
    .section4 .slide-wrapper{margin-top: 7rem}
    .section4 .swiper-slide{width: 45rem !important; height: 45rem;}
    .section4 .swiper{width: 45rem;}
    .mySwiper2 .swiper-slide-active{width: 250px !important;margin: 0 5rem ; margin-right: 7rem !important;}
    .mySwiper2{margin-left: -138px;}
    .section1 .btn_style1{margin-bottom: 4rem;}
    .mySwiper2 .swiper-slide-active .text h6{font-size: 2.2rem;}
    .mySwiper2 .swiper-slide .text{padding: 2rem;}
    .com_4 .pop_inner{gap: 0 4rem;}
    .com_4 .pop_inner h2{font-size: 2.8rem; margin-bottom: 2rem;}
    .com_4 .pop_inner p{font-size: 1.8rem;}
    }
@media screen and (max-width:850px) {
    .com_1 .img_bg img{display: none;}
    .com_1 .right{width: 90% ; margin: 0 auto;}
    .com_1 .left .pc_img{ display: none;}
    .com_1 .left .mob_img{ display: block;}
    .com_1 .left{width: 100%;}
    .com_2 .inner{flex-direction: column-reverse; gap: 5rem;}
    .com_2 .inner .right{width: 100%;text-align: center;}
    .com_2{margin:5rem 0;}
    .com_5 .map_info .line{margin: 2rem 0;margin-bottom: 3rem;}
    .com_5 .map_info .box{flex-direction: column; gap: 3rem;}
    .com_5 .map_info .box .item2{width: 100%;}
    .manual1{gap: 7rem;}
    .manual1 .img{width: 30rem;}
    .manual1 .item{padding: 10px;font-size: 1.6rem;}
    .manual2 .item img{width: 6rem;}
    .inner-content .items{width: 327px; display: flex; flex-direction: column; gap: 2rem;margin-right: 5%;}
    .inner-content .item{position: relative;width: 100%;top: 0;}
    .scroll-section .inner-content{min-height: 100vh;padding-bottom:10rem ;}
    .background{border-radius: 15rem 0 0 4rem; width: 98%; height: 40rem;}
    .background .text{margin-left: 3%;}
    .busi_5 .tab_btn{border-bottom: none;background-color: #F8F8FA; color: #999;padding: 1.7rem; border-radius: 17px;white-space: nowrap;  }
    .busi_5 .tabs{flex-wrap: wrap; width: 70%; gap:2rem 3rem;justify-content: center; align-items: center;}
    .busi_5 .tab_btn.tab_active{border: none ; background-color: #00B4B7; color: #fff; border-radius:17px ; padding: 1.7rem;}
    .busi_5 .tab_content{margin-top: 4rem;}
    .busi_5 .tab_btn{width: auto;}
    .theme_visual .contents_wrap{display: none;}
    .section3 .item .inner{width: 90%;}
    .section3 .item>div{width: 55%;}
    .section3 .item .img{width: 40%; }
    .section3{padding: 10rem 0;}
    .section3 .item:nth-child(1){margin-bottom: 15rem;}
    .section3{padding-bottom: 0;}
}
@media screen and (max-width:768px) {
    .sub_visual{background:url('../img/subvisual2.png')}
    #ft .footer{flex-direction: column; gap: 3rem;justify-content: start; align-items: start;}
    #ft .footer .right_link>a{text-align: left;}
    .map .inner h2{font-size: 2rem;}
    .map .wrap .text .tel h4{font-size: 2.5rem;}
    .map .wrap .text .tel a{padding: 1rem 1.5rem;}
    .sub_page_menu .inner ul{flex-wrap: wrap;width: 92%; gap: 2rem; margin: 0 auto;}
    .sub_page_menu .inner ul li{width: 20%;text-align: center;}
    .sub_page_menu{margin: 4rem 0;}
    .com_1 .title_style1 h2{font-size: 2.4rem;margin-bottom: 2rem;}
    .com_1 .txt p{font-size: 1.6rem;}
    .com_1 .sign p{font-size: 1.8rem;}
    .com_1 .sign b{font-size: 2.8rem;}
    .title_style3{font-size: 3rem;}
    .title_style1 h2{font-size: 2.2rem;}
    .com_2 .contents ul li p{font-size: 1.6rem;}
    .map .wrap .address p{font-size: 1.8rem;}
    .com_4 .item{width: 48.5%;}
    .com_4{gap: 2rem;}
    .com_4 .item .txt{padding: 1rem 1.5rem;}
    .com_4 .item .txt p{font-size: 1.6rem;}
    #map2{height: 40rem;}
    .com_5 .map_info .box h2{font-size: 1.8rem;}
    .com_5 .map_info .box h6{font-size: 1.6rem;}
    .com_5 .map_info .box h3 span{width: 7px; height:7px;}
    .com_5 .map_info .box{margin-top: 2.8rem;}
    .com_5{margin-bottom: 7rem;}
    .com_6 td{font-size: 1.6rem;}
    .com_6{margin-bottom: 7rem;}
    .intro .items{flex-wrap: wrap;gap: 2rem;}
    .intro .item{padding: 1.9rem 2.6rem;}
    .intro .item img{width: 10rem;}
    .intro .item h6{font-size: 1.6rem;}
    .intro p{font-size: 1.8rem;margin-bottom: 3rem;}
    .intro{margin-bottom: 7rem;} 
    .hover_contents .items{flex-wrap: wrap;height: auto;gap: 5rem;}
    .hover_contents .item{width: 40%; padding: 0; height: auto; border-left: none;  }
    .hover_contents .item:last-child{border-right: none;}
    .hover_contents{height: auto; padding: 8rem 0;}
    .hover_contents .text_box{ position: relative ; top: 0; left: 0;transform: translateX(0);width: 92%; margin: 0 auto;margin-bottom: 7rem;}
    .hover_contents .text_box h2{font-size: 2.2rem;}
    .hover_contents .text_box h6{font-size: 1.6rem;line-height: 144%;}
    .hover_contents1.bg1::before {background: url(../img/busi1_bg2_m2.png) no-repeat center/cover;}
    .hover_contents1.bg2::before {background: url(../img/busi1_bg3_m2.png) no-repeat center/cover;}
    .hover_contents1.bg3::before {background: url(../img/busi1_bg4_m2.png) no-repeat center/cover;}
    .hover_contents1.bg4::before {background: url(../img/busi1_bg5_m2.png) no-repeat center/cover;}
    .hover_contents1.bg5::before {background: url(../img/busi2_bg2_m2.png) no-repeat center/cover;}
    .hover_contents1.bg6::before {background: url(../img/busi2_bg3_m2.png) no-repeat center/cover;}
    .hover_contents1.bg7::before {background: url(../img/busi2_bg4_m2.png) no-repeat center/cover;}
    .hover_contents1.bg8::before {background: url(../img/busi2_bg5_m2.png) no-repeat center/cover;}
    .reason .wrap .item h2{font-size: 2rem; margin-bottom: 1rem;}
    .reason .wrap .item h3{font-size: 1.8rem; margin-bottom: 6px;}
    .reason .wrap .item{padding: 2rem 3rem;}
    .reason .wrap{margin-bottom:2rem ;}
    .marquee h2{font-size: 4rem;}
    .full_cover .text_box h3{font-size: 2.2rem;}
    .full_cover .text_box p{font-size: 1.6rem;}
    .full_cover .text_box img{margin-top: 46px;}
    .title_style1 h6{font-size: 12px;}
    .cricle .wrap .box{width: 16rem; height: 16rem;padding: 0 1rem;padding-top: 2.7rem;}
    .cricle .wrap{max-width: 430px; height: 430px;}
    .cricle .wrap .box h3 br{display: none;}
    .cricle .wrap .box h3{font-size: 1.6rem;line-height: 144%;}
    .cricle{padding: 7rem 0;}
    .cricle .wrap .box h2{font-size: 1.8rem;}
    .cricle .wrap .box{width: 15rem ; height: 15rem;}
    .title_style1 p{font-size: 1.6rem;}
    .content .tbox h2{font-size: 1.8rem;}
    .collapsible{font-size: 1.8rem;}
    .manual2 .item{width: 100%;}
    .manual2{padding-top: 8rem; padding-bottom: 10rem;}
    .manual2 .item .text h2{font-size: 1.8rem;}
    .manual2 .item img{width: 4rem;}
    .manual2 .item{padding: 2rem;}
    .inner-content .item h2{font-size: 1.8rem;}
    .inner-content .item .text{padding: 2rem 1.8rem;}
    .inner-content .item h3{font-size: 1.6rem;}
    .background .text h3{font-size: 6rem;}
    .scroll-section .inner-content{padding-bottom: 20rem; min-height: 0vh;}
    .manual4{margin-top: -25rem;}
    .myacco-toggle{font-size: 1.8rem;}
    .myacco-inner p{padding: 1rem;}
    .myacco-toggle span.icon{padding: 5px;}
    .manual5 .mySwiper5 .text{font-size: 1.6rem;}
    .manual5 .mySwiper5{margin-top: 10rem;}
    .sub_visual .sub_top_text h3{font-size: 2.4rem;}
    .busi_5 .title_style1 h5{font-size: 1.6rem;}
    .busi_5 .tab_btn{font-size: 1.6rem;}
    .busi_5 .tab_content h2{font-size: 2rem;}
    .busi_5 .tab_content .item{font-size: 1.6rem;}
    .busi_5 .tab_content .width2{gap: 5rem;}
    .busi_5 .tab_content h2{font-size: 2rem;}
    .busi_5 .tab_content p, .busi_5 .tab_content .box_wrap h6{font-size: 1.6rem;}
    .busi_5 .tab_content .box_wrap .box img{width: 30px; height: 30px;}
    .maintext_box h2{font-size: 2.8rem;}
    .maintext_box h6{font-size: 1.6rem; letter-spacing: 2px;}
    .Hfull{height: 60rem;}
    .maintext_box{margin-top: -60px;}
    .section2 .item h3{font-size: 1.8rem;}
    .section2 .item img{width: 6rem;}
    
    .section2{padding: 7rem 0;}
    .title_style1 h3{font-size: 1.6rem;}
.section4 .slide-wrapper{gap: 0 3rem;}
    .section4 .swiper-slide{width: 35rem !important; height: 35rem;}
    .section4 .swiper{width: 35rem;}
    .section4 .slide-wrapper{justify-content: space-between; gap: 0;}
    .section4 .title_style2{font-size: 4rem;}
    .section4 .title{font-size: 2.2rem;}
    .section4 .bullet{font-size: 1.8rem;}
    .section4 .bullet-container{margin-top: 4rem;}
    .section4 .slide-wrapper{margin-top: 5rem;}
        .mySwiper2 .swiper-slide-active{width: 200px !important;margin: 0 5rem ; margin-right: 7rem !important;}
    .mySwiper2{margin-left: -142px;}
    .com_4 .pop_inner h2{font-size: 2rem; }
    .com_4 .pop_inner p{font-size: 1.6rem;}
}
@media screen and (max-width:650px) {
    .foot_info span{display: block;}
    .foot_info .bar, .foot_info br{display: none;}
    .foot_info p{margin-top: 2rem;}
    #ft .footer .right_link>a{margin-bottom: 2rem;}
    #ft{padding: 3rem 0 4rem 0 ;}
    .map .wrap .text .time{width: 70%;}
    .com_4 .item{width: 48%;}
    .full_cover .text_box img{margin-top: 63px;}
    .cricle .wrap .box1>img{width: 120px;}
    .acco_content .content .img_box{width: 100%;}
    .acco_content .content .img_box img{width: 100%;}
    .content .tbox{padding: 3rem;}
    .manual1{flex-direction: column-reverse; gap: 2rem; padding-bottom: 10rem;padding-top: 5rem;}
    .busi_4 .manual1{flex-direction: column;}
    .manual1 .text{width: 100%;}
    .inner-content .items{margin-right: 0;}
    .inner-content .items{width: 246px;}
    .busi_5 .tab_content .box_wrap{flex-wrap: wrap;}
    .busi_5 .tab_content .box_wrap .box{width: 47%;}
    .section2 .contents .inner{flex-wrap: wrap; gap:3rem 2rem;padding: 5rem 0;}
    .section2 .item{width: 48%;padding: 0;}
    .section2 .contents .line{display: none}
    .section2 .contents{background: url(../img/section2_bg_m.png) no-repeat right/cover; }
    .section3 .item{flex-direction: column;gap: 3rem;}
    .section3 .item>div, .section3 .item .img{width: 100%;}
    .section3 .item:nth-child(2){flex-direction: column-reverse;}
    .section3 .item:nth-child(1){margin-bottom: 7rem;}
        .section4 .slide-wrapper{flex-direction: column-reverse; gap: 5rem;}
    .section4 .slide-wrapper .right-content{width: 100%;}
    .section4 .swiper-slide{width: 45rem !important; height: 45rem;}
    .section4 .swiper{width: 45rem;}
    .mySwiper2{margin-left: 0;display: none;}
    .mySwiper6{display: block;}
    .com_4 .pop_inner{flex-direction: column;gap: 4rem;padding: 3rem;}
    .com_4 .pop_inner .left, .com_4 .pop_inner .txt{width: 100%;}
    
}
@media screen and (max-width:500px) {
    .mobile_head .mobile_logo{width: 190px;}
    .mobile_head,#mobile_menu .mob_logo {height: 60px;}
    .sub_visual{height: 300px;}
    .sub_visual .inner{padding-top: 15rem;}
    .sub_visual{background:url('../img/subvisual3.png')}
    .sub_visual .sub_top_text h6{font-size: 10px; letter-spacing: 5.4px;}
    .map .wrap .text>div{width: 44%;margin-bottom: 2rem;}
    .map .wrap .text .time{width: 80%;}
    #map{height: 40rem;}
    .map{padding: 4rem 0;}
    .sub_page_menu .inner ul li{width: 27%;}
    .com_1{margin-top: 5rem;}
    .com_4 .item{width: 47%;}
    .com_5 .map_info .box .text_wrap{flex-direction: column;gap: 3rem ;}
    .com_5 .map_info .box .text_wrap>div{width: 100%;}
        .table_wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table_wrap table {min-width: 500px; }
    .scroll_text{display: block; font-size: 14px; color: rgb(170, 18, 18); font-weight: 500 ; padding: 1rem;}
    .intro .item img{width: 8rem;}
    .hover_contents .items{gap:5rem 3rem;}
    .reason .wrap .item{height: 250px;}
    .cricle .wrap{max-width: 350px; height: 350px; }
    .cricle .wrap span{width: 1rem; height: 1rem;}
    .reason .wrap .item{width: 100%;height: auto;}
    .reason .item:nth-child(1),.reason .item:nth-child(3){border-right: none;}
    .reason .item:nth-child(5){border-right:none;border-bottom: 1px solid #e5e5ec;}
    .reason .wrap .item h2{margin-bottom: 6px;}
    .full_cover{height: auto; padding: 7rem 0;}
    .full_cover .text_box{gap: 0 1rem;}
    .full_cover .text_box img{width: 20px;}
    .content .tbox .box{flex-direction: column;}
    .content .tbox .box div{width: 100%;}
    .content .tbox p br{display: none;}
    .reason .wrap .item h2{font-size: 1.8rem;}
    .background .text{margin-left: 0 ; position: absolute; top: -20%; left: 0;width: 100%; text-align: center; } 
    .scroll-section .title_style1 h6, .scroll-section .title_style1 h2{color: #111;}
    .background .text h3{position: relative;}
    .inner-content .items{margin: 0 auto; float: none;margin-top: 10rem;}
    .manual4 {margin-top: -10rem;}
    .myacco-inner p br{display: none;}
    .myacco-toggle span.icon{width: 30px; height: 30px;}
    .acco_item{padding: 2rem;}
    .br_500{display: block;}
    .title_style1 p br{display: none;}
    .section2 .item{width: 46%;}
    .section3 .mob_img{display: block;}
    .section3 .pc_img{display: none;}
    .section3 .title_style1 h3{margin-bottom: 2rem;}
    .mySwiper6{width: 80%;}
    .busi_5 .tabs{width: 90%;}
    .busi_1 .intro .item img{width: 10rem;}
    .hover_contents .item img{width: 105%;}
    .hover_contents .item .img{width: 9rem; height: 9rem;}

    
}
@media screen and (max-width:430px) {
    .intro p br{display: none;}
    .section4 .swiper-slide{width: 35rem !important; height: 35rem;}
    .section4 .swiper{width: 35rem;}
}