
/*=================== 공통 스타일 정의 ====================*/
section {
  font-size: 12px;
}

.section-title {
  font-family: 'hannari';
  font-size: 4.5em;
  letter-spacing: -1px;
  
  @media screen and (max-width: 690px) {
    font-size: 2em;
  }
  
  @media screen and (min-width: 691px) and (max-width: 1024px) {
    font-size: 34px !important;
  }
}

section .inner {
  width: 74.479vw;
  max-width: 1430px;
  margin: 0 auto;

  @media screen and (max-width: 690px) {
    width: auto;
    margin: 0 30px;
  }
  
  @media screen and (min-width: 691px) and (max-width: 1024px) {
    width: 90%;
  }
}

/* VIEW MORE 버튼 */
section .moreBtn {
  width: 7.813vw;
  height: 1.823vw;
  min-width: 110px;
  min-height: 27px;
  max-width: 150px;
  max-height: 35px;
  background-color: transparent;
  border: 1px solid var(--color-black);
  font-family: "lineSeed-rg";
  font-size: 1.333em;
  transition: all 0.4s;
  
  @media screen and (max-width: 767px) {
    font-size: 1em;
  }
}

@media screen and (min-width: 1440px) {
  section .moreBtn:hover {
    background-color: var(--color-black);
    color: #fff;
  }
}

/* br 태그 */
.mo-only {
  display: none;
}

@media screen and (max-width: 690px) {
  section.clinic .section-title {
    font-size: 1.8em;
  }
  
  .mo-only {
    display: block;
  }
}

/*=================== 메인배너 섹션 ====================*/
.slick-list,
.slick-track {
  height: 100%;
}

.mainBanner-slider video {
  width: 100%;
  /* height: auto; */
  height: 100%;
  object-fit: cover;
}

.mainBanner-slider .slick-dots {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.slick-dots li,
.slick-dots li button:before {
  width: 15px;
  height: 15px;
}

.mainBanner-slider .slick-dots li.slick-active button:before {
  background-color: #D7C5AE;
}

@media screen and (max-width: 690px) {
  .mainBanner-slider {
    height: calc(100svh - 75px - 70px) !important;
  }

  .mainBanner-slider .slick-dots {
    bottom: 14px;
  }
}

@media screen and (min-width: 691px) {
  .mainBanner-slider {
    max-height: 850px;
  }

  .mainBanner-slider .slick-dots {
    bottom: 1.25vw;
    gap: 2.083vw;
  }
}

@media screen and (max-width: 767px) {
  section.mainBanner {
    margin-top: 70px;
  }
}

@media screen and (min-width: 768px) {
  section.mainBanner {
    margin-top: 100px;
  }
}

@media screen and (max-width: 1024px) {
  .slick-dots li,
  .slick-dots li button:before {
    width: 12px;
    height: 12px;
    margin: 0 4px;
  }
}

@media screen and (min-width: 1024px){
  .mainBanner-slider {
    max-width: 1920px;
    margin: 0 auto;
    height: calc(100svh - 100px);
    overflow: hidden;
  }
}

/*=================== END 메인배너 섹션 ====================*/

/*===================== 진료 종류 섹션 =====================*/
section.clinic {
  height: 84.271vw; 
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
  overflow: hidden;
  font-size: 12px;
}

section.clinic::after {
  content: 'Best Beauty\A CLINIC';
  text-align: right;
  font-size: 10em;
  font-family: 'hannari';
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.1;
  white-space: pre;
  position: absolute;
  top: 243.84px;
  right: 17.28px;
}

section.clinic .section-title {
  white-space: pre-line;
  word-break: break-all;
  margin-top: 142px;
  margin-left: 138px;
  margin-bottom: 138px;
  z-index: 1;
}

section.clinic .cont {
  height: fit-content;
}

section.clinic .cont.obgy {
  margin-left: 18.88em;
  margin-top: 19.16666em;

  @media screen and (max-width: 690px) {
    margin-top: 60px;
  }

  @media screen and (min-width: 691px) and (max-width: 767px) {
    margin-top: 43.997px;
  }
}

section.clinic .cont::after {
  content: '';
  width: 1675px;
  height: 550px;
  background-color: var(--color-beige100);
  position: absolute;
}

section.clinic .cont.derma::after {
  top: -71px;
  left: 245px;
}

section.clinic .cont.obgy::after {
  top: -80px;
  left: -226.56px;
}

section.clinic .clinic-list {
  z-index: 1;
  align-items: center;
}

section.clinic .cont .clinic-list { 
  gap: max(2.083vw, 20px);
}

section.clinic .cont.derma .clinic-list .title-img {
  margin-right: 10em;

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    margin-right: 0;
  }

  @media screen and (min-width: 1025px) and (max-width: 1919px) {
    margin-right: 5em;
  }
}

section.clinic .cont.obgy .clinic-list .title-img {
  margin-left: 10em;

  @media screen and (min-width: 768px) and (max-width: 1024px) {
    margin-left: 0;
  }

  @media screen and (min-width: 1025px) and (max-width: 1919px) {
    margin-left: 5em;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1919px) {
  section.clinic .cont .clinic-list .title-img {
    height: 100%;
  }
}

section.clinic .clinic-item {
  width: max(216px, 14.063vw);
  height: max(400px, 20.833vw);
  max-width: 270px;
  max-height: 400px;
  min-height: 355px;
  flex-shrink: 0;
}

section.clinic .clinic-item::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(67, 56, 43, 0.85);
  z-index: 0;
}

section.clinic .clinic-item .departments {
  position: absolute;
  top: 0;
  left: 0;
}

section.clinic .cont.derma .clinic-item .departments { 
  margin-top: 24px;
}

section.clinic .cont.obgy .clinic-item .departments { 
  margin-top: 3.58333em;
  height: calc(100% - 3.58333em);
}

section.clinic .clinic-item .departments h1,
section.clinic .clinic-item .departments li {
  z-index: 1;
}

section.clinic .clinic-item .departments h1 {
  font-family: 'hannari';
  font-size: 2.33em;
  line-height: 1.5;
  color: #fff;
  margin-bottom:15px;
}

section.clinic .cont.derma .clinic-item .departments h1 {
  margin-bottom: 12px;
}

section.clinic .clinic-item .departments li {
  font-size: 1.333em;
  letter-spacing: -1px;
  font-family: "lineSeed-th";
  line-height: 2.3;
  color: #fff !important;

  @media screen and (max-width: 1024px) {
    font-size: 1.15em;
  }
  
  @media screen and (min-width: 1025px) and (max-width: 1669px) {
    font-size: 1.2em;
  }
}

section.clinic .cont.derma .clinic-item .departments li:hover,
section.clinic .cont.obgy .clinic-item .departments li.white:hover {
  font-family: 'lineSeed-rg';
}

section.clinic .clinic-item .departments li a {
  color: #fff !important;
}

@media screen and (min-width: 768px) and (max-width:1024px) {
  section.clinic .cont.obgy {
    margin-top: 8vw;
  }

  section.clinic .cont .clinic-list{
    width: calc(100% - 40px);
    margin: 48vw 20px 0 20px;
  }

  section.clinic .cont .clinic-list .title-img {
    position: absolute;
    top: 10px;
    width: calc(100% - 40px);
    height: 45vw;
  }
  
  section.clinic .cont.derma .clinic-list .title-img img {
    object-position: 0 100%;
  }

  section.clinic .cont.obgy .clinic-list .title-img img {
    object-position: 0 -90px;
  }
  
  section.clinic .clinic-item { 
    width: calc(100% / 3 - 14px);
    height: 43em;
    max-width: unset;
    max-height: unset;
    font-size: 12px;
  }
  
  section.clinic .cont .clinic-item .departments h1 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
  }
  
  section.clinic .cont .clinic-item img {
    width: 100%;
  }

  section.clinic .clinic-item .departments li {
    font-size: 1.5em !important;
  } 
}

@media screen and (max-width: 1024px) {
  section.clinic {
    height: fit-content;
  }
  
  section.clinic .section-title {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: 0;
    width: 100%;
  }
  
  section.clinic .cont {
    width: 100%;
  }

  section.clinic::after,
  section.clinic .cont::after {
    display: none;
  }
  
  section.clinic .cont.obgy {
    margin-left: 0;
  }

  section.clinic .clinic-list {
    display: flex;
    margin: 20px 20px 0 20px;
    overflow: visible;
  }

  section.clinic .swiper-wrapper {
    justify-content: flex-start;
  }

  section.clinic .slick-list {
    overflow: visible;
  }

  section.clinic .clinic-item {
    flex-shrink: 0;
  }

  section.clinic .cont .title-img {
    width: 100%;
    height: 61.333vw;
  }
  section.clinic .cont .title-img img {
    width: 100%;
  }
}

@media screen and (min-width: 1025px) {
  section.clinic {
    max-height: 1619px;
  }
  
  section.clinic .cont {
    width: 87.24vw;
    max-width: 1675px;
    height: 33.333em;
    /* height: fit-content; */
    min-height: 400px;
  }
  
  section.clinic .cont.derma .title-img,
  section.clinic .cont.derma .clinic-item {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transform: translateX(-50px);
  }

  section.clinic .cont.obgy .title-img,
  section.clinic .cont.obgy .clinic-item {
    opacity: 0;
    transition: opacity 0.8s ease-out, transform 0.8s ease-out;
    transform: translateX(50px);
  }

  section.clinic .title-img.active,
  section.clinic .clinic-item.active {
    opacity: 1 !important;
    transform: translateX(0) !important;
  }

  section.clinic .cont.obgy .clinic-item {
    transition-delay: 0.4s;
  }

  section.clinic .cont.obgy .title-img {
    transition-delay: 0.5s;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1620px) {
  section.clinic {
    height: fit-content;
    display: flex;
    flex-direction: column;
  }
  
  section.clinic .cont.obgy {
    margin-top: 11em;
    margin-left:auto;
  }
  
  section.clinic .cont.obgy .clinic-list {
    justify-content: flex-end;
  }
  
  section.clinic .clinic-item {
    height: 365px;
    min-height: 365px;
  }
}


@media screen and (min-width: 1025px) and (max-width: 1669px) {
  section.clinic {
    height: 126em;
  }

  section.clinic .cont::after {
    height: 38em;
  }

  section.clinic .cont.derma::after {
    top: -5em;
  }

  section.clinic .cont.obgy::after {
    top: -4em;
  }

}

/*=================== END 진료 종류 섹션 ===================*/

/*=================== 얼굴 부위 섹션 ===================*/
section.pof {
  margin-top: max(90px,10.729vw);
  padding-bottom: max(90px,14.115vw);
  
  @media screen and (max-width: 690px) {
    margin-top: 25.729vw;
    padding-bottom: 29.115vw;
  }
}

section.pof .inner{
  width: 57.292vw;
  max-width: 1100px;
  
  @media screen and (max-width: 690px) {
    width: auto;
  }
 
  @media screen and (min-width: 691px) and (max-width: 1024px) {
    width: 90%;
  }
}

section.pof .section-title {
  font-size: 4.5em;
  margin-bottom: max(25px, 3.906vw);
  
  @media screen and (max-width: 690px) {
    font-size: 19px;
    text-align: center;
  }

  @media screen and (min-width: 691px) and (max-width: 1024px) {
    font-size: 4vw;
  }
}

section.pof .swiper-container,
section.pof .swiper {
  width: 100%;
}

section.pof .swiper-pagination {
  --swiper-pagination-bullet-width: max(25%, 15.365vw);
  --swiper-pagination-bullet-height: 66px;
  --swiper-pagination-bullet-horizontal-gap: 15px;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #FCF9F5;
  --swiper-pagination-color: #FCF9F5;
  position: static;
  height: fit-content;
  max-height: 66px;
  margin-bottom: 2.76vw;

  @media screen and (max-width: 690px) {
  --swiper-pagination-bullet-height: 33px;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  }

  @media screen and (min-width: 691px) and  (max-width: 1439px) {
    --swiper-pagination-bullet-height: 44px;
  }
}

section.pof .swiper-pagination-bullet-active {
  background: #363535;
  color: #fff;
}
    
section.pof .swiper-pagination li {
  display: flex !important;
  font-family: 'hannari';
  font-size: 2em;
  border-radius: 50px;
  box-shadow: rgba(0 0 0 / 10%) 0px 3px 6px;
  transition: all 0.4s;
}

section.pof .swiper-wrap {
  width: 100%;
}

section.pof .swiper-slide img.bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

section.pof .swiper-slide .slide-inner-wrap {
  width: 62.344vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);

}

section.pof .swiper-slide .face-img-container {
  display: none;
}

section.pof .swiper-slide .face-img-container img {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

section.pof .swiper-slide .face-img-container img.on {
  opacity: 1;
  visibility: visible;
}

section.pof .face-department-list {
  width: 100%;
  margin-top: 50px;
  flex-wrap: wrap;
}

@media screen and (min-width: 1920px) {
  section.pof .face-department-list {
    gap: 2.9166em 4.5833em;;
  }
}

section.pof .face-department-list li {
  width: 17.188vw;
  height: 2.396vw;
  max-width: 330px;
  max-height: 46px;
  border-radius: 50px;
  font-size: 2em;
  background-color: #fff;
  box-shadow: rgba(0 0 0 / 10%) 0px 3px 6px;
  transition: background-color 0.4s;
  position: relative;
  /* margin: 0 min(55px, 2.865vw) min(35px, 1.823vw) 0; */
}

section.pof .face-department-list li:nth-of-type(3n) {
  margin-right: 0;
}

section.pof .face-department-list li:hover {
  background-color: var(--color-beige100);
}

section.pof .face-department-list li span::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate3d(0, -50%, 0);
  background-color: var(--color-black);
}

@media screen and (max-width: 300px) {
  section.pof .face-department-list li {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 690px) {
  section.pof .swiper-pagination li {
    padding-bottom: 4px;
    font-size: 12px;
  }
}

@media screen and (max-width: 767px) {
  section.pof .face-department-list {
    gap: 10px;
    margin-top: 10px;
  }
  
  section.pof .face-department-list li {
    width: calc(50% - 5px);
    height: 33px;
    margin: 0;
    font-size: 1em;
  }
  
  section.pof .face-department-list li img {
    width: 3.5rem;
  }
}

@media screen and (max-width: 1023px) {
  section.pof .swiper-slide .face-img-container {
    width: 27%;
    height: 100%;
    left: 46%;
    top: -7%;
    transform: translateX(-50%);
  }
  
  section.pof .face-department-list li img {
    width: 5rem;
  }
}

@media screen and (min-width: 691px) and (max-width: 1024px) {
  section.pof .swiper-pagination li {
    --swiper-pagination-bullet-horizontal-gap: 4px;
    height: 44px;
    font-size: 16px;
  }
  
  section.pof .swiper-slide img.bg {
    height: 48vw;
  }

  section.pof .swiper-slide .slide-inner-wrap {
    width: 90%;
  }
}

@media screen and (min-width: 691px) and (max-width: 1439px) {
  section.pof .swiper-pagination li {
    font-size: 1.333em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1919px) {
  section.pof .face-department-list {
    margin-top: 30px;
    gap: 2em;
  }
  
  section.pof .face-department-list li {
    width: calc(100% / 3 - 17px);
    /* margin: 0 25px 20px 0; */
  }
}

@media screen and (min-width: 768px) and (max-width: 1439px) {
  section.pof .face-department-list li {
    font-size: 1.333em;
    height: 44px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1669px) {
  section.pof .face-department-list li {
    font-size: 1.4em;
  }
}

@media screen and (max-width:1439px) {
  section.pof .pof-swiper {
    height: fit-content !important;
  }

  section.pof .swiper-slide .face-nav-container,
  section.pof .swiper-slide .face-img-container {
    display: none;
  }
}

@media (min-width: 1440px) {
  section.pof .face-nav-container {
    gap: 15px;
    width: fit-content;
    max-width: 375px;
    position: absolute;
    top: 33px;
    right: 34px;
    z-index: 2;
    font-size: 12px;
  }

  section.pof .swiper-slide .face-img-container {
    display: block;
    width: 16.198vw;
    height: 19.74vw;
    max-width: 311px;
    max-height: 379px;
    position: absolute;
    top: 50%;
    left: 36%;
    transform: translate3d(-50%, -50%, 0);
  }
}

@media screen and (min-width: 691px) and (max-width: 1023px) { 
  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='1'] {
    width: 65%;
    left: 10%;
    top: -3%;
  }
  
  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='2'] {
    width: 25%;
    top: 33%;
    left: 12%;
  }
  
  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='3'] {
    width: 25%;
    top: 45%;
    left: 15%;
  }
  
  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='4'] {
    width: 30%;
    top: 55%;
    left: 12%;
  }
  
  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='5'] {
    width: 22%;
    top: 42%;
    left: 46%;
  }
  
  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='6'] {
    width: 42%;
    left: 42%;
    top: 65%;
  }
  
  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='7'] {
    top: 77%;
    width: 35%;
    left: 51%;
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container {
    top: -1.6vw;
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='1'] {
    width: 10vw;
    top: 4%;
  }
  
  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='2'] {
        width: 5vw;
  }
  
  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='3'] {
    width: 4.4vw;
  }
  
  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='4'] {
    width: 4vw;
  }
  
  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='5'] {
    width: 3.6vw;
    top: 56%;
  }
  
  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='6'] {
    width: 6.5vw;
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='7'] {
    width: 5.5vw;
  }
 }

@media screen and (min-width: 1024px) {
  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='1'] {
    width: 10vw;
    max-width: 194px;
    top: 2%;
    left: 5%;
  }

  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='2'] {
    width: 4vw;
    max-width: 77px;
    top: 41%;
    transform: translateY(-50%);
    left: 8%;
  }

  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='3'] {
    width: 4vw;
    max-width: 77px;
    top: 54%;
    transform: translateY(-50%);
    left: 10.5%;
  }

  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='4'] {
    width: 4.3vw;
    max-width: 83px;
    left: 8%;
    bottom: 14%;
  }

  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='5'] {
    width: 3.4vw;
    max-width: 66px;
    top: 55%;
    left: 49%;
    transform: translate3d(-50%, -50%, 0);
  }

  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='6'] {
    width: 6.4vw;
    max-width: 123px;
    bottom: 16%;
    left: 56%;
    transform: translateX(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='10'] .face-img-container img[data-faceImg-idx='7'] {
    width: 5.2vw;
    max-width: 100px;
    bottom: 2%;
    left: 60%;
    transform: translateX(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container {
    height: 22.5vw;
    max-height: 432px;
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='1'] {
    top: 5%;
    left: 36%;
    transform: translateX(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='2'] {
    right: 25%;
    transform: translateY(-50%);
    top: 35.5%;
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='3'] {
    right: 28%;
    transform: translateY(-50%);
    top: 47%;
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='4'] {
    right: 7%;
    transform: translateY(-50%);
    top: 61%;
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='5'] {
    left: 34%;
    transform: translate3d(-50%, -50%, 0);
    top: 55%;
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='6'] {
    bottom: 16%;
    left: 40%;
    transform: translateX(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='30'] .face-img-container img[data-faceImg-idx='7'] {
    bottom: 2%;
    left: 42%;
    transform: translateX(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='50'] .face-img-container {
    height: 22.5vw;
    width: 18.3vw;
    max-height: 432px;
    max-width: 352px;
  }

  section.pof .swiper-slide[data-pof-slide='50'] .face-img-container img[data-faceImg-idx='1'] {
    top: 1%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  section.pof .swiper-slide[data-pof-slide='50'] .face-img-container img[data-faceImg-idx='2'] {
    left: 15%;
    top: 36%;
    transform: translateY(-50%);
  }
  
  section.pof .swiper-slide[data-pof-slide='50'] .face-img-container img[data-faceImg-idx='3'] {
    left: 15%;
    top: 49%;
    transform: translateY(-50%);
  }
  
  section.pof .swiper-slide[data-pof-slide='50'] .face-img-container img[data-faceImg-idx='4'] {
    left: 12%;
    bottom: 4%;
  }
  
  section.pof .swiper-slide[data-pof-slide='50'] .face-img-container img[data-faceImg-idx='5'] {
    left: 8%;
    top: 65%;
    transform: translateY(-50%);
  }
  
  section.pof .swiper-slide[data-pof-slide='50'] .face-img-container img[data-faceImg-idx='6'] {
    left: 52%;
    top: 55%;
    transform: translate3d(-50%, -50%, 0);
  }
  
  section.pof .swiper-slide[data-pof-slide='50'] .face-img-container img[data-faceImg-idx='7'] {
    left: 52%;
    bottom: 15%;
    transform: translateX(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='50'] .face-img-container img[data-faceImg-idx='8'] {
    left: 51%;
    bottom: 0;
    transform: translateX(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='m'] .face-img-container {
    width: 15vw;
    height: 22vw;
    max-width: 288px;
    max-height: 423px;
    left: 32%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }

  section.pof .swiper-slide[data-pof-slide='m'] .face-img-container img[data-faceImg-idx='1'] {
    top: 5%;
    left: 12%;
  }

  section.pof .swiper-slide[data-pof-slide='m'] .face-img-container img[data-faceImg-idx='2'] {
    top: 37%;
    transform: translateY(-50%);
    right: 18%;
  }

  section.pof .swiper-slide[data-pof-slide='m'] .face-img-container img[data-faceImg-idx='3'] {
    right: 21%;
    top: 48.5%;
    transform: translateY(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='m'] .face-img-container img[data-faceImg-idx='4'] {
    right: 0;
    top: 67%;
    transform: translateY(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='m'] .face-img-container img[data-faceImg-idx='5'] {
    right: 37%;
    top: 53%;
    transform: translate3d(-50%, -50%, 0);
  }

  section.pof .swiper-slide[data-pof-slide='m'] .face-img-container img[data-faceImg-idx='6'] {
    bottom: 14%;
    left: 37%;
    transform: translateX(-50%);
  }

  section.pof .swiper-slide[data-pof-slide='m'] .face-img-container img[data-faceImg-idx='7'] {
    bottom: 0;
    left: 37%;
    transform: translateX(-50%);
  }
}

@media screen and (max-width: 1439px) {
  section.pof .face-department-list li span::before {
    width: 5px;
    height: 5px;
    left: -9px;
  }
}

/*================= END 얼굴 부위 섹션 =================*/

/*================== 얼굴 부위/피부고민 공통 ===================*/
section.pof .pof-swiper,
section.tos .inner-wrap {
  height: 31.25vw;
  max-height: 600px;

  @media screen and (min-width: 691px) and (max-width: 1024px) {
    height: 45vw;
  }
}

section.pof .swiper-slide .bg,
section.tos .inner-wrap img {
  overflow: hidden;
  border-radius: max(15px, 1.563vw);
}

section.pof .face-navigator,
section.tos .navigator {
  width: 9.375vw;
  max-width: 180px;
  gap: 20px;
}

section.pof .face-navigator li,
section.tos .navigator li {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.16666em;
  background-color: #fff;
  /* box-shadow: rgba(0 0 0 / 10%) 0px 3px 6px; */
  transition: background-color 0.4s;
  border-radius: 50px;
  
  @media screen and (max-width: 690px) {
    font-size: 12px;
  }

  @media screen and (min-width: 691px) and (max-width: 1024px) {
    font-size: 15px;
  }
  
  @media screen and (max-width: 1500px) {
    font-size: 1em;
  }
}

section.pof .face-navigator li.on,
section.tos .navigator li:hover {
  background-color: var(--color-bg);
}

@media screen and (max-width: 690px) {
  section.pof .swiper-slide img.bg,
  section.tos .inner-wrap img {
    height: 72vw !important;
    border-radius: 16px;
  }
  
  section.pof .swiper-slide img.bg {
    object-position: 16% 0;
  }

  section.pof .swiper-slide,
  section.tos .inner-wrap {
    border-radius: 0;
  }
  
  section.pof .pof-swiper,
  section.pof .swiper-slide,
  section.tos .inner-wrap{
    overflow: visible;
  }

  section.pof .swiper-slide,
  section.pof .face-navigator,
  section.tos .nav-container,
  section.tos .navigator,
  section.tos .inner-wrap {
    gap: 3vw;
  }

  section.pof .face-navigator li,
  section.tos .navigator li {
    text-align: center;
    height: auto;
    min-height: 36px;
  }
}

@media screen and (max-width: 1400px) {
  section.tos .nav-container {
    position: static;
    transform: none;
    width: 100%;
    height: fit-content;
  }

  section.pof .face-navigator,
  section.tos .navigator {
    width: calc(50% - 1.042vw);
  }

  section.pof .face-nav-container,
  section.tos .nav-container {
    margin-top: 1.5vw;
  }
}
/*================= END 얼굴 부위/피부고민 공통 ==================*/
 
/*=================== 피부 고민 섹션 ===================*/
section.tos {
  padding-bottom: max(90px,10.052vw);
}

section.tos .section-title {
  margin-bottom: max(25px, 3.281vw);
}

section.tos .inner-wrap {
  width: 100%;

  @media screen and (max-width: 1440px) {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    height: fit-content;
  }
}

section.tos .inner-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;

  @media screen and (min-width: 691px) and (max-width: 1024px) {
    height: 48vw;
  }
}

@media screen and (min-width: 1441px) {
  section.tos .nav-container {
    width: 100%;
    height: 100%;
    max-width: 1197px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

/*================= END 피부 고민 섹션 =================*/

/*=================== 시술 사례 섹션 ===================*/
section.case {
  padding-bottom: max(90px,9.427vw); 
  overflow: hidden;

  @media screen and (max-width: 690px) {

    .inner {
      width: 100%;
    }
  }
}

section.case .section-title {
  margin-bottom: max(30px,3.229vw);
}

section.case .case-list {
  width: 100%;
  display: flex;
  margin-bottom: max(30px, 2.604vw);
  
  @media screen and (max-width:690px) {
    gap: 0;
    overflow: visible;
    padding: 0 8.802vw;
  }
  
  @media screen and (min-width: 691px) and (max-width: 1024px) {
    gap: 2.8vw;
  }
  
  @media screen and (min-width: 691px) {
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
  }
  
  @media screen and (max-width: 1219px) {
    padding: 0;
  }

  @media screen and (min-width: 1900px) {
    padding: 0 169px;
  }
}

section.case .case-list .swiper-wrapper {
  /* justify-content: flex-start; */
  
  @media screen and (min-width: 691px) {
    gap: 1.094vw;
    justify-content: center;
  }
}

section.case .case-item {
  width: calc(100% / 3 - 1.094vw);
  height: fit-content;
  max-height: 470px;
  max-width: 343px;
  border-radius: 0.781vw;
  background-color: #fff;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .16);

  /* 핸드폰 */
  @media screen and (max-width: 690px) {
    width: 260px;
    min-width: auto;
    min-height: 360.14px;
    border-radius: 14px;
    font-size: 12px;
  }

  @media screen and (min-width: 691px) and (max-width: 900px) {
    width: calc(100% / 3);
  }

  @media screen and (min-width: 691px) and (max-width: 1024px) {
    border-radius: 15px;
  }

  /* 태블릿 (PC반응형) */
  @media screen and (max-width: 1219px) {
    height: auto;
    min-height: fit-content;
  }

  @media screen and (min-width: 1900px) {
    min-height: 33.333em;
    font-size: 12px;
  }
}

section.case .case-item a {
  padding: 27px 20px;

  @media screen and (max-width: 690px) {
    padding: 20px;
  }

  @media screen and (min-width: 691px) and (max-width: 1024px) {
    padding: 20px 15px;
  }
}

section.case .case-item .case-photo {
  display: block;
  width: 100%;
  height: 16.146vw;
  max-height: 310px;
  margin-bottom: 10px;
  position: relative;
  
  @media screen and (min-width: 691px) and (max-width:767px) {
    margin-bottom: 18px;
  }

  @media screen and (max-width:1440px) {
    height: 50%;
  }
}

section.case .case-item .case-photo .case-thumbnail-url {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

section.case .case-photo::after {
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  left: 0;
}

section.case .case-photo .case-thumbnail-bg-logo {
  position: absolute;
  top: 0;
  left: 50%;
  width: 90%;
  object-fit: contain;
  height: 100%;
  z-index: 2;
  transform: translate3d(-50%, 0, 0);
}

section.case .case-item .case-profile {
  font-family: 'hannari';
  font-size: 2em;
  letter-spacing: -1px;
  text-align: center;
  
  @media screen and (max-width: 690px) {
    font-size: 1.5em;
  }
  
  @media screen and (min-width: 691px) and (max-width:767px) {
    font-size: 1.8em;
  }
}

/*================= END 시술 사례 섹션 =================*/


/*=================== 의료진 섹션 ===================*/
section.doctors .inner {
  max-width: 1920px;
  width: 92vw;
  overflow: visible;
  margin: 0 auto;
}

section.doctors .section-title {
  margin-bottom: max(30px, 4vw);
}

section.doctors .info-txt-container {
  display: none;
}

section.doctors .doctor-list {
  height: 67vw;
  max-height: 1287px;
  justify-content: center;
  align-items: flex-start;
  position: relative;

  @media screen and (max-width: 690px) {
    height: fit-content;
  }

  @media screen and (min-width: 691px) and (max-width: 1023px) {
    height: 115.729vw;
  }

  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    min-height: 1000px;
  }
}

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

section.doctors .doctor {
  position: static;
  /* position: absolute; */
  /* transform: translateX(-50%); */

  /* &.ko {
    left: 21%;
  }

  &.byon {
    left: 41%;
    z-index: 2;
  }

  &.horie {
    left: 60%;
    z-index: 1;
  }

  &.bando {
    right: 0;
  }

  @media screen and (min-width: 691px) and (max-width: 924px) {
    &.ko {
      left: 0;
    }

    &.horie {
      right: 0;
    }
  }

  @media screen and (min-width: 1024px) and (max-width: 1440px) {
    &.ko {
      left: 5%;
    }

    &.horie {
      right: 5%;
    }
  } */
}

section.doctors .doctor.active {
  z-index: 3;
}

section.doctors .doctor .doc-img {
  height: max(320px, 25vw);
  max-height: 525px;
  margin-bottom: 3.125vw;
  padding-top: 0.7vw;
}

section.doctors .doctor.bando .doc-img img {
  position: relative;
}

section.doctors .section-title p,
section.doctors .doctor-info p,
section.doctors .doctor-info h1 {
  font-family: 'hannari';
  letter-spacing: -1px
}

section.doctors .doctor-info p,
section.doctors .doctor-info h1 {
  line-height: 1.8;
}

section.doctors .doctor-info p {
  font-size: 2em;

  @media screen and (max-width: 767px) {
    font-size: 18px;
  }
}

section.doctors .doctor-info h1 {
  font-size: 2.8em;

  @media screen and (max-width: 767px) {
    font-size: 27px;
  }

  @media screen and (min-width: 768px) and (max-width: 1668px) {
    font-size: 2.5em;
  }
}

section.doctors .doctor-info .sns-container {
  gap: 14.3px;
  margin-top: 1.25vw;
  margin-bottom: 2.3vw;
}

section.doctors .doctor-info .sns-container a {
  margin: 0;
}

section.doctors .doctor-info a {
  margin-top: 1.234vw;
  margin-bottom: 2.281vw;
}

section.doctors .doctor .sns-icon {
  width: 28px;
  height: 28px;
}

section.doctors .doctor-info .history {
  font-family: 'lineSeed-rg';
  line-height: 2.3;
  font-size: 1.3333em;

  @media screen and (max-width: 767px) {
    font-size: 12px;
  }

  @media screen and (min-width: 768px) and (max-width: 1420px) {
    font-size: 1.1em;
  }
  
  @media screen and (min-width: 1421px) and (max-width: 1668px) {
    font-size: 1.333em;
  }
}

section.doctors .doctor-info .history li {
  color: #7A7A7A;
  text-align: center;
}

section.doctors .doctor .story {
  border-radius: 50px;
  padding: 45px 35px 25px 35px;
  text-align: left;
  position: absolute;
  top: 0;
  top: 80%;
  color: #fff;
  width: 100%;
  height: fit-content;
  background-color: #ffffffed;
  transition: all ease 0.6s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15%);
  z-index: 3;
}

section.doctors .doctor.active .story {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

section.doctors .doctor .story:after {
  content: "";
  position: absolute;
  border-top: 0px solid #ffffffed;
}

section.doctors .doctor .story:after {
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  border-bottom: 30px solid #ffffffed;
  top: -7%;
  left: 50%;
  transform: translateX(-50%);
}

section.doctors .doctor .story h1 {
  white-space: pre-line;
  word-break: break-all;
  font-family: 'lineSeed-bd';
  font-size: 1.333em;
  line-height: 1.8;
  margin-bottom: 20px;

  @media screen and (max-width: 767px) {
    font-size: 12px;
  }
}

section.doctors .doctor .story p,
section.doctors .doctor .story a {
  font-family: 'lineSeed-rg';
  font-size: 1em;
  line-height: 2;
}

section.doctors .doctor .story a {
  float: right;
  color: #b3ab9e;
  font-family: 'lineSeed-bd';
  text-decoration: underline;
  margin-top: 23px;
}

@media screen and (min-width: 520px) and (max-width: 690px) {
  section.doctors .doctor.horie {
    left: 98%;
  }

  section.doctors .doctor.ko {
    left: 140%;
  }
}

@media screen and (max-width: 519px) {
  section.doctors .doctor.horie {
    left: 170%;
  }

  section.doctors .doctor.ko {
    left: 590px;
  }
}

@media screen and (max-width: 690px) {
  section.doctors .inner {
    width: 90% !important;
  }

  section.doctors .doctor-info .sns-container {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 691px) and (max-width: 1023px) {
  section.doctors .inner {
    width: 80vw !important;
  }
}

@media screen and (max-width: 1023px) {
  section.doctors .swiper-button-next,
  section.doctors .swiper-button-prev {
    display: block;
    --swiper-navigation-top-offset: 20%;
    --swiper-navigation-size: 24px;
    --swiper-navigation-color: #888888;
    z-index: 3;
  }
}

@media screen and (max-width: 1024px) {
  section.doctors {
    margin-bottom: 80px;
  }

  section.doctors .doctor-list {
    height: 710px;
  }

  section.doctors .doctor .sns-icon {
    width: 25px;
    height: 25px;
  }

  section.doctors .doctor.byon .history {
    text-align: center;
    width: 90%;
  }

  section.doctors .doctor.ko .doctor-info .history,
  section.doctors .doctor.bando .doctor-info .history {
    margin-top: 25px;
  }

  section.doctors .doctor .img-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (min-width: 821px) {
  section.doctors .doctor-list .swiper-wrapper {
    justify-content: center;
  }
  
  section.doctors .doctor {
    width: fit-content !important;
    height: fit-content !important;
    font-size: 12px;
  }
  
  section.doctors .doctor.ko .doctor-info .history,
  section.doctors .doctor.bando .doctor-info .history {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 1024px) {
  section.doctors .doctor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: unset;
    transform: unset;
  }
}

@media screen and (min-width: 1440px) {
  section.doctors .info-txt-container {
    display: flex;
    margin-bottom: 4em;
  }

  section.doctors .info-txt {
    font-size: 1.5em;
  }

  section.doctors .doc-img img {
    filter: grayscale(1);
    transition: all 0.4s;
  }

  section.doctors .doctor.active img {
    filter: grayscale(0);
  }
}
/*================= END 의료진 섹션 =================*/

/*=================== 뉴스탭 섹션 ===================*/
section.news {
  width: 100%;
  max-height: 740px;
  margin-bottom: 290px;
}

section.news .title-container {
  text-align: center;
  margin-bottom: max(30px, 4.854vw);
}

section.news .section-title p {
  font-family: 'hannari';
  letter-spacing: -1px
}

section.news .moreBtn {
  margin-top: max(30px, 2.604vw);
  margin-left: auto;
  margin-right: auto;
}

section.news .news-item {
  font-size: 1.833em;
  border-bottom: 1px dashed var(--color-black);
  padding: 40px 0;
}

section.news .news-item a {
  width: 100%;
  padding: 0 20px;
}

@media screen and (max-width: 520px) {
  section.news .news-item {
    font-size: 1.166em;
  }
}

@media screen and (max-width: 1024px)  {
  section.news {
    margin-bottom: 130px;
    height: fit-content;
  }
  
  section.news .news-item a {
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0 10px;
  }
  
  section.news .news-item a svg {
    width: 14px;
  }
}

/*=================== END 뉴스탭 섹션 ===================*/


/*=================== 유튜브 섹션 ===================*/
section.youtube,
section.event {
  background-color: var(--color-beige100);
}

section.youtube {
  padding-top: max(70px, 6.823vw);
  padding-bottom: max(90px,10vw);
  overflow: hidden;
}

section.youtube .title-container{
  margin-bottom: max(47px, 5vw);

  .titleYtIcon {
    width: max(3.802vw, 34px);
    max-width: 73px;
    margin-right: 0.3vw;
  }
}

.goYoutubeBtn {
  font-size: 1.8333em;
  letter-spacing: -1px;
  width: max(130px, 14.896vw);
  height: max(22px, 1.979vw);
  max-width: 286px;
  max-height: 38px;
  border-radius: 50px;
  background-color: rgba(255 255 255 / 50%);
  float: right;

  @media screen and (max-width: 767px) {
    font-size: 10px;
  }

  @media screen and (min-width: 691px) and (max-width: 1024px) {
    font-size: 1.5vw;
    width: 22vw;
    height: 4vw;
  }
}

.goYoutubeBtn img {
  height: 35px;
  margin-right: 0.15vw;
}

section.youtube .swiper {
  overflow:visible;
}

section.youtube .youtube-slide {
  width: max(250px, 25vw);
  height: max(140.63px, 14.063vw);
  position: relative;
  cursor: pointer;

  @media screen and (min-width: 1921px) {
    width: 480px;
    height: 270px;
  }
}

section.youtube .youtube-slide::before {
  content: url('../img/main/icon-playbtn.png');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  z-index: 2;
}

section.youtube .youtube-slide::after {
  content: '';
  background-color: rgba(67,56,43, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

@media screen and (max-width: 690px) {
  .goYoutubeBtn img {
    height: 22px;
  }
}

#ytPopup {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 999;
}

#ytPopup.open {
  display: block;
}

#ytPopup::after {
  content: '';
  background-color: rgba(0 0 0 / 80%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

#ytPopup .container {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 50vw;
  height: 25vw;
  max-width: 960px;
  max-height: 538px;
  z-index: 2;

  @media screen and (max-width: 1024px) {
    width: 80%;
    height: 50vw;
  }
}

#ytPopup #closeYtPopupBtn {
  position: absolute;
  top: -1vw;
  right: -2.5vw;
  width: 22px;
  height: 22px;
  cursor: pointer;
  padding: 0;
  margin: 0;

  @media screen and (max-width: 690px) {
    top: -10vw;
  }

  @media screen and (min-width: 691px) and (max-width: 1024px) {
    top: -6vw;
  }
}

#ytPopup #closeYtPopupBtn:before,
#ytPopup #closeYtPopupBtn:after {
  position: absolute;
  left: 0.5vw;
  content: ' ';
  height: 31px;
  width: 2px;
  background-color: #fff;
}

#ytPopup #closeYtPopupBtn:before {
  transform: rotate(45deg);
}

#ytPopup #closeYtPopupBtn:after {
  transform: rotate(-45deg);
}

#ytPopup iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}

#ytPopup iframe.open {
  display: block;
}
/*================= END 유튜브 섹션 =================*/

/*=================== 이벤트 섹션 ===================*/
section.event {
  padding-bottom: max(90px, 9.583vw);
  overflow: hidden;
}

section.event .title-container {
  margin-bottom: max(55px, 3.854vw);
}

section.event .moreBtn {
  float: right;
}

section.event .event-swiper a {
  width: 308px;
  height: 410px;
  margin-right: 3.385vw;

  @media screen and (max-width: 690px) {
    width: 278px;
    height: 370px;
  }

  @media screen and (min-width: 1921px) {
    margin-right: 65px;
  }
}

section.event .slick-list {
  overflow: visible;
}

section.event .slick-dots {
  bottom: -2.6vw;
  text-align: left;

  @media screen and (max-width: 690px) {
    bottom: -32px;
    text-align: center;
  }

  @media screen and (max-width: 1024px) {
    bottom: -30px;
  }
}

section.event .slick-dots li button:before {
  background: #F7F0E6;
}

section.event  .slick-dots li.slick-active button:before {
  background-color: #5A4020;
}

section.event .slick-dots li {
  margin-right: 15px;
  
  @media screen and (max-width: 767px) {
    margin-right: 11px;
  }
}

section.event .img-container img{
  width: 100%;
}

/*================= END 이벤트 섹션 =================*/

/*================= 병원인포(지도) 섹션 =================*/
section.map {
  margin-top: max(90px,6vw);
  padding-bottom: max(90px,5.625vw);
}

section.map .section-title {
  white-space: pre-line;
  word-break: break-all;
  text-align: center;
  margin-bottom: max(25px,5.677vw);
}

section.map .map-container {
  margin-right: 4.948vw; 
  padding: 10px;
  background-color: #fff;
  width: 34.375vw;
  height: 25.469vw;


  & iframe {
    filter: grayscale(100%);
  }
}

section.map .map-container iframe {
  width: 100%;
  height: 100%;
}

section.map .info {
  padding: max(15px, 0.469vw) 0 max(15px, 0.938vw) 0;
}

section.map .info h1 {
  font-family: 'hannari';
  letter-spacing: -1px;
  font-size: 3.166em;
  margin-bottom: 2.24vw;
  
  @media screen and (max-width: 767px) {
    font-size: 22px;
  }
}

section.map .info p {
  font-family: 'lineSeed-rg';
  font-size: 1.8333em;
  letter-spacing: -1px;
  line-height: 2;
  
  & span {
    font-family: 'lineSeed-bd';
  }
  
  @media screen and (max-width: 767px) {
    font-size: 14px;
  }
}

section.map .info .des-txt {
  color: #7A7A7A;
  font-size: 1.5em;
  white-space: pre-line;
  word-break: break-all;
  line-height: 1.5;

  @media screen and (max-width: 767px) {
    font-size: 11.5px;
  }
}

@media screen and (max-width: 690px) {
  section.map .container {
    flex-direction: column;
  }
  
  section.map .map-container {
    margin-right: 0;
    width: 100%;
    height: 100%;
  }

  section.map .container iframe {
    width: 100%;
    height: 65vw;
  }

  section.map .info p {
    line-height: 2.5;
  }
}

@media screen and (min-width: 691px) and (max-width: 1024px) {
  section.map .map-container {
    width: 50%;
  }
}
/*=============== END 병원인포(지도) 섹션 ===============*/

/*================= 투어(인테리어) 섹션 =================*/
section.tour {
  height: max(250px, 22.917vw);
  margin-bottom: max(90px,6.563vw);
  
  @media screen and (min-width: 1921px) {
    height: 440px;
  }
}

section.tour .swiper-wrapper {
  transition-timing-function: linear !important;
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}

section.tour .swiper {
  height: 100%;
}

@media screen and (max-width: 690px) {
  section.tour .swiper-slide {
    width: auto;
  }
}

@media screen and (min-width: 1921px) {
  section.tour .swiper-slide img {
    height: unset;
  }
}

@keyframes flowRolling {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-1180%);
  }
}
/*=============== END 투어(인테리어) 섹션 ===============*/

/*================= 오모테산도 섹션 =================*/
section.omotesando {
  padding-bottom: max(90px, 8.542vw);
}

section.omotesando .section-title {
  margin-bottom: max(30px, 2.24vw);
}

section.omotesando .img-wrap {
  margin-bottom: max(30px, 2.24vw);
  gap: 2.344vw;

  .img-container {
    width: max(50%, 32.5vw);
    height: max(auto, 17.604vw);

    @media screen and (max-width: 690px) { 
      width: 100%;
      height: 50vw;
    }
  }

  @media screen and (max-width: 690px) {
    flex-direction: column;
  }
}

/*=============== END 오모테산도 섹션 ===============*/