/* Extracted from the original slimminggogroup.com markup. Generated by tools/convert.mjs. */

    .breadcrumbs-area {
        display: none;
    }

    #pageTitle .page-title {
        position: relative;
        text-align: left;
        padding-top: var(--top-tit-margin);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    #pageTitle .bg_dark .title-content h1 {
        color: #fff
    }

    #pageTitle .page-title p {
        color: #fff;
        font-size: 16px;
        line-height: 1.7;
    }

    #pageTitle .title-content {
        max-width: var(--container-width);
        margin: auto;
        height: inherit;
        width: 90%;
        display: flex;
        justify-content: center;
    }

    #pageTitle .title-content h1 {
        color: var(--color-text);
        font-size: var(--f80);
        line-height: 1;
    }

    #pageTitle .title-content p {
        margin-top: 20px;
    }

    #pageTitle .title-content>div {
        position: relative;
        z-index: 1;
        display: flex;
        flex-direction: column;
        justify-content: center;
        height: 100%;
    }

    #pageTitle .title-center {
        justify-content: center;
    }

    #pageTitle .title-end {
        justify-content: flex-end;
    }

    #pageTitle .title-center>.title-content {
        justify-content: center;
    }

    #pageTitle .title-center>.title-content h1 {
        text-align: center;
    }

    #pageTitle .title-center>.title-content p {
        text-align: center;
    }

    #pageTitle .title_right>.title-content {
        justify-content: end;
    }

    #pageTitle .title_right>.title-content h1 {
        text-align: right;
    }

    #pageTitle .title_right>.title-content p {
        text-align: right;
    }

    #pageTitle .h1-white>.title-content h1 {
        color: var(--color-white);
    }

    #pageTitle .p-white>.title-content p {
        color: var(--color-white);
        max-width: 80vw
    }

    #pageTitle .page-title .submenu-items {
        display: flex;
        max-width: var(--container-width);
        margin: 0 auto;

        position: absolute;
        bottom: -35.37px;
        left: 50%;
        width: 100%;
        transform: translateX(-50%);
        z-index: 111;
    }

    #pageTitle .page-title .submenu-items a {
        text-align: center;
        display: block;
        background-color: #111111;
        color: #fff;
        padding: 22px 0;
        font-weight: 600;
        font-size: 17px;
    }

    #pageTitle .page-title .submenu-items a.active,
    #pageTitle .page-title .submenu-items a:active,
    #pageTitle .page-title .submenu-items a:hover {
        background-color: var(--color-primary)
    }

    /* Desktop ( 1024px ~)*/
    @media all and (min-width:1024px) {}

    /* Laptop ( 1024px ~ 1300px)*/
    @media all and (min-width:1024px) and (max-width:1200px) {}

    /* Tablet ( 768px ~ 1023px)*/
    @media all and (min-width:768px) and (max-width:1023px) {
      

        #pageTitle .page-title p {
            font-size: 14px;
        }

        #pageTitle .title-content>div:first-child {
            width: 70%;
        }

        #pageTitle .title-content>div img {
            width: 75%;
            margin: 0 auto;
        }
    }

    /* Mobile ( ~ 767px)*/
    @media all and (max-width:767px) {
        #pageTitle .title-content {
            flex-direction: column;
            justify-content: center;
        }

        #pageTitle .page-title {
            height: 100%;
        }

        #pageTitle .title-content h1 {
            font-size: 36px;
        }

        #pageTitle .page-title p {
            margin-top: 10px;
            font-size: 14px;
        }

        #pageTitle .page-title .submenu-items a {
            font-size: 14px;
            padding: 15px 0;
        }

        #pageTitle .title-content>div {
            display: block;
            height: auto;
            text-align: center;
        }

        #pageTitle .title-content>div img {
            display: none;
        }
    }



    .breadcrumbs-area {
        height: 70px;
        background: #fff;
        border-bottom: 1px solid #e5e5e5;
    }

    .breadcrumbs {
        display: flex;
        align-items: center;
        height: 100%;
    }

    .breadcrumbs>* {
        align-items: center;
        height: 100%;
        display: flow-root;
    }

    .breadcrumbs .home::after,
    .breadcrumbs .dropdown::after {
        content: '';
        display: inline-block;
        width: 1px;
        height: 30%;
        background-color: #aaa;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }

    .breadcrumbs .dropdown:last-child::after {
        display: none;
    }

    .breadcrumbs .dropdown {
        position: relative;
    }

    .breadcrumbs .dropdown-select-button {
        height: 100%;
    }

    .breadcrumbs .home {
        display: flex;
        align-items: center;
        height: 100%;
        font-size: 15px;
        color: #666;
        position: relative;
        padding-right: 30px;
    }

    .breadcrumbs .home img {
        width: 17px;
        margin-right: 40px;
        height: 100%;
    }

    .breadcrumbs .dropdown-select {
        height: 100%;
    }

    .breadcrumbs .dropdown .dropdown-select-button {
        border: 0;
        padding: 0 25px;
    }

    .breadcrumbs .dropdown .dropdown-select-button span {
        font-size: 16px;
    }

    .breadcrumbs .dropdown .dropdown-select-button span:first-child {
        min-width: 150px;
        text-align: left;
        color: #666;
    }

    .breadcrumbs .dropdown:last-child .dropdown-select-button span:first-child {
        font-weight: 600;
        color: var(--color-primary);
    }

    .breadcrumbs .dropdown .dropdown-content li {
        padding: 12px;
    }


    /* Desktop ( 1024px ~)*/
    @media all and (min-width:1024px) {}

    /* Laptop ( 1024px ~ 1300px)*/
    @media all and (min-width:1024px) and (max-width:1300px) {}

    /* Tablet ( 768px ~ 1023px)*/
    @media all and (min-width:768px) and (max-width:1023px) {}

    /* Mobile ( ~ 767px)*/
    @media all and (max-width:767px) {
        .title-banner {
            height: 20vh;
        }

        .breadcrumbs-area {
            height: 50px;
        }

        .breadcrumbs {
            width: 100%;
        }

        .breadcrumbs>*::after {
            margin-left: 25px;
        }

        .breadcrumbs .home {
            padding-left: 25px;
        }

        .breadcrumbs .home img {
            width: 14px;
            margin-right: 20px;
        }

        .breadcrumbs .dropdown .dropdown-select-button {
            padding: 0 25px;
        }

        .breadcrumbs .dropdown .dropdown-select-button span:first-child {
            min-width: unset
        }

        .breadcrumbs .dropdown {
            display: none;
        }

        .breadcrumbs .dropdown:last-child {
            display: block;
            width: 100%;
        }
    }



    .search-box {
        display: flex;
        column-gap: 10px;
    }

    .search-box .search-category {
        min-width: 100px;
    }

    .search-box .dropdown-select .dropdown-select-value {
        white-space: nowrap;
    }

    .search-box .dropdown-content>ul {
        overflow: hidden;
        overflow-y: overlay;
        max-height: 250px;
        margin: 0;
    }

    .search-box .search-input {
        width: 100%;
        flex: 1;
        position: relative;
    }

    .search-box .search-input .search-value {
        padding-right: 40px;
    }

    .search-box .search-input .search-button {
        cursor: pointer;
        position: absolute;
        right: 18px;
        top: 50%;
        width: 20px;
        height: 20px;
        transform: translateY(-50%);
        background-image: url(/assets/images/icons/search.svg);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 15px;
    }

    /* Desktop ( 1024px ~)*/
    @media all and (min-width:1024px) {
        .search-box {
            max-width: var(--search-box-max-width);
        }
    }

    /* Laptop ( 1024px ~ 1440px)*/
    @media all and (min-width:1024px) and (max-width:1440px) {}

    /* Tablet ( 768px ~ 1023px)*/
    @media all and (min-width:768px) and (max-width:1023px) {}

    /* Mobile ( ~ 767px)*/
    @media all and (max-width:767px) {
        .search-box .search-input {
            max-width: unset;
        }
    }



    .sr-only {
        position: absolute;
        /* 부모는 자식을 찾을 수 없음 */
        z-index: -100;
        /*밑으로 내려감*/
        width: 1px;
        /*0을 주면 스크린 리더가 읽지 않음*/
        height: 1px;
        /*0을 주면 스크린 리더가 읽지 않음*/
        overflow: hidden;
        /*컨텐츠가 이요소보다 크면 가려줌*/
        opacity: 0;
        /*투명도 0처리*/
    }

    .pagenation-arrow img {
        width: 15px;
    }

    .go-prev .pagenation-arrow img {
        transform: rotate(180deg);
    }

    .pagination-area {
        margin: auto;
        margin-top: 60px;
        max-width: 500px;
    }

    .pagination-area .pagination {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .pagination-area .pagination .page-item {
        display: flex;
        align-items: center;
    }

    .pagination-area .pagination .page-item button,
    .pagination-area .pagination .page-item span {
        background-color: transparent;
        border: 0;
        font-size: 17px;
        color: #aaa;
        padding: 0 5px;
        margin: 0 10px;
    }

    .pagination-area .pagination .page-item.active button {
        color: var(--color-primary);
        font-weight: 600;
        border-bottom: 2px solid var(--color-primary);
    }

    .pagination-area .pagination .page-item .pagenation-arrow {
        display: flex;
    }

    /* Desktop ( 1024px ~)*/
    @media all and (min-width:1024px) {}

    /* Laptop ( 1024px ~ 1200px)*/
    @media all and (min-width:1024px) and (max-width:1200px) {}

    /* Tablet ( 768px ~ 1023px)*/
    @media all and (min-width:768px) and (max-width:1023px) {}

    /* Mobile ( ~ 767px)*/
    @media all and (max-width:767px) {

        .pagination-area .pagination .page-item button,
        .pagination-area .pagination .page-item span {
            font-size: 14px;
        }
    }
