/*!** 이전으로 버튼 **!*/



/*!*.btn-back{*!*/
/*!*    !*width : 103px;*!*!*/
/*!*    padding-right: 16px;*!*/
/*!*    height : 40px;*!*/
/*!*    color : #fff;*!*/
/*!*    font-size : 15px;*!*/
/*!*    font-family: 'Noto Sans KR', sans-serif;*!*/
/*!*    background-color : #1c1c1c;*!*/
/*!*    margin-bottom : 40px;*!*/
/*!*    display: flex;*!*/
/*!*    align-items: center;*!*/
/*!*    gap: 8px;*!*/
/*!*    border-radius: 8px;*!*/
/*!*}*!*/
.btn-back .icon_box{
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-back .icon_box i{
    width: 16px;
    height: 16px;
}



/*!* 이벤트 *!*/
/*.event{*/
/*    padding : 32px 86px;*/
/*    background-color : #f5f5f5;*/
/*    position : relative;*/
/*    margin : 0 auto 60px;*/
/*}*/

/*.event-title{*/
/*    color : #1c1c1c;*/
/*    font-size : 24px;*/
/*    display : flex;*/
/*    align-items: flex-start;*/
/*    justify-content : center;*/
/*}*/

/*.event-content{*/
/*    font-weight : 300;*/
/*    font-size : 14px;*/
/*    color : #1c1c1c;*/
/*}*/

/*.event-price{*/
/*    display : flex;*/
/*    align-items: flex-end;*/
/*    justify-content: center;*/
/*    font-size : 15px;*/
/*}*/

/*.event-price > span{*/
/*    font-size : 20px;*/
/*    font-weight : 600;*/
/*}*/

/*.event-price .max-price{*/
/*    margin-left : 29px;*/
/*}*/


/*!* 시술상세 *!*/
/*!*.surgery-detail-wrap{*!*/
/*!*    border-top : 5px solid #1c1c1c;*!*/
/*!*    border-bottom : 5px solid #1c1c1c;*!*/
/*!*    padding-top : 80px;*!*/
/*!*    padding-bottom : 60px;*!*/
/*!*    position : relative;*!*/
/*!*}*!*/

/*.surgery-detail-wrap .surgery-num{*/
/*    position : absolute;*/
/*    left : 10px;*/
/*    top : 20px;*/
/*    font-weight: 500;*/
/*    font-size : 16px;*/
/*}*/

/*!*.surgery-detail-wrap > ul > li{*!*/
/*!*    border : 1px solid #b1b1b1;*!*/
/*!*    max-width : 844px;*!*/
/*!*    width : 95%; *!*/
/*!*    margin : 0 auto;*!*/
/*!*    padding : 32px 16px;*!*/
/*!*    margin-bottom : 20px;*!*/
/*!*    position : relative;*!*/
/*!*}*!*/

/*.surgery-detail-wrap .surgery-detail-title{*/
/*    !*font-family: 'Noto Sans KR', sans-serif;*!*/
/*    font-size : 20px;*/
/*    line-height : 27px;*/
/*    color : #1c1c1c;*/
/*    margin-bottom : 12px;*/
/*}*/

/*!*.surgery-detail-wrap .surgery-detail-sub{*!*/
/*!*    font-size : 16px;*!*/
/*!*    line-height : 19px;*!*/
/*!*    color : #767676;*!*/
/*!*    font-weight : 300;*!*/
/*!*    max-width : 602px;*!*/
/*!*    width : 95%;*!*/
/*!*    padding-bottom : 16px;*!*/
/*!*}*!*/

/*.surgery-detail-wrap .surgery-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;*/
/*}*/

/*.surgery-detail-wrap .btn-turn{*/
/*    width : 120px;*/
/*    height : 30px;*/
/*    font-weight : 300;*/
/*    color : #1c1c1c;*/
/*    border : 1px solid #767676;*/
/*}*/

/*.surgery-detail-wrap .btn-turn.disabled{*/
/*    background-color : #efefef;*/
/*    color : #767676;*/
/*}*/
/*.surgery-detail-wrap .surgery-detail-price{*/
/*    grid-area: price;*/
/*    display: flex;*/
/*    gap: 16px;*/
/*    align-items: center;*/
/*    justify-content: space-between;*/
/*}*/
/*!*.surgery-detail-wrap .surgery-detail-price{*!*/
/*!*    width : 632px;*!*/
/*!*    border-top : 1px solid #efefef;*!*/
/*!*    padding-top : 16px;*!*/
/*!*    display : flex;*!*/
/*!*    align-items : center;*!*/
/*!*    justify-content : flex-start;*!*/
/*!*}*!*/

/*.surgery-detail-wrap .sales-price{*/
/*    color : #1c1c1c;*/
/*    font-size : 16px;*/
/*    font-weight : 600;*/
/*    margin-right : 60px;*/
/*}*/

/*.surgery-detail-wrap .sales-price > span{*/
/*    font-size : 20px;*/
/*    font-weight : 500;*/
/*}*/

/*!*.surgery-detail-wrap .select-surgery > span{*!*/
/*!*    display : inline-block;*!*/
/*!*    width : 120px;*!*/
/*!*    height : 40px;*!*/
/*!*    line-height : 40px;*!*/
/*!*    text-align: center;*!*/
/*!*    color : #767676;*!*/
/*!*}*!*/

/*.surgery-detail-wrap .select-surgery select{*/
/*    width : 182px;*/
/*    height : 40px;*/
/*    border : 1px solid #707070;*/
/*    border-radius : 4px;*/
/*    padding : 11px 16px;*/
/*}*/

/*!* 화살표 커스텀 *!*/
/*.surgery-detail-wrap .select-surgery select{*/
/*    -webkit-appearance:none; !* for chrome *!*/
/*    -moz-appearance:none; !*for firefox*!*/
/*    appearance:none;*/
/*    background-image : url('../images/icons/arrow-down-gray.svg');*/
/*    background-repeat : no-repeat;*/
/*    background-size  : 13px 7.5px;*/
/*    background-position : center right 14px;*/
/*}*/

/*.surgery-detail-wrap .select-surgery select::-ms-expand{*/
/*    display:none;!*for IE10,11*!*/
/*}*/

/*!*.surgery-detail-wrap .btn-wrap{*!*/
/*!*    position : absolute;*!*/
/*!*    bottom : 54px;*!*/
/*!*    right : 48px;*!*/
/*!*}*!*/

/*.surgery-detail-wrap .btn-wrap > div:first-child{*/
/*    text-align: center;*/
/*}*/

/*.surgery-detail-wrap .btn-more{*/
/*    !*font-family: 'Noto Sans KR', sans-serif;*!*/
/*    font-size : 15px;*/
/*    color : #1c1c1c;*/
/*    text-align: center;*/
/*    text-decoration: underline;*/
/*}*/

/*!*.surgery-detail-wrap .btn-more .icon.search-detail{*!*/
/*!*    width : 13px;*!*/
/*!*    height : 15px;*!*/
/*!*    margin-right : 8px;*!*/
/*!*    margin-top : -2px;*!*/
/*!*}*!*/

/*.surgery-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;*/
/*}*/



/*!* 장비소개 *!*/
/*.equipment-introduction{*/
/*    border-top : 2px solid #1c1c1c;*/
/*}*/

/*.equipment-introduction > p{*/
/*    margin : 24px 0 20px;*/
/*    font-size : 20px;*/
/*    font-weight : 500;*/
/*    color : #1c1c1c;*/
/*    text-indent: 10px;*/
/*}*/

/*.equipment-introduction > ul{*/
/*    white-space: nowrap;*/
/*    overflow-x: scroll;*/
/*    padding-bottom: 42px;*/
/*    margin-bottom: 60px;*/
/*}*/

/*.equipment-introduction > ul > li{*/
/*    display : inline-block;*/
/*    margin-right : 16px;*/
/*}*/

/*.equipment-introduction > ul > li:last-child{*/
/*    margin-right : 0;*/
/*}*/

/*.equipment-introduction > ul > li .image{*/
/*    margin-bottom : 8px;*/
/*    width : 242px;*/
/*    height : 242px;*/
/*}*/

/*.equipment-introduction > ul > li .equipment-name{*/
/*    font-size : 20px;*/
/*    text-align: center;*/
/*}*/


/*.equipment-introduction > ul::-webkit-scrollbar{*/
/*    height : 6px;*/
/*}*/


/*.equipment-detail .btn-wrap{*/
/*    background-color : #efefef;*/
/*    max-width : 844px;*/
/*    width : 100%;*/
/*    height : 60px;*/
/*    padding-left : 16px;*/
/*    padding-right : 32px;*/
/*    display : flex;*/
/*    align-items : center;*/
/*    justify-content: space-between;*/
/*    margin : 0 auto;*/
/*    border-radius : 4px;*/
/*}*/

/*.equipment-detail .btn-wrap > span{*/
/*    font-size : 16px;*/
/*    font-weight : 600;*/
/*    color : #1c1c1c;*/
/*}*/

/*.equipment-detail .btn-wrap > button{*/
/*    font-size : 16px;*/
/*    font-weight : 300;*/
/*    color : #1c1c1c;*/
/*    display : none;*/
/*}*/

/*.equipment-detail .btn-wrap > button .icon{*/
/*    margin-left : 24px;*/
/*    width : 13px;*/
/*    height : 7.5px;*/
/*}*/

/*.equipment-detail .btn-wrap > button.on{*/
/*    display : inline-block;*/
/*}*/

/*.equipment-detail .detail-contents{*/
/*    width : 844px;*/
/*    margin : 0 auto;  */
/*    display : none;*/
/*}*/

/*.equipment-detail .detail-contents.on{*/
/*    display : block;*/
/*}*/