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


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


/* ==============================
    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_03.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 {
    max-width: 1520px;
    width: calc(100% - 40px);
    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;
}


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

.content_inner {
    max-width: 1520px;
    width: calc(100% - 40px);
    margin: 0 auto;
    /* padding: 120px 0 150px; */
}


/* ==============================
   Title Common
================================ */
.title_box,
.section_title {
    text-align: center;
}

.title_box span,
.section_title span {
    display: block;
    margin-bottom: 12px;
    font-size: 16px;
    font-weight: 800;
    color: #005baa;
    letter-spacing: 0.12em;
}

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

.title_box strong {
    display: block;
    margin-top: 12px;
    font-size: 46px;
    font-weight: 900;
    color: #005baa;
    letter-spacing: -0.05em;
}

.section_title p {
    margin-top: 22px;
    font-size: 19px;
    font-weight: 400;
    line-height: 1.7;
    color: #666;
    letter-spacing: -0.04em;
}

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

.intro_box {
    display: grid;
    grid-template-columns: 720px 1fr;
    align-items: center;
    gap: 80px;
    margin-top: 70px;
}

.intro_img {
    height: 500px;
    overflow: hidden;
    /* background: #f5f5f5; */
}

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

.intro_text {
    padding-right: 40px;
}

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

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

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

.target_list {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 22px;
    margin-top: 60px;
}

.target_list li {
    min-height: 250px;
    padding: 42px 28px 38px;
    background: #fff;
    border: 1px solid #e5edf4;
    transition: 0.35s;
}

.target_list li:hover {
    transform: translateY(-10px);
    border-color: #005baa;
    box-shadow: 0 20px 40px rgba(0, 60, 120, 0.12);
}

.target_list li span {
    display: block;
    margin-bottom: 32px;
    font-size: 38px;
    font-weight: 900;
    color: #005baa;
    line-height: 1;
}

.target_list li p {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.65;
    color: #333;
    letter-spacing: -0.04em;
    word-break: keep-all;
}

/* ==============================
   Solution Section
================================ */
.solution_section {
    width: 100%;
}

.solution_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 34px;
    margin-top: 70px;
}

.solution_card {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 34px;
    align-items: center;
    min-height: 310px;
    padding: 36px;
    border: 1px solid #e5e5e5;
    background: #fff;
    transition: 0.35s;
}

.solution_card:hover {
    border-color: #005baa;
    transform: translateY(-8px);
    box-shadow: 0 20px 45px rgba(0, 60, 120, 0.1);
}

.solution_img {
    height: 230px;
    overflow: hidden;
    /* background: #f3f3f3; */
}

.solution_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.45s;
}

.solution_card:hover .solution_img img {
    transform: scale(1.06);
}

.solution_text span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    margin-bottom: 20px;
    border-radius: 50%;
    background: #005baa;
    font-size: 16px;
    font-weight: 800;
    color: #fff;
}

.solution_text h4 {
    margin-bottom: 8px;
    font-size: 26px;
    font-weight: 800;
    color: #111;
    letter-spacing: -0.05em;
}

.solution_text strong {
    display: block;
    margin-bottom: 18px;
    font-size: 19px;
    font-weight: 800;
    color: #005baa;
    letter-spacing: -0.04em;
}

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


/* ==============================
   Responsive - 2day Lasek Page
============================== */

/* 1600px 이하 */
@media (max-width: 1600px) {
    .content_inner {
        width: calc(100% - 60px);
        max-width: 1520px;
    }

    .intro_box {
        grid-template-columns: 620px 1fr;
        gap: 60px;
    }

    .intro_img {
        height: 460px;
    }

    .target_section {
        padding: 90px 70px;
    }

    .target_list {
        gap: 18px;
    }

    .target_list li {
        padding: 38px 24px;
    }

    .solution_grid {
        gap: 28px;
    }

    .solution_card {
        grid-template-columns: 230px 1fr;
        gap: 28px;
        padding: 32px;
    }

    .solution_img {
        height: 215px;
    }
}


/* 1280px 이하 */
@media (max-width: 1280px) {
    #sContainer {
        margin-bottom: 140px;
    }

    .sub_visual_bg {
        height: 520px;
    }

    .sub_visual_text h2 {
        font-size: 42px;
    }

    .sub_visual_text p {
        font-size: 18px;
    }

    .title_box h3,
    .section_title h3 {
        font-size: 38px;
    }

    .title_box strong {
        font-size: 42px;
    }

    .section_title p {
        font-size: 18px;
    }

    .lasek_intro {
        margin-bottom: 110px;
    }

    .intro_box {
        grid-template-columns: 520px 1fr;
        gap: 45px;
        margin-top: 60px;
    }

    .intro_img {
        height: 400px;
    }

    .intro_text {
        padding-right: 0;
    }

    .intro_text p {
        font-size: 18px;
        line-height: 1.75;
    }

    .target_section {
        margin-bottom: 110px;
        padding: 80px 55px;
    }

    .target_list {
        grid-template-columns: repeat(3, 1fr);
        margin-top: 50px;
        gap: 20px;
    }

    .target_list li {
        min-height: 210px;
        padding: 34px 28px;
    }

    .target_list li span {
        margin-bottom: 22px;
        font-size: 34px;
    }

    .target_list li p {
        font-size: 17px;
    }

    .solution_grid {
        gap: 24px;
        margin-top: 60px;
    }

    .solution_card {
        grid-template-columns: 1fr;
        gap: 24px;
        min-height: auto;
        padding: 30px;
    }

    .solution_img {
        height: auto;
        aspect-ratio: 16 / 10;
    }

    .solution_text h4 {
        font-size: 24px;
    }

    .solution_text strong {
        font-size: 18px;
    }

    .solution_text p {
        font-size: 15.5px;
        line-height: 1.7;
    }
}


/* 1024px 이하 - 태블릿 */
@media (max-width: 1024px) {
    .content_inner {
        width: calc(100% - 40px);
    }

    .intro_box {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .intro_img {
        height: auto;
        aspect-ratio: 16 / 9;
    }

    .intro_text {
        text-align: left;
    }

    .target_section {
        padding: 65px 40px;
    }

    .target_list {
        grid-template-columns: repeat(2, 1fr);
        gap: 18px;
    }

    .target_list li {
        min-height: 180px;
    }

    .solution_grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
    }

    .solution_card {
        padding: 28px;
    }

    .solution_img {
        aspect-ratio: 4 / 3;
    }
}


/* 768px 이하 - 모바일 */
@media (max-width: 768px) {
    #sContainer {
        margin-bottom: 100px;
    }

    .sub_visual {
        margin-bottom: 40px;
    }

    .sub_visual_bg {
        height: 360px;
    }

    .sub_visual_text .plus {
        font-size: 28px;
    }

    .sub_visual_text h2 {
        font-size: 34px;
    }

    .sub_visual_text p {
        font-size: 16px;
        line-height: 1.5;
    }

    .sub_visual_text p br {
        display: none;
    }

    .content_inner {
        width: calc(100% - 30px);
    }

    .title_box span,
    .section_title span {
        margin-bottom: 10px;
        font-size: 13px;
        letter-spacing: 0.1em;
    }

    .title_box h3,
    .section_title h3 {
        font-size: 29px;
        line-height: 1.35;
    }

    .title_box strong {
        margin-top: 10px;
        font-size: 34px;
    }

    .section_title p {
        margin-top: 16px;
        font-size: 16px;
        line-height: 1.65;
    }

    .section_title p br {
        display: none;
    }

    .lasek_intro {
        margin-bottom: 75px;
    }

    .intro_box {
        gap: 28px;
        margin-top: 42px;
    }

    .intro_img {
        aspect-ratio: 4 / 3;
    }

    .intro_text p {
        margin-bottom: 14px;
        font-size: 16px;
        line-height: 1.7;
    }

    .target_section {
        margin-bottom: 75px;
        padding: 45px 24px;
    }

    .target_list {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 35px;
    }

    .target_list li {
        min-height: auto;
        padding: 26px 22px;
    }

    .target_list li:hover,
    .solution_card:hover {
        transform: none;
    }

    .target_list li span {
        margin-bottom: 12px;
        font-size: 28px;
    }

    .target_list li p {
        font-size: 16px;
        line-height: 1.6;
    }

    .solution_grid {
        grid-template-columns: 1fr;
        gap: 22px;
        margin-top: 42px;
    }

    .solution_card {
        grid-template-columns: 1fr;
        gap: 22px;
        padding: 26px 22px;
    }

    .solution_card:hover .solution_img img {
        transform: none;
    }

    .solution_img {
        aspect-ratio: 4 / 3;
    }

    .solution_text span {
        width: 44px;
        height: 44px;
        margin-bottom: 16px;
        font-size: 15px;
    }

    .solution_text h4 {
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 1.4;
    }

    .solution_text strong {
        margin-bottom: 14px;
        font-size: 17px;
        line-height: 1.45;
    }

    .solution_text p {
        font-size: 15.5px;
        line-height: 1.7;
    }
}


/* 480px 이하 - 작은 모바일 */
@media (max-width: 480px) {
    .sub_visual_bg {
        height: 300px;
    }

    .sub_visual_text .plus {
        font-size: 24px;
    }

    .sub_visual_text h2 {
        font-size: 29px;
    }

    .sub_visual_text p {
        font-size: 15px;
    }

    .content_inner {
        width: calc(100% - 24px);
    }

    .title_box h3,
    .section_title h3 {
        font-size: 25px;
    }

    .title_box strong {
        font-size: 30px;
    }

    .section_title p {
        font-size: 15px;
    }

    .intro_text p {
        font-size: 15px;
    }

    .target_section {
        padding: 38px 18px;
    }

    .target_list li {
        padding: 24px 18px;
    }

    .target_list li span {
        font-size: 25px;
    }

    .target_list li p {
        font-size: 15px;
    }

    .solution_card {
        padding: 24px 18px;
    }

    .solution_text span {
        width: 42px;
        height: 42px;
        font-size: 14px;
    }

    .solution_text h4 {
        font-size: 20px;
    }

    .solution_text strong {
        font-size: 16px;
    }

    .solution_text p {
        font-size: 14.5px;
    }
}


@media (max-width: 768px) {
    .intro_text p,
    .target_list li p,
    .solution_text p {
        word-break: keep-all;
        overflow-wrap: break-word;
    }
}