@import url("base.css");
@import url("header.css");
@import url("footer.css");


/* ==============================
    Layout
============================== */
#sContainer {
    position: relative;
    margin-bottom: 200px;
}


/* ==============================
    Right Fixed Menu
============================== */
#right {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: 795px;
    transform: translateY(-50%);
    z-index: 100;
}

.doctor_consult {
    position: relative;
    width: 97px;
    height: 141px;
    margin-bottom: 30px;
    overflow: hidden;
}

.doctor_consult li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0;
    transition: opacity 0.5s ease;
}

.doctor_consult li.active {
    opacity: 1;
}

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

.right_nav {
    margin-bottom: 10px;
    border-radius: 5px;
    background: #144891;
}


/* ==============================
    Sub Visual
============================== */
.sub_visual {
    width: 100%;
    margin-bottom: 50px;
    padding: 0;
}

.sub_visual_bg {
    position: relative;
    width: 100%;
    height: 620px;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
    background: url('/img/sub/bg_02.jpg') center center / cover no-repeat;
}

.sub_visual_bg::before {
    content: '';
    position: absolute;
    inset: 0;
    z-index: 1;

    background: rgba(0, 0, 0, 0.48);
}

.sub_visual_inner {
    width: 1520px;
    margin: 0 auto;
}

.sub_visual_text {
    position: relative;
    z-index: 2;

    text-align: center;
    color: #fff;
}

.sub_visual_text .plus {
    font-family: 'Pretendard_SB';
    font-size: 40px;
    line-height: 1;
}

.sub_visual_text h2 {
    margin: 10px 0;

    font-family: 'Pretendard_SB';
    font-size: 48px;
}

.sub_visual_text p {
    margin: 0;

    font-size: 20px;
    color: #eee;
}


/* ==============================
    Sub Title
============================== */
.sub_title {
    margin-bottom: 80px;
    text-align: center;
}

.sub_title span {
    display: block;
    margin-bottom: 16px;

    font-size: 16px;
    font-weight: 700;
    color: #1459aa;
    letter-spacing: 0.16em;
}

.sub_title h2 {
    margin-bottom: 24px;

    font-size: 48px;
    font-weight: 800;
    color: #111;
}

.sub_title p {
    font-size: 22px;
    line-height: 1.6;
    color: #444;
}


/* ==============================
   Common
================================ */
.hyperthermia_page {
    width: 100%;
    overflow: hidden;
}

.content_inner {
    width: 1520px;
    margin: 0 auto;
    /* padding: 120px 0 160px; */
}

/* ==============================
   Sub Visual
================================ */
/* .sub_visual {
    position: relative;
    width: 100%;
    height: 460px;
    display: flex;
    align-items: center;
    background:
        linear-gradient(rgba(0, 40, 36, 0.55), rgba(0, 40, 36, 0.55)),
        url("./images/twoway_visual.jpg") center / cover no-repeat;
}

.sub_visual_inner {
    width: 1520px;
    margin: 0 auto;
    color: #fff;
}

.sub_visual_inner span {
    display: block;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #c9b07a;
}

.sub_visual_inner h2 {
    margin-bottom: 18px;
    font-size: 56px;
    font-weight: 800;
    letter-spacing: -0.05em;
}

.sub_visual_inner p {
    font-size: 24px;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.9);
} */

/* ==============================
   Sub Tab
================================ */
.sub_tab {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    background: #fff;
}

.sub_tab ul {
    width: 1520px;
    margin: 0 auto;
    display: flex;
    overflow-x: auto;
}

.sub_tab li {
    flex: 0 0 auto;
}

.sub_tab li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 145px;
    height: 64px;
    padding: 0 22px;
    font-size: 16px;
    font-weight: 600;
    color: #555;
    transition: 0.3s;
    white-space: nowrap;
}

.sub_tab li a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -1px;
    width: 0;
    height: 3px;
    background: #9b7a3b;
    transform: translateX(-50%);
    transition: 0.3s;
}

.sub_tab li.active a,
.sub_tab li a:hover {
    color: #9b7a3b;
}

.sub_tab li.active a::after,
.sub_tab li a:hover::after {
    width: 100%;
}

/* ==============================
   Title
================================ */
.section_title {
    text-align: center;
    margin-bottom: 60px;
}

.section_title span {
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.18em;
    color: #9b7a3b;
}

.section_title h3 {
    font-size: 44px;
    font-weight: 800;
    line-height: 1.35;
    letter-spacing: -0.05em;
    color: #111;
}

.section_title p {
    width: 880px;
    margin: 28px auto 0;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.85;
    color: #555;
    word-break: keep-all;
}

/* ==============================
   Intro
================================ */
.intro_section {
    display: grid;
    grid-template-columns: 1fr 680px;
    align-items: center;
    gap: 90px;
    margin-bottom: 150px;
}

.intro_text span {
    display: block;
    margin-bottom: 18px;
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: #9b7a3b;
}

.intro_text h3 {
    margin-bottom: 26px;
    font-size: 52px;
    font-weight: 800;
    line-height: 1.28;
    letter-spacing: -0.06em;
    color: #111;
}

.intro_text strong {
    display: block;
    margin-bottom: 28px;
    font-size: 24px;
    font-weight: 700;
    color: #333;
    line-height: 1.55;
    letter-spacing: -0.04em;
}

.intro_text p {
    font-size: 19px;
    font-weight: 400;
    line-height: 1.85;
    color: #666;
    word-break: keep-all;
}

.intro_img {
    height: 520px;
    overflow: hidden;
    background: #f3f3f3;
    border-radius: 0 100px 0 0;
}

.intro_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==============================
   Main Treatment
================================ */
.main_treatment {
    margin-bottom: 150px;
}

.treatment_img {
    width: 100%;
    height: 520px;
    margin-top: 70px;
    overflow: hidden;
    background: #f3f3f3;
}

.treatment_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ==============================
   Effect
================================ */
/* .effect_section {
    margin-bottom: 150px;
    padding: 105px 80px 115px;
    background: #f7f5ef;
}

.effect_grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 24px;
}

.effect_card {
    min-height: 210px;
    padding: 36px 20px 32px;
    background: #fff;
    text-align: center;
    border: 1px solid #e8e0cf;
    transition: 0.35s;
}

.effect_card:hover {
    transform: translateY(-10px);
    border-color: #9b7a3b;
    box-shadow: 0 22px 40px rgba(85, 61, 24, 0.12);
}

.effect_card .icon {
    width: 74px;
    height: 74px;
    margin: 0 auto 24px;
    border-radius: 50%;
    background: #f7f1e4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.effect_card .icon img {
    width: 38px;
}

.effect_card h4 {
    font-size: 17px;
    font-weight: 700;
    line-height: 1.55;
    color: #333;
    word-break: keep-all;
} */
 
.hyper_effect {
    width: 100%;
    padding: 100px 0 120px;
    background: #fff;
}

.hyper_effect_inner {
    width: 1520px;
    margin: 0 auto;
}

.hyper_effect h2 {
    margin-bottom: 80px;
    font-size: 44px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.06em;
    line-height: 1.25;
}

.effect_content {
    display: grid;
    grid-template-columns: 760px 1fr;
    align-items: center;
    gap: 85px;
}

.effect_img_box {
    width: 100%;
    height: 575px;
    border-radius: 18px;
    overflow: hidden;
    background: #f3f3f3;
}

.effect_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.35s ease;
}

.effect_menu {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

/* .effect_menu::before {
    content: "";
    position: absolute;
    left: -85px;
    top: 41px;
    width: 85px;
    height: 1px;
    background: #234327;
} */

.effect_menu li {
    width: 100%;
}

.effect_menu button {
    position: relative;
    width: 100%;
    min-height: 86px;
    padding: 0 42px;
    border: 1px solid #d2d2d2;
    border-radius: 18px;
    background: #fff;
    display: flex;
    align-items: center;
    gap: 22px;
    font-family: inherit;
    font-size: 21px;
    font-weight: 700;
    color: #111;
    letter-spacing: -0.04em;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
}

.effect_menu li.active button {
    border-color: #234327;
    color: #173a1f;
}

.effect_menu button:hover {
    border-color: #234327;
}

.effect_menu li.active button::before {
    content: "";
    position: absolute;
    left: -85px;
    top: 41px;
    width: 85px;
    height: 1px;
    background: #234327;
}

.effect_menu button:hover::before {
    content: "";
    position: absolute;
    left: -85px;
    top: 41px;
    width: 85px;
    height: 1px;
    background: #234327;
}

.effect_menu .check {
    position: relative;
    flex: 0 0 auto;
    width: 22px;
    height: 22px;
    border: 2px solid #cfcfcf;
    border-radius: 50%;
    transition: 0.3s;
}

.effect_menu .check::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 4px;
    width: 8px;
    height: 5px;
    border-left: 2px solid #cfcfcf;
    border-bottom: 2px solid #cfcfcf;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.effect_menu li.active .check {
    border-color: #234327;
}

.effect_menu li.active .check::after {
    border-color: #234327;
}
/* ==============================
   Advantage
================================ */
.advantage_section {
    margin-bottom: 150px;
}

.advantage_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 34px;
}

.advantage_item {
    min-height: 330px;
    padding: 46px 40px;
    border: 1px solid #e5e5e5;
    background: #fff;
    transition: 0.35s;
}

.advantage_item:hover {
    transform: translateY(-10px);
    border-color: #9b7a3b;
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.1);
}

.advantage_item > span {
    display: block;
    margin-bottom: 30px;
    font-size: 46px;
    font-weight: 900;
    color: #9b7a3b;
    line-height: 1;
}

.advantage_item h4 {
    margin-bottom: 22px;
    font-size: 26px;
    font-weight: 800;
    color: #111;
    line-height: 1.4;
    letter-spacing: -0.04em;
}

.advantage_item p {
    font-size: 17px;
    font-weight: 400;
    line-height: 1.8;
    color: #666;
    word-break: keep-all;
}

/* ==============================
   Cancer Type
================================ */
.cancer_type_section {
    margin-bottom: 150px;
    /* padding: 100px 80px;
    background:
        linear-gradient(rgba(0, 40, 36, 0.78), rgba(0, 40, 36, 0.78)),
        url("./images/cancer_type_bg.jpg") center / cover no-repeat; */
}

.cancer_type_section .section_title h3 {
    color: #fff;
}

.cancer_type_section .section_title span {
    color: #d8c28c;
}

.cancer_type_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.cancer_type_card {
    height: 78px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    background: rgba(255, 255, 255, 0.08);
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    backdrop-filter: blur(4px);
}

/* ==============================
   Device
================================ */
.device_section {
    width: 100%;
}

.device_card {
    display: grid;
    grid-template-columns: 650px 1fr;
    align-items: center;
    gap: 80px;
    margin-bottom: 90px;
    padding-bottom: 90px;
    border-bottom: 1px solid #e5e5e5;
}

.device_card:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.device_card.reverse {
    grid-template-columns: 1fr 650px;
}

.device_card.reverse .device_img {
    order: 2;
}

.device_card.reverse .device_text {
    order: 1;
}

.device_img {
    height: 460px;
    overflow: hidden;
    background: #f3f3f3;
}

.device_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.device_text span {
    display: block;
    margin-bottom: 14px;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 0.16em;
    color: #9b7a3b;
}

.device_text h4 {
    margin-bottom: 12px;
    font-size: 42px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.05em;
}

.device_text strong {
    display: block;
    margin-bottom: 26px;
    font-size: 21px;
    font-weight: 700;
    color: #333;
}

.device_text p {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.85;
    color: #666;
    word-break: keep-all;
}

.device_text p:last-child {
    margin-bottom: 0;
}
