/* BASIC css start */
/* font-family:‘SUIT Variable’, ‘SUIT’, 'Naum Gothic', 'Tajawal',  'sans-serif'; */
@import url(//fonts.googleapis.com/css?family=Tajawal:700);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/earlyaccess/nanumgothic.css);
@import url(//fonts.googleapis.com/css?family=Noto+Sans);
@import url(//fonts.googleapis.com/earlyaccess/notosanskr.css);
@import url(//fonts.googleapis.com/css?family=Montserrat+Alternates);
@import url(//cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/static/woff2/SUIT.css);
@import url(//cdn.jsdelivr.net/gh/sunn-us/SUIT/fonts/variable/woff2/SUIT-Variable.css);



header #downArea .no2 a { color:#0d277d; }
header #downArea .no2 a:after { 
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #0d277d;
    transition-duration: 0.2s;
}
#contents { padding:20px 4%; }



/* 하단정보 */
#footer {border-top:2px solid #3c3c3c; clear:both; margin-top:36px; margin-bottom:60px;}
#footer .footerInfo {display: block;}
#footer .footerMiddle {background-color:#ebebeb; text-align:center; padding:12px 0;}
#footer .footerMiddle a {width:33.3%; display:inline-block; border-left:1px solid #b3b3b3; margin-left: -1px;}
#footer .footerlogo {position: relative; overflow: hidden;zoom: 1; padding: 10px 0 0 0;}
#footer .footerlogo p {width: 25%; float: left; text-align: center;}
#footer address {padding:20px 10px; color:#606060;}
#footer address .agreeButton {margin:5px 0;}
#footer address .agreeButton a {color:#fff; background-color:#b3b3b3; padding:2px 5px;}



/* 정기배송 */
.btn_subs {  margin-bottom:20px; width:100%; height:48px; font-size:17px; font-weight: 600; color:#fff; text-align:center; line-height:48px; border:1px solid #0d277d; background:#0d277d; -webkit-transition:all 0.3s ease; transition:all 0.3s ease; float:left;}
.btn_subs:hover{ background-color: #0d277d;  box-shadow: 0px 15px 20px rgba(0, 131, 203, 0.2);  color: #fff;  transform: translateY(-7px); }

/* 정기배송 글씨 깜빡이 */
.blinking{  -webkit-animation:blink 1s ease-in-out infinite alternate;  -moz-animation:blink 9s ease-in-out infinite alternate;  animation:blink .5s ease-in-out infinite alternate; }
@-webkit-keyframes blink{  0% {opacity:0;}  100% {opacity:1;}}
@-moz-keyframes blink{  0% {opacity:0;}  100% {opacity:1;}}
@keyframes blink{  0% {opacity:0;}  100% {opacity:1;}}





/* 상세더보기 */
.showstep1{max-height:700px; overflow: hidden; }
.showstep2{max-height:3000px; overflow: hidden;}
.content{ height:100%; }
.hide{display:none;}

.outer {  postiion:relative; weight:100%; height:300px; background:linear-gradient(to bottom,rgba(255,255,255,0) 0,#fff 77.12%); }

.btn_open{ margin-bottom:20px;  padding:2% 25%; font-size:15px; font-weight: 400; text-align:center; border:1px solid #888888; border-radius:35px;  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);  transition: all 0.3s ease 0s;  outline: none; background-color:#f9f8f7; color:#888888; }
.btn_open hide{display:none;}
.btn_open:hover{ background-color: #f9f8f7; border:1px solid #0d277d;  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);  color: #0d277d;  transform: translateY(-7px); }
.btn_close { margin-bottom:20px;  padding:2% 25%;   font-size:15px; font-weight: 400; text-align:center; border:1px solid #888888; border-radius:35px;  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.2);  transition: all 0.3s ease 0s;   outline: none; background-color:#f9f8f7; color:#888888;}
.btn_close:hover{ background-color: #f9f8f7; border:1px solid #0d277d;   box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.2);  color: #0d277d;  transform: translateY(-7px); }





/* 게시판 공통 */
.h_title { border-top:none !important; border-bottom:1px solid #e5e5e5; padding:15px 4% !important; text-align:center; background-color:#f9f8f7; }
.h_title span { display:inline-block; padding:0 6px; }
.h_title span il { display:inline-block; padding:0 6px; }
.h_title span a { font-size:12px; font-weight:500; display:inline-block; height:30px; line-height:30px; }
.h_title span a:hover{ color:#0d277d;}
.h_title span a.boardBlue { color:#0d277d; }

.shopbrand { padding-bottom:40px; }
.shopbrand h2 {text-align:center; font-size: 1.25em; font-weight:bold; padding-top:10px;}
.shopbrand .MK_product_list {background-color:#f9f9f9; border-bottom:1px solid #4a4a4a; border-top: 1px solid #4a4a4a;}
.shopbrand .MK_product_list .items {padding: 10px 0;}
.shopbrand .MK_product_list .items #MK_best_product li {width:33.33%;}
.shopbrand .MK_product_list .items .paging-num {text-align: center; clear: both; margin:20px 0;}
.shopbrand .MK_product_list .items .paging-num a {background-color:#fff; border:1px solid #393939; padding:5px 10px; margin:0 10px;}
.shopbrand .list_group {padding:12px 1%; text-align:center;}
.shopbrand .list_group select {width:49%; height:28px;}
.shopbrand .more .more-title {color: #3b3b3b;}
.shopbrand .more .more-num {color: #aaaaaa;}
.shopbrand .shopbrandTitle img {max-width: 100%;}
.shopbrand .list_array .list_arrayRight img {width: 23px; height: auto;}




.shopdetail .shopdetailInfo {background-color:#f9f8f7; }
.shopdetail .shopdetailInfo h2 {font-size:15px; font-weight:bold; padding:15px 0 20px; background-color:#fff; }
.shopdetail .shopdetailInfo h8 {font-size:12px; color:#ff0000; margin:10px 0 20px 0; font-weight:bold;  background-color:#fff !important;  } /*안내문구추가*/
.shopdetail h3 {font-weight:bold; padding:10px 15px; margin-bottom:10px; background-color:#f9f8f7;}
.shopdetail h3 .fa {float:right; font-size: 1.5em;}

.shopdetail h4 {font-weight:bold; padding:10px 15px; margin-bottom:10px; border:0px solid #0d277d; }
.shopdetail h4 .fa {float:right; font-size: 1.5em;}





.shopdetail .shopdetailInfo .shopdetailInfoTop figcaption {text-align:left; margin-top:16px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom {background-color:#fff;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue {position: relative; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue em {color:#0d277d; font-size:25px; margin-right:3px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue del { font-size:14px; opacity:0.6; font-weight:400; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p {margin-bottom:20px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.pDelivery { width:100%; margin-bottom:8px; font-weight:600; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.pDelivery span { display:block; width:100%; line-height:20px; padding:8px 2%; box-sizing:border-box; }

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.pDelivery span.shopdetailInfoName { border-bottom:1px solid #e5e5e5;  border-top:1px solid #e5e5e5;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.pDelivery span.deliveryShow { background-color:#f9f8f7; border-bottom:1px solid #e5e5e5; opacity:0.6; display:none; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.pDelivery span.deliveryShow.hou { display:block; }

.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.pDelivery span i { display:inline-block; float:right; line-height:20px; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p.pDelivery span i.deg { 
    -ms-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
}



.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName {width:30%; display:inline-block;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName2 {/* 할인가 */ width:50%; display:inline-block;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName3 {/* 할인기간멘트 */ width:50%; font-size:1.5em; display:inline-block;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont {width:70%; display:inline-block; font-size:16px; font-weight:600; solid:##fff5f5;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont2 {/* 할인가 */ width:40%; display:inline-block; font-size:20px; font-weight:600;  }
.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: 0px; 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; bottom:0; background-color: #fff;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn {width:100%; box-sizing: border-box; position:relative; bottom:0; left:0; right:0; background-color:#f9f8f7; border-top:1px solid #dfdfdf; z-index: 101; text-align: center; padding:6px 4%; margin:0 auto; display:none;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed {display: block; bottom:0; position:fixed;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn.fixed .btn_Red { background-color:#0d277d !important; border:none !important; border-radius:50px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .option_area.fixed .fixed-btn.fixed {display: block; position:relative; bottom:0; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .fixed-btn .btn_option {position: absolute; top: -16px; left: 50%; margin-left:-33px; bottom:0; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoMultiSelect {background-color: #fff;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on {background-color: #f9f8f7; text-align: center; padding: 10px 4%; display:none;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a {width:48%; color: #0d277d; border:1px solid #0d277d; display: inline-block; padding:8px 0; margin-right:2%; box-sizing:border-box; border-radius:50px; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.buy {background-color:#0d277d; color:#fff; margin-right:0; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect {}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .opt-com {text-align: right;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p {background-color:#f9f8f7; padding: 5px 15px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p:last-child {margin-bottom:0px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoName {width: 28%; padding-right: 5px; display:inline-block; font-size:10.5px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont {width:70%; display:inline-block; margin-left: -4px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont select {width:100%; font-size:11px;}
.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 {background-color: #f9f8f7; padding:0 15px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option-sel {font-weight: bold; font-size: 1.1em; padding-top: 10px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option select {margin-bottom: 10px;}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .add-option .shopdetailInfoName {vertical-align: top; padding-top: 11px;}
.shopdetail .shopdetailBoard {text-align:center; margin-bottom:20px;}
.shopdetail .shopdetailBoard a { width:33.33%; background-color:#f9f8f7; border:1px solid #e5e5e5; display:inline-block; font-weight:bold; padding:20px 0; box-sizing:border-box; }
.shopdetail .shopdetailBoard a:last-child { border-left:none; }
.MK_optAddWrap .MK_inner-opt-cm li {position:relative; border-bottom:1px solid #c7c7c7; padding: 12px 0;}
.MK_optAddWrap .MK_inner-opt-cm li:last-child {border-bottom:0px none;}
.MK_optAddWrap .MK_inner-opt-cm .MK_p-name {padding-right: 30px; display: block;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl {margin-top:8px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input[type="tel"] {padding:0 6px; width: 50px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del {position:absolute; top:12px; right:0;}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del img {width: 20px;}
.MK_optAddWrap .MK_inner-opt-cm .MK_price {position:absolute; bottom:21px; right:0; font-size: 1.3em;}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02 {background-color: #3e3e3e; width: 35px; height: 35px; text-align: center; vertical-align: middle; line-height: 35px; color: #fff; display: inline-block;}
.MK_optAddWrap .total {text-align:right; padding:20px 15px 10px; font-size: 14px;}
.MK_optAddWrap .MK_total {font-size:25px; color:#0d277d; margin-left:15px;}
.MK_optAddWrap .MK_txt-won {font-size:14px;}
/* //상품옵션 */
.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 0; border-top:1px solid #e5e5e5;  }


.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a {line-height:50px; display: inline-block; margin-right:.5%; font-weight:bold; box-sizing:border-box; border-radius: 80px; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish { width:27%; background-color:#fff; border:1px solid #3e3e3e; color:#3e3e3e; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.cart { width:27%; color:#3e3e3e; background-color:#fff; border:1px solid #3e3e3e; }
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.buy {width:45%; margin-right:0; color:#fff; background-color:#0d277d; border:1px solid #0d277d; }
.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; 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:30px;}
.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:0px 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; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.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; border-radius:50px; }

/*관련상품 loopwrap 추가(3/12)*/
.shopdetailRelation .loopWrap { width:100%; }
.shopdetailRelation .loopWrap ul { width:100%; text-align:center;}
.shopdetailRelation .loopWrap .imgbox { width:100%; overflow:hidden; padding-bottom:50px; }
.shopdetailRelation .loopWrap .imgbox .innerBox { width:300px; }
.shopdetailRelation .loopWrap li img.listPic {width:100%; float:left;}
.shopdetailRelation .loopWrap .list_shoppingInfo .listCount {margin: 12px 0; }
.shopdetailRelation .loopWrap .list_shoppingInfo .listCount .amount-input {text-align:center;}
.shopdetailRelation .loopWrap .list_shoppingInfo .listCount .fa-plus {background-color: #bbb; width: 30px; height: 30px; text-align: center; vertical-align: middle; line-height: 30px; color: #fff;}
.shopdetailRelation .loopWrap .list_shoppingInfo .listCount .fa-minus {background-color: #bbb; width: 30px; height: 30px; text-align: center; vertical-align: middle; line-height: 30px; color: #fff;}
.shopdetailRelation .loopWrap .btn_Black {width:290px; margin: 0 auto;  border-radius:50px;}



/* .swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {  -webkit-transform: scale(1);  -ms-transform: scale(1);  transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {  -webkit-transform: scale(1);  -ms-transform: scale(1);  transform: scale(1); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {  -webkit-transform: scale(0.33);  -ms-transform: scale(0.33);  transform: scale(0.33); }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {  -webkit-transform: scale(0.33);  -ms-transform: scale(0.33);  transform: scale(0.33); } */


/* //관련상품 */



/* IOS 디바이스 옵션 선택 시 자동 확대 방지 */
input[type="text"], input[type="date"], input[type="tel"], input[type="number"], input[type="email"], input[type="password"], select {font-size:16px;}
/* //IOS 디바이스 옵션 선택 시 자동 확대 방지 */

/* OKDGG 버튼 */
.shopdetail .okdgg-checkout {margin-top: 15px;}
.shopdetail .okdgg-checkout img {max-width: 90%; height: auto;}
/* //OKDGG 버튼 */

/* 퀵바이 버튼 노출 시 커뮤니티 탭 위치 변경 */
.cs-button {bottom: 53px !important;}
/* //퀵바이 버튼 노출 시 커뮤니티 탭 위치 변경 */


/* 임시품절 재입고 SMS 받기 */
.shopdetail .soldout_anchor { display:block !important; }
.shopdetail .MK_btn-sms {
    display: inline-block; width: 100%; height: 35px; line-height: 35px; text-align: center; border: 1px solid #808080;
    color: #fff; font-weight: bold;
    background-color: #636363;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#636363), to(#5e5e5e));
    background-image: -webkit-linear-gradient(top, #636363, #5e5e5e);
    background-image:    -moz-linear-gradient(top, #636363, #5e5e5e);
    background-image:      -o-linear-gradient(top, #636363, #5e5e5e);
    background-image:   linear-gradient(to bottom, #636363, #5e5e5e);
    -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
.shopdetail .MK_btn-sms span { padding-left: 24px; background: url(/images/d3/m_01/bull/alarm_fff@2x.png) no-repeat 0 50%; background-size: 18px 14px; }
/* 임시품절 재입고 SMS 받기 끝 */

#nhn_btn {padding-top:10px;}
#payco_order_btn {padding-top:10px;}

/* //상품옵션 */
.CS_Center > div{ padding:15px 13px; display:none; }
.CS_Center > div dt { font-weight:700; color:#3d3d3d; }
.CS_Center > div dd { margin:0 0 25px 6px; line-height:18px; }
.CS_Center > div dd b { font-size:13px; line-height:22px; }

#productinformation { display:none; }
.detailTab { display:none; }

.alll ul { font-size:12px; display:none; }
.alll ul li span { display:block; }
.alll ul li span:last-child { margin-bottom:25px; margin-left:6px; line-height:18px; }
.alll ul li .spanTh { font-weight:600; color:#3d3d3d; margin-left:0; }

.all { width:100%; }
.all ul { width:100%; border:1px solid #e5e5e5; box-sizing:border-box; display:table; }
.all ul li { width:70%; padding:5px; box-sizing:border-box; font-size:12px; line-height:18px; color:#222; display:table-cell; word-break:keep-all; }
.all ul li.liTh { width:30%; border-right:1px solid #e5e5e5; background-color:#f5f6f8; font-weight:600; text-align:center; vertical-align:middle; }


/* 상세페이지 모바일 베너 */
.banner_m { width:100%; margin-bottom:20px;  }
.banner_m a { display:block; width:100%; margin-bottom:10px; }
.banner_m a img { width:100%; }


/* 온오프 자동 이벤트 배너 */
.banner2 { width: 100%; margin-top: 20px; }
.banner2 a {  display:block; width:100%; margin-bottom:10px; }
.banner2 a img { width:100%; }
/* 배너를 기본적으로 숨겨놓기 */
.banner2-hidden {  display: none;}
/* 배너가 노출될 때 사용되는 클래스 */
.banner2-visible {    display: block; }








/* 리페어 영상 */
.yt-wrap{width:100%;padding:30px 1%; box-sizing:border-box; position:relative; overflow:hidden;}
.yt-pop{width:100%; margin-bottom:5px; position:relative; padding-bottom:56.25%; height:0; overflow:hidden;}
.yt-pop iframe { width:100%; position:absolute; top:0; left:0; height:100%; }
.movieList { width:100%; }
.movieList ul { width:100%; overflow:hidden; }
.movieList ul li { width:24.625%; float:left; margin-right:0.5%; cursor:pointer; font-size:0; }
.movieList ul li:last-child { margin-right:0; }
.movieList ul li img { width:100%; border:1px solid #fff;}
.movieList ul li.on img { border:1px solid #ff4646; }
.movieList ul li p { width:100%; font-size:10px; padding:5px 0 8px; box-sizing:border-box; }
.movieList ul li.on p { color:#ff4646; }

/* 개별 영상 */
.yt-wrap1 {width:100%; position:relative; padding-bottom:56.25%; height:0; overflow:hidden;}
.yt-wrap1 > iframe { width:100%; position:absolute; top:0; left:0; height:100%; border:none !important; }




/* BASIC css end */

