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

        section article {
            width: 1280px;
        }

        .of-orange {
            color: #FF6A13;
        }

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

        .category-container {
            text-align: left;
            padding-top: 80px;
            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: 10px;
        }

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

        .nav-btn {
            width: 96px;
            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%;
        }

        .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: 60px;
        }

            .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: 80px;
        }

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

        .temp {
            position: fixed;
            bottom: 15px;
            right: 15px;
            width: 40px;
            height: 40px;
            background-color: #FF6A13;
            color: #fff;
            font-size: 10px;
            line-height: 40px;
            border-radius: 20px;
            text-align: center;
        }

        .hide {
            display: none;
        }

        .no-remains {
            display: none;
        }

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