/* Xeicon CDN */
@import url('http://cdn.jsdelivr.net/npm/xeicon@2.3.3/xeicon.min.css');

/* Bootstrap Icons CDN */
@import url('https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css');

/* Web Font : Pretendard */
@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/static/pretendard.min.css");

/* Web Font : Gmarketsans */
@font-face {
  font-family: 'GmarketSansB';
  src: url(../font/GmarketSansTTFBold.woff) format('woff');
}
@font-face {
  font-family: 'GmarketSansM';
  src: url(../font/GmarketSansTTFMedium.woff) format('woff');
}
@font-face {
  font-family: 'GmarketSansL';
  src: url(../font/GmarketSansTTFLight.woff) format('woff');
}

/* Reset CSS */
* {
  box-sizing: border-box;
}
h1, h2, h3, h4, h5, h6, p, ul, li {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  word-break: keep-all;
  list-style: none;
}
i, em, s {
  font-style: normal;
  text-decoration: none;
}
img {
  display: block;
  margin: auto;
  font-size: 0;
}
input, 
button {
  outline: none;
}
button {
  cursor: pointer;
  border: none;
}

/* Default CSS */
html {
  scroll-behavior: smooth;
}
body {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #222;
  margin: 0;
  font-family: 'Pretendard';
}
body.lock {
  overflow: hidden !important;
  height: 100%;
  touch-action: none;
}
a {
  text-decoration: none;
  color: inherit;
}
.container {
  position: relative;
  max-width: 1920px;
  margin: auto;
  padding-top: 80px;
}
.inner {
  max-width: 1400px;
  margin: auto;
}
.con {
  height: 800px;
  padding: 100px 0;
}
.text-basic {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.con-tt {
  text-align: center;
}
.con-tt h3 {
  font-weight: 200;
  font-size: 41px;
}
.con-tt h4 {
  font-weight: 200;
  font-size: 31px;
}
.con-tt p {
  font-weight: 300;
  font-size: 18px;
}

/* 헤더 시작 */
.header {
  box-shadow: 0 0 5px rgba(0, 0,0,0.27);
  position: fixed;
  width: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 100;
}
.header .inner {
  height: 80px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.logo img {
  height: 45px;
}

.menu {
  font-size: 18px;
}
.menu .bi {}
.menu .bi-list {}
.menu .bi-x {}
.menu-list a {
  padding: 10px 16px;
}
.menu-list a:last-child {
  color: #d37a7c;
  padding-right: 0;
}
.overlay {
  display: block;
}
/* 헤더 끝 */

/* 메인배너 시작 */
.main {
  background: url('../images/main-01.jpg') no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
}
.main .text {
  color: #fff;
  text-align: center;
  font-weight: 200;
  font-size: 36px;
}
.main .text span {}
.main .text h2 {
  font-size: 81px;
  font-weight: 200;
}
.main .text h2 b {}
.main .text em {
  background-color: #d37a7c;
  border-radius: 30px;
  padding: 15px 30px;
  margin: 20px;
  display: inline-block;
}
.main .text p {
  line-height: 1.3em;
}
.main .text p b {}
/* 메인배너 끝 */

/* 진료안내 시작 */
.parts {
  background-color: #f8f8f8;
  height: auto;
}
.parts-lt {
  font-size: 22px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 900px;
}
.parts-lt.inner {
  padding: 50px 0;
}
.parts-lt li {
  border: 2px solid #f3d6d7;
  border-radius: 10px;
  width: 215px;
  height: 215px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
}
.parts-lt li img {
  display: inline;
  margin: unset;
}
.parts-lt li span {
  margin-top: 25px;
}
/* 진료안내 끝 */

/* 대표원장소개 시작 */
.intro {
  text-align: left;
  background: url('../images/intro-01.jpg') no-repeat center;
}
.intro .inner {
  padding: 50px;
}
.intro .con-tt {
  text-align: left;
}
.intro .text {}
.intro .text h3 {
  font-size: 41px;
  font-weight: 200;
  margin-top: 50px;
}
.intro .text em {
  display: inline-block;
  width: 100px;
  height: 5px;
  background-color: #d37a7c;
  margin: 30px 0;
}
.intro .text p {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.7em;
  width: 500px;
}
/* 대표원장소개 끝 */

/* 클리닉소개 시작 */
.clinic {
  padding: 0 !important;
  display: flex;
  position: relative;
}
.clinic > div {
  flex:1;
}
.clinic .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.lf-swiper {}
.lf-wrapper {}
.lf-slide-01 {
  background-color: #f7eaea;
}
.lf-slide-02 {
  background-color: #f7eaea;
}
.lf-slide-03 {
  background-color: #f7eaea;
}
.lf-slide-04 {
  background-color: #f7eaea;
}
.lf-slide-05 {
  background-color: #f7eaea;
}

.rt-swiper {}
.rt-wrapper {}
.rt-swiper img {
  margin: 50px auto !important;
}

.cl-button {
  flex: unset !important;
  width: 50px !important;
  height: 100px;
  top: 50%;
  left: 47% !important;
  transform: translateY(-50%);
}
.cl-button .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin: 10px 0 !important;
  border: 1px solid #d37a7c;
  opacity: 1;
  background-color: transparent;
}
.cl-button .swiper-pagination-bullet-active {
  background-color: #d37a7c;
}
/* 클리닉소개 끝 */

/* 비만클리닉 시작 */
.obe {
  background-color: #f8f8f8;
}
.obe.con {}
.obe .inner {
  position: relative;
}
/* 회전 시작 */
.obe-pro {
  position: absolute;
  right: -40px;
  top: 75px;
  z-index: 8;
  animation: event-circle 15s linear infinite;
}
@keyframes event-circle {
  0% {
    transform: rotate(-360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.obe-swiper {
  padding-top: 50px;
}
.obe-swiper .swiper-slide {
  position: relative;
}
.obe-swiper .text {
  position: absolute;
  top: 50%;
  left: 50px;
  color: #fff;
  font-size: 18px;
  width: 75%;
  font-weight: 200;
}
.obe-swiper span {
  font-size: 31px;
}
.obe-swiper b {
  display: block;
  font-size: 31px;
  margin: 15px 0;
}
.obe-bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -50px;
  height: 3px !important;
  width: 1370px;
  z-index: 8;
  background-color: #ddd;
}
.obe-bar .swiper-scrollbar-drag {
  background-color: #d37a7c;
}
/* 비만클리닉 끝 */

/* 배너 시작 */
.ba {
  background-color: #e0e3e7;
}
.ba .con-tt {
  text-align: center;
  padding-bottom: 50px;
}
.ba h3 {
  font-size: 31px;
  font-weight: 200;
}
/* 배너 끝 */

/* 둘러보기 시작 */
.view {
  position: relative;
}
.vi-button {
  top: 250px !important;
  bottom: unset !important;
}
.vi-button:before {
  content: '';
  position: absolute;
  width: 800px;
  height: 2px;
  background-color: #fad8d8;
  opacity: 0.45;
  top: -19px;
  left: 50%;
  transform: translateX(-50%);
}
.vi-button .swiper-pagination-bullet {
  width: auto;
  height: auto;
  border-radius: unset;
  color: #fad8d8;
  background-color: transparent;
  font-size: 18px;
  padding: 0 10px;
  position: relative;
  opacity: unset;
}
.vi-button .swiper-pagination-bullet:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  top: -25px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fad8d8;
}
.vi-button .swiper-pagination-bullet:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  top: -30.5px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #d37a7c;
  opacity: 0.3;
}
.vi-button .swiper-pagination-bullet-active {
  color: #d37a7c;
}
.vi-button .swiper-pagination-bullet-active:before {
  background-color: #d37a7c;
}
.vi-swiper {
  margin-top: 120px;
}
.vi-wrapper {}
.vi-wrapper .swiper-slide {}
/* 둘러보기 끝 */

/* 오시는 길 시작 */
.loca {
  padding: 0;
  display: flex;
}
.info {
  width: 50%;
  background-color: #d37a7c;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.info ul {
  padding-right: 5em;
}
.info li {
  padding: 30px 0;
}
.info li h4 {
  font-size: 31px;
}
.info li p {
  font-size: 20px;
  font-weight: 200;
}
.info li p b {}
.info-time-wrap {
  display: flex;
}
.info-time {
  padding-right: 50px;
}
.info-time b {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.info-time p {}
.info-time p span {
  display: block;
  text-transform: uppercase;
}
.info-time p span em {
  float: right;
}
.info-time p small {}
.map {
  width: 50%;
  overflow: hidden;
}
#map {
  height: 100%;
}

.root_daum_roughmap {
  width: 100% !important;
  height: 100%;
}
.wrap_map {
  height: 100% !important;
}
/* 오시는 길 끝 */

/* 푸터 시작 */
.footer {
  display: flex;
  align-items: center;
  padding: 60px 0;
  color: #747474;
}
.footer > div {}
.ft-logo {}
.ft-logo img {}
.ft-info {
  padding-left: 30px;
}
.ft-info h4 {
  font-size: 20px;
  font-family: 'GmarketSansB';
}
.ft-info p {
  font-size: 16px;
  font-weight: 300;
}
.ft-info p span {
  display: block;
}
.ft-info p span b {}
.ft-terms {
  margin-left: auto;
  font-size: 18px;
}
.ft-terms a {}
/* 푸터 끝 */

.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 50%;
  top: 50%;
  width: 90%;
  max-width: 1200px;
  max-height: 90%;
  overflow-y: auto;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 40px;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  border-radius: 10px;
}

/* 팝업4 전용 사이즈 */
#pop4 {
  max-width: 1970px;
  width: 100%;
}


.close-btn {
  position: absolute;
  top: 20px;
  right: 30px;
}


/* 이동탭 시작 */
#parts, #intro, #clinic, #obe, #view, #loca {
  scroll-margin-top: 100px;
}
/* 이동탭 끝 */

/* 퀵메뉴 시작 */
.quick {
  position: fixed;             /* 화면에 고정: 스크롤해도 항상 같은 위치에 표시됨 */
  bottom: 30px;                /* 화면 아래에서 50px 위에 위치 */
  right: 30px;                 /* 화면 오른쪽에서 20px 왼쪽에 위치 */
  z-index: 9999;               /* 다른 요소들 위에 떠 있도록 높은 우선순위 부여 */
  display: flex;               /* 자식 요소들을 flexbox로 정렬 */
  flex-direction: column;     /* 세로 방향으로 쌓이도록 설정 (위→아래) */
}

.quick a {
  width: 60px;                 /* 가로 50px */
  height: 60px;                /* 세로 50px (정사각형) */
  margin: 10px 0;              /* 위아래 여백 10px, 좌우 여백 없음 */
  background: #d37a7c; /* 반투명 청록색 배경 (투명도 50%) */
  color: white;
  border-radius: 50%;          /* 완전한 원형 버튼 */
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); /* 살짝 그림자 효과 */
  display: flex;                 /* flex 사용 */
  justify-content: center;      /* 가로 중앙 정렬 */
  align-items: center;          /* 세로 중앙 정렬 */
  text-align: center;          /* 텍스트나 아이콘을 가운데 정렬 */
  line-height: 50px;           /* 텍스트 줄 높이 설정 (아이콘 수직 정렬용, 원래는 50px과 맞춰야 자연스러움) */
}

.quick a i {
  font-size: 26px;     /* 크기 키움 (기본은 20~24px) */
  font-weight: bold;   /* 더 굵게 */
  color: #000;         /* 선명한 검정색 (원하는 색상으로 조절 가능) */
}
/* 퀵메뉴 끝 */