/* BASIC css start */
/* BASIC css start */
/* BASIC css start */
#mainHeader {
    display: none !important;
}

#subHeader {
    display: block !important;
}

.prdHome {
    display: block !important;
}

#fixedMenu {
    display: none !important
}

/* 상품 섬네일 */
.shopdetailInfoTop {
    width: 100%;
}

.shopdetail .shopdetailInfo .shopdetailInfoTop figure {
    position: relative
}

.shopdetail .shopdetailInfo .shopdetailInfoTop .multiThumbSlide {
    position: relative;
    width: 100%;
    overflow: hidden
}

.shopdetail .shopdetailInfo .shopdetailInfoTop .multiThumbSlide img {
    width: 100%
}

.shopdetail .shopdetailInfo .shopdetailInfoTop .multiThumbSlide .swiper-pagination-progressbar {
    top: auto;
    bottom: 10px;
    left: 20px;
    right: 20px;
    width: auto;
    height: 2px;
    background: #d0d0d0
}

.shopdetail .shopdetailInfo .shopdetailInfoTop .multiThumbSlide .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #000
}

.shopdetail .shopdetailInfo .shopdetailInfoTop .swiper-pagination-fraction {
    padding: 4px 10px;
    background: rgba(18, 18, 18, 0.5);
    color: #fff;
    border-radius: 20px;
    display: inline-block;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

/* 상품 정보 */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .prd_price {
    position: relative;
    position: relative;
    display: flex;
    align-items: end;
    justify-content: start;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .prd_icon {
    margin-bottom: 10px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 16px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .prd_price .discount_box {
    color: #EA0B2A;
    margin-right: 8px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .prd_price del {
    color: #999;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin-left: 8px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .table-opt {
    text-align: left;
    font-size: 14px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    padding: 12.5px 0;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .table-opt th {
    font-weight: 400;
    vertical-align: top;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .table-opt th, .shopdetail .shopdetailInfo .shopdetailInfoBottom .table-opt td {
    padding: 7.5px 0;
    color: #666;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .table-opt .reserve_info {
    padding: 5px 10px;
    border: 1px solid #DEDEDE;
    background: #F6F6F6;
    color: #555;
    font-size: 13px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 50px;
    line-height: 1;
}

/* sns 공유하기 */
.sns_Wrap {
    display: flex;
    align-items: center;
    justify-content: right;
    position: absolute;
    right: 0;
    bottom: 0;
}

.sns_Wrap .prd-scrap, .sns_Wrap .prd-wish {
    width: 24px;
    height: 24px;
    margin-left: 12px;
    position: relative;
}

.sns_Wrap .prd-scrap .scrap_btn {
    display: block;
    width: 24px;
    height: 24px;
    text-indent: -9999em;
    background: url(/design/isanoee/makeshop/m/common/ico_share.png) 0 0 no-repeat;
    background-size: 24px auto
}

.prd-wish img {
    width: 24px
}

.prd_scrap {
}

.scrap_wrap {
    position: absolute !important;
    padding: 10px 12px;
    border: 1px solid #dedede;
    border-radius: 50px;
    display: none;
    0; background: #fff;
    right: 0;
}

.scrap_wrap .prev-sns {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.scrap_wrap .prev-sns img {
    display: none;
}

.scrap_wrap .prev-sns > div {
    width: 34px;
    height: 34px;
    margin: 0 3px;
}

.scrap_wrap .prev-sns > div a {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.scrap_wrap .prev-sns > div.fb {
    background: url('/design/isanoee/makeshop/m/common/jt-facebook.png') 0 0 no-repeat;
    background-size: 34px auto
}

.scrap_wrap .prev-sns > div.tw {
    background: url('/design/isanoee/makeshop/m/common/jt-twitter.png') 0 0 no-repeat;
    background-size: 34px auto
}

.scrap_wrap .prev-sns > div.kakao {
    background: url('/design/isanoee/makeshop/m/common/jt-kakao.png') 0 0 no-repeat;
    background-size: 34px auto
}

.scrap_wrap .prev-sns > div.url {
    background: url('/design/isanoee/makeshop/m/common/link.png') 0 0 no-repeat;
    background-size: 34px auto
}

.scrap_wrap .prev-sns > div.url a {
    font-size: 0;
}

.scrap_wrap .prev-sns > div.sns_close {
    font-size: 15px;
    color: #c2c2c2;
    text-align: center;
    width: 20px;
    padding-top: 3px;
    box-sizing: border-box;
}

/* 상품옵션 */
.shopdetail .shopdetailInfo .shopdetailInfoBottom {
    margin-top: 20px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_tk {
    margin-top: 10px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p {
    font-size: 14px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoName {
    padding: 10px 0;
    display: block;
    color: #555;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont {
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont select {
    width: 100%;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on {
    display: none;
    text-align: center;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .f-btns {
    padding: 14px 5%;
}

.MK_optAddWrap .total {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 700;
}

.MK_optAddWrap .MK_txt-total {
    font-size: 16px
}

.MK_optAddWrap .MK_txt-won, #MK_p_total {
    font-size: 24px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoMultiSelect .MK_optAddWrap #MK_innerOptScroll {
    margin-top: 20px;
}

.MK_optAddWrap .MK_inner-opt-cm li {
    position: relative;
    background: #f6f6f6;
    padding: 20px;
    margin-top: 10px;
    border-radius: 10px;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
    text-indent: -9999em;
    background: url(/design/isanoee/makeshop/common/close.png) center / 20px no-repeat;
}

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

.MK_optAddWrap .MK_inner-opt-cm .MK_p-name {
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl {
    margin-top: 10px;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input[type="tel"] {
    padding: 0 6px;
    width: 50px;
}

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

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl {
    display: inline-block;
    position: relative;
    width: 122px;
    height: 36px;
    vertical-align: top;
    background-color: #fff;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .MS_amount_basic, #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .addition_option, #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option {
    display: block;
    float: none !important;
    width: 50px;
    height: 36px;
    margin: 0 auto;
    padding: 0;
    line-height: 34px;
    border: 1px solid #dedede;
    text-align: center !important;
    border-radius: 0;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a, #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.btn-type-02 {
    overflow: hidden;
    position: absolute;
    top: 0;
    z-index: 5;
    width: 36px;
    height: 36px;
    margin: 0;
    text-indent: -9999em;
    vertical-align: top;
    cursor: pointer;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-up, #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.btn-type-02:first-of-type {
    right: 0;
    background: url(/design/isanoee/makeshop/m/common/opt_plus.png) 0 0 no-repeat;
    background-size: 36px auto;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.MK_btn-dw, #MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl a.btn-type-02+a.btn-type-02 {
    left: 0;
    background: url(/design/isanoee/makeshop/m/common/opt_minus.png) 0 0 no-repeat;
    background-size: 36px auto;
}

/* 구매하기 버튼 Wrap */
.f-btns {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    /* margin: 0 -3px; */
}

.f-btns li {
    position: relative;
    border: 1px solid #ff691f;
    border-radius: 6px;
    line-height: 48px;
    margin: 0 3px;
    overflow: hidden;
    box-sizing: border-box;
}

.f-btns li a {
    color: #ff691f;
}

.f-btns li.pay_float_img {
    border: none;
}

.f-btns li.pay_float_img img {
    width: 50px;
}

.f-btns li a {
    text-align: center;
    font-weight: 700;
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
}

.f-btns .btnPay {
    border: 0;
}

.f-btns .btnPay {
    overflow: visible
}

.f-btns .btnPay img {
    height: 50px
}

.f-btns .btnGift {
    width: 50px;
}

.f-btns .btnGift img {
    width: 27px;
}

.f-btns .btnCart, .f-btns .btnPay, .f-btns .btnBuy {
    /*width: 89px;*/
    flex: 1;
}

.f-btns .btnBuy a {
    background: #ff691f;
    color: #fff;
}

.f-btns .btnPay .linkShopPay {
    color: #ff691f;
    border: 1px solid #ff691f;
    border-radius: 6px
}

.f-btns .btnPay #shoppay_btn {
}

.f-btns .btnPay #shoppay_btn a {
    position: relative;
    border: 1px solid #ff691f;
    border-radius: 6px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    vertical-align: top;
}

.f-btns .btnPay #shoppay_btn a img {
    display: none;
}

.f-btns .btnPay #shoppay_btn a::after {
    content: "조은페이";
}

.simplePay_wrap {
    text-align: center;
    margin-top: 40px;
}

.simplePay_wrap div#kakaopay_order_btn img {
    width: 100% !important;
    height: auto !important;
}

.simplePay_wrap .npay_type_MA_1 {
    width: 100% !important;
    height: auto !important;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed {
    width: 100%;
    position: fixed;
    z-index: 9999;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-radius: 12px 12px 0 0;
    overflow: hidden;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed {
    -webkit-animation: qbuy 150ms linear 1 normal;
    animation: qbuy 150ms linear 1 normal;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .option_tk {
    max-height: 300px;
    overflow-y: auto;
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
}

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

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed {
    display: block;
    position: fixed;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed {
    display: block;
    position: relative;
    padding: 0;
    background: none
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed .f-btns {
    display: none
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area {
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area .btn_option_close {
    display: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .btn_option_close {
    display: block;
    background: #fff;
    padding-top: 10px;
}

/* 이미지배너 */
.imgBanner {
    position: relative;
    margin-bottom: 20px;
}

.imgBanner, .imgBanner img {
    width: 100%;
}

.imgBanner .inner {
    overflow: hidden;
}

.imgBanner .imgBannerPaging {
    display: inline-block;
    width: auto !important;
    right: 10%;
    left: unset;
    background: rgba(18, 18, 18, 0.5);
    color: rgba(255, 255, 255, 0.8);
    padding: 2px 8px;
    border-radius: 50px;
}

/* 상품정보 탭 */
.shopdetailItem {
    position: relative;
}

.shopdetailItem .image img, .prd-detail.tabcont img, .detailTabInfoWrap img {
    width: 100%;
}

.detailTab {
    margin-top: 20px;
    position: sticky;
    top: 50px;
    z-index: 99;
    width: 100%;
}

#prdDetail ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dedede;
    font-size: 14px;
    font-weight: 700;
    background: #fff;
}

#prdDetail ul li {
}

#prdDetail ul li a {
    display: block;
    padding: 20px 13px;
    box-sizing: border-box;
}

#prdDetail ul li a > span {
    color: #999;
    font-weight: 400;
}

#prdDetail ul li.on a {
    color: #FF691F;
    border-bottom: 3px solid #FF691F;
}

#prdDetail1 {
    height: 100px;
    margin-top: -100px;
}

#prdFacility, #prdDelivery, #prdReview {
    height: 130px;
    margin-top: -130px;
}

.prd-detail > div img {
    width: 100%;
}

@media (max-width: 360px) {
    #prdDetail ul li a {
        padding: 20px 5px;
    }
}

/* 상품 정보 고시 */
.tabTit {
    padding: 20px 0 10px;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    border-bottom: 1px solid #dedede;
}

.imgBox {
    padding-top: 20px;
}

.imgBox img {
    width: 100%;
}

.infoTable {
    margin-bottom: 40px;
}

.infoTable th, .infoTable td {
    padding: 15px 0;
    text-align: left;
    font-size: 13px;
    vertical-align: top;
    border-bottom: 1px solid #dedede;
}

.infoTable th {
    font-weight: 700;
}

.infoTable td {
    color: #555;
    padding-left: 20px;
}

/* 함께 구매하면 더 좋은 제품 */
.prodSwiper {
    overflow: hidden;
    margin-top: 15px;
    margin-bottom: 40px;
}

.tabTit.productWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tabTit.productWrap .arrBtn > div {
    display: inline-block;
}

.tabTit.productWrap .arrBtn .swiper-button-disabled {
    opacity: 0.5;
}

.tabTit.productWrap .arrBtn > div:last-child {
    margin-left: 10px;
}

.normal_item .prd_box {
    width: 130px;
}

.normal_item .prd_box .prod_thumb {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 12px;
}

.normal_item .prd_box .prod_thumb img {
    width: 100%;
}

.normal_item .prd_box .add_iconz img {
    width: auto;
}

.normal_item .prd_box .add_iconz img:last-child {
    margin-right: 0;
}

.normal_item .prd_box .prod_name a {
    display: block;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 600;
}

.normal_item .prd_box .prod_price .goods_consumer {
    display: block;
    color: #999;
    font-size: 13px;
    line-height: 18px;
}

.normal_item .prd_box .prod_price .goods_discount {
    font-size: 16px;
    line-height: 26px;
    font-weight: 700;
    color: #ea0b2a;
    margin-right: 6px;
}

.normal_item .prd_box .prod_price .goods_price {
    font-size: 16px;
    font-weight: 700;
}

.normal_item .prd_box .prod_price .goods_price > span {
    font-weight: 400;
}

/* 배송 정보 */
.view_delivery_info .view_delivery_inner th {
    font-size: 13px;
    text-align: left;
    padding: 15px 0;
    border-bottom: 1px solid #dedede;
}

.view_delivery_info .view_delivery_inner td {
    font-size: 13px;
    padding: 15px 0 15px 20px;
    color: #555;
    border-bottom: 1px solid #dedede;
}

.view_delivery_info .view_delivery_inner td p {
    font-size: 13px;
    line-height: 18px;
    color: #555;
    text-indent: -10px;
    padding-left: 10px;
}

.view_delivery_info .view_delivery_inner h2 {
    font-size: 18px;
    color: #616161;
    font-weight: 700;
    margin-bottom: 20px;
}

.view_delivery_info .view_delivery_inner h2 img {
    margin-right: 8px;
}

.view_delivery_info .view_delivery_inner p {
    text-align: left;
}

.view_delivery_info .view_delivery_inner p.caus_text {
    padding-top: 15px;
    color: #121212;
}

.vttop {
    vertical-align: top;
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.pl-none {
    padding-left: 0 !important;
}

.returnInfo {
    font-size: 13px;
    line-height: 18px;
    padding: 20px 0;
    text-indent: -12px;
    padding-left: 12px;
}

.view_delivery_info .view_delivery_inner tr:last-child th, .view_delivery_info .view_delivery_inner tr:last-child td {
    border-bottom: 0;
}

#mPowerreview {
    margin-top: 20px;
}

/* 쿠폰 */
.sell_benefit {
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
    border-top: 1px solid #ededed;
}

.sell_benefit > p {
    display: flex;
    align-items: center;
}

.sell_benefit > p img {
    width: 24px;
    margin-right: 6px;
}

.sell_benefit .benefit_btn {
    font-size: 14px;
    font-weight: 600;
    background: #343434;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px;
}

.mask {
    display: none;
    background: rgba(0, 0, 0, 0.7);
    width: 101%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p.opt-com {
    padding-left: 10px;
    text-align: right;
    margin-top: 10px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p.opt-com a {
    border: 1px solid #343434;
    width: 62px;
    height: 28px;
    line-height: 28px;
    border-radius: 4px;
    text-align: center;
    display: inline-block;
    font-weight: 600;
    font-size: 12px;
    box-sizing: border-box;
}

.shopdetailButtonTop > p {
    color: #121212;
    border-radius: 10px;
    border: 1px solid #121212;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}

/* 스마트 쿠폰 목록 */
.smartshopdetailCoupon {
    display: none
}

.smart-coupon-list li {
    position: relative;
    margin: 14px;
    border: 1px solid #cecece;
    border-radius: 10px;
    letter-spacing: -1px;
    overflow: hidden;
}

.smart-coupon-list li .c-info {
    width: 82%;
    padding: 20px;
    border-right: 1px dashed #cecece;
    box-sizing: border-box;
}

.smart-coupon-list li .c-image img {
    width: 100%;
    height: 128px;
}

.smart-coupon-list li p {
    padding-bottom: 10px;
    line-height: 18px;
    font-size: 13px;
    color: #999;
    word-break: break-all;
    font-family: "Malgun Gothic";
}

.smart-coupon-list li p:last-child {
    padding-bottom: 0;
}

.smart-coupon-list li p.c-name {
    font-size: 14px;
    color: #000;
    font-weight: bold;
    word-break: break-all;
}

.smart-coupon-list li p.c-price {
    font-size: 22px;
    color: #ff3a34;
    font-weight: bold;
}

.smart-coupon-list li .btn-down {
    position: absolute;
    top: 0;
    right: 0;
    width: 18%;
    height: 100%;
    background: #f8f8f8;
    text-align: center;
    box-sizing: border-box;
}

.smart-coupon-list li .btn-down span {
    position: absolute;
    right: 0;
    top: 50%;
    width: 100%;
    margin-top: -22px;
    height: 44px;
    font-size: 12px;
    display: flex;
    word-break: break-all;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.smart-coupon-list li .btn-down span {
    color: #999;
}

.smart-coupon-list li .btn-down span a {
    font-size: 0;
    text-indent: -9999px;
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url('/images/common/ico_h11_down_black_l.png') no-repeat center center;
}

.smart-coupon-list li.sc-style1.sc-reserve p.c-price {
    color: #3b6ce9;
}

.smart-coupon-list li.sc-style2 {
    border: 1px solid #fff;
}

.smart-coupon-list li.sc-style2 .c-info {
    background: #171940;
    border-color: #171940;
}

.smart-coupon-list li.sc-style2 p {
    color: #fff;
}

.smart-coupon-list li.sc-style2 p.c-txt {
    color: #999;
}

.smart-coupon-list li.sc-style2 .btn-down {
    background: #ff3a34;
    border: 0;
    color: #fff;
}

.smart-coupon-list li.sc-style2 .btn-down a {
    background: url('/images/common/ico_h11_down_white_l.png') no-repeat center right;
}

.smart-coupon-list li.sc-style2 .btn-down span {
    color: #fff;
}

.smart-coupon-list li.sc-style2.sc-reserve .btn-down {
    background: #3b6ce9;
    color: #fff;
}

.smart-coupon-list li.sc-style3 {
    border: 0;
    border-radius: 0;
}

.smart-coupon-list li.sc-style3 .c-info {
    border: 1px solid #000;
    border-right: 2px dotted #272a4d;
    border-radius: 10px;
}

.smart-coupon-list li.sc-style3 p.c-price {
    color: #eb3697;
}

.smart-coupon-list li.sc-style3 .btn-down {
    background: #fff2f9 ;
    border: 1px solid #272a4d;
    border-left: 0;
    border-radius: 10px;
}

.smart-coupon-list li.sc-style3 .btn-down a {
    background: url('/images/common/ico_h11_down_pink_l.png') no-repeat center right;
}

.smart-coupon-list li.sc-style3.sc-reserve p.c-price {
    color: #18b776;
}

.smart-coupon-list li.sc-style3.sc-reserve .btn-down {
    background: #eefff7;
}

.smart-coupon-list li.sc-style3.sc-reserve .btn-down span a {
    color: #000;
}

.smart-coupon-list li.sc-style3.sc-reserve .btn-down a {
    background: url('/images/common/ico_h11_down_green_l.png') no-repeat center right;
}
/* 빠른 결제 start */ 
.qorder {
    color: #fff;
    background: #ff691f;
    border-radius: 6px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-wrap.use-qorder {
    margin-top: 10px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on .btn-wrap.use-qorder {
    padding: 0 5% 14px;
    margin-top: 0;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed .fake_use-qorder {
    margin: 10px 3px 0;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed .fake_use-qorder a{
    color: #fff;
    background: #ff691f;
    border-radius: 6px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    margin: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed .fake_use-qorder {display:none;}
/* 빠른 결제 end */
/* 밀어서 결제하기 */
#quick-swipepay .layer {
    z-index: 99999;
}

#quick-swipepay .layer-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    background: #f6f6f6;
}

#quick-swipepay .layer-wrap .swipepay-close {
    position: absolute;
    top: -40px;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    font-size: 24px;
    color: #fff;
    background: none;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#quick-swipepay .layer-wrap .swipepay-addr {
    padding: 0 10px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    background: #fff;
    text-align: left;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst {
    padding: 10px 0;
    border-top: 1px solid #e3e3e3;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst:first-child {
    border-top: 0;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    font-size: 11px;
    white-space: nowrap;
}

/* 2023-11-13 밀어서 결제하기 */
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 13px;
    font-weight: bold;
    vertical-align: bottom;
}

/* 2023-11-13 밀어서 결제하기 */
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

/* 2023-11-13 밀어서 결제하기 수정 */
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dt, #quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd, #quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd p {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 2023-11-13 밀어서 결제하기 수정 */
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd {
    display: none;
}

/* 2023-11-13 밀어서 결제하기 수정 */
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li dl dd.on {
    display: flex;
}

/* 2023-11-13 밀어서 결제하기 수정 */
#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li p:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 87%;
    font-size: 13px;
    font-weight: bold;
    vertical-align: bottom;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-prd .addr-edit {
    position: absolute;
    top: -1px;
    right: 0;
    padding: 0 5px 1px;
    font-weight: bold;
    color: #3b3b3b;
    border: 1px solid #c6c6c6;
    background: #fff;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt {
    margin-top: 3px;
    font-size: 11px;
    color: #777;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li strong {
    color: #3b3b3b;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt li p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 50%;
}

#quick-swipepay .layer-wrap .swipepay-addr .addr-lst .addr-opt .option-name span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 87%;
}

#quick-swipepay .layer-wrap .swipepay-agree {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 11px;
}
 
#quick-swipepay .layer-wrap .swipepay-agree .view-terms {
    color: #888;
    text-decoration: underline;
    border: 0;
    background: none;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms {
    position: absolute;
    bottom: -40px;
    left: 50%;
    width: 100%;
    margin-left: -50%;
    padding: 10px;
    border: 1px solid #909090;
    border-radius: 4px;
    background: #fff;
    box-sizing: border-box;z-index:99;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms .terms-close {
    position: absolute;
    top: 8px;
    right: 10px;
    width: 20px;
    height: 20px;
    font-size: 20px;
    border: 0;
    background: none;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms .terms-tit {
    padding-bottom: 10px;
    font-size: 13px;
    font-weight: bold;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table {
    table-layout: fixed;
    width: 100%;
    word-wrap: break-word;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table th, #quick-swipepay .layer-wrap .swipepay-agree .layer-terms table td {
    padding: 5px;
    border: 1px solid #ddd;
    color: #777;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table th {
    font-weight: 400;
    background: #f8f8f8;
}

#quick-swipepay .layer-wrap .swipepay-agree .layer-terms table td strong {
    color: #000;
    font-weight: bold;
}

#quick-swipepay .layer-wrap .swipepay-total {
    display: flex;
    justify-content: space-between;
    padding: 5px 0 15px;
    font-size: 11px;
}

#quick-swipepay .layer-wrap .swipepay-total strong {
    font-size: 14px;
}

#quick-swipepay .layer-wrap .swipepay-total .total-price strong {
    font-size: 16px;
    color: #ff691f;
    vertical-align: bottom;
}

#quick-swipepay .layer-wrap .swipepay-wide {
    position: relative;
    width: 100%;
    height: 48px;
    border-radius: 48px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    box-sizing: border-box;
    background: #ff691f;
}

#quick-swipepay .layer-wrap .swipepay-wide .swipepay-text {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
    pointer-events: none;
    user-select: none;
}

#quick-swipepay .layer-wrap .swipepay-wide .swipepay-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 100%;
    color: #fff;
    font-size: 22px;
    border-radius: 48px;
    box-sizing: border-box;
    background: #a93800;
}

#quick-swipepay .layer-wrap .swipepay-wide .swipepay-completed {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #a93800;
    box-sizing: border-box;
    border-radius: 48px;
    pointer-events: none;
}

#quick-swipepay .layer-wrap .swipepay-order {
    padding-top: 10px;
    text-align: center;
}

#quick-swipepay .layer-wrap .swipepay-order a {
    font-size: 11px;
    color: #888;
    border-bottom: 1px solid #888;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn span {
    color: #fff;
    background: #ff691f;
    border-radius: 6px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    display: flex;
    margin: 0 14px;
    align-items: center;
    justify-content: center;
}
#mPowerreview .total .rating img {
    width: 18px;
}
#mPowerreview .header h3 {
    display: none;
}
/* BASIC css end */

