/* main-visual */
.main-visual {
  display: flex;
  align-items: flex-end;
  padding: 120px 0 50px;
  color: var(--main-color);
}

.mv-inner {
  max-width: 1840px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.mv-left {
  position: relative;
}

.mv-copy {
  position: absolute;
  left: 0;
  bottom: 0;
}

.mv-copy-title {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 20px;
}

.mv-copy-desc {
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 45px;
}

.mv-logo-large {
  max-width: 1300px;
}

.mv-right {
  display: flex;
  min-width: 0;
}

.mv-text-swiper {
  width: 100%;
}

.mv-text-swiper.swiper-fade .swiper-slide {
  opacity: 0 !important;
  transition: opacity 0.4s ease;
}

.mv-text-swiper.swiper-fade .swiper-slide.swiper-slide-active {
  opacity: 1 !important;
}

.mv-text-top {
  display: flex;
  align-items: center;
  gap: 17px;
  margin-bottom: 50px;
}

.mv-text-pagination {
  position: unset !important;
  width: auto !important;
  display: flex;
  gap: 10px;
}

.mv-text-swiper .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #fff;
  border: 1px #000 solid;
  margin: 0 !important;
  opacity: 1;
}

.mv-text-swiper .swiper-pagination-bullet-active {
  background: #000;
}

.mv-text-controls {
  display: flex;
  align-items: center;
  gap: 20px;
  height: 20px;
}

.mv-text-controls button {
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  line-height: 20px;
}

.mv-text-item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.mv-text-eyebrow {
  font-size: 24px;
  font-weight: 200;
  line-height: 1.2;
}

.mv-text-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

.mv-text-list {
  margin-top: 20px;
  font-size: 12px;
  font-weight: 200;
  line-height: 20px;
  padding-left: 20px;
  border-left: 1px #000 solid;
}

.mv-text-link {
  margin-top: 42px;
  font-size: 16px;
  color: var(--main-color);
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

@media (max-width: 1820px) {
  .mv-inner {
    grid-template-columns: 1.5fr 0.5fr;
  }

  .mv-copy {
    bottom: 35%;
  }

  .mv-copy img {
    display: none;
  }

  .mv-copy-desc {
    margin-bottom: 0;
  }

  .mv-logo-large img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .mv-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .main-visual {
    padding: 100px 0 0;
  }

  .mv-copy {
    color: #fff;
    left: 5%;
    bottom: 5%;
  }

  .mv-right {
    padding-left: 30px;
  }

  .mv-text-top {
    margin-bottom: 30px;
  }

  .mv-copy-title {
    font-size: 24px;
  }

  .mv-copy-desc {
    font-size: 12px;
    line-height: 15px;
  }

  .mv-text-eyebrow,
  .mv-text-title {
    font-size: 20px;
  }

  .mv-text-list {
    margin-top: 30px;
  }

  .mv-text-link {
    margin-top: 60px;
  }
}

@media (max-width: 500px) {
  .mv-copy {
    left: 3%;
  }
}

/* daily-visual */
.daily-visual {
  max-width: 1820px;
  margin: 0 auto;
  padding: 100px 0 120px;
}

.dv-block {
  position: relative;
}

.dv-en-title {
  font-size: 64px;
  margin-bottom: 25px;
  line-height: 70px;
}

.dv-top .dv-photo img {
  display: block;
  width: 100%;
  height: auto;
}

.dv-card-right {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #c0cdec;
  max-width: 900px;
  margin-top: -165px;
  margin-left: auto;
  margin-right: 135px;
  z-index: 1;
  position: relative;
}

.dv-card-right > img,
.dv-card-left > img {
  margin-top: 50px;
}

.dv-card-inner {
  padding: 0 75px 0 60px;
}

.dv-ko-title span {
  font-size: 32px;
}

.dv-ko-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}

.dv-ko-desc {
  font-size: 18px;
  font-weight: 200;
  line-height: 24px;
  margin-bottom: 25px;
}

.dv-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  color: var(--main-color);
}

.dv-middle-text {
  margin: 125px 0 0;
}

.dv-middle-text p {
  margin-bottom: 0;
  margin-left: 440px;
}

.dv-bottom {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: flex-start;
}

.dv-photo-bottom img {
  display: block;
  margin-left: -85px;
}

.dv-card-left {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 900px;
  background: #302f38;
  color: #fff;
  margin-top: 100px;
}

.dv-card-inner-dark {
  position: absolute;
}

.dv-card-left > img {
  margin-left: auto;
}

.dv-card-inner-dark .dv-link {
  color: #fff;
}

.dv-card-inner-dark .dv-link img {
  filter: invert(1);
}

@media (max-width: 1440px) {
  .dv-middle-text p {
    margin-left: 90px;
    margin-bottom: 25px;
  }

  .dv-bottom {
    grid-template-columns: 1fr;
  }

  .dv-card-left {
    order: 1;
    margin-top: -65px;
  }

  .dv-photo-bottom img {
    margin-left: auto;
  }
}

@media (max-width: 1024px) {
  .daily-visual > div {
    padding: 0;
  }

  .dv-card-right {
    margin-top: -65px;
    margin-right: 0;
  }

  .dv-card-inner {
    position: absolute;
  }

  .dv-card-right > img,
  .dv-card-left > img {
    margin-left: auto;
    max-height: 237px;
  }

  .dv-card-right,
  .dv-card-left {
    max-width: 475px;
  }

  .dv-card-inner {
    padding: 0 0 0 20px;
  }

  .dv-ko-title {
    font-size: 20px;
    line-height: 30px;
    font-weight: 400;
  }

  .dv-ko-title span {
    font-size: 20px;
  }

  .dv-ko-desc {
    font-size: 14px;
    line-height: 20px;
    word-break: keep-all;
  }
}

@media (max-width: 768px) {
  .dv-en-title {
    padding: 0 20px;
    font-size: 32px;
    line-height: 40px;
  }

  .dv-middle-text p {
    padding: 0;
    margin-left: auto;
    max-width: 430px;
  }

  .dv-middle-text {
    margin: 100px 0 0;
  }

  .dv-photo-bottom img {
    max-width: 430px;
    width: 100%;
  }
}

@media (max-width: 500px) {
  .dv-card-right {
    margin-top: -25px;
  }

  .dv-card-left {
    margin-top: -45px;
  }

  .dv-middle-text p {
    padding: 0 20px;
  }
}

/* daylil-section */
.daylil-section {
  padding: 100px 0;
  background-color: #f9f9f9;
}

.daylil-inner {
  max-width: 1820px;
  margin: 0 auto;
}

.daylil-title {
  font-size: 64px;
  margin-bottom: 25px;
  line-height: 70px;
}

.daylil-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.daylil-card {
  background: #fff;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.25);
}

.daylil-thumb {
  aspect-ratio: 4 / 5;
  overflow: hidden;
  margin-bottom: 24px;
}

.daylil-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.daylil-body {
  margin-bottom: 25px;
}

.daylil-name {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
}

.daylil-cols {
  display: flex;
  gap: 30px;
}

.daylil-list {
  font-size: 15px;
  line-height: 24px;
  font-weight: 200;
  opacity: 0.7;
}

@media (max-width: 1820px) {
  .daylil-cols {
    flex-wrap: wrap;
  }
}

@media (max-width: 1024px) {
  .daylil-grid-wrap {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 20px 0;
  }

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

  .daylil-grid > * {
    flex: 0 0 80%;
  }

  .daylil-cols {
    gap: 15px;
  }
}

@media (max-width: 768px) {
  .daylil-section {
    padding: 80px 0;
  }

  .daylil-title {
    font-size: 32px;
    line-height: 40px;
  }

  .daylil-name {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .daylil-list {
    font-size: 14px;
    line-height: 24px;
  }

  .daylil-list li {
    word-break: keep-all;
  }

  .daylil-card {
    padding: 15px;
  }
}

/* spine-daylil */
.spine-daylil {
  padding: 100px 0 120px;
}

.spine-daylil.border-top {
  border-top: 1px solid rgba(0, 0, 0, 0.4);
}

.spine-inner {
  max-width: 1820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.3fr);
}

.spine-left {
  display: flex;
  flex-direction: column;
}

.spine-note {
  margin-top: auto;
  line-height: 1.3;
}

.spine-title {
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 20px;
}

.spine-sub {
  font-size: 20px;
  font-weight: 200;
  opacity: 0.3;
  margin-bottom: 60px;
}

.spine-desc {
  font-size: 20px;
  line-height: 28px;
  word-break: keep-all;
}

.spine-right {
  min-width: 0;
}

.cd-acc-header {
  width: 100%;
  padding: 25px 0;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  background: transparent;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font: inherit;
  text-align: left;
  cursor: pointer;
  color: var(--main-color);
}

.cd-acc-header span {
  color: var(--main-color);
}

.cd-acc-header span:first-child {
  flex: 1;
  font-size: 20px;
  font-weight: 200;
}

.cd-acc-icon {
  width: 25px;
  height: 25px;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  padding: 5px;
  border: 1px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
}

.cd-acc-header.is-open {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.cd-acc-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.35s ease, opacity 0.25s ease;
  padding: 0;
}

.cd-acc-panel[hidden] {
  display: none;
}

.cd-acc-panel.is-open {
  opacity: 1;
}

.cd-program-card {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) minmax(0, 1fr);
  gap: 55px;
  background: #fafafa;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  padding: 55px 30px;
}

.cd-program-card.one-grid {
  grid-template-columns: 1fr;
}

.cd-program-block {
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
}

.cd-program-block.block-bottom,
.cd-acc-header.block-bottom {
  border-bottom: transparent;
}

.cd-program-card.one-grid .cd-program-block.block-bottom,
.cd-program-block.block-bottom {
  padding-bottom: 0;
  margin-bottom: 0;
}

.cd-acc-header.block-bottom span {
  font-weight: 700;
}

.cd-program-block h4 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.cd-program-block p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
}

.cd-program-block p span {
  opacity: 0.8;
}

.cd-program-block p span b {
  font-weight: 700;
}

.cd-best {
  color: #d13826;
  opacity: 1 !important;
  font-weight: 500;
  display: block;
  margin-top: 20px;
}

.cd-best.margin-ntop {
  margin-top: 0;
}

.cd-notes {
  font-size: 10px;
  line-height: 24px;
  font-weight: 200;
  opacity: 0.7;
}

.cd-program-image {
  font-size: 13px;
  font-weight: 200;
  text-align: left;
}

.cd-img-caption {
  margin-bottom: 10px;
}

.cd-img-wrap {
  width: 100%;
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.spine-m-note {
  display: none;
}

@media (max-width: 1200px) {
  .spine-inner {
    grid-template-columns: 1fr;
    gap: 45px;
  }

  .spine-note {
    display: none;
  }

  .spine-m-note {
    display: block;
    line-height: 1.3;
  }
}

@media (max-width: 768px) {
  .spine-daylil {
    padding: 80px 0;
  }

  .spine-title {
    font-size: 32px;
  }

  .spine-sub {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .spine-desc {
    font-size: 16px;
    line-height: 22px;
  }

  .cd-acc-header {
    padding: 20px 0;
  }

  .cd-acc-header span:first-child {
    font-size: 18px;
  }

  .cd-program-card {
    padding: 35px 20px;
    gap: 25px;
  }

  .cd-program-block h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .cd-program-block p {
    font-size: 14px;
    line-height: 20px;
  }

  .cd-program-block {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }

  .cd-notes {
    line-height: 20px;
  }

  .cd-img-wrap img {
    width: 100%;
  }

  .cd-acc-icon {
    padding: 2px 5px 5px;
  }
}

@media (max-width: 500px) {
  .cd-program-card {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cd-img-wrap {
    aspect-ratio: auto;
  }
}

/* program-section */
.program-section {
  padding: 100px 0 120px;
}

.program-header,
.program-body {
  max-width: 1820px;
  margin: 0 auto;
}

.program-title {
  font-size: 64px;
  margin-bottom: 25px;
  line-height: 70px;
}

.program-lead {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 60px;
}

.program-tabs {
  display: flex;
  gap: 100px;
  padding-bottom: 0;
}

.program-tab {
  position: relative;
  padding: 20px 10px;
  border: none;
  background: transparent;
  font-size: 24px;
  font-weight: 200;
  cursor: pointer;
  opacity: 0.3;
  word-break: keep-all;
  color: var(--main-color);
}

.program-tab.is-active {
  font-weight: 600;
  opacity: 1;
}

.program-tab.is-active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 4px;
  background: #302f38;
}

.program-hr {
  color: rgba(0, 0, 0, 0.4);
  margin-bottom: 100px;
}

.program-subtitle {
  font-size: 48px;
  font-weight: 200;
  margin-bottom: 20px;
}

.program-subdesc {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 80px;
}

.program-step-list {
  font-size: 18px;
  line-height: 28px;
}

.program-step-list li {
  width: 250px;
  padding: 11px 20px;
  background: #f0f0f0;
  margin-bottom: 15px;
}

/* .program-step-list li:last-child {
  background: transparent;
  font-size: 11px;
} */

.program-step-list li.program-step-item,
.program-step-list.balance-list li {
  width: 400px;
}

.program-step-list li.program-step-item:last-child {
  background: #f0f0f0;
  font-size: 18px;
}

.program-step-list li .program-step-title {
  font-weight: 600;
}

.program-recommend {
  margin-top: 60px;
}

.program-recommend-title {
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 20px;
}

.program-recommend ul {
  font-size: 15px;
  line-height: 28px;
  padding-left: 30px;
}

.program-recommend ul li {
  list-style-type: disc;
}

.program-content {
  display: none;
}

.program-content.is-active {
  display: block;
}

@media (max-width: 1820px) {
  .program-section > div {
    padding: 0;
  }

  .program-header,
  .program-body {
    padding: 0 20px;
  }
}

@media (max-width: 1024px) {
  .program-tabs {
    gap: 80px;
  }
}

@media (max-width: 768px) {
  .program-section {
    padding: 80px 0;
  }

  .program-title {
    font-size: 32px;
    line-height: 40px;
  }

  .program-lead {
    font-size: 16px;
    margin-bottom: 45px;
  }

  .program-tabs {
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  .program-tab {
    font-size: 20px;
    flex: 0 0 auto;
    white-space: nowrap;
  }

  .program-hr {
    margin-bottom: 70px;
  }

  .program-subtitle {
    font-size: 32px;
  }

  .program-subdesc {
    font-size: 16px;
    margin-bottom: 40px;
  }

  .program-step-list li {
    width: 100% !important;
  }
}

/* info-section */
.info-section {
  padding: 100px 0 165px;
}

.info-hero img {
  width: 100%;
  height: auto;
}

.info-inner {
  max-width: 1820px;
  margin: 0 auto;
}

.time-inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 900px);
  gap: 55px;
  padding: 120px 0 100px;
}

.info-heading {
  font-size: 64px;
  line-height: 70px;
}

.daylil-info-card {
  display: flex;
  flex-direction: column;
}

.daylil-info-row {
  display: flex;
  flex-direction: column;
  padding-bottom: 22px;
  margin-bottom: 43px;
  border-bottom: 0.5px solid rgba(0, 0, 0, 0.4);
}

.daylil-info-row.border-bottom {
  border-bottom: transparent;
}

.info-name {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 28px;
}

.daylil-addr,
.daylil-tel,
.daylil-desc {
  font-size: 15px;
  font-weight: 200;
  line-height: 30px;
  word-break: keep-all;
}

.daylil-row-title {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 30px;
}

.daylil-time-list .time-item {
  display: grid;
  grid-template-columns: 100px minmax(0, 1fr);
  gap: 10px;
  font-size: 15px;
  font-weight: 200;
  line-height: 1.2;
  margin-bottom: 10px;
}

.daylil-time-list .time-item:nth-child(even) {
  opacity: 0.5;
}

.daylil-map {
  margin-top: 25px;
}

.daylil-map img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-inner .info-heading {
  margin-bottom: 60px;
}

.doctor-swiper {
  max-width: 900px;
  margin-right: unset !important;
}

.doctor-card {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.doctor-photo-wrap {
  position: relative;
  overflow: hidden;
}

.doctor-photo-fade {
  position: absolute;
  inset: 0;
  background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 35%);
  z-index: 1;
}

.doctor-photo-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

.doctor-pagination.swiper-pagination {
  position: unset !important;
  width: auto !important;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-bottom: 20px;
}

.doctor-pagination .swiper-pagination-bullet {
  width: 7px;
  height: 7px;
  background: #fff;
  border: 1px #000 solid;
  margin: 0 !important;
  opacity: 1;
}

.doctor-pagination .swiper-pagination-bullet-active {
  background: #000;
}

.doctor-profile-head {
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  padding-bottom: 24px;
  margin-bottom: 17px;
}

.doctor-name-row {
  font-size: 20px;
}

.doctor-name-strong {
  font-weight: 500;
}

.doctor-position {
  font-weight: 200;
}

.doctor-history-cols {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 40px;
  font-size: 15px;
  font-weight: 200;
  line-height: 30px;
}

@media (max-width: 1820px) {
  .time-inner {
    padding: 120px 20px 100px;
  }
}

@media (max-width: 1300px) {
  .time-inner {
    grid-template-columns: minmax(0, 0.5fr) minmax(0, 1fr);
  }
}

@media (max-width: 1024px) {
  .time-inner {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .info-section {
    padding: 80px 0 120px;
  }

  .info-inner.info-hero {
    padding: 0;
  }

  .time-inner {
    padding: 100px 20px 80px;
  }

  .info-heading {
    font-size: 32px;
    line-height: 40px;
  }

  .daylil-info-row.border-bottom {
    border-bottom: transparent;
    padding-bottom: 0;
    margin-bottom: 0;
  }

  .doctor-inner .info-heading {
    margin-bottom: 30px;
  }

  .doctor-history-cols {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
  }
}
