@import url(./layout.css);

/* MAIN */
.banner_img_mb {
    display: none;
}

.banner_wrap {
    width: 100%;
    min-height: 410px;
    max-height: 420px;
    background: url(../images/banner.png) no-repeat 0 0;
    background-size: cover;
    display: flex;
    justify-content: center;
}

.banner_mobile {
    display: none;
}

.banner_inner {
    width: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0 0 0;
    overflow: hidden;
}

.banner_inner h1 {
    font-size: 2.7em;
    font-weight: 400;
    color: #00213d;
    z-index: 2;
}

.banner_inner img {
    width: 15%;
    min-width: 220px;
    margin: 120px 0 0 2em;
    z-index: 1;
}

.banner_img_model img {
    width: 35%;
    /* min-width: 410px; */
    margin-top: auto;
}

.banner_wrap.main {
    background-position: center;
    background-size: cover;
    max-height: unset;
}

.banner_inner.main {
    max-width: 1530px;
    width: 100%;
    margin: 0 auto;
    padding: 0 2em;
    align-items: flex-end;
    justify-content: center;
}

.hero_text {
    display: flex;
    flex-direction: column;
    gap: 1em;
    margin: 2.5em 0;
    align-self: center;
    flex-shrink: 0;
    font-size: 1.3em;
}

.banner_inner.main h1 {
    font-size: 3.5em;
}

.banner_inner.main h2 {
    font-size: 2.3em;
}

.hero_text_deco.line {
    padding: 0.5em 0;
    border: 3px solid;
    border-left: 0;
    border-right: 0;
    border-image: linear-gradient(90deg, #92bbe8, #d1e6fc) 0.5;
}

.hero_text_deco.group {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    /* z-index: 2; */
}

.hero_text_deco.bottom p {
    display: inline;
}

.banner_inner .hero_text_deco img {
    width: 1.3em;
    height: 1.3em;
    min-width: 20px;
    margin: 0;
    position: unset;
}

.banner_inner h1.bold {
    font-weight: bold;
}

.banner_main_picture {
    display: flex;
}

.banner_inner img.banner_main_img {
    width: clamp(360px, 33vw, 475px);
    margin: 30px 0 0;
}

.content_wrap {
    width: 75%;
    margin: 0 auto;
}

.content {
    margin: 6em 0;
    width: 100%;
}
.content.bg_blue {
    background: url(../images/bg_cont_01.png) no-repeat 0 0;
    background-size: 100% 100%;
}
.content.bg_green {
    background: url(../images/bg_cont_02.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.inner_text {
    font-size: 1.7em;
    line-height: 1.2;
}

.inner_text span.highlight {
    background: linear-gradient(#e2f3fc, #e2f3fc) no-repeat;
    background-size: 100% 60%;
    background-position: 0 100%; /* 하단에 배치 */
}
.inner_text span.highlight.green {
    background: linear-gradient(#f1f5cb, #f1f5cb) no-repeat;
    background-size: 100% 60%;
    background-position: 0 100%; /* 하단에 배치 */
}

.content_inner_wrap {
    margin: 2em 0;
    display: flex;
    justify-content: center;
    gap: 1em;
}

.content_inner {
    width: 100%;
    padding: 2em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5em;
}

.content_inner.col_2,
.content_inner.col_3 {
    width: 25%;
    min-width: 360px;
    font-size: 1.2em;
    text-align: center;
}

.content_inner.col_3 {
    min-width: 300px;
    padding: 1em;
}

.content_inner_wrap:has(.col_3) {
    flex-wrap: wrap;
}

.content_inner.border {
    border: 1px solid #c9c9c9;
    border-radius: 10px;
}

.font_small {
    font-size: 0.8em;
}

.content_inner_circle {
    width: 60%;
    aspect-ratio: calc(50% / 50%);
    border-radius: 50%;
}

.content_inner_circle_1 {
    background: url(../images/icon/icon_decrease.png) no-repeat center center;
    background-size: 50% 50%;
}

.content_inner_circle_2 {
    background: url(../images/icon/icon_patient.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_flu {
    background: url(../images/icon/icon_flu.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_warn_green {
    background: url(../images/icon/icon_warn_green.png) no-repeat center center;
    background-size: 50% 45%;
}

.icon_hospital {
    background: url(../images/icon/icon_hospital.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_vaccine {
    background: url(../images/icon/icon_vaccine.png) no-repeat center 60%;
    background-size: 48% 55%;
}

.icon_virus {
    background: url(../images/icon/icon_virus.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_time {
    background: url(../images/icon/icon_time.png) no-repeat 55% center;
    background-size: 50% 50%;
}

.icon_age {
    background: url(../images/icon/icon_age.png) no-repeat 55% center;
    background-size: 70% 40%;
}

.icon_health {
    background: url(../images/icon/icon_health.png) no-repeat center 55%;
    background-size: 60% 47%;
}

.icon_shot {
    background: url(../images/icon/icon_shot.png) no-repeat 55% center;
    background-size: 50% 50%;
}

.cont_icon {
    width: 10%;
    min-width: 125px;
    position: relative;
}

.cont_icon img {
    width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.icon_leftOut img {
    width: 85%;
    left: -15%;
    transform: translate(0, -50%);
}

.blue {
    background-color: #d0e6f7;
}

.green {
    background-color: #eff3c1;
}

.dark_blue {
    background-color: #b5d7f1;
}

.dark_green {
    background-color: #ccd498;
}

.font_blue {
    color: #0086c9;
    font-weight: 700;
}

.font_green {
    color: #8b9615;
    font-weight: 700;
}

.font_white {
    color: #ffffff;
}

.bgc_blue {
    background-color: #f6fafc;
}

.view_more {
    padding: 0.5em 3em 0.5em 1.5em;
    background:
        url(../images/icon/icon_arrow_right.png) no-repeat 92% center,
        #3a455a;
    background-size: 0.8em 0.8em;
    border-radius: 25px;
    color: #fff;
    margin: 0 auto;
    font-size: 1.2em;
}

/* content2 */
.content_2 {
    width: 100%;
    display: flex;
    justify-content: center;
}

.content_2_wrap {
    /* width: 70%; */
    /* min-width: 45%; */
    display: flex;
    align-items: center;
    padding: 1.5em 0;
}

.content_2_wrap.center {
    width: 80%;
    padding: 3em 0;
    justify-content: center;
    gap: 2em;
}

.inner_text.mobile {
    display: none;
}

.content_main_icon {
    width: 12%;
    max-width: 100px;
}

.inner_text_2 {
    font-size: 1.5em;
}

.bg_blue .inner_text_2 {
    color: #143051;
}

.bg_green .inner_text_2 {
    color: #262f40;
}

.content_2 .content_inner {
    align-items: flex-start;
}

.content_2 .content_inner .flex_center {
    align-items: center;
}

/* button_wrap */
.button_wrap {
    display: flex;
    gap: 0.5em;
}

.button_wrap button {
    font-size: 1em;
}

.btn_blue {
    background-color: #0088e1;
}

.btn_green {
    background-color: #b7c92f;
}

.video {
    width: 70%;
    /* height: 500px; */
    /* background-color: #ccc; */
    /* border-radius: 10px; */
    margin: 2em auto;
    text-align: center;
    display: flex;
    align-items: center;
    position: relative;
}

.video_wrap video {
    width: 100%;
    height: auto;
    border-radius: 25px;
    display: block;
}
.blind {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    z-index: 2;
}
.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6.5vw;
    height: 6.5vw;
    max-width: 118px;
    max-height: 115px;
    background: url("../images/icon/icon_play.png") no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 3;
}

.content_3 {
    width: 100%;
    margin-top: 150px;
    display: flex;
    justify-content: center;
}

.content_3 .content_inner {
    align-items: flex-start;
}

.content_3 .view_more {
    color: #000;
    padding: 0.5em 2.3em 0.5em 1.5em;
    background-image: url(../images/icon/icon_arrow_right_bk.png);
}

.icon_faq {
    width: 25%;
    max-width: unset;
    padding-right: 2em;
}

/* content_description */
.content_inner_wrap:has(.content_description) > div {
    flex-grow: 1;
}

.content_description {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    gap: 2em;
    padding: 2em 3em;
    color: #e4eb98;
}

.content_description.reverse {
    flex-direction: row-reverse;
}

.bg_navy {
    background-color: #003b5e;
    border-radius: 30px;
}

.icon_warn_yellow {
    width: 15%;
    min-width: 110px;
    max-width: 120px;
}

.content_description_inner * {
    line-height: 1.4;
    font-weight: 600;
}

.content_description_inner.mobile {
    display: none;
}

.content_description p {
    color: #fff;
    margin: 1em 0 0;
}

/* content_col2_inner_text */
.col_2.small_icon {
    flex-grow: 1;
    height: 350px;
    justify-content: space-between;
}

.content_col2_inner_text {
    display: flex;
    flex-direction: column;
    gap: 1em;
    text-align: left;
    align-self: flex-start;
}

.content_col2_inner_text p {
    font-size: 1em;
}

.content_circle_icon {
    width: 20%;
    min-width: 100px;
    align-self: flex-end;
    margin-top: -150px;
    position: relative;
}

.content_circle_icon > img {
    position: absolute;
    width: 95%;
    top: 50%;
    left: -45%;
    transform: translateY(-50%);
}

.icon_flags {
    width: 120px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5px;
    align-self: flex-end;
    margin-top: -150px;
}

/* content_common: 흔한 이상반응 카드 */
.content_wrap.bgc_blue {
    width: 100%;
}

.content:has(.content_common_wrap) {
    margin: 0;
    padding: 6em 0;
}
.content_common_wrap {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 2em;
    flex-wrap: wrap;
    margin-top: 100px;
}

.content_common_wrap .content_common {
    margin: 0;
}

.content_common {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #d9e6f2;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 33, 61, 0.08);
}

.content_common_title {
    background-color: #00213d;
    color: #fff;
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
    padding: 0.9em 0;
}

.content_common .content_inner_wrap {
    margin: 0;
    padding: 1.5em 1em;
    gap: 0;
    flex-wrap: wrap;
}

.content_inner.col_4 {
    width: 50%;
    min-width: unset;
    padding: 1em 0.5em;
    gap: 0.8em;
    font-size: 1.2em;
    text-align: center;
}

.content_common .content_inner_circle {
    width: 55%;
    background-color: #eef8fd;
}

.icon_injection {
    background: url(../images/icon/icon_injection.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_fatigue {
    background: url(../images/icon/icon_fatigue.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_muscle_pain {
    background: url(../images/icon/icon_muscle_pain.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_headache {
    background: url(../images/icon/icon_headache.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_fever {
    background: url(../images/icon/icon_fever.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_chills {
    background: url(../images/icon/icon_chills.png) no-repeat center center;
    background-size: 50% 50%;
}

.icon_stomach {
    background: url(../images/icon/icon_stomach.png) no-repeat center center;
    background-size: 50% 50%;
}

/* 주의사항 카드 */
.content_x {
    margin-top: 3em;
}

.content_caution {
    width: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e3e3e3;
    border-radius: 20px;
    padding: 2em 1em;
    margin: 0 auto;
}

.content_caution_item {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* flex-wrap: wrap; */
    gap: 1em;
    padding: 1em 1.5em;
    min-height: 240px;
    position: relative;
    font-size: 1.1em;
}

.content_caution_item p {
    text-align: center;
    color: #333;
    /* margin-bottom: auto; */
}

/* 구분선 */
.content_caution_item + .content_caution_item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60%;
    background-color: #d9d9d9;
}

.content_caution_icon {
    width: 35%;
    aspect-ratio: calc(50% / 50%);
    min-width: 100px;
    border-radius: 50%;
    background-color: #eef4d1;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 55% 55%;
}

.icon_fever_green {
    background-image: url(../images/icon/icon_fever_green.png);
    background-size: 45% 52%;
}
.icon_allergy {
    background-image: url(../images/icon/icon_allergy.png);
}
.icon_breath {
    background-image: url(../images/icon/icon_breath.png);
}

/* notice_txt_wrap */
.notice_txt_wrap {
    margin-top: -4em;
}

.notice_txt {
    font-size: 0.8em;
    color: #505050;
}

.code {
    font-size: 0.6em;
    padding: 1em 0;
}

.code span {
    text-decoration: none;
    color: var(--color-gray);
}

.code_1:after {
    content: "|";
    display: inline-block;
    margin: 0 1em;
}

.ref_title {
    border-radius: 30px;
    color: #fff;
    background-color: #b3b3b3;
    padding: 1em 2em;
    font-size: 1em;
    font-weight: 600;
    position: relative;
    cursor: pointer;
}

.ref_title img {
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 1em;
}

.ref_inner {
    font-size: 0.8em;
    padding: 2em 4.5rem;
    display: none;
}

ul.ref_inner {
    padding-left: 2.5rem;
}

.ref_inner li {
    line-height: 1.7;
    word-break: break-word;
}

.ref_inner a {
    display: inline;
    text-decoration: none;
    color: var(--color-gray);
    word-break: break-all;
}

.ref_title.open img {
    transform: translateY(-50%) rotate(180deg);
}

.ref_inner.open {
    display: block;
}

/* faq */
.content_wrap.faq {
    margin-top: 4em;
}

.content.faq {
    margin: 2em 0;
    border: 1px solid #d8eaf8;
    border-radius: 30px;
    overflow: hidden;
}

.ref_title.faq {
    background-color: #d8eaf8;
    color: #003b5e;
    border-radius: 30px;
}

.ref_inner.faq {
    font-size: 1em;
}

/* legal */
.legal_title {
    margin-bottom: 1.5em;
}

.legal_text {
    word-break: break-all;
    margin: 0 3rem;
    padding: 0 1em;
    color: #000;
    font-size: 0.9em;
    line-height: 1.5;
}

.legal_text a {
    color: #000;
}

.legal_text ul li {
    list-style: disc;
    margin-left: 2em;
}

.legal_text table {
    width: 100%;
    margin-top: 0.5em;
    th,
    td {
        border: 1px solid #000;
        box-sizing: border-box;
        padding: 0.5em;
    }
    ul,
    li {
        /* list-style: none; */
        margin-left: 1em;
    }
}

@media screen and (max-width: 1406px) {
    .content_caution {
        width: 95%;
    }
}

@media screen and (max-width: 1380px) {
    .col_2.small_icon {
        height: unset;
    }

    .content_circle_icon,
    .icon_flags {
        margin-top: unset;
    }
}

@media screen and (max-width: 1253px) {
    .content_inner_wrap:has(.content_description) > div.last {
        flex-grow: 0.333;
    }
}

@media screen and (max-width: 1230px) {
    .banner_inner {
        width: 90%;
    }

    .banner_inner h1 {
        font-size: 2em;
        font-weight: 400;
    }

    .banner_inner img {
        min-width: 180px;
        margin-top: 30px;
    }

    .banner_img_model img {
        margin-top: auto;
        min-width: 400px;
    }

    .content_caution {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .banner_inner.main {
        padding: 0 1em;
        flex-direction: column;
        /* align-items: center; */
    }

    .hero_text {
        width: 100%;
        margin: 1em 0 0;
        gap: 0.5em;
        align-self: flex-start;
        position: relative;
    }

    .banner_inner.main h1 {
        position: unset;
        font-size: 2.7em;
        width: 100%;
    }

    .banner_inner.main h2 {
        font-size: 1.5em;
    }

    .hero_text_deco {
        /* font-size: 90%; */
        font-weight: 400;
    }

    .hero_text_deco.group {
        width: 60%;
        position: absolute;
        top: 100%;
        margin-top: 0.5em;
        display: flex;
        flex-direction: column;
        gap: 0.5em;
        /* z-index: 2; */
    }

    .hero_text_deco.group p {
        text-shadow: 0 0 5px #85bfeb;
        z-index: 9;
        position: relative;
    }

    .banner_inner .hero_text_deco img {
        width: 1em;
        height: 1em;
        min-width: 1em;
    }

    .banner_main_picture {
        justify-content: flex-end;
        overflow: hidden;
        /* margin-right: -10%; */
    }

    .banner_inner img.banner_main_img {
        position: unset;
        width: clamp(250px, 50vw, 350px);
        margin: unset;
        margin-right: -15%;
        /* z-index: 2; */
    }

    .content_inner.col_2 {
        min-width: unset;
        padding: 1.5em 1em;
    }
}

@media screen and (max-width: 826px) {
    .content_inner_wrap:has(.content_description) > div.last {
        flex-grow: 1;
    }

    .ref_inner.faq {
        padding: 2em;
    }
}

@media screen and (max-width: 768px) {
    /* .wrap {
        overflow-x: hidden;
    } */

    .banner_wrap {
        min-height: 300px;
        background-size: cover;
    }
    .banner_pc {
        display: none;
    }
    .banner_mobile {
        display: block;
        position: relative;
    }

    /* .banner_wrap:has(.banner_img_model) {
        min-height: 250px;
    } */

    .banner_inner h1 {
        font-size: 2em;
        font-weight: 400;
        position: absolute;
        bottom: 10%;
        left: 10%;
        width: 70%;
    }

    .banner_inner img {
        margin-top: unset;
        position: absolute;
        top: 8%;
        right: 10%;
    }

    .banner_img_model img {
        position: absolute;
        top: unset;
        bottom: 0;
        right: 5%;
        width: 31.5vw;
        min-width: 180px;
    }

    .banner_inner.main {
        padding: 0 0 0 1em;
    }

    .hero_text_deco.group {
        width: 50%;
    }

    .banner_inner img.banner_main_img {
        position: unset;
        width: clamp(320px, 50vw, 400px);
    }

    .content_wrap {
        width: 90%;
    }

    .content_inner_wrap {
        flex-wrap: wrap;

        flex-direction: column;
        align-items: center;
    }

    .content_inner.col_2 {
        padding: 1em;
    }

    .view_more {
        font-size: 1em;
        padding: 0.5em 2.5em 0.5em 1.5em;
    }

    /* content2 */
    .content_2_wrap {
        flex-direction: column;
        padding: 3em 0;
    }

    .content_main_icon {
        width: 50%;
    }

    .content_2 .content_inner {
        padding: 2em 1em;
        text-align: center;
        line-height: 1.2;
    }

    .content .inner_text_2 span {
        display: block;
    }

    .cont_icon {
        width: 30%;
    }

    .content_2 button,
    .content_3 button {
        min-width: 100%;
    }

    .content_inner.col_3 {
        min-width: unset;
        width: 100%;
    }

    .content_inner.col_3 .content_inner_circle {
        width: 35%;
    }

    .inner_text.pc {
        display: none;
    }
    .inner_text.mobile {
        display: block;
        text-align: center;
    }

    .font_small {
        font-size: unset;
    }

    .content_inner.col_2 {
        min-width: unset;
        width: 100%;
    }

    /* button_wrap */
    .button_wrap {
        width: 100%;
        flex-direction: column;
    }

    .button_wrap button {
        font-weight: 600;
    }

    .video {
        width: 100%;
    }

    .content_3 .content_2_wrap {
        flex-direction: column-reverse;
    }

    .content_3 .content_inner {
        text-align: center;
    }

    .icon_faq {
        padding: unset;
    }

    .content_description {
        flex-direction: column;
        padding: 3em 2em;
        width: 100%;
    }

    .content_description.reverse {
        flex-direction: column;
    }

    .content_description_inner {
        text-align: center;
    }
    .content_description_inner.pc {
        display: none;
    }
    .content_description_inner.mobile {
        display: block;
    }

    .content_description_inner h2 {
        font-size: 2em;
    }
    .content_description_inner h3 {
        font-size: 1.5em;
    }

    .content_description_inner p {
        font-size: 1.1em;
    }

    /* .col_2.small_icon {
        height: 350px;
    } */

    .content_circle_icon {
        min-width: 80px;
    }

    .icon_flags {
        min-width: 120px;
    }

    .content_wrap.bgc_blue {
        padding: 0 5%;
    }

    .content_common .content_inner_wrap {
        flex-direction: row;
    }

    .content_caution {
        flex-direction: column;
        /* gap: 2em; */
        padding: 0 1.5em;
    }

    .content_caution_item {
        width: 100%;
        flex-direction: column;
        text-align: center;
        padding: 3em 0;
        gap: 1em;
        font-size: 1.2em;
    }

    .content_caution_item p {
        text-align: center;
    }

    .content_caution_icon {
        width: 30%;
    }

    /* 구분선 (모바일: 가로선으로 전환) */
    .content_caution_item + .content_caution_item::before {
        left: 50%;
        top: 0;
        transform: translateX(-50%);
        width: 60%;
        height: 1px;
    }

    .notice_txt_wrap {
        width: 70%;
    }

    .play_button {
        width: 15vw;
        height: 15vw;
    }

    .ref_title {
        padding: 1em 1.5em;
    }

    .ref_inner {
        word-break: break-all;
        padding: 2rem 2.5rem;
    }
    ul.ref_inner {
        padding-left: 1rem;
    }

    .ref_title.faq {
        padding-right: 3em;
    }

    sub {
        font-size: 0.7em;
    }

    /* legal */
    .legal_text {
        margin: 0;
        padding: 0 2em;
    }
}

@media screen and (max-width: 492px) {
    .banner_inner.main h1 {
        font-size: 2.5em;
    }

    .banner_inner.main h2 {
        font-size: 1.5em;
    }

    .hero_text P:not(.top) {
        font-size: 75%;
    }
    .hero_text_deco.group {
        width: 47%;
    }

    .banner_inner img.banner_main_img {
        margin-right: -25%;
    }
}
