/* root */
/* .width100 {
    width: 100% !important;
} */

/* MAIN */
.banner_img_mb {
    display: none;
}

.content_wrap {
    width: 75%;
    margin: 0 auto;
}

.content {
    margin: 3em 0;
    width: 100%;
}

.content_title h1 {
    font-size: 4em;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1;
}

/* .inner_title {
    font-size: 1.5em;
} */

.content_inner_wrap {
    margin: 2em 0;
    display: flex;
    justify-content: space-between;
    gap: 1em;
}

.content_inner {
    width: 49%;
    /* height: 300px; */
    height: 400px;
    background-color: var(--color-gray-lighter);
    border-radius: 20px;
    padding: 2em;
    position: relative;
}
.content_inner_main {
    cursor: pointer;
}

.content_inner_main:hover {
    background-color: var(--color-green);
    color: #fff;
}

.inner_text {
    font-size: 1.7em;
}
.inner_text_2 {
    display: block;
    font-size: 2.2em;
    font-weight: 700;
}

.view_more {
    padding: 0.5em 3em 0.5em 1.5em;
    background: url(/image/icon/icon_arrow_right.png) no-repeat 80% center, #fff;
    background-size: 12px 17px;
    border-radius: 25px;
    position: absolute;
    bottom: 2em;
}

.content_inner_img {
    position: absolute;
}
.content_inner_img_left {
    width: 48%;
    max-width: 327px;
    bottom: -2.1em;
    right: -12%;
}
.content_inner_img_right {
    width: 50%;
    max-width: 339px;
    bottom: -1.6em;
    right: -9%;
}

.product_img_mb {
    display: none;
}

/* content2 */

.content_2 {
    margin-top: 150px;
}

/* quote */
blockquote {
    position: relative;
    text-align: center;
    padding: 1rem 1.2rem;
    width: 95%;
    font-size: 1.5em;
    margin: 1rem auto 2rem;
    word-break: keep-all;
}

blockquote:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4.9vw;
    height: 4.7vw;
    min-width: 94px;
    min-height: 90px;
    max-width: 94px;
    max-height: 90px;
    /* margin-right: -20px; */
    top: -2vw;
    right: 97%;
    background: url(/image/icon/icon_quote_mark_left.png) no-repeat 0 0;
    background-size: 100% 100%;
}
blockquote:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 4.9vw;
    height: 4.7vw;
    min-width: 94px;
    min-height: 90px;
    max-width: 94px;
    max-height: 90px;
    /* margin-left: -20px; */
    left: 97%;
    top: auto;
    bottom: -2vw;
    background: url(/image/icon/icon_quote_mark_right.png) no-repeat 0 0;
    background-size: 100% 100%;
}

h2.big {
    margin: 0 auto;
}

/* button_wrap */
.button_wrap {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    margin: 5em 0;
}

.btn_link {
    width: 80%;
    font-size: 1.1em;
    margin: 0 auto;
    padding: 0.8em 2.5em 0.8em 0.8em;
    border-radius: 20px;
    word-break: keep-all;
    background: url(/image/icon/icon_arrow_top_right.png) no-repeat 95% 1.2em, var(--color-gray-light);
    background-size: 18px 18px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.button_wrap.sub .btn_link {
    width: 100%;
}

.code {
    font-size: 0.6em;
    padding: 1em 0;
}

.code span {
    text-decoration: none;
    color: var(--color-gray);
}

.code_1.mb {
    display: none;
}

/* SUB PAGES */

.mobile_nav {
    display: none;
}

.banner_cont {
    height: 40vw;
    max-height: 890px;
    background-color: var(--color-gray-light);
    border-radius: 20px;
    position: relative;
}

.banner_title {
    width: 75%;
    margin: 0 auto;
    padding-top: 3em;
    font-size: 1.7em;
}
.banner_title p {
    color: #969696;
    font-size: 1.2em;
    font-weight: 600;
}

.banner_img_sub {
    width: 46vw;
    max-width: 891px;
    max-height: 561px;
    position: absolute;
    bottom: 0;
    right: 0;
    /* max-width: 300px; */
}
.banner_img_sub_mb {
    display: none;
}

.video_wrap {
    width: 100%;
    margin: 2em 0;
    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("/image/icon/icon_play.png") no-repeat center center;
    background-size: contain;
    cursor: pointer;
    z-index: 3;
}

.content_inner_wrap.center {
    justify-content: center;
}

.content_title_sub h2 {
    font-size: 2em;
}

.content_inner_sub.width100 {
    width: 100%;
}

.content_inner_sub.short {
    height: 250px;
}

.content_1 .content_inner_sub {
    width: 49%;
    min-height: 250px;
    height: auto;
    border-radius: 10px;
    display: flex;
    gap: 1.5em;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 1.3em;
    padding: 0.5em 1em;
    word-break: keep-all;
}

.content_inner_icon {
    width: 9vw;
    height: 7.8vw;
    min-width: 80px;
    max-width: 170px;
    max-height: 149px;
}
.content_inner_icon_3 {
    margin-top: 10px;
}
.content_1 .content_inner_sub p {
    width: 70%;
}

.content_inner_sub.white {
    background-color: #fff;
    padding: 0;
    font-weight: 600;
    font-size: 1.2em;
    word-break: keep-all;
}

.content_inner_sub_title {
    border-radius: 30px;
    padding: 0.2em 1em;
    color: #fff;
    margin-bottom: 1.5em;
}

p.padd10 {
    padding: 0 0.5em;
}

.content_3 .content_inner_sub,
.content_4 .content_inner_sub {
    display: flex;
    gap: 2em;
    align-items: center;
    min-height: 220px;
    height: auto;
    font-size: 1.3em;
    padding: 0.5em 2em;

    span {
        font-weight: 700;
    }

    .content_inner_icon {
        min-width: 70px;
    }

    .content_inner_icon_4 {
        max-width: 128px;
        max-height: 118px;
    }

    .content_inner_icon_5 {
        max-width: 118px;
        max-height: 118px;
    }
}

.ref_title {
    background-color: #b3b3b3;
    padding: 0.4em 2em;
    font-size: 1.2em;
    font-weight: 600;
    position: relative;
}

.ref_title img {
    position: absolute;
    right: 1.5em;
    top: 50%;
    transform: translateY(-50%);
    width: 1.2em;
}

.ref_inner {
    font-size: 0.8em;
    padding: 0 4.5rem;
    display: none;
}
ul.ref_inner {
    padding-left: 2.5rem;
}

.ref_inner a {
    text-decoration: none;
    color: var(--color-gray);
}

.ref_title.open img {
    transform: translateY(-50%) rotate(180deg);
}
.ref_inner.open {
    display: block;
}

.content_inner_wrap.table {
    flex-direction: column;
    gap: 0;
}
.content_inner_wrap.table .content_inner_sub {
    flex-direction: column;
    padding: 1em 2em;
    gap: 0;
}

/* .table_title,
.table_content {
    display: flex;
    width: 100%;
    text-align: center;
}
.table_title {
    gap: 1em;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 1em;
}

.table_title p {
    padding: 0.2em 0;
    border-radius: 35px;
}

.table_content {
    min-height: 80px;

}
.table_content_1 {
    border-bottom: 1px solid var(--color-gray);
}
.table_content_2 {
    align-items: center;
}

.table_content p {
    padding: 2em 0.5em;
}

.flex_grow_1 {
    flex: 22;
}

.flex_grow_2 {
    flex: 34;
}
.flex_grow_3 {
    flex: 44;
}

.table_content .flex_grow_1 {
    flex: 21;
}
.table_content .flex_grow_2 {
    flex: 35;
    border-left: 1px solid var(--color-gray);
    border-right: 1px solid var(--color-gray);
} */

.table_title,
.table_content {
    display: grid;
    grid-template-columns: 22% 34% 44%; /* flex 비율 반영 */
    text-align: center;
    border-collapse: collapse;
    width: 100%;
}

.table_title p {
    padding: 0.2em 0;
    border-radius: 35px;
    margin-right: 1em;
    margin-bottom: 1em;
    color: #fff;
    font-size: 1.2em;
    font-weight: 600;
}

.table_content p {
    padding: 1em 0.5em 1em 0;
    margin-right: 0.5em;
    border-right: 1px solid var(--color-gray);
    box-sizing: border-box;
}

.table_content_1 {
    border-bottom: 1px solid var(--color-gray);
}

.table_title p:first-child,
.table_content p:first-child {
    border-left: none;
}
.table_content p:first-child {
    padding: 1em 0.5em;
}

.table_content_1 p:first-child {
    word-break: break-all;
}

.table_title p:last-child,
.table_content p:last-child {
    border-right: none;
    margin-right: 0;
}

span.notice {
    font-size: 0.8em;
    padding-left: 1.5em;
}

/* legal */
.legal_text {
    word-break: break-all;
    margin: 0 3rem;
    padding: 0 1em;
    color: #000;
}

.legal_text a {
    color: #000;
}

.legal_text ul li {
    list-style: disc;
    margin-left: 2em;
}

.legal_text table {
    width: 100%;
    margin-top: 0.5em;
    border-collapse: collapse;
    th,
    td {
        border: 1px solid #000;
        box-sizing: border-box;
        padding: 0.5em;
    }
    ul,
    li {
        /* list-style: none; */
        margin-left: 1em;
    }
}

/* media query */
@media screen and (max-width: 768px) {
    /* .wrap {
        overflow-x: hidden;
    } */
    .content_wrap {
        width: 90%;
    }

    .content_title {
        text-align: center;
    }

    .content_title h1 {
        font-size: 3em;
    }

    .content_inner_wrap {
        flex-wrap: wrap;
        gap: 2em;
    }

    .content_inner {
        width: 100%;
        height: 250px;
    }

    .inner_text {
        font-size: 1.2em;
    }
    .inner_text_2 {
        display: block;
        font-size: 1.7em;
    }

    .view_more {
        padding: 0.5em 2.5em 0.5em 1.5em;
        background: url(/image/icon/icon_arrow_right.png) no-repeat 85% center, #fff;
        background-size: 10px 15px;
    }

    .content_inner_img_left {
        width: 38%;
        max-width: 162px;
        bottom: -1.5em;
        right: 0;
    }
    .content_inner_img_right {
        width: 40%;
        max-width: 209px;
        bottom: -1.1em;
        right: 0;
    }

    .product_img {
        display: none;
    }
    .product_img_mb {
        display: block;
    }

    /* content2 */

    .content_2 {
        margin-top: 75px;
    }

    /* quote */
    blockquote {
        margin: 5em auto;
        width: 90%;
        padding: 0;
        font-size: 1.2em;
    }

    h2.big {
        font-size: 1.4em;
        /* margin: 0 auto; */
    }

    blockquote:before {
        min-width: 30px;
        min-height: 30px;
        top: -2.5em;
        left: 50%;
        transform: translateX(-50%);
    }
    blockquote:after {
        min-width: 30px;
        min-height: 30px;
        bottom: -2.5em;
        left: 50%;
        transform: translateX(-50%);
    }

    /* button_wrap */
    .button_wrap {
        margin: 3em 0;
    }

    .btn_link {
        width: 100%;
        font-size: 1em;
        background-size: 15px 15px;
    }

    .sub_text {
        display: block;
    }

    .code_1.pc {
        display: none;
    }

    .code_1.mb {
        display: inline;
    }

    /* SUB PAGES */

    .mobile_nav {
        display: block;
        width: 100%;
        position: fixed;
        /* top: 50%; */
        left: 0;

        /* font-size: 0.95em; */
        z-index: 99;
    }

    .mobile_nav ul {
        display: flex;
        flex-direction: row-reverse;
        width: fit-content;
        max-width: 450px;
        position: absolute;
        top: 0;

        transform: rotate(-90deg);
        transform-origin: top center;
    }

    .mobile_nav_01 {
        top: 50.6%;

        ul {
            right: -192px;
        }
    }
    .mobile_nav_02 {
        top: 52%;

        ul {
            right: -134px;
        }
    }

    .mobile_nav ul li {
        text-align: center;
        min-height: 30px;
        min-width: 140px;
        padding: 0.2em 1.5em;
        color: #fff;
        border-radius: 0.8em 0.8em 0 0;
    }

    .banner_cont {
        min-height: 400px;
    }

    .banner_title {
        width: 85%;
        padding-top: 1em;
        font-size: 1.1em;
    }

    .banner_img_sub {
        display: none;
    }
    .banner_img_sub_mb {
        display: block;
        width: 71.5vw;
        max-width: 342px;
        max-height: 276px;
        position: absolute;
        bottom: -35px;
        right: 0;
    }

    .play_button {
        width: 15vw;
        height: 15vw;
    }

    .content_title_sub {
        text-align: left;
    }

    .content_1 .content_inner_sub {
        width: 100%;
        min-height: unset;
        font-size: 1.1em;
        padding: 1em;
        gap: 0.9em;
    }

    .content_title_sub h2 {
        width: 78%;
        font-size: 1.7em;
        word-break: keep-all;
    }

    .content_inner_icon {
        width: 19.5vw;
        height: 17.5vw;
        min-width: 50px;
        max-width: 93px;
        max-height: 83px;
    }

    .content_inner_sub.white {
        font-size: 1.1em;
    }

    .content_3 .content_inner_sub,
    .content_4 .content_inner_sub {
        gap: 1.5em;
        min-height: unset;
        height: auto;
        align-items: center;
        font-size: 1.1em;
        padding: 1.5em 1em;

        span {
            font-weight: 700;
        }

        .content_inner_icon {
            min-width: 50px;
            height: auto;
        }

        .content_inner_icon_4 {
            max-width: 78px;
        }

        .content_inner_icon_5 {
            max-width: 72px;
        }
    }

    .ref_title {
        padding: 0.4em 1.5em;
    }

    .ref_inner {
        word-break: break-all;
        padding: 0 2rem 0 2.5rem;
    }
    ul.ref_inner {
        padding-left: 1rem;
    }

    sub {
        font-size: 0.7em;
    }

    .content_2,
    .content_3 {
        h2 {
            width: 90%;
        }
    }
    .content_inner_sub.short {
        height: 150px;
    }

    .content_inner_wrap.table .content_inner_sub {
        padding: 1em 0.5em;
    }

    .table_title {
        font-size: 1em;
        p {
            margin-right: 0.5em;
        }
    }

    .table_content {
        font-size: 0.8em;
    }

    span.notice {
        font-size: 0.8em;
        padding: 0 1em;
    }

    /* legal */
    .legal_text {
        margin: 0;
        padding: 0 2em;
    }
}
