<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SUB2 : ë…¸ì•ˆ ë°±ë‚´ìž¥ */

.sc_visual[class*="s2_"] {
    background-image: url(/img/sub/s2_visual.png);
}

@media screen and (max-width: 980px) {
    .sc_visual[class*="s2_"] {
        background-image: url(/img/sub/m_s2_visual.png);
    }
}

.point {
    color: #1e52af;
    font-family: inherit;
}

/* SUB2-1 : ë…¸ì•ˆ ë°±ë‚´ìž¥ */

.s2_1_2 .sc_inner {
    position: relative;
}

.s2_1_2 .tit_area {
    padding-bottom: 36px;
    margin-bottom: 40px;
    border-bottom: 1px solid #000;
}

.s2_1_2 .main_tit {
    text-align: left;
}

.s2_1_2 .con_area {
    justify-content: center;
    display: flex;
    gap: 70px;
    align-items: center;
}

.s2_1_2 .img_box {
    overflow: hidden;
    border-radius: 20px;
    width: 50%;
    max-width: fit-content;
}

.s2_1_2 .txt_box {
    width: calc(50% - 70px);
    max-width: 500px;
}

.s2_1_2 .tag_tit {
    margin-bottom: 20px;
}

.s2_1_2_list li+li {
    padding-top: 40px;
}

@media screen and (max-width: 1020px) {
    .s2_1_2 .con_area {
        gap: 50px;
    }
}

@media screen and (max-width: 980px) {
    .s2_1_2 .tit_area {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .s2_1_2 .serif {
        padding-bottom: 20px;
    }

    .s2_1_2 .main_tit {
        text-align: center;
    }

    .s2_1_2 .con_area {
        gap: 30px;
        align-items: center;
        flex-direction: column;
    }

    .s2_1_2 .img_box {
        width: 100%;
        overflow: hidden;
        border-radius: 10px;
        margin: 0 40px;
    }

    .s2_1_2 .txt_box {
        max-width: unset;
        width: 100%;
    }

    .s2_1_2_list {
        margin: 0 auto;
        text-align: center;
        max-width: 400px;
    }

    .s2_1_2_list .tag_tit {
        margin: 0 auto 12px;
    }
}

/* ë…¸ì•ˆì´ëž€? */
.sc_disease {
    padding: 120px 0 0;
}

.sc_disease .cont_1 {
    padding: 145px 0;
    border-radius: 999px 0px 0px 999px;
    background: url(/img/sub/s2_1_3_img1.png) center center/cover no-repeat;
    margin-left: 5%;
}

.sc_disease .cont_1&gt;div {
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

.sc_disease .cont_1 .txt_box {
    width: 100%;
    max-width: 470px;
}

.sc_disease .cont_1 .img_box {
    width: 53%;
    max-width: 759px;
}

.sc_disease .txt_box {
    font-weight: 400;
    line-height: 140%;
}

.sc_disease .txt_box p:first-child {
    color: #6f96d1;
    font-weight: 700;
    font-size: 16px;
    padding-bottom: 8px;
    line-height: normal;
}

.sc_disease .txt_box h3 {
    color: #fff;
    font-family: var(--font-beaum);
    font-size: 32px;
    padding-bottom: 30px;
}

.sc_disease .txt_box .desc {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 1600px) {
    .sc_disease .cont_1&gt;div {
        justify-content: center;
    }

    .sc_disease .cont_1 .txt_box {
        padding-left: 40px;
    }
}

@media screen and (max-width: 1350px) {
    .sc_disease .cont_1 {
        padding: 90px 0;
        border-radius: 700px 0px 0px 700px;
    }

    .sc_disease .cont_1 .txt_box {
        width: 46%;
    }

    .sc_disease .cont_1 .img_box {
        width: 48%;
    }
}

@media screen and (max-width: 980px) {
    .sc_disease {
        padding-top: 0;
    }

    .sc_disease .cont_1 {
        text-align: center;
        border-radius: 0;
        margin-left: 0;
        padding: 70px 0;
        width: 100%;
    }

    .sc_disease .cont_1&gt;div {
        width: 100%;
        flex-direction: column;
        gap: 0;
    }

    .sc_disease .cont_1 .txt_box {
        width: 100%;
        max-width: unset;
        padding: 0 18px;
    }

    .sc_disease .cont_1 .img_box {
        width: 100%;
        max-width: 480px;
    }

    .sc_disease .txt_box p:first-child {
        font-size: 14px;
        line-height: normal;
    }

    .sc_disease .txt_box h3 {
        font-size: 24px;
        padding-bottom: 22px;
        line-height: 140%;
    }

    .sc_disease .txt_box .desc {
        font-size: 16px;
        line-height: 150%;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .sc_disease .cont_1 {
        padding: 50px 0;
    }

    .sc_disease .cont_1&gt;div {
        padding: 0;
    }
}

.sc_disease .cont_2 {}

.sc_disease .tit_box {
    text-align: center;
    width: 100%;
    line-height: 140%;
    font-weight: 400;
    padding-bottom: 40px;
}

.sc_disease .tit_box p {
    color: #6f96d1;
    font-size: 16px;
    font-weight: 700;
    padding-bottom: 8px;
}

.sc_disease .tit_box h3 {
    color: #404040;
    font-family: var(--font-beaum);
    font-size: 32px;
}

.sc_disease .cont_2 .con_area {
    display: flex;
    gap: 50px;
    align-items: center;
    padding-bottom: 36px;
}

.sc_disease .cont_2 .con_area&gt;div {
    flex: 1;
}

.sc_disease .cont_2 .img_box {
    display: flex;
    gap: 8px;
}

.sc_disease .cont_2 .img_box div {
    flex: 1;
    position: relative;
}

.sc_disease .cont_2 .img_box div p {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 12px 0;
    color: #fff;
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    line-height: 140%;
    background: rgba(0, 0, 0, 0.8);
}

.sc_disease .cont_2 .img_box img {
    width: 100%;
    object-fit: cover;
    display: block;
}

.sc_disease .cont_2 .txt_box {
    max-width: 520px;
}

.sc_disease .cont_2 .desc {
    text-align: center;
    color: #404040;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
}

@media screen and (max-width: 1350px) {
    .sc_disease .cont_2 .con_area {
        gap: 40px;
    }

    .sc_disease .cont_2 .con_area&gt;div {
        flex: unset;
    }

    .sc_disease .cont_2 .img_box {
        width: 62%;
    }

    .sc_disease .cont_2 .txt_box {
        width: 38%;
    }
}

@media screen and (max-width: 980px) {
    .sc_disease .sc_inner {
        padding: 70px 0;
    }

    .sc_disease .tit_box {
        padding-bottom: 30px;
    }

    .sc_disease .tit_box p {
        font-size: 14px;
    }

    .sc_disease .tit_box h3 {
        font-size: 24px;
    }

    .sc_disease .cont_2 .con_area {
        gap: 30px;
        flex-direction: column;
    }

    .sc_disease .cont_2 .txt_box,
    .sc_disease .cont_2 .img_box {
        width: 100%;
        max-width: 480px;
    }

    .sc_disease .cont_2 .img_box div p {
        font-size: 12px;
        padding: 6px 0;
    }

    .sc_disease .cont_2 .desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .sc_disease .sc_inner {
        padding: 50px 18px;
    }
}

/* ë°±ë‚´ìž¥ */
.s2_1_4 {
    padding-bottom: 125px;
}

.s2_1_4 .cont_1 {
    border-radius: 0 999px 999px 0px;
    background: url(/img/sub/s2_1_4_img1.png) center center/cover no-repeat;
    margin-right: 5%;
    margin-left: 0;
}

.s2_1_4 .desc {
    line-height: 140%;
}

.s2_1_4 .desc strong {
    font-weight: 600;
    display: block;
}

span.dot {
    position: relative;
    display: block;
    display: flex;
    padding-left: 20px;
    align-content: CENTER;
}

span.dot:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    width: 3px;
    left: 8px;
    height: 3px;
    background: #fff;
}

@media screen and (max-width: 1350px) {
    .s2_1_4 .cont_1 {
        border-radius: 0 700px 700px 0px;
    }

    .s2_1_4 .cont_1 .txt_box {
        padding-left: 0;
    }

    .s2_1_4 .cont_1 .img_box {
        padding-right: 40px;
    }
}

@media screen and (max-width: 980px) {
    .s2_1_4 .cont_1 {
        border-radius: 0;
    }

    .s2_1_4 .cont_1 .w1280 {
        width: 90%;
    }

    .s2_1_4 .cont_1 .txt_box {
        padding: 0;
    }

    .s2_1_4 span.dot {
        align-items: start;
        width: fit-content;
        margin: 0 auto;
    }
}

@media screen and (max-width: 768px) {
    .s2_1_4 .cont_1 .w1280 {
        width: 100%;
    }

    .s2_1_4 .cont_1 .txt_box {
        padding: 0 18px;
    }

    .s2_1_4 .cont_1 .img_box {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .s2_1_4 span.dot {
        display: inline-flex;
    }

    .s2_1_4 span.dot:before {
        transform: unset;
        position: relative;
        top: 10px;
        left: -3px;
    }
}

.s2_1_4_list {
    display: flex;
    gap: 23px;
    text-align: center;
}

.s2_1_4_list li {
    flex: 1;
}

.s2_1_4_list .img_box {
    overflow: hidden;
    border-radius: 30px;
    margin-bottom: 22px;
}

.s2_1_4_list img {
    display: block;
    width: 100%;
    object-fit: cover;
    max-height: 225px;
    aspect-ratio: 301 / 225;
}

.s2_1_4_list .num {
    display: flex;
    width: 33px;
    height: 33px;
    padding: 7px 12px;
    margin: 0 auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 12px;
    gap: 10px;
    border-radius: 999px;
    border: 1px solid #404040;
}

.s2_1_4 .cont_3 .desc {
    color: #404040;
    font-size: 18px;
    font-weight: 400;
    line-height: 130%;
}

@media screen and (max-width: 980px) {
    .s2_1_4 .cont_3 {
        padding-top: 50px;
    }

    .s2_1_4_list {
        display: grid;
        grid-template-columns: auto auto;
        gap: 30px 15px;
        justify-content: center;
        margin: 0 auto;
    }

    .s2_1_4_list li {
        width: 100%;
        flex-shrink: 0;
        max-width: 301px;
    }

    .s2_1_4_list .num {
        font-size: 14px;
        width: 28px;
        height: 28px;
        margin-bottom: 8px;
    }

    .s2_1_4 .cont3 .desc {
        font-size: 15px;
    }

    .s2_1_4_list .img_box {
        width: 100%;
        border-radius: 16px;
        padding-bottom: 0;
    }

    .s2_1_4 .cont_3 .desc {
        font-size: 15px;
    }
}

@media screen and (max-width: 768px) {
    .s2_1_4 {
        padding-bottom: 70px;
    }

    .s2_1_4_list {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ê³¼ì²œìŠ¤ë§ˆíŠ¸ì•ˆê³¼ ë…¸ì•ˆ ë°±ë‚´ìž¥ ìˆ˜ìˆ&nbsp;ì´ íŠ¹ë³„í•œ ì´ìœ&nbsp;
  * ::: ì£¼ì˜ ::: ë&nbsp;ˆì´ì•„ì›ƒ ë³µìž¡í•´ì„œ ëª¨ë°”ì¼ ê¸°ë³¸ê°’ */

.s2_1_5 .sc_inner {
    padding: 50px 0 0;
    display: flex;
    width: 100%;
    flex-direction: column;
}

.s2_1_5 .tit_box {
    width: 100%;
    padding: 0 18px;
    padding-bottom: 30px;
}

.s2_1_5 .tit_box h2 {
    line-height: 150%;
    font-size: 24px;
    letter-spacing: -0.96px;
}

.s2_1_5 .tit_box h3 {
    font-size: 28px;
    padding-bottom: 10px;
}

.s2_1_5 .con_box {
    width: 100%;
    border-radius: 60px 60px 0px 0px;
    background: url(/img/sub/s2_1_5_img4.png) center center/ cover no-repeat;
    background-blend-mode: multiply, normal;
    padding: 40px 58px;
}

.s2_1_5 .img_box {
    overflow: hidden;
    border-radius: 999px;
    max-width: 260px;
    margin: 0 auto 28px;
    text-align: center;
    aspect-ratio: 260 / 320;
    transition: transform 0.6s;
}

.s2_1_5 .img_box img {
    width: 100%;
    object-fit: cover;
    transition: transform 0.6s;
}

.s2_1_5_swiper {
    text-align: center;
}

.s2_1_5_swiper a {
    display: block;
    margin: 0 auto;
    width: fit-content;
}

.s2_1_5_swiper .num {
    color: #6f96d1;
    font-family: var(--font-beaum);
    font-size: 18px;
    font-weight: 400;
    line-height: 100%;
    padding-bottom: 12px;
    display: block;
}

.s2_1_5_swiper h3 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 12px;
}

.s2_1_5_swiper .more_txt {
    display: inline-flex;
    border-radius: 999px;
    border: 1px solid #fff;
    align-items: center;
    position: relative;
    padding: 7.5px 14px;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    overflow: hidden;
    gap: 2px;
    letter-spacing: -0.72px;
}

.s2_1_5_swiper .more_txt:after {
    content: "";
    display: block;
    position: relative;
    width: 24px;
    height: 24px;
    background: url(/img/sub/ico_moreView.svg) center center/100% no-repeat;
    transition-delay: 1s;
    transition: background 0.4s;
}

@media screen and (min-width: 981px) {
    .s2_1_5 .sc_inner {
        flex-direction: row;
        padding: 70px 0;
        width: 90%;
        gap: 50px;
    }

    .s2_1_5 .tit_box {
        width: 30%;
        padding: 0;
        max-width: 370px;
    }

    .s2_1_5 .tit_box h2 {
        text-align: left;
        font-size: 36px;
        letter-spacing: -1.44px;
    }

    .s2_1_5 .tit_box h3 {
        font-size: 32px;
        text-align: left;
        padding-bottom: 8px;
    }

    .s2_1_5 .con_box {
        width: 100%;
        border-radius: 100px 0px 0px 100px;
        padding: 58px 33.4vw 58px 47px;
    }

    .s2_1_5_swiper {
        overflow: visible;
    }

    .s2_1_5_swiper .swiper-wrapper {
        justify-content: center;
        gap: 30px;
    }

    .s2_1_5_swiper .swiper-slide {
        width: auto;
        flex: 1;
    }

    .s2_1_5_swiper a img {
        transition: transform 0.6s;
    }
    .s2_1_5_swiper a:hover img {
        transform: scale(1.04);
    }

    .s2_1_5_swiper .more_txt:before {
        content: '';
        position: absolute;
        display: block;
        width: 0;
        left: 0;
        z-index: -1;
        height: 100%;
        background: #fff;
        transition: width 0.4s linear;
    }

    .s2_1_5_swiper a:hover .more_txt {
        color:#3A578A;
    }

    .s2_1_5_swiper a:hover .more_txt:before {
        width: 100%;
    }

    .s2_1_5_swiper a:hover .more_txt:after{
        background: url(/img/sub/ico_moreView_on.svg) center center/100% no-repeat;
    }


    .s2_1_5_swiper .num {
        font-size: 20px;
        padding-bottom: 12px;
    }

    .s2_1_5_swiper h3 {
        font-size: 24px;
    }

    .s2_1_5_swiper .more_txt {
        font-size: 18px;
        padding: 7.5px 14px;
        letter-spacing: -0.72px;
    }
}

@media screen and (min-width: 1351px) {
    .s2_1_5 .sc_inner {
        width: 100%;
        padding: 120px 0;
    }

    .s2_1_5_swiper .swiper-wrapper {
        gap: 18px;
    }

    .s2_1_5 .con_box {
        padding: 70px 30vw 70px 47px;
    }

    .s2_1_5_swiper .swiper-slide {
        flex: unset;
    }
}

@media screen and (min-width: 1601px) {
    .s2_1_5_swiper .swiper-wrapper {
        justify-content: start;
    }

    .s2_1_5 .con_box {
        padding: 70px 0 70px 47px;
    }
}

/* SUB2-2 : ë§žì¶¤í˜• ì¸ê³µìˆ˜ì&nbsp;•ì²´ ì»¨ì„¤íŒ… */
.s2_2_2 .tit_area {
    padding-bottom: 50px;
}

.s2_2_2 .serif span {
    font-family: "Cormorant Garamond";
    font-size: 44px;
    font-weight: 700;
    line-height: 1;
}

.s2_2_2 .img_box {
    overflow: hidden;
    position: relative;
    height: 466px;
    border-radius: 999px;
    margin-bottom: 40px;
}

.s2_2_2 .img_box&gt;img {
    height: 100%;
    object-fit: cover;
}

.s2_2_2 .img_group {
    max-width: 514px;
    position: absolute;
    display: flex;
    bottom: -100px;
    justify-content: center;
    left: 50%;
    transform: translateX(-50%);
}

.s2_2_2 .img_group img {
    width: 100%;
    max-width: 265px;
}

.s2_2_2 .img_group img:first-child {
    margin-right: -50px;
    z-index: 1;
}

.s2_2_2 .txt_box {
    text-align: center;
}

.s2_2_2 .txt_box h3 {
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6f96d1;
    font-family: "Cormorant Garamond";
    font-size: 44px;
    font-weight: 700;
    line-height: 100%;
}

.s2_2_2 .txt_box p:nth-child(2) {
    padding-bottom: 40px;
    font-size: 18px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.72px;
}

.s2_2_2 .txt_box h3 span {
    font-family: inherit;
}

.s2_2_2 .txt_box h3 em {
    height: 54px;
    width: max-content;
    /* opacity: 0; */
    padding-right: 10px;
    vertical-align: middle;
    white-space: nowrap;
    overflow: hidden;
    font-family: "Cormorant Garamond";
    display: inline-block;
    position: relative;
    /* transition: width 2.4s ease; */
}

/* .active.s2_2_2 h3 em span {
  position: absolute;
  display: block;
  width: 0;
  opacity: 0;
  left: 0;
} */

.s2_2_2 .desc {
    font-size: 24px;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: -0.96px;
}

@media screen and (max-width: 980px) {
    .s2_2_2 .tit_area {
        padding-bottom: 26px;
    }

    .s2_2_2 .serif span {
        font-size: 22px;
    }

    .s2_2_2 .img_box {
        border-radius: 422px;
        margin-bottom: 26px;
        width: 100%;
        aspect-ratio: 360 /200;
        height: auto;
    }

    .s2_2_2 .txt_box h3 {
        font-size: 30px;
        margin-bottom: 6px;
    }

    .s2_2_2 .txt_box h3 em {
        height: 30px;
    }

    .s2_2_2 .txt_box p:nth-child(2) {
        font-size: 16px;
        padding-bottom: 20px;
    }

    .s2_2_2 .desc {
        letter-spacing: -0.72px;
        font-size: 18px;
    }

    .s2_2_2 .img_group img {
        max-width: 240px;
    }
}

@media screen and (max-width: 768px) {
    .s2_2_2 .img_group img {
        max-width: 240px;
        width: 36vw;
    }
}

@media screen and (max-width: 480px) {
    .s2_2_2 .img_group img {
        max-width: 142px;
    }

    .s2_2_2 .img_group {
        bottom: -80px;
    }
}

.s2_2_3 {
    background: #fafafa;
}

.s2_2_3_list {
    display: flex;
    gap: 20px;
}

.s2_2_3_list li {
    flex: 1;
    text-align: center;
}

.s2_2_3_list img {
    display: block;
    padding-bottom: 30px;
}

.s2_2_3_list h3 {
    font-family: var(--font-beaum);
    color: #262626;
    font-size: 32px;
    font-weight: 400;
    line-height: 130%;
    letter-spacing: -0.64px;
    padding-bottom: 16px;
}

.s2_2_3_list .point {
    color: #6f96d1;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;
    padding-bottom: 10px;
}

.s2_2_3_list .desc {
    max-width: 500px;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 140%;
}

@media screen and (max-width: 980px) {
    .s2_2_3_list img {
        padding-bottom: 16px;
    }

    .s2_2_3_list h3 {
        line-height: 130%;
        letter-spacing: -0.36px;
        font-size: 18px;
        padding-bottom: 9px;
    }

    .s2_2_3_list .point {
        font-size: 16px;
        padding-bottom: 6px;
    }

    .s2_2_3_list .desc {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .s2_2_3_list {
        gap: 30px;
        flex-direction: column;
    }

    .s2_2_3_list img {
        max-width: 480px;
        width: 100%;
        margin: 0 auto;
    }
}

/* ì¸ê³µìˆ˜ì&nbsp;•ì²´ ì¢…ë¥˜ */
.s2_2_4 .main_tit {
    padding-bottom: 40px;
}

.s2_2_4 .tab_list {
    display: flex;
    justify-content: center;
    gap: 20px;
    padding-bottom: 60px;
}

.s2_2_4 .tab {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    background: #ba9587;
    color: #fff;
    border-radius: 50%;
}

.s2_2_4 .tab:nth-child(2) {
    background: #8fb7ba;
}

.s2_2_4 .tab:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: block;
    transition: opacity 0.6s ease-in-out;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.s2_2_4 .tab.on:before {
    opacity: 1;
}

.s2_2_4 .tab:nth-child(1).on:before {
    border: 6px solid rgba(186, 149, 135, 0.5);
}

.s2_2_4 .tab:nth-child(2).on:before {
    border: 6px solid rgba(143, 183, 186, 0.5);
}

.s2_2_4_list&gt;li {
    display: flex;
    gap: 50px;
    align-items: center;
}

.s2_2_4_list&gt;li+li {
    padding-top: 50px;
}

.s2_2_4_list&gt;li&gt;div {
    flex: 1;
}

.s2_2_4_list .img_box {
    overflow: hidden;
    border-radius: 20px;
}

.s2_2_4_list .img_box img {
    display: block;
    width: 100%;
}

.s2_2_4_list h4 {
    color: #262626;
    font-size: 24px;
    display: flex;
    align-items: center;
    gap: 14px;
    font-weight: 700;
    padding-bottom: 16px;
}

.s2_2_4_list h4 span {
    padding: 7px 14px;
    border-radius: 999px;
    border: 2px solid #8fb7ba;
    color: #8fb7ba;
    font-size: 18px;
    font-weight: 600;
}

.s2_2_4 .tab_con:nth-child(3) h4 span {
    border: 2px solid #ba9587;
    color: #ba9587;
}

.s2_2_4_list .txt_box&gt;p {
    color: #262626;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    padding-bottom: 30px;
}

@media screen and (max-width: 980px) {
    .s2_2_4 .main_tit {
        padding-bottom: 30px;
    }

    .s2_2_4_list&gt;li {
        flex-direction: column;
        gap: 20px;
    }

    .s2_2_4_list h4 {
        justify-content: center;
        flex-direction: column-reverse;
        gap: 6px;
        font-size: 18px;
        padding-bottom: 10px;
    }

    .s2_2_4_list .txt_box&gt;p {
        font-size: 16px;
        text-align: center;
    }

    .s2_2_4_list h4 span {
        font-size: 14px;
        padding: 7px 14px;
    }

    .s2_2_4_list .img_box {
        max-width: 480px;
    }

    .s2_2_4 .tab_list {
        padding-bottom: 30px;
    }

    .s2_2_4 .tab {
        width: 60px;
        height: 60px;
        font-size: 14px;
        line-height: 140%;
    }

    .s2_2_4 .tab:before {
        width: 70px;
        height: 70px;
    }

    .s2_2_4_list .check_list p {
        font-size: 16px;
        line-height: 130%;
    }
}</pre></body></html>