.main_before {
    width: 100%;
    height: 80px;
}

.main_station {
    width: 100%;
    max-height: calc(100vh - 80px);
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.main_station video {
    overflow-clip-margin: content-box;
    overflow: clip;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* 공통통 */
.main-tit {
    font-size: 5.2rem;
    font-weight: 800;
    color: #000;
    text-align: center;
    transition: font-size 0.45s ease;
}

.main-tit[data-aos] {
    opacity: 1;
    transform: none;
    clip-path: inset(0 100% 0 0);
    transition: clip-path 900ms cubic-bezier(0.22, 1, 0.36, 1), font-size 0.45s ease;
    will-change: clip-path;
}

.main-tit[data-aos].aos-animate {
    clip-path: inset(0 0 0 0);
}

.main-tit::before {
    content: "GAYANG JEIL 365 ORTHOPEDIC CLINIC";
    display: block;
    font-size: 1.6rem;
    font-weight: 400;
    color: #1E2B6D;
    text-transform: uppercase;
    transition: font-size 0.45s ease;
}

/* sec1 병원 소개 */
#sec1 {
    position: relative;
    z-index: 0;
    background: none;
    color: #fff;
}

#sec1::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    top: 0;
    bottom: 0;
    background: url('../img/sec1-bg.png') no-repeat 50% 50% / cover;
    z-index: 0;
    pointer-events: none;
}

#sec1 > * {
    position: relative;
    z-index: 1;
}
.sec1-tit{
    font-size: 4rem;
    font-weight: 700;
    transition: font-size 0.45s ease;
}
.sec1-tit em{
    color: #FFCA28;
}

.sec1-char-fade__char{
    opacity: 0;
    display: inline;
}
.sec1-char-fade__char--visible{
    opacity: 1;
    transition: opacity 0.5s ease;
}

.sec1-after-tit{
    opacity: 0;
    transform: translate3d(0, 22px, 0);
    transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out, font-size 0.45s ease, line-height 0.45s ease;
    will-change: opacity, transform;
}
.sec1-after-tit.is-visible{
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

section.sec1 p{
    font-weight: 300;
    overflow-wrap: break-word;
    word-wrap: break-word;
    transition: font-size 0.45s ease, line-height 0.45s ease;
}

section.sec1 p>em{
    font-weight: 700;
}


/* sec2 의료진 소개 */
#sec2 {
    position: relative;
    z-index: 0;
    background: none;
}

#sec2::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    top: 0;
    bottom: 0;
    background: url('../img/doc-bg.png') no-repeat 50% 50% / cover;
    z-index: 0;
    pointer-events: none;
}

#sec2 > * {
    position: relative;
    z-index: 1;
}

.doc-name-line {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
    gap: 0.6rem 1.2rem;
    width: 100%;
    box-sizing: border-box;
}

.doc-name-line .doc-name-row {
    min-width: 0;
}

.doc-divider-wrap {
    margin: 1.2rem 0 2rem;
}

.doc-divider-line {
    display: block;
    width: 100%;
    height: 0;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.doc-divider-nav {
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 1.6rem;
    flex-shrink: 0;
}

#sec2 .doc-divider-nav .sec2-nav {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
    line-height: 0;
    box-sizing: border-box;
}

#sec2 .doc-divider-nav .sec2-nav img {
    display: block;
    width: min(35px, 10vw);
    height: auto;
    max-width: 100%;
}

.doc-layout {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 0;
    width: 100%;
}

.doc-panel {
    display: none;
}

.doc-panel.is-active {
    display: block;
}

.doc-img {
    flex: 0 0 calc(38% + 14rem);
    max-width: calc(520px + 14rem);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.doc-img img {
    width: min(540px, 90%);
    height: auto;
    display: block;
    margin: 0 auto;
}

.doc-info {
    flex: 1 1 280px;
    min-width: 0;
    box-sizing: border-box;
    align-self: stretch;
}

#sec2 .doc-info {
    width: 100%;
    max-width: 100%;
}

.doc-role {
    font-size: 2rem;
    font-weight: 400;
    color: #1E2B6D;
}

.doc-schedule {
    display: inline-block;
    padding: 0.2em 0.8em;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.4;
    color: #fff;
    background: #1E2B6D;
    border-radius: 0.6rem;
    vertical-align: baseline;
    margin-left: 0.8rem;
    letter-spacing: 0.06rem;
}

.doc-name-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.8rem 1.2rem;
}

.doc-info .doc-name {
    font-size: 4rem;
    font-weight: 700;
    color: #000;
}

.doc-info .doc-position {
    font-size: 2.4rem;
    font-weight: 400;
    color: #656D71;
}

.doc-columns {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem 1.5rem;
    margin-bottom: 2rem;
}

.doc-panel.doc-lists-vertical .doc-columns {
    grid-template-columns: 1fr;
}

.doc-list {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 1.6rem;
    line-height: 1.3;
    color: #656D71;
}

.doc-list li {
    position: relative;
    padding-left: 1em;
    margin-bottom: 0.6rem;
}

.doc-list li::before {
    content: "·";
    position: absolute;
    left: 0;
    font-weight: 700;
}

.doc-list-full {
    margin-bottom: 0;
}

/* sec3 진료 과목 */
#sec3 .sec3-slidey-nav {
    position: relative;
    border: none;
    border-radius: 999px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 9px;
    list-style: none;
    width: 1023px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 8rem;
    background: #F0F2FF;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
    padding: 10px;
}

#sec3 .sec3-slidey-nav li {
    margin: 0;
}

#sec3 .sec3-slidey-nav li:not(.sec3-slidey-track-active):not(.sec3-slidey-track-hover) {
    flex: 0 0 244px;
}

#sec3 .sec3-slidey-nav a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border: none;
    outline: none;
    text-decoration: none;
    z-index: 3;
    color: #8a90a1;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
    height: auto;
    padding: min(1rem, 1.5vw);
}

#sec3 .sec3-slidey-track-active,
#sec3 .sec3-slidey-track-hover {
    position: absolute;
    top: 10px;
    display: inline-block;
    height: calc(100% - 20px);
    border-radius: 999px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    list-style: none;
    box-sizing: border-box;
    pointer-events: none;
}

#sec3 .sec3-slidey-track-active {
    background-color: #1f2f78;
    z-index: 2;
}

#sec3 .sec3-slidey-nav .is-active a {
    color: #fff;
}

#sec3 .sec3-slidey-track-hover {
    opacity: 0;
    background: rgba(31, 47, 120, 0.2);
    z-index: 1;
}

#sec3 .sec3-content-panel {
    display: none;
}

#sec3 .sec3-content-panel.is-active {
    display: block;
}

#sec3 .sec3-content-top {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 3.2rem;
    align-items: stretch;
}

#sec3 .sec3-main-image {
    position: relative;
    overflow: visible;
}

#sec3 .sec3-main-image::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: min(16rem, 14vw);
    aspect-ratio: 1 / 1;
    background: url("../img/bg-orbit.png") no-repeat 50% 50% / contain;
    transform: translate(-40%, -45%);
    pointer-events: none;
}

#sec3 .sec3-main-image img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    border-radius: 2rem;
    object-fit: cover;
}

#sec3 .sec3-main-copy h3 {
    font-size: 4rem;
    font-weight: 700;
    color: #1f2f78;
    line-height: 1.1;
}

#sec3 .sec3-main-copy p {
    font-size: 2rem;
    line-height: 1.7;
    color: #111;
}

#sec3 .sec3-treatment-box h4,
#sec3 .sec3-content-bottom h4 {
    font-size: 4rem;
    font-weight: 700;
    color: #1f2f78;
    line-height: 1.1;
}

#sec3 .sec3-treatment-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1.2rem;
}

#sec3 .sec3-treatment-list li {
    background: #F5F7F8;
    border-radius: 999px;
    min-height: 5.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 2rem;
    font-size: 2rem;
    font-weight: 700;
    color: #1d1d1d;
}

#sec3 .sec3-disease-list {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.2rem;
}

#sec3 .sec3-disease-list li img {
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    border-radius: 1.8rem;
}

#sec3 .sec3-disease-list li p {
    margin-top: 1.2rem;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    color: #000;
    line-height: 1.3;
    white-space: nowrap;
}

#sec3 .sec3-disease-list li p span {
    display: inline;
    color: #000;
    font-size: 1.6rem;
    font-weight: 400;
    white-space: nowrap;
}

#sec3 .sec3-disease-list li p span.sec3-break-700-strong {
    font-size: inherit;
    font-weight: inherit;
}

/* sec4 비수술 클리닉닉 */
#sec4 .sec4-wrap {
    padding-top: 14rem;
    padding-bottom: 10rem;
    background: url("../img/clinic2-bg.png") no-repeat 50% 50% / cover;
}

#sec4 .main-tit,
#sec4 .main-tit::before {
    color: #fff;
}

#sec4 .sec4-category-nav {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 2rem;
    align-items: start;
}

#sec4 .sec4-category-nav > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

#sec4 .sec4-category-nav > div img {
    width: 100%;
    max-width: min(220px, 25vw);
    aspect-ratio: 1 / 1;
    height: auto;
    display: block;
    object-fit: contain;
    border-radius: 50%;
    transition: box-shadow 0.25s ease, transform 0.25s ease;
}

#sec4 .sec4-category-nav > div:hover img {
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
    transform: translateY(-8px);
}

#sec4 .sec4-category-nav > div h3 {
    margin-top: min(3rem, 5vw);
    font-size: 2.8rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
    color: #fff;
}

#sec4 .sec4-category-nav > div h3.on {
    color: #fff;
}

#sec4 {
    overflow-x: hidden;
}
@supports (overflow: clip) {
    #sec4 {
        overflow-x: clip;
        overflow-y: visible;
    }
}

#sec4 .sec4-card-wrap.container14 {
    width: 95%;
    max-width: 1440px;
}

#sec4 .sec4-clinic-inner.container-inner12 {
    width: 95%;
    max-width: 1280px;
}

#sec4 .sec4-card-wrap {
    padding-top: 0;
    padding-bottom: 0;
}

#sec4 .sec4-clinic-row--bg-white {
    background: #fff;
}

#sec4 .sec4-clinic-row--bg-muted {
    position: relative;
    background: transparent;
}

#sec4 .sec4-clinic-row--bg-muted::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background: #F5F7F8;
    z-index: 0;
}

#sec4 .sec4-clinic-row--bg-muted .sec4-clinic-inner {
    position: relative;
    z-index: 1;
}

#sec4 .sec4-clinic-row--has-back-logo {
    position: relative;
    overflow-x: visible;
    overflow-y: visible;
}

#sec4 .sec4-clinic-row--has-back-logo::after {
    content: "";
    position: absolute;
    right: calc(50% - 50vw);
    bottom: 0;
    width: min(42rem, 55vw);
    height: min(28rem, 38vw);
    background: url("../img/clinic2-back-logo.png") no-repeat 100% 100% / contain;
    pointer-events: none;
    z-index: 0;
    opacity: 0.95;
}

#sec4 .sec4-clinic-row--has-back-logo .sec4-clinic-inner {
    position: relative;
    z-index: 1;
}

#sec4 .sec4-clinic-inner {
    position: relative;
    container-type: inline-size;
    container-name: sec4-clinic-inner;
}

#sec4 .sec4-clinic-bleed-layout {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 40px;
    width: 100%;
    margin-left: 0;
    box-sizing: border-box;
}

#sec4 .sec4-clinic-bleed-layout .sec4-clinic-media,
#sec4 .sec4-clinic-bleed-layout .sec4-clinic-copy {
    align-self: center;
}

#sec4 .sec4-clinic-copy {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 0;
    min-width: 0;
    width: 100%;
    max-width: 62rem;
    max-width: min(62rem, calc((100cqw - 40px) / 2));
    box-sizing: border-box;
    text-align: left;
}

#sec4 .sec4-clinic-panels {
    width: 100%;
    align-self: stretch;
}

#sec4 .sec4-clinic-media {
    margin: 0;
    overflow: hidden;
}

#sec4 .sec4-clinic-media img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    display: block;
}

#sec4 .sec4-clinic-bleed-layout--img-left .sec4-clinic-media--bleed-left {
    flex: 0 0 calc(50vw - 20px);
    max-width: none;
    margin-left: calc(50% - 50vw);
    border-radius: 0 4rem 4rem 0;
}

#sec4 .sec4-clinic-bleed-layout--img-right .sec4-clinic-media--bleed-right {
    flex: 0 0 calc(50vw - 20px);
    max-width: none;
    order: 2;
    margin-left: auto;
    margin-right: calc(50% - 50vw);
    border-radius: 4rem 0 0 4rem;
}

#sec4 .sec4-clinic-bleed-layout--img-right .sec4-clinic-copy {
    order: 1;
    margin-left: 0;
}

#sec4 .sec4-clinic-title {
    font-size: 4rem;
    font-weight: 700;
    color: #1f2f78;
    line-height: 1.1;
    text-align: left;
    align-self: flex-start;
    width: 100%;
}

#sec4 .sec4-clinic-desc {
    font-size: 2rem;
    line-height: 1.7;
    color: #111;
    text-align: left;
    align-self: flex-start;
    width: 100%;
}

#sec4 .sec4-clinic-panel {
    display: none;
}

#sec4 .sec4-clinic-panel.is-active {
    display: block;
}

#sec4 .sec4-clinic-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sec4 .sec4-clinic-checklist li {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    margin-bottom: 1.2rem;
    font-size: 2rem;
    line-height: 1.6;
    color: #111;
    text-align: left;
    width: 100%;
}

#sec4 .sec4-clinic-checklist li::before {
    content: "";
    flex-shrink: 0;
    width: 2.4rem;
    height: 2.4rem;
    margin-top: 0.35rem;
    background: url("../img/clinic2-check.png") no-repeat 50% 50% / contain;
}

#sec4 .sec4-clinic-checklist li:last-child {
    margin-bottom: 0;
}

#sec4 .sec4-slidey-nav {
    position: relative;
    border: none;
    border-radius: 999px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    align-self: flex-start;
    gap: 9px;
    list-style: none;
    width: auto;
    max-width: 100%;
    margin-bottom: 2rem;
    background: #F0F2FF;
    box-shadow: inset 0 1px 10px rgba(0, 0, 0, 0.1);
    padding: 7px;
    box-sizing: border-box;
}

#sec4 .sec4-slidey-nav li {
    margin: 0;
}

#sec4 .sec4-slidey-nav li:not(.sec3-slidey-track-active):not(.sec3-slidey-track-hover) {
    flex: 0 0 auto;
    display: inline-flex;
    width: max-content;
    max-width: 100%;
}

#sec4 .sec4-slidey-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-width: 0;
    min-height: 0;
    height: auto;
    padding: 2px 30px;
    border: none;
    outline: none;
    text-decoration: none;
    z-index: 3;
    color: #8a90a1;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.8;
    letter-spacing: -0.02em;
    box-sizing: border-box;
    white-space: nowrap;
}

#sec4 .sec4-slidey-nav .sec3-slidey-track-active,
#sec4 .sec4-slidey-nav .sec3-slidey-track-hover {
    position: absolute;
    top: 7px;
    display: inline-block;
    height: calc(100% - 14px);
    border-radius: 999px;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    list-style: none;
}

#sec4 .sec4-slidey-nav .sec3-slidey-track-active {
    background-color: #1f2f78;
    z-index: 2;
}

#sec4 .sec4-slidey-nav .is-active a {
    color: #fff;
}

#sec4 .sec4-slidey-nav .sec3-slidey-track-hover {
    opacity: 0;
    background: rgba(31, 47, 120, 0.2);
    z-index: 1;
}

/* sec5 병원 둘러보기 */
#sec5 {
    position: relative;
    z-index: 0;
    background: none;
}

#sec5::before {
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -50vw;
    width: 100vw;
    top: 0;
    bottom: 0;
    background-color: #eef1f8;
    background-image: url("../img/tour-bg.png");
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}

#sec5 > * {
    position: relative;
    z-index: 1;
}

#sec5.sec5-wrap {
    width: 100%;
}

#sec5 .sec5-tour-slot {
    position: relative;
    width: 100%;
}

#sec5 .sec5-coverflow-clip {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    overflow: hidden;
}

#sec5 .sec5-coverflow {
    position: relative;
    width: 100%;
    overflow: hidden;
}

#sec5 .sec5-marquee {
    position: absolute;
    z-index: 0;
    left: 50%;
    width: 100vw;
    margin-left: -50vw;
    top: 0;
    bottom: 5.5rem;
    display: flex;
    align-items: center;
    overflow: visible;
    pointer-events: none;
}

#sec5 .sec5-marquee-mover {
    display: flex;
    width: max-content;
    font-size: 160px;
    font-weight: 900;
    color: #1e2b6d;
    opacity: 0.04;
    white-space: nowrap;
    line-height: 1;
    animation: sec5-marquee-flow 50s linear infinite;
}

@keyframes sec5-marquee-flow {
    to {
        transform: translateX(-50%);
    }
}

#sec5 .sec5-coverflow .swiper-wrapper {
    position: relative;
    z-index: 1;
}

#sec5 .sec5-coverflow .swiper-slide {
    width: min(68rem, 85vw);
    max-width: 680px;
    aspect-ratio: 16 / 10;
    background-position: center;
    background-size: cover;
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.18);
    box-sizing: border-box;
}

#sec5 .sec5-coverflow .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#sec5 .sec5-coverflow-pagination.swiper-pagination-bullets {
    position: relative;
    z-index: 1;
    margin-top: 3rem;
    bottom: auto;
}

#sec5 .sec5-coverflow-pagination .swiper-pagination-bullet {
    width: 1rem;
    height: 1rem;
    background: #939B9F;
    opacity: 1;
}

#sec5 .sec5-coverflow-pagination .swiper-pagination-bullet-active {
    background: #1e2b6d;
}

html {
    overflow-x: hidden;
}

.wrap {
    overflow-x: hidden;
    overflow-y: hidden;
}

/* sec6 보유 장비 */
#sec6 .sec6-equip-bleed {
    overflow: hidden;
    width: 100%;
    margin-top: 4rem;
    margin: 0 auto;
}

#sec6 .sec6-equip-swiper {
    display: block ;
    width: 100%;
    margin: 0 auto;
    overflow: visible;
    touch-action: pan-y pinch-zoom;
    overscroll-behavior-x: contain;
}

#sec6 .sec6-equip-swiper .swiper-wrapper {
    touch-action: pan-y pinch-zoom;
}

#sec6 .sec6-equip-swiper .swiper-slide {
    position: relative;
    height: auto;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: stretch;
}

#sec6 .sec6-equip-card {
    display: flex;
    flex-direction: column;
    background: #f5f7f8;
    border-radius: 3rem;
    overflow: hidden;
    max-width: none;
    box-sizing: border-box;
    padding: 1.3rem;
    height: 100%;
}

#sec6 .sec6-equip-card__img {
    flex-shrink: 0;
    width: 100%;
    margin-bottom: 1rem;
    aspect-ratio: 1 / 1;
    background: #fff;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    border-radius: 2rem;
}

#sec6 .sec6-equip-card__img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    object-fit: contain;
    -webkit-user-drag: none;
    user-select: none;
}

#sec6 .sec6-equip-card__txt {
    flex-grow: 1;
    display: grid;
    grid-template-rows: auto auto;
    align-items: center;
    width: 100%;
    row-gap: 1rem;
    text-align: center;
    margin: 1rem 0;
}

#sec6 .sec6-equip-card__type {
    width: 100%;
    margin: 0;
    font-size: min(2.6rem, 3vw); 
    font-weight: 700;
    color: #1e2b6d;
    line-height: 1;
    text-align: center;
    white-space: normal;
    word-break: keep-all;
    overflow-wrap: anywhere;
}

#sec6 .sec6-equip-card__sub {
    font-weight: 700;
    font-size: inherit;
}

#sec6 .sec6-equip-card__type-sub {
    font-size: 0.7em;
    font-weight: 500;
    line-height: 0;

}

#sec6 .sec6-equip-card__name {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: min(1.4rem, 3vw);
    font-weight: 400;
    color: #6b7280;
    line-height: 1.45;
    text-align: center;
    white-space: nowrap;
    min-width: max-content;
}

#sec6 .sec6-equip-pagination-wrap {
    margin-top: 4rem;
}

#sec6 .sec6-equip-pagination.swiper-pagination-progressbar {
    position: relative;
    top: auto;
    left: auto;
    height: 4px;
    width: 100%;
    border-radius: 999px;
    background: #e2e5eb;
}

#sec6 .sec6-equip-pagination .swiper-pagination-progressbar-fill {
    background: #1e2b6d;
    border-radius: 999px;
}

/* sec7 진료 시간 및 오시는 길길 */
#sec7.sec7-guide {
    position: relative;
    background: #f5f7f8;
    overflow: visible;
}

#sec7.sec7-guide.page {
    overflow: visible;
}

.sec7-guide-bg {
    position: absolute;
    right: 0;
    top: 56%;
    transform: translateY(-50%);
    z-index: 0;
    pointer-events: none;
    line-height: 0;
}

.sec7-guide-bg img {
    display: block;
    width: clamp(24rem, 42vw, 68rem);
    height: auto;
    max-width: none;
    opacity: 0.85;
}

.sec7-guide-head,
.sec7-guide-layout {
    position: relative;
    z-index: 1;
}

.sec7-guide-layout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    margin-top: 2rem;
    padding-bottom: 2rem;
    width: 100%;
    box-sizing: border-box;
}

.sec7-guide-map {
    flex: 0 0 53%;
    width: 53%;
    max-width: 53%;
    display: flex;
    min-width: 0;
    position: relative;
    z-index: 1;
}

.sec7-map-wrap {
    flex: 1 1 auto;
    width: 100%;
    border-radius: 3rem 0 0 3rem;
    overflow: hidden;
    background: #e8eaef;
    box-shadow: 0 0.8rem 2.4rem rgba(30, 43, 109, 0.08);
}

#sec7 .sec7-map-wrap .root_daum_roughmap {
    max-width: 100%;
    height: 100% !important;
    line-height: 0;
}

#sec7 .sec7-map-wrap .root_daum_roughmap > *:not(.wrap_map) {
    display: none !important;
}

#sec7 .sec7-map-wrap .root_daum_roughmap .foot_box,
#sec7 .sec7-map-wrap .root_daum_roughmap .info_footer,
#sec7 .sec7-map-wrap .root_daum_roughmap .hide_info {
    display: none !important;
}

#sec7 .sec7-map-wrap .wrap_map {
    height: 100% !important;
    border-radius: 3rem 0 0 3rem;
    overflow: hidden;
}

.sec7-guide-panel {
    flex: 0 0 53%;
    width: 53%;
    max-width: 53%;
    min-width: 0;
    margin-left: -6%;
    position: relative;
    z-index: 2;
    background: #fff;
    border-radius: 3rem;
    padding: 5rem;
    box-shadow: 0 0.8rem 3.2rem rgba(30, 43, 109, 0.12);
    height: auto;
}

.sec7-guide-block {
    margin: 0 0 2.4rem;
}

.sec7-guide-block__head {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.sec7-guide-block__icon {
    flex-shrink: 0;
    width: 2.6rem;
    object-fit: contain;
    margin-right: 1.2rem;
}

.sec7-guide-block__tit {
    margin: 0;
    font-size: 2.8rem;
    font-weight: 700;
    color: #1e2b6d;
    line-height: 1.25;
}

.sec7-guide-block__addr {
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.sec7-guide-block__addr-sub {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.sec7-guide-block__txt {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    line-height: 1.55;
}

.sec7-hours-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sec7-hours-list__row {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    gap: 0 min(1.4rem, 5vw);
    margin-bottom: 0.8rem;
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    line-height: 1.5;
}

.sec7-hours-list__label {
    flex: 0 1 auto;
    width: min(11rem, 8vw);
    min-width: 0;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
    color: #1E2B6D;
}

.sec7-hours-list__label > span {
    display: inline-block;
    white-space: nowrap;
}

.sec7-hours-list__val {
    flex: 0 1 auto;
    min-width: 0;
    color: #000;
    font-weight: 400;
}

.sec7-hours-night {
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    gap: 0.8rem;
    min-width: 0;
    box-sizing: border-box;
    padding: min(0.2rem, 0.4vw) min(1rem, 2vw);
    background: #0e174a;
    background: linear-gradient(90deg, rgba(14, 23, 74, 1) 0%, rgba(40, 46, 100, 1) 48%, rgba(80, 82, 141, 1) 100%);
    color: #fff;
    font-size: 1.6rem;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: -0.02em;
    line-height: 2.8rem;
}

.sec7-hours-night__moon {
    display: block;
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    object-fit: contain;
}

.sec7-guide-note {
    margin: 1.2rem 0 0;
    font-size: 2rem;
    font-weight: 400;
    color: #656D71;
    line-height: 1.5;
}

.sec7-guide-tel {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
    gap: 1rem;
    margin-top: 0.7rem;
}

.sec7-guide-tel__icon {
    width: 3rem;
    object-fit: contain;
    flex-shrink: 0;
    align-self: center;
}

.sec7-guide-tel__num {
    font-size: 3rem;
    font-weight: 700;
    color: #1e2b6d;
    text-decoration: none;
    letter-spacing: -0.02em;
    line-height: 1.2;
    white-space: nowrap;
}
