@charset "utf-8";

/* shop-detail.html */

.cart-banner{
    text-align: center;
    margin: 0 5%;
}
.cart-banner ul {
    margin-top: 15px;
}
.cart-banner ul li img{
    display: block;
    height: 100%;
    border-radius: 12px;
    object-fit: contain;
}

#menuItem{
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    transform: translate(0,0);
    font-size: 18px;
    font-weight: bold;
    font-family: 'Pretendard-Regular';
    text-align: center;
    color: #000;
    text-shadow: none;
}

.menu-detail-box{
    margin: 10px 0 30px;
}
.mainMenuExp {
    width: 100%;
    margin-top: 15px;
    font-size: 14px;
    font-family: Pretendard;
    font-weight: 400;
    color: #767676;
    margin-top: 0;
    text-align: center;
    margin-bottom: 0;
    padding: 0 15%;
    box-sizing: border-box;
}

#mainMenuCheck {
    margin: 0 5%;
}

#mainMenuCheck span label{
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.text-bold{
    font-weight: 600;
}
.check-wrap.check-wrap-campaign .icon-check {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.check-wrap.check-wrap-campaign .icon-check span {
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    color: black;
    width: 60%;
    text-align: left;
}
.check-wrap.check-wrap-campaign .icon-check span:last-child {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    width: 25%;
    text-align: right;
    margin: 0 0 0 auto;
}

.check-wrap .icon-check:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/rd-uncheck.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
    background-position: center center;
}

.check-wrap input[type=checkbox]:checked+.icon-check:before, .check-wrap input[type=radio]:checked+.icon-check:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/rd-check.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
    background-position: center center;
}

.check-wrap.check-wrap-campaign input[type=radio]:checked+.icon-check {
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #000;
}
.check-wrap.check-wrap-campaign input[type=radio]:checked+.icon-check span {
    color: #000;
}

/* 옵션 추가 */
.chall-add-wrap{
    margin: 0 5%;
}
.section {
    position: relative;
    border-bottom: none;
    padding: 0;
    margin: 0;
}

.chall-add-wrap .subTitle-st{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

#menuLists span label{
    display: flex;
    font-size: 14px;
    align-items: center;
    margin-bottom: 20px;
}

.chall-add-wrap .check-wrap.check-wrap-campaign .icon-check {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    margin-top: 0;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: none;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
}

.chall-add-wrap .check-wrap .icon-check:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/rd-uncheck2.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
    background-position: center center;
}

.chall-add-wrap .check-wrap input[type=checkbox]:checked+.icon-check:before,
.chall-add-wrap .check-wrap input[type=radio]:checked+.icon-check:before {
    display: inline-block;
    content: "";
    vertical-align: middle;
    width: 20px;
    height: 20px;
    background: url(../images/rd-check2.png) no-repeat;
    background-size: 100%;
    margin-right: 10px;
    background-position: center center;
}


.chall-add-wrap .check-wrap.check-wrap-campaign input[type=checkbox]:checked+.icon-check,
.chall-add-wrap .check-wrap.check-wrap-campaign input[type=radio]:checked+.icon-check {
    box-shadow: none;
    border: 1px solid rgba(255, 255, 255, 0);
    color: #000;
}

.chall-add-wrap .check-wrap.check-wrap-campaign input[type=checkbox]:checked+.icon-check span,
.chall-add-wrap .check-wrap.check-wrap-campaign input[type=radio]:checked+.icon-check span {
    color: #000;
}



.hr-8 {
    width: 100%;
    border: none;
    border-bottom: 10px solid #F6F6F6;
    margin: 20px 0;
    box-sizing: border-box;
}

.check-wrap {
    margin: 0;
}

/* 수량 */


h3{
    font-size: 16px;
    font-weight: 600;
}

.chall-add-wrap2 .input-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
    margin-bottom: 100px;

}

.chall-add-wrap2 .input-wrap .half {
    display: flex;
    justify-content: space-between;
    border: 1px solid #d9d9d9;
    padding: 6px;
    box-sizing: border-box;
    width: 72px;
    border-radius: 50px;
    text-align: center;
}

.chall-add-wrap2 .input-wrap .half:last-child {
    margin: 0px;
}

.chall-add-wrap2 .input-wrap .half>span {
    width: 100%;
}

.chall-add-wrap2 .input-wrap .half .opt-btn {
    font-size: 12px;
    font-weight: 400;
    color: #767676;
}

.chall-add-wrap2 .input-wrap .half>span.num-vary button {
    position: relative;
    width: 14px;
    height: 14px;
    box-sizing: border-box;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
}

.chall-add-wrap2 .input-wrap .half>span.num-vary button.btn-minus,
.chall-add-wrap2 .input-wrap .half>span.num-vary button.btn-plus {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.chall-add-wrap2 .input-wrap .half>span.num-vary input {
    display: inline-block;
    flex: 1;
    height: 14px;
    line-height: 14px;
    font-size: 14px;
    font-family: Pretendard-Regular;
    color: #767676;
    margin-top: 0;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-left: none;
    border-right: none;
    text-align: center;
    box-sizing: border-box;
    vertical-align: top;
    border-radius: 0;
    padding: 0;
    border: none;
}

.chall-add-wrap2 .input-wrap .half>span.num-vary button:before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 6px;
    height: 1px;
    background-color: #d9d9d9;
}

.chall-add-wrap2 .input-wrap .half>span.num-vary button.btn-plus:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 6px;
    background-color: #d9d9d9;
}


/* 하단 btn */

.btn-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    padding: 6px 5%;
    background-color: #fff;
    box-shadow: 0px -4px 4px rgba(0, 0, 0, .02);
}



div .btn-base {
    font-size: 14px;
    font-family: Pretendard-SemiBold;
    color: #fff;
    margin-top: 0;
    width: 100%;
    background-color: #452812;
    padding: 15px 0;
    border-radius: 6px;
    border: none;
    height: 50px;
}

/* 240809 */

.btn-box {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 800px;
    padding: 6px 20px;
    background-color: #fff;
    box-shadow: none;
}

.btn-box .btn-base {
    font-size: 16px;
    font-family: Pretendard-SemiBold;
    color: #fff;
    margin-top: 0;
    width: 100%;
    background-color: #452812;
    padding: 0;
    border-radius: 6px;
    border: 1px solid #452812;
    height: 50px;
}

/* 장바구닝 플로팅 버튼 수정 */

.btn_cart {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 80px;
    right: 15px;
    z-index: 10;
    opacity: 0.9;
}

/* 240820 */

.btn-box .btn-base {
    font-size: 16px;
    font-family: Pretendard-SemiBold;
    font-weight: 500;
    border: none;
    height: 44px;
    line-height: 44px;
    padding: 0;
}

/* 240820 팝업 */
.popup .popup-box .popup-btn button:first-child {
    border: 1px solid #452812;
    color: #452812;
}