@charset "utf-8";
/****************************************
2024-12-26
created by coDribble.

01. Common
02. Header
03. Footer
04. Main
05. Sub
    - Sub Common


01. Common
****************************************/
@font-face {
  font-family: "MaruBuri";
  font-weight: 400;
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot);
  src:
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Regular.ttf)
      format("truetype");
}

@font-face {
  font-family: "MaruBuri";
  font-weight: 600;
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot);
  src:
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-SemiBold.ttf)
      format("truetype");
}

@font-face {
  font-family: "MaruBuri";
  font-weight: 700;
  src: url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.eot);
  src:
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.eot?#iefix)
      format("embedded-opentype"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff2)
      format("woff2"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.woff)
      format("woff"),
    url(https://hangeul.pstatic.net/hangeul_static/webfont/MaruBuri/MaruBuri-Bold.ttf)
      format("truetype");
}

:root {
  --main-text-size: 20px; /* default */
  --sm-size: 22px;
  --md-size: 30px;
  --section-visual-desc: 36px;
  --headline: 40px;
  --headline-big: 60px;
  /* 이외 사이즈는 개별 적용 */

  --font-kr:
    "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
    system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo",
    "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji",
    "Segoe UI Symbol", sans-serif;
  --maruburi: "MaruBuri", var(--font-kr);

  --default-color: #333;
  --accent-color: #f8cf2d;
}

img[src$=".jpg"],
img[src$=".png"] {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: pixelated;
}

/* clearfix */
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/* font set */
.buri {
  font-family: var(--maruburi);
}
.desc p {
  line-height: 1.53;
}
.desc .accent {
  background-color: #ffee57;
  font-weight: 600;
}
.headline-wrapper {
  margin-bottom: 60px;
  text-align: center;
}
.headline {
  font-size: var(--headline);
  font-weight: 400;
  line-height: 1.35;
}
.headline.big {
  font-size: var(--headline-big);
  line-height: 1.33;
}
.headline span {
  font-weight: 700;
}
.headline-wrapper .desc {
  margin-top: 40px;
}

#wrapper {
  padding-top: 90px;
}
.contents {
  width: min(100%, 1348px);
  padding-inline: 24px;
  margin-inline: auto;
}
.frame {
  padding-inline: 60px;
}
.inner {
  padding-inline: 130px;
}
.frame .inner {
  padding-inline: 70px;
}

.logo {
  background-image: url("../images/common/bi.png");
  background-image: url("../images/common/bi.svg");
  background-repeat: no-repeat;
}
.logo.monochrome {
  background-image: url("../images/common/bi_monochrome.png");
  background-image: url("../images/common/bi_monochrome.svg");
}

.icon.calendar-plus {
  background-image: url("../images/common/calendar_plus.png");
  background-image: url("../images/common/calendar_plus.svg");
}
.icon.phone {
  background-image: url("../images/common/phone.png");
  background-image: url("../images/common/phone.svg");
}
.icon.document {
  background-image: url("../images/common/document.png");
  background-image: url("../images/common/document.svg");
}

#floating {
  position: fixed;
  right: 20px;
  top: 50%;
  width: 74px;
  translate: 0 -50%;
  z-index: 10;
}
#floating ul {
  padding-block: 15px;
  background-color: var(--default-color);
  border-radius: 10em;
}
#floating li:not(:first-child) {
  border-top: 1px solid #666;
}
#floating li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-block: 15px;
  font-size: 14px;
  color: white;
  line-height: 1.85;
}
#floating li a:hover {
  color: #ffcd00;
}
#floating li a .icon {
  display: block;
  width: 22px;
  height: 22px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#floating li a:hover .calendar-plus {
  background-image: url("../images/common/calendar_plus_accent.png");
  background-image: url("../images/common/calendar_plus_accent.svg");
}
#floating li a:hover .phone {
  background-image: url("../images/common/phone_accent.png");
  background-image: url("../images/common/phone_accent.svg");
}
#floating li a:hover .document {
  background-image: url("../images/common/document_accent.png");
  background-image: url("../images/common/document_accent.svg");
}
#goToTop {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-top: 10px;
  background-color: white;
  border-radius: 50%;
  box-shadow: 0px 5px 10px rgb(0 0 0 / 0.1);
  font-size: 14px;
  color: #5e5a49;
  line-height: 1.85;
  aspect-ratio: 1;
}
#goToTop:hover {
  background-color: #ffcd00;
}
#goToTop .arrow_top {
  display: block;
  width: 8px;
  height: 25px;
  background-image: url("../images/common/arrow_up.png");
  background-image: url("../images/common/arrow_up.svg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  translate: -50% 0;
}

.mo {
  display: none;
}

.dot-list li {
  position: relative;
  padding-left: 12px;
  color: #999;
  line-height: 1.53;
  word-break: keep-all;
}
.dot-list li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 5px;
  height: 7px;
  background-color: #ffcd00;
  border-radius: 1em;
}

.zigzag article {
  padding-block: 75px;
}
.zigzag article:not(:first-child) {
  border-top: 1px solid #dcd3ab;
}
.zigzag .flex {
  display: flex;
  align-items: center;
}
.zigzag .img {
  width: 50%;
}
.zigzag .img img {
  width: min(100%, 680px);
}
.zigzag .clinic {
  display: flex;
  width: min(50%, 595px);
  padding-left: 50px;
}
.zigzag .clinic .headline::before {
  content: "";
  display: block;
  width: 50px;
  height: 44px;
  margin-bottom: 30px;
  background-image: url("../images/common/symbol.png");
  background-image: url("../images/common/symbol.svg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}
.zigzag .clinic .desc {
  margin-top: 25px;
}
.zigzag .clinic .desc p {
  font-size: var(--sm-size);
  font-weight: 600;
  line-height: 1.5;
}
.zigzag .clinic ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [3];
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 8px;
  margin-top: 40px;
}
.zigzag .clinic ul li:nth-child(3) {
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-column: 1 / 2;
}
.zigzag article:nth-child(even) .flex {
  flex-direction: row-reverse;
}
.zigzag article:nth-child(even) .img {
  text-align: right;
}
.zigzag article:nth-child(even) .clinic {
  justify-content: flex-end;
  width: min(50%, 605px);
  padding: 0;
  padding-right: 80px;
}

.bg-color-fffbee {
  background-color: #fffbee;
}

/****************************************
02. Header
****************************************/
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgb(255 255 255 / 0.5);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  backdrop-filter: blur(20px);
}
#header .header-wrapper {
  display: flex;
  justify-content: space-between;
}

#logo {
  position: relative;
  width: 160px;
  height: 49px;
  margin-top: 10px;
}
#logo a {
  display: block;
  width: 100%;
  height: 100%;
  background-position: top left;
  background-repeat: no-repeat;
  background-size: contain;
}

#gnbToggle {
  display: none;
  position: relative;
  width: 24px;
  height: 24px;
  z-index: 5;
}
#gnbToggle .hamburger {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: var(--default-color);
}
#gnbToggle .hamburger::before,
#gnbToggle .hamburger::after {
  content: "";
  position: absolute;
  right: 0;
  height: 2px;
  background-color: var(--default-color);
}
#gnbToggle .hamburger::before {
  bottom: 7px;
  width: 75%;
}
#gnbToggle .hamburger::after {
  bottom: 14px;
  width: 100%;
}
#gnbToggle.active .hamburger {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(45deg);
  transform: translateY(50%) rotate(45deg);
}
#gnbToggle.active .hamburger::before {
  display: none;
}
#gnbToggle.active .hamburger::after {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-90deg);
  transform: translateY(50%) rotate(-90deg);
}

#gnb .menu {
  display: flex;
  align-items: center;
  gap: 50px;
}
#gnb a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  line-height: 1.17;
}
#gnb a span {
  display: block;
  position: relative;
}
#gnb a span::after {
  content: attr(data-name);
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: 600;
  white-space: nowrap;
  translate: -50% -50%;
  opacity: 0;
}
#gnb .depth1-list:has(.active) .depth1,
#gnb a.active,
#gnb .depth1-list:hover .depth1 {
  color: transparent;
}
#gnb .depth1 {
  padding-block: 45px 25px;
}
#gnb .depth2-wrap {
  display: none;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  padding-inline: 130px;
  background-color: var(--accent-color);
  z-index: 1;
}
#gnb .depth2-wrap .depth2-list {
  display: flex;
  gap: 40px;
  padding-block: 30px;
}
#gnb .depth2-wrap.on {
  display: flex;
}
#gnb .depth1-list:has(.active) .depth1 span::after,
#gnb .depth1-list:hover .depth1 span::after {
  color: var(--accent-color);
  opacity: 1;
}
#gnb .depth2.active span::after,
#gnb .depth2:hover span::after {
  color: white;
  opacity: 1;
}

/****************************************
03. Footer
****************************************/
#footer .footer-wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
#footer .half {
  width: 100%;
}
#footer .half .title {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: var(--sm-size);
  line-height: 1.32;
}
#footer .info-wrap {
  display: flex;
  flex-direction: column;
  padding-inline: 60px;
}
#footer .information {
  display: flex;
  justify-content: space-between;
  padding-block: 200px 150px;
}
#footer .medical-treatment li {
  display: flex;
  align-items: center;
  color: #5e5a49;
  line-height: 1.53;
}
#footer .medical-treatment li:last-child {
  margin-top: 26px;
  color: #999;
  word-break: keep-all;
}
#footer .medical-treatment li span {
  width: 70px;
}
#footer .location {
  padding-right: 40px;
}
#footer .location .tel {
  font-size: var(--headline);
  font-weight: 700;
  line-height: 1.35;
}
#footer .location p:not(.tel) {
  margin-top: 18px;
  line-height: 1.53;
}
#footer .site-info {
  padding-block: 50px;
  border-top: 1px solid #eee;
}
#footer .logo {
  width: 137px;
  height: 39px;
  margin-bottom: 30px;
  background-position: left center;
  background-size: auto 100%;
}
#footer .site-info .copy {
  margin-top: 50px;
  line-height: 1.53;
}
#footer .site-info p:not(.copy) {
  color: #5e5a49;
  line-height: 1.53;
}
#footer .map iframe {
  width: 100%;
  height: 100%;
}
#footer .sub-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-block: 50px;
  border-top: 1px solid #eee;
}
#footer .sub-footer .site-info {
  display: flex;
  align-items: flex-end;
  gap: 80px;
  padding: 0;
  border: 0;
}
#footer .sub-footer .logo {
  width: 280px;
  height: 80px;
  margin: 0;
}

/****************************************
04. Main
****************************************/
#keyVisual {
  padding-top: 130px;
}
#keyVisual .greeting {
  margin-bottom: 50px;
}
#keyVisual .greeting strong {
  font-weight: 600;
  font-size: 80px;
  line-height: 1.33;
}
/*#keyVisual .swiper { padding-inline:60px; }*/
#keyVisual .swiper-slide {
  overflow: hidden;
  width: 93.75%;
  border-radius: 30px;
}

#mainIntroduce {
  padding-block: 150px;
}
#mainIntroduce .slogan {
  font-size: 100px;
  color: #ddd;
  line-height: 1.35;
}
#mainIntroduce .introduce {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding-right: 180px;
  margin-top: 60px;
}
#mainIntroduce .introduce > div:first-child {
  width: min(50%, 604px);
}
#mainIntroduce .introduce .title {
  font-size: var(--md-size);
  line-height: 1.33;
}
#mainIntroduce .introduce .desc {
  margin-top: 30px;
  color: #999;
}
#mainIntroduce .introduce .btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-width: 260px;
  padding: 22px 40px 22px 30px;
  background-color: #ffdc63;
  color: #5e5a49;
  line-height: 1.53;
}
#mainIntroduce .introduce .btn::after {
  content: "";
  width: 60px;
  height: 8px;
  background-image: url("../images/common/arrow_right.png");
  background-image: url("../images/common/arrow_right.svg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
#mainIntroduce .introduce .btn:hover {
  background-color: var(--default-color);
  color: #ffcd00;
}
#mainIntroduce .introduce .btn:hover::after {
  background-image: url("../images/common/arrow_right_accent.png");
  background-image: url("../images/common/arrow_right_accent.svg");
}

#mainClinic {
  position: relative;
  padding-block: 45px;
  border-block: 1px solid #dcd3ab;
}
#mainClinic::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background-color: #dcd3ab;
}

.main-bg-area {
  background-color: #f3eccd;
}
#mainFacilitiesAndProduct {
  padding-block: 135px 150px;
}
#mainFacilitiesAndProduct .swiper-slide {
  display: flex;
  align-items: center;
  width: 400px;
  height: 560px;
}
#mainFacilitiesAndProduct .swiper-slide-active .thumb {
  height: 100%;
  background-size: 140% auto;
}
#mainFacilitiesAndProduct .thumb {
  width: 100%;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  border-radius: 400px;
  transition: all 0.5s;
}
#mainFacilitiesAndProduct .thumb01 {
  background-image: url("../images/main/slide01.jpg");
}
#mainFacilitiesAndProduct .thumb02 {
  background-image: url("../images/main/slide02.jpg");
}
#mainFacilitiesAndProduct .thumb03 {
  background-image: url("../images/main/slide03.jpg");
}
#mainFacilitiesAndProduct .thumb04 {
  background-image: url("../images/main/slide04.jpg");
}
#mainFacilitiesAndProduct .thumb05 {
  background-image: url("../images/main/slide05.jpg");
}
#mainFacilitiesAndProduct .thumb06 {
  background-image: url("../images/main/slide06.jpg");
}

.marquee-wrap {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.3em;
}
.marquee-wrap .marquee {
  font-size: 100px;
  color: white;
  line-height: 1.35;
  white-space: nowrap;
  opacity: 0.5;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-animation: marquee 30s linear infinite;
  animation: marquee 30s linear infinite;
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 0.3em));
    transform: translateX(calc(-100% - 0.3em));
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(calc(-100% - 0.3em));
    transform: translateX(calc(-100% - 0.3em));
  }
}

#mainLocation {
  padding-block: 150px;
}
#mainLocation .tab {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
#mainLocation .tab-btn {
  display: block;
  width: 144px;
  padding-block: 10px;
  margin-left: -1px;
  border-inline: 1px solid #f3e6b0;
  font-weight: 400;
  color: #aea582;
  line-height: 1.17;
  z-index: 0;
}
#mainLocation .tab-btn.active {
  background-color: white;
  font-weight: 600;
  color: #5e5a49;
  z-index: 1;
}
#mainLocation .tab-content {
  overflow: hidden;
  border-radius: 30px;
}

/****************************************
05. Sub
****************************************/
#subVisual {
  overflow: hidden;
  height: 991px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#subVisual.medical_staff {
  background-image: url("../images/medical_staff/key_visual.jpg");
}
#subVisual.location {
  background-image: url("../images/location/key_visual.jpg");
}
#subVisual.diet_clinic {
  background-image: url("../images/diet_clinic/key_visual.jpg");
}
#subVisual.procedure {
  background-image: url("../images/procedure/key_visual.jpg");
}
#subVisual.pain_clinic {
  background-image: url("../images/pain_clinic/key_visual.jpg");
}
#subVisual.accident_aftereffects {
  background-image: url("../images/accident_aftereffects/key_visual.jpg");
}
#subVisual.notice {
  background-image: url("../images/notice/key_visual.jpg");
}
#subVisual.event {
  background-image: url("../images/event/key_visual.jpg");
}
#subVisual.review {
  background-image: url("../images/review/key_visual.jpg");
}
#subVisual .title-box {
  position: relative;
  padding-block: 120px 10px;
  background-color: white;
  -webkit-transform: translateY(calc(-100% - 200px));
  transform: translateY(calc(-100% - 200px));
}
#subVisual .title-box::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 107.8%;
  height: 200px;
  background-color: white;
  border-radius: 50%;
  translate: -50% calc(50% - 23px);
  z-index: 0;
}
#subVisual .headline-wrapper {
  position: relative;
  margin: 0;
  text-align: left;
}
#subVisual .headline {
  font-weight: 600;
}
#breadCrumb {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  margin-top: 12px;
}
#breadCrumb .home {
  display: block;
  min-width: 25px;
  height: 25px;
  margin-right: 15px;
  background-image: url("../images/common/home.png");
  background-image: url("../images/common/home.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto 15px;
}
#breadCrumb .bar {
  display: block;
  position: relative;
  width: 13px;
  height: 13px;
}
#breadCrumb .bar::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 1px;
  background-color: #999;
  rotate: -45deg;
  translate: -50% -50%;
}
#breadCrumb .crumb {
  position: relative;
  padding-block: 10px;
}
#breadCrumb .current {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-inline: 20px;
  font-size: 15px;
  white-space: nowrap;
}
#breadCrumb .current::after {
  content: "\f078";
  font-size: 0.8em;
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
}
#breadCrumb .crumb-list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  border: 1px solid #ddd;
  white-space: nowrap;
}
/*#breadCrumb .crumb-list.on { display:block; }*/
#breadCrumb .crumb-list a {
  display: block;
  padding: 12px 20px;
  background-color: white;
  font-size: 15px;
}
#breadCrumb .crumb-list .active {
  background-color: #f6f6f6;
  font-weight: 600;
}
#breadCrumb .crumb:hover .crumb-list {
  display: block;
}
.sub-cont {
  padding-block: 150px;
}
.summary .headline-wrapper {
  margin: 0;
  text-align: left;
}
.summary .headline-wrapper .desc {
  margin-top: 30px;
}
.summary .headline-wrapper .desc p {
  font-size: var(--sm-size);
  line-height: 1.5;
}
.summary .flex {
  display: flex;
  align-items: flex-start;
}
.summary:has(.flex) .headline-wrapper.half {
  width: 50%;
  padding-right: 60px;
}
.summary:has(.flex) .rotation-slide {
  overflow: hidden;
  width: 50%;
  border-radius: 130px;
}
.summary:has(.flex) .rotation-slide .box {
  overflow: hidden;
  width: 100%;
  border-radius: 50%;
  aspect-ratio: 1;
}
.section .section-visual {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section .section-visual.text-white {
  color: white;
}
.section .section-visual .headline-wrapper {
  margin: 0;
}
.section .section-visual .headline {
  font-weight: 400;
}
.section .section-visual .desc {
  margin-top: 50px;
}
.section .section-visual .desc p {
  font-size: var(--section-visual-desc);
  line-height: 1.44;
}
.section .list-wrap {
  padding-block: 100px 150px;
}
.section .banner {
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  color: white;
}
.sub .card-list {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  position: relative;
  --item-width: calc((100% - (var(--gap) * (var(--cols) - 1))) / var(--cols));
}
.sub .list-4 {
  --gap: 44px;
  --cols: 4;
}
.sub .list-3 {
  --gap: 50px;
  --cols: 3;
}
.sub .card-list .item {
  width: var(--item-width);
}
.sub .card-list .item:has([class^="between"]) {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 1019px;
}
.sub .card-list .thumb {
  overflow: hidden;
  border-radius: 20px;
}
.sub .card-list.no-radius .thumb {
  border-radius: 0;
}
.sub .card-list .info {
  margin-top: 30px;
}
.sub .card-list .info:has(.icon) {
  margin-top: 50px;
}
.sub .card-list .info:has(.icon) .desc {
  margin-top: 25px;
}
.sub .card-list .headline {
  letter-spacing: -0.05em;
}
.sub .card-list .counting::before {
  content: attr(data-num);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #f6d35e;
  border-radius: 50%;
  margin-bottom: 13px;
  font-size: var(--main-text-size);
  font-family: var(--maruburi);
  font-weight: 700;
  color: white;
  letter-spacing: -0.02em;
}
.sub .card-list .icon::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.sub .card-list .desc {
  margin-top: 20px;
}
.sub .card-list .desc p {
  font-size: var(--sm-size);
  line-height: 1.5;
  letter-spacing: -0.02em;
}
.sub .card-list .goal {
  display: flex;
  align-items: center;
  gap: 20px;
  background-color: white;
  font-size: var(--sm-size);
  line-height: 1.18;
  color: #666;
}
.sub .card-list .goal span {
  width: 80px;
  padding-block: 10px;
  background-color: #ff9900;
  color: white;
  text-align: center;
}
.sub .card-list.type-banner {
  --gap: 0px;
  justify-content: center;
}
.sub .card-list.type-banner .item {
  width: calc(var(--item-width) + 1px);
  padding: 60px 60px 82px;
  margin: 0 -1px -1px 0;
  border: 1px solid #ddd;
}
.sub .card-list.type-banner .desc {
  margin-top: 25px;
}

.sub .recommend-wrap {
  overflow: hidden;
  display: flex;
}
.sub .recommend-wrap .thumb {
  width: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub .recommend-wrap .recommend {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  background-color: #f2f2f2;
  aspect-ratio: 1;
}
.sub .recommend .box {
  width: min(100%, 650px);
  padding-left: 100px;
}
.sub .recommend .headline-wrapper {
  margin-bottom: 50px;
  text-align: left;
}
.sub .recommend .headline-wrapper .title {
  margin-bottom: 25px;
  font-size: var(--sm-size);
  color: #dea145;
  line-height: 1.5;
}
.sub .recommend-list {
  width: min(100%, 500px);
}
.sub .recommend-list li {
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 15px 20px;
  background-color: white;
  border-radius: 5em;
  box-shadow: 3px 3px 10px rgb(178 175 159 / 0.4);
}
.sub .recommend-list li:not(:first-child) {
  margin-top: 30px;
}
.sub .recommend-list li:nth-child(even) {
  translate: 40px 0;
}
.sub .recommend-list .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  background-color: #ffe46a;
  border-radius: 50%;
  font-weight: 700;
  color: white;
  aspect-ratio: 1;
}
.sub .recommend-list .desc p {
  font-size: var(--sm-size);
  line-height: 1.5;
}
.sub .recommend-list .desc strong {
  font-weight: 600;
}

/* about medical-staff */
#director {
  margin-top: 94px;
  display: flex;
  gap: 80px;
}
#director .profile {
  width: min(100%, 680px);
}
#director .profile .name {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 0.4em;
  margin-top: 30px;
  font-weight: 400;
  font-size: var(--sm-size);
  text-align: right;
}
#director .profile .name span {
  font-weight: 700;
}
#fullscreen .video {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  cursor: pointer;
}
#fullscreen .video::after {
  content: "\f04b";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 60px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: white;
  z-index: 1;
  pointer-events: none;
}
#fullscreen .video.is-playing::after {
  display: none;
}
#fullscreen .video iframe,
#fullscreen .video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#promise {
  margin-top: 150px;
}
#promise .horizontal-scroll {
  position: relative;
  width: 100%;
}
#promise .headline-wrapper {
  margin-bottom: 94px;
}
#promise .headline-wrapper .headline {
  font-weight: 600;
}
#promise .headline-wrapper .desc p {
  font-size: var(--sm-size);
  font-weight: 600;
  line-height: 1.5;
}
#promise .promise-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
}
#promise .promise-list .num-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}
#promise .promise-list .num-box .headline {
  font-weight: 600;
}
#promise .promise-list .title {
  margin-top: 30px;
}
#promise .promise-list .headline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  text-align: center;
}
#promise .promise-list :not(.num-box) .headline {
  font-weight: 400;
}
#promise .promise-list :not(.num-box) .headline::before {
  content: "";
  display: block;
  width: 60px;
  height: 54px;
  margin-bottom: 25px;
  margin-inline: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
#promise .promise-list .desc p {
  font-size: var(--main-text-size);
  font-weight: 400;
  line-height: 1.53;
}
#promise .promise01 {
  background-image: url("../images/medical_staff/promise01.jpg");
}
#promise .promise02 {
  background-image: url("../images/medical_staff/promise02.jpg");
}
#promise .promise03 {
  background-image: url("../images/medical_staff/promise03.jpg");
}
#promise .promise04 {
  background-image: url("../images/medical_staff/promise04.jpg");
}
#promise .promise01 .headline::before {
  background-image: url("../images/medical_staff/promise01_icon.png");
}
#promise .promise02 .headline::before {
  background-image: url("../images/medical_staff/promise02_icon.png");
}
#promise .promise03 .headline::before {
  background-image: url("../images/medical_staff/promise03_icon.png");
}
#promise .promise04 .headline::before {
  background-image: url("../images/medical_staff/promise04_icon.png");
}

/* about location */
#location .location-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
}
#location .half {
  width: 100%;
}
#location .half .title {
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: var(--sm-size);
  line-height: 1.32;
}
#location .info-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  padding-inline: 130px 50px;
}
#location .information {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
#location .medical-treatment li {
  display: flex;
  align-items: center;
  line-height: 1.53;
}
#location .medical-treatment li:last-child {
  margin-top: 26px;
  color: #999;
}
#location .medical-treatment li span {
  width: 70px;
}
#location .location .tel {
  font-size: var(--headline);
  font-weight: 700;
  line-height: 1.35;
}
#location .location p:not(.tel) {
  margin-top: 18px;
  line-height: 1.53;
}
#location .reservation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 60px;
}
#location .reservation a {
  display: block;
  padding-block: 40px;
  border: 1px solid #eee;
  border-radius: 5px 0px 0px 5px;
  font-weight: 600;
  text-align: center;
  line-height: 1.17;
}
#location .reservation a:last-child {
  margin-left: -1px;
  border-radius: 0px 5px 5px 0px;
}
#location .reservation a::before {
  content: "";
  display: block;
  width: 65px;
  height: 65px;
  margin-bottom: 15px;
  margin-inline: auto;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
#location .reservation a:first-child::before {
  background-image: url("../images/location/icon_reservation.png");
}
#location .reservation a:last-child::before {
  background-image: url("../images/location/icon_marker.png");
}
#location .reservation .fa-rotate-by {
  --fa-rotate-angle: -45deg;
  margin-left: 10px;
  color: #ff9900;
}
#location .reservation a:hover {
  background-color: #ff9900;
  color: white;
}
#location .reservation a:first-child:hover::before {
  background-image: url("../images/location/icon_reservation_white.png");
}
#location .reservation a:last-child:hover::before {
  background-image: url("../images/location/icon_marker_white.png");
}
#location .reservation a:hover .fa-rotate-by {
  color: white;
}
#location .map {
  aspect-ratio: 1;
}
#location .map iframe {
  width: 100%;
  height: 100%;
}

/* clinic accident aftereffects */
#symptoms .headline-wrapper {
  margin-bottom: 50px;
  text-align: left;
}
#accidentProgram .section-visual {
  background-image: url("../images/accident_aftereffects/program.jpg");
}
#accidentProgram .card-list .item:nth-child(1) .icon::before {
  background-image: url("../images/accident_aftereffects/program_icon01.png");
}
#accidentProgram .card-list .item:nth-child(2) .icon::before {
  background-image: url("../images/accident_aftereffects/program_icon02.png");
}
#accidentProgram .card-list .item:nth-child(3) .icon::before {
  background-image: url("../images/accident_aftereffects/program_icon03.png");
}
#accidentProgram .card-list .item:nth-child(4) .icon::before {
  background-image: url("../images/accident_aftereffects/program_icon04.png");
}
#accidentProgram .card-list .item:nth-child(5) .icon::before {
  background-image: url("../images/accident_aftereffects/program_icon05.png");
}

#reason .section-visual {
  background-image: url("../images/accident_aftereffects/reason.jpg");
}
#reason .card-list .item:nth-child(1) .icon::before {
  background-image: url("../images/accident_aftereffects/reason_icon01.png");
}
#reason .card-list .item:nth-child(2) .icon::before {
  background-image: url("../images/accident_aftereffects/reason_icon02.png");
}
#reason .card-list .item:nth-child(3) .icon::before {
  background-image: url("../images/accident_aftereffects/reason_icon03.png");
}
#reason .card-list .item:nth-child(4) .icon::before {
  background-image: url("../images/accident_aftereffects/reason_icon04.png");
}

/* clinic diet */
#diet .compare-balance {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [2];
  grid-template-columns: repeat(2, 1fr);
  margin-top: 100px;
}
#diet .compare-balance .item {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  aspect-ratio: 1;
}
#diet .compare-balance .unbalance {
  background-image: url("../images/diet_clinic/unbalance.png");
  background-image: url("../images/diet_clinic/unbalance.svg");
}
#diet .compare-balance .balance {
  background-image: url("../images/diet_clinic/balance.png");
  background-image: url("../images/diet_clinic/balance.svg");
}
#diet .card-list .desc {
  margin-top: 25px;
}
#diet .card-list .desc p {
  letter-spacing: 0;
}

#detox {
  padding-bottom: 150px;
  background-color: #fffaeb;
}
#detox .section-visual {
  background-image: url("../images/diet_clinic/detox.jpg");
}
#detox .list-wrap {
  padding-bottom: 123px;
}
#detox .card-list .headline {
  letter-spacing: 0;
}
#detox .banner:not(:first-child) {
  margin-top: 150px;
}

#fiveweek {
  padding-bottom: 150px;
}
#fiveweek .section-visual {
  background-image: url("../images/diet_clinic/fiveweek.jpg");
}
#fiveweek .card-list .item:nth-child(1) .icon::before {
  background-image: url("../images/diet_clinic/fiveweek_icon01.png");
}
#fiveweek .card-list .item:nth-child(2) .icon::before {
  background-image: url("../images/diet_clinic/fiveweek_icon02.png");
}
#fiveweek .card-list .item:nth-child(3) .icon::before {
  background-image: url("../images/diet_clinic/fiveweek_icon03.png");
}
#fiveweek .card-list .info {
  margin-top: 50px;
}
#fiveweek .recommend-wrap .thumb {
  background-image: url("../images/diet_clinic/fiveweek_recommend.jpg");
}

#oneweek {
  padding-bottom: 150px;
}
#oneweek .section-visual {
  background-image: url("../images/diet_clinic/oneweek.jpg");
}
#oneweek .list-wrap {
  padding-bottom: 190px;
}
#oneweek .recommend-wrap .thumb {
  background-image: url("../images/diet_clinic/oneweek_recommend.jpg");
}
#oneweek .card-list .icon::before {
  margin-bottom: 17px;
}
#oneweek .banner {
  margin-top: 150px;
}

/* clinic pain */
#clinic .section-visual {
  background-image: url("../images/pain_clinic/pain.jpg");
}
#clinic .zigzag {
  padding-block: 20px 70px;
}
#clinic .zigzag article {
  padding-block: 80px;
}
#clinic .zigzag .img {
  width: min(31.3%, 520px);
}
#clinic .zigzag .img img {
  width: 100%;
}
#clinic .zigzag .clinic {
  flex: 1;
  width: min(68.7%, calc(100% - 520px));
  padding-inline: 80px;
}
#clinic .zigzag ul {
  display: block;
}
#clinic .zigzag li {
  color: var(--default-color);
}
#clinic .zigzag li:not(:first-child) {
  margin-top: 20px;
}
#clinic .zigzag li span {
  font-weight: 600;
}
#clinic .zigzag article:nth-child(even) .clinic {
  padding-inline: 70px 230px;
}

#painProgram .section-visual {
  background-image: url("../images/pain_clinic/program.jpg");
}
#painProgram .card-list .item:nth-child(1) .icon::before {
  background-image: url("../images/pain_clinic/program_icon01.png");
}
#painProgram .card-list .item:nth-child(2) .icon::before {
  background-image: url("../images/pain_clinic/program_icon02.png");
}
#painProgram .card-list .item:nth-child(3) .icon::before {
  background-image: url("../images/pain_clinic/program_icon03.png");
}
#painProgram .card-list .item:nth-child(4) .icon::before {
  background-image: url("../images/pain_clinic/program_icon04.png");
}

#effect .section-visual {
  background-image: url("../images/pain_clinic/effect.jpg");
}
#effect .card-list.type-banner .item {
  padding: 60px 60px 62px;
}
#effect .card-list .headline {
  font-weight: 400;
}
#effect .card-list .item:nth-child(1) .icon::before {
  background-image: url("../images/pain_clinic/effect_icon01.png");
}
#effect .card-list .item:nth-child(2) .icon::before {
  background-image: url("../images/pain_clinic/effect_icon02.png");
}
#effect .card-list .item:nth-child(3) .icon::before {
  background-image: url("../images/pain_clinic/effect_icon03.png");
}
#effect .card-list .item:nth-child(4) .icon::before {
  background-image: url("../images/pain_clinic/effect_icon04.png");
}
#effect .card-list .item:nth-child(5) .icon::before {
  background-image: url("../images/pain_clinic/effect_icon05.png");
}

/* clinic procedure */
#procedure .summary .recommend-wrap {
  margin-top: 150px;
}
#procedure .summary .recommend-wrap .thumb {
  background-image: url("../images/procedure/procedure_recommend.jpg");
}
#procedure .summary .dot-list li {
  font-size: var(--sm-size);
  color: var(--default-color);
  line-height: 1.5;
}
#procedure .summary .half .desc p {
  margin-top: 1.5em;
}

#nobleShape .section-visual {
  background-image: url("../images/procedure/noble_shape.jpg");
}
#nobleShape .treatment-area {
  margin-bottom: 120px;
}
#nobleShape .treatment-area .headline-wrapper {
  margin-bottom: 50px;
  text-align: left;
}
#nobleShape .treatment-area .info {
  margin-top: 28px;
}
#nobleShape .treatment-area .desc p {
  font-size: var(--section-visual-desc);
}

#disassembly .section-visual {
  background-image: url("../images/procedure/disassembly.jpg");
}
#disassembly .region-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 120px;
}
#disassembly .region {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  width: calc(100% / 6);
  border: 1px solid #ddd;
  aspect-ratio: 1;
}
#disassembly .region:not(:first-child) {
  border-left: 0;
}
#disassembly .region::before {
  content: "";
  width: 60px;
  height: 60px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#disassembly .region:nth-child(1)::before {
  background-image: url("../images/procedure/region01.png");
}
#disassembly .region:nth-child(2)::before {
  background-image: url("../images/procedure/region02.png");
}
#disassembly .region:nth-child(3)::before {
  background-image: url("../images/procedure/region03.png");
}
#disassembly .region:nth-child(4)::before {
  background-image: url("../images/procedure/region04.png");
}
#disassembly .region:nth-child(5)::before {
  background-image: url("../images/procedure/region05.png");
}
#disassembly .region:nth-child(6)::before {
  background-image: url("../images/procedure/region06.png");
}
#disassembly .region p {
  font-weight: 700;
}

#ingredient .section-visual {
  background-image: url("../images/procedure/obesity_treatment.jpg");
}
#ingredient .recommend-wrap .thumb {
  background-image: url("../images/procedure/ingredient_recommend.jpg");
  aspect-ratio: 1.28;
}
#ingredient .recommend {
  padding-block: 108px;
  aspect-ratio: auto;
}
#ingredient .recommend .box {
  width: 100%;
  padding-inline: 24px;
  text-align: center;
}
#ingredient .recommend .headline-wrapper {
  margin-bottom: 30px;
  text-align: center;
}
#ingredient .recommend img {
  width: min(100%, 700px);
  height: auto;
}

#clinicTrial .headline-wrapper {
  margin-bottom: 50px;
}
#clinicTrial .headline-wrapper .desc {
  margin-top: 30px;
}
#clinicTrial .headline-wrapper .desc p {
  font-size: var(--sm-size);
  line-height: 1.5;
}
#clinicTrial .graph {
  overflow: hidden;
  margin-bottom: 60px;
  border-radius: 30px;
}
#clinicTrial .result-list {
  --gap: 35px;
  --cols: 3;
  display: flex;
  gap: var(--gap);
}
#clinicTrial .result-list li {
  width: calc((100% - (var(--gap) * (var(--cols) - 1))) / var(--cols));
  text-align: center;
}
#clinicTrial .result-list .box {
  overflow: hidden;
  border-radius: 10px;
}
#clinicTrial .result-list .title {
  padding-block: 20px;
  background-color: #ff9900;
  font-size: var(--md-size);
  font-weight: 600;
  color: white;
}
#clinicTrial .result-list .desc {
  padding-block: 25px;
}
#clinicTrial .result-list .desc p {
  font-size: var(--sm-size);
  line-height: 1.5;
}

@media screen and (max-width: 1780px) {
  #footer .location {
    padding-right: 0px;
  }
}

@media screen and (max-width: 1430px) {
  .inner {
    padding-inline: 60px;
  }
  .frame .inner {
    padding: 0;
  }
}
@media screen and (max-width: 1400px) {
  #location .location-info {
    display: block;
  }
  #footer .information {
    flex-direction: column;
    gap: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #gnb .menu {
    gap: 35px;
  }
}
@media screen and (max-width: 1024px) {
  :root {
    --main-text-size: 16px; /* default */
    --sm-size: 18px;
    --md-size: 30px;
    --headline: 34px;
    --headline-big: 34px;
  }
  html:has(#gnb.on) {
    overflow-y: hidden;
  }

  .headline-wrapper .desc {
    margin-top: 30px;
  }
  .desc p {
    line-height: 1.5;
  }

  #wrapper {
    padding-top: 60px;
  }
  .frame {
    padding-inline: 14px;
  }
  .inner {
    padding-inline: 24px;
  }
  .frame .inner {
    padding-inline: 10px;
  }

  #floating {
    top: 75%;
    right: 10px;
    width: 60px;
  }
  #floating ul {
    padding-block: 10px;
  }
  #floating li a {
    padding-block: 10px;
    font-size: 12px;
    line-height: 1.25;
  }
  #floating li a .icon {
    width: 18px;
    height: 18px;
    margin-bottom: 7px;
  }
  #goToTop {
    display: none;
  }

  .pc {
    display: none;
  }
  .mo {
    display: block;
  }

  .zigzag .frame,
  .zigzag .inner {
    padding: 0;
  }
  .zigzag article {
    padding-block: 100px;
  }
  .zigzag .flex {
    display: block;
  }
  .zigzag .img {
    width: 100%;
    padding-inline: 24px;
  }
  .zigzag .img img {
    width: 100%;
  }
  .zigzag .clinic,
  .zigzag article:nth-of-type(even) .clinic {
    display: block;
    width: 100%;
    padding: 50px 24px 0px;
    margin-top: 24px;
    border-top: 1px solid #dcd3ab;
  }
  .zigzag .clinic .title::before {
    margin-bottom: 25px;
  }
  .zigzag .clinic .desc p {
    font-weight: 400;
    font-size: var(--sm-size);
    letter-spacing: -0.03em;
  }
  .zigzag .clinic ul {
    -ms-grid-columns: (1fr) [2];
    grid-template-columns: repeat(2, 1fr);
    margin-top: 30px;
  }

  #header {
    background-color: white;
  }
  #header::before {
    display: none;
  }
  #header .header-wrapper {
    align-items: flex-end;
    padding-block: 15px 10px;
  }

  #logo {
    width: 123px;
    height: 35px;
    margin: 0;
  }
  #gnbToggle {
    display: block;
  }
  #gnb {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 0.5);
  }
  #gnb.on {
    display: block;
  }
  #gnb .menu {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 66.66%;
    height: 100%;
    padding-top: 60px;
    background-color: white;
  }
  #gnb a {
    width: 100%;
    font-size: var(--sm-size);
  }
  #gnb a span::after {
    left: 0;
    width: 100%;
    translate: 0% -50%;
  }
  #gnb .depth1 {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 20px;
  }
  #gnb .has-sub .depth1::after {
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-size: 0.5em;
    font-weight: 900;
    color: var(--default-color);
  }
  #gnb .has-sub:has(.depth2-wrap.on) .depth1::after {
    content: "\f077";
    color: var(--default-color);
  }
  #gnb .depth1-list:not(:first-child) .depth1 {
    border-top: 1px solid #eee;
  }
  #gnb .depth2-wrap {
    position: relative;
    padding: 0;
    padding-inline: 30px;
    background-color: #f6f6f6;
  }
  #gnb .depth2-wrap .depth2-list {
    display: block;
    padding-block: 10px;
    border-top: 1px solid #eee;
  }
  #gnb .depth2 {
    padding-block: 10px;
  }
  #gnb .depth1-list:has(.active) .depth1 span::after,
  #gnb .depth1-list:hover .depth1 span::after {
    color: var(--default-color);
  }
  #gnb .depth1:hover span::after,
  #gnb .depth2:hover span::after {
    font-weight: 600;
    color: var(--default-color);
  }
  #gnb .depth1-list:has(.active) .depth1,
  #gnb a.active,
  #gnb a:hover {
    color: var(--default-color);
  }
  #gnb .depth1-list:has(.active) .depth1 span::after,
  #gnb .depth2.active span::after {
    color: var(--default-color);
  }
  #gnb .depth2-wrap.on {
    display: block;
  }

  #footer .footer-wrapper {
    display: block;
  }
  #footer .half {
    width: 100%;
    padding: 0;
  }
  #footer .half .title {
    margin-bottom: 30px;
  }
  #footer .information {
    gap: 80px;
    padding: 80px 24px;
  }
  #footer .medical-treatment li {
    line-height: 1.625;
  }
  #footer .medical-treatment li:last-child {
    margin-top: 20px;
  }
  #footer .medical-treatment li span {
    width: 61px;
  }
  #footer .location .tel {
    font-size: 40px;
  }
  #footer .location p:not(.tel) {
    margin-top: 10px;
    line-height: 1.5;
  }
  #footer .map {
    height: 400px;
  }
  #footer .map iframe {
    width: 100%;
    height: 100%;
  }
  #footer .site-info {
    padding: 60px 24px;
  }
  #footer .logo {
    margin-bottom: 20px;
  }
  #footer .copy {
    margin-top: 30px;
    line-height: 1.625;
  }
  #footer .site-info p:not(.copy) {
    line-height: 1.5;
  }
  #footer .sub-footer {
    display: block;
    padding: 60px 24px 34px;
  }
  #footer .sub-footer .site-info {
    display: block;
  }
  #footer .sub-footer .logo {
    width: 141px;
    height: 40px;
    margin-bottom: 20px;
  }

  #keyVisual {
    padding-top: 80px;
  }
  #keyVisual .greeting {
    margin-bottom: 40px;
  }
  #keyVisual .greeting strong {
    font-size: var(--headline);
    line-height: 1.39;
  }
  #keyVisual .visual-slide {
    padding-inline: 14px;
  }
  #keyVisual .swiper-slide {
    width: 100%;
    border-radius: 0;
  }

  #mainIntroduce {
    padding-bottom: 120px;
  }
  #mainIntroduce .slogan {
    font-size: 60px;
    line-height: 1.35;
  }
  #mainIntroduce .introduce {
    display: block;
    padding: 0;
    margin-top: 80px;
  }
  #mainIntroduce .introduce > div:first-child {
    width: 100%;
  }
  #mainIntroduce .introduce .desc {
    margin-top: 20px;
  }
  #mainIntroduce .introduce .btn_wrap {
    margin-top: 40px;
  }
  #mainIntroduce .introduce .btn {
    width: min(100%, 220px);
    min-width: auto;
    padding: 20px 26px;
  }

  #mainClinic {
    padding: 0;
  }
  #mainClinic::after {
    display: none;
  }

  #mainFacilitiesAndProduct {
    padding-block: 120px 60px;
  }
  #mainFacilitiesAndProduct .swiper-slide {
    width: 200px;
    height: 280px;
  }
  #mainFacilitiesAndProduct .thumb {
    height: 200px;
  }

  .marquee-wrap .marquee {
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
  }

  #mainLocation {
    padding-block: 120px;
  }
  #mainLocation .masonry .row {
    display: flex;
    gap: 10px;
  }
  #mainLocation .masonry .row:not(:first-child) {
    margin-top: 10px;
  }
  #mainLocation .masonry .row .full {
    width: 100%;
  }
  #mainLocation .masonry .row .large {
    width: calc((100% - 10px) * 0.6197);
  }
  #mainLocation .masonry .row .small {
    width: calc((100% - 10px) * 0.3803);
  }

  #subVisual {
    height: 500px;
  }
  #subVisual.medical_staff {
    background-image: url("../images/_mo/medical_staff/key_visual.jpg");
  }
  #subVisual.location {
    background-image: url("../images/_mo/location/key_visual.jpg");
  }
  #subVisual.diet_clinic {
    background-image: url("../images/_mo/diet_clinic/key_visual.jpg");
  }
  #subVisual.procedure {
    background-image: url("../images/_mo/procedure/key_visual.jpg");
  }
  #subVisual.pain_clinic {
    background-image: url("../images/_mo/pain_clinic/key_visual.jpg");
  }
  #subVisual.accident_aftereffects {
    background-image: url("../images/_mo/accident_aftereffects/key_visual.jpg");
  }
  #subVisual.notice {
    background-image: url("../images/_mo/notice/key_visual.jpg");
  }
  #subVisual.event {
    background-image: url("../images/_mo/event/key_visual.jpg");
  }
  #subVisual.review {
    background-image: url("../images/_mo/review/key_visual.jpg");
  }
  #subVisual .title-box {
    padding-top: 60px;
  }
  #subVisual .title-box::before {
    width: 203.5623%;
    translate: -50% 7%;
  }
  #breadCrumb {
    justify-content: initial;
    margin-top: 30px;
  }
  #breadCrumb .home {
    background-size: auto 13px;
  }
  #breadCrumb .current {
    font-size: 12px;
  }
  .sub-cont {
    padding-block: 80px;
  }
  .sub .headline,
  .sub .headline.big {
    font-size: var(--md-size);
  }
  .sub .desc p {
    font-size: var(--main-text-size);
  }
  .summary .flex {
    display: block;
  }
  .summary .headline-wrapper .desc {
    margin-top: 20px;
  }
  .summary .headline-wrapper .desc p {
    font-size: var(--main-text-size);
  }
  .summary:has(.flex) .headline-wrapper,
  .summary:has(.flex) .headline-wrapper.half {
    width: 100%;
    padding: 0;
  }
  .summary:has(.flex) .headline-wrapper .desc p {
    font-size: var(--main-text-size);
  }
  .summary:has(.flex) .rotation-slide {
    width: 100%;
    margin-top: 50px;
  }
  .section .section-visual {
    height: 600px;
    padding-inline: 24px;
  }
  .section .section-visual .desc {
    margin-top: 30px;
  }
  .section .section-visual .desc p {
    font-size: var(--main-text-size);
  }
  .section .list-wrap {
    padding-block: 80px;
  }
  .section .banner {
    border-radius: 10px;
  }
  .sub .card-list {
    --gap: 60px;
    --cols: 1;
  }
  .sub .card-list .item:has([class^="between"]) {
    min-height: auto;
  }
  .sub .card-list .thumb {
    border-radius: 15px;
  }
  .sub .card-list .headline {
    font-size: 22px;
    font-weight: 600;
  }
  .sub .card-list .desc {
    margin-top: 15px;
  }
  .sub .card-list .desc p {
    font-size: var(--main-text-size);
  }
  .sub .card-list .goal {
    align-items: stretch;
    gap: 15px;
    margin-top: 30px;
  }
  .sub .card-list .goal span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    padding-block: 8px;
  }
  .sub .card-list .goal p {
    padding-block: 9px;
    line-height: 1.5;
  }
  .sub .card-list.type-banner {
    margin-inline: -24px;
  }
  .sub .card-list.type-banner .item {
    width: 100%;
    padding: 50px 24px;
    margin: 0;
  }
  .sub .card-list.type-banner .item:not(:first-child) {
    border-top: 0;
  }
  .sub .card-list.type-banner .headline::before {
    width: 80px;
    height: 80px;
  }
  .sub .card-list.type-banner .desc {
    margin-top: 15px;
  }
  .sub .card-list.type-banner .desc p {
    font-size: var(--main-text-size);
  }

  .sub .recommend-wrap {
    display: block;
  }
  .sub .recommend-wrap .thumb {
    width: 100%;
    aspect-ratio: 1;
  }
  .sub .recommend-wrap .recommend {
    display: block;
    width: 100%;
    padding-block: 80px;
    aspect-ratio: auto;
  }
  .sub .recommend .box {
    width: 100%;
    padding-inline: 24px;
  }
  .sub .recommend .headline-wrapper {
    margin-bottom: 30px;
  }
  .sub .recommend .headline-wrapper .title {
    margin-bottom: 20px;
  }
  .sub .recommend-list {
    width: 100%;
  }
  .sub .recommend-list li {
    gap: 12px;
    padding: 14px;
  }
  .sub .recommend-list li:nth-child(even) {
    translate: none;
  }
  .sub .recommend-list li:not(:first-child) {
    margin-top: 10px;
  }
  .sub .recommend-list .num {
    width: 52px;
    min-width: 52px;
    font-size: 22px;
  }
  .sub .recommend-list .desc p {
    font-size: var(--main-text-size);
  }

  #director {
    margin-top: 50px;
  }
  #promise .horizontal-scroll {
    display: block;
    padding-top: 80px;
  }
  #promise .headline-wrapper {
    display: block;
    width: 100%;
    margin-bottom: 80px;
    aspect-ratio: auto;
  }
  #promise .headline-wrapper .desc p {
    font-weight: 400;
  }
  #promise .promise-list,
  #promise .promise-list:first-of-type {
    display: block;
    position: static;
    height: auto;
    margin-bottom: 80px;
    background: none;
    color: var(--default-color);
    -webkit-transform: none;
    transform: none;
  }
  #promise .promise-list .headline-wrapper {
    margin: 0;
  }
  #promise .promise-list .headline-wrapper::before {
    content: "";
    display: block;
    width: 100%;
    height: 300px;
    margin-bottom: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #promise .promise-list:nth-of-type(1) .headline-wrapper::before {
    background-image: url("../images/_mo/medical_staff/promise01.jpg");
  }
  #promise .promise-list:nth-of-type(2) .headline-wrapper::before {
    background-image: url("../images/_mo/medical_staff/promise02.jpg");
  }
  #promise .promise-list:nth-of-type(3) .headline-wrapper::before {
    background-image: url("../images/_mo/medical_staff/promise03.jpg");
  }
  #promise .promise-list:nth-of-type(4) .headline-wrapper::before {
    background-image: url("../images/_mo/medical_staff/promise04.jpg");
  }
  #promise .promise-list .num-box {
    margin-bottom: 20px;
  }
  #promise .promise-list .num-box .headline {
    font-weight: 700;
  }
  #promise .promise-list .title {
    margin-top: 5px;
  }
  #promise .promise-list :not(.num-box) .headline::before {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    background-position: center;
    background-size: cover;
  }
  #promise .promise01 .headline::before {
    background-image: url("../images/_mo/medical_staff/promise01_icon.png");
  }
  #promise .promise02 .headline::before {
    background-image: url("../images/_mo/medical_staff/promise02_icon.png");
  }
  #promise .promise03 .headline::before {
    background-image: url("../images/_mo/medical_staff/promise03_icon.png");
  }
  #promise .promise04 .headline::before {
    background-image: url("../images/_mo/medical_staff/promise04_icon.png");
  }
  #promise .promise-list :not(.num-box) .desc {
    padding-inline: 24px;
    margin-top: 20px;
  }

  #location .location-info {
    display: block;
  }
  #location .info-wrap {
    display: block;
    padding: 0;
    padding-inline: 24px;
    margin-bottom: 80px;
  }
  #location .half .title {
    margin-bottom: 30px;
    font-size: 22px;
  }
  /* #location .information { display:block; } */
  #location .information article:last-child {
    margin-top: 80px;
  }
  #location .medical-treatment li:last-child {
    margin-top: 20px;
  }
  #location .medical-treatment li span {
    width: 60px;
  }
  #location .location .tel {
    font-size: 40px;
  }
  #location .location p:not(.tel) {
    margin-top: 10px;
  }
  #location .reservation {
    margin-top: 50px;
  }
  #location .reservation a {
    padding-block: 15px 20px;
    line-height: 1.5;
  }
  #location .reservation a:hover {
    background-color: white;
    color: var(--default-color);
  }
  #location .reservation a:hover .fa-rotate-by {
    color: var(--accent-color);
  }
  #location .reservation a::before {
    width: 50px;
    height: 50px;
    margin-bottom: 0;
  }
  #location .reservation a:first-child::before,
  #location .reservation a:first-child:hover::before {
    background-image: url("../images/_mo/location/icon_reservation.png");
  }
  #location .reservation a:last-child::before,
  #location .reservation a:last-child:hover::before {
    background-image: url("../images/_mo/location/icon_marker.png");
  }
  #location .reservation .fa-rotate-by {
    margin-left: 5px;
  }
  #location .map {
    height: 300px;
    aspect-ratio: auto;
  }

  #symptoms .card-list .counting::before {
    margin-bottom: 20px;
  }
  #accidentProgram .section-visual {
    background-image: url("../images/_mo/accident_aftereffects/program.jpg");
  }
  #accidentProgram .card-list .item:nth-child(1) .icon::before {
    background-image: url("../images/_mo/accident_aftereffects/program_icon01.png");
  }
  #accidentProgram .card-list .item:nth-child(2) .icon::before {
    background-image: url("../images/_mo/accident_aftereffects/program_icon02.png");
  }
  #accidentProgram .card-list .item:nth-child(3) .icon::before {
    background-image: url("../images/_mo/accident_aftereffects/program_icon03.png");
  }
  #accidentProgram .card-list .item:nth-child(4) .icon::before {
    background-image: url("../images/_mo/accident_aftereffects/program_icon04.png");
  }
  #accidentProgram .card-list .item:nth-child(5) .icon::before {
    background-image: url("../images/_mo/accident_aftereffects/program_icon05.png");
  }
  #reason .section-visual {
    background-image: url("../images/_mo/accident_aftereffects/reason.jpg");
  }

  #clinic {
    background-color: white;
  }
  #clinic .section-visual {
    background-image: url("../images/_mo/pain_clinic/pain.jpg");
  }
  #clinic .zigzag {
    padding: 0;
  }
  #clinic .zigzag article {
    padding-block: 50px;
  }
  #clinic .zigzag ul {
    margin-top: 15px;
  }
  #clinic .zigzag li {
    font-size: var(--sm-size);
  }
  #clinic .zigzag li:not(:first-child) {
    margin-top: 15px;
  }
  #clinic .zigzag .img {
    width: 100%;
    padding-inline: 24px;
  }
  #clinic .zigzag .clinic,
  #clinic .zigzag article:nth-child(even) .clinic {
    width: 100%;
    padding: 0;
    padding-inline: 24px;
    margin-top: 30px;
    border: 0;
  }
  #clinic .zigzag .headline {
    font-size: 22px;
  }
  #clinic .zigzag .headline::before {
    margin-bottom: 20px;
  }
  #painProgram .section-visual {
    background-image: url("../images/_mo/pain_clinic/program.jpg");
  }
  #effect .section-visual {
    background-image: url("../images/_mo/pain_clinic/effect.jpg");
  }
  #effect .card-list.type-banner .item {
    display: flex;
    align-items: center;
    gap: 24px;
    padding: 40px 24px;
  }
  #effect .card-list .item::before {
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  #effect .card-list .item:nth-child(1)::before {
    background-image: url("../images/pain_clinic/effect_icon01.png");
  }
  #effect .card-list .item:nth-child(2)::before {
    background-image: url("../images/pain_clinic/effect_icon02.png");
  }
  #effect .card-list .item:nth-child(3)::before {
    background-image: url("../images/pain_clinic/effect_icon03.png");
  }
  #effect .card-list .item:nth-child(4)::before {
    background-image: url("../images/pain_clinic/effect_icon04.png");
  }
  #effect .card-list .item:nth-child(5)::before {
    background-image: url("../images/pain_clinic/effect_icon05.png");
  }
  #effect .card-list .icon::before {
    display: none;
  }

  #diet .compare-balance {
    display: flex;
    flex-direction: column;
    padding: 0;
    margin-top: 80px;
  }
  #diet .card-list .desc {
    margin-top: 15px;
  }
  #detox {
    padding-bottom: 80px;
  }
  #detox .section-visual {
    background-image: url("../images/_mo/diet_clinic/detox.jpg");
  }
  #detox .list-wrap {
    padding-bottom: 80px;
  }
  #detox .banner:not(:first-child) {
    margin-top: 80px;
  }
  #fiveweek {
    padding-bottom: 80px;
  }
  #fiveweek .section-visual {
    background-image: url("../images/_mo/diet_clinic/fiveweek.jpg");
  }
  #oneweek {
    padding-bottom: 80px;
  }
  #oneweek .section-visual {
    background-image: url("../images/_mo/diet_clinic/oneweek.jpg");
  }
  #oneweek .list-wrap {
    padding-bottom: 80px;
  }
  #oneweek .banner {
    margin-top: 80px;
  }

  #procedure .summary .dot-list li {
    font-size: var(--main-text-size);
  }
  #procedure .summary .recommend-wrap {
    margin-top: 80px;
  }
  #ingredient .recommend .headline-wrapper {
    margin-bottom: 20px;
  }
  #ingredient .recommend {
    padding-block: 50px;
  }
  #nobleShape .section-visual {
    background-image: url("../images/_mo/procedure/noble_shape.jpg");
  }
  #nobleShape .treatment-area {
    margin-bottom: 80px;
  }
  #nobleShape .treatment-area .card-list {
    --gap: 27px 15px;
  }
  #nobleShape .treatment-area .card-list .item {
    width: calc((100% - 15px) / 2);
  }
  #nobleShape .treatment-area .info {
    margin-top: 0;
  }
  #nobleShape .treatment-area .desc p {
    font-size: 22px;
  }
  #disassembly .section-visual {
    background-image: url("../images/_mo/procedure/disassembly.jpg");
  }
  #disassembly .region-list {
    margin-inline: -24px;
    margin-top: 80px;
  }
  #disassembly .region {
    gap: 15px;
    width: calc(100% / 3);
    padding-block: 30px;
  }
  #disassembly .region:nth-child(3) ~ .region {
    border-top: 0;
  }
  #disassembly .region:nth-child(4) {
    border-left: 1px solid #ddd;
  }
  #disassembly .region p {
    font-size: 22px;
  }
  #ingredient .section-visual {
    background-image: url("../images/_mo/procedure/obesity_treatment.jpg");
  }
  #clinicTrial .headline-wrapper {
    margin-bottom: 30px;
  }
  #clinicTrial .graph {
    margin-bottom: 50px;
    border-radius: 0;
  }
  #clinicTrial .result-list {
    display: block;
  }
  #clinicTrial .result-list li {
    width: 100%;
  }
  #clinicTrial .result-list li:not(:first-child) {
    margin-top: 30px;
  }
  #clinicTrial .result-list .title {
    padding-block: 14px;
    font-size: 22px;
  }
  #clinicTrial .result-list .desc {
    padding-block: 24px 27px;
  }

  /*medical staff 사진 추가*/
  #director {
    display: block;
  }

  #director .profile:nth-child(1) {
    margin-bottom: 50px;
  }
}
