<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* BASIC css start */
/* 상품정보 탭 */
.detailTab {
    margin-top: 50px;
    position: relative
}
.detailTab ul {
    font-size: 0;
    border-bottom: 1px solid #e8e8e8;
}
.detailTab ul:after {
    display: block;
    clear: both;
    content: ''
}
.detailTab ul li {
    border-bottom: 0;
    margin-right: -1px;
    display: inline-block;
    width: 25%;
    height: 45px;
    border-top: 1px solid #e4e4e5;
    border-bottom: 0;
    text-align: center;
}
.detailTab ul li.first {
    margin-left: 1px;
}
.detailTab ul li a {
    height: 45px;
    font-size: 14px;
    color: #737373;
    line-height: 46px;
    text-align: center;
    padding: 10px 0;
}
.detailTab ul li.active {
}
.detailTab ul li.active a {
    color: #000;
    border-bottom: 2px solid #000;
}
#img_view {
}
#img_view .swiper-pagination {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 9%;
    background: #7f7f7f;
    color: #fff;
    left: unset;
    padding: 3px 0;
    font-size: 11px;
}
.page_location {
    padding: 10px 5px;
    text-align: right;
}
.page_location li {
    float: unset !important;
    display: inline-block;
}
.page_location li a, .page_location li::after {
    color: #a4a4a4 !important
}
.shopdetail .shopdetailInfo {
    border-top: 1px solid #e8e8e8;
}
.shopdetail .shopdetailInfo h2 {
    padding: 0 10px;
    font-size: 16px;
    text-align: left;
    text-overflow: ellipsis;
    white-space: pre;
    overflow: hidden;
}
.shopdetail .shopdetailInfo .subname {
    padding: 11px 10px;
    color: #a4a4a4;
}
.shopdetail .shopdetailInfo p {
    padding: 0 10px;
}
.shopdetail .shopdetailInfo .p-price {
    padding-bottom: 15px !IMPORTANT;
    padding: 0 15px;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 13px;
}
.shopdetail .shopdetailInfo .shopdetailInfoTop figure {
    border-bottom: 1px solid #e8e8e8;
}
.shopdetail .shopdetailInfo .shopdetailInfoTop figcaption {
    text-align: left;
    margin-top: 15px;
    color: #a4a4a4;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom {
    background-color: #fff;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue {
    position: relative;
    padding: 18px 13px 0;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue em {
    color: #000;
    font-size: 2em;
    margin-left: 4px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p {
    padding-bottom: 10px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue p:last-child {
    padding-bottom: 15px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e8e8e8;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoName {
    width: 23%;
    display: inline-block;
    color: #000;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont {
    width: 77%;
    display: inline-block;
    margin-left: -4px;
    color: #000
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoValue .shopdetailInfoCont del {
    color: #a9a9a9;
    font-size: 14px;
}
.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: 999;
    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: #fff;
    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: #fff;
    text-align: center;
    padding: 10px 15px;
    display: none;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a {
    border: 1px solid #393939;/*  width:48%; color: #3b3b3b; background-color:#fff; border:1px solid #f1191f; display: inline-block; padding:6px 0; margin: 0;*/
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.buy {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(0, 0, 0);
    border-image: initial;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect {
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .opt-com {
    text-align: right;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p {
    padding: 0 20px;
    padding-bottom: 12px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect p:last-child {
    padding-bottom: 0px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoName {
    width: 22%;
    display: inline-block;
    padding-top: 3px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .txt {
    width: 77%;
    display: inline-block;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .txt select {
    height: 30px;
    width: 100%;
    line-height: 27px;
    font-size: 11px;
    padding-left: 0;
    border: 1px solid #e1e1e1;
    color: #969696;
    padding: 4px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailInfoSelect .shopdetailInfoCont {
    width: 70%;
    display: inline-block;
    margin-left: -4px;
}
.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 {
    background-color: #fff;
}
.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;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6 !important;
    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;
    padding: 7px 0 0;
}
.MK_optAddWrap .MK_inner-opt-cm li:last-child {
    border-bottom: 0px none;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_p-name {
    width: 20%;
    display: inline-block !important;
    padding: 0 20px;
    padding-right: 0 !IMPORTANT;
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl {
    width: 55%;
    position: relative;
    display: inline-block;
    margin-top: 8px;
    padding: 0 20px;
    padding-left: 0;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl input[type="tel"] {
    height: 30px;
    line-height: 27px;
    font-size: 11px;
    padding-left: 0;
    border: 1px solid #e1e1e1;
    color: #969696;
    width: 40px;
    text-align: center;
    padding: 0;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del {
    position: absolute;
    top: 23px;
    right: 22px;
    background: url(/design/lioncorp/skinshop/m/img/del.png) no-repeat;
    width: 16px;
    height: 16px;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del img {
    display: none
}
.MK_optAddWrap .MK_inner-opt-cm .MK_btn-del img {
    width: 20px;
    margin-right: 5px;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_price {
    position: absolute;
    bottom: 7px;
    right: 40px;
    font-size: 11px;
    margin-right: 5px;
    color: #aaa;
    font-weight: normal;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02 span {
    font-size: 0;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02 {
    background-color: #bbb;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    height: 28px;
    line-height: 26px;
    width: 28px;
    border: 1px solid #e1e1e1;
    background: #fff;
    color: #5b5b5b;
    font-weight: bold;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02:nth-child(2) {
    padding-left: 5px;
    position: absolute;
    left: 70px;
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02:nth-child(2):before {
    content: "+";
    font-size: 17px
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02:nth-child(3):before {
    content: "-";
    font-size: 26px
}
.MK_optAddWrap .MK_inner-opt-cm .MK_qty-ctrl .btn-type-02:nth-child(3) {
    padding-left: 2px;
    position: absolute;
    left: 39px;
}
.MK_optAddWrap .total {
    text-align: right;
    padding: 10px 15px;
    font-size: 17px;
}
.MK_optAddWrap .MK_total {
    font-size: 22px;
    color: #009e59;
    margin-left: 15px;
    margin-right: -1px;
}
.MK_optAddWrap .MK_txt-won {
    font-size: 17px;
    color: #009e59
}
.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 {
    margin: 15px;
    text-align: right;
    border-top: 1px solid #e8e8e8;
    padding-top: 15px;
    color: #9b9999;
    font-size: 15px;
    letter-spacing: -1px;
}
/* //착불 아이콘 */
.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;
}
/*buy_on*/
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a {
    padding: 13px 43px;
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
    vertical-align: top;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.wish {
    background-color: #FFF;
    border: 1px solid #393939;
    padding: 9px;
    padding-bottom: 8px;
    background: url(/design/lioncorp/skinshop/m/img/wish_icon.png) no-repeat;
    background-position: center;
    background-size: 23px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a.wish img {
    opacity: 0
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a a.cart {
    border: 1px solid #393939;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .buy_on a a.buy {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
/*구매영역*/
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a {
    padding: 13px 43px;
    display: inline-block;
    margin: 0 2px;
    font-size: 14px;
    vertical-align: top;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish {
    background-color: #FFF;
    border: 1px solid #393939;
    padding: 9px;
    padding-bottom: 8px;
    background: url(/design/lioncorp/skinshop/m/img/wish_icon.png) no-repeat;
    background-position: center;
    background-size: 23px;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.wish img {
    opacity: 0
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.cart {
    border: 1px solid #393939;
}
.shopdetail .shopdetailInfo .shopdetailInfoBottom .shopdetailButton .shopdetailButtonTop a.buy {
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
}
.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: 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;
}
section h3.btn_toggle {
    padding: 10px 15px;
    background: #f4f4f4;
    font-size: 14px;
    border-bottom: 1px solid #eee;
}
section h3.btn_toggle span {
}
/* 관련상품 */
.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;
}
#payco_order_btn {
    padding-top: 10px;
}
#kakaopay_order_btn {
    padding-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;
    background-color: #f6f6f6;
    padding: 5px 15px;
    overflow: hidden;
    zoom: 1;
}
.shopdetailInfoOneclick &gt; span {
    float: left;
}
.shopdetailInfoOneclick .shopdetailInfoList {
    float: left;
    width: 70%;
}
.MK-oneclick-list {
    overflow: hidden;
    zoom: 1;
}
.MK-oneclick-list:after {
    content: "";
    display: block;
    clear: both;
}
.MK-oneclick-list li {
    float: left;
    margin: 0 5px 5px 0;
}
.MK-oneclick-list li a {
    border: 1px solid #231f20;
    display: inline-block;
    border-radius: 1px;
    box-sizing: border-box;
}
.MK-oneclick-list li.MK-oneclick-sel a {
    border: 2px solid #000000;
}
.MK-oneclick-list li.MK-oneclick-dis a {
    filter: alpha(opacity=50);
    -moz-opacity: .5;
    opacity: .5;
}
.MK-oneclick-list li.MK-oneclick-color.MK-oneclick-sel a {
    padding: 1px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}
.MK-oneclick-list li a span {
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 19px;
}
.MK-oneclick-list li a img {
    width: 100%;
    height: 100%;
}
.MK-oneclick-list li.MK-oneclick-image a {
    height: 50px;
}
.MK-oneclick-list li.MK-oneclick-image a img {
    width: auto;
    height: 48px;
    ;
}
.MK-oneclick-list li.MK-oneclick-image.MK-oneclick-sel a img {
    height: 46px;
    width: auto;
}
.MK-oneclick-list li.MK-oneclick-color {
    width: 50px;
    height: 50px;
}
.MK-oneclick-list li.MK-oneclick-color a {
    padding: 2px;
}
.MK-oneclick-list li.MK-oneclick-color span {
    width: 44px;
    height: 44px;
}
.MK-oneclick-list li.MK-oneclick-color .mk-oo-sel span {
    width: 27px;
    height: 27px;
}
.MK-oneclick-list li.MK-oneclick-text .MK-oneclick-list li.MK-oneclick-text {
    min-width: 35px;
    max-width: 100%;
    height: 50px;
}
.MK-oneclick-list li.MK-oneclick-text a {
    padding: 2px;
}
.MK-oneclick-list li.MK-oneclick-text.MK-oneclick-sel a {
    padding: 1px;
}
.MK-oneclick-list li.MK-oneclick-text span {
    min-width: 29px;
    line-height: 44px;
}
.MK-oneclick-list li.MK-oneclick-text .MS-oneclick-sel span {
    min-width: 30px;
    line-height: 27px;
}
.MK-oneclick-value {
    padding-bottom: 3px;
    display: block;
}
.MK-oneclick-only-text li.MK-oneclick-text {
    height: auto;
}
.MK-oneclick-only-text li.MK-oneclick-text span {
    height: auto;
    line-height: 19px;
}
/*관련상품리스트*/
#Rel {
    padding: 15px;
}
#Rel .cateTit {
    text-align: left;
    padding-bottom: 0;
    font-size: 17px;
    letter-spacing: -1px;
}
#Rel .cateTit a {
    background: none;
    margin-top: 0;
    padding: 0;
}
#Rel .item-wrap {
    padding-top: 13px;
}
#Rel .item-wrap .item-cont .item-list {
    vertical-align: top;
    text-align: center;
    display: inline-block;
    width: 31.3%;
    padding-right: 2%;
}
#Rel .item-cont {
    font-size: 0;
}
#Rel .item-wrap .item-cont .item-list:nth-child(3) {
    padding-right: 0
}
#Rel .item-wrap .item-cont .item-list .thumb {
    position: relative;
    border: 0
}
#Rel .item-wrap .item-cont .item-list .thumb img {
    width: 100%;
    border: 1px solid #eee
}
#Rel .item-wrap .item-cont .item-list li {
    font-size: 13px;
}
#Rel .item-wrap .item-cont .item-list .prd-name {
    white-space: pre;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    padding-bottom: 6px;
}
#Rel .item-wrap .item-cont .item-list .prd-name a {
    font-size: 14px
}
#Rel .item-wrap .item-cont .item-list .soldout {
    color: #009e59
}
#Rel .item-wrap .item-cont .item-list .prd-price {
    color: #aaa;
    padding: 0;
}
#Rel .item-wrap .item-cont .item-list .prd-price strike {
    letter-spacing: -1px;
    color: #b9b6b6;
    padding-right: 1px;
    font-size: 11px;
    display: inline-block;
}
#Rel .item-wrap .item-cont .item-list .prd-price .price {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: -1px;
    color: #000;
}
#Rel .item-wrap .item-cont .item-list .prd-info {
    padding-top: 10px !important;
}
#Rel .item-wrap .item-cont .item-list .prd-info .dc {
    font-size: 14px;
    color: #009e59;
    padding-top: 7px;
    font-weight: bold;
}
#Rel .item-wrap .item-cont .item-list .prd-price .price em {
    font-weight: normal;
    font-size: 12px
}
/* 게시글 */
#tabs {
    padding-bottom: 10px;
    font-size: 12px;
}
#tabs .shopdetailBoard {
    overflow: hidden;
    text-align: center;
    border-bottom: 1px solid #bbb;
    background-color: #e4e4e4;
    padding: 10px 0;
    margin-bottom: 0;
}
#tabs .shopdetailBoard .tab_on {
    padding: 10px 0;
}
#tabs .util {
    border-bottom: 1px solid #e4e4e4;
    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 &gt; ul &gt; li.now &gt; .cont_wrap {
    display: block;
}
#tabs .list_board &gt; ul &gt; li &gt; .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 #e4e4e4;
    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 {
    padding-top: 5px;
    border-top: 1px dotted rgb(190, 190, 190);
    background-color: #f9f9f9;
    padding: 7px;
}
.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%;
    border-right: 0;
    box-sizing: border-box;
    height: 35px;
}
.list_board input[type="button"] {
    width: 20%;
    float: right;
    height: 35px;
    border-radius: 0 3px 3px 0;
    background-color: #444;
    color: #fff;
    border: 1px solid #444;
    box-sizing: border-box;
}
/* 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;
}

/* BASIC css end */

</pre></body></html>