@charset "UTF-8";
/* hanbom.com _ DA _ name _ 20240823 */

/* for Developer */
.pagination {
    margin-top: 40px;
    text-align: center;
    gap: 12px;
}

.board.util {
    padding-top: 0px;
}

.pagination li.on span{
    background: #000;
    color:#fff;
}

input[type="text"] , input[type="password"] {
    font-size: 16px;
    letter-spacing: inherit;
    line-height: 1.3;
    font-weight: 500;
    outline: none;
    border: 0;
    border-radius: 0;
    padding: 4px 20px 0;
    width: 100%;
    height: var(--text);
}


/*@media all and (max-width: 960px){*/
/*    .bottom-fixed-cs .footer-cs-form fieldset > .pack-both,*/
/*    .bottom-fixed-cs .footer-cs-form .field.pack-left		{gap: 8px;}*/
/*    */
/*    .bottom-fixed-cs .footer-cs-form .field.pack-left		{width: calc(100%  - 10px);}*/
/*}*/

/*@media (max-width: 960px) {*/
/*    .bottom-fixed-cs .footer-cs-form fieldset > .pack-both, .bottom-fixed-cs .footer-cs-form .field.pack-left {*/
/*        gap: 4px;*/
/*    }*/
/*}*/


/*@media (max-width: 768px) {*/
/*    .bottom-fixed-cs .footer-cs-form .input-text, .bottom-fixed-cs .footer-cs-form .select {*/
/*        width: calc((100% - 8px) / 3);*/
/*    }*/
/*    .bottom-fixed-cs .footer-cs-form .agree{*/
/*        width: 100%;*/
/*    }*/



/*    .bottom-fixed-cs .footer-cs-form .input-text, .bottom-fixed-cs .footer-cs-form .select {*/
/*        width: calc((100% - 172px -(16px* 3)) / 3);*/
/*        font-size: clamp(10px, 2.802vw, 14px);*/
/*    }*/



/*}*/

/*#btn-mobile-submit-btn{display:none;}*/

/*@media (max-width: 430px) {*/
/*    #botton-cs-fixed.bottom-fixed-cs .footer-cs-form .agree {*/
/*        flex-direction: row;*/
/*        align-items: flex-start;*/
/*    }*/
/*}*/



/*#botton-cs-fixed.bottom-fixed-cs .footer-cs-form .btn.btn-mobile{*/
/*    display:none;*/
/*}*/

/*@media (max-width: 960px) {*/
/*  */
/*    #botton-cs-fixed.bottom-fixed-cs .footer-cs-form .btn.btn-mobile{*/
/*        display:block;*/
/*        width:50%;*/
/*    }*/

/*    #botton-cs-fixed.bottom-fixed-cs .footer-cs-form .agree label.pack-left {*/
/*        margin-top:10px;*/
/*        gap:3px;*/
/*    }*/

/*}*/

/*@media (max-width: 768px) {*/
/*    #botton-cs-fixed.bottom-fixed-cs .footer-cs-form .agree {*/
/*        align-self: center;*/
/*        gap: 10px;*/
/*    }*/
/*}*/


@media (max-width: 1279px) {
    #gnb .depth-wrap > ul ul a {
        color: var(--light-gray-2);
    }
}


@media (max-width: 1279px) {
    #gnb .depth-wrap > ul ul a {
        padding-top: 12px;
        padding-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .item.ranking .price .unit {
        margin-bottom: 0px;
    }
}

.item.ranking .price.pack-right-down {
    gap: 0;
    width: 80px;
}

.item.ranking .text-wrap .bg-000 {
    max-width: calc(100% - 138px);
}
@media (max-width: 768px) {
    .item.ranking .text-wrap .bg-000 {
        max-width: calc(100% - 95px);
    }
}

.item.ranking .text-wrap .fs-24-14 {
    font-size: clamp(13px, 1.733vw, 18px);
}

.item.ranking .text-wrap .fs-48-24 {
    font-size: clamp(23px, 2.733vw, 35px);
}
