/* main_wrapper ============================== */
.main_wrapper img {
  width: 100%;
  height: auto;
}

.main_wrapper {
  padding-top: 4.5vw;
  max-width: 1920px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .main_wrapper {
    padding-top: 15vw;
    max-width: 720px;
  }
}

/* main_sl ================================= */
#top_main_slide {
  position: relative;
}
#top_main_slide .swiper-button-next,
#top_main_slide .swiper-button-prev {
  max-width: 100%;
  width: auto;
  color: #676464;
  transition: 0.5s;
}
#top_main_slide .swiper-button-next::before,
#top_main_slide .swiper-button-prev::before {
  clear: both;
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 1px;
  color: #676464;
  background-color: #676464;
  top: 50%;
  transform: translate(0%, -50%);
}
#top_main_slide .swiper-button-next span,
#top_main_slide .swiper-button-prev span {
  display: block;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  transition: inherit;
}
#top_main_slide .swiper-button-next:hover span, #top_main_slide .swiper-button-next:hover::before,
#top_main_slide .swiper-button-prev:hover span,
#top_main_slide .swiper-button-prev:hover::before {
  background: rgba(89, 89, 89, 0.7882352941);
  color: #fff;
}
#top_main_slide .swiper-button-next {
  right: 3.5%;
  left: auto;
  padding-right: 40px;
}
#top_main_slide .swiper-button-next::before {
  right: 0;
}
#top_main_slide .swiper-button-prev {
  left: 3.5%;
  right: auto;
  padding-left: 40px;
}
#top_main_slide .swiper-button-prev::before {
  left: 0;
}
#top_main_slide .swiper-pagination-custom {
  display: flex;
  justify-content: center;
  gap: 25px;
  position: absolute;
  bottom: 0;
  z-index: 9;
  background: rgba(255, 255, 255, 0.733);
}
#top_main_slide .swiper-pagination-custom .slide-btn {
  text-align: center;
  cursor: pointer;
  width: 175px;
}
#top_main_slide .swiper-pagination-custom .slide-btn .title {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.603);
  transition: color 0.3s ease;
  padding: 20px;
  font-weight: bold;
}
#top_main_slide .swiper-pagination-custom .slide-btn.active .title {
  color: #fff;
  background-color: #60ccb5;
}

.sub_page_con_tit {
  margin-top: 5%;
}

/* main_con01 ================================= */
.main_con01_txt {
  width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.main_con01_btn {
  display: block;
}

/* main_con02 ================================= */
.main_con02_li {
  width: 68%;
  margin: 0 auto;
}
.main_con02_li li {
  width: 50%;
  margin: 0.2%;
}
.main_con02_li a {
  position: relative;
  display: block;
}
.main_con02_li a img {
  position: relative;
  transition: opacity 0.1s, transform 0.5s;
}
.main_con02_li a .btn_on {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.main_con02_li a .btn_off {
  opacity: 1;
  z-index: 1;
}
.main_con02_li a:hover .btn_off {
  transform: scale(1.03);
  z-index: 9;
}

@media screen and (max-width: 1250px) {
  .swiper-pagination-custom {
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
  }
  .swiper-pagination-custom .slide-btn {
    position: relative;
    width: 24px;
    height: 24px;
  }
  .swiper-pagination-custom .slide-btn .title,
  .swiper-pagination-custom .slide-btn .underline {
    display: none;
  }
  .swiper-pagination-custom .slide-btn .dot {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: 2;
    transition: background-color 0.3s ease;
  }
  .swiper-pagination-custom .slide-btn .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  .swiper-pagination-custom .slide-btn.active::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    background-color: rgba(0, 191, 166, 0.2);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    animation: ripple 0.5s ease-out;
    z-index: 0;
  }
  .swiper-pagination-custom .slide-btn.active .dot {
    background-color: #00BFA6;
  }
  @keyframes ripple {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0.5;
    }
    100% {
      transform: translate(-50%, -50%) scale(2.5);
      opacity: 0;
    }
  }
}
/* main_con03 ================================= */
.main_con03 {
  padding-top: 5%;
}
@media all and (max-width: 767px) {
  .main_con03 {
    padding-top: 10%;
  }
}

/* main_con04 ================================= */
.main_con04 .inner_con {
  padding: 5% 0 5%;
}
.main_con04 .inner_con p {
  width: 40%;
  max-width: 520px;
  margin-right: 10%;
}
.main_con04 .inner_con h2 {
  width: 38%;
  max-width: 480px;
}

/* main_con05 ================================= */
.main_con05 .pc_v {
  margin: 0 auto;
}
@media screen and (min-width: 1200px) {
  .main_con05 .pc_v {
    width: 1330px;
  }
}
.main_con05 .pc_v::before {
  display: table;
  content: " ";
}
.main_con05 .pc_v .review_box {
  min-height: 620px;
  float: left;
  width: 48.5%;
  margin-right: 1.5%;
}
.main_con05 .pc_v .title_box {
  min-height: 620px;
  float: left;
  width: 48.5%;
  margin-left: 1.5%;
}
.main_con05 .pc_v .title_box .main_title {
  padding: 5% 0 5%;
}
.main_con05 .pc_v iframe {
  width: 100%;
  min-height: 620px;
  border: none;
}
.main_con05 .mo_v .main_title {
  padding: 7%;
}
.main_con05 .mo_v iframe {
  width: 100%;
  min-height: 500px;
  border: none;
  border-bottom: 1px solid #ccc;
}

/* main_map ================================= */
.main_map_con {
  margin: 0 auto;
}

.main_map_con .d_flex_c {
  position: relative;
}
.main_map_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  right: 0;
  top: -0.2%;
  bottom: 0;
  flex-direction: column;
  width: 43.9%;
  max-width: 835px;
}

/* footer ================================= */
#foot {
  padding: 4rem 0 12rem;
  background: #222;
}
#foot .inner_con {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: nowrap;
  gap: 3rem;
}
#foot .footer_left {
  flex: 1;
}
#foot .footer_left .logo {
  max-width: 310px;
  margin-bottom: 1rem;
}
#foot .footer_left .footer_buttons {
  margin: 2.5rem 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
#foot .footer_left .footer_buttons a {
  padding: 0.4rem 1rem;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  font-size: 1.2rem;
  color: #e3e3e3;
  transition: 0.2s;
}
#foot .footer_left .footer_buttons a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #303030;
}
#foot .footer_left .footer_info {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
#foot .footer_left .footer_info .row {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  line-height: 1.5;
}
#foot .footer_left .footer_info .address_row .col {
  flex: 1 1 100%;
  white-space: normal;
  line-height: 1.6;
}
#foot .footer_left .footer_info .col {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  font-size: 1.2rem;
  font-weight: 300;
  color: #e3e3e3;
}
#foot .footer_left .footer_info .col span {
  font-weight: 700;
  margin-right: 0.4rem;
  white-space: nowrap;
}
#foot .footer_left .footer_info .col a {
  color: #e3e3e3;
}
#foot .footer_left .footer_info .copy_right {
  margin-top: 1rem;
  font-size: 1.2rem;
  color: #e3e3e3;
}
#foot .footer_right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}
#foot .footer_right .footer_call {
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-bottom: 1rem;
}
#foot .footer_right .footer_call a {
  text-decoration: none;
}
#foot .footer_right .footer_sns {
  display: flex;
  gap: 0.5rem;
}
#foot .footer_right .footer_sns a {
  display: inline-block;
}
#foot .footer_right .footer_sns a img {
  border-radius: 50%;
}

/* top_bn ================================= */
#go_top {
  visibility: hidden;
  position: fixed;
  bottom: 30px;
  right: 15px;
  z-index: 999;
  width: 40px;
  height: 40px;
  background-color: #2d3e8b;
  color: white;
  border: none;
  border-radius: 50%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  font-size: 24px;
  cursor: pointer;
  opacity: 0;
  transition: all 0.3s ease;
}
#go_top.active {
  opacity: 1;
  visibility: visible;
}