.tab_bar_item {
    position: fixed;
    top: 60%;
    right: 10%;
    z-index: 100;
    cursor: pointer;
    width: 100%;
    height: 100%;
    max-height: 180px;
    max-width: 100px;
}

.tab_bar_item .tab_bar_layout {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    height: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 11px;
}

.tab_bar_layout_content_ {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.tab_bar_layout_content_:first-child {
    border-bottom: 1px solid #dbdbdb;
}

.tab_bar_layout_content_ img {
    width: 30%;
    object-fit: cover;
    height: auto;
}

.tab_bar_layout_content_ .title_ {
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 24px;
    color: #757575;
    font-weight: 500;
    margin-top: 10px;
}

/* w_sub_1회사소개.psd - introduction.php */
.header_introduction_ {
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

.header_introduction_ img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_introduction_title_ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 49px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.main_introduction_page_ {
    max-width: 1200px;
    margin: 70px auto 0 auto;
}

.introduction_page_header_ {
    text-align: center;
    margin-bottom: 40px;
}

.introduction_page_header_ .title_ {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 9px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
}

.introduction_page_header_ .desc_ {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    margin-top: 20px;
}

.introduction_page_content_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.introduction_page_content_ img.introduction_page_content_img_ {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 420px;
    max-width: 100%;
}

.introduction_page_content_show_ {
    background-color: #fff;
    margin-top: -16%;
    width: 100%;
    height: auto;
    max-width: 980px;
    padding: 70px 0 0 0;
    text-align: center;
}

.introduction_page_content_show_ .header_ {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 32px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
}

.introduction_page_content_show_ .content_ {
    margin-top: 40px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #454545;
}

.introduction_page_content_show_ .end_ {
    margin-top: 60px;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #999999;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_strength_page_ {
    width: 100%;
    background-color: #f5f5f5;
    height: 100%;
    max-height: 520px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px;
}

.main_strength_page_ .strength_page_header_ {
    text-align: center;
}

.main_strength_page_ .strength_page_header_ .title_ {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 9px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
}

.main_strength_page_ .strength_page_header_ .desc_ {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    margin-top: 20px;
}

.strength_page_content_ {
    margin-top: 50px;
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    align-items: start;
    gap: 5%;
}

.strength_page_content_item_ {
    text-align: center;
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.strength_page_content_item_ img {
    width: 100%;
    max-width: 75px;
    height: 75px;
    object-fit: cover;
}

.strength_page_content_item_ .title_ {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    font-weight: bold;
}

.strength_page_content_item_ .desc_ {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #757575;
    text-align: center;
}

.main_advantage_page_ {
    width: 100%;
    height: 100%;
    max-height: 890px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 70px 0;
}

.advantage_page_header_ {
    text-align: center;
}

.advantage_page_header_ .title_ {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 9px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
}

.advantage_page_header_ .desc_ {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    margin-top: 20px;
}

.advantage_page_content_ {
    margin-top: 50px;
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.advantage_page_content_item_ {
    text-align: center;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.advantage_page_content_item_ img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.advantage_page_content_item_ .title_ {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 49px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
    margin-top: 20px;
}

.advantage_page_content_item_ .desc_ {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 26px;
    color: #757575;
}

.end_introduction_ {
    border-top: 1px solid #aaaaaa;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.end_introduction_area_ {
    display: flex;
    max-width: 1200px;
    justify-content: start;
    width: 100%;
    align-items: center;
    gap: 5%;
}

.end_introduction_ .start_ {
    font-size: 18px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 26px;
    color: #252525;
}

.end_introduction_ .middle_ {
    font-size: 16px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 26px;
    color: #757575;
}

.end_introduction_ .end_ {
    font-size: 18px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 26px;
    color: #252525;
}

/* w_sub_2브랜드소개.psd - brand_overview.php */
.header_brand_overview_ {
    width: 100%;
    height: 100%;
    position: relative;
    max-height: 250px;
    overflow: hidden;
}

.header_brand_overview_ img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.header_brand_overview_title_ {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 49px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
}

.main_brand_overview_page_ {
    max-width: 1200px;
    margin: 70px auto 0 auto;
}

.brand_overview_page_header_ {
    text-align: center;
    margin-bottom: 40px;
}

.brand_overview_page_header_ .title_ {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 9px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
}

.brand_overview_page_header_ .desc_ {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    margin-top: 20px;
}

.brand_overview_page_content_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 80px;
}

.brand_overview_page_content_ img.brand_overview_page_content_img_ {
    width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 420px;
    max-width: 100%;
}

.brand_overview_page_content_show_ {
    background-color: #fff;
    margin-top: -16%;
    width: 100%;
    height: auto;
    max-width: 980px;
    padding: 70px 0 0 0;
    text-align: center;
}

.brand_overview_page_content_show_ .header_ {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 32px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
}

.brand_overview_page_content_show_ .content_ {
    margin-top: 36px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #454545;
}

.brand_overview_page_content_show_ .end_ {
    margin-top: 60px;
    font-size: 14px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #999999;
    gap: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.main_efficacy_page_ {
    width: 100%;
    background-color: #f5f5f5;
    height: 100%;
    max-height: 660px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 100px;
}

.main_efficacy_page_ .efficacy_page_header_ {
    text-align: center;
}

.main_efficacy_page_ .efficacy_page_header_ .title_ {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 9px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
}

.main_efficacy_page_ .efficacy_page_header_ .desc_ {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    margin-top: 20px;
}

.efficacy_page_content_ {
    margin-top: 50px;
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.efficacy_page_content_item_ {
    text-align: center;
    width: 32%;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: start;
}

.efficacy_page_content_item_ img {
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 230px;
    object-fit: cover;
}

.efficacy_page_content_item_ .title_ {
    margin-top: 30px;
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    font-weight: bold;
}

.efficacy_page_content_item_ .desc_ {
    margin-top: 20px;
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #757575;
    text-align: start;
}

.main_management_page_ {
    width: 100%;
    height: 100%;
    max-height: 890px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 170px 0 180px;
}

.management_page_header_ {
    text-align: center;
}

.management_page_header_ .title_ {
    font-size: 24px;
    letter-spacing: -1px;
    line-height: 9px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
}

.management_page_header_ .desc_ {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 26px;
    color: #252525;
    margin-top: 20px;
}

.management_page_content_ {
    margin-top: 50px;
    display: flex;
    width: 100%;
    max-width: 1200px;
    justify-content: start;
    align-items: start;
    gap: 40px;
    flex-direction: column;
}

.management_page_content_item_ {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 50px;
}

.management_page_content_item_ img {
    width: 48%;
    height: auto;
    max-height: 280px;
    object-fit: cover;
}

.management_page_content_item_ .title_ {
    font-size: 20px;
    letter-spacing: -1px;
    line-height: 49px;
    text-transform: uppercase;
    color: #252525;
    font-weight: bold;
    margin-top: 20px;
    text-align: left;
}

.management_page_content_item_ .desc_ {
    margin-top: 10px;
    font-size: 16px;
    letter-spacing: -1px;
    text-align: left;
    line-height: 26px;
    color: #757575;
}

/* w_sub_4상품후기_1list.psd - products/reviews.php */
.main_products_reviews_page_ {
    max-width: 1200px;
    width: calc(100% - 60px);
    margin: 0 auto;
}

.products_reviews_page_header_ {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 50px 0 30px;
}

.products_reviews_page_header_ .title_ {
    font-size: 26px;
    letter-spacing: -1px;
    line-height: 16px;
    color: #252525;
    font-weight: bold;
    text-transform: uppercase;
}

.tool_right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.select_tool_right {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 35px;
    line-height: 32px;
    font-size: 14px;
}

.select_tool_right select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 0 15px;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    height: 37px;
    font-weight: 800;
    background: url(../img/sub/option_bar_btn_v2.png) no-repeat right 10px center;
}

.input_search_area_ {
    border: 1px solid #dcdcdc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ip_tool_right {
    width: 300px;
    height: 35px;
    padding: 0 15px;
    font-size: 16px;
    line-height: 32px;
    cursor: pointer;
    max-height: 32px;
    border: unset !important;
}

.btn_tool_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.btn_tool_right img {
    /* width: 60%; */
    height: auto;
    /* object-fit: cover */
}

.products_reviews_page_content_ {
    width: 100%;
    padding-bottom: 140px;
}

.products_reviews_page_content_ .table {
    width: 100%;
    border-collapse: collapse;
    border-top: 1px solid #454545;
    margin-top: 20px;
    margin-bottom: 50px;
}

.products_reviews_page_content_ .table tbody tr {
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
}

.products_reviews_page_content_ .table th {
    font-size: 16px;
    letter-spacing: -1px;
    line-height: 61px;
    color: #252525;
    font-weight: 500;
    text-align: center;
    background-color: #f6f6f6;
}

.products_reviews_page_content_ .table tr td {
    text-align: center;
}

.products_reviews_page_content_ .table tr td:nth-child(2) {
    text-align: left;
}

.products_reviews_page_content_ .table th,
.products_reviews_page_content_ .table td {
    height: 60px;
}

.next_prev_box ul li a.on {
    outline: solid 1px #31b23b !important;
    color: #31b23b;
}

@media screen and (max-width: 850px) {

    .tab_bar_item { 
        display: none;
    }
    /* w_sub_1회사소개.psd - introduction.php */
    .header_introduction_ {
        width: 100%;
        height: 100%;
        position: relative;
        max-height: 100%;
        overflow: hidden;
    }

    .header_introduction_ img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header_introduction_title_ {
        position: absolute;
        font-size: 1.5385rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .main_introduction_page_ {
        max-width: 1200px;
        margin: 2.6923rem auto 0 auto;
    }

    .introduction_page_header_ {
        text-align: center;
        margin-bottom: 1.9231rem;
    }

    .introduction_page_header_ .title_ {
        font-size: 1.3077rem;
        line-height: 1.3;
    }

    .introduction_page_header_ .desc_ {
        font-size: 1rem;
        line-height: 1.3;
        margin-top: 0.7692rem;
    }

    .introduction_page_content_ {
        padding-bottom: 3.0769rem;
    }

    .introduction_page_content_ img.introduction_page_content_img_ {
        width: 100%;
        height: auto;
        object-fit: unset;
        max-height: 15.7692rem;
        max-width: 100%;
    }

    .introduction_page_content_show_ {
        background-color: unset;
        margin-top: -34%;
        width: 100%;
        height: auto;
        max-width: 19.0769rem;
        padding: 2.1154rem 0 0 0;
        text-align: center;
    }

    .introduction_page_content_show_ .header_ {
        font-size: 1.3077rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .introduction_page_content_show_ .content_ {
        margin-top: 1.5385rem;
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #454545;
    }

    .introduction_page_content_show_ .end_ {
        margin-top: 2.1154rem;
        font-size: 0.9231rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #999999;
        gap: 0.5769rem;
    }

    .main_strength_page_ {
        width: 100%;
        background-color: #f5f5f5;
        height: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3.0769rem 2.3077rem;
    }

    .main_strength_page_ .strength_page_header_ {
        text-align: center;
    }

    .main_strength_page_ .strength_page_header_ .title_ {
        font-size: 1.3077rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .main_strength_page_ .strength_page_header_ .desc_ {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #252525;
        margin-top: 0.5769rem;
    }

    .strength_page_content_ {
        margin-top: 2.3077rem;
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        align-items: start;
        gap: 1.9231rem;
    }

    .strength_page_content_item_ {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .strength_page_content_item_ img {
        width: 4.2308rem;
        height: 4.4231rem;
        max-width:  4.2308rem;
        height: 4.4231rem;
        object-fit: unset;
    }

    .strength_page_content_item_ .title_ {
        margin-top: 1.1538rem;
        font-size: 1.1538rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .strength_page_content_item_ .desc_ {
        margin-top: 0.5769rem;
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #757575;
        text-align: center;
    }

    .main_advantage_page_ {
        width: 100%;
        height: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3.2308rem 0;
        width: -webkit-calc(100% - 1.875rem);
        margin: 0 auto;
    }

    .advantage_page_header_ {
        text-align: center;
    }

    .advantage_page_header_ .title_ {
        font-size: 1.3077rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .advantage_page_header_ .desc_ {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #252525;
        margin-top: 0.3846rem;
    }

    .advantage_page_content_ {
        margin-top: 1.5385rem;
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 3rem;
    }

    .advantage_page_content_item_ {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .advantage_page_content_item_ img {
        width: 100%;
        height: auto;
        object-fit: unset;
    }

    .advantage_page_content_item_ .title_ {
        font-size: 1.1538rem;
        letter-spacing: -1px;
        line-height: 1.3;
        margin-top: 1.3462rem;
    }

    .advantage_page_content_item_ .desc_ {
        margin-top: 0.9615rem;
        font-size: 1rem;
        letter-spacing: -1px;
        text-align: left;
        line-height: 1.3;
        color: #757575;
    }

    .end_introduction_ {
        border-top: 0.0769rem solid #aaaaaa;
        height: 3.8462rem;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

    .end_introduction_area_ {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        padding: 0 1.1538rem;
        justify-content: start;
        width: 100%;
        align-items: center;
        gap: 1.3462rem;
    }

    .end_introduction_ .start_ {
        font-size: 0.9231rem;
        letter-spacing: -1px;
        text-align: left;
        line-height: 1;
        color: #252525;
    }

    .end_introduction_ .middle_ {
        font-size: 0.9231rem;
        letter-spacing: -1px;
        text-align: left;
        line-height: 1;
        color: #757575;
    }

    .end_introduction_ .end_ {
        font-size: 0.9231rem;
        letter-spacing: -1px;
        text-align: left;
        line-height: 1;
        color: #252525;
    }

    /* w_sub_2브랜드소개.psd - brand_overview.php */
    .header_brand_overview_ {
        width: 100%;
        height: 100%;
        position: relative;
        max-height: 100%;
        overflow: hidden;
    }

    .header_brand_overview_ img {
        width: 100%;
        height: 100%;
        object-fit: unset;
    }

    .header_brand_overview_title_ {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 1.5385rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .main_brand_overview_page_ {
        max-width: 1200px;
        margin: 2.8846rem auto 3.2692rem auto;
    }

    .brand_overview_page_header_ {
        text-align: center;
        margin-bottom: 2.1154rem;
    }

    .brand_overview_page_header_ .title_ {
        font-size: 1.3077rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .brand_overview_page_header_ .desc_ {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #252525;
        margin-top: 0.7692rem;
    }

    .brand_overview_page_content_ {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding-bottom: 0;
    }

    .brand_overview_page_content_ img.brand_overview_page_content_img_ {
        width: 100%;
        height: auto;
        object-fit: unset;
        max-height: 15.7692rem;
        max-width: 100%;
    }

    .brand_overview_page_content_show_ {
        background-color: unset;
        margin-top: -34%;
        width: 100%;
        height: auto;
        max-width: 19.0769rem;
        padding: 2.1154rem 0 0 0;
        text-align: center;
    }

    .brand_overview_page_content_show_ .header_ {
        font-size: 1.3077rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .brand_overview_page_content_show_ .content_ {
        margin-top: 1.7308rem;
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }


    .main_efficacy_page_ {
        width: 100%;
        background-color: #f5f5f5;
        height: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3.0769rem 0;
    }

    .main_efficacy_page_ .efficacy_page_header_ {
        text-align: center;
        width: -webkit-calc(100% - 1.875rem);
        margin: 0 auto;
    }

    .main_efficacy_page_ .efficacy_page_header_ .title_ {
        font-size: 1.3077rem;
        letter-spacing: -1px;
        line-height: 1.3;
        text-transform: uppercase;
        color: #252525;
        font-weight: bold;
    }

    .main_efficacy_page_ .efficacy_page_header_ .desc_ {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #252525;
        margin-top: 0.3846rem;
    }

    .efficacy_page_content_ {
        display: flex;
        width: 100%;
        max-width: 100%;
        justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 2.5rem;
        width: -webkit-calc(100% - 1.875rem);
        margin: 1.9231rem auto 0;
    }

    .efficacy_page_content_item_ {
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .efficacy_page_content_item_ img {
        width: 100%;
        max-width: 100%;
        height: auto;
        max-height: 15.3846rem;
        object-fit: unset;
    }

    .efficacy_page_content_item_ .title_ {
        margin-top: 0.9615rem;
        font-size: 1.1538rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #252525;
        font-weight: bold;
    }

    .efficacy_page_content_item_ .desc_ {
        margin-top: 0.7692rem;
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #757575;
        text-align: start;
    }

    .main_management_page_ {
        width: 100%;
        height: 100%;
        max-height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 3.8462rem 0 6.9231rem;
    }

    .management_page_header_ {
        text-align: center;
    }

    .management_page_header_ .title_ {
        font-size: 1.3077rem;
        letter-spacing: -1px;
        line-height: 1.3;
    }

    .management_page_header_ .desc_ {
        font-size: 1rem;
        letter-spacing: -1px;
        line-height: 1.3;
        color: #252525;
        margin-top: 0.3846rem;
    }

    .management_page_content_ {
        margin-top: 1.9231rem;
        display: flex;
        width: 100%;
        max-width: 1200px;
        justify-content: start;
        align-items: start;
        flex-direction: column;
        gap: 2.5385rem;
        flex-direction: column;
        width: -webkit-calc(100% - 1.875rem);
        margin: 0 auto;
        margin-top: 1.9231rem;
    }

    .management_page_content_item_ {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: start;
        align-items: center;
        flex-direction: column;
        gap: 0.9231rem;
    }

    .management_page_content_item_ img {
        width: 100%;
        height: auto;
        max-height: 100%;
        object-fit: unset;
    }

    .management_page_content_item_ .title_ {
        font-size: 1.1538rem;
        letter-spacing: -1px;
        line-height: 1.3;
        text-transform: uppercase;
        color: #252525;
        font-weight: bold;
        margin-top: 0;
        text-align: left;
    }

    .management_page_content_item_ .desc_ {
        margin-top: 0.3846rem;
        font-size: 1rem;
        letter-spacing: -1px;
        text-align: left;
        line-height: 1.3;
        color: #757575;
    }
}