/* BASIC css start */
body { background:#FFF!important; }
select {
    background: url("/design/yozme1/img/mo/select.png") no-repeat 97% 50%;
    appearance: none
}

.shopdetail .shopdetailInfo {
}

.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: 1.333em;
    font-weight: bold;
    text-align: center;
    padding-top: 16px;
}

.shopdetail .shopdetailInfo .shopdetailInfoTop figure {
    padding: 16px 15px;
    border-bottom: 1px solid #c7c7c7;
}

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

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

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue {
    position: relative;
    border-bottom: 1px solid #c7c7c7;
    padding: 18px 15px;
}

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

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p {
    margin-bottom: 8px;
}

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

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName {
    width: 30%;
    display: inline-block;
}

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

.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 .option_area {
}

.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;
}

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

    to {
        bottom: 0;
    }
}

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

    to {
        bottom: 0;
    }
}

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

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

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

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

.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn .btn_option {
    position: absolute;
    top: -16px;
    left: 50%;
    margin-left: -33px;
}

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

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on {
    background-color: #f6f6f6;
    text-align: center;
    padding: 10px 15px;
    display: none;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a {
    width: 48%;
    color: #3b3b3b;
    background-color: #fff;
    border: 1px solid #f1191f;
    display: inline-block;
    padding: 6px 0;
    margin: 2px 0;
}

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

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

.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.gift {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 97%;
    color: #262626;
    background: #fff;
    border: 1px solid #333;
}

/* ¼±¹°ÇÏ±â */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.gift .fa-gift {
    margin-top: -2px;
    margin-right: 3px;
    font-size: 16px;
    color: #777;
}

/* ¼±¹°ÇÏ±â*/
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.subs {
    width: 97%;
    color: #fff;
    background-color: #393939;
    border: 1px solid #393939;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect {
}

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

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p {
    padding: 5px 15px;
}

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

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoName {
    width: 29%;
    padding-right: 5px;
    display: inline-block;
    padding: 9px 12px 9px 3px;
    box-sizing: border-box;
    font-size: 12px;
    color: #555;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .txt, .shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont {
    width: 70%;
    display: inline-block;
    margin-left: -4px;
}

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

.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 .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont.listCoupon {
    position: relative;
}

.btn-coupon {
display: inline-block;
height: 16px;
padding: 0;
margin-left: 5px;
border: 1px solid #000;
font-size: 10px;
}

.btn-coupon span {
display: inline-block;
height: 16px;
padding: 0 5px;
color: #fff;
background: #000;
vertical-align: top;
font-size: 11px;
}

.btn-coupon em {
display: inline-block;
height: 16px;
padding: 0 3px 0 0;
font-size: 10px;
vertical-align: top;
color: #000;
}


.shopdetail .shopdetailBoard {
    text-align: center;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    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;
}

.MK_optAddWrap .MK_inner-opt-cm li {
    position: relative;
    border-bottom: 1px solid #e9e9e9;
    padding: 14px 0;
}

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

.MK_optAddWrap .MK_inner-opt-cm .MK_p-name {
    display: block;
    padding: 0 5px 0 9px;
    font-size: 12px;
    color: #555;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl {
    margin-top: 8px;
    padding: 0 5px 0 9px;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input[type="tel"] {
    text-align: left !important;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del {
    position: absolute;
    top: 52%;
    right: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del img {
    width: 0;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del:after {
    content: '';
    display: inline-block;
    background: url('/design/yozme1/img/mo/btn_price_delete.gif')no-repeat center;
    width: 11px;
    height: 11px;
}

.MK_optAddWrap .MK_inner-opt-cm .MK_price {
    position: absolute;
    top: 50%;
    right: 30px;
    font-size: 13px;
    color: #555;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02 {
}

.MK_optAddWrap .total {
    text-align: right;
    font-size: 17px;
}

.MK_optAddWrap .MK_total {
    font-size: 14px;
    color: #555;
}

.MK_optAddWrap .MK_txt-won {
    font-size: 17px;
}

.MK_optAddWrap_div {
    height: 10px;
    padding: 0;
    background: #f6f6f6;
    border-top: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
}

.MK_optAddWrap_line {
    height: 1px;
    padding: 0;
    background: #f6f6f6;
    border-bottom: 1px solid #c7c7c7;
}

#MK_innerOptTotal {
    padding: 12px 10px;
    text-align: right;
}

/* //ÂøºÒ ¾ÆÀÌÄÜ */
.shopdetail .shopdetailInfo .gray-delivery {
    padding: 2px;
    background-color: #fff;
    color: #656565;
    font-size: 0.875em;
    border-radius: 3px;
    border: 1px solid #656565;
}

/* //»óÇ°¿É¼Ç */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal {
    background-color: #fff;
    text-align: right;
    padding: 15px;
    font-size: 1.2em;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailTotal em {
    color: #f1191f;
    font-size: 1.333em;
    margin-left: 16px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton {
    text-align: center;
    padding: 15px;
    border-top: 1px solid #4a4a4a;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a {
    padding: 15px 14px;
    display: inline-block;
    margin: 2px;
    font-weight: bold;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish {
    background-color: #FFF;
    border: 1px solid #393939;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.cart {
    color: #fff;
    background-color: #393939;
    border: 1px solid #393939;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.buy {
    color: #fff;
    background-color: #f1191f;
    border: 1px solid #f1191f;
    padding: 15px 32px;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.subs {
    padding: 15px 0;
    width: 70%;
    background-color: #FFF;
    border: 1px solid #f1191f;
    color: #f1191f;
}

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #FFF;
    border: 1px solid #393939;
}

.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 .shopdetailButtonTop a.gift {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    width: 70%;
    background: #fff;
    border: 1px solid #393939;
    color: #393939;
}

/* ¼±¹°ÇÏ±â */
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.gift .fa-gift {
    margin-top: -2px;
    margin-right: 3px;
    font-size: 16px;
}

/* ¼±¹°ÇÏ±â */
.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 .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 {
    margin-bottom: 30px;
}

.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;
}

/* //°ü·Ã»óÇ° */
/* 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;
    padding-BOTTOM: 20px;
}

#payco_order_btn {
    padding-top: 10px;
}

#kakaopay_order_btn {padding-top: 10px; text-align: center; }

/* ±¸¸ÅÇÒÀÎ Ãß°¡ */
.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: auto;
    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: 100%;
    padding: 0 0 5px 0;
}

/* ¿øÅ¬¸¯¿É¼Ç */
.shopdetailInfoOneclick {
    clear: both;
    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: 25px;
    height: 25px;
}

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

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

.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;
    padding: 0 5px;
}

.MK-oneclick-list li.MK-oneclick-dis a { filter:alpha(opacity=50); -moz-opacity:.5; opacity:.5; text-decoration: line-through; cursor:default; background-color:#888888;} 

/* »óÇ° »ó¼¼ ÀÌº¥Æ® °øÅë Á¤º¸ */
.detail-common-info-event {
    padding: 0 0 20px;
    word-break: break-all;
}

.detail-common-info-event img {
    max-width: 100%;
}

.detail-common-info-event div {
    margin-top: 10px;
}

/* //»óÇ° »ó¼¼ ÀÌº¥Æ® °øÅë Á¤º¸ */
/* »óÇ° »ó¼¼ ÀÏ¹Ý °øÅë Á¤º¸ */
.detail-common-info {
    padding: 0 15px 20px;
    word-break: break-all;
}

.detail-common-info img {
    max-width: 100%;
}

.detail-common-info dl {
    padding-top: 20px;
    font-size: inherit;
    font-weight: normal;
    letter-spacing: -0.5px;
}

.detail-common-info dl dt {
    padding-bottom: 10px;
    color: #444;
    font-weight: bold;
}

.detail-common-info dl dd {
    padding-left: 10px;
    text-indent: -10px;
    color: #777;
    line-height: 20px;
}

.detail-common-info div {
    margin-top: 10px;
}





/* //»óÇ° »ó¼¼ ÀÏ¹Ý °øÅë Á¤º¸ */
/* ½º¸¶Æ® ÄíÆù ¸ñ·Ï */
.shopdetail .shopdetailCoupon .smart-coupon-list li {
    position: relative;
    margin: 14px;
    border: 1px solid #cecece;
    border-radius: 10px;
    letter-spacing: -1px;
    overflow: hidden;
}

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

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

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

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

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

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

.shopdetail .shopdetailCoupon .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;
}

.shopdetail .shopdetailCoupon .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;
}

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

.shopdetail .shopdetailCoupon .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;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shopdetail .shopdetailCoupon .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;
}

.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%;
}

/* ¼¥ÆäÀÌ ¹Ù·Î±¸¸Å */
#productDetail #shoppay_btn {
    padding-top: 10px;
}

/* PC (°øÅë) »ó¼¼ÆäÀÌÁö Àü¿ë */
#cartWrap #shoppay_btn {
    display: inline;
}

/* PC (°øÅë) Àå¹Ù±¸´Ï Àü¿ë */
.shopdetail #shoppay_btn {
    padding-top: 10px;
}

/* MO (4.0) »ó¼¼ÆäÀÌÁö Àü¿ë */
#basket #shoppay_btn {
    margin-top: 20px;
}

/* MO (4.0) Àå¹Ù±¸´Ï Àü¿ë */
.shopdetail #shoppay_btn {
    text-align: center;
}

/* MO (ÆÄ¿öÆÑ) »ó¼¼ÆäÀÌÁö Àü¿ë */
.basket #shoppay_btn {
    text-align: center;
}

/* MO (ÆÄ¿öÆÑ) Àå¹Ù±¸´Ï Àü¿ë */
.shoppay_storebtn_bx, .shoppay_storebtn_bx *, .shoppay_button_box, .shoppay_button_box * {
    display: inline-block !important;
    overflow: hidden;
    !important; float: none !important;
    position: static !important;
    top: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 none !important;
    font-size: 11px !important;
    line-height: 16px !important;
    font-family: 'µ¸¿ò',Dotum,Helvetica,sans-serif !important;
    text-align: left !important;
    text-decoration: none !important;
    vertical-align: top !important;
    background: none !important;
    border-radius: 0 !important;
}

.shoppay_button_box {
    width: auto !important;
    height: 100% !important;
    zoom: 1 !important; padding: 0 !important;
    border-top: 2px solid #2b2f3a !important;
    background-color: #fff !important;
}

.shoppay_button {
    position: relative !important;
    margin: 0 !important;
    padding: 5px 0 5px 88px !important;
    zoom:1 !important; }

.shoppay_button .shoppay_blind {
    overflow: hidden !important;
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    clip: rect(0 0 0 0) !important;
}

.shoppay_text {
    display: block !important;
    *display: inline !important;
    position: absolute !important;
    top: 10px !important;
    left: 0 !important;
    width: 82px !important;
    height: 26px !important;
    margin: 0 !important;
    padding: 0 !important;
    background: url('/images/common/shoppay_sp_text.png') no-repeat !important;
}

.shoppay_btn_list {
    *zoom: 1 !important; display: table !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    table-layout: fixed !important;
    list-style: none !important;
}

.shoppay_btn_list tbody {
    display: table-row-group !important;
}

.shoppay_btn_list tr {
    display: table-row !important;
}

.shoppay_btn_list .shoppay_btn_item {
    *width: 120px !important;
}

.shoppay_btn_item {
    display: table-cell !important;
    height: 37px !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
}

.shoppay_btn_link {
    display: block !important;
    height: 35px !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #bfc4c7 !important;
    background-color: #fcfcfc !important;
    background-repeat: no-repeat !important;
    background-repeat: no-repeat !important;
    text-align: center !important;
    text-decoration: none !important;
}

.shoppay_btn_item:first-child .shoppay_btn_link {
    margin: 0 !important;
}

.shoppay_text {
    background-size: 82px auto !important;
}

.shoppay_btn_link.shoppay_btn_pay {
    background-size: 133px auto !important;
}

.shoppay_btn_link.shoppay_btn_pay {
    background-image: url('/images/common/shoppay_sp_payment.png') !important;
    background-position: 50% 0 !important;
    background-repeat: no-repeat !important;
    border-radius: 2px !important;
}

.shoppay_btn_link.btn_blue {
    border-color: #025eea !important;
    background-color: #025eea !important;
}

.shoppay_event {
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 3px 0 0 0 !important;
    border: 0 none !important;
    border-top: 1px solid #e5e9ea !important;
    letter-spacing: -0.5px !important;
}

.shoppay_event_tex t {
    display: block !important;
    *display: inline !important;
    overflow: hidden !important;
    *width: 100% !important;
    margin: 0 !important;
    padding: 5px 0 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
    *zoom: 1 !important; text-overflow: ellipsis !important;
    word-wrap: normal !important;
}

.shoppay_event_text {
    padding: 0 !important;
}

.shoppay_event_text .event_title {
    display: inline !important;
    margin: 0 5px 0 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #015ce8 !important;
    vertical-align: middle !important;
}

.shoppay_event .shoppay_event_text .event_link {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: normal !important;
    color: #727272 !important;
    text-decoration: none !important;
    vertical-align: middle !important;
}

.shoppay_event .shoppay_event_text .event_link span {
    display: inline-block !important;
    margin: -1px 0 1px !important;
    vertical-align: middle !important;
}

.shoppay_type_A_1 {
    width: 277px !important;
    height: 70px !important;
}

.shoppay_type_A_2 {
    width: 296px !important;
    height: 84px !important;
}

.shoppay_type_A_2 .shoppay_button {
    padding: 5px 0 5px 86px !important;
}

.shoppay_type_A_2 .shoppay_text {
    top: 14px !important;
}

.shoppay_type_A_2 .shoppay_btn_link {
    height: 45px !important;
}

.shoppay_type_A_2 .shoppay_btn_link.shoppay_btn_pay {
    background-position: 50% -40px !important;
}

.shoppay_type_A_3 {
    width: 338px !important;
    height: 84px !important;
}

.shoppay_type_A_3 .shoppay_button {
    padding: 6px 0 6px 102px !important;
}

.shoppay_type_A_3 .shoppay_text {
    top: 13px !important;
    height: 31px !important;
    background-position: 0 -31px !important;
}

.shoppay_type_A_3 .shoppay_btn_link {
    height: 45px !important;
}

.shoppay_type_A_3 .shoppay_btn_link.shoppay_btn_pay {
    background-position: 50% -40px !important;
}

/* ¿À´ÃÃâ¹ß »óÇ° */
.shopdetail .today-delivery {
    display: flex;
    align-items: center;
    margin: 0 15px 15px;
    padding: 10px;
    border: 1px solid #e4e4e5;
    background: #f8f8f8;
    color: #111;
    font-size: 1em;
    box-sizing: border-box;
}

.shopdetail .today-delivery .icon {
    padding: 12px 10px;
    border: 1px solid #111;
    border-radius: 6px;
    background: #fff;
}

.shopdetail .today-delivery .txt {
    padding-left: 12px;
}

.shopdetail .today-delivery .txt p {
    padding-top: 5px;
}

/* ÀÌÀücss */
/* footer */
body #foot {
    padding-bottom: 50px
}

body #opt_layer_background, body #opt_layer_iframe_parent {
    display: none !important
}

body footer .icon_set {
    bottom: 65px
}

.xans-product-detail {
    font-size: 13px
}

.xans-product-detail .strike {
    text-decoration: line-through;
}

.xans-product-detail .byte {
    font-size: 11px;
    vertical-align: middle;
}

.xans-product-detail .byte strong {
    color: #1b87d4;
}

/* »óÇ°Á¤º¸ */
.xans-product-detail h1.name {
    margin: 14px 14px 0;
    font-size: 13px;
}

.xans-product-detail p.prdIcon {
    margin: 0 14px 7px;
}

.xans-product-detail p.prdIcon img {
    margin: 7px 4px 0 0;
}

.xans-product-detail p.prdIcon .icon_img {
    margin: 7px 0 0 0;
}

.xans-product-detail .overview {
    padding: 14px;
    font-size: 12px;
}

.xans-product-detail .overview .prdImgView {
    position: relative;
    min-height: 100px;
    text-align: center;
}

.xans-product-detail .overview .prdImg {
    font-size: 0;
    line-height: 0;
}

.xans-product-detail .overview .prdImg img {
    width: 100%;
    border: 1px solid #ececec;
}

.xans-product-detail .overview .prdIcon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 25% auto;
}

.xans-product-detail .overview .color {
    overflow: hidden;
    margin: 7px 1px 0;
}

.xans-product-detail .overview .chips {
    float: left;
    width: 20px;
    height: 16px;
    margin: 0 3px 3px 0;
    font-size: 0;
    line-height: 0;
    border: 1px solid #e3e3e3;
}

/* °ø±Þ»ç ¹Ù·Î°¡±â ¿µ¿ª */
.xans-product-detail .overview .topLogo {
    overflow: hidden;
    padding: 0 0 14px;
}

.xans-product-detail .overview .topLogo span {
    float: left;
    padding: 0 14px 0 0;
    font-weight: bold;
    font-size: 20px;
    line-height: 26px;
}

.xans-product-detail .overview .topLogo span img {
    max-height: 20px;
}

.xans-product-detail .overview .topLogo a {
    float: left;
}

.xans-product-detail .overview .topLogo a img {
    max-height: 26px;
}

.xans-product-detail .prdDesc .ec-base-table {
    margin: 0 7px;
    padding: 0;
    border: 0;
}

.xans-product-detail .prdDesc .ec-base-table table {
    margin: 7px 0 0;
    border: 1px solid #d5d5d5;
}

.xans-product-detail .prdDesc .ec-base-table:first-of-type table {
    margin: 0;
}

.xans-product-detail .ec-base-table tbody.priceArea {
    border-bottom: 1px solid #ececec;
}

.xans-product-detail .ec-base-table tbody.priceArea th {
    font-weight: bold;
}

.xans-product-detail .ec-base-table tbody.priceArea tr.price td {
    text-decoration: line-through;
}

.xans-product-detail .ec-base-table td select {
    width: 100%;
}

.xans-product-detail .ec-base-table td select#delivery_cost_prepaid {
    margin: 0 0 7px;
}

.xans-product-detail .ec-base-table .mileage td p {
    display: inline-block;
}

.xans-product-detail .ec-base-table.typeWrite td select {
    width: 100%;
}

.xans-product-detail .ec-base-table.typeWrite td.selectButton {
    text-align: right;
}

.xans-product-detail .ec-base-table.typeWrite td.fileInfo input {
    width: 95%;
}

.xans-product-detail .ec-base-table.typeWrite #ul_file_option li {
    margin: 4px 0 0;
    color: #757575;
    font-size: 11px;
}

.xans-product-detail .ec-base-table.typeWrite #ul_file_option .btnDelete {
    overflow: hidden;
    display: inline-block;
    text-indent: -999px;
    width: 21px;
    height: 20px;
    border: 0;
    cursor: pointer;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/btn_delete.png") no-repeat 0 0;
    background-size: 100% 100%;
}

.xans-product-detail .ec-base-table.typeWrite img {
    vertical-align: middle;
    cursor: pointer;
}

/* ÀçÀÔ°í ¾Ë¸² ¸ÞÀÏ */
.xans-product-detail .btnRestockMail {
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    color: #1b1b1b;
    font-size: 11px;
    background: #fff;
}

/* ÀçÀÔ°í ¾Ë¸² SMS */
.xans-product-detail .btnRestockSms {
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    color: #1b1b1b;
    font-size: 11px;
    background: #fff;
}

/* »çÀÌÁî°¡ÀÌµå */
.xans-product-detail .sizeGuide {
    margin: 0 7px;
    padding: 7px 0 14px 27px;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/ico_sizeGuide.png") no-repeat 7px 9px;
    background-size: auto 10px;
}

.xans-product-detail .sizeGuide a {
    display: inline-block;
    padding: 0 14px 0 0;
    font-weight: bold;
    color: #1b1b1b;
    font-size: 13px;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/btn_sizeguide.png") no-repeat 100% 50%;
    background-size: auto 12px;
}

/* ÁÁ¾Æ¿ä¹öÆ° */
.xans-product-detail .likeButton {
    display: table;
    margin: 14px auto 0;
    text-align: center;
}

.xans-product-detail .likeButton button {
    padding: 0 9px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-bottom-color: #b5b5b5;
    border-radius: 3px;
}

.xans-product-detail .likeButton span {
    display: inline-block;
    font-size: 13px;
    line-height: 25px;
    color: #757575;
}

.xans-product-detail .likeButton .title:after {
    display: inline-block;
    content: "";
    margin: 0 9px;
    width: 1px;
    height: 9px;
    background: #dedede;
}

.xans-product-detail .likeButton .count {
    margin: 0 0 0 3px;
    background: none;
}

.xans-product-detail .likeButton.selected .title {
    color: #ef524d;
}

.xans-product-detail .likeButton.selected .count span {
    color: #2e2e2e;
}

/* ÄíÆù */
.xans-coupon-productdetail.ec-base-fold {
    margin: 0 7px 7px;
}

.xans-coupon-productdetail .contents {
    background: #fff;
}

.xans-coupon-productdetail .contents li {
    padding: 14px;
    border-top: 1px solid #ececec;
}

.xans-coupon-productdetail .contents li:first-child {
    border-top: 0;
}

.xans-coupon-productdetail .coupon {
    width: 216px;
    height: 105px;
    margin: 10px auto;
    font-size: 12px;
    line-height: 1.5;
    text-align: center;
    font-family: Dotum, sans-serif;
    background-repeat: no-repeat;
}

.xans-coupon-productdetail .coupon .title {
    display: block;
    padding: 8px 0 0;
    font-size: 10px;
    line-height: 15px;
    text-align: center;
    font-weight: normal;
    font-family: Arial, sans-serif;
}

.xans-coupon-productdetail .coupon .discount {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    text-align: center;
    letter-spacing: -1px;
    font-family: Dotum, sans-serif;
    text-decoration: none;
}

.xans-coupon-productdetail .coupon .discount span {
    font-size: 22px;
    font-family: Verdana, sans-serif;
}

.xans-coupon-productdetail .coupon .period {
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    text-align: center;
    font-family: Dotum, sans-serif;
    letter-spacing: -1px;
}

.xans-coupon-productdetail .coupon .button {
    margin: 5px 0 0;
    text-align: center;
}

/* ÄíÆù Á¤º¸ ·¹ÀÌ¾î */
#dCouponDetail {
    position: absolute;
    z-index: 100;
    min-width: 303px;
    margin: 0 7px;
    border: 1px solid #353535;
    border-radius: 4px;
    background: #f1f1f1;
}

#dCouponDetail.active {
    display: block;
}

#dCouponDetail h4 {
    font-size: 14px;
    box-sizing: border-box;
    padding: 10px 14px;
    background: #353535;
    color: #fff;
}

#dCouponDetail .couponInfo {
    margin: 14px 7px 7px;
    background: #fff;
    border: 1px solid #d5d5d5;
}

#dCouponDetail .couponInfo li {
    padding: 12px;
    border-top: 1px solid #ededed;
}

#dCouponDetail .couponInfo li:first-child {
    border-top: 0;
}

#dCouponDetail .mButton {
    text-align: center;
    padding: 0 0 7px;
}

#dCouponDetail .mButton a {
    display: inline-block;
    height: 28px;
    line-height: 28px;
    margin: 0;
    padding: 0 9px;
    font-size: 13px;
    cursor: pointer;
    vertical-align: middle;
    font-family: Verdana,"¸¼Àº °íµñ",Malgun Gothic,"µ¸¿ò",Dotum, sans-serif;
    font-weight: 400;
    border: 0;
    border-radius: 2px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#dCouponDetail .mButton .tSubmit1 {
    color: #fff;
    background: #4a5164;
    margin: 0 7px 0 0;
}

#dCouponDetail .mButton .tSubmit2 {
    color: #1b1b1b;
    border: 1px solid #bcbcbc;
    background: #fff;
}

/* ¹öÆ° ¾×¼Ç */
.xans-product-action {
    padding: 0 13px;
}

.xans-product-action.fixed {
    position: fixed;
    z-index: 120;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 7px 13px;
    background-color: #dbdbdb;
    -webkit-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px -4px 4px 0px rgba(0, 0, 0, 0.3);
}

/* ³×ÀÌ¹ö ÆäÀÌ */
#NaverChk_Button {
    margin: 0 0 10px;
}

/* ¼¼Æ®»óÇ° ¹× Ãß°¡±¸¼º»óÇ° */
.xans-product-detail .productSet {
    margin: 0 7px 7px;
}

.xans-product-detail .productSet .product > li {
    padding: 14px;
    background: #fff;
    border-top: 1px solid #ededed;
}

.xans-product-detail .productSet .product > li:first-child {
    border-top: 0;
}

.xans-product-detail .productSet .product .information {
    min-height: 73px;
    padding: 0;
}

.xans-product-detail .productSet .product .information:after {
    display: block;
    content: "";
    clear: both;
}

.xans-product-detail .productSet .product .thumbnail {
    float: left;
    width: 71px;
    padding: 0 14px 14px 0;
}

.xans-product-detail .productSet .product .thumbnail img {
    max-width: 100%;
    border: 1px solid #d5d5d5;
}

.xans-product-detail .productSet .product .name {
    margin: 0 0 7px;
    font-size: 14px;
    color: #757575;
    line-height: 1.25em;
}

.xans-product-detail .productSet .product .name a {
    color: #757575;
    word-wrap: break-word;
}

.xans-product-detail .productSet .product .price {
    margin: 0 0 14px;
    font-size: 14px;
    font-family: Tahoma, sans-serif;
    color: #000;
    line-height: 1.25em;
    word-wrap: break-word;
}

.xans-product-detail .productSet .product .qty {
    font-size: 11px;
    color: #8f8f91;
}

.xans-product-detail .productSet .product .salePrice {
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    color: #66676a;
}

.xans-product-detail .productSet .product .option {
    margin: 5px 0 0;
    padding: 0 6px 6px;
    border: 1px solid #d5d5d5;
    background: #f1f1f1;
}

.xans-product-detail .productSet .product .option table {
    width: 100%;
}

.xans-product-detail .productSet .product .option th, .xans-product-detail .productSet .product .option td {
    padding: 7px 0 0;
    line-height: 29px;
    font-size: 12px;
}

.xans-product-detail .productSet .product .option th {
    color: #757575;
    font-weight: normal;
    text-align: left;
}

.xans-product-detail .productSet .product .option td .fText {
    width: 45%;
    padding: 3px;
}

.xans-product-detail .productSet .product .sizeGuide {
    margin: 0;
    padding: 7px 14px 0 27px;
    background-position: 7px 17px;
}

.xans-product-detail .productSet .product .sizeGuide a {
    padding: 7px 14px 7px 0;
}

.xans-product-detail .productSet.hide .title span {
    display: block;
    padding: 0;
    font-size: 12px;
}

.xans-product-detail .productSet.hide .product {
    display: none;
}

.xans-product-detail .productSet select {
    width: 100%;
    white-space: nowrap;
}

.xans-product-detail .productSet input[type="text"], .xans-product-detail .productSet input[type="password"] {
    margin-bottom: 2px;
}

.xans-product-detail .productSet #quantity {
    width: 49px;
}

.xans-product-detail .productSet .quantity img {
    width: auto;
}

.xans-product-detail .productSet .quantity.set {
    padding: 14px 14px;
    border-top: 1px solid #ccc;
    background: #fff;
}

.xans-product-detail .productSet .quantity.set dt, .xans-product-detail .productSet .quantity.set dd {
    display: inline-block;
    vertical-align: middle;
}

.xans-product-detail .productSet .quantity.set dt {
    width: 104px;
    padding: 0 0 0 6px;
    font-size: 13px;
    color: #757575;
}

.xans-product-detail .productSet td img {
    width: 26px;
    vertical-align: middle;
    cursor: pointer;
}

.xans-product-detail .productSet .selectButton {
    margin: 14px 0 0;
    width: 100%;
    text-align: right;
}

.xans-product-detail .productSet.xans-product-setproduct .product .thumbnail {
    padding: 0 7px 14px 0;
}

/* »óÇ°¿É¼Ç */
.xans-product-detail .xans-product-option .value {
    color: #767479;
    word-break: break-all;
}

.xans-product-detail .xans-product-option .value .ec-product-value {
    color: #363437;
}

.xans-product-detail .xans-product-option .ec-product-button li {
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin: 0 3px 3px 0;
    vertical-align: top;
    border: 1px solid #c8c8c8;
    border-radius: 2px;
    background: #fff;
}

.xans-product-detail .xans-product-option .ec-product-button li:last-child {
    margin-right: 0;
}

.xans-product-detail .xans-product-option .ec-product-button li a {
    display: block;
    min-width: 30px;
    line-height: 18px;
    text-align: center;
    text-decoration: none;
    word-break: break-all;
}

.xans-product-detail .xans-product-option .ec-product-button li a span {
    display: inline-block;
    padding: 6px 5px;
    box-sizing: border-box;
    word-break: break-all;
}

.xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li {
    padding: 3px;
}

.xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li a {
    min-width: 24px;
    width: 24px;
    height: 24px;
}

.xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li a img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: top;
}

.xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li a span {
    overflow: hidden;
    line-height: 0;
    font-size: 0;
    padding: 0;
    text-indent: 120%;
    white-space: nowrap;
}

.xans-product-detail .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span, .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview .ec-product-disabled span {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.xans-product-detail .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span {
    background: url("//img.echosting.cafe24.com/skin/mobile/product/soldout_bg.png") repeat;
    background-size: 28px auto;
}

.xans-product-detail .xans-product-option .ec-product-button .ec-product-soldout {
    border-style: dashed;
}

.xans-product-detail .xans-product-option .ec-product-button .ec-product-soldout a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    cursor: not-allowed;
    color: #c8c8c8;
}

.xans-product-detail .xans-product-option .ec-product-button .ec-product-soldout.ec-product-selected {
    border-style: dashed;
}

.xans-product-detail .xans-product-option .ec-product-button .ec-product-disabled a span {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
}

.xans-product-detail .xans-product-option .ec-product-button .ec-product-selected {
    border: 2px solid #495164;
    border-radius: 2px;
}

.xans-product-detail .xans-product-option .ec-product-button .ec-product-selected a {
    margin: -1px;
}

.xans-product-detail .xans-product-option .ec-product-radio > li {
    display: inline-block;
    margin: 0 10px 0 0;
}

.xans-product-detail .xans-product-option .ec-product-radio .ec-product-disabled, .xans-product-detail .xans-product-option .ec-product-radio .ec-product-soldout {
    color: #d7d7d7;
}

/* ÃÑ »óÇ° */
#totalProducts {
    margin: 7px;
}

#totalProducts table {
    margin: 0;
    border-collapse: collapse;
}

#totalProducts tbody tr {
    border-top: 1px solid #d5d5d5;
}

#totalProducts tbody tr:first-child {
    border-top: 0;
}

#totalProducts thead {
    display: none;
}

#totalProducts tbody td {
    padding: 14px;
    font-size: 12px;
    color: #5f5f5f;
    line-height: 16px;
    background: #fff;
    vertical-align: middle;
    word-wrap: break-word;
    word-break: break-all;
}

#totalProducts tbody td img {
    vertical-align: middle;
}

#totalProducts tbody tr td:nth-child(2) {
    padding: 0;
    text-align: right;
}

#totalProducts tbody tr td:nth-child(3) {
    padding: 0 14px 0 7px;
    text-align: center;
}

#totalProducts tbody td p {
    margin: 0;
}

#totalProducts tbody td p.option, #totalProducts tbody td p.product {
    padding: 0 0 14px;
}

#totalProducts tbody td p.option strong, #totalProducts tbody td p.product strong {
    font-weight: normal;
    color: #1c1c1c
}

#totalProducts input.quantity_opt, #totalProducts input[readonly] {
    width: 50px;
}

#totalProducts tbody td .quantity input {
    width: 23px;
    height: 19px;
    padding: 0 5px;
    line-height: 19px;
    border: 1px solid #e9e9e9;
    border-top: 1px solid #c5c5c5;
    border-left: 1px solid #c5c5c5;
    *margin-top: -1px;
}

#totalProducts tbody td .price {
    display: block;
    margin: 0 0 6px;
    font-weight: bold;
    font-size: 13px;
    font-family: Tahoma, sans-serif;
    color: #508bed;
}

#totalProducts tbody td .mileage {
    display: block;
    font-size: 11px;
    color: #212530;
}

#totalProducts tbody td .mileage_price {
    white-space: nowrap;
}

#totalProducts tbody td .soldOut {
    color: #e84f20;
}

#totalProducts tbody + tbody {
    border-top: 1px solid #d5d5d5
}

#totalProducts tbody tr.option {
    border-top: 0;
}

#totalProducts tbody tr.option table tr {
    border-top: 0
}

#totalProducts tbody tr.option table tr:first-child th {
    border-top: 1px solid #d5d5d5
}

#totalProducts tbody tr.option table th {
    text-align: left;
    padding: 6px 0 7px;
    line-height: 29px;
}

#totalProducts tbody tr.option table td {
    text-align: left;
    padding: 6px 0 7px;
    line-height: 29px;
    border-top: 1px solid #d5d5d5
}

#totalProducts tbody tr.option > td {
    padding: 0;
}

#totalProducts tbody tr.option table th {
    vertical-align: top;
}

#totalProducts > table > tbody > tr > td > table > tbody > tr:first-child > td {
    padding: 0 0 14px;
}

#totalProducts > table > tbody > tr > td > table > tbody > tr:first-child.option > td {
    padding: 0;
}

/* ÃÑ »óÇ° ±Ý¾× */
.totalPrice {
    margin: 7px 0 0;
    padding: 14px;
    font-size: 13px;
    line-height: 15px;
    vertical-align: middle;
    border: 1px solid #d5d5d5;
    background: transparent;
}

.totalPrice > strong {
    color: #1b1b1b;
}

.totalPrice .total {
    float: right;
    font-family: Tahoma, sans-serif;
    color: #508bed;
}

.totalPrice .total strong {
    font-weight: normal;
}

/* ¹è¼Ûºñ ·¹ÀÌ¾î */
.differentialShipping {
    display: inline-block;
    width: 13px;
    height: 13px;
    vertical-align: middle;
}

.differentialShipping .btnHelp {
    display: inline-block;
    overflow: hidden;
    width: 13px;
    height: 13px;
    font-size: 0;
    vertical-align: top;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/ico_help2.png") no-repeat 50% 50%;
    background-size: 13px 13px;
}

.differentialShipping .layerShipping {
    display: none;
    z-index: 1000;
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}

.differentialShipping .layerShipping p {
    padding: 12px;
    color: #fff;
    background-color: #353535;
    border: 1px solid #353535;
    border-bottom: 0;
    border-radius: 4px 4px 0 0;
}

.differentialShipping .layerShipping p strong {
    font-weight: normal;
    font-size: 13px;
}

.differentialShipping .layerShipping ul {
    padding: 14px 7px;
    border: 1px solid #353535;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    background-color: #f0f0f0;
}

.differentialShipping .layerShipping li {
    padding: 12px;
    overflow: hidden;
    font-size: 11px;
    background: #fff;
    border: 1px solid #d5d5d5;
    border-top: 0;
}

.differentialShipping .layerShipping li:first-child {
    border-top: 1px solid #d5d5d5;
    ; }

.differentialShipping .layerShipping li strong {
    float: left;
    font-weight: normal;
    color: #757575;
}

.differentialShipping .layerShipping li .price {
    float: right;
    font-weight: bold;
    font-family: Tahoma, sans-serif;
    color: #353535;
}

.differentialShipping .layerShipping .btnClose {
    position: absolute;
    right: 24px;
    top: 12px;
    overflow: hidden;
    width: 18px;
    height: 18px;
    font-size: 0;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/ico_close_white.png") no-repeat 50% 50%;
    background-size: 20px 20px;
}

/* °Ô½Ã±Û */
/* °Ô½Ã±Û */
.empty-board {
    text-align: center;
}

#tabs {
    margin: 5px;
    border: 1px solid #bbb;
    padding-bottom: 10px;
    font-size: 12px;
}

#tabs .shopdetailBoard {
    overflow: hidden;
    text-align: center;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    background-color: #f8f8f8;
    padding: 10px 0;
    margin-bottom: 0;
}

#tabs .shopdetailBoard .tab_on {
    font-weight: bold;
    padding: 10px 0;
}

#tabs .util {
    border-bottom: 1px solid #464646;
    padding: 10px;
}

#tabs .util a {
    border: 1px solid #424242;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    border-radius: 3px;
    width: 100%;
    text-align: center;
}

#tabs .list_board .reply-detail {
    margin: 0 5px;
    border: 1px solid #73adff;
    font-size: 0.875em;
    color: #5da0ff;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    padding: 0 3px;
}

#tabs .review .list_board > ul > li.now > .cont_wrap {
    display: block;
}

#tabs .list_board > ul > li > .wrap .re-wrap {
    padding: 10px;
    border-top: 1px solid #bebebe;
}

#tabs .empty-board {
    text-align: center;
    padding: 15px 0 5px;
}

.list_board ul li {
    color: #424242;
    border-bottom: 1px solid #bebebe;
    word-break: break-all;
}

.list_board .re-wrap ul li {
    font-size: 1em;
    border-bottom: 0;
    border-top: 1px dotted #bebebe;
    margin-top: 5px;
    padding-top: 5px;
    list-style: none;
}

.list_board ul li dl {
    padding: 7px;
}

.list_board ul li dl h4 {
    margin: 0
}

.list_board ul li .cont_wrap {
    display: none;
    border-top: 1px solid #e9e9e9;
    background-color: #f9f9f9;
    padding: 14px;
    margin-top: 15px;
}

.list_board ul li .cont_wrap img {
    max-width: 100%;
    padding-bottom: 5px;
}

/* ´ñ±Û */
.MS_cmt_list_box {
    color: #656565;
}

.MS_cmt_list_box .comment_list:last-child {
    border-bottom: 1px solid #cecece;
}

.MS_cmt_list_box .comment_list {
    padding: 5px;
    border: 1px solid #cecece;
    border-bottom: 0;
    background-color: #fff;
}

.MS_cmt_list_box .MS_cmt_hname {
    padding-left: 5px;
}

.MS_cmt_list_box .MS_cmt_content {
    padding-left: 15px;
}

.MS_cmt_list_box .comment_depth2 {
    padding-left: 10px;
}

.MS_cmt_list_box .comment_depth3 {
    padding-left: 15px;
}

#comment_password {
    width: 250px;
    left: 7px;
    box-shadow: 0 0 5px 0 #808080;
}

#comment_password input[type="password"] {
    width: 75%;
}

#comment_password form {
    height: auto !important;
}

#comment_password form span {
    display: block;
}

/* ´ä±Û */
.list_board ul li .reply_depth1 .rating, .list_board ul li .reply_depth1 .info, .list_board ul li .reply_depth2 .rating, .list_board ul li .reply_depth2 .info, .list_board ul li .reply_depth3 .rating, .list_board ul li .reply_depth3 .info {
    padding-left: 12px;
}

.list_board ul li .reply_status {
    font-size: 0.875em;
    color: #777777;
    font-weight: normal;
}

/* ºñ¹øÀÔ·Â */
.list_board input[type="password"] {
    border-radius: 3px 0 0 3px;
    width: 80%;
    box-sizing: border-box;
    height: 35px;
}

.list_board input[type="button"] {
    border: 0;
    background: #aaa;
    width: 20%;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    font-family: inherit;
    height: 34px;
    line-height: 32px;
}

#qna_board_comment_chkpasswd {
    width: 78%;
    margin-right: 1%;
}

/* new, hit ¾ÆÀÌÄÜ */
.list_board ul li dl h4 .new {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    font-size: 0.875em;
    background-color: #5cb7fa;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
}

.list_board ul li dl h4 .hit {
    display: inline-block;
    width: 15px;
    height: 15px;
    line-height: 15px;
    color: #fff;
    font-size: 0.875em;
    background-color: #ff912c;
    -webkit-border-radius: 3px !important;
    border-radius: 3px !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    text-align: center;
}

/* ¼öÁ¤,»èÁ¦¹öÆ° */
.list_board ul li .cont_wrap .comment_modify {
    text-align: right;
    margin-top: 5px;
}

.list_board ul li .cont_wrap .comment_modify a {
    width: 45px;
    border: 1px solid #444;
    border-radius: 3px;
    font-size: 0.875em;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    height: 20px;
    background-color: #fff;
}

.list_board ul li dl .info .review_del {
    width: 45px;
    border: 1px solid #444;
    border-radius: 3px;
    font-size: 0.875em;
    display: inline-block;
    text-align: center;
    line-height: 20px;
    height: 20px;
    background-color: #fff;
}

/* ÆäÀÌÁö³×ÀÌ¼Ç 
.paging {position: relative; text-align: center; margin-top: 15px;}
.paging a.next,
.paging a.prev {width: 30px; height: 25px; line-height: 23px; border: 1px solid #8C8C8C; background-color: #F1F1F1; color: #000;}
.paging strong {font-weight: bold; color: #000; text-align: center; display: inline-block; width: 25px; height: 25px; line-height: 23px; border: 1px solid #111; font-size: .75em; background-color: #fff; margin: 0 2px;}
.paging a {text-align: center; display: inline-block; width: 25px; height: 25px; line-height: 23px; color: #727a8b; border: 1px solid #CECECE; font-size: .75em; font-weight: 700; background-color: #fff; margin: 0 2px;}
.paging .now { font-weight: bold; color: #000; text-align: center; display: inline-block; width: 25px; height: 25px; line-height: 23px; border: 1px solid #111; font-size: .75em; background-color: #fff; margin: 0 2px; }
*/
/* ½Å°í±â´É */
.info .btn-member-declare {
    display: inline-block;
    width: 14px;
    height: 17px;
    margin: -4px 0 0 2px;
    text-indent: -9999px;
    background: url(/images/d3/modern_simple/btn_declare_icon_2x.png) 0 0 no-repeat;
    background-size: 14px 17px;
}

.cnt-btn-block {
    overflow: hidden;
}

.cnt-btn-block .btn-report {
    float: right;
    display: inline-block;
    color: #9d9d9d;
    font-size: 11px;
    z-index: 1;
}

/* °ø±Þ»ç - ÆÇ¸ÅÀÚ Á¤º¸ */
.supplyInfo {
    margin: 14px 7px;
}

.supplyInfo h3 {
    padding: 14px 13px;
    margin: 0 0 -10px 0;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
    color: #508bed;
    font-size: 12px;
    background-color: #f0f0f0;
}

/* È¸¿øµî±Þº° ÇÒÀÎ°¡ Àû¿ë */
.xans-product-detaildesign td > span > ul.discountMember {
    margin: 5px 0 0;
}

.xans-product-detaildesign td > span > ul.discountMember > li {
    display: inline-block;
    margin: 0 5px 5px 0;
}

.xans-product-detaildesign td > span > ul.discountMember > li .ec-front-product-show-benefit-icon {
    display: inline-block;
    width: auto;
    height: 26px;
}

/* discount_layer */
.xans-product-detaildesign .discount_layer {
    margin: 3px auto 0;
    padding: 0 14px 14px;
}

.xans-product-detaildesign .discount_layer h3 {
    display: block;
    font-size: 15px;
    color: #000;
    line-height: 43px;
}

.xans-product-detaildesign .discount_layer p, .xans-product-detaildesign .discount_layer ul {
    margin: 7px 0;
}

.xans-product-detaildesign .discount_layer p.bullet, .xans-product-detaildesign .discount_layer ul.bullet li {
    padding: 0 0 0 14px;
    font-size: 12px;
    background: url("//img.echosting.cafe24.com/skin/mobile/common/ico_dot.png") no-repeat 3px 6px;
    background-size: 4px auto;
}

.xans-product-detaildesign .discount_layer .info {
    color: #757575;
    font-size: 12px;
}

.xans-product-detaildesign .discount_layer table {
    border: 1px solid #ececec !important;
    background: #fff;
}

.xans-product-detaildesign .discount_layer thead {
    display: table-column;
}

.xans-product-detaildesign .discount_layer thead th {
    padding: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border: 0;
}

.xans-product-detaildesign .discount_layer tbody th {
    padding: 7px 3px 7px 7px;
}

.xans-product-detaildesign .discount_layer tbody th, .xans-product-detaildesign .discount_layer tbody td {
    font-size: 12px;
    border-top: 1px solid #ececec !important;
}

.xans-product-detaildesign .discount_layer tbody td {
    padding: 7px 7px 7px 0;
    text-align: right;
}

.xans-product-detaildesign .discount_layer tbody td .addMobile {
    display: block;
}

.xans-product-detaildesign .discount_layer .gCenter {
    text-align: center;
}

/* ¼¼Æ®»óÇ° Ãß°¡Á¤º¸ ·¹ÀÌ¾î */
.xans-product-detail .productSet .description {
    margin: 0 -14px;
}

.xans-product-detail .productSet .description h3 {
    height: 0;
    line-height: 0;
    font-size: 0;
}

.xans-product-detail .productSet .description.eToggle .inner {
    display: none;
}

.xans-product-detail .productSet .description.eToggle.selected .inner {
    display: block;
    margin: 9px 0 0;
}

.xans-product-detail .productSet .description .content {
    display: none;
    padding: 0;
}

.xans-product-detail .productSet .description.selected .content {
    display: block;
}

.xans-product-detail .productSet .description td img {
    width: auto;
}

.xans-product-detail .productSet .description .color td {
    font-size: 0;
    line-height: 0;
}

.xans-product-detail .productSet .description .chips {
    display: inline-block;
    width: 20px;
    height: 16px;
    margin: 0 2px 3px 0;
    border: 1px solid #e3e3e3;
}

.xans-product-detail .productSet .description .discountMember img {
    width: auto;
    height: 26px;
}

.xans-product-detail .productSet .description .ec-base-button {
    margin-bottom: 0;
}

.xans-product-detail .productSet .description .btnBasic {
    width: 100%;
    max-width: 320px;
    color: #757575;
    font-weight: bold;
}

.xans-product-detail .productSet .description .btnBasic.icoToggle span {
    display: inline-block;
    padding: 0 20px 0 0;
    background: url("//img.echosting.cafe24.com/skin/mobile/product/ico_toggle_arow_down2.png") no-repeat right 10px;
    background-size: 13px auto;
}

.xans-product-detail .productSet .description.selected .btnBasic.icoToggle span {
    background-image: url("//img.echosting.cafe24.com/skin/mobile/product/ico_toggle_arow_up2.png");
}

.xans-product-detail .productSet .description .xans-product-stocklayer .layer .content {
    padding: 20px 10px;
}


/* Á¤±â°áÁ¦ */
.regularDelivery .shippingCycle {
    background: #f1f1f1;
}

.regularDelivery .shippingCycle .title {
    display: inline-block;
    padding: 5px 0;
    font-size: 12px;
    font-weight: bold;
    color: #1b1b1b;
}

.regularDelivery .shippingCycle .icoSave {
    display: inline-block;
    position: relative;
    top: -1px;
    height: 11px;
    padding: 0 4px;
    border: 1px solid #ff5454;
    border-radius: 2px;
    line-height: 10px;
    color: #ff5454;
    font-size: 11px;
}

.regularDelivery .shippingCycle .info > li {
    line-height: 16px;
    color: #757575;
    font-size: 11px;
}

.regularDelivery .shippingCycle .info .icoDown {
    display: inline-block;
    position: relative;
    overflow: hidden;
    width: 5px;
    height: 10px;
    margin: 0 0 0 2px;
    line-height: 10px;
    text-indent: -9999px;
}

.regularDelivery .shippingCycle .info .icoDown:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 2px;
    width: 1px;
    height: 10px;
    background-color: #ff5454;
}

.regularDelivery .shippingCycle .info .icoDown:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 2px;
    left: -2px;
    padding: 4px;
    border: solid #ff5454;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.regularDelivery .badge {
    display: inline-block;
    z-index: 1;
    position: relative;
    top: -1px;
    width: auto;
    height: 18px;
    padding: 0 6px;
    border-radius: 10px;
    line-height: 18px;
    font-size: 11px;
    color: #fff;
    background-color: #009ffa;
}

.regularDelivery .badge .icoDown {
    display: inline-block;
    position: relative;
    top: 1px;
    overflow: hidden;
    width: 8px;
    height: 12px;
    border-radius: 50%;
    line-height: 10px;
    text-indent: -9999px;
}

.regularDelivery .badge .icoDown:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 2px;
    width: 4px;
    height: 4px;
    background-color: #fff;
}

.regularDelivery .badge .icoDown:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #fff;
}

.xans-product-mobileimage {
    margin: 0;
}

.xans-product-mobileimage li {
    vertical-align: middle;
    -webkit-transform: translate3d(0,0,0);
}

.xans-product-mobileimage .thumbnail {
    display: inline-block;
    position: relative;
}

.xans-product-mobileimage img {
    max-width: 100%;
    max-height: 100%;
}


.xans-product-mobileimage .ec-base-paginate {
    margin: 15px 0 0;
}

#prdInfo {
    display: none;
}

.xans-product-detaildesign {
    padding: 14px 7px 7px;
    background: #f1f1f1;
}

.xans-product-detaildesign > .ec-base-table input#quantity, .xans-product-detaildesign > .ec-base-table img.QuantityUp, .xans-product-detaildesign > .ec-base-table img.QuantityDown {
    display: none;
}

.xans-product-detaildesign > .ec-base-table img#qrcode {
    width: 70px;
    margin-right: -20px;
    margin-top: 15px;
}

.xans-product-detaildesign > .ec-base-table .discount {
    display: block;
    font-size: 11px;
    color: #1c1c1c;
}

.xans-product-detaildesign > .ec-base-table .period {
    display: block;
}

.xans-product-detaildesign > .ec-base-table #delivery_cost_prepaid {
    display: block;
}

.xans-product-detaildesign > .ec-base-table #btn_email_restock img {
    width: auto;
    height: 26px;
}

/* additional.css */
.xans-product-additional, .faq {
    margin: 0;
    padding: 0 0 7px;
    background-color: #f0f0f0;
}

.xans-product-additional .faq .toggle {
    margin: 0 7px 7px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
}

.xans-product-additional .faq .toggle > .title {
    position: relative;
    padding: 14px;
    color: #508bed;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    cursor: pointer;
    background-color: #f0f0f0;
}

.xans-product-additional .faq .toggle > .title:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 40px;
    height: 100%;
    background-repeat: no-repeat;
    background-size: 13px 8px;
    background-position: center;
    background-image: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/ico_toggle_arow_down.png");
}

.xans-product-additional .faq .toggle.selected > .title:after {
    background-image: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/ico_toggle_arow_up.png");
}

.xans-product-additional .faq .toggle.disable > .title:after {
    background-image: none !important;
}

.xans-product-additional .faq .toggle .contents {
    display: none;
    border-top: 1px solid #ddd;
    padding: 14px;
    color: #777;
}

.xans-product-additional .faq .toggle.selected > .contents, .xans-product-additional .faq .toggle.disable > .contents {
    display: block;
}

.xans-product-additional {
    margin: 0;
    padding: 0;
    background: #fff;
}

.xans-product-additional #prdDetail .button {
    text-align: center;
    padding: 12px 0;
}

.xans-product-additional #prdDetail .ico {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/ico_expand.png");
    background-size: 13px 13px;
}

.xans-product-additional #prdDetail img {
    width: 100%;
    margin: 0;
}

.xans-product-additional .btnMore {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.xans-product-additional .btnMore a {
    display: block;
    padding: 12px 0;
    border-top: 1px solid #f1f1f1;
    border-bottom: 1px solid #d5d5d5;
    color: #757575;
    text-align: center;
    font-weight: bold;
    background: #f5f5f5;
}

.xans-product-additional .btnMore span.icoMore {
    display: inline-block;
    margin: 0 0 0 8px;
    width: 12px;
    height: 7px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/layout/btn_more.gif") no-repeat 50% 50%;
    background-size: 12px 7px;
}

/* additional_animation.css */
.animate {
    -webkit-animation-duration: 4s;
    -moz-animation-duration: 4s;
    -o-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes pop {
    10% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: rotate(5deg);
    }

    25% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1.87,1.87) translateY(50px);
    }

    90% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1.87,1.87) translateY(-30px);
    }

    100% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1,1);
    }
}

@-moz-keyframes pop {
    10% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: rotate(5deg);
    }

    25% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1.87,1.87) translateY(50px);
    }

    90% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1.87,1.87) translateY(-30px);
    }

    100% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1,1);
    }
}

@-o-keyframes pop {
    10% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: rotate(5deg);
    }

    25% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1.87,1.87) translateY(50px);
    }

    90% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1.87,1.87) translateY(-30px);
    }

    100% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1,1);
    }
}

@keyframes pop {
    10% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: rotate(5deg);
    }

    25% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1.87,1.87) translateY(50px);
    }

    90% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1.87,1.87) translateY(-30px);
    }

    100% {
        -webkit-transform-origin: 50% 50%;
        -webkit-transform: scale(1,1);
    }
}

.pop {
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -o-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: pop;
    -moz-animation-name: pop;
    -o-animation-name: pop;
    animation-name: pop;
}

/* °ü½É»óÇ° */
.xans-product-relation {
    margin: 0;
    background: #FFF;
}

.xans-product-relation:first-child h2 {
    border-top: 0;
}

.xans-product-relation h2 {
    margin: 0;
    padding: 14px 14px 0;
    height: 43px;
    font-size: 13px;
    line-height: 43px;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation {
    margin: 0 7px;
    border: 1px solid #d5d5d5;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation li {
    padding: 7px 14px 0;
    margin: 0;
    border-top: 1px solid #d5d5d5;
    background-color: #fff;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation li:first-child {
    border-top: 0;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox {
    min-height: 80px;
    padding: 7px 0 0 0;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .thumbnail {
    float: left;
    width: 71px;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .thumbnail img {
    max-width: 100%;
    border: 1px solid #d5d5d5;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .info {
    padding: 0 0 0 90px;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .info .prdName a {
    display: block;
    margin: 0 0 14px;
    font-weight: bold;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .info .price {
    margin: 0 0 10px;
    color: #000;
    font-family: Tahoma;
    font-size: 13px;
    line-height: 1.25em;
    font-weight: bold;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .info .strike {
    text-decoration: line-through;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody th, .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody td {
    padding: 7px 0;
    border-top: 1px solid #ececec;
    text-align: left;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody tr:first-child th, .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody tr:first-child td {
    border-top: 0;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody th {
    font-weight: normal;
    color: #757575;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table .quantity td .RelationQuantity {
    width: 49px;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody td select, .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody td input {
    width: 100%;
}

.xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody td select {
    margin-bottom: 5px;
}

.xans-product-relation .btnArea.type1 button {
    margin: 0 0 7px;
    height: 32px;
    line-height: 32px;
    font-size: 12px;
}

/* ÈÄ±â */
#prdReview {
    display: none;
}

#prdReview h3 {
    display: none;
}

#prdReview .board > .ec-base-button {
    padding: 14px 17px;
    margin: 0 0 0 -4px;
}

#prdReview .nodata {
    padding: 14px 0;
    text-align: center;
}

/* »óÇ° ÈÄ±â ¸®½ºÆ® */
.xans-product-review .writeNotiArea {
    padding: 0 14px;
    background: #fff;
}

.xans-product-review .writeNotiArea:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-review .writeNotiArea p {
    float: left;
    margin: 7px 0;
}

.xans-product-review .writeNotiArea div.gRight {
    float: right;
    margin: 7px 0 0;
}

.xans-product-review .noAccess {
    margin: 14px 0;
    font-size: 14px;
    text-align: center;
}

.xans-product-review .minor {
    padding: 108px 0 28px;
    text-align: center;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/intro/bg_adult.png") center 14px no-repeat;
    background-size: 80px 80px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.xans-product-review .minor p {
    font-size: 13px;
    margin: 0 0 14px;
}

/* Á¤·Ä */
.xans-product-review .boardSort {
    padding: 7px 14px;
    font-size: 13px;
    background: #f1f1f1;
}

.xans-product-review .boardSort:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-review .boardSort span {
    float: left;
    margin: 0 14px 0 0;
}

/* °Ô½Ã±Û */
.xans-product-review {
    margin: -1px 0 0;
    font-size: 11px;
    background: #fff;
}

.xans-product-review > ul > li {
    overflow: hidden;
    position: relative;
    padding: 14px 0;
    min-height: 43px;
    color: #757575;
    border-bottom: 1px solid #d5d5d5;
}

.xans-product-review > ul > li:first-child {
    border-top: 1px solid #d5d5d5;
}

.xans-product-review .descriptions {
    position: relative;
    margin: 0 0 0 7px;
    padding: 0 7px;
}

.xans-product-review .descriptions a {
    display: block;
    color: #757575;
    font-size: 0;
}

.xans-product-review .descriptions a .summary {
    display: block;
    padding: 0 15px 10px 0;
    color: #1b1b1b;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: normal;
}

.xans-product-review .descriptions a .id {
    padding: 0 7px 0 0;
}

.xans-product-review .descriptions a span {
    position: relative;
    display: inline-block;
    padding: 0 7px 0 8px;
    font-size: 11px;
}

.xans-product-review .descriptions a span:before {
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 11px;
    background: #d6d6d6;
}

.xans-product-review .descriptions a strong + span:before {
    display: none;
}

.xans-product-review .descriptions a strong.summary span {
    display: none;
    padding: 0 2px 0 0;
}

/* »óÇ°ÈÄ±â ¾ÆÄÚµð¾ðÇü º»¹® */
.xans-product-review .contentView {
    margin: 0;
    padding: 0;
    min-height: 0;
    background: #f9f9f9;
    color: #757575;
    font-size: 15px;
    text-align: left;
    word-wrap: break-word;
}

.xans-product-review .contentView .view {
    margin: 0;
    padding: 14px;
}

.xans-product-review .contentView .view.secret {
    padding: 14px 28px;
}

.xans-product-review .contentView .view.secret .alert {
    display: block;
    margin: 0 0 14px;
    padding: 0 0 0 31px;
    color: #353535;
    font-size: 13px;
    line-height: 1.2em;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_secret.png") 4px 4px no-repeat;
    background-size: 17px 20px;
}

.xans-product-review .contentView .view.secret p {
    position: relative;
    padding: 0 46px 0 0;
}

.xans-product-review .contentView .view.secret p input[type="password"] {
    width: 100%;
}

.xans-product-review .contentView .view.secret p input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
}

.xans-product-review .contentView .attach {
    max-width: 100%;
    text-align: center;
}

.xans-product-review .contentView .attach img {
    max-width: 100%;
    margin: 0 0 14px;
    border: 1px solid #dedede;
}

.xans-product-review .contentView p {
    color: #1b1b1b;
}

.xans-product-review .contentView .ec-base-button {
    margin: 0;
    padding: 0 14px 14px;
}

.xans-product-review .contentView .ec-base-button a em {
    color: #508bed;
}

.xans-product-review .contentView .ec-base-button .ico.write {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_comment.png");
    background-size: 13px 13px;
}

/* »óÇ°ÈÄ±â ¾ÆÄÚµð¾ðÇü ÄÚ¸àÆ® ¸ñ·Ï */
.xans-product-review .contentView .boardComment li {
    padding: 0 0 0 14px;
    border-top: 1px solid #d5d5d5;
    background: #f1f1f1;
}

.xans-product-review .contentView .boardComment li .ec-base-button .gLeft {
    margin-left: -4px;
}

.xans-product-review .contentView .boardComment li .ec-base-button .gLeft a, .xans-product-review .contentView .boardComment li .ec-base-button .gLeft button {
    margin-left: 4px;
}

.xans-product-review .contentView .boardComment li .commentInfo {
    padding: 14px 14px 0;
    font-size: 12px;
    color: #757575;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/ico_bullet.png") 0 16px no-repeat;
    background-size: 8px 8px;
}

.xans-product-review .contentView .boardComment li .commentInfo .name {
    padding: 0 8px 0 0;
    font-weight: normal;
}

.xans-product-review .contentView .boardComment li .commentInfo span {
    position: relative;
    padding: 0 8px;
}

.xans-product-review .contentView .boardComment li .commentInfo span:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    content: "";
    width: 1px;
    height: 11px;
    background: #ccc;
}

.xans-product-review .contentView .boardComment li .commentInfo .grade img {
    width: 50px;
    height: 8px;
}

.xans-product-review .contentView .boardComment p.comment {
    padding: 14px;
    color: #1b1b1b;
}

.xans-product-review .contentView .boardComment .replyArea {
    padding: 0 0 0 28px;
    border-top: 0;
    background: #f1f1f1;
    background-size: 8px 8px;
}

.xans-product-review .contentView .boardComment .replyArea .commentInfo {
    border-top: 1px solid #d5d5d5;
}

/* »óÇ°ÈÄ±â ¾ÆÄÚµð¾ðÇü ÄÚ¸àÆ® ÀÛ¼º */
.xans-product-review .contentView .memoCont {
    padding: 7px 0 0;
    border-top: 1px solid #d5d5d5;
}

.xans-product-review .contentView .memoCont .label {
    padding: 0 7px 0 0;
    color: #757575;
    font-weight: normal;
    vertical-align: middle;
    letter-spacing: -1px;
}

.xans-product-review .contentView .memoCont .label.hide {
    display: none;
}

.xans-product-review .contentView .memoCont .info {
    padding: 0 14px;
}

.xans-product-review .contentView .memoCont .info:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-review .contentView .memoCont .info p {
    position: relative;
    box-sizing: border-box;
    width: 50%;
}

.xans-product-review .contentView .memoCont .info p .label {
    position: absolute;
    left: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: 0;
}

.xans-product-review .contentView .memoCont .info p.name {
    float: left;
    padding: 0 0 0 45px
}

.xans-product-review .contentView .memoCont .info p.name .label {
    width: 45px;
}

.xans-product-review .contentView .memoCont .info p.password {
    float: right;
    padding: 0 0 0 65px
}

.xans-product-review .contentView .memoCont .info p.password .label {
    width: 65px;
}

.xans-product-review .contentView .memoCont .info p.name input[type="text"], .xans-product-review .contentView .memoCont .info p.password input[type="password"] {
    width: 100%;
    margin: 0;
}

.xans-product-review .contentView .memoCont .info p.password .label {
    margin: 0;
}

.xans-product-review .contentView .memoCont .ec-base-help {
    margin: 8px 0 0 24px;
}

.xans-product-review .contentView .memoCont .admin {
    margin: 10px 0 0;
}

.xans-product-review .contentView .memoCont .admin a {
    display: block;
    text-align: center;
}

.xans-product-review .contentView .memoCont .comment {
    margin: 14px 14px 0;
}

.xans-product-review .contentView .memoCont .comment textarea#comment {
    width: 100%;
    height: 50px;
    margin: 0 0 7px 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.xans-product-review .contentView .memoCont .byteRating {
    margin: 5px 0 0;
}

.xans-product-review .contentView .memoCont .byteRating:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-review .contentView .memoCont .rating {
    float: left;
    padding: 7px 14px;
    box-sizing: border-box;
}

.xans-product-review .contentView .memoCont .rating .label {
    display: inline-block;
    width: 45px;
    padding: 0;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
}

.xans-product-review .contentView .memoCont .byte {
    float: right;
    text-align: right;
}

.xans-product-review .contentView .memoCont .submit {
    text-align: right;
    padding: 0 14px 7px;
}

.xans-product-review .contentView .memoCont .captcha {
    overflow: hidden;
    margin: 0 14px;
    padding: 10px 0 10px 114px;
    border-top: 1px solid #ededed;
}

.xans-product-review .contentView .memoCont .captcha .form {
    float: left;
    position: relative;
}

.xans-product-review .contentView .memoCont .captcha img {
    position: absolute;
    left: -30px;
    margin-right: -30px;
}

.xans-product-review .contentView .memoCont .captcha img:first-child {
    left: -114px;
    margin-right: -114px;
}

.xans-product-review .contentView .memoCont .captcha .form {
    width: 100%;
}

.xans-product-review .contentView .memoCont .captcha .form p {
    margin: 14px 0 0;
    padding: 0 0 0 20px;
    font-size: 11px;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_important.png") no-repeat 0 50%;
    background-size: 13px 13px;
}

.xans-product-review .contentView .memoCont .mButton {
    margin: 10px 0 0;
}

.xans-product-review .contentView .memoCont #captcha {
    margin: 2px 0 0 0;
    width: 100%;
}

/* ±ÇÇÑ ¾øÀ½ */
.xans-product-review .contentView .memoCont .boardCommentAuthority {
    padding: 14px;
    text-align: center;
    background: #fff;
}

/* ¹®ÀÇ */
#prdQnA {
    display: none;
}

#prdQnA h3 {
    display: none;
}

#prdQnA .board > .ec-base-button {
    padding: 14px 17px;
    margin: 0 0 0 -4px;
}

#prdQnA .nodata {
    padding: 14px 0;
    text-align: center;
}

/* »óÇ° ¹®ÀÇ ¸®½ºÆ® */
.xans-product-qna .writeNotiArea {
    padding: 0 14px;
    background: #fff;
}

.xans-product-qna .writeNotiArea:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-qna .writeNotiArea p {
    float: left;
    margin: 7px 0;
}

.xans-product-qna .writeNotiArea div.gRight {
    float: right;
    margin: 7px 0 0;
}

.xans-product-qna .noAccess {
    margin: 14px 0;
    text-align: center;
}

.xans-product-qna .minor {
    padding: 108px 0 28px;
    text-align: center;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/intro/bg_adult.png") center 14px no-repeat;
    background-size: 80px 80px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
}

.xans-product-qna .minor p {
    font-size: 13px;
    margin: 0 0 14px;
}

/* Á¤·Ä */
.xans-product-qna .boardSort {
    padding: 7px 14px;
    font-size: 13px;
    background: #f1f1f1;
}

.xans-product-qna .boardSort:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-qna .boardSort span {
    float: left;
    margin: 0 14px 0 0;
}

/* °Ô½Ã±Û */
.xans-product-qna {
    margin: -1px 0 0;
    font-size: 11px;
    background: #fff;
}

.xans-product-qna > ul > li {
    overflow: hidden;
    position: relative;
    padding: 14px 0;
    min-height: 43px;
    color: #757575;
    border-bottom: 1px solid #d5d5d5;
}

.xans-product-qna > ul > li:first-child {
    border-top: 1px solid #d5d5d5;
}

.xans-product-qna .descriptions {
    position: relative;
    margin: 0 0 0 7px;
    padding: 0 7px;
}

.xans-product-qna .descriptions a {
    display: block;
    color: #757575;
    font-size: 0;
}

.xans-product-qna .descriptions a .summary {
    display: block;
    padding: 0 15px 10px 0;
    color: #1b1b1b;
    font-size: 15px;
    line-height: 1.3em;
    font-weight: normal;
}

.xans-product-qna .descriptions a .id {
    padding: 0 7px 0 0;
}

.xans-product-qna .descriptions a span {
    position: relative;
    display: inline-block;
    padding: 0 7px 0 8px;
    font-size: 11px;
}

.xans-product-qna .descriptions a span:before {
    display: block;
    content: "";
    position: absolute;
    top: 1px;
    left: 0;
    width: 1px;
    height: 11px;
    background: #d6d6d6;
}

.xans-product-qna .descriptions a strong + span:before {
    display: none;
}

.xans-product-qna .descriptions a strong.summary span {
    display: none;
    padding: 0 2px 0 0;
}

/* »óÇ°¹®ÀÇ ¾ÆÄÚµð¾ðÇü º»¹® */
.xans-product-qna .contentView {
    margin: 0;
    padding: 0;
    min-height: 0;
    background: #f9f9f9;
    color: #757575;
    font-size: 15px;
    text-align: left;
    word-wrap: break-word;
}

.xans-product-qna .contentView .view {
    margin: 0;
    padding: 14px;
}

.xans-product-qna .contentView .view.secret {
    padding: 14px 28px;
}

.xans-product-qna .contentView .view.secret .alert {
    display: block;
    margin: 0 0 14px;
    padding: 0 0 0 31px;
    color: #353535;
    font-size: 13px;
    line-height: 1.2em;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_secret.png") 4px 4px no-repeat;
    background-size: 17px 20px;
}

.xans-product-qna .contentView .view.secret p {
    position: relative;
    padding: 0 51px 0 0;
}

.xans-product-qna .contentView .view.secret p input[type="password"] {
    width: 100%;
}

.xans-product-qna .contentView .view.secret p input[type="button"] {
    position: absolute;
    top: 0;
    right: 0;
}

.xans-product-qna .contentView .attach {
    max-width: 100%;
    text-align: center;
}

.xans-product-qna .contentView .attach img {
    max-width: 100%;
    margin: 0 0 14px;
    border: 1px solid #dedede;
}

.xans-product-qna .contentView p {
    color: #1b1b1b;
}

.xans-product-qna .contentView .ec-base-button {
    margin: 0;
    padding: 0 14px 14px;
}

.xans-product-qna .contentView .ec-base-button a em {
    color: #508bed;
}

.xans-product-qna .contentView .ec-base-button .ico.write {
    position: relative;
    top: 2px;
    display: inline-block;
    width: 13px;
    height: 13px;
    background-image: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_comment.png");
    background-size: 13px 13px;
}

/* »óÇ°¹®ÀÇ ¾ÆÄÚµð¾ðÇü ÄÚ¸àÆ® ¸ñ·Ï */
.xans-product-qna .contentView .boardComment li {
    padding: 0 0 0 14px;
    border-top: 1px solid #d5d5d5;
    background: #f1f1f1;
}

.xans-product-qna .contentView .boardComment li .ec-base-button .gLeft {
    margin-left: -4px;
}

.xans-product-qna .contentView .boardComment li .ec-base-button .gLeft a, .xans-product-qna .contentView .boardComment li .ec-base-button .gLeft button {
    margin-left: 4px;
}

.xans-product-qna .contentView .boardComment li .commentInfo {
    padding: 14px 14px 0;
    font-size: 12px;
    color: #757575;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/product/ico_bullet.png") 0 16px no-repeat;
    background-size: 8px 8px;
}

.xans-product-qna .contentView .boardComment li .commentInfo .name {
    padding: 0 8px 0 0;
    font-weight: normal;
}

.xans-product-qna .contentView .boardComment li .commentInfo span {
    position: relative;
    padding: 0 8px;
}

.xans-product-qna .contentView .boardComment li .commentInfo span:before {
    position: absolute;
    top: 1px;
    left: 0;
    display: inline-block;
    content: "";
    width: 1px;
    height: 11px;
    background: #ccc;
}

.xans-product-qna .contentView .boardComment li span img {
    width: 50px;
    height: 10px;
    vertical-align: bottom;
}

.xans-product-qna .contentView .boardComment p.comment {
    padding: 14px;
    color: #1b1b1b;
}

.xans-product-qna .contentView .boardComment .replyArea {
    padding: 0 0 0 28px;
    border-top: 0;
    background: #f1f1f1;
    background-size: 8px 8px;
}

.xans-product-qna .contentView .boardComment .replyArea .commentInfo {
    border-top: 1px solid #d5d5d5;
}

/* »óÇ°¹®ÀÇ ¾ÆÄÚµð¾ðÇü ÄÚ¸àÆ® ÀÛ¼º */
.xans-product-qna .contentView .memoCont {
    padding: 7px 0 0;
    border-top: 1px solid #d5d5d5;
}

.xans-product-qna .contentView .memoCont .label {
    padding: 0 7px 0 0;
    color: #757575;
    font-weight: normal;
    vertical-align: middle;
    letter-spacing: -1px;
}

.xans-product-qna .contentView .memoCont .label.hide {
    display: none;
}

.xans-product-qna .contentView .memoCont .info {
    padding: 0 14px;
}

.xans-product-qna .contentView .memoCont .info:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-qna .contentView .memoCont .info p {
    position: relative;
    box-sizing: border-box;
    width: 50%;
}

.xans-product-qna .contentView .memoCont .info p .label {
    position: absolute;
    left: 0;
    padding: 0;
    text-align: center;
    font-size: 12px;
    line-height: 29px;
    letter-spacing: 0;
}

.xans-product-qna .contentView .memoCont .info p.name {
    float: left;
    padding: 0 0 0 45px
}

.xans-product-qna .contentView .memoCont .info p.name .label {
    width: 45px;
}

.xans-product-qna .contentView .memoCont .info p.password {
    float: right;
    padding: 0 0 0 65px
}

.xans-product-qna .contentView .memoCont .info p.password .label {
    width: 65px;
}

.xans-product-qna .contentView .memoCont .info p.name input[type="text"], .xans-product-qna .contentView .memoCont .info p.password input[type="password"] {
    width: 100%;
    margin: 0;
}

.xans-product-qna .contentView .memoCont .info p.password .label {
    margin: 0;
}

.xans-product-qna .contentView .memoCont .ec-base-help {
    margin: 8px 0 0 24px;
}

.xans-product-qna .contentView .memoCont .admin a {
    display: block;
    text-align: center;
}

.xans-product-qna .contentView .memoCont .comment {
    margin: 14px 14px 0;
}

.xans-product-qna .contentView .memoCont .comment textarea#comment {
    width: 100%;
    height: 50px;
    margin: 0 0 7px 0;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.xans-product-qna .contentView .memoCont .byteRating {
    margin: 5px 0 0;
    border-bottom: 1px solid #ededed;
}

.xans-product-qna .contentView .memoCont .byteRating:after {
    content: "";
    display: block;
    clear: both;
}

.xans-product-qna .contentView .memoCont .rating {
    float: left;
    padding: 7px 14px;
    box-sizing: border-box;
}

.xans-product-qna .contentView .memoCont .rating .label {
    display: inline-block;
    width: 45px;
    padding: 0;
    line-height: 29px;
    text-align: center;
    font-size: 12px;
    letter-spacing: 0;
}

.xans-product-qna .contentView .memoCont .byte {
    float: right;
    text-align: right;
}

.xans-product-qna .contentView .memoCont .submit {
    text-align: right;
    padding: 0 14px 7px;
}

.xans-product-qna .contentView .memoCont .captcha {
    overflow: hidden;
    margin: 0 14px;
    padding: 10px 0 10px 114px;
    border-top: 1px solid #ededed;
}

.xans-product-qna .contentView .memoCont .captcha .form {
    float: left;
    position: relative;
}

.xans-product-qna .contentView .memoCont .captcha img {
    position: absolute;
    left: -30px;
    margin-right: -30px;
}

.xans-product-qna .contentView .memoCont .captcha img:first-child {
    left: -114px;
    margin-right: -114px;
}

.xans-product-qna .contentView .memoCont .captcha .form {
    width: 100%;
}

.xans-product-qna .contentView .memoCont .captcha .form p {
    margin: 14px 0 0;
    padding: 0 0 0 20px;
    font-size: 11px;
    background: url("//img.echosting.cafe24.com/skin/mobile_ko_KR/board/ico_important.png") no-repeat 0 50%;
    background-size: 13px 13px;
}

.xans-product-qna .contentView .memoCont .mButton {
    margin: 10px 0 0;
}

.xans-product-qna .contentView .memoCont #captcha {
    margin: 2px 0 0 0;
    width: 100%;
}

/* ±ÇÇÑ ¾øÀ½ */
.xans-product-qna .contentView .memoCont .boardCommentAuthority {
    padding: 14px;
    text-align: center;
    background: #fff;
}

/* detail.nd */
/* »óÇ°»ó¼¼ »ó´Ü */
.nd .detail_top_area {
    padding-bottom: 10px;
    margin: 0 13px 10px;
    border-bottom: 1px solid #e9e9e9
}

.nd .detail_top_area h1.name {
    margin: 12px 0 0;
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    line-height: 1.4;
    color: #555
}

.nd .detail_top_area p.prdIcon {
    text-align: left;
    margin: 10px 0 0
}

.nd .detail_top_area p.prdIcon .icon_img {
    margin: 7px 1px 0
}

.nd .detail_top_area .simple_txt {
    text-align: left;
    font-size: 12px;
    color: #bbb;
    margin: 10px 0 15px;
    line-height: 1.4
}

.nd .detail_top_area .detail_top_price {
    text-align: left;
    margin-top: 20px;
    overflow: hidden
}

.nd .detail_top_area .detail_top_price .price {
    font-size: 13px
}

.nd .detail_top_area .detail_top_price .p_custom {
    float: left;
    display: none;
    font-size: 13px;
    color: #bbb;
    text-decoration: line-through;
    margin-bottom: 10px;
    overflow: hidden;
    margin-right: 5px
}

.nd .detail_top_area .detail_top_price .p_price {
    float: left;
    display: none;
    font-size: 13px;
    color: #666;
    vertical-align: middle;
    overflow: hidden
}

.nd .detail_top_area .detail_top_price .cell_tit {
    display: inline-block;
    width: 100px;
    vertical-align: middle;
    font-size: 13px;
    color: #333
}

/* »óÇ°»ó¼¼ Á¤º¸ ¹× ¿É¼Ç */
.nd .xans-product-detail .btnRestockSms {
    margin: 10px 0 15px 12px
}

.nd .xans-product-detail #titleArea {
    display: none
}

.nd .xans-product-detail .overview {
    padding: 0
}

.nd .xans-product-detail .overview .prdImg img {
    border: none
}

.nd .xans-product-detail .overview .color {
    margin: 13px 13px 20px
}

.nd .xans-product-detail .overview .chips {
    width: 15px;
    height: 15px
}

.nd .xans-product-detail .overview .prdIcon {
    background-size: auto
}

.nd .xans-product-detail .prdDesc .ec-base-table table {
    border: 0
}

.nd .xans-product-detail .ec-base-table tbody.priceArea {
    border-bottom: 0
}

.nd .xans-product-detail .ec-base-table th, .nd .xans-product-detail .ec-base-table td {
    vertical-align: middle;
    color: #555;
    font-size: 12px;
    font-weight: 400!important;
    padding: 9px 12px
}

.nd .xans-product-detail .ec-base-button {
    text-align: center;
    font-size: 0
}

.nd .xans-product-detail .top_info {
    padding: 0;
    background: none
}

.nd .xans-product-detail .top_info tr:first-child {
    display: none
}

.nd .xans-product-detail .top_info th, .nd .xans-product-detail .top_info td {
    border: 0;
    line-height: 1.5
}

.nd .xans-product-detail .top_info th span, .nd .xans-product-detail .top_info td span {
    font-size: 12px !important;
    color: #555 !important
}

.nd .xans-product-detail .xans-product-mobileimage .ec-base-paginate {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
}

.nd .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li {
    padding: 0;
    border: 2px solid #eee;
    margin: 0 0 3px;
    border-radius: 100%
}

.nd .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li + li {
    margin-left: 3px
}

.nd .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview li a {
    min-width: 15px;
    width: 15px;
    height: 15px
}

.nd .xans-product-detail .xans-product-option .ec-product-button li {
    border-radius: 3px;
    border-color: #e9e9e9
}

.nd .xans-product-detail .xans-product-option .ec-product-button li a span {
    font-size: 11px
}

.nd .xans-product-detail .xans-product-option .ec-product-button .ec-product-selected {
    border: 1px solid #000
}

.nd .xans-product-detail .xans-product-option .ec-product-button .ec-product-selected a {
    margin: 0
}

.nd .xans-product-detail .xans-product-option .ec-product-button.ec-product-preview .ec-product-selected {
    border-color: #555
}

.nd .xans-product-detail .xans-product-option .ec-product-button .ec-product-disabled a span {
    background: #fbfbfb
}

.nd .xans-product-detail .productSet {
    margin: 0 15px
}

.nd .xans-product-detail .productSet .title {
    border: 1px solid #ddd;
}

.nd .xans-product-detail .productSet .description.selected .content {
    background: #fff
}

.nd .xans-product-detail .productSet .description.selected .content span {
    font-size: 12px !important
}

.nd .xans-product-detail .productSet .description.selected .content .ec-base-table th, .nd .xans-product-detail .productSet .description.selected .content .ec-base-table td {
    border: 0
}

.nd .xans-product-detail .productSet .product .option {
    background: none;
    border: 0
}

.nd .xans-product-detail .xans-product-option .value {
    color: #bbb;
    font-size: 11px
}

.nd .xans-product-detail .ec-base-table.typeWrite td select {
    font-size: 12px;
    color: #555;
    background: url("/design/yozme1/img/mo/select.png") no-repeat 97% 50%
}

.nd .xans-product-detail .sizeGuide {
    margin: 15px 13px;
    padding-bottom: 0
}

.nd .xans-product-detail .sizeGuide a {
    font-weight: 400;
    padding-right: 20px
}

.nd #totalProducts tbody td {
    padding: 14px 5px 14px 9px
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input[type="tel"], .nd #totalProducts input.quantity_opt {
    height: 32px;
    vertical-align: top;
    margin-right: 3px;
    border-radius: 3px
}

.nd #totalProducts tbody td .price {
    color: #555;
    font-weight: 400;
    margin: 0
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02, .nd #totalProducts tbody td .up, .nd #totalProducts tbody td .down {
    vertical-align: top;
    margin: 0 2px;
    border-radius: 3px;
    border: 1px solid #e9e9e9
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02:nth-of-type(1), .nd #totalProducts tbody td .up {
    content: url(/design/yozme1/img/mo/btn_quantity_up.png)
}

.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02:nth-of-type(2), .nd #totalProducts tbody td .down {
    content: url(/design/yozme1/img/mo/btn_quantity_down.png)
}

/* ÄíÆù */
.nd .xans-coupon-productdetailajax.ec-base-fold {
    margin: 0 15px 7px
}

/* Á¤±â¹è¼Û */
.nd .xans-product-detail .regularDelivery label {
    min-height: auto
}

.nd .xans-product-detail .regularDelivery .shippingCycle {
    background: none
}

.nd .xans-product-detail .regularDelivery .shippingCycle .title {
    font-weight: 400
}

/* »óÇ°»ó¼¼ ±¸¸Å¹öÆ° °ü·Ã ±¸¿ª */
.nd .xans-product-action {
    padding: 15px 15px 0
}

.nd .btn_buy {
    display: block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    margin-bottom: 8px;
    font-size: 13px;
    border-radius: 3px
}

.nd .btn_buy i {
    margin-left: 10px
}

.nd .btn_detail {
    width: 49%;
    height: 35px;
    line-height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    font-size: 12px;
    color: #555;
    box-sizing: border-box;
    border-radius: 3px;
    display: inline-block;
}

.nd .btn_detail.cart {
    margin-right: 2%
}

.nd .btn_detail.soldOut {
    background: #aaa;
    border-color: #aaa;
    color: #fff
}

.nd .totalPrice {
    margin: 0 8px;
    padding: 15px 0;
    font-size: 14px;
    border: none;
    border-top: 1px solid #e9e9e9
}

.nd .totalPrice .total {
    font-size: 14px;
    color: #555
}

.nd .totalPrice strong {
    font-weight: 500;
    color: #555
}

.nd .btn_buy, .nd .detailWrap .detail_con > .ec-base-button a:first-child, .nd .list_top .swiper-scrollbar-drag {
    background: #928a84;
}

/* »óÇ°»ó¼¼ ÇÏ´Ü ÄÁÅÙÃ÷ ¿µ¿ª */
.nd #totalProducts tbody td p.product strong {
    color: #555
}

.nd .detailWrap {
    padding: 0 10px;
    margin: 20px 0 50px
}

.nd .detailWrap .detail_tab {
    text-align: center;
    font-size: 0
}

.nd .detailWrap .detail_tab > li {
    display: inline-block;
    position: relative;
    width: 25%;
    border-bottom: 1px solid #e9e9e9;
    margin-left: -1px
}

.nd .detailWrap .detail_tab > li.on {
    z-index: 2
}

.nd .detailWrap .detail_tab > li.on, .nd .detailWrap .detail_con > .ec-base-button a:first-child {
    border-color: #928a84 !important;
}

.nd .detailWrap .detail_tab > li > a {
    font-size: 11px;
    color: #999;
    line-height: 32px;
    height: 32px
}

.nd .detailWrap .detail_tab > li > a .count {
    display: inline-block;
    background: #555;
    border-radius: 3px;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    font-size: 10px;
    margin-left: 3px;
    vertical-align: middle;
    margin-top: -2px;
}

.nd .detailWrap .detail_tab > li.on > a {
    color: #555
}

.nd .detailWrap .detail_con {
    display: none;
    padding-top: 25px
}

.nd .detailWrap .detail_con.on {
    display: block
}

.nd .detailWrap .detail_con #prdDetailContent {
    margin-bottom: 30px;
    line-height: 1.4
}

.nd .detailWrap .detail_con .txt_common {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 25px
}

.nd .detailWrap .detail_con .tit_common {
    position: relative;
    text-align: center;
    font-size: 17px;
    padding: 0;
    font-weight: 600;
    color: #555;
    margin-top: 20px;
    height: auto;
    line-height: 1;
    margin-bottom: 15px
}

.nd .detailWrap .detail_con .tit_common > span {
    font-size: 11px;
    color: #999;
    display: block;
    padding-top: 10px
}

.nd .detailWrap .detail_con #prdDetailBtn {
    text-align: center;
    margin-bottom: 20px
}

.nd .detailWrap .detail_con .cont div > div {
    padding: 10px 0 20px;
    display: none
}

.nd .detailWrap .detail_con .cont .tit {
    position: relative;
    margin: 0;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #eee
}

.nd .detailWrap .detail_con .cont .tit i {
    float: right;
    font-size: 12px;
    color: #666;
    line-height: 35px
}

.nd .detailWrap .detail_con .cont .contents {
    color: #999;
    line-height: 1.4
}

.nd .detailWrap .detail_con .cont .on .contents {
    display: block
}

.nd .detailWrap .detail_con .ec-base-paginate.typeSwipe {
    display: none
}

.nd .detailWrap #tab-1 {
    text-align: center;
    overflow: hidden;
}

.nd .detailWrap #tab-1.open {
    height: auto;
}


.nd .detailWrap #tab-1 .detail_page { height:800px; overflow:hidden; }
.nd .detailWrap #tab-1.open .detail_page { height:auto; }

.nd .detailWrap #tab-1 h3 {
    padding: 0 15px;
    color: #555;
    font-size: 13px;
    margin-bottom: 12px
}

.nd .detailWrap #tab-1 .txt {
    color: #999;
    margin-bottom: 20px;
    line-height: 1.8;
    word-break: keep-all
}

.nd .detailWrap #tab-1 h2 {
    font-size: 16px;
    color: #555;
    font-weight: 500;
    margin-bottom: 20px;
    line-height: 1.5
}

.nd .detailWrap #tab-1.detail_con img {
    max-width: 100%;
    height: auto!important
}

.nd .detailWrap .xans-product-review .descriptions a .summary, .nd .detailWrap .xans-product-qna .descriptions a .summary, .nd .detailWrap .xans-product-review .contentView, .nd .detailWrap .xans-product-qna .contentView {
    font-size: 12px
}

.nd .detailWrap .board .contentView img {
    max-width: 100% !important;
    height: auto !important
}

.nd .detailWrap .detail_con > .ec-base-button {
    text-align: center;
    margin: 0 auto 30px
}

.nd .detailWrap .detail_con > .ec-base-button a {
    min-width: 127px;
    line-height: 34px
}

.nd .detailWrap .detail_con > .ec-base-button a:first-child {
    color: #fff;
    margin-right: 2px
}

.nd .detailWrap .detail_con .nodata {
    padding: 20px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    text-align: center;
    color: #999
}

.nd .xans-product-review > ul > li, .nd .xans-product-qna > ul > li {
    border-color: #e9e9e9
}

/* »óÇ°»ó¼¼-°ü·Ã»óÇ°-ÀÏ¹ÝÇü */
.nd .xans-product-relation {
    margin-bottom: 30px
}

.nd .xans-product-relation > h2 {
    position: relative;
    text-align: center;
    font-size: 17px;
    padding: 0;
    font-weight: 600;
    color: #555;
    margin-top: 20px;
    height: auto;
    line-height: 1;
    margin-bottom: 15px
}

.nd .xans-product-relation > p {
    text-align: center;
    font-size: 12px;
    color: #999;
    margin-bottom: 30px
}

.nd .xans-product-relation .tit_sub {
    text-align: center;
    font-size: 11px;
    color: #999;
    margin: 0 10px 20px
}

.nd .xans-product-relation .thumbnail {
    margin-bottom: 0;
    padding: 0 3px
}

.nd .xans-product-relation .thumbnail img {
    border: 0
}

.nd .xans-product-relation .information {
    margin: 0 2px 0 4px;
    text-align: left;
    padding: 5px 0
}

.nd .xans-product-relation .name {
    margin: 0 0 6px;
    font-size: 11px;
    color: #555
}

.nd .xans-product-relation .price {
    font-size: 11px;
    color: #333;
    font-family: initial
}

.nd .xans-product-relation .simple_txt {
    display: block;
    font-size: 11px;
    color: #999;
    line-height: 1.5;
    margin-bottom: 5px
}

.nd .xans-product-relation > ul > li > ul > li {
    margin-bottom: 5px
}

/* »óÇ°»ó¼¼-°ü·Ã»óÇ°-±¸¸ÅÇü */
.nd .xans-product-relation .btnArea {
    text-align: center;
    margin-top: 30px
}

.nd .xans-product-relation .btnArea .btnBasic:first-child {
    background: #555;
    color: #fff;
    border: 0;
    margin-right: 3px
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation {
    margin: 0;
    border: 0
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation li {
    border: 0;
    padding: 0;
    position: relative;
    margin-bottom: 10px
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox {
    padding: 0
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .thumbnail {
    padding: 0;
    width: 90px
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .thumbnail img {
    border: 0
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .info {
    padding-left: 105px
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .info .prdName a, .nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .infoBox .info .price {
    font-weight: 400;
    color: #555;
    margin-bottom: 5px
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table .quantity td .RelationQuantity {
    vertical-align: top;
    height: 32px
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .MS_related_checkbox {
    position: absolute;
    left: 5px;
    top: 5px
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody th {
    vertical-align: middle
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody .quantity td input {
    width: 49px;
    vertical-align: top;
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody td img {
    border: 1px solid #e9e9e9;
    border-radius: 3px
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody th, .nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody td {
    border: 0
}

.nd .xans-product-relation .xans-product-relationlist.typeCheckRelation .prdOption table tbody td {
    padding: 7px 0 0
}

.nd .xans-product-relation .btnArea.type1 a {
    height: 36px;
    line-height: 34px;
    display: inline-block;
}

/* »óÇ°»ó¼¼-ÇÏ´Ü °íÁ¤*/
.nd .fix_order {
    display: none;
    position: fixed;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 0;
    box-sizing: border-box;
    z-index: 300;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1)
}

.nd .fix_order .ec-base-button {
    margin: 0
}

.nd .fix_order .ec-base-button a.cabtn {
    box-sizing: border-box;
    width: 17%;
    line-height: 20px;
    padding: 0
}

.nd .fix_order .ec-base-button a.cabtn img {
    max-width: 50%;
    opacity: 0.7;
    margin-top: 9px;
}

.nd .fix_order .ec-base-button a.cabtn_on {
    display: none
}

.nd .fix_order .ec-base-button a:focus {
    outline: none
}

.nd .fix_order .ec-base-button a.cabtn img {
    max-width: 50%;
    opacity: 0.7
}

.nd .fix_order .ec-base-button a.cabtn_on {
    display: none
}

.nd .fix_order .ec-base-button .viewDetail {
    display: none
}

.nd .fix_order .ec-base-button .viewDetail, .nd .fix_order .ec-base-button .viewReview {
    box-sizing: border-box;
    width: 30%;
    position: relative;
    height: 55px;
    vertical-align: middle;
    border-radius: 0;
    text-align: center;
    padding: 0 5px;
    border: 0;
    line-height: 55px;
    font-size: 13px;
    border-left: 1px solid #eee;
    color: #777;
    font-weight: 600
}

.nd .fix_order .ec-base-button .viewReview .count {
    position: absolute;
    top: -15px;
    right: 5px;
    background: #555;
    color: #fff;
    text-align: center;
    font-size: 13px;
    border-radius: 20px;
    height: 21px;
    line-height: 21px;
    min-width: 15px;
    padding: 0 8px
}

.nd .fix_order .ec-base-button .btn_buy {
    border-radius: 0;
    box-sizing: border-box;
    width: 53%;
    height: 55px;
    display: inline-block;
    background: #555;
    line-height: 55px;
    vertical-align: middle;
    margin-bottom: 0;
    text-align: center;
    padding: 0 5px;
    font-size: 13px
}

.nd .fix_order .ec-base-button .btn_buy i {
    position: unset;
    color: #2DB400;
    margin-left: 3px;
    font-size: 20px;
    vertical-align: text-bottom
}

.nd .fix_order .ec-base-button .btn_buy.buy_on {
    display: none;
    width: 83%
}

.nd .fix_order .ec-base-button a {
    width: 32%;
    height: 55px;
    vertical-align: middle;
    border-radius: 0;
    text-align: center;
    padding: 0 5px;
    border: 0;
    line-height: 55px;
    font-size: 15px;
    display: inline-block;
}

/* »óÇ°»ó¼¼-ÇÏ´Ü ¿É¼Ç */
.nd .prdDesc .close_btn {
    display: none
}

.nd .prdDesc.fixed {
    width: 100%;
    position: fixed;
    left: 0;
    bottom: -100%;
    padding: 10px 0;
    background: #fff;
    max-height: 340px;
    overflow-y: auto;
    box-shadow: 0 5px 20px rgb(0,0,0,0.1);
    z-index: 29;
    transition: all .5s
}

.nd .prdDesc.fixed #fixedActionButton .ec-base-button {
    display: none
}

.nd .prdDesc.fixed .close_btn {
    display: block;
    position: absolute;
    top: 4px;
    right: 2px;
    font-size: 18px;
    color: #ccc;
    width: 30px;
    height: 30px;
    text-align: center;
    z-index: 10
}

.nd .prdDesc.fixed .close_btn > i {
    line-height: 30px
}

select {
    background: #fff url(/design/yozme1/img/mo/ico_select.gif) no-repeat 100% 49%;
    background-size: auto 40px;
}

body.nd .detail_more {
    border: 1px solid #242729;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 40px;
    border-radius: 100px;
    margin: 0 auto 50px;
    font-size: 14px;
    font-weight: 500;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    box-shadow: 0px 0px 10px 20px #fff;
    position: relative;
    margin-top: 20px;
}

.detail_more.open {
    box-shadow: inherit;
}

.detail_more svg {
    color: #121314;
    margin-left: 3px;
    pointer-events: none;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    top: 5px;
}

.detail_more.open svg {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.benefit_example {
    padding: 0 15px;
}

.benefit_example a {
    margin-bottom: 5px;
    display: block;
}

.xans-element-.xans-product.xans-product-image.detail_daytime {
    padding: 2px 10px;
    border: 1px solid #ddd;
    width: fit-content;
    margin-top: 17px;
    font-size: 14px;
}

.detail_top_area .discount_time {
    width: fit-content;
}








.videoWrapper {
	position: relative;
	padding-bottom: 178%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}











.videoWrapper1 {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper1 iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}







/* BASIC css end */

