@charset "utf-8";

.cateFv {
    background: var(--color-gen-brand-yellow-yellow-50-light3, #FFE687);
    background-image: url(../img/other/C_men.png);
    background-repeat: no-repeat;
    background-position: 75% 100%;
    padding: 28px 0;
}

.cateFv__innerBox {
    display: flex;
    align-items: center;
    margin-bottom: 12px;
}

.cateFv__innerImage {
    background-color: #fff;
    width: 90px;
    height: 90px;
    min-width: 90px;
    text-align: center;
    align-content: center;
    border: 4px solid #FDF0BB;
    border-radius: 50%;
    margin-right: 12px;
}

.cateFv__innerImageContent {
    width: 48px;
    height: 48px;
}

.cateFv__innerTitle {
    font-size: 26px;
    line-height: 150%;
    letter-spacing: 1.3px;
}

.cateFv__innerTitleBold {
    font-size: 32px;
}

.childCateFv__innerTitleThin {
    line-height: 150%;
    margin: 0 16px 0 0;
}

.childCateFv__innerTitlePages {
    line-height: 150%;
}

.cateFv__innerText {
    font-weight: 300;
    line-height: 170%;
}

.childCateList {
    display: flex;
    margin: 52px auto;
    height: 108px;
    justify-content: space-between;
}

.childCateList__inner {
    position: relative;
    display: flex;
    width: 22%;
    min-height: 70px;
    padding: 18px var(--spacing-s4, 16px);
    justify-content: center;
    align-items: center;
    gap: var(--spacing-s1_5, 6px);
    align-self: stretch;
    border-radius: var(--border-radius-m, 6px) 0px 0px var(--border-radius-m, 6px);
    background: var(--color-gen-accent-emphasis-primary, #1C5A95);
    color: var(--color-text-white, #FFF);
}


.childCateList__inner::after {
    position: absolute;
    right: -15px;
    content: url(../img/svg-icon/Polygon78.svg);
    width: 15px;
    height: 8px;
}


.childCateList__innerTitle {
    display: flex;
    gap: 6px;
    font-weight: 600;
    line-height: 150%;
}

.childCateList__innerTitle::before {
    content: "";
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    background-image: url(../img/svg-icon/help.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

.childCateList__list {
    display: flex;
    width: 75%;
    padding: var(--spacing-s2, 8px) 0px;
    align-items: center;
    align-content: center;
    gap: var(--spacing-s3, 12px) var(--spacing-s5, 20px);
    flex-wrap: wrap;
}

.childCateList__listItem {
    display: flex;
    position: relative;
    height: 40px;
    min-width: 230px;
    padding: 0 0 0 12px;
    align-items: center;
    border-radius: var(--border-radius-m, 6px);
    border: 1px solid var(--color-gen-component-border-light, #E9E9ED);
    background: #FFF;
}

.childCateList__listItem::before {
    content: url(../img/svg-icon/circle.svg);
    width: 16px;
    height: 16px;
    margin: 0 6px 0 0;
}

.childCateList__listItemImage {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 30px;
    height: 40px;
    align-content: center;
    text-align: center;
    border-radius: 0px var(--border-radius-m, 6px) var(--border-radius-m, 6px) 0px;
    background: var(--color-navy-30, #C6DDF3);
}

.childCateFv__innerBox {
    display: flex;
    align-items: center;
    margin: 0 0 12px;
}

.childCateFv__innerTitle {
    display: flex;
    flex-wrap: wrap;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: 1px;
    align-items: flex-end;
}

.childCateFv__innerImage {
    width: 48.6px;
    height: 48.6px;
    margin: 0 12px 0 0;
}

.childcateFv__innerImageContent {
    width: 100%;
    height: 100%;
}

.childCateFv__innerTitleBold {
    font-size: 32px;
    line-height: 150%;
    letter-spacing: 1.6px;
}

.childCateFv {
    display: flex;
    padding: 0 20px;
    border-bottom: 2px solid var(--color-gen-component-border-light, #E9E9ED);
}

.childCateFv__inner {
    padding: 32px;
}

.childCateFv__innerText {
    color: var(--color-text-black-primary, #252526);
    font-weight: 300;
    line-height: 170%;
}

.contentList__cateTitleCircle img {
    width: 24px;
    height: 24px;
}

.contentList.child {
    margin: 0 0 36px 0;
}

@media screen and (max-width: 767px){
    .cateFv {
        background-position: 94% 166%;
    }

    .cateFv__innerBox {
        justify-content: center;
    }


    .cateFv__innerImage {
        width: 60px;
        height: 60px;
        min-width: 60px;
        margin-right: 6px;
    }

    .cateFv__innerImageContent {
        width: 32.4px;
        height: 32.4px;
    }

    .cateFv__innerTitle {
        align-items: flex-end;
        font-size: 18px;
    }

    .cateFv__innerTitleBold {
        font-size: 26px;
        line-height: 150%;
        letter-spacing: 1.6px;
    }


    .cateFv__innerText {
        font-size: 16px;
        width: 259px;
    }

    .childCateFv__inner {
        padding: 4px 16px 24px;
        border-bottom: 2px solid var(--color-gen-component-border-light, #E9E9ED);
        margin: 0 0 28px;
    }

    .childCateList {
        display: block;
        height: unset;
        margin: 48px auto;
    }

    .childCateFv {
        border-bottom: unset;
    }

    .childCateList__inner {
        display: flex;
        width: 343px;
        min-height: unset;
        padding: var(--spacing-s2, 8px) var(--spacing-s4, 16px);
        justify-content: center;
        align-items: center;
        gap: var(--spacing-s1_5, 6px);
        border-radius: 99px;
        background: var(--color-gen-accent-emphasis-primary, #1C5A95);
    }


    .childCateList__inner::after {
        right: unset;
        transform: rotate(90deg);
        bottom: -11px;
    }


    .childCateList__innerTitle {
        display: flex;
        font-size: 14px;
        gap: 6px;
        align-items: center;
    }

    .childCateList__innerTitle::before {
        width: 20px;
        height: 20px;
        min-width: 20px;
        min-height: 20px;
    }

    .childCateList__list {
        display: flex;
        padding: 24px 0px 16px;
        justify-content: center;
        align-items: center;
        align-content: center;
        gap: var(--spacing-s2, 8px) var(--spacing-s1_5, 6px);
        align-self: stretch;
        flex-wrap: wrap;
        width: 100%;
    }

    .childCateList__listItem {
        display: flex;
        width: 160px;
        font-size: 14px;
        min-width: unset;
        padding-left: var(--spacing-s2, 8px);
        align-items: center;
        gap: var(--spacing-s0_5, 2px);
        flex-shrink: 0;
        align-self: stretch;
    }

    .childCateList__listItem::before {
        content: unset;
    }

    .childCateFv__innerBox {
        justify-content: center;
    }

    .childCateFv__innerTitle {
        font-size: 18px;
    }

    .childCateFv__innerImage {
        width: 32px;
        height: 32px;
        margin: 0 6px 0 0;
    }

    .childCateFv__innerTitleBold {
        font-size: 28px;
    }

    .childCateFv__innerText {
        font-size: 16px;
    }

    .childCateList__listItemImage {
        width: 20px;
        height: 40px;
    }

}

@media screen and (max-width: 357px) {
    .childCateList__list li {
        width: 100%;
    }

    .childCateList__listItem{
        width: 100%;
    }

}