body div#container * {
    font-family: 'Spoqa Han Sans Neo', sans-serif;
}

section article {
    width: 1280px;
}

.of-orange {
    color: #FF6A13;
}

.of-blue {
    color: #0072CE;
}

.banner-box {
    width: 100%;
    height: 550px;
}

.banner-img-box img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.banner-text-box {
    position: absolute;
    width: 100%;
    height: 100%;
}

.banner-text-box h1 {
    color: white;
    font-family: 'NotoSansKR', 'MalgunGothic', dotum, sans-serif !important;
    font-size: 2.7rem;
    text-align: center;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 252px;
    text-shadow: 0px 1px 2px #000;
}

.category-container {
    text-align: left;
    padding-top: 40px;
    margin-left: 1%;
}

.category-box h1 {
    font-size: 1.7rem;
    padding-bottom: 10px;
    font-weight: bold;
}

.category-box h3 {
    font-size: 1rem;
    font-weight: 300;
    font-family: 'Montserrat', 'Noto Sans', 'Noto Sans KR', sans-serif;
    letter-spacing: 6px;
    padding-top: 10px;
    padding-bottom: 10px;
}


.nav-btn-container {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 1%;
}

.nav-btn-box {
    margin-right: 12px;
}

.nav-btn-box .active {
    color: #FFF;
    background-color: #FF6A13;
}

.nav-btn {
    width: 106px;
    height: 42px;
    box-sizing: border-box;
    border-radius: 21px;
    background-color: #F2F2F2;
    line-height: 42px;
    font-size: 1rem;
    font-weight: bold;
    font-family: 'NanumSquareRound', sans-serif !important;
}

.nav-btn:hover {
    cursor: pointer;
}

.content-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.content-box {
    display: flex;
    flex-direction: column;
    width: 23%;
    margin: 1%;
}

.product .content-box {
    width: 30%;
    margin: 1.5%;
}

.product .content-box:nth-child(3n) {
    margin-left: 2%;
    margin-right: 1.25%;
}

.product .content-box:nth-child(3n+1) {
    margin-left: 1.25%;
    margin-right: 2%;
}

.product .content-box:nth-child(3n+2) {
    margin-left: 1.25%;
    margin-right: 1.25%;
}

.content-box:hover {
    cursor: pointer;
}

.content-box img {
    width: 100%;
    aspect-ratio: 1/1;
    border-radius: 20px;
}

.content-text-box {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-top: 15px;
}

.content-text-box h4 {
    text-align: left;
    font-size: 16.5px;
    font-weight: normal;
    color: #808080;
    font-family: 'NotoSansKR', 'MalgunGothic', dotum, sans-serif !important;
}

.content-text-box h3 {
    text-align: left;
    font-size: 18px;
    font-weight: 700;
    margin-top: 8px;
    color: #000;
    font-family: 'NotoSansKR', 'MalgunGothic', dotum, sans-serif !important;
}

.content-text-box .content-price-box {
    display: flex;
    flex-direction: column;
    justify-content: end;
    flex: 1;
}

.content-text-box p {
    bottom: 0px;
    text-align: right;
    margin-top: 15px;
    font-size: 14px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif !important;
}

.content-text-box p span {
    position: initial;
    float: initial;
    margin-right: initial;
    font-size: 18px;
    font-weight: bold;
    font-family: "Montserrat", sans-serif !important;
}

.more-btn-container {
    margin-top: 30px;
    margin-bottom: 30px;
}

.more-btn-container .nav-btn {
    text-align: center;
    width: 139px;
    height: 46px;
    line-height: 46px;
    border-radius: 23px;
    margin: 0 auto;
    font-size: 17px;
    letter-spacing: 1px;
}

section.product {
    padding-bottom: 5rem;
}

/* footer */
footer.bg-lgray {
    background-color: #F2F2F2;
}

.no-remains {
    display: none;
    pointer-events: none;
}

.no-remains:hover {
    cursor: default !important;
}

.no-product{
    width: 100%; 
    margin: 9rem;
}

.no-product-font{
    font-size: 2rem;
}