/* 26.07.24 추가 - 세영 */


.u-ratio-7-4 {
    aspect-ratio: 7 / 4;
}

.u-ls-1 {
    letter-spacing: 1px;
}

.u-ls-02 {
    letter-spacing: -0.2px;
}

.u-ls-028 {
    letter-spacing: -0.28px;
}

.u-ls-32 {
    letter-spacing: -0.32px;
}

.u-ls-36 {
    letter-spacing: -0.36px;
}

.u-ls-4 {
    letter-spacing: -0.4px;
}

.u-ls-44 {
    letter-spacing: -0.44px;
}

.u-ls-48 {
    letter-spacing: -0.48px;
}

.u-ls-56 {
    letter-spacing: -0.56px;
}

.u-ls-64 {
    letter-spacing: -0.64px;
}

.u-ls-72 {
    letter-spacing: -0.72px;
}

.u-ls-88 {
    letter-spacing: -0.88px;
}

@media (max-width: 992px) {
    .u-mb-40p-sm {
        margin-bottom: 40% !important;
    }

    .u-lh-1-sm {
        line-height: var(--lh-1);
    }
}



/*======================*/
/* =====의식하진정===== */
/*======================*/

.inner-1440 {
    width: 100%;
    max-width: 1480px;
    padding: 0 20px;
    margin: 0 auto;
}

.inner-1920 {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.consciousness-therapy-main {
    position: relative;
}

/* 네비게이션 */
.consciousness-therapy-nav {
    position: fixed;
    left: 80px;
    top: 40%;
    transform: translateY(-50%);
    z-index: 2;
}

.consciousness-therapy-nav ul {
    position: relative;
    padding-left: 16px;
}

/* 기본 세로선 */
.consciousness-therapy-nav ul::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: rgba(233, 94, 39, 0.2);
    border-radius: 999px;
}

/* 움직이는 활성선 */
.consciousness-therapy-nav-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 24px;
    background: var(--point);
    border-radius: 999px;
    transform: translateY(0);
    transition:
        transform 0.4s ease,
        height 0.4s ease;
    z-index: 1;
}

.consciousness-therapy-nav ul li {
    position: relative;
    color: rgba(233, 94, 39, 0.4);
    transition: color 0.3s ease;
}

.consciousness-therapy-nav ul li.acc {
    color: var(--point);
}

.consciousness-therapy-nav ul li+li {
    padding-top: 8px;
}

.consciousness-therapy-nav ul li a {
    display: block;
    padding: 1.5px 0;
}

/* 인트로 */
section.consciousness-therapy-intro {
    position: relative;
    width: 100%;
    height: 780px;
    overflow: hidden;
}

/* 배경 비디오 */
.consciousness-therapy-intro-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: 0;
}

/* 배경 오버레이 */
section.consciousness-therapy-intro::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.50);
    z-index: 1;
    pointer-events: none;
}

.consciousness-therapy-intro-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

span.consciousness-therapy-intro-line {
    display: inline-block;
    width: 1px;
    height: 69px;
    background: #fff;
}

/* 긴장이 줄면 치료가 달라집니다 */
section.consciousness-therapy-tension>div {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 43px;
}

/* .consciousness-therapy-tension-title,
.consciousness-therapy-tension-desc {
    flex: 1;
} */
.consciousness-therapy-tension-desc {
    width: 100%;
    max-width: 677px;
}

/* 고성민 수술센터장 */
section.consciousness-therapy-director {
    margin-top: -1px;
}

section.consciousness-therapy-director>div {
    display: flex;
}

.consciousness-therapy-director-img,
.consciousness-therapy-director-desc {
    width: 50%;
}

.consciousness-therapy-director-img img {
    width: 100%;
}

.consciousness-therapy-director-desc {
    background-image: url(/images/logo-bg-gray-color.png);
    background-repeat: no-repeat;
    background-position: right 50px bottom 50px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    justify-content: center;
}

.consciousness-therapy-director__cta {
    width: 206px;
}

/* 의식하진정치료란? */

.consciousness-therapy-question-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consciousness-therapy-question img {
    width: 100%;
    max-width: 695px;
}

/* 전신마취와 무엇이 다를까요? */
section.consciousness-therapy-difference {
    position: relative;
}

.consciousness-therapy-difference-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.consciousness-therapy-difference-table-wrap {
    overflow-x: auto;
}

.consciousness-therapy-difference-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid rgba(255, 255, 255, 0.10);
}

.consciousness-therapy-difference-table tr>*:nth-child(1) {
    width: 11%;
}

.consciousness-therapy-difference-table th,
.consciousness-therapy-difference-table td {
    height: 60px;
    padding: 16px 24px;
    border-right: 1px solid rgba(255, 255, 255, 0.10);
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    text-align: left;
    vertical-align: middle;
}

.consciousness-therapy-difference-table tr>*:last-child {
    border-right: 0;
}

.consciousness-therapy-difference-table tbody tr:last-child>* {
    border-bottom: 0;
}

.consciousness-therapy-difference-table thead th {
    height: 60px;
    background: rgba(255, 255, 255, 0.08);
    line-height: 145%;
    letter-spacing: -0.36px;
}

.consciousness-therapy-difference-table thead th:first-child {
    background: var(--beige);
}

.consciousness-therapy-difference-table thead th:last-child {
    background: var(--point);
}

.consciousness-therapy-difference-table tbody th {
    background: rgba(255, 255, 255, 0.03);
}

.consciousness-therapy-difference-table tbody td:last-child {
    background: rgba(234, 94, 40, 0.10);
    color: var(--point);
}

.consciousness-therapy-difference-table td {
    font-weight: 400;
}

/* 의식하진정치료, 이런 분께 추천합니다 */
.consciousness-therapy-recommendation-list {
    display: flex;
}

.consciousness-therapy-recommendation-desc {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
}

.consciousness-therapy-recommendation-desc>ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.pill-cta__icon.pill-cta__icon_square {
    border-radius: 0 4px 0 4px;
    width: 24px;
    height: 24px;
}

.consciousness-therapy-recommendation-list-li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.consciousness-therapy-recommendation-img img {
    width: 100%;
    max-width: 720px;
}

/* 공통 치료 과정 */

.treatment-process {
    position: relative;
    height: var(--treatment-process-height, 400vh);
    background: var(--main-color);
}

.treatment-process-sticky {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    min-height: 700px;
    overflow: hidden;
    background: var(--main-color);
}

.treatment-process-heading {
    position: absolute;
    top: 11.111%;
    left: 50%;
    z-index: 5;
    transform: translateX(-50%);
    pointer-events: none;
}

/* 이미지 시작 크기 */
.treatment-process-visual {
    position: absolute;
    left: 50%;
    top: 58.15%;
    z-index: 1;

    width: 1440px;
    height: 584px;

    overflow: hidden;
    transform: translate(-50%, -50%);
    transform-origin: center;
    background: #111;
}

.treatment-process-images {
    position: absolute;
    inset: 0;
    z-index: 1;
    overflow: hidden;
}

.treatment-process-bg {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;

    opacity: 0;
    transform: scale(1.05);
    transition: none;
    will-change: opacity, transform;
}

.treatment-process-bg:first-child {
    opacity: 1;
}

.treatment-process-overlay {
    position: absolute;
    inset: 0;
    z-index: 2;
    background: rgba(0, 0, 0, 0.50);
    opacity: 0;
    pointer-events: none;
}

/* STEP 영역 */
.treatment-process-content {
    position: absolute;
    left: 12.5%;
    bottom: 12%;
    z-index: 4;
    pointer-events: none;
    width: 80%;
}

.treatment-process-list {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* 전체 기본 선 */
.treatment-process-line {
    position: absolute;
    left: 97px;
    top: 12px;
    z-index: 1;
    display: block;
    width: 1px;
    overflow: hidden;
    pointer-events: none;
}

/* 스크롤하면서 내려오는 주황색 선 */
.treatment-process-line-fill {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background: var(--point);

    transform: scaleY(0);
    transform-origin: top center;
    will-change: transform;
}

.treatment-process-item {
    display: grid;
    grid-template-columns: 70px 7px minmax(0, 1fr);
    align-items: start;
    column-gap: 24px;
    position: relative;
    opacity: 0;
    transform: translateY(24px);
}

.treatment-process-item+.treatment-process-item {
    padding-top: 36px;
}

.treatment-process-number {
    padding-top: 1px;
    color: rgba(233, 94, 39, 0.4);
    line-height: 150%;
    transition: color 0.35s ease;
}

.treatment-process-dot {
    position: relative;
    z-index: 2;
    display: block;
    width: 7px;
    height: 7px;
    margin-top: 9px;
    border-radius: 50%;
    background: #fff;
    transition: all 0.35s ease
}

.treatment-process-text h3 {
    color: rgba(255, 255, 255, 0.88);
    transition: all 0.35s ease;
    opacity: 0.4;
}

.treatment-process-text p {
    color: rgba(255, 255, 255, 0.88);
    line-height: 1.5;
    transition: all 0.35s ease;
    opacity: 0.4;
}

/* 활성 단계 */
.treatment-process-item.is-active .treatment-process-number {
    color: var(--point);
}

.treatment-process-item.is-active .treatment-process-dot {
    background: var(--point);
    box-shadow: 0 0 0 6px rgba(233, 94, 39, 0.22);
    transform: scale(1.05);
}

.treatment-process-item.is-active .treatment-process-text h3 {
    color: #fff;
    opacity: 1;
}

.treatment-process-item.is-active .treatment-process-text p {
    color: var(--gray-100);
    opacity: 1;
}

/* 왜 신중하게 계획해야 할까요 */
.consciousness-therapy-why-head {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 80px;
}

.consciousness-therapy-why-desc {
    text-align: right;
}

.consciousness-therapy-why-desc p {
    color: var(--bg);
}

.consciousness-therapy-why-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    border-top: 1px solid rgba(233, 94, 39, 0.4);
    border-bottom: 1px solid rgba(233, 94, 39, 0.4);
}

.consciousness-therapy-why-card {
    padding: 40px 32px;
}

.consciousness-therapy-why-card+.consciousness-therapy-why-card {
    border-left: 1px solid rgba(233, 94, 39, 0.4);
}

.consciousness-therapy-why-thumb {
    overflow: hidden;
    border-radius: 4px;
}

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

/* 서울이도의 수술클리닉 무엇이 다를까요? */
/* 서울이도의 수술클리닉 무엇이 다를까요? */
.consciousness-therapy-difference-list {
    background: var(--main-color);
}

.consciousness-therapy-difference-list-inner {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

.consciousness-therapy-difference-list-title {
    width: 100%;
    max-width: 400px;
}

.consciousness-therapy-difference-list-title>h2 {
    border-top: 1px solid var(--sub-color);
}

.consciousness-therapy-difference-list-item {
    display: flex;
    align-items: flex-start;
    gap: 24px;
    padding: 36px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    width: 100%;
    max-width: 856px;
}

.consciousness-therapy-difference-list-item:first-child {
    padding-top: 0;
}

.consciousness-therapy-difference-list-item:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

/* 번호 */
.consciousness-therapy-difference-list-number {
    display: flex;
    flex: 0 0 36px;
    width: 36px;
    height: 28px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--sub-color);
    border-radius: 4px;
    color: var(--point);
    line-height: 1;
}

/* 텍스트 */
.consciousness-therapy-difference-list-text {
    flex: 1;
    min-width: 0;
}

.consciousness-therapy-difference-list-text h3 {
    color: var(--beige);
}

.consciousness-therapy-difference-list-text p {
    color: var(--light);
}

/* 버튼 */
.consciousness-therapy-difference-list-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 190px;
    height: 44px;
    padding: 0 20px;
    border: 1px solid var(--point);
    border-radius: 999px;
    color: var(--point);
    font-size: 14px;
    transition:
        background-color 0.25s ease,
        color 0.25s ease;
}

.consciousness-therapy-difference-list-cta:hover {
    background: var(--point);
    color: #fff;
}

/* 의사리스트 */
.consciousness-therapy-doctorlist-border {
    width: 100%;
    border-top: 1px solid var(--point);
    border-bottom: 1px solid var(--point);
}

.consciousness-therapy-doctorlist-border .doctor-cards__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
}

.consciousness-therapy-doctorlist-border .doctor-cards__grid .doctor-card+.doctor-card {
    border-left: 1px solid var(--point);
}

.consciousness-therapy-btn {
    transition: background-color 0.25s, color 0.25s;
}

.consciousness-therapy-btn:hover {
    color: #fff;
    background: #C27162;
}

.consciousness-therapy-director-img img.pc-prog-dark {
    display: block;
}

.consciousness-therapy-director-img img.tb-prog-dark {
    display: none;
}

/* qna */
.consciousness-therapy-faq-inner-ul {
    max-width: 856px;
}

img.img-pc {
    display: block;
}

img.img-mo {
    display: none;
}

img.img-pc-tb {
    display: block;
}

img.img-mo-tb {
    display: none;
}

br.mo-br {
    display: none;
}

@media screen and (max-width: 1441px) {
    .consciousness-therapy-question-inner>div {
        width: 50%;
    }

    .consciousness-therapy-recommendation-list>div {
        width: 50%;
    }

    .consciousness-therapy-nav {
        display: none;
    }
}

@media screen and (max-width: 1230px) {
    section.consciousness-therapy-director>div {
        flex-direction: column;
        padding: 0 20px;
        gap: var(--sp-40);
        padding-bottom: var(--sp-80);
    }

    .consciousness-therapy-director-img img {
        max-width: 100%;
    }

    .consciousness-therapy-director-img img.pc-prog-dark {
        display: none;
    }

    .consciousness-therapy-director-img img.tb-prog-dark {
        display: block;
    }

    .consciousness-therapy-director-img,
    .consciousness-therapy-director-desc {
        width: 100%;
    }

    .consciousness-therapy-director-desc {
        padding-left: 0px;
        padding-right: 0px;
        background-size: 200px;
        background-position: right bottom;
    }
}

@media screen and (max-width: 1024px) {
    img.img-pc-tb {
        display: none;
    }

    img.img-mo-tb {
        display: block;
    }

    .consciousness-therapy-difference-list-inner {
        flex-direction: column;
        gap: var(--sp-40);
    }

    .consciousness-therapy-difference-list-content {
        width: 100%;

    }

    .consciousness-therapy-difference-list-item {
        max-width: 100%;
    }

    .consciousness-therapy-difference-table tr>*:nth-child(1) {
        width: 15%;
    }

    .consciousness-therapy-why-head {
        flex-direction: column;
        align-items: flex-start;
        gap: var(--sp-40);
    }

    .consciousness-therapy-why-desc {
        text-align: left;
    }

    .consciousness-therapy-question img {
        max-width: 100%;
    }

    .consciousness-therapy-question-inner {
        flex-direction: column;
        gap: var(--sp-40);
    }

    .consciousness-therapy-question-inner>div {
        width: 100%;

    }

    .consciousness-therapy-faq-inner {
        flex-direction: column;
        gap: var(--sp-40);
    }

    .consciousness-therapy-faq-inner-ul {
        max-width: 100%;
    }
}

@media screen and (max-width: 992px) {
    .consciousness-therapy-doctorlist {
        border: none !important;
    }
}

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

    img.img-pc {
        display: none;
    }

    img.img-mo {
        display: block;
    }

    br.mo-br {
        display: block;
    }

    .consciousness-therapy-recommendation-list {
        flex-direction: column;
        gap: var(--sp-40);
    }

    .consciousness-therapy-recommendation-list>div {
        width: 100%;
    }

    .consciousness-therapy-recommendation-desc {
        justify-content: flex-start;
    }

    .consciousness-therapy-why-list {
        grid-template-columns: 1fr;
    }

    .consciousness-therapy-why-card {
        padding: 40px 0;
    }

    .consciousness-therapy-why-card+.consciousness-therapy-why-card {
        border-left: none;
    }

    .consciousness-therapy-difference-table {
        table-layout: auto;
    }

    .consciousness-therapy-difference-table th,
    .consciousness-therapy-difference-table td {
        padding: 0px 10px;
        text-align: center;
    }

    .consciousness-therapy-difference-table thead th {
        height: 40px;
    }

    .consciousness-therapy-difference-table td {
        height: 48px;
    }

    .consciousness-therapy-difference-table tr>*:first-child {
        display: none;
    }

    .consciousness-therapy-difference-table tr>* {
        width: 50%;
    }

}


/* ========================================
   임플란트 치료 유형
======================================== */

.implant-treatment-type {
    position: relative;
}

.implant-treatment-type-title {
    display: flex;
    flex-direction: column;
    align-items: center;
}


/* 한 줄 */
.implant-treatment-type-item {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: var(--sp-20);
    margin-top: var(--sp-80);
}


/* 왼쪽 설명 */
.implant-treatment-type-info {
    width: 100%;
    max-width: 450px;
}

.implant-treatment-type-en {
    display: block;
}

/* 중앙 이미지 */
.implant-treatment-type-img {
    width: 100%;
    max-width: 280px;
    margin: 0;
    overflow: hidden;
    border-radius: 8px;
}

.implant-treatment-type-img img {
    display: block;
    width: 100%;
    max-width: 280px;
    object-fit: cover;
}


/* 오른쪽 */
.implant-treatment-type-case {
    width: 100%;
    max-width: 320px;
}

.implant-treatment-type-case-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.implant-treatment-type-case-list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}


/* 체크 아이콘 */
.implant-treatment-type-check {
    display: flex;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
}

.implant-treatment-type-check img {
    display: block;
    width: 20px;
    height: 20px;
}

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

    .implant-treatment-type-item {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: var(--sp-40);
        margin-top: var(--sp-80);
    }

    .implant-treatment-type-info,
    .implant-treatment-type-img,
    .implant-treatment-type-case,
    .implant-treatment-type-img img {
        max-width: 100%;
    }

}


/* 임플란트 -> 임플란트를 할 때 뼈이식을 꼭 해야 할까요? 테이블 */
.implant-bone-tab-wrap {
    display: none;
}

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

    #implant-bone-graft .consciousness-therapy-difference-table-wrap {
        display: none;
    }

    .implant-bone-tab-wrap {
        display: block;
    }

    .implant-bone-tabs {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: 100%;
        border: 1px solid rgba(255, 255, 255, .16);
        border-radius: 4px;
        overflow: hidden;
    }

    .implant-bone-tab {
        min-width: 0;
        min-height: 48px;
        padding: 5px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.20);
        background: rgba(255, 255, 255, 0.08);
        color: var(--light);
        text-align: center;
        cursor: pointer;
    }

    .implant-bone-tab:last-child {
        border-right: 0;
    }

    .implant-bone-tab.is-active {
        background: var(--point);
        color: #fff;
    }

    .implant-bone-tab-content {
        margin-top: 20px;
    }

    .implant-bone-panel {
        display: none;
    }

    .implant-bone-panel.is-active {
        display: block;
    }

    .implant-bone-panel dl {
        margin: 0;
        border: 1px solid rgba(255, 255, 255, .14);
        border-radius: 4px;
        overflow: hidden;
    }

    .implant-bone-panel dl>div {
        display: grid;
        grid-template-columns: 92px minmax(0, 1fr);

        border-bottom: 1px solid rgba(255, 255, 255, .14);
    }

    .implant-bone-panel dl>div:last-child {
        border-bottom: 0;
    }

    .implant-bone-panel dt,
    .implant-bone-panel dd {
        margin: 0;
        padding: 14px 12px;
        display: flex;
        align-items: center;
    }

    .implant-bone-panel dt {
        justify-content: center;
        border-right: 1px solid rgba(255, 255, 255, .14);
        background: rgba(255, 255, 255, .08);
        color: var(--light);
        font-weight: 500;
        white-space: nowrap;
    }

    .implant-bone-panel dd {
        color: var(--light);
        font-weight: 400;
    }

    .implant-bone-panel dd b {
        color: #fff;
        font-weight: 600;
    }

    .consciousness-therapy-difference-bottom {
        margin-top: 36px;
        text-align: left !important;
    }
}

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

    .implant-bone-tab {
        padding: 7px 4px;
    }

    .implant-bone-panel dl>div {
        grid-template-columns: 70px minmax(0, 1fr);
    }

}

#what-is-implant-surgery .consciousness-therapy-question-desc {
    width: 608px;
}

@media screen and (max-width: 1024px) {
    #what-is-implant-surgery .consciousness-therapy-question-desc {
        width: 100%;
    }
}

/* 심미보철 */
#aesthetic-prosthetics-type .implant-treatment-type-img{
    max-width: 490px;
}
#aesthetic-prosthetics-type .implant-treatment-type-img img{
    max-width: 490px;
}
#aesthetic-prosthetics-type .implant-treatment-type-item{
    padding-top: var(--sp-64);
    border-top: 1px solid var(--point);
}
#aesthetic-prosthetics-type .implant-treatment-type-item:last-child{
    border-bottom: 1px solid var(--point);
    padding-bottom: var(--sp-64);
}
