@charset "UTF-8";
@import url("https://cdn.jsdelivr.net/npm/font-kopubworld@1.0.3/css/all.min.css");
:root {
  --baekjoong-red: #c30d23;
  --star-color: 200, 220, 255; /* RGB */
  --min-width: 1px; /* 꼬리 두께 최소 */
  --max-width: 3px; /* 꼬리 두께 최대 */
  --min-height: 120px; /* 꼬리 길이 최소 */
  --max-height: 220px; /* 꼬리 길이 최대 */
  --min-duration: 0.9s; /* 낙하 속도(짧을수록 빠름) 최소 */
  --max-duration: 1.8s; /* 낙하 속도 최대 */
  --spawn-interval: 380ms; /* 자동 생성 주기 (작을수록 자주) */
  --glow-1: 0 0 12px rgba(var(--star-color), 0.95);
  --glow-2: 0 0 26px rgba(var(--star-color), 0.7);
}

@font-face {
  font-family: "PayboocFont";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Light.woff") format("woff");
  font-weight: 300;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Noto Sans KR", sans-serif;
  color: #1b1b1b;
  height: 100%;
  letter-spacing: -0.03em;
  font-weight: 300;
  background: #fff;
  margin: 0 auto;
  min-width: 1400px;
}
body:has(.sub1-1) .sub1-1_vi {
  color: #fff;
  background: #000;
}

img {
  border: 0;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans KR", sans-serif;
  color: #333;
  text-decoration: none;
}

button {
  cursor: pointer;
  border: none;
  background: transparent;
}

textarea {
  resize: none;
}

label {
  vertical-align: middle;
}

.relative {
  position: relative;
}

b,
strong,
.bold {
  font-weight: 600;
}

input:focus,
input:active,
textarea:focus,
textarea:active {
  outline: none;
}

.uppercase {
  text-transform: uppercase;
  letter-spacing: -1.5px;
}

.frm_input {
  height: 45px;
  /* font-size: 18px; */
  padding-left: 7px;
  box-sizing: border-box;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  display: none;
}

/* scss 변수 */
.scm {
  /*screen_middle*/
  width: 1180px;
  margin: 0 auto;
}

.wrap {
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
}

.grid-no-gap {
  display: flex;
  flex-wrap: wrap;
}

.sub_visual {
  padding-top: 250px;
  padding-bottom: 240px;
}

.sub_md_txt {
  display: inline-block;
  font-size: 54px;
  line-height: 1.4;
  font-weight: 800;
}

.sub_sm_txt {
  display: inline-block;
  font-size: 21px;
  color: #5a5a5a;
  line-height: 1.4;
  font-weight: 500;
}

.subpage {
  width: 100%;
  overflow-x: hidden;
  width: 100%;
  overflow: hidden;
}
.subpage .img1920 {
  width: 1920px;
  margin: 0 auto;
}
.subpage .img1920 > img {
  margin-left: -40px;
}

.flex_sb {
  display: flex;
  justify-content: space-between;
}

.sub_contents {
  width: 100%;
}

/***** header/quick *****/
.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 99998;
  width: 100%;
  height: 80px;
  background: transparent;
}
.header.bg {
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 1300px;
  height: 100%;
  margin: 0 auto;
}
.header .gnb {
  display: flex;
  height: 100%;
  margin-left: auto;
}
.header .gnb .gnb_menu {
  height: 100%;
  position: relative;
}
.header .gnb .gnb_menu:hover .gnb_sub {
  opacity: 1;
  z-index: 0;
  top: calc(100% - 15px);
  max-height: 250px;
}
.header .gnb .mainmenu {
  display: flex;
  align-items: center;
  height: 100%;
  font-size: 16px;
  font-weight: 400;
  padding: 0 25px;
  color: #fff;
}
.header .gnb_sub {
  width: 200px;
  height: auto;
  padding: 20px 0;
  position: absolute;
  top: calc(100% - 15px);
  left: 50%;
  transform: translateX(-50%);
  background: rgba(255, 255, 255, 0.5);
  -webkit-backdrop-filter: blur(20px) brightness(1.5);
          backdrop-filter: blur(20px) brightness(1.5);
  box-shadow: 0 0 6px 4px rgba(0, 0, 0, 0.08);
  border-radius: 20px;
  overflow: hidden;
  opacity: 0;
  z-index: -1;
  top: calc(100% - 55px);
  max-height: 0;
  transition: all ease 0.4s;
}
.header .gnb_sub li {
  width: 100%;
  margin-bottom: 4px;
}
.header .gnb_sub li:last-child {
  margin-bottom: 0;
}
.header .gnb_sub li a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  padding: 4px 0;
  text-align: center;
}
.header .gnb_sub li a:hover {
  color: var(--baekjoong-red);
}
.header .login_gnb {
  display: flex;
}
.header .login_gnb li:last-child::after {
  display: none;
}
.header .login_gnb li:after {
  content: "|";
  display: inline-block;
  color: #fff;
  margin: 0 4px;
  font-size: 12px;
  position: relative;
  top: -2px;
}
.header .login_gnb a {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  padding: 0 10px;
  color: #fff;
  transition: all ease 0.2s;
}

.quickmenu {
  position: fixed;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999;
  width: 90px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 60px;
}
.quickmenu .quick_nav {
  padding: 20px 0;
}
.quickmenu .quick_nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
  font-size: 14px;
  padding: 20px 0;
  width: 100%;
}
.quickmenu .quick_nav a span {
  display: block;
  margin-bottom: 8px;
}

.btn_allmenu {
  position: absolute;
  top: 29px;
  left: calc(50% + 690px);
}

.allmenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.4);
  -webkit-backdrop-filter: blur(30px) brightness(1.1);
          backdrop-filter: blur(30px) brightness(1.1);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.04);
}
.allmenu.opened {
  display: block;
}
.allmenu_close {
  position: absolute;
  top: 10px;
  right: -60px;
  font-family: "SUIT", sans-serif;
  font-size: 32px;
  color: #1d111d;
}
.allmenu_inner {
  width: 1400px;
  margin: 0 auto;
  padding: 60px 40px 100px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
.allmenu_inner::before {
  content: url("../img/logo.jpg");
  position: absolute;
  top: 0;
  left: -220px;
}
.allmenu_part {
  width: 240px;
  text-align: center;
}
.allmenu_part ul li {
  margin-bottom: 10px;
}
.allmenu_part ul a {
  font-size: 16px;
  line-height: 1.5;
  transition: all ease 0.2s;
}
.allmenu_part ul a:hover {
  color: var(--baekjoong-red);
}
.allmenu h4 {
  font-size: 18px;
  font-weight: 600;
  border-bottom: 1px solid #000;
  margin-bottom: 10px;
  padding-bottom: 8px;
}

/***** //header/quick *****/
/***** landing *****/
.landing {
  display: flex;
  height: 100vh;
}

.left-section {
  flex: 1;
  background: url(../img/landing_bg.jpg) no-repeat center;
  background-size: cover;
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 60px;
  position: relative;
  overflow: hidden;
  padding-left: 150px;
  padding-right: 0;
}
.left-section::before {
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
  animation: pulse 15s ease-in-out infinite;
}
.left-section .content-wrapper {
  position: relative;
  z-index: 1;
}
.left-section .logo {
  margin-bottom: 10px;
}
.left-section .network-text {
  margin-bottom: 60px;
}
.left-section .network-list {
  list-style: none;
  color: white;
}
.left-section .network-list li {
  font-size: 38px;
  margin-bottom: 12px;
  font-weight: 100;
  opacity: 0.95;
  line-height: 1.4;
}
.left-section .description {
  margin-top: 40px;
  color: white;
  font-size: 22px;
  line-height: 1.8;
  opacity: 0.9;
}

.right-section {
  flex: 1;
  display: flex;
  flex-direction: column;
  background: #f5f5f5;
  position: relative;
  align-items: center;
  justify-content: center;
}
.right-section .po_img {
  position: absolute;
  top: 170px;
  right: 60px;
}
.right-section .target-icon {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  z-index: 10;
}
.right-section .card {
  flex: 1;
  margin: 20px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  width: 587px;
  max-height: 300px;
}
.right-section .card.yon {
  background: url(../img/landing_yon.jpg) no-repeat center;
  background-size: cover;
}
.right-section .card.son {
  background: url(../img/landing_son.jpg) no-repeat center;
  background-size: cover;
}
.right-section .card .card-content {
  position: relative;
  z-index: 2;
  padding: 30px;
  color: white;
  text-align: center;
  padding-top: 80px;
}
.right-section .card .card-content .card-title {
  font-size: 38px;
  font-weight: 100;
  margin-bottom: 25px;
  letter-spacing: -0.5px;
}
.right-section .card .card-content .card-subtitle {
  font-size: 26px;
  opacity: 0.9;
  margin-bottom: 20px;
  font-weight: 100;
}
.right-section .card .card-content .card-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--baekjoong-red);
  padding: 12px 40px;
  font-size: 18px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: background 0.3s;
  cursor: pointer;
  position: relative;
  bottom: -30px;
  right: -210px;
  padding-left: 30px;
  min-width: 138px;
}
.right-section .card .card-content .card-btn:hover {
  background: #b71c1c;
}
.right-section .card .card-content .card-btn::after {
  content: ">";
  font-size: 18px;
  position: absolute;
  right: 20px;
}

@keyframes pulse {
  0%, 100% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-10%, -10%) scale(1.1);
  }
}
/***** //landing *****/
.main_stitle {
  font-size: 24px;
  font-weight: 400;
  color: var(--baekjoong-red);
}

.main_title {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  line-height: 1.4;
  font-size: 48px;
  padding-top: 37px;
  padding-bottom: 49px;
}

.main_span {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
  line-height: 1.4;
  display: inline-block;
  padding-bottom: 58px;
}

.vert_txt {
  writing-mode: vertical-rl;
  font-size: 16px;
  font-weight: 400;
  color: #818080;
}

.go_btn {
  transition: all ease 1s;
}
.go_btn a {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  font-family: "Noto Sans KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
  color: #fff;
}
.go_btn a i {
  background: var(--baekjoong-red);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.go_btn a:hover i {
  transform: translateX(5px);
}

/***** main *****/
.desc {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 500;
  color: #4b4b4b;
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}
.desc b {
  font-weight: 700;
}

.swiper-button-next,
.swiper-button-prev {
  background: none !important; /* 배경 이미지 제거 */
  width: 30px; /* 필요 시 크기 조정 */
  height: 30px;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none; /* 기본 화살표 제거 */
}

.mainbanner {
  width: 100%;
  max-height: 1080px;
  height: 100vh;
  overflow: hidden;
  position: relative;
}
.mainbanner .swiper {
  width: 100%;
  height: 100%;
}
.mainbanner .swiper-wrpper {
  width: 100%;
  height: 100%;
}
.mainbanner.songdo .swiper-slide {
  width: 100%;
  height: 100%;
}
.mainbanner.songdo .swiper-slide.slide1 {
  background: url("../img/son_mainbanner1_bg.jpg") no-repeat center;
  background-size: cover;
}
.mainbanner.songdo .swiper-slide.slide2 {
  background: url("../img/son_mainbanner2_bg.jpg") no-repeat center;
  background-size: cover;
}
.mainbanner.songdo .swiper-slide.slide2 h3,
.mainbanner.songdo .swiper-slide.slide2 .desc {
  color: #fff;
}
.mainbanner.songdo .swiper-slide.slide3 {
  background: url("../img/son_mainbanner3_bg.jpg") no-repeat center;
  background-size: cover;
}
.mainbanner .swiper-slide {
  width: 100%;
  height: 100%;
}
.mainbanner .swiper-slide.slide1 {
  background: url("../img/mainbanner1_bg.jpg") no-repeat center;
  background-size: cover;
}
.mainbanner .swiper-slide.slide2 {
  background: url("../img/mainbanner2_bg.jpg") no-repeat center;
  background-size: cover;
}
.mainbanner .swiper-slide.slide2 h3,
.mainbanner .swiper-slide.slide2 .desc {
  color: #fff;
}
.mainbanner .swiper-slide.slide3 {
  background: url("../img/mainbanner3_bg.jpg") no-repeat center;
  background-size: cover;
}
.mainbanner_cont {
  width: 1180px;
  height: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mainbanner_cont h3 {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: white;
  font-size: 60px;
  line-height: 1.3;
  margin-bottom: 45px;
  transform: translateY(60px);
  opacity: 0;
  transition: all ease 1s;
}
.mainbanner_cont .desc {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 26px;
  color: #fff;
  opacity: 0;
  transform: translateY(-60px);
  transition: all ease 1s;
}
.mainbanner .active .mainbanner_cont h3 {
  opacity: 1;
  transform: translateY(0px);
}
.mainbanner .active .mainbanner_cont .desc {
  opacity: 1;
  transform: translateY(0px);
}
.mainbanner .active .mainbanner_cont .go_btn {
  opacity: 1;
  transform: translateY(0px);
}
.mainbanner .swiper-pagination {
  position: absolute;
  bottom: 100px;
  left: calc(50% - 700px);
  display: inline-block;
  width: initial;
  color: #fff;
  font-weight: 600;
}
.mainbanner .swiper-pagination-total {
  margin-left: 150px;
}
.mainbanner .swiper-pagination-bar {
  position: absolute;
  bottom: 106px;
  left: calc(50% - 670px);
  width: 120px;
  height: 2px;
  background: rgba(255, 255, 255, 0.2);
  z-index: 5;
  transition: all ease 3s;
  transition-timing-function: linear;
}
.mainbanner .swiper-pagination-bar::after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: #fff;
  transform-origin: left center;
}
.mainbanner .swiper-pagination-bar.active::after {
  transition: all ease 4s;
  width: 100%;
}
.mainbanner .go_btn {
  margin-top: 102px;
  opacity: 0;
  transform: translateY(-60px);
  transition: all ease 1s;
}
.mainbanner .go_btn a {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 15px;
  font-family: "Noto Sans KR", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
  color: #fff;
}
.mainbanner .go_btn a i {
  background: var(--baekjoong-red);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.3s ease;
}
.mainbanner .go_btn a:hover i {
  transform: translateX(5px);
}

.top-banner {
  position: relative;
}
.top-banner .reserve-box {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 86px;
  position: absolute;
  top: -124px;
  right: 0;
  width: 730px;
  padding: 40px;
  background: #c30d23;
  border-radius: 60px 0px 0 0;
  z-index: 5;
  height: 244px;
  color: #fff;
}
.top-banner .reserve-box .rs_title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}
.top-banner .reserve-box .rs_stitle {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.top-banner .reserve-box .link_btn {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.top-banner .reserve-box .link_btn a {
  font-size: 16px;
  font-family: "Noto Sans KR", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 10px 30px;
}

.info-section {
  overflow: hidden;
  position: relative;
  background: #f8f8f8;
}
.info-section .info_inner {
  width: 880px;
  margin: 0 auto;
}
.info-section .info-box {
  width: 1327px;
  background: #fff;
  border-radius: 0px 60px 0px 0;
  padding: 60px 80px;
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 6;
  margin-top: 0px;
  height: 1110px;
  box-shadow: 20px 0 40px rgba(0, 0, 0, 0.08);
}
.info-section .info-box .info-header {
  display: flex;
  justify-content: space-between;
}
.info-section .info-box .info-header .time,
.info-section .info-box .info-header .way {
  display: flex;
  gap: 38px;
  color: #000;
}
.info-section .info-box .info-header .time p,
.info-section .info-box .info-header .way p {
  padding-top: 15px;
}
.info-section .info-box .info-header .time:not(.title),
.info-section .info-box .info-header .way:not(.title) {
  font-size: 20px;
  font-weight: 400;
  line-height: 1.6;
}
.info-section .info-box .info-header .time .title,
.info-section .info-box .info-header .way .title {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
}
.info-section .info-box .info-header .main-branch-time {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.info-section .info-box .info-header .main-branch-time em {
  width: 75px;
}
.info-section .info-box .info-header .main-branch-time li {
  white-space: nowrap;
}
.info-section .info_content {
  padding-top: 196px;
  display: flex;
  gap: 100px;
}
.info-section .info_content .go_btn a {
  color: #000;
}
.info-section .po_img {
  position: absolute;
  top: 390px;
  left: calc(50% + 170px);
}

@media screen and (max-width: 1830px) {
  .top-banner .reserve-box {
    display: flex;
    align-items: flex-start;
    justify-content: end;
    gap: 86px;
    position: absolute;
    top: -124px;
    right: 0;
    width: 730px;
    padding: 20px;
    background: #c30d23;
    border-radius: 60px 0px 0 0;
    z-index: 5;
    height: 244px;
    color: #fff;
    padding-right: 110px;
    padding-top: 39px;
    margin-top: -20px;
  }
  .main_only_pc {
    display: none;
  }
}
.treatment {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.treatment .img_box {
  background: url(../img/main_treatment.png) no-repeat;
  margin-bottom: 250px;
}
.treatment .img_box .trea_inner {
  padding-left: 312px;
  padding-top: 179px;
}
.treatment .vert_txt {
  position: absolute;
  left: calc(50% + 770px);
  top: 50px;
}
.treatment .main_arr_box {
  padding-top: 133px;
  padding-bottom: 210px;
  display: flex;
  gap: 30px;
}
.treatment .main_arr_box .main_arr {
  position: static;
}
.treatment .swiper-container {
  width: 1390px;
  /* margin: 0 auto; */
  overflow: hidden;
  position: absolute;
  top: 630px;
  left: calc(50% - 438px);
}
.treatment .swiper-container .slide-badge {
  color: #fff;
  background-color: #c30d23;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}
.treatment .swiper-container .slide-card:hover .slide-badge {
  background-color: #a00a1c;
}
.treatment .main_swiper {
  overflow: visible;
}
.treatment .swiper-slide {
  width: auto;
}

.prescription {
  background: url(../img/prescription_bg.jpg) no-repeat center;
  width: 100%;
}
.prescription .center {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
  padding-top: 150px;
}
.prescription .center .go_btn a {
  color: #000;
}
.prescription .pre_ul {
  padding-top: 50px;
  padding-bottom: 110px;
  display: flex;
}

.cause {
  background: #9e7a7a;
  padding-bottom: 140px;
}
.cause .cause_inner {
  width: 1414px;
  padding-top: 220px;
  margin: 0 auto;
  color: #fff;
  display: flex;
  gap: 90px;
}
.cause .cause_inner .main_stitle {
  color: #fff;
}
.cause .cause_card_wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  max-width: 1200px;
}
.cause .cause_card {
  position: relative;
  border-radius: 0 83px 0 0;
  overflow: hidden;
  height: 449px;
  background-color: #b39797;
  cursor: pointer;
  width: 412px;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.15);
}
.cause .cause_card:nth-child(2) {
  margin-top: 150px;
}
.cause .cause_card:nth-child(3) {
  margin-top: -150px;
}
.cause .cause_card .card_bg_hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  transition: opacity 0.4s ease;
}
.cause .cause_card:hover .card_bg_hover {
  opacity: 1;
}
.cause .cause_card .card_content {
  position: relative;
  z-index: 1;
  padding: 40px;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-right: 0;
}
.cause .cause_card .card_content h3 {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 28px;
  margin-bottom: 10px;
}
.cause .cause_card .card_content .card_en {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
  opacity: 0.9;
  margin-bottom: 20px;
}
.cause .cause_card .card_content .card_desc {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 22px;
  line-height: 1.6;
  margin-bottom: 20px;
}
.cause .cause_card:hover .slide-badge {
  background-color: #a00a1c;
}
.cause .cause_card .slide-badge {
  color: #fff;
  background-color: #c30d23;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 22px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 30px;
  right: 30px;
}

.middle_banner {
  background: url(../img/middle_img.png) no-repeat;
  width: 100%;
  background-size: cover;
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-position: right;
}
.middle_banner.songdo {
  background: url(../img/middle_img2.jpg) no-repeat;
  background-size: cover;
  background-position: right;
}
.middle_banner .middle_banner_box {
  width: 1414px;
  margin: 0 auto;
  padding-top: 86px;
  padding-bottom: 100px;
  height: 100%;
}
.middle_banner .middle_banner_box .main_span {
  padding-bottom: 0;
}
.middle_banner .main_title,
.middle_banner .main_span {
  color: #fff;
}
.middle_banner .row_box {
  display: flex;
  gap: 35px;
}

.doctor_wrap {
  background: #fdfdfd;
  padding-top: 180px;
}
.doctor_wrap .doctor-swiper {
  position: relative;
  max-width: 1270px;
  margin: 0 auto;
  width: 100%;
}
.doctor_wrap .doctor-swiper .swiper-slide {
  width: 100% !important;
  display: flex;
  opacity: 0 !important;
  transition: opacity 0.6s ease;
}
.doctor_wrap .doctor-swiper .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}
.doctor_wrap .doctor-swiper .slide-inner {
  max-width: 1340px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: flex-start;
  gap: 57px;
}
.doctor_wrap .doctor-swiper .doc_txt {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 48px;
  line-height: 1.4;
  padding-bottom: 40px;
}
.doctor_wrap .doctor-swiper .doc_sm {
  position: absolute;
  top: 420px;
  max-width: 345px;
  max-height: 231px;
  min-width: 345px;
  overflow: hidden;
}
.doctor_wrap .doctor-swiper .doc_sm img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.doctor_wrap .doctor-swiper .sub_stitle {
  padding-bottom: 50px;
}
.doctor_wrap .doctor-swiper .center-photo {
  padding-top: 160px;
}
.doctor_wrap .doctor-swiper .center-photo img {
  max-width: 100%;
}
.doctor_wrap .doctor-swiper .right-info {
  padding-top: 210px;
}
.doctor_wrap .doctor-swiper .right-info h3 {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 56px;
  margin-bottom: 20px;
}
.doctor_wrap .doctor-swiper .right-info h3 span {
  font-size: 26px;
  margin-left: 5px;
}
.doctor_wrap .doctor-swiper .right-info ul {
  padding-bottom: 70px;
}
.doctor_wrap .doctor-swiper .right-info ul li {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.8;
}
.doctor_wrap .doctor-swiper .go_btn a {
  color: #000;
}
.doctor_wrap .doctor-swiper .swiper-button-prev {
  top: 67%;
  left: calc(50% - 720px);
}
.doctor_wrap .doctor-swiper .swiper-button-next {
  top: 67%;
  left: calc(50% - 260px);
}

.main-case {
  padding: 160px 0;
}
.main-case ul {
  display: flex;
  justify-content: center;
}
.main-case ul li {
  margin: 0 20px;
  transition: transform 0.4s ease;
}
.main-case ul li a {
  display: block;
  border-radius: 0 66px 0 0;
  overflow: hidden;
  box-shadow: 0 0 20px 12px rgba(0, 0, 0, 0.1);
}
.main-case ul li:hover {
  transform: translateY(-12px);
}
.main-case ul li:hover a {
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.18);
}

.main-cs {
  background: url("../img/main_cs_bg.png") no-repeat left top;
  padding-top: 90px;
}
.main-cs .main_title {
  color: #fff;
}
.main-cs .main_stitle {
  color: #fff;
  line-height: 1.3;
}
.main-cs form {
  margin-top: 90px;
  width: 900px;
}
.main-cs form .flex {
  display: flex;
  justify-content: space-between;
}
.main-cs form input[type=text] {
  width: 49%;
  height: 50px;
  background: #fff;
  border: none;
  font-family: "Noto Sans KR", serif;
  padding: 4px 12px;
}
.main-cs form textarea {
  margin-top: 30px;
  height: 160px;
  width: 100%;
  background: #fff;
  border: none;
  padding: 4px 12px;
  font-family: "Noto Sans KR", serif;
}
.main-cs form .check {
  color: #fff;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.main-cs form .check a {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 4px 14px 6px;
}
.main-cs form .check button {
  background: var(--baekjoong-red);
  padding: 8px 40px;
  font-size: 18px;
  color: #fff;
}
.main-cs ul {
  display: flex;
  justify-content: center;
  margin-top: 100px;
}
.main-cs ul li {
  margin: 0 20px;
}
.main-cs ul li:last-child {
  border-radius: 0 0 60px 0;
  overflow: hidden;
}
.main-cs ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 360px;
  height: 360px;
  background: #313131;
  color: #fff;
}
.main-cs ul li a .subject {
  font-size: 26px;
  font-weight: 600;
  margin-top: 20px;
}
.main-cs ul li a .sub_txt {
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  margin-top: 15px;
  transition: transform 0.4s ease;
}
.main-cs ul li a i {
  margin-top: 20px;
  transition: transform 0.4s ease;
}
.main-cs ul li a:hover {
  background: var(--baekjoong-red);
}
.main-cs ul li a:hover .subject {
  transform: translateY(-10px);
}
.main-cs ul li a:hover .hover_area {
  max-height: 120px;
  opacity: 1;
  transform: translateY(0);
}
.main-cs ul li a .hover_area {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.4s ease;
}

.main-btm-slide {
  margin-top: 180px;
  width: 100%;
  position: relative;
}
.main-btm-slide .scm {
  width: 1400px;
}
.main-btm-slide .swiper {
  width: 100%;
  height: 766px;
  overflow: hidden;
}
.main-btm-slide .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.main-btm-slide .swiper-wrapper .swiper-slide {
  width: 100%;
  height: 100%;
}
.main-btm-slide .swiper-wrapper .swiper-slide-active .text {
  transform: translateX(0);
  opacity: 1;
}
.main-btm-slide .swiper-wrapper .slide1 {
  background: url("../img/main_btm_slide_bg1.jpg") no-repeat center/cover;
}
.main-btm-slide .swiper-wrapper .slide2 {
  background: url("../img/main_btm_slide_bg2.jpg") no-repeat center/cover;
}
.main-btm-slide .scm {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-btm-slide .text {
  color: #fff;
  font-size: 26px;
  line-height: 1.4;
  transform: translateX(120px);
  opacity: 0;
  transition: all ease 2s;
}
.main-btm-slide .swiper-button-prev,
.main-btm-slide .swiper-button-next {
  color: #fff;
  display: block;
}
.main-btm-slide .swiper-button-prev.swiper-button-disabled,
.main-btm-slide .swiper-button-next.swiper-button-disabled {
  opacity: 1;
}
.main-btm-slide .swiper-button-prev {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  left: calc(50% - 700px);
  bottom: 100px;
  top: auto;
  text-align: center;
  line-height: 48px;
  font-family: "SUIT";
  color: #fff;
}
.main-btm-slide .swiper-button-next {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  left: calc(50% - 630px);
  bottom: 100px;
  top: auto;
  text-align: center;
  line-height: 48px;
  font-family: "SUIT";
  color: #fff;
}

.main-branch {
  display: flex;
  color: #fff;
  font-size: 18px;
}
.main-branch-yongsan, .main-branch-songdo {
  width: 50%;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-left: 60px;
  position: relative;
}
.main-branch-yongsan {
  background: url("../img/main_branch_yongsan_bg.jpg") no-repeat center/cover;
}
.main-branch-songdo {
  background: url("../img/main_branch_songdo_bg.jpg") no-repeat center/cover;
}
.main-branch-name {
  font-size: 36px;
  line-height: 1.3;
  display: flex;
  justify-content: space-between;
  padding-right: 60px;
}
.main-branch-name a {
  font-size: 18px;
  display: block;
  width: 134px;
  height: 46px;
  background: #fff;
  border-radius: 50px;
  text-align: center;
  line-height: 46px;
  font-weight: 600;
  transition: all ease 0.2s;
  font-family: "SUIT", sans-serif;
}
.main-branch-name a:hover {
  background: var(--baekjoong-red);
  color: #fff !important;
}
.main-branch-name a.link-yongsan {
  color: #c30d23;
}
.main-branch-address {
  line-height: 1.3;
  margin-top: 40px;
}
.main-branch-time {
  margin-top: 30px;
  line-height: 1.5;
}
.main-branch-time em {
  display: inline-block;
  width: 68px;
  -moz-text-align-last: justify;
       text-align-last: justify;
  font-weight: 500;
  margin-right: 10px;
}
.main-branch-cnum {
  margin-top: 30px;
}
.main-branch-cnum em {
  font-weight: 500;
}
.main-branch-tel {
  display: flex;
  align-items: center;
  margin-top: 50px;
  font-size: 28px;
  font-weight: 600;
}
.main-branch-tel i {
  margin-right: 10px;
}
.main-branch-doctor {
  position: absolute;
  bottom: 0;
  right: 40px;
}
.main-branch-doctor .name {
  position: absolute;
  right: calc(100% + 40px);
  bottom: 80px;
  white-space: nowrap;
}

.footer {
  padding: 60px 0;
  background: #f7f7f8;
}
.footer_nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
}
.footer_nav ul {
  display: flex;
}
.footer_nav ul li {
  margin: 0 4px;
}
.footer_nav ul li a {
  display: block;
  padding: 4px;
}
.footer_info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 40px;
}
.footer_socials {
  display: flex;
  align-items: center;
}
.footer_socials li {
  margin: 0 6px;
}

/***********************************************/
.sub_visual {
  text-align: center;
}
.sub_visual h2 {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 58px;
  padding-bottom: 51px;
}
.sub_visual .sub_smtitle {
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
}
.sub_visual.sub1-1_vi {
  color: #000;
}

.sub_point {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 22px;
  color: var(--baekjoong-red);
  display: inline-block;
}

.sub_title {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 48px;
  padding-top: 42px;
  padding-bottom: 70px;
  line-height: 1.4;
}

.sub_stitle {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 22px;
  display: inline-block;
  line-height: 1.4;
}

.parallax {
  position: relative;
  will-change: transform;
}

.parallax[data-opacity] {
  opacity: 0;
  transition: opacity 0.3s ease-out;
  /* 살짝 부드럽게 전환 */
}

.sub_roll {
  position: relative;
  width: 100%;
  padding-top: 270px;
  height: 1200px;
}
.sub_roll .sub_title {
  padding-top: 43px;
  line-height: 1.4;
}
.sub_roll .swiper-controls {
  position: absolute;
  margin-left: calc(50% - 600px);
  top: 410px;
}
.sub_roll .swiper-controls .btn-prev,
.sub_roll .swiper-controls .btn-next {
  background-color: transparent;
}
.sub_roll .swiper-controls .btn-next {
  padding-left: 5px;
}
.sub_roll_ttl {
  width: 1180px;
  margin: 0 auto 80px;
  font-size: 40px;
  position: relative;
}
.sub_roll_ttl .ttl_txt {
  position: relative;
}
.sub_roll_ttl .ttl_txt::after {
  content: "";
  width: 130px;
  height: 2px;
  background: #d1d1d1;
  position: absolute;
  left: calc(100% + 24px);
  top: calc(50% - 1px);
}
.sub_roll_ttl small {
  font-size: 30px;
}
.sub_roll_swiper {
  margin-left: calc(50% - 270px);
  padding-bottom: 100px;
  margin-top: -375px;
}
.sub_roll_swiper .swiper {
  margin-bottom: 60px;
}
.sub_roll .swiper-slide {
  width: auto;
}
.sub_roll .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}

.hero_section {
  display: flex;
  justify-content: space-between;
  padding-bottom: 200px;
}
.hero_section .sub_top_img_wrap {
  width: 485px;
  height: 617px;
}
.hero_section .sub_top_img_wrap .sub_top_img {
  width: 0;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-top-right-radius: 90px;
  overflow: hidden;
  opacity: 0;
  transform: translateX(160px);
  transform-origin: left;
}
.hero_section .sub_top_img_wrap .sub_top_img.ani {
  animation: subTopImg 0.8s ease forwards;
}
@keyframes subTopImg {
  0% {
    width: 0;
    opacity: 0;
    transform: translateX(160px);
  }
  100% {
    width: 485px;
    opacity: 1;
    transform: translateX(0);
  }
}

.center_content {
  text-align: center;
}

.necessity {
  position: relative;
  background: url(../img/sub2-2_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 2835px;
  background-size: cover;
  padding-top: 220px;
  /* 데모용 placeholder */
}
.necessity .symptom_section {
  width: 100%;
  padding: 60px 0;
}
.necessity .symptom_container {
  position: relative;
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  gap: 200px;
  z-index: 1;
}
.necessity .symptom_column {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 120px;
}
.necessity .symptom_column.right {
  margin-top: 100px;
}
.necessity .symptom_card {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.necessity .symptom_card.first {
  background: transparent;
  border-radius: 0;
  box-shadow: none;
}
.necessity .symptom_card.first:hover {
  transform: translateY(0px);
  box-shadow: none;
}
.necessity .symptom_card:hover {
  transform: translateY(-5px);
}
.necessity .symptom_link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.necessity .symptom_card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.necessity .hover_icon {
  position: absolute;
  top: 46px;
  right: 66px;
  width: 44px;
  height: 43px;
  background: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.necessity .symptom_card:hover .hover_icon {
  opacity: 1;
  transform: translateY(0);
}
.necessity .placeholder {
  width: 489px;
  height: 663px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.necessity .placeholder h3 {
  font-size: 18px;
  color: #333;
  margin-bottom: 10px;
  font-weight: 600;
}
.necessity .placeholder p {
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}

.flowing-container {
  width: 100%;
  height: 165px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  line-height: 1.3;
  /* margin-bottom: 180px; */
  position: absolute;
  bottom: 260px;
  z-index: 0;
}
.flowing-container .flowing-text {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 175px;
  font-weight: bold;
  color: #f4f4f4;
  position: absolute;
  animation: scrollLeft 20s linear infinite;
  height: 200px;
  overflow: hidden;
}
.flowing-container .text-item {
  color: transparent;
  -webkit-text-stroke: 1px white;
  text-stroke: 1px white;
}
.flowing-container .text-item + .text-item {
  padding-left: 75px;
}

@keyframes scrollLeft {
  0% {
    left: 0%;
  }
  100% {
    left: -100%;
  }
}
.popLayer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.popLayer.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.popLayer .popLayer_inner {
  position: relative;
  background: #fff;
  border-radius: 12px;
  max-width: 1400px;
  max-height: 940px;
  /* width: 50%; */
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
  animation: fadeUp 0.4s ease;
  overflow: auto;
}
.popLayer .popLayer_inner .img {
  text-align: center;
}
.popLayer .popLayer_inner .img img {
  max-width: 100%;
  height: auto;
  display: block;
}
.popLayer .popLayer_cont {
  position: relative;
  /*a{
    transition: all ease 0.2s;
    &:hover{
      background: #00a1f1;
      opacity: 0.2;
    }
  }*/
}
.popLayer_close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 44px;
  height: 44px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 9999;
  text-indent: -9999px;
}
.popLayer_close::before, .popLayer_close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 2px;
}
.popLayer_close:hover {
  opacity: 0.6;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.sub1-1 {
  background: #000;
}
.sub1-1 .cont1 {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  margin-top: 200px;
  height: 600px;
  position: relative;
}
.sub1-1 .cont1 .img {
  position: absolute;
  left: calc(50% - 60px);
  top: -160px;
}
.sub1-1 .cont1 .txt {
  text-align: start;
  position: absolute;
  left: calc(50% - 640px);
  top: -140px;
}
.sub1-1 .cont1 .txt em {
  color: #c30d23;
  font-weight: 600;
}
.sub1-1 .cont2 {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  width: 1200px;
  margin: 0 auto;
  background: url("../img/sub1-1-1_i1.png") no-repeat top center;
  height: 890px;
  padding-top: 200px;
}
.sub1-1 .cont2 img {
  position: absolute;
  left: calc(50% - 800px);
  top: 1740px;
}
.sub1-1 .txt {
  text-align: end;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  left: calc(50% + 300px);
  top: 1840px;
}
.sub1-1 .cont3 {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  position: relative;
  height: 900px;
}
.sub1-1 .cont3 .inner {
  width: 1200px;
  margin: 0 auto 0;
}
.sub1-1 .cont3 .img {
  position: absolute;
  left: calc(50% - 50px);
  top: 250px;
}
.sub1-1 .cont3 .txt {
  position: absolute;
  left: calc(50% - 600px);
  top: 340px;
  text-align: start;
}
.sub1-1 .cont4 {
  position: relative;
  height: 900px;
  margin-top: 300px;
}
.sub1-1 .cont4 .img {
  position: absolute;
  left: calc(50% - 730px);
  top: 0;
}
.sub1-1 .cont4 .txt1 {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 50px;
  text-align: start;
  position: absolute;
  left: calc(50% - 400px);
  top: 360px;
  font-size: 40px;
}
.sub1-1 .cont4 .txt2 {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  position: absolute;
  left: calc(50% + 320px);
  top: 0px;
}
.sub1-1 .goals {
  position: relative;
  padding-top: 390px;
  padding-bottom: 200px;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub1-1 .goals .goals_title {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 48px;
  line-height: 1.4;
  color: #000;
  text-align: center;
  padding-bottom: 120px;
}
.sub1-1 .goals .body_subtitle {
  padding-top: 50px;
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 24px;
  text-align: center;
  line-height: 1.4;
}
.sub1-1 .goals .body_subtitle em {
  color: #c30d23;
}
.sub1-1 .body_wrapper {
  position: absolute;
  top: 610px;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.sub1-1 .body_box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  width: 50%;
}
.sub1-1 .body_box:nth-child(1) {
  left: calc(50% - 540px);
}
.sub1-1 .body_box:nth-child(2) {
  left: calc(50% + 80px);
  top: -240px;
}
.sub1-1 .body_box:nth-child(3) {
  left: calc(50% - 640px);
  top: -60px;
}
.sub1-1 .body_box:nth-child(4) {
  left: calc(50% + 100px);
  top: -220px;
}
.sub1-1 .body_box:nth-child(5) {
  left: calc(50% - 530px);
  top: -100px;
}
.sub1-1 .body_box:nth-child(odd)::before {
  background: url(../img/body_line.png) no-repeat;
  content: "";
  width: 190px;
  height: 16px;
  display: block;
  top: 50%;
  position: absolute;
  left: 270px;
  transform: translateY(-50%);
}
.sub1-1 .body_box:nth-child(odd) .body-image.hover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.sub1-1 .body_box:nth-child(even) {
  display: flex;
  justify-content: end;
}
.sub1-1 .body_box:nth-child(even)::before {
  background: url(../img/body_line.png) no-repeat;
  transform: rotate(180deg);
  content: "";
  width: 190px;
  height: 16px;
  display: block;
  top: 50%;
  position: absolute;
  left: 50px;
}
.sub1-1 .body_box:nth-child(even) .body-image.hover {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  opacity: 0;
}
.sub1-1 .body-image {
  width: 270px;
  height: 270px;
  display: block;
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.sub1-1 .body-image.default {
  position: relative;
  z-index: 2;
}
.sub1-1 .body_box:hover .body-image.default {
  opacity: 0;
}
.sub1-1 .body_box:hover .body-image.hover {
  opacity: 1;
}

.sub1-1_btm {
  background: url("../img/sub1-1_btm.jpg") no-repeat center/cover;
  text-align: center;
  padding: 230px 0;
  color: #fff;
}
.sub1-1_btm h3 {
  font-size: 50px;
  margin-bottom: 90px;
}
.sub1-1_btm .txt {
  font-size: 24px;
  line-height: 1.5;
}

.plus {
  position: relative;
}
.plus .cont1 .img {
  top: -100px;
}
.plus .cont1 .txt {
  top: -40px;
}
.plus .cont2 {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  width: 1200px;
  margin: 0 auto;
  background: url("../img/sub1-1-1_i1.png") no-repeat top center;
  height: 890px;
  padding-top: 0;
}
.plus .cont2 img {
  position: absolute;
  left: calc(50% - 800px);
  top: 560px;
}
.plus .cont2 .txt {
  text-align: end;
  font-size: 24px;
  line-height: 1.5;
  color: #fff;
  position: absolute;
  left: calc(50% + 300px);
  top: 630px;
}

.sub1_banner {
  background: url(../img/sub1_ban1.jpg) no-repeat center/cover;
  width: 100%;
  height: 827px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.sub1_banner b {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 22px;
  color: #c30d23;
}
.sub1_banner p {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 40px;
  line-height: 1.4;
  padding-top: 44px;
  padding-bottom: 73px;
}
.sub1_banner span {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 24px;
  line-height: 1.4;
}

.sub1_banner2 {
  background: url(../img/sub1_ban2.jpg) no-repeat center/cover;
  width: 100%;
  height: 539px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}
.sub1_banner2 p {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 28px;
  line-height: 1.6;
  color: #fff;
}

.specialist .flex_box {
  display: flex;
  gap: 29px;
}
.specialist_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 80px;
}
.specialist_inner:nth-child(1) {
  padding-bottom: 302px;
}
.specialist_content {
  flex: 1;
}
.specialist_en {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  color: #c30d23;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.specialist_name {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 25px;
}
.specialist_name strong {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 64px;
  font-weight: 700;
}
.specialist_name span {
  font-weight: 400;
  font-size: 24px;
  margin-left: 10px;
}
.specialist_desc {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 32px;
  line-height: 1.4;
  margin-bottom: 50px;
}
.specialist_group {
  margin-bottom: 35px;
}
.specialist .padding {
  padding-bottom: 30px;
}
.specialist_ttl {
  font-size: 24px;
  color: #c30d23;
  font-weight: 600;
  margin-bottom: 10px;
  padding-bottom: 30px;
}
.specialist_txt {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
  line-height: 1.4;
}
.specialist_list li {
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
  line-height: 1.7;
}
.specialist_image {
  flex: 0 0 420px;
  text-align: right;
}
.specialist_image img {
  max-width: 100%;
  height: auto;
  display: block;
}
.specialist_image::before {
  background: url(../img/doc_img1_be.png) no-repeat center;
  content: "";
  width: 582px;
  height: 582px;
  display: block;
  position: absolute;
  z-index: -1;
  margin-left: 140px;
}
.specialist .point_line {
  padding-left: 25px;
  border-left: 4px solid #b92335;
}
.specialist .sec2 {
  padding: 240px 0;
}
.specialist .field {
  background: url(../img/sub2_be.png) no-repeat center;
  background-size: cover;
  width: 100%;
  padding-bottom: 200px;
}
.specialist .field p {
  font-family: "KoPubWorld Batang", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  font-size: 48px;
  padding-bottom: 80px;
}
.specialist .field ul {
  display: flex;
  flex-wrap: wrap;
  row-gap: 146px;
  justify-content: space-between;
}
.specialist .field ul li {
  width: 50%;
}
.specialist .field ul li:nth-child(even) {
  text-align: center;
}

.sub1-3 .map_txt {
  padding-bottom: 65px;
}
.sub1-3 .map_txt .sub_title {
  padding-top: 43px;
  padding-bottom: 72px;
}
.sub1-3 .padding {
  padding-bottom: 230px;
}
.sub1-3 .map_content {
  display: flex;
  gap: 62px;
  padding-bottom: 230px;
}
.sub1-3 .section_address {
  display: none !important;
}
.sub1-3 .map_con_txt {
  padding-top: 50px;
}
.sub1-3 .map_con_txt {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sub1-3 .gallery_swiper {
  padding-bottom: 230px;
  display: flex;
  gap: 30px;
  max-width: 1400px;
  margin: 0 auto;
}
.sub1-3 .gallery_main {
  width: calc(100% - 200px);
  height: 520px;
}
.sub1-3 .gallery_main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 6px;
}
.sub1-3 .gallery_thumb_wrap {
  width: 170px;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
.sub1-3 .gallery_thumb {
  height: 420px;
  width: 100%;
  overflow: hidden;
}
.sub1-3 .gallery_thumb .swiper-slide {
  height: 120px;
  opacity: 0.4;
  cursor: pointer;
}
.sub1-3 .gallery_thumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.sub1-3 .gallery_thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
}
.sub1-3 .gallery_nav {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}
.sub1-3 .gallery_nav button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  cursor: pointer;
}

.sub2-1 .effects {
  padding-top: 280px;
  text-align: center;
  position: relative;
  height: 2400px;
}
.sub2-1 .effects .sub_stitle {
  padding-bottom: 240px;
}
.sub2-1 .effects .cushing_img {
  position: absolute;
  top: 600px;
  left: 55%;
  transform: translateX(-50%);
}
.sub2-1 .effects2 {
  height: auto;
  padding-top: 100px;
}
.sub2-1 .effects2 .sub_stitle {
  padding-bottom: 90px;
}
.sub2-1 .effects2 .sub_stitle:last-child {
  padding-top: 50px;
}
.sub2-1 .patient {
  text-align: center;
}

.sub2-2 .effects {
  display: flex;
  flex-direction: column;
}
.sub2-2 .effects .txt {
  text-align: center;
}
.sub2-2 .effects .cushing_img {
  top: 1300px;
}
.sub2-2 .effects .line {
  text-align: center;
  padding: 70px 0;
}
.sub2-2 .effects ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
.sub2-2 .effects ul li:nth-child(2) {
  text-align: end;
}
.sub2-2 .effects ul li:nth-child(3) {
  text-align: center;
  padding-right: 130px;
}
.sub2-2 .effects .sub_stitle.sc {
  text-align: center;
  padding-top: 109px;
  padding-bottom: 189px;
}
.sub2-2 .sub2-2treatment {
  padding-top: 370px;
}
.sub2-2 .sub2-2treatment .sub_stitle {
  padding-bottom: 133px;
}
.sub2-2 .sub2-2treatment .sub_stitle:last-child {
  padding-top: 70px;
}
.sub2-2 .uniq {
  background: url(../img/sub2-2sp.jpg) no-repeat;
  width: 100%;
  background-size: cover;
  height: 1308px;
}
.sub2-2 .uniq .uniq_box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.sub2-2 .uniq .uniq_box .sub_stitle {
  padding-bottom: 110px;
}
.sub2-2 .youtube {
  padding-bottom: 250px;
  width: 1380px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.sub2-2 .youtube .youtube_container {
  position: relative;
  display: inline-block;
}
.sub2-2 .youtube .txt {
  padding-top: 50px;
}
.sub2-2 .youtube .youtube_link_btn {
  position: absolute;
  bottom: -35px;
  right: 0;
  background-color: #1a1a1a;
  color: white;
  padding: 12px 40px;
  /* border-radius: 8px; */
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 10;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  width: 388px;
  height: 84px;
  display: flex;
  justify-content: space-between;
}
.sub2-2 .youtube .youtube_container:hover .youtube_link_btn {
  opacity: 1;
}
.sub2-2 .youtube .youtube_link_btn:hover {
  background-color: #2a2a2a;
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}
.sub2-2 .youtube .arrow_icon {
  width: 28px;
  height: 28px;
  transition: transform 0.2s ease;
}
.sub2-2 .youtube .youtube_link_btn:hover .arrow_icon {
  transform: translate(2px, -2px);
}
.sub2-2 .main-btm-slide {
  margin-top: 0;
}

.sub2-3 .Principle .sub_stitle {
  padding-bottom: 101px;
}
.sub2-3 .expec {
  padding-bottom: 150px;
}
.sub2-3 .expec .sub_stitle {
  padding-bottom: 109px;
}
.sub2-3 .necessity {
  background: url(../img/sub2-3_bg.jpg) no-repeat center/cover;
  width: 100%;
  height: 3896px;
}
.sub2-3 .main-btm-slide {
  margin-top: 0;
}

.sub3-1 .sub_roll_swiper {
  margin-left: calc(50% - 210px);
}
.sub3-1 .Principle .sub_stitle {
  padding-bottom: 150px;
}
.sub3-1 .necessity {
  position: relative;
  background: url(../img/sub3-1_bg.jpg) no-repeat center/cover;
  height: 3596px;
}
.sub3-1 .necessity .sm_banner {
  position: absolute;
  bottom: -480px;
}
.sub3-1 .necessity .flowing-container {
  bottom: 800px;
}
.sub3-1 .main-btm-slide {
  margin-top: 0;
}

.sub3-2 .Principle .sub_stitle {
  padding-bottom: 70px;
}
.sub3-2 .image-container {
  display: flex;
  gap: 20px;
  margin: 0 auto;
  justify-content: center;
}
.sub3-2 .image-box {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.sub3-2 .image-box img {
  width: 100%;
  display: block;
  transition: opacity 0.3s ease;
}
.sub3-2 .default-image {
  position: relative;
}
.sub3-2 .hover-image {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.sub3-2 .image-box:hover .hover-image {
  opacity: 1;
}
.sub3-2 .sub_roll_swiper {
  margin-left: calc(50% - 210px);
  margin-top: -535px;
}
.sub3-2 .sub_roll .swiper-controls {
  top: 560px;
}
.sub3-2 .necessity {
  position: relative;
  background: url(../img/sub3-2_bg.jpg) no-repeat center/cover;
  height: 3673px;
}
.sub3-2 .necessity .sm_banner {
  position: absolute;
  bottom: -480px;
}
.sub3-2 .necessity .flowing-container {
  bottom: 800px;
}
.sub3-2 .main-btm-slide {
  margin-top: 0;
}

.sub3-3 .Principle .sub_stitle {
  padding-bottom: 70px;
}
.sub3-3 .sub_roll_swiper {
  margin-left: calc(50% - 210px);
}
.sub3-3 .necessity {
  position: relative;
  background: url(../img/sub3-3_bg.jpg) no-repeat center/cover;
  height: 3596px;
}
.sub3-3 .necessity .sm_banner {
  position: absolute;
  bottom: -480px;
}
.sub3-3 .necessity .flowing-container {
  bottom: 800px;
}
.sub3-3 .main-btm-slide {
  margin-top: 0;
}

.sub3-4 .Principle .sub_stitle {
  padding-bottom: 70px;
}
.sub3-4 .sub_roll_swiper {
  margin-left: calc(50% - 210px);
}
.sub3-4 .necessity {
  position: relative;
  background: url(../img/sub3-4_bg.jpg) no-repeat center/cover;
  height: 3630px;
}
.sub3-4 .necessity .sm_banner {
  position: absolute;
  bottom: -480px;
}
.sub3-4 .necessity .flowing-container {
  bottom: 800px;
}
.sub3-4 .main-btm-slide {
  margin-top: 0;
}

.sub3-5 .Principle .sub_stitle {
  padding-bottom: 70px;
}
.sub3-5 .sub_roll_swiper {
  margin-left: calc(50% - 210px);
}
.sub3-5 .necessity {
  position: relative;
  background: url(../img/sub3-5_bg.jpg) no-repeat center/cover;
  height: 3596px;
}
.sub3-5 .necessity .sm_banner {
  position: absolute;
  bottom: -480px;
}
.sub3-5 .necessity .flowing-container {
  bottom: 800px;
}
.sub3-5 .main-btm-slide {
  margin-top: 0;
}
.sub3-5 .sub_roll .swiper-controls {
  top: 480px;
}

.sub4-1 .Principle .sub_stitle {
  padding-bottom: 70px;
}
.sub4-1 .Principle + .Principle {
  padding-top: 450px;
}
.sub4-1 .sub_roll_swiper {
  margin-left: calc(50% - 210px);
}
.sub4-1 .necessity {
  position: relative;
  background: url(../img/sub4-1_bg.jpg) no-repeat center/cover;
  height: 2648px;
}
.sub4-1 .necessity .sm_banner {
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
}
.sub4-1 .necessity .flowing-container {
  bottom: 800px;
}
.sub4-1 .main-btm-slide {
  margin-top: 0;
}
.sub4-1 .sub_roll .swiper-controls {
  top: 380px;
}

.sub4-2 .Principle .sub_stitle {
  padding-bottom: 70px;
}
.sub4-2 .Principle + .Principle {
  padding-top: 450px;
}
.sub4-2 .sub_roll_swiper {
  margin-left: calc(50% - 210px);
}
.sub4-2 .necessity {
  position: relative;
  background: url(../img/sub4-2_bg.jpg) no-repeat center/cover;
  height: 4109px;
}
.sub4-2 .necessity .sm_banner {
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
}
.sub4-2 .necessity .flowing-container {
  bottom: 800px;
}
.sub4-2 .main-btm-slide {
  margin-top: 0;
}
.sub4-2 .sub_roll .swiper-controls {
  top: 380px;
}

.sub4-3 .Principle + .Principle {
  padding-top: 280px;
}
.sub4-3 .Principle + .Principle .sub_stitle {
  padding-bottom: 170px;
}
.sub4-3 .Principle ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 1180px;
  margin: 0 auto;
  padding-top: 117px;
  padding-bottom: 108px;
}
.sub4-3 .Principle ul li:nth-child(1) {
  text-align: justify;
}
.sub4-3 .Principle ul li:nth-child(2) {
  text-align: end;
}
.sub4-3 .Principle ul li:nth-child(3) {
  text-align: center;
  padding-right: 130px;
}
.sub4-3 .necessity {
  position: relative;
  background: url(../img/sub4-3_bg.jpg) no-repeat center/cover;
  height: 2648px;
}
.sub4-3 .necessity .sm_banner {
  position: absolute;
  bottom: 230px;
  left: 50%;
  transform: translateX(-50%);
}
.sub4-3 .necessity .flowing-container {
  bottom: 800px;
}
.sub4-3 .main-btm-slide {
  margin-top: 0;
}
.sub4-3 .sub_roll .swiper-controls {
  top: 380px;
}

.sub4-4 .Principle + .Principle {
  padding-top: 280px;
}
.sub4-4 .Principle + .Principle .sub_stitle {
  padding-bottom: 170px;
}
.sub4-4 .Principle ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  width: 1180px;
  margin: 0 auto;
  padding-top: 117px;
  padding-bottom: 108px;
}
.sub4-4 .Principle ul li:nth-child(1) {
  text-align: justify;
}
.sub4-4 .Principle ul li:nth-child(2) {
  text-align: end;
}
.sub4-4 .Principle ul li:nth-child(3) {
  text-align: center;
  padding-right: 130px;
}
.sub4-4 .necessity {
  position: relative;
  background: url(../img/sub4-4_bg.jpg) no-repeat center/cover;
  height: 2639px;
  text-align: center;
  padding-top: 170px;
}
.sub4-4 .necessity .sm_banner {
  position: absolute;
  bottom: 150px;
  left: 50%;
  transform: translateX(-50%);
}
.sub4-4 .necessity .flowing-container {
  bottom: 950px;
}
.sub4-4 .necessity .symptom_container {
  justify-content: center;
  flex-direction: column;
  gap: 100px;
}
.sub4-4 .necessity .symptom_container ul {
  display: flex;
  justify-content: space-between;
}
.sub4-4 .main-btm-slide {
  margin-top: 0;
}
.sub4-4 .sub_roll .swiper-controls {
  top: 380px;
}

.policy-container h2,
.policy-container h3,
.policy-container h4,
.policy-container h5,
.policy-container ul {
  margin: 1.2em 0 0.8em;
}

.policy-container h2 {
  font-size: 2.5em;
}

.policy-container h3 {
  font-size: 2.2em;
}

.policy-container h4 {
  font-size: 1.5em;
}

.policy-container h5 {
  font-size: 1.5em;
}

.policy-container li {
  font-size: 1.3em;
  line-height: 1.3em;
  margin-bottom: 3em;
}

.policy-container li > p {
  font-size: 1em;
  line-height: 1.5em;
}

.policy-container div > p {
  font-size: 1.3em;
  line-height: 1.5em;
}

.policy-container {
  padding: 8em 0;
  max-width: 1276px;
  margin: 0 auto;
}

.policy-container > div {
  margin-bottom: 6em;
}

@media screen and (max-width: 768px) {
  .sub_visual_ttl {
    padding-top: 290px;
    padding-left: 20px;
  }
  .policy-container {
    padding: 8em 20px;
  }
}
.board_tab {
  display: flex;
  justify-content: center;
}

.board_tab ul {
  display: flex;
  gap: 20px;
  width: 1200px;
  margin: 0 auto;
}

.board_tab li {
  width: 100%;
}
.board_tab li.on a {
  background: var(--baekjoong-red);
  color: #fff;
}

.board_tab li a {
  padding: 10px 20px;
  color: var(--baekjoong-red);
  display: block;
  text-align: center;
  font-size: 32px;
  padding: 13px 0;
  border: 2px solid var(--baekjoong-red);
  font-family: "suit", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.around_box {
  position: relative;
  overflow: hidden;
}
.around_box .around-wrapper {
  max-height: 500px;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 30px;
}
.around_box .around-wrapper .around_swiper {
  width: 100%;
  max-width: 1200px;
  max-height: 500px;
  position: relative;
}
.around_box .around-wrapper .around_swiper .swiper-slide {
  width: 100%;
  height: 600px;
}
.around_box .around-wrapper .around_swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.around_box .around-wrapper .thum {
  position: relative;
}
.around_box .around-wrapper .thumb-swiper {
  position: relative;
  top: -33px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  /* 드래그 방지 */
  -webkit-user-drag: none;
  width: 100%;
  max-height: 430px;
}
.around_box .around-wrapper .thumb-swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}
.around_box .around-wrapper .thumb-swiper .swiper-slide {
  flex: 0 0 auto;
  width: auto;
  height: 100px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s ease;
}
.around_box .around-wrapper .thumb-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.around_box .around-wrapper .thumb-swiper .swiper-slide-thumb-active {
  opacity: 1;
  border: 2px solid var(--baekjoong-red);
}
.around_box .around-wrapper .swiper-button-next,
.around_box .around-wrapper .swiper-button-prev {
  top: 100%;
}

.swiper-button-prev,
.swiper-button-next {
  background: none;
  color: inherit;
}

/* 커스텀 스타일 */
.custom-prev,
.custom-next {
  position: absolute;
  top: 103%;
  z-index: 10;
  width: 47px;
  height: 47px;
  cursor: pointer;
  box-shadow: -3.4px 4.9px 15px rgba(2, 64, 151, 0.25);
  transition: box-shadow 0.3s ease;
  color: #003b83;
  display: block;
  border-radius: 50%;
  padding: 12px;
}

.custom-prev {
  margin-left: 44px;
}

.mob_only {
  display: none;
}/*# sourceMappingURL=style.css.map */