@charset "UTF-8";
.swiper-button-next,
.swiper-button-prev {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.main_content_03_contianer {
  background: #063273;
  text-align: center;
  /* 증례 슬라이드 */
}
.main_content_03_contianer .before-after_container {
  width: 65%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main_content_03_contianer .before-after_container {
    width: 95%;
  }
}
.main_content_03_contianer .before-after_container .swiper-container, .main_content_03_contianer .before-after_container .swiper-wrapper {
  width: 100%;
  height: auto;
  padding: 0 0 2.5rem;
}
@media (max-width: 767px) {
  .main_content_03_contianer .before-after_container .swiper-container, .main_content_03_contianer .before-after_container .swiper-wrapper {
    padding: 0 0 1.5rem;
  }
}
.main_content_03_contianer .before-after_container .swiper-slide {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #063273;
}
@media (max-width: 767px) {
  .main_content_03_contianer .before-after_container .swiper-slide img {
    width: 83%;
  }
}
.main_content_03_contianer .before-after_container .swiper-button-next, .main_content_03_contianer .before-after_container .swiper-button-prev {
  top: 42% !important;
  width: 24px;
  height: 38px;
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
}
@media (max-width: 767px) {
  .main_content_03_contianer .before-after_container .swiper-button-next, .main_content_03_contianer .before-after_container .swiper-button-prev {
    top: 46% !important;
    width: 15px;
    height: 28px;
  }
}
.main_content_03_contianer .before-after_container .swiper-button-next {
  background-image: url("../img/main/before_after/bfaf_slide_bt_right.png");
}
@media (max-width: 767px) {
  .main_content_03_contianer .before-after_container .swiper-button-next {
    right: 4px;
  }
}
.main_content_03_contianer .before-after_container .swiper-button-prev {
  background-image: url("../img/main/before_after/bfaf_slide_bt_left.png");
}
@media (max-width: 767px) {
  .main_content_03_contianer .before-after_container .swiper-button-prev {
    left: 4px;
  }
}
.main_content .jangbi_title {
  text-align: center;
}
.main_content .jangbi_bg {
  background-image: url("../img/main/jangbi_bg.jpg");
}
@media (max-width: 767px) {
  .main_content .jangbi_bg {
    background-image: url("../img/main/jangbi_bg_mobile.jpg");
    padding-bottom: 60px;
  }
}
.main_content .jangbi_slide {
  width: 1400px;
  height: 720px;
}
@media (max-width: 767px) {
  .main_content .jangbi_slide {
    width: 100%;
    height: auto;
  }
}
.main_content .jangbi_slide .swiper-button-next {
  left: auto;
  right: 0;
  background-image: url("../img/bx_right.svg");
}
@media (max-width: 767px) {
  .main_content .jangbi_slide .swiper-button-next {
    display: none;
  }
}
.main_content .jangbi_slide .swiper-button-prev {
  left: 0;
  right: auto;
  background-image: url("../img/bx_left.svg");
}
@media (max-width: 767px) {
  .main_content .jangbi_slide .swiper-button-prev {
    display: none;
  }
}
.main_content .jangbi_slide .swiper-pagination {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .main_content .jangbi_slide .swiper-pagination {
    margin-bottom: 10px;
  }
}
.main_content .jangbi .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media (max-width: 767px) {
  .main_content .jangbi .swiper-slide {
    height: 100%;
  }
}
.main_content .jangbi .swiper-pagination-bullet-active {
  opacity: 1;
  background: #50320b;
}
.main_content .jangbi .swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .main_content .jangbi .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 10px;
  }
}

.sub_footer_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .sub_footer_inner {
    flex-direction: column-reverse;
  }
}
.sub_footer_map {
  width: 50%;
  height: 600px;
}
@media (max-width: 767px) {
  .sub_footer_map {
    width: 95%;
    margin: 0 auto;
    height: 300px;
  }
}
.sub_footer .root_daum_roughmap .wrap_map {
  height: 100%;
}
.sub_footer_time {
  padding-right: 6vw;
}
@media (max-width: 767px) {
  .sub_footer_time {
    padding-right: 0;
    padding: 40px 0;
  }
}
.sub_footer_time_top img {
  max-width: 748px;
  width: 95%;
}
@media (max-width: 767px) {
  .sub_footer_time_top {
    text-align: center;
  }
}
.sub_footer_time_button {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.sub_footer_time_button a:last-child {
  width: 60%;
}
@media (max-width: 767px) {
  .sub_footer_time_button a {
    width: 40%;
  }
  .sub_footer_time_button a img {
    width: 100%;
  }
  .sub_footer_time_button a:last-child {
    width: 50%;
  }
}

.footer {
  width: 100%;
  height: auto;
  background: #333;
  clear: both;
}
.footer_menu {
  max-width: 1400px;
  margin: 0 auto;
  padding: 10px 10px;
  background: #333;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_menu {
    flex-direction: column;
    padding: 16px;
  }
}
.footer_menu_list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer_menu_list {
    width: 100%;
    gap: 5px;
    justify-content: space-between;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  }
}
.footer_menu_list li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.08em;
}
.footer_menu_list li a:hover {
  color: #346fbd;
}
.footer_menu_sns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (max-width: 767px) {
  .footer_menu_sns {
    width: 50%;
    margin-top: 20px;
    justify-content: space-between;
    gap: 0;
  }
}
.footer_in {
  max-width: 1440px;
  height: auto;
  padding: 38px 20px 20px;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer_in {
    flex-direction: column-reverse;
    padding: 20px 16px;
  }
}
.footer_in address {
  width: 65%;
  font-style: normal;
}
@media (max-width: 767px) {
  .footer_in address {
    width: 100%;
    text-align: left;
  }
}
.footer_in address h2 {
  font-size: 18px;
  line-height: 1.8;
  padding-bottom: 10px;
  color: #fff;
  font-weight: bold;
}
.footer_in address p {
  font-size: 14px;
  color: rgb(255, 255, 255);
}
.footer_in address p span {
  display: inline-block;
  margin-right: 10px;
  line-height: 1.8em;
}
.footer_in address .copylight {
  font-size: 13px;
  color: #ffffff;
  margin-top: 18px;
}
.footer_in .customer {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.05);
  font-size: 13px;
}
@media (max-width: 767px) {
  .footer_in .customer {
    width: 100%;
    padding-left: 0;
    border-left: none;
    text-align: left;
  }
}
.footer_in .customer .main_tel {
  font-size: 20px;
  font-weight: 300;
  color: #fff;
  margin: 20px 0;
}
.footer_in .customer .main_tel span {
  font-size: 46px;
  font-weight: bold;
  color: #d3f5ff;
  display: block;
  margin-top: 10px;
}
@media (max-width: 767px) {
  .footer_in .customer .main_tel span {
    font-size: 36px;
  }
}

.macdent_pop_con {
  background: #fff;
}

.macdent_pop_con .f_pop_tit {
  width: 100%;
  height: 80px;
  line-height: 80px;
  background: #076aa3;
  font-size: 20px;
  color: #fff;
  padding: 0;
}

.macdent_pop_con .f_pop_tit img {
  display: inline-block;
  margin-left: 50px;
  margin-right: 5px;
  margin-top: -10px;
  width: 120px;
}

.macdent_pop_con .f_pop_tit span {
  display: inline-block;
  padding-left: 50px;
}

.f_pop_wrap {
  line-height: 23px;
  text-align: justify;
  word-break: break-all;
  font-size: 15px;
  overflow-y: auto;
}

.f_pop_wrap strong {
  color: #00a19a;
  font-weight: normal;
}

.f_pop_wrap p {
  color: #333;
  padding: 40px 50px;
  line-height: 1.6;
}

.mfp-close:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../img/w_btn_close.png") no-repeat center center;
  transition: transform 300ms;
  border-radius: 50%;
}

.mfp-close {
  width: 40px;
  height: 40px;
  text-indent: -999px;
  opacity: 1;
  overflow: hidden;
  background-color: transparent;
  border: 0;
}

button.mfp-close:hover:after {
  transform: rotate(270deg);
}

.foot-banner {
  display: flex;
}

.foot-banner > a {
  flex: 1;
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

.foot-banner > .img01 {
  background-image: url(../img/foot-banner01.jpg);
}

.foot-banner > .img02 {
  background-image: url(../img/foot-banner02.jpg);
}

.foot-banner > a:first-child {
  flex-direction: row-reverse;
}

.foot-banner > a:after {
  content: "";
  width: 45px;
  height: 45px;
  background: url(../img/link.png) no-repeat 50% 50%/100% auto;
  margin-left: 1em;
}

.foot-banner > a:first-child:after {
  margin: 0 1em 0 0;
  transform: scaleX(-1);
}

#mail_bpopup_form {
  width: 100%;
  max-width: 853px;
  background: #fff;
  z-index: 9999;
}
#mail_bpopup_form .pop-inner {
  position: relative;
  max-height: 80vh;
  overflow-y: auto;
}
#mail_bpopup_form .b-close {
  position: absolute;
  top: 10px;
  right: 15px;
  border: 0;
  background: none;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}