/*!* 상단검색 *!*/
/*.top-search-wrap{*/
/*    margin-top : 40px;*/
/*}*/

/*.top-search-wrap .searchForm .input-search{*/
/*    font-size : 16px;*/
/*}*/

/*.top-search-wrap .searchForm .input-search-wrap{*/
/*    max-width : 672px;*/
/*    width : 95%;*/
/*    height : 40px;*/
/*    margin : 0 auto 20px;*/
/*}*/

/*.select-sort-wrap{*/
/*    display : grid;*/
/*    grid-template-columns: repeat(2,1fr);*/
/*    gap : 16px;*/
/*    max-width : 672px;*/
/*    width : 95%;*/
/*    margin : 0 auto 60px;*/
/*}*/

/*.select-sort-wrap button{*/
/*    height : 40px;*/
/*    border: 1px solid #b1b1b1;*/
/*    font-size : 16px;*/
/*}*/

/*.select-sort-wrap button.on{*/
/*    background-color : #3a4c40;*/
/*    color : #fff;*/
/*}*/



/*!* 이벤트 상세 *!*/
/*!*.event-detail-wrap{*!*/
/*!*    border-top : 2px solid #1c1c1c;*!*/
/*!*    border-bottom : 2px solid #1c1c1c;*!*/
/*!*    padding-top : 20px;*!*/
/*!*    padding-bottom : 62px;*!*/
/*!*}*!*/

/*!*.event-detail-wrap > ul > li{*!*/
/*!*    border : 1px solid #b1b1b1;*!*/
/*!*    max-width : 844px;*!*/
/*!*    width : 95%; *!*/
/*!*    margin : 0 auto;*!*/
/*!*    padding : 32px 16px;*!*/
/*!*    margin-bottom : 16px;*!*/
/*!*    position : relative;*!*/
/*!*}*!*/

/*.event-detail-wrap .event-detail-title{*/
/*    !*font-family: 'Noto Sans KR', sans-serif;*!*/
/*    font-size : 20px;*/
/*    line-height : 27px;*/
/*    color : #1c1c1c;*/
/*    margin-bottom : 12px;*/
/*    display: flex;*/
/*    align-items: flex-start;*/
/*    justify-content: flex-start;*/
/*}*/

/*.event-detail-wrap .event-detail-title > span.purchase {*/
/*    display: inline-block;*/
/*    width: 90px;*/
/*    height: 37px;*/
/*    background-color: #846b64;*/
/*    color: #fff;*/
/*    font-size: 15px;*/
/*    !*font-family: 'Noto Sans KR', sans-serif;*!*/
/*    line-height: 37px;*/
/*    text-align: center;*/
/*    margin-right: 16px;*/
/*}*/

/*.event-detail-wrap .event-detail-title > span.title {*/
/*    flex: 1;*/
/*}*/

/*.event-detail-wrap .event-detail-sub{*/
/*    font-size : 16px;*/
/*    line-height : 19px;*/
/*    color : #767676;*/
/*    font-weight : 300;*/
/*    max-width : 602px;*/
/*    width : 95%;*/
/*    padding-bottom : 16px;*/
/*}*/

/*.event-detail-wrap .event-detail-turn{*/
/*    display : grid;*/
/*    grid-template-columns: repeat(5, 1fr);*/
/*    gap : 16px 8px;*/
/*    max-width : 632px;*/
/*    width : 95%;*/
/*    padding-top : 16px;*/
/*    padding-bottom : 16px;*/
/*    margin-bottom : 16px;*/
/*    border-top : 1px solid #efefef;*/
/*    border-bottom : 1px solid #efefef;*/
/*}*/

/*.event-detail-wrap .btn-turn{*/
/*    max-width : 120px;*/
/*    width : 100%;*/
/*    height : 30px;*/
/*    font-weight : 300;*/
/*    color : #1c1c1c;*/
/*    border : 1px solid #767676;*/
/*}*/

/*.event-detail-wrap .btn-turn.disabled{*/
/*    background-color : #efefef;*/
/*    color : #767676;*/
/*    border : 0;*/
/*}*/

/*.event-detail-wrap .event-detail-period{*/
/*    margin-bottom : 16px;*/
/*}*/

/*.event-detail-wrap .origin-price{*/
/*    color : #767676;*/
/*    font-weight: 300;*/
/*}*/

/*.event-detail-wrap .origin-price > span{*/
/*    font-weight: 400;*/
/*    text-decoration: line-through;*/
/*}*/

/*.event-detail-wrap .sales-price{*/
/*    color : #1c1c1c;*/
/*    font-size : 16px;*/
/*    font-weight : 600;*/
/*}*/

/*.event-detail-wrap .sales-price > span{*/
/*    font-size : 20px;*/
/*    font-weight : 500;*/
/*}*/

/*.event-detail-wrap .discount{*/
/*    margin-left : 33px;*/
/*    font-size : 20px;*/
/*    color : */
/*    #b3261e;*/
/*    font-weight : 500;*/
/*}*/

/*!*.event-detail-wrap .btn-wrap{*!*/
/*!*    position : absolute;*!*/
/*!*    bottom : 20px;*!*/
/*!*    right : 48px;*!*/
/*!*}*!*/

/*.event-detail-wrap .btn-wrap > div:first-child{*/
/*    text-align: center;*/
/*}*/

/*.event-detail-wrap .btn-more{*/
/*    !*font-family: 'Noto Sans KR', sans-serif;*!*/
/*    font-size : 15px;*/
/*    color : #1c1c1c;*/
/*    text-align: center;*/
/*    text-decoration: underline;*/
/*}*/

/*!*.event-detail-wrap .btn-more .icon.search-detail{*!*/
/*!*    width : 13px;*!*/
/*!*    height : 15px;*!*/
/*!*    margin-right : 8px;*!*/
/*!*    margin-top : -2px;*!*/
/*!*}*!*/

/*.event-detail-wrap .btn-cart{*/
/*    width : 107px;*/
/*    height : 40px;*/
/*    border-radius : 40px;*/
/*    background-color : #1c1c1c;*/
/*    color : #fff;*/
/*    font-size : 16px;*/
/*    !*font-family: 'Noto Sans KR', sans-serif;*!*/
/*    margin-top : 6px;*/
/*}*/




/*@media screen and (max-width : 768px){*/
/*    .select-sort-wrap button{*/
/*        font-size : 15px;*/
/*    }*/

/*    .select-sort-wrap{*/
/*        gap : 12px;*/
/*    }*/


/*    !* 이벤트상세 *!*/
/*    .event-detail-wrap > ul > li{*/
/*        padding : 24px 12px;*/
/*    }*/

/*    .event-detail-wrap .event-detail-title{*/
/*        font-size : 20px;*/
/*        line-height : 24px;*/
/*    }*/

/*    .event-detail-wrap .event-detail-title > span.purchase{*/
/*        font-size : 13px;*/
/*        font-weight : 500;*/
/*        width : 80px;*/
/*        height : 34px;*/
/*        line-height: 34px;*/
/*        margin-right : 12px;*/
/*    }*/

/*    .event-detail-wrap .event-detail-turn{*/
/*        gap : 8px;*/
/*    }*/

/*    .origin-price.pc-none{*/
/*        display : inline-block;*/
/*        font-size  :8px !important;*/
/*        margin-left : 8px;*/
/*    }*/

/*    .event-detail-wrap .discount{*/
/*        margin-left : 10px;*/
/*    }*/

/*    .event-detail-wrap .btn-wrap{*/
/*        display: flex;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*        gap: 10px;*/
/*        bottom: 8px;*/
/*        right: 10px;*/
/*    }*/

/*    .event-detail-wrap .btn-cart{*/
/*        margin-top : 0;*/
/*        width : 74px;*/
/*        height : 30px;*/
/*        font-size : 12px;*/
/*    }*/

/*    .event-detail-wrap .sales-price{*/
/*        font-size : 12px;*/
/*    }*/

/*    .event-detail-wrap .sales-price > span{*/
/*        font-size : 12px;*/
/*    }*/

/*    .event-detail-wrap .btn-more{*/
/*        font-size : 12px;*/
/*    }*/

/*}*/


/*@media screen and (max-width : 480px){*/
/*    .top-search-wrap .searchForm .input-search{*/
/*        font-size : 14px;*/
/*    }*/

/*    .select-sort-wrap button{*/
/*        font-size : 14px;*/
/*    }*/

/*    .select-sort-wrap{*/
/*        gap : 8px;*/
/*    }*/



/*    !* 이벤트 상세 *!*/
/*    .event-detail-wrap > ul > li{*/
/*        padding : 16px 8px;*/
/*    }*/

/*    .event-detail-wrap .event-detail-title{*/
/*        font-size : 16px;*/
/*        line-height : 19px;*/
/*    }*/

/*    .event-detail-wrap .event-detail-title > span.purchase{*/
/*        font-size : 12px;*/
/*        width : 70px;*/
/*        height : 30px;*/
/*        line-height : 30px;*/
/*        margin-right : 8px;*/
/*    }*/

/*    .event-detail-wrap .event-detail-sub{*/
/*        font-size : 14px;*/
/*    }*/

/*    .event-detail-wrap .event-detail-turn{*/
/*        gap : 6px;*/
/*    }*/

/*    .event-detail-wrap .btn-turn{*/
/*        height : 40px;*/
/*    }*/

/*}*/
