.footerOne::before {
    background: #fff;
}

body {
    padding-top: 6.25rem;
}

.ProductList {
    width: 100%;
    padding: 3.75rem 0 6.25rem;
    background: #f7f7f7;
}

.ProductList .ProductList_cen {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ProductClass {
    width: 21.875rem;
    background: #fff;
    padding: 2.5rem 1.875rem 3.75rem;
    height: 100%;
    position: sticky;
    left: 0;
    top: 100px;
}

.ProductClass .ProductClass_title {
    font-size: 1.375rem;
    line-height: 1;
    font-family: "Gotham_Medium";
    font-weight: bold;
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #e6e6e6;
}

.ProductClass .ProductClass_list {
    width: 100%;
}

.ProductClass .ProductClass_list .ProductClass_box {
    border-bottom: 1px solid #e6e6e6;
    padding: 1rem 0 .875rem;
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    cursor: pointer;
}

.ProductClass_box::after {
    content: '';
    width: 0%;
    height: 1px;
    background: #e6e6e6;
    position: absolute;
    left: 0;
    bottom: 0px;
    transition: all 0.5s ease;
}

.ProductClass_box.active::after {
    width: 100%;
    background: #00b7ee;
}

.ProductClass .ProductClass_list .ProductClass_box h6 {
    font-size: 1.125rem;
    line-height: 1.375rem;
    font-family: "Gotham_Medium";
    color: #041830;
}

.ProductClass .ProductClass_list .ProductClass_box.active h6 {
    color: #00b7ee;
}

.ProductList_Har {
    width: calc(100% - 24.375rem);
}

.ProductList_Har .ProductList_class {
    width: 100%;
}

.ProductList_Har .ProductListBox {
    padding-top: 1.875rem;
    width: 100%;
}

.ProductList_Har .ProductListBox:first-child {
    padding-top: 0;
}

.ProductListBox_title {
    font-size: 1.875rem;
    line-height: 1;
    font-family: "Gotham_Medium";
    font-weight: bold;
    width: 100%;
    padding-top: .5rem;
}

.ProductListBox_dose {
    font-size: 1.125rem;
    line-height: 1.5625rem;
    font-family: "Gotham_Rounded";
    color: #041830;
    margin-top: 1rem;
}

.ProductListBox_bom {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 1.25rem;
    border-bottom: 1px solid #cccccc;
}

.ProductListBox_bom .ProductListBox_box {
    width: 31.25%;
    background: #fff;
    margin-bottom: 1.25rem;
}

.ProductListBox_bom .ProductListBox_box .ProductListBox_box_prc {
    width: 100%;
    aspect-ratio: 5/4;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.ProductListBox_bom .ProductListBox_box .ProductListBox_box_prc img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.3s ease;
}

.ProductListBox_bom .ProductListBox_box:hover .ProductListBox_box_prc img {
    transform: scale(1.1);
}

.ProductListBox_bom .ProductListBox_box .ProductListBox_box_tit {
    font-size: 1.25rem;
    line-height: 1.375rem;
    font-family: "Gotham_Medium";
    font-weight: bold;
    color: #1a1a1a;
    margin-top: .875rem;
    padding: 0 1.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ProductListBox_bom .ProductListBox_box .ProductListBox_box_dose {
    font-size: 1rem;
    line-height: 1.25rem;
    font-family: "Gotham_Rounded";
    color: #041830;
    padding: .5rem 1.25rem 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.ProductListBox_bom .ProductListBox_box .ProductListBox_box_more {
    display: flex;
    justify-content: flex-end;
    padding: .75rem 1.25rem 1.25rem;
}

.ProductListBox_bom .ProductListBox_box .ProductListBox_box_more p {
    width: 6.875rem;
    height: 1.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00b7ee;
    color: #00b7ee;
    font-family: "Gotham_Rounded";
    font-size: .875rem;
    transition: all 0.3s ease;
}

.ProductListBox_bom .ProductListBox_box:hover .ProductListBox_box_more p {
    background: #00b7ee;
    color: #fff;
}

@media (max-width: 1300px) {
    .ProductList {
        padding: 3rem 0 5rem;
    }

    .ProductClass {
        padding: 1.5rem 1.5rem 2rem;
    }

    .ProductClass .ProductClass_title {
        font-size: 1.25rem;
    }

    .ProductListBox_title {
        font-size: 1.5rem;
    }

    .ProductListBox_bom .ProductListBox_box .ProductListBox_box_tit {
        font-size: 1.125rem;
        padding: 0 .75rem;
    }

    .ProductListBox_bom .ProductListBox_box .ProductListBox_box_dose {
        padding: 0.5rem .75rem 0;
        -webkit-line-clamp: 3;
    }
}

@media (max-width: 999px) {
    .ProductList {
        padding: 2rem 0 3rem;
    }

    .ProductClass {
        padding: 1rem;
        width: 17rem;
    }

    .ProductList_Har {
        width: calc(100% - 19rem);
    }

    .ProductListBox_dose {
        font-size: 1rem;
        line-height: 1.5;
    }

    .ProductClass .ProductClass_list .ProductClass_box {
        padding: .75rem 0.5rem;
    }

    .ProductListBox_bom {
        margin-top: 1rem;
        padding-bottom: 1rem;
    }

    .ProductList_Har .ProductListBox {
        padding-top: 1rem;
    }

    .ProductListBox_bom .ProductListBox_box .ProductListBox_box_tit {
        font-size: 1rem;
    }

    .ProductListBox_bom .ProductListBox_box .ProductListBox_box_dose {
        font-size: .875rem;
        line-height: 1.3;
    }

    .ProductListBox_bom .ProductListBox_box {
        margin-bottom: 1rem;
    }
}

@media (max-width: 888px) {
    .ProductList .ProductList_cen {
        flex-direction: column;
    }

    .ProductList_Har {
        width: 100%;
    }

    .ProductClass {
        width: 100%;
        position: relative;
        top: 0;
        margin-bottom: 1.25rem;
    }

    .ProductList {
        padding: 1rem 0 2rem;
    }

}

@media (max-width: 768px) {
    .ProductListBox_bom .ProductListBox_box:nth-child(n) {
        width: 49%;
        margin-right: 0;
    }

    .ProductListBox_bom .ProductListBox_box .ProductListBox_box_prc {
        max-height: 18.75rem;
    }
}

@media (max-width: 520px) {
    .ProductListBox_bom .ProductListBox_box:nth-child(n) {
        width: 100%;
    }

}