/* BASIC css start */
#header, #cate_swiper {
    display: none !important;
}

body #header2 {
    display: block;
    z-index: 50 !important;
}

#contents {
    padding-top: 55px;
}

.shopdetail .shopdetailInfo {
    margin: 0;
}

.shopdetail .shopdetailInfo .prd-wish {
    background: #f5f5f5;
    padding: 10px 17px 10px 10px;
    text-align: right;
}

.shopdetail .shopdetailInfo .prd-wish p {
    display: inline-block;
    height: 22px;
    line-height: 20px;
    padding: 0 4px 0 5px;
    border: 1px solid #b9b9b9;
    border-radius: 3px;
    font-family: 'malgun gothic';
    font-size: 13px;
    color: #000;
    background: #fff;
}

.shopdetail .shopdetailInfo .prd-wish p i.fa-heart {
    margin-right: 4px;
    color: #f41f3a;
}

.shopdetail .shopdetailInfo h2 {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 15px;
    margin: 0 18px;
    border-bottom: 1px solid #eee;
}

.shopdetail .tit-detail {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 18px;
    padding-bottom: 12px;
    border-bottom: 1px solid #000;
}

.shopdetail .tit-detail h3 {
    font-size: 16px;
    font-weight: bold;
}

.shopdetail .tit-detail h3 .fa {
    float: right;
    font-size: 1.5em;
}

.shopdetail .tit-detail .review_btn {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
}

.shopdetail .tit-detail .review_btn a {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    color: #646464;
}

.shopdetail .tit-detail .review_btn a:after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 10px;
    background: #000;
    position: absolute;
    top: 50%;
    right: -8px;
    transform: translateY(-50%);
}

.shopdetail .tit-detail .review_btn a:first-child {
    font-weight: 700;
    color: #000;
}

.shopdetail .tit-detail .review_btn a:last-child:after {
    content: unset;
}

.shopdetail .shopdetailInfo .shopdetailInfoTop {
    margin-bottom: 24px;
}

.shopdetail .shopdetailInfo .shopdetailInfoTop figure {
    padding: 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoTop figcaption {
    text-align: left;
    margin-top: 16px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom {
    background-color: #fff;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue {
    position: relative;
    padding: 18px 18px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue em {
    color: #f1191f;
    font-size: 1.333em;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue>div {
    display: flex;
    margin-bottom: 6px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue>div:last-child {
    margin-bottom: 0px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    margin-top: 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName {
    width: 96px;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #646464;
    flex-shrink: 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName.bold {
    font-weight: 700;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont {
    width: calc(100% - 96px);
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    color: #000;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .region {
    margin-left: 10px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation {
    position: absolute;
    top: 50%;
    right: 10px;
    text-align: center;
    margin-top: -25px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation a {
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #636363;
    display: inline-block;
    font-size: 0.917em;
    border-radius: 4px;
    border: 1px solid #424242;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation a:first-child {
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .btn_relation a .fa {
    display: block;
    margin: 6px 0 3px 0;
}

.shopdetailInfoDelivery {
    padding: 10px 15px;
}

/* ÀçÀÔ°í ¾Ë¸² */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton {
    display: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .soldout_area {
    overflow: hidden;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .soldout_area .fl-r {
    float: right;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .soldout_area .fl-r .soldout_once {
    display: inline-block;
    float: left;
    margin: 0 0 15px 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .soldout_area .fl-r .soldout_once img {
    width: 100%;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .soldout_area .fl-r .btn_soldout_anchor {
    display: block;
    float: left;
    padding: 0;
    margin: 0 0 15px 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .soldout_area .fl-r .btn_soldout_anchor span {
    height: auto;
    line-height: unset !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    background: none;
}

/* 22.05.09  42195-136 */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop .soldout_area .fl-r .btn_soldout_anchor span img {
    width: 100%;
}

/* »óÇ°¿É¼Ç */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area {
    position: relative;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed {
    width: 100%;
    position: fixed;
    z-index: 101;
    bottom: 0;
    left: 0;
    right: 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed {
    -webkit-animation: qbuy 150ms linear 1 normal;
    animation: qbuy 150ms linear 1 normal;
    box-shadow: 0px 1px 9px 1px #ddd;
}

@-webkit-keyframes qbuy {
    from {
        bottom: -65px;
    }

    to {
        bottom: 0;
    }
}

@keyframes qbuy {
    from {
        bottom: -65px;
    }

    to {
        bottom: 0;
    }
}

/* ÀÏ½ÃÇ°Àý */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.soldoutbg {
    background-color: #000;
    padding: 15px;
    justify-content: center;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.soldoutbg .soldOut {
    color: #fff;
    font-size: 16px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option_tk {
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .option_tk {
    display: block;
    height: 155px;
    overflow-y: auto;
    background-color: #fff;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn {
    display: none;
    width: 100%;
    box-sizing: border-box;
    position: relative;
    bottom: 64px;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 101;
    text-align: center;
    padding: 7px 10px;
    margin: 0 auto;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed {
    display: flex;
    position: fixed;
    gap: 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed a.btn_cart {
    width: 30%;
    background-color: #000;
    color: #fff;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed a.btn_wish {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11%;
    font-size: 11px;
    font-weight: 500;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed a.btn_wish .wish-on {
    color: var(--point-color1);
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed a#soldout_sms {
    font-size: 10px;
    font-weight: 400;
    white-space: pre;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed a.btn_Red {
    width: 60%;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    background-color: #f1191f;
    border: 1px solid #f1191f;
    display: inline-block;
    margin: 0;
    box-sizing: border-box;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed {
    position: relative;
    bottom: 0;
    padding: 0;
    box-shadow: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed .btn_wish {
    display: none !imporant;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn .btn_option {
    position: relative;
    display: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn .btn_option {
    display: block;
    text-align: center;
    width: 100%;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoMultiSelect {
    background-color: #fff;
    padding: 5px 18px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on {
    background-color: #fff;
    text-align: center;
    padding: 7px 10px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .flex {
    display: flex;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .flex a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
    margin: 0;
    box-sizing: border-box;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .flex a.buy {
    width: 70%;
    margin-right: 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.btn_cart {
    width: 13.5%;
    color: #fff;
    margin-right: 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.buy {
    background-color: #f1191f;
    border: 1px solid #f1191f;
    color: #fff;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.btn_wish {
    width: 13.5%;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .opt-com {
    text-align: right;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect {
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p {
    padding: 5px 18px;
    display: flex;
    align-items: center;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p:last-child {
    margin-bottom: 0px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoName {
    width: 96px;
    display: inline-block;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont {
    width: calc(100% - 96px);
    display: inline-block;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont select {
    width: 100%;
    height: 36px;
    line-height: 36px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCount .txt-qnty {
    text-align: right;
    padding: 0 6px;
    width: 50px !important;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCount .fa-plus {
    background-color: #bbb;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #fff;
    margin: 0 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCount .fa-minus {
    background-color: #bbb;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #fff;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptScroll {
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option-sel {
    font-weight: bold;
    font-size: 1.1em;
    padding-top: 10px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option select {
    margin-bottom: 10px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option .shopdetailInfoName {
    vertical-align: top;
    padding-top: 11px;
}

.shopdetail .shopdetailBoard {
    text-align: center;
    margin-bottom: 32px;
}

.shopdetail .shopdetailBoard a {
    width: 33.33%;
    background-color: #f8f8f8;
    border-left: 1px solid #bbb;
    display: inline-block;
    margin-left: -1px;
    font-weight: bold;
    padding: 20px 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.btn_wish .wish_on {
    display: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.btn_wish .wish-on .wish_off {
    display: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.btn_wish .wish-on .wish_on {
    display: block;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.btn_wish span img {
    vertical-align: middle;
}

.MK_optAddWrap .MK_inner-opt-cm {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
#MK_innerOpt_02 li:first-child {
    margin-top: 8px;
}
.MK_optAddWrap .MK_inner-opt-cm li {
    position: relative;
    min-height: 91px;
    height: auto;
    padding: 15px 16px 12px;
    background-color: #f6f6f6;
    box-sizing: border-box;
}

.MK_optAddWrap .MK_inner-opt-cm li:last-child {
    border-bottom: 0px none;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_p-name {
    padding-right: 30px;
    display: block;
    font-size: 12px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_p-name p strong {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl {
    position: absolute;
    bottom: 12px;
    width: 80px;
    height: 26px;
    line-height: 26px;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input {
    padding: 0 6px;
    width: 29px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    left: 25px;
    text-align: center !important;
    font-size: 11px;
    font-weight: 400;
    border: 1px solid #ddd;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input[type="tel"] {
    padding: 0 6px;
    width: 29px;
    height: 26px;
    line-height: 26px;
    position: absolute;
    left: 25px;
    text-align: center !important;
    !i; !; !imortant; !imortant; !imortan; !imorta; !imort; !imor; !imo; !i; !; font-size: 11px;
    font-weight: 400;
    border: 1px solid #ddd;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del {
    position: absolute;
    top: 17px;
    right: 16px;
    background: url('https://www.brandbigmall.com/design/brandbig/renewal/img/ic_product_cancel.svg');
    background-size: cover;
    width: 9px;
    height: 9px;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del img {
    width: 20px;
    display: none;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_price {
    position: absolute;
    bottom: 20px;
    right: 16px;
    font-size: 14px;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_price span {
    font-size: 16px;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02 {
    width: 26px;
    height: 26px;
    text-align: center;
    vertical-align: middle;
    line-height: 26px;
    color: #fff;
    display: inline-block;
    position: absolute;
    right: 1px;
    top: 0;
    background: url(https://www.brandbigmall.com/design/brandbig/renewal/img/amount_plus.svg) no-repeat;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02:last-child {
    left: 0;
    background: url('https://www.brandbigmall.com/design/brandbig/renewal/img/amount_minus.svg') no-repeat;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02 span {
    display: none;
}

.MK_optAddWrap .total {
    text-align: right;
    padding: 5px 0; 
    font-size: 13px;
    font-weight: 700;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.MK_optAddWrap .MK_total {
    font-size: 20px;
    font-weight: 700;
    margin-left: 24px;
}

.MK_optAddWrap .MK_txt-won {
    font-size: 16px;
    font-weight: 700;
}

/* //»óÇ°¿É¼Ç */
/* ±¸¸ÅÇÒÀÎ Ãß°¡ */
.shopdetail .shopdetailInfo .buy-benefit {
    position: relative;
    display: inline-block;
    font-weight: bold;
    max-width: 70%;
}

.shopdetail .shopdetailInfo .buy-benefit .tit-txt {
    font-size: 14px;
    color: #000;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shopdetail .shopdetailInfo .buy-benefit .view-wrap {
    position: relative;
}

.shopdetail .shopdetailInfo .buy-benefit .btn-view {
    display: inline-block;
    padding: 3px 5px 3px 5px;
    font-size: 11px;
    color: #000;
    border: 2px solid #a9a9a9;
    width: 48px;
    top: -3px;
    left: 100%;
    position: absolute;
}

.shopdetail .shopdetailInfo .buy-benefit .btn-view em {
    display: inline-block;
    font-size: 10px;
    color: #000;
    vertical-align: top;
}

.shopdetail .shopdetailInfo .buy-benefit .view-wrap {
    display: none;
    position: absolute;
    top: 30px;
    left: 0;
    width: 186px;
    padding: 15px;
    background: #fff;
    border: 2px solid #a9a9a9;
    z-index: 11;
}

.shopdetail .shopdetailInfo .buy-benefit .view-wrap.active {
    display: block;
}

.shopdetail .shopdetailInfo .buy-benefit .view-wrap .layer-view {
    font-size: 13px;
    line-height: 20px;
    color: #000;
    word-break: break-word;
}

.shopdetail .shopdetailInfo .buy-benefit .view-wrap .layer-view .fc-red {
    color: #ff0000;
}

.shopdetail .shopdetailInfo .buy-benefit .view-wrap .layer-view ul.list {
    margin-top: 5px;
}

.shopdetail .shopdetailInfo .buy-benefit .view-wrap .layer-view ul.list li {
    list-style-type: none;
}

.shopdetail .shopdetailInfo .buy-benefit .view-wrap .layer-view ul.list li.layer-info {
    list-style-type: none;
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-top: 5px;
    color: #585858;
    font-weight: normal;
}

.shopdetail .shopdetailInfo .buy-benefit .view-wrap .btn-close {
    position: absolute;
    right: 7px;
    top: 6px;
}

/* Á¤±â¹è¼Û ÇýÅÃ ÆË¾÷ */
.tb-center {
    text-align: center;
}

.shopdetail .delivery {
    margin-bottom: 8px;
}

.shopdetail .delivery .view-wrap {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: rgba(60,60,60,0.8);
    z-index: 999;
}

.shopdetail .delivery .view-wrap.active {
    display: block;
}

.shopdetail .delivery .view-wrap .layer-view {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 290px;
    background: #fff;
}

.shopdetail .delivery .view-wrap h3.title {
    padding: 8px 14px;
    background: #f0f0f0;
    font-weight: 700;
}

.shopdetail .delivery .view-wrap .list {
    margin: 18px 20px;
    padding: 0;
    border: 1px solid #e4e4e5;
    border-top: 0;
}

.shopdetail .delivery .view-wrap .list dl {
    overflow: hidden;
}

.shopdetail .delivery .view-wrap .list dt, .shopdetail .delivery .view-wrap .list dd {
    float: left;
    width: 33.33%;
    padding: 5px 8px;
    font-size: 11px;
    color: #000;
    box-sizing: border-box;
}

.shopdetail .delivery .view-wrap .list dt {
    border-top: 1px solid #e4e4e5;
    background: #f8f8f8;
    text-align: center;
}

.shopdetail .delivery .view-wrap .list dd {
    border-top: 1px solid #e4e4e5;
    border-left: 1px solid #e4e4e5;
    text-align: right;
}

.shopdetail .delivery .view-wrap .list dd.txt {
    color: #ff0000;
}

.shopdetail .delivery .view-wrap p {
    margin: -4px 20px;
    padding-bottom: 18px;
    color: #666;
    font-size: 11px;
}

.shopdetail .delivery .view-wrap .btn-close {
    position: absolute;
    right: 10px;
    top: 10px;
}

/* ÇÏÀÌºê¸®µå */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap {
    padding: 5px 15px 10px;
    background: #f6f6f6;
    border-bottom: 1px solid #c7c7c7;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box:not(:last-child) {
    width: 100%;
    border-bottom: 1px solid #cecece;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box.last {
    border-bottom: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .tit {
    width: 100%;
    padding: 10px 0;
    color: #3b3b3b;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list:after {
    clear: both;
    content: "";
    display: block;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list {
    width: 100%;
    font-size: 0.875em;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li {
    float: left;
    width: 20%;
    list-style: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li.last {
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl {
    width: 54px;
    padding-bottom: 10px;
    text-align: center;
    color: #333;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdchk {
    text-align: left;
    padding-bottom: 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdchk input {
    width: 12px;
    height: 12px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdimg {
    position: relative;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdimg img {
    width: 54px;
    height: 54px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdimg.noimg {
    width: 52px;
    height: 52px;
    border: 1px solid #d8d8d8;
    background: #fff url(/makeshop/newmanager/neoimages/h52_noimg.gif) no-repeat center center;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdimg .soldout {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 54px;
    height: 54px;
    line-height: 56px;
    color: #fff;
    text-align: center;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdimg .soldout-bg {
    position: absolute;
    top: 50%;
    left: 0;
    display: inline-block;
    width: 54px;
    height: 20px;
    margin-top: -10px;
    background: #000;
    filter: alpha(opacity:40);
    opacity: 0.4;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdimg .sel-img {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 54px;
    height: 54px;
    background: #000;
    filter: alpha(opacity:40);
    opacity: 0.4;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdname {
    padding-top: 5px;
    line-height: 14px;
    word-wrap: break-word;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdnote {
    padding-bottom: 3px;
    line-height: 14px;
    word-wrap: break-word;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdprice {
    padding-bottom: 3px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdqty {
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdqty input {
    display: inline-block;
    width: 20px;
    height: 15px;
    line-height: 17px;
    padding: 0 5px;
    border: 1px solid #707070;
    font-size: 11px;
    text-align: right;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdqty .btn-up-down {
    display: inline-block;
    width: 11px;
    height: 14px;
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdqty .btn-up-down a {
    display: inline-block;
    width: 11px;
    height: 9px;
    line-height: 0;
    font-size: 0;
    vertical-align: top;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .option-box .list li dl dd.prdqty .btn-up-down .btn-up {
    margin-bottom: 1px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .add-option-sel {
    font-weight: bold;
    font-size: 1.1em;
    padding: 10px 0;
    border-top: 1px solid #cecece;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .shopdetailInfoName {
    width: 28%;
    padding-right: 5px;
    display: inline-block;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .shopdetailInfoCont {
    width: 70%;
    display: inline-block;
    margin-left: -4px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .shopdetailInfoCont select {
    width: 100%;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .shopdetailInfoCount .txt-qnty {
    text-align: right;
    padding: 0 6px;
    width: 50px !important;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .shopdetailInfoCount .fa-plus {
    background-color: #bbb;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #fff;
    margin: 0 5px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .option-wrap .shopdetailInfoCount .fa-minus {
    background-color: #bbb;
    width: 35px;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    color: #fff;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .MK_optAddWrap #MK_innerOptPrice, .shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .MK_optAddWrap #MK_innerOptAdd {
    padding-bottom: 5px;
    margin-right: 10px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .MK_optAddWrap #MK_optAddWrapList {
    background-color: #f6f6f6;
}

/* Ãß°¡ ±¸¼º »óÇ° */
.shopdetail .shopdetailInfo .shopdetailInfoTit {
    height: 40px;
    line-height: 42px;
    padding: 0 12px;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    font-size: 14px;
    color: #000;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap:after {
    clear: both;
    content: "";
    display: block;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap {
    width: 100%;
    border-bottom: 1px solid #c7c7c7;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoTop {
    float: left;
    width: 45%;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoTop figure {
    padding: 15px 12px;
    border: 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue {
    float: right;
    width: 52%;
    padding: 15px 0;
    margin-right: 3%;
    border: 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoprdName {
    font-size: 1.333em;
    font-weight: bold;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoCont {
    width: 100%;
    margin: 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoValue .shopdetailInfoName {
    width: auto;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoSelect p {
    padding: 0;
    background: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoSelect .shopdetailInfoCont .basic_option {
    width: 100%;
}

.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoSelect .shopdetailInfoName {
    /* display: none; */
    width: 25%;
    padding: 0 0 5px 0;
}
.shopdetail .shopdetailInfo .shopdetailInfoWrap .shopdetailInfoSelect .shopdetailInfoName + .shopdetailInfoCont {
    width: 75%;
}
/* ¿øÅ¬¸¯¿É¼Ç */
.shopdetailInfoOneclick {
    clear: both;
    background-color: #f6f6f6;
    padding: 5px 15px;
    overflow: hidden;
    zoom:1; }

.shopdetailInfoOneclick > span {
    float: left;
}

.shopdetailInfoOneclick .shopdetailInfoList {
    float: left;
    width: 70%;
}

.MK-oneclick-list {
    overflow: hidden;
    zoom:1; }

.MK-oneclick-list:after {
    content: "";
    display: block;
    clear: both;
}

.MK-oneclick-list li {
    float: left;
    margin: 0 5px 5px 0;
}

.MK-oneclick-list li a {
    border: 1px solid #231f20;
    display: inline-block;
    border-radius: 1px;
    box-sizing: border-box;
}

.MK-oneclick-list li.MK-oneclick-sel a {
    border: 2px solid #000000;
}

.MK-oneclick-list li.MK-oneclick-dis a {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}

.MK-oneclick-list li.MK-oneclick-color.MK-oneclick-sel a {
    padding: 1px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.MK-oneclick-list li a span {
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 19px;
}

.MK-oneclick-list li a img {
    width: 100%;
    height: 100%;
}

.MK-oneclick-list li.MK-oneclick-image a {
    height: 50px;
}

.MK-oneclick-list li.MK-oneclick-image a img {
    width: auto;
    height: 48px;
    ; }

.MK-oneclick-list li.MK-oneclick-image.MK-oneclick-sel a img {
    height: 46px;
    width: auto;
}

.MK-oneclick-list li.MK-oneclick-color {
    width: 50px;
    height: 50px;
}

.MK-oneclick-list li.MK-oneclick-color a {
    padding: 2px;
}

.MK-oneclick-list li.MK-oneclick-color span {
    width: 44px;
    height: 44px;
}

.MK-oneclick-list li.MK-oneclick-color .mk-oo-sel span {
    width: 27px;
    height: 27px;
}

.MK-oneclick-list li.MK-oneclick-text .MK-oneclick-list li.MK-oneclick-text {
    min-width: 35px;
    max-width: 100%;
    height: 50px;
}

.MK-oneclick-list li.MK-oneclick-text a {
    padding: 2px;
}

.MK-oneclick-list li.MK-oneclick-text.MK-oneclick-sel a {
    padding: 1px;
}

.MK-oneclick-list li.MK-oneclick-text span {
    min-width: 29px;
    line-height: 44px;
}

.MK-oneclick-list li.MK-oneclick-text .MS-oneclick-sel span {
    min-width: 30px;
    line-height: 27px;
}

.MK-oneclick-value {
    padding-bottom: 3px;
    display: block;
}

.MK-oneclick-only-text li.MK-oneclick-text {
    height: auto;
}

.MK-oneclick-only-text li.MK-oneclick-text span {
    height: auto;
    line-height: 19px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal {
    background-color: #fff;
    text-align: right;
    padding: 15px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal p {
    font-size: 13px;
    font-weight: 700;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal em #price_text {
    font-size: 20px;
    margin-left: 24px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal em {
    font-size: 16px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton {
    text-align: center;
    padding: 0 18px 27px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop {
    display: flex;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    display: inline-block;
    margin-right: 5px;
    box-sizing: border-box;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.cart {
    min-width: 13.5%;
    width: auto;
    color: #000;
    background-color: #fff;
    border: 1px solid #ddd;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.buy {
    background: #f1191f;
    border: 1px solid #f1191f;
    color: #fff;
    width: 70%;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish {
    min-width: 13.5%;
    color: #000;
    border: 1px solid #ddd;
    margin-right: 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish i.fa {
    margin-right: 4px;
    color: #999;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish i.fa-heart {
    color: #f41f3a;
    display: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish .wish-on i.fa-heart-o {
    display: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish .wish-on i.fa-heart {
    display: inline-block;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom {
    margin: 20px 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonBottom img {
    margin: 0 2px;
    width: 45px;
    height: auto;
}

.shopdetail .shopdetailCoupon {
    margin-top: 15px;
}

.shopdetail .shopdetailCoupon .shopdetailCouponGet {
    padding: 0 15px;
}

.shopdetail .shopdetailCoupon .shopdetailCouponGet .image_src {
    max-width: 100%;
    padding-bottom: 5px;
}

.shopdetail .shopdetailCoupon .shopdetailCouponGet li dl {
    height: 34px;
    background: url("/images/d3/m_04/bg_coupon@2x.gif") no-repeat left center;
    padding: 10px 0 10px 92px;
    border-bottom: 1px dashed #cbcbcb;
    position: relative;
    background-size: 81px auto;
}

.shopdetail .shopdetailCoupon .shopdetailCouponGet li:last-child {
    border-bottom: 0px none;
}

.shopdetail .shopdetailCoupon .shopdetailCouponGet .MS_coupon dt {
    width: 82px;
    position: absolute;
    top: 10px;
    left: 0;
    color: #fff;
    text-align: center;
}

.shopdetail .shopdetailCoupon .shopdetailCouponGet .MS_coupon dt strong {
    font-weight: normal;
}

.shopdetail .shopdetailCoupon .shopdetailCouponGet .MS_coupon h4 {
    font-weight: bold;
}

.shopdetail .shopdetailItem .shopdetailItemPopup {
    text-align: center;
    padding: 0 15px;
    margin: 22px 0;
}

.shopdetail .shopdetailItem .shopdetailItemPopup a {
    font-weight: bold;
    color: #fff;
    background-color: #636363;
    display: block;
    padding: 10px 0;
}

.shopdetail .shopdetailItem .shopdetailItemPopup .shopdetailItemZoom {
    height: 60px;
    padding: 0 0 0 75px;
    margin-top: 10px;
    background: url("/images/d3/m_04/bg_hand@2x.gif") no-repeat 20px center;
    line-height: 60px;
    background-size: 50px auto;
}

.shopdetail .shopdetailItem .shopdetailImage img {
    max-width: 100% !important;
    height: auto !important;
}

.shopdetail .shopdetailItem .shopdetailImage table {
    width: 100% !important;
}

.shopdetail .shopdetailItem .shopdetailImage object {
    width: 100% !important;
}

.shopdetail .shopdetailItem .shopdetailImage iframe {
    width: 100% !important;
}

.shopdetail .shopdetailItem .shopdetailImage table {
    table-layout: auto !important;
}

.shopdetail .shopdetailItem .shopdetailImage div {
    width: 100% !important;
}

.shopdetail .shopdetailItem .shopdetailImage div span {
    line-height: 26px;
}

.shopdetail .shopdetailItem .shopdetailNotify {
    margin-top: 24px;
}

.shopdetail .shopdetailItem .shopdetailNotify .shopdetailNotifyInfo {
    padding: 0 15px;
}

.shopdetail .shopdetailItem .shopdetailNotify .shopdetailNotifyInfo dt {
    font-weight: bold;
    margin-bottom: 2px;
}

.shopdetail .shopdetailItem .shopdetailNotify .shopdetailNotifyInfo dd {
    margin: 0 0 25px 6px;
}

.shopdetail .shopdetailRelationItem {
    padding: 0 15px 30px 15px;
}

.shopdetail .shopdetailRelationItem .listName input {
    float: right;
}

.shopdetail .shopdetailRelationItem .btn_cart {
    width: 290px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #393939;
    display: block;
    padding: 10px 0;
    margin: 0 auto;
}

/* °ü·Ã»óÇ° */
.shopdetailRelation {
    border-top: 8px solid #f5f5f5;
    padding: 20px 18px 0;
    overflow: hidden;
}

.shopdetailRelation h2 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    padding: 0;
    line-height: 20px;
    background: none;
}

.shopdetailRelation .swiper {
    overflow: visible;
}

.shopdetailRelation .MS_related_checkbox {
    display: none;
}

.shopdetailRelation .btn_Black {
    display: none;
}

.shopdetailRelation .list_shoppingRelationItem1x {
    padding: 0 7px;
}

.shopdetailRelation .list_shoppingRelationItem1x ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    box-sizing: border-box;
}

.shopdetailRelation .list_shoppingRelationItem1x li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #d9d9d9;
    padding: 18px 0;
}

.shopdetailRelation .list_shoppingRelationItem1x li figure {
    padding: 0 7px;
}

.shopdetailRelation .list_shoppingRelationItem1x li:first-child {
    border: 0px none;
}

.shopdetailRelation .list_shoppingRelationItem1x li img.listPic {
    width: 40%;
    float: left;
}

.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo {
    width: 57%;
    float: left;
    padding-left: 3%;
    position: relative;
}

.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listName {
    border-bottom: 1px solid #dedede;
    padding: 0 15px 2px 0;
    margin-bottom: 5px;
}

.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .options-select {
    width: 100%;
}

.shopdetailRelation .list_shoppingRelationItem1x .MS_related_checkbox {
    position: absolute;
    top: 0;
    right: 0;
}

.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount {
    margin: 12px 0;
}

.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount .amount-input {
    text-align: right;
}

.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount .fa-plus {
    background-color: #bbb;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
}

.shopdetailRelation .list_shoppingRelationItem1x .list_shoppingInfo .listCount .fa-minus {
    background-color: #bbb;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    color: #fff;
}

.shopdetailRelation .list_shoppingRelationItem1x .btn_Black {
    width: 290px;
    margin: 0 auto;
}

.shopdetailRelation .swiper-pagination {
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

.shopdetailRelation .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin-right: 5px;
}

.goodsList ul li .imgWrap img {
    width: 100%;
}

.shopdetailRelation .prd-subname {
    display: none;
}

.shopdetailRelation .prd-review {
    display: none;
}

.shopdetailRelation .item-wrap .item-cont .item-list .prd-price .price {
    display: inline;
}

.shopdetailRelation .item-wrap .item-cont .item-list .prd-price .normal {
    width: 100%;
    line-height: 1.4;
    font-size: 13px;
}

.shopdetailRelation .item-wrap .item-cont .item-list .prd-price .consumer {
    display: block;
    margin-left: 0;
    margin-right: 3px;
    font-size: 10px;
}

.shopdetailRelation .item-wrap .item-cont .item-list .prd-price .dc_per {
    font-size: 11px;
}

/* //°ü·Ã»óÇ° */
/* IOS µð¹ÙÀÌ½º ¿É¼Ç ¼±ÅÃ ½Ã ÀÚµ¿ È®´ë ¹æÁö */
input[type="text"],input[type="date"],input[type="tel"],input[type="number"],input[type="email"],input[type="password"],select {
    font-size: 16px;
}

/* //IOS µð¹ÙÀÌ½º ¿É¼Ç ¼±ÅÃ ½Ã ÀÚµ¿ È®´ë ¹æÁö */
/* OKDGG ¹öÆ° */
.shopdetail .okdgg-checkout {
    margin-top: 15px;
}

.shopdetail .okdgg-checkout img {
    max-width: 90%;
    height: auto;
}

/* //OKDGG ¹öÆ° */
/* Äü¹ÙÀÌ ¹öÆ° ³ëÃâ ½Ã Ä¿¹Â´ÏÆ¼ ÅÇ À§Ä¡ º¯°æ */
.cs-button {
    bottom: 53px !important;
}

/* //Äü¹ÙÀÌ ¹öÆ° ³ëÃâ ½Ã Ä¿¹Â´ÏÆ¼ ÅÇ À§Ä¡ º¯°æ */
/* ÀÓ½ÃÇ°Àý ÀçÀÔ°í SMS ¹Þ±â */
.shopdetail .soldout_anchor {
    display: block !important;
}

.shopdetail .MK_btn-sms {
    display: inline-block;
    width: 100%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border: 1px solid #808080;
    color: #fff;
    font-weight: bold;
    background-color: #636363;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#636363),to(#5e5e5e));
    background-image: -webkit-linear-gradient(top,#636363,#5e5e5e);
    background-image: -moz-linear-gradient(top,#636363,#5e5e5e);
    background-image: -o-linear-gradient(top,#636363,#5e5e5e);
    background-image: linear-gradient(to bottom,#636363,#5e5e5e);
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.shopdetail .MK_btn-sms span {
    padding-left: 24px;
    background: url(/images/d3/m_01/bull/alarm_fff@2x.png) no-repeat 0 50%;
    background-size: 18px 14px;
}

/* ÀÓ½ÃÇ°Àý ÀçÀÔ°í SMS ¹Þ±â ³¡ */
#nhn_btn {
    padding-top: 10px;
}

#payco_order_btn {
    padding-top: 10px;
}

#kakaopay_order_btn {
    padding-top: 10px;
}

#kakaopay_order_btn a {
}

/* ´ÙÁßÀÌ¹ÌÁö */
.multi_list {
    position: relative;
}

.multi_list .swiper-container {
    position: relative;
    padding-bottom: 18px;
}

.multi_list .swiper-slide img {
    width: 100%;
    display: block;
}

.multi_list .swiper-pagination-fraction {
    display: inline-block;
    border-radius: 23px;
    color: rgba(255,255,255,0.5);
    z-index: 999;
    text-align: center;
    font-size: 11px;
    box-sizing: border-box;
    width: auto;
}

.multi_list .swiper-pagination-fraction b {
    color: #fff;
    font-weight: 500;
}

.multi_list .swiper-pagination-dots {
    position: absolute;
    bottom: 0 !important;
    !i; !;left: 50%;
    transform: translate(-50%);
    text-align: center;
}

.multi_list .swiper-pagination-dots .swiper-pagination-bullet {
    background-color: #000;
    width: 6px;
    height: 6px;
    margin-right: 5px;
}

.multi_list .btn_wrap {
    position: absolute;
    z-index: 4;
    right: 10px;
    bottom: 30px;
    display: flex;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 23px;
    align-items: center;
    width: 58px;
    height: 23px;
    line-height: 23px;
    justify-content: center;
    gap: 8.5px;
    font-size: 11px;
    font-weight: 500;
}

.multi_list .btn_wrap .swiper-pagination {
    color: rgb(255 255 255 / 50%);
    ); position: relative;
    bottom: 0;
    width: auto;
}

.multi_list .btn_wrap .swiper-pagination .swiper-pagination-current {
    color: #fff;
}

.multi_list .btn_wrap .control_btn {
}

.multi_list .btn_wrap .control {
    display: none;
}

.multi_list .btn_wrap .control.on {
    display: block;
}

.multi_list .btn_wrap .control a {
    cursor: pointer;
    display: flex;
    transition: all .1s;
    align-items: center;
    justify-content: center;
}

.multi_list .btn_wrap .control a img {
    height: 9px;
}

.multi_list .btn_wrap .pause_btn.control a img {
}

.brand_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 18px 7px;
    font-size: 14px;
    font-weight: bold;
}

/* ÂòÇÏ±â,°øÀ¯ÇÏ±â */
.share {
    display: flex;
    position: relative;
}

.share a {
    display: flex;
    gap: 5px;
    text-align: center;
    align-items: center;
}

.share a.btn_layer {
    margin-right: 10px;
}

.share a img {
    display: block;
    width: 13.63px;
    height: auto;
}

.share a.wishBtn span {
    display: flex;
    align-items: center;
    margin-left: 2px;
    font-size: 12px;
    font-weight: 400;
}

.share a.wishBtn span.wish-on {
    color: var(--point-color1);
}

.share a.wishBtn span img {
    width: 17px;
}

.share a.wishBtn img.wish_on {
    display: none;
}

.share a.wishBtn .wish-on img.wish_on {
    display: block;
}

.share a.wishBtn .wish-on img.wish_off {
    display: none;
}

/* °íÁ¤¿µ¿ª ÂòÇÏ±â */
em.ico-wish {
    display: block;
    width: 22px;
    height: 19px;
    background: url('/design/brandbig/renewal/img/ic_heart_off.svg') no-repeat center center;
    vertical-align: middle;
    margin: 0 auto;
}

.wish-on .ico-wish {
    background: url('/design/brandbig/renewal/img/ic_heart_on.svg') no-repeat center center;
}

/* sns °øÀ¯ÇÏ±â */
#sns_bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(53 53 53 / 80%);
    z-index: 999;
}

.share .layer_area {
    display: none;
    position: absolute;
    top: 50%;
    right: 63px;
    transform: translateY(-50%);
    line-height: initial !important;
    overflow: hidden;
}

.share .ly_wrap {
    text-align: left;
    background: #fff;
    box-sizing: border-box;
}

.share .ly_wrap.sns_layer {
}

.share .ly_tit {
    display: none;
    border-bottom: 1px solid #ddd;
    padding: 15px 20px;
    position: relative;
}

.share .ly_tit strong {
    font-weight: 700;
    font-size: 14px;
}

.share .ly_close {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
    height: 12px !important;
    line-height: initial !important;
    padding: 0 !important;
}

.share .ly_close img {
    width: 12px;
}

.share .ly_cont {
}

.sns_list {
}

.sns_list ul {
    display: flex;
    justify-content: center;
    gap: 6px;
}

.sns_list ul li {
    text-align: center;
}

.sns_list ul li a {
    display: inline-block;
    height: auto;
    margin: 0;
}

.sns_list ul li a img {
    width: 22px;
    height: 22px;
}

.sns_list ul li span {
    display: none;
    font-size: 12px;
    font-weight: 400;
    height: auto;
    line-height: normal;
    margin-top: 8px;
}

.sns_list ul li+li {
}

.sns_copy_url {
    font-size: 0;
    width: 1px;
    height: 1px;
}

.sns_copy_url #urlInput {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
}

/* ÆÇ¸Å°¡,ÇÒÀÎÀ²,Á¤ÂûÆÇ¸Å°¡ */
.price {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.price .price {
    display: inline-block;
}

.price .normal {
    font-size: 20px;
    font-weight: 700;
}

.price .dc_per {
    color: #f1191f;
    font-size: 20px;
    font-weight: 700;
}

.price .consumer {
    font-size: 13px;
    font-weight: 400;
    color: #646464;
}

.price .normal:after,.price .consumer:after {
    content: '¿ø';
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .deli {
    border-top: 1px solid #eee;
    padding-top: 16px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .deli .shopdetailInfoCont {
    font-size: 10px;
    font-weight: 400;
    color: #646464;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .deli .shopdetailInfoCont p {
    font-size: 12px;
    color: #000;
}

/* ±¸¸Å °¡´É »çÀÌÁî */
#productDetail .subname_wrap th,#productDetail .subname_wrap td {
    padding-top: 24px !important;
}

#productDetail .subname_wrap td .btn_subname img {
    margin-left: 4px;
    cursor: pointer;
}

body .subname_layer {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 90%;
    border: 2px solid #000;
    box-sizing: border-box;
    background: #fff;
    z-index: 9;
}

.subname_layer .subname_cont {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.subname_layer .subname_cont dl {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.subname_layer .subname_cont dl dt {
    font-size: 14px;
    font-weight: 700;
    color: #191919;
    border-bottom: 1px solid #000;
    padding: 12px 16px;
}

.subname_layer .subname_cont dl dd {
    font-size: 11px;
    font-weight: 400;
    color: #646464;
    padding: 16px;
}

.subname_layer .subname_cont dl dd a {
    display: block;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background: #000;
    padding: 10.5px 0;
    margin-top: 16px;
}

#subname_bg {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0 0 0 / 40%);
    z-index: 8;
}

/* ÅÇ */
.detailTab {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 98;
}

.detailTab ul {
    display: flex;
    justify-content: space-between;
    border-collapse: collapse;
}

.detailTab ul li {
    width: 25%;
    text-align: center;
}

.detailTab ul li a {
    display: flex;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    padding: 13px 0;
    line-height: 1;
    border: 1px solid #ccc;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
    justify-content: center;
    align-items: flex-end;
    border-right: none;
}

.detailTab ul li a.active {
    font-weight: 600;
    border: 1px solid #000;
    border-bottom: 1px solid #fff;
}

.detailTab ul li:first-child a.active {
    border-left: 0;
}

.detailTab ul li:last-child a {
    border-right: 1px solid #ccc;
}

.detailTab ul li:last-child a.active {
    border-right: 0;
}

.detailTab ul li a span {
    font-size: 10px;
    font-weight: 700;
    margin-left: 3px;
}

.detail_info img {
    max-width: 100%;
}

/* ±³È¯/È¯ºÒ/¹è¼Û */
.delivery_info {
    position: relative;
    padding: 0 18px;
}

.delivery_info dt {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.delivery_info dd {
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #646464;
    margin-bottom: 40px;
}

.shopdetailImage,.detail_info,.review-list {
    margin-bottom: 72px;
}

/* ¸®ºä */
.review-list {
    padding: 0 18px;
}

.review-list table {
    width: 100%;
}

.review-list .review_subject {
    margin-bottom: 8px;
    padding-top: 12px;
}

.review-list .review_subject a {
    font-size: 12px;
    font-weight: 500;
}

.review-list .review_subject_date {
    border-bottom: 1px solid #ddd;
    padding-bottom: 12px;
}

.review-list .review_subject_date span {
    font-size: 11px;
    font-weight: 400;
    color: #646464;
    border-right: 1px solid #ddd;
    padding-right: 8px;
    margin-right: 8px;
}

.review-list .review_subject_date span:last-child {
    border-right: 0;
}

.review-list .review_board_content {
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
}

.review-list .tb-center {
    text-align: center;
}

body #footer {
    margin-top: 80px;
}


/* ¹­À½ ÇÒÀÎ Ãß°¡ */
.shopdetail .shopdetailInfo .bundle-wrap { padding-bottom:15px; border-bottom:1px solid #bbb;}
.shopdetail .shopdetailInfo .bundle-wrap p { background-color:#fff !important; }
.shopdetail .shopdetailInfo .bundle-wrap .bundle-img { display:flex; gap:15px; padding:18px 15px 0; }
.shopdetail .shopdetailInfo .bundle-wrap .bundle-img .MS_prod_img_s { width:100px; height:100px; }
.shopdetail .shopdetailInfo .bundle-wrap .bundle-img p { padding:5px 0 0 0; }
.shopdetail .shopdetailInfo .bundle-wrap .bundle-img p.pro-name strong { font-size:1.333em; }
.shopdetail .shopdetailInfo .bundle-wrap .bundle-img p.pro-price strong { font-size:1.333em; color:#f1191f; }
.shopdetail .shopdetailInfo .bundle-wrap .bundle-img .sub-txt { display:inline-block; padding-top:5px; color:#999; }
.shopdetail .shopdetailInfo .bundle-wrap .opt { display:flex; align-items:center; }
.shopdetail .shopdetailInfo .bundle-wrap .opt .shopdetailInfoName { min-width:115px; padding-right:0; }
.shopdetail .shopdetailInfo .bundle-wrap .opt .txt { display:inline-block; width:100%; }
.shopdetail .shopdetailInfo .bundle-wrap .opt .txt select { width:100%; }
.shopdetail .shopdetailInfo .bundle-wrap .shopdetailInfoOneclick { display:flex; align-items:center; padding:0 15px; background:#fff; }
.shopdetail .shopdetailInfo .bundle-wrap .shopdetailInfoOneclick .shopdetailInfoName { min-width:115px; padding-right:0px; }
.shopdetail .shopdetailInfo .bundle-wrap .shopdetailInfoOneclick .MK-oneclick-list li {margin:5px 5px 0 0;}
 

/* ÀçÀÔ°í */
.shopdetail  .btn_soldout_anchor {
    background: url(/design/brandbig/mimg/soldout_sms.svg) no-repeat;
    width: 48px;
    height: 35px;
    background-size: cover;
}

.shopdetail .btn_soldout_anchor .MK_btn-sms {
    display: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed a.btn_Red.soldoutBtn {
    background: #000;
    border: 1px solid #000;
    width: 73%;
}

/* BASIC css end */

