@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;
}


/* ==============================
   Layout
================================ */
.chemoport_page {
    width: 100%;
    overflow: hidden;
    background: #fff;
}

.content_inner {
    width: 1520px;
    margin: 0 auto;
    padding: 80px 0 150px;
}

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

.section_title span {
    display: block;
    margin-bottom: 12px;
    font-size: 15px;
    font-weight: 800;
    color: #0f4c8a;
    letter-spacing: 0.14em;
}

.section_title h2 {
    margin-bottom: 12px;
    font-size: 42px;
    font-weight: 800;
    color: #111;
    line-height: 1.35;
    letter-spacing: -0.05em;
}

.section_title strong {
    display: block;
    font-size: 46px;
    font-weight: 900;
    color: #0f4c8a;
    line-height: 1.3;
    letter-spacing: -0.05em;
}

/* ==============================
   Intro
================================ */
.chemoport_intro {
    margin-bottom: 140px;
}

.intro_content {
    display: grid;
    grid-template-columns: 670px 1fr;
    align-items: center;
    gap: 80px;
}

.intro_img {
    width: 100%;
    height: 500px;
    overflow: hidden;
    /* background: #f2f2f2; */
    border-radius: 0 90px 0 0;
}

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

.intro_text h3 {
    margin-bottom: 28px;
    font-size: 34px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.05em;
}

.intro_text p {
    margin-bottom: 18px;
    font-size: 18px;
    font-weight: 400;
    color: #555;
    line-height: 1.85;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

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

/* ==============================
   Target
================================ */
.target_section {
    margin-bottom: 140px;
    padding: 100px 90px;
    background: #f5f9fc;
}

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

.target_list li {
    min-height: 230px;
    padding: 44px 32px;
    background: #fff;
    border: 1px solid #e2eaf2;
    transition: 0.35s;
}

.target_list li:hover {
    transform: translateY(-10px);
    border-color: #0f4c8a;
    box-shadow: 0 20px 42px rgba(15, 76, 138, 0.12);
}

.target_list li span {
    display: block;
    margin-bottom: 34px;
    font-size: 40px;
    font-weight: 900;
    color: #0f4c8a;
    line-height: 1;
}

.target_list li p {
    font-size: 20px;
    font-weight: 800;
    color: #222;
    line-height: 1.55;
    letter-spacing: -0.05em;
    word-break: keep-all;
}

/* ==============================
   Care Process
================================ */
.care_section {
    margin-bottom: 140px;
}

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

.care_card {
    position: relative;
    min-height: 320px;
    padding: 48px 34px 44px;
    border: 1px solid #e5e5e5;
    background: #fff;
    overflow: hidden;
    transition: 0.35s;
}

.care_card::after {
    content: "";
    position: absolute;
    right: -70px;
    bottom: -70px;
    width: 190px;
    height: 190px;
    border-radius: 50%;
    background: #edf5fc;
    z-index: 0;
}

.care_card:hover {
    transform: translateY(-10px);
    border-color: #0f4c8a;
    box-shadow: 0 22px 45px rgba(0, 0, 0, 0.1);
}

.care_card .num {
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    font-size: 42px;
    font-weight: 900;
    color: #0f4c8a;
    line-height: 1;
}

.care_card h3 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
    font-size: 23px;
    font-weight: 800;
    color: #111;
    line-height: 1.4;
    letter-spacing: -0.05em;
}

.care_card p {
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    color: #666;
    line-height: 1.75;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

/* ==============================
   Advantage
================================ */
.advantage_section {
    margin-bottom: 140px;
    padding: 105px 90px 115px;
    background: #f7f7f7;
}

.advantage_wrap {
    width: 1000px;
    margin: 0 auto;
}

.advantage_item {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 34px 40px;
    margin-bottom: 22px;
    background: #fff;
    border-left: 5px solid #0f4c8a;
}

.advantage_item:last-child {
    margin-bottom: 0;
}

.advantage_item > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0f4c8a;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.advantage_item h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.04em;
}

.advantage_item p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.75;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

/* ==============================
   Caution
================================ */
.caution_section {
    padding: 105px 90px 115px;
    background: #f5f9fc;
}

.caution_wrap {
    width: 1000px;
    margin: 0 auto;
}

.caution_box {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 24px;
    padding: 34px 40px;
    margin-bottom: 22px;
    background: #fff;
    border-left: 5px solid #0f4c8a;
}

.caution_box:last-child {
    margin-bottom: 0;
}

.caution_box > span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: #0f4c8a;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.caution_box h3 {
    margin-bottom: 12px;
    font-size: 22px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.04em;
}

.caution_box p {
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 1.75;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

.notice_text {
    width: 1000px;
    margin: 45px auto 0;
    padding: 18px 24px;
    background: #fff5d8;
    color: #ff8a00;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.6;
    text-align: center;
    word-break: keep-all;
}

.notice_text::before {
    content: "!";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    margin-right: 8px;
    border-radius: 50%;
    background: #ff8a00;
    color: #fff;
    font-size: 14px;
    font-weight: 900;
}

.s02_sm_wrap {
    width: 100%;
    padding: 6px 10px 8px;
    background: #f5f6fd;
    margin-bottom: 100px;
}

.s02_sm {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.s02_sm li {
    height: 55px;
}

.s02_sm li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
    color: #111;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.04em;
    text-decoration: none;
    transition: 0.25s;
}

.s02_sm li.active a,
.s02_sm li a:hover {
    background: #2d85c5;
    color: #fff;
    font-weight: 700;
}