/* BASIC css start */
a {
    font-size: 14px;
}

/*¾ÆÄÚµð¾ð ¸Þ´º*/
div.toggle_wrap_info {
   display:inline-block;
   width:100%;
   margin-top:20px;
   border-bottom:1px solid #ddd;
   
}
 .collapsible3 {
     position:relative;
     background-color: #fff;
     color: #000;;
     cursor: pointer;
     padding: 10px 0px;
     width: 100%;
     border-top:1px solid #ddd;
     text-align: left;
     outline: none;
     font-size: 13px;
}

.content_info {
     padding: 0;
     max-height: 0;
     overflow: hidden;
     transition: max-height 0.2s ease-out;
     background-color: #fff;
     color: #333;            
}

.content_info {
   *height: 340px;
   overflow-y:auto !important;
   text-align:left;     
   color: #000;
}
        
.content_info div {
    font-size:13px;
}
        
.content_info span {
    font-size:13px !important;
    font-family:'Pretendard Variable';
}
        
.content_info p {             
    padding: 0 0 3px;
    font-size:13px;
}
        
.content_info img {
    width:100%;
}

.content_info::-webkit-scrollbar {
     display: none !important;
}

.info::-webkit-scrollbar {
     display: none !important;
}
 
       
.content_tit{
   font-weight:600;
}
        
   
.collapsible3:before {
   content: "";
   position: absolute;
   display: inline-block;
   text-align: center;
   width: 8px;
   height: 1px;
   background: #333;
   top: calc(50% - 1px);
   right: 5px !important;          
}
        
.collapsible3:after {
    content: "";
    position: absolute;
    display: inline-block;
   text-align: center;
   width: 8px;
   height: 1px;
   background: #333;
   top: calc(50% - 1px);
   right: 5px !important;
   transform: rotate(90deg);
   transition: .3s linear;
}
 
.active_content:after {
   transform: rotate(0deg);            
}
       
#sizeChart table {
    font-size: 13px;
    text-align:center;
}
        
#sizeChart th {
    display:inline-block;
    width: 14%;
    padding:5px 0;    
}

#sizeChart td {
    display:inline-block;
    width: 14%;
    padding:5px 0;    
}

.content_detail {
    text-align:left;
    font-size:13px;
}

.display_none {
    display: none
}

.npay_event {
    display: none !important;
}

.prdList {
    display:flex;
    width:100%;
}

.prdList > li {
    height: 400px;
}

.cafcon_more_btn {
    cursor: pointer;
    width: 110px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #353535;
    color: #fff;
    margin: 0 auto;
}

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

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

.number_font {
    font-size: 22px;
}

.common_content {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0%;
    padding-top: 50px;
}

.common_content dl {
    font-size: 14px;
    margin-bottom: 40px;
    line-height: 1.6;
    text-align: left;
}

.common_content dl dt {
    color: #000;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
}

.common_content dl dd {
    color: #666;
}

.common_content ul li img {
    width: 35%;
    border-bottom: 4px solid #fff;
}

#MS_basket_slide {
    position: absolute !important;
}

#productDetail .page-body {
    margin-bottom: 50px;
    margin-top: 20px;
    margin: 0 auto;
    text-align: center;
}

.slidesjs-slide {
    text-align: center;
}

.brand_content {
    text-align: center;
}

/* »ó´Ü ¼¶³×ÀÏ, »óÇ° ¿É¼Ç Á¤º¸ */
#productDetail .thumb-info {
    zoom: 1;
    height: auto;
    padding: 0px 0;
    width: 100%;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: flex-start;
    border-top:1px solid #000;
    border-bottom:1px solid #000;
    box-sizing: border-box;
}



/* ¼¶³×ÀÏ */

#productDetail .thumb-info .thumb-wrap {
    float: left;
    width: 50%;
    border-right: 1px solid #000;
    box-sizing:border-box;

}

#productDetail .thumb-info .thumb {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#productDetail .thumb-info .thumb img {
    width: 100%;
    display: block;
    border-bottom: 1px solid #000;
}

#productDetail .thumb-info .thumb img:last-child {
    border-bottom:none !important;
}



#productDetail .thumb-info .thumb-ctrl {
    clear: both;
    padding-top: 20px;
    text-align: center;
}

#productDetail .thumb-info .thumb-ctrl a {
    color: #c1bbb6;
    font-size: 11px;
}

#productDetail .thumb-info .thumb-ctrl a img {
    vertical-align: middle;
    margin-right: 5px;
}

#productDetail .thumb-info .thumb-ctrl a:hover {
    text-decoration: underline;
}


/* »óÇ°¿É¼Ç Á¤º¸ */

#productDetail .thumb-info .info {
    position:sticky;
    left: 0; 
    top:15%;
    float: right;
    width: 35%;
    height: 750px;
    overflow-y:auto !important;
    margin:0 0 6% 6%;
    background: #fff;
    display: inline-block !important;
}

#productDetail .thumb-info:after {
    content: "";
    display: block;
    clear: both;
}

#productDetail .thumb-info .info .tit-prd {
    width: 435px;
    padding: 0 0 10px 10px;
    border-bottom: 2px solid #e8e8e8;
    font-weight: bold;
}



#productDetail .thumb-info .info .table-opt th {
    clear: both;
    font-weight: normal;
    color: #555;
    width: 60px;
    padding: 7px 5px 7px 0;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    text-transform: uppercase;
}

#productDetail .thumb-info .info .table-opt td {
    line-height: 32px;
    vertical-align: top;
    color: #000;
}

#productDetail .thumb-info .info .table-opt tr {

    line-height: 20px;
    vertical-align: top;
    color: #555;
    border-bottom: 0px solid #e5e5e5;
}

span.like_btn {
    float: right;
    margin-bottom: -18px;
    position: relative;
    z-index: 111;
}

#productDetail .thumb-info .info span .ico-wish {
    display: inline-block;
    width: 17px;
    height: 16px;
    background: url(//liberclassy.jpg3.kr/design/2023_fastosomall/img/svg/ico_wish_detail_off.svg) no-repeat center center;
    vertical-align: middle;
    background-size: cover;
}

#productDetail .thumb-info .info span.wish-on .ico-wish {
    background: url('//liberclassy.jpg3.kr/design/2023_fastosomall/img/svg/ico_wish_detail_on.svg') no-repeat center center;
    background-size: cover;
}

/* ÆÇ¸Å°¡°Ý */

.info .dname {
    clear: both;
    padding-bottom: 0px;
    text-align: left;
    position: relative;
}

.info .dname .brand {
    padding-bottom: 5px;
    font-size: 14px;
    color: #000000;
    margin-bottom: 25px;
}

.info .dname .main_name {
    text-align: left;
    padding-bottom: 8px;
    font-size: 16px;
    color: #000;
    line-height: normal;
    font-weight: 600;
}

.info .dname .model_name {
    clear: both;
    padding-bottom: 20px;
    font-size: 14px;
    font-weight: 400;
    color:#797979;
}

.info .dname .detail_info {
    font-size: 14px;
    line-height: 22px;
    color: #797979;
}

.price_area {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: baseline;
    padding-bottom: 0px;
}

.price_area .sellprice {
    font-size: 16px;
    font-weight: 700;
    color:#000;
}

.price_area span {
    color: #f03e24;
    font-size: 16px;
    font-weight: 700;
}

.price_area em {
    color: #000;
}

.price_area .tagprice {
    color: #797979;
    font-size: 14px;
    font-weight: normal;
}





#productDetail .info .product-detail-info {
    clear: both;
    line-height: 18px;
    font-size: 13px;
    color: #757575;
    font-weight: normal;
    margin-top: 8px;
    padding-bottom: 7px;
}

#productDetail .thumb-info .info .table-opt .price {
    color: #000 !important;
    font-size: 12px;
    font-weight: bold;
}




/* ÁÖ¹®¼ö·® */
#goods_amount {
    float: left;
    width: 32px;
    border: 0;
}

#productDetail .thumb-info .info .table-opt .opt-spin {
    position: relative;
    width: 52px;
    height: 15px;
    border: 1px solid #acacac;
}

#productDetail .thumb-info .info .table-opt .opt-spin .txt-spin,
#productDetail .thumb-info .info .table-opt .opt-spin .btns {
    float: left;
}

#productDetail .thumb-info .info .table-opt .opt-spin .txt-spin {
    width: 41px;
    height: 13px;
    padding-left: 2px padding-top: 2px;
    border: 0;
    font-size: 11px;
}

#productDetail .thumb-info .info .table-opt .opt-spin .btns {
    width: 19px;
    height: 15px;
    border-left: 1px solid #aaa;
}

#productDetail .thumb-info .info .table-opt .opt-spin .btns a {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 7px;
    text-indent: -999px;
    background: none;
}

#productDetail .thumb-info .info .table-opt .opt-spin .btns a.btn-up {
    border-bottom: 1px solid #aaa;
    background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 2px;
}

#productDetail .thumb-info .info .table-opt .opt-spin .btns a.btn-dw {
    background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 2px;
}

#productDetail .soldout,

#productDetail .soldout {
    font-weight: bold;
}


#productDetail .prd-btns {
    overflow: hidden;
    text-align: left;
    font-size: 0;
    line-height: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    margin:25px 0 5px;
    gap: 5px;

}

#productDetail .prd-btns a {
    float: left;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 1px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 14px;
    flex: 1;
    box-sizing: border-box;
    border: 1px solid #000;
    font-weight:500;
}

#productDetail .prd-btns span {
    line-height: 40px;
}

#productDetail .prd-btns a:first-child {
    flex: 1;
    text-align: center;
    color: #fff;
    background: #111111;
    border: 1px solid #000;
}


#productDetail .prd-btns a:first-child:hover {
    color: #000;
    background: #ffffff;
}

#productDetail .prd-btns a:hover {
    border: 1px solid #111111;
    transition: all .3s;
    background: #111111;
    color: #fff;
}

A.roll span {
    display: inline;
}

A.roll .over {}

A.roll span.over {
    display: none;
}

A.roll:hover {
    border: 0;
}

A.roll:hover span {
    display: none;

}

A.roll:hover span.over {
    display: inline;
}



/* ÅëÇÕ¿É¼Ç */
#productDetail .thumb-info .info .table-opt .opt-wrap {
    width: 100%;
    padding: 20px 0;
    background-color: #fff;
}

#productDetail .thumb-info .info .table-opt .addoption.opt-wrap {
    padding: 0px 0 25px;
}

#productDetail .thumb-info .info .table-opt .opt-wrap .tit {
    margin: -5px 0 0;
    padding-left: 0px;
    text-align: left;
}

#productDetail .thumb-info .info .table-opt .opt-wrap dl {
    overflow: hidden;
    width: 100%;
    line-height: 35px;
}

#productDetail .thumb-info .info .table-opt .opt-wrap dt {
    float: left;
    width: 17%;
    margin-bottom: 5px;
    font-size: 13px;
}

#productDetail .thumb-info .info .table-opt .opt-wrap dd {
    float: left;
    width: 85%;
    margin-bottom: 5px;
}

#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn {
    padding-left: 10px;
    text-align: center;
}

#productDetail .thumb-info .info .table-opt .opt-wrap select {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    font-size: 12px;
    text-indent: 5px;
}

#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns {
    position: relative;
    width: 56px;
    height: 19px
}

#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns input {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 17px;
    border: 1px solid #ddd;
    text-align: right;
}

#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns .btn-up {
    position: absolute;
    top: 0;
    right: 0;
}

#productDetail .thumb-info .info .table-opt .opt-wrap .opt-btns .btn-dw {
    position: absolute;
    bottom: 0;
    right: 0;
}

#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count select {
    float: left;
    width: 180px;
}

#productDetail .thumb-info .info .table-opt .opt-wrap dl .opt-count .opt-btns {
    float: left;
    width: 56px;
    margin-left: 5px;
}


/* »óÇ° »ó¼¼ ÀÌ¹ÌÁö */
#productDetail .prd-detail table {
    table-layout: auto;
}

#productDetail .prd-detail {
   
    width: 100%;
    overflow: hidden;
    text-align: center;
}

#productDetail .prd-detail img {
    max-width: 1000px;
    margin-top: 30px;
}


/* °ü·Ã»óÇ° */
.item-list3 .prd-list {
    margin-top: 0px;
}

.item-list3 .prd-list th {
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    font-weight: normal;
    font-size: 11px;
}

.item-list3 .prd-list td {
    padding: 5px 0;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}

.item-list3 .prd-list .thumb {
    width: 100px;
    height: auto;
}

.item-list3 select {
    width: 180px;
    height: 30px;
    font-size: 11px;
    margin: 0px;
    background: url(/design/lightbrain/wizdesign/offarr_02.jpg) no-repeat right 50% #fff;
    text-indent: 5px;
}


.item-list3 .prd-amount {
    position: relative;
    width: 52px;
    height: 25px;
    border: 1px solid #aaa;
}

.item-list3 .prd-amount input {
    width: 32px;
    height: 25px;
    border: 0;
}

.item-list3 .prd-amount .btns {
    float: left;
    width: 19px;
    height: 25px;
    border-left: 1px solid #aaa;
}

.item-list3 .prd-amount .btns a {
    overflow: hidden;
    float: left;
    width: 100%;
    height: 12px;
    text-indent: -999px;
    background: none;
}

.item-list3 .prd-amount .btns a.btn-up {
    border-bottom: 1px solid #aaa;
    background: url(/images/d3/modern_simple/btn/btn_h5_spin_up.gif) no-repeat 50% 4px;
}

.item-list3 .prd-amount .btns a.btn-dw {
    background: url(/images/d3/modern_simple/btn/btn_h5_spin_dw.gif) no-repeat 50% 4px;
}

.item-list3 .related-allbasket {
    width: 100%;
    padding-top: 10px;
    text-align: right;
}

.related {
    width: 100%;
    margin: 0 auto;
    padding: 0px 0 0;
    text-align: left;
    font-size: 16px;
    border-bottom:1px solid #000;
}

div.related_info {
    padding: 15px 25px;
}

div.related_info .dname .brand {
    font-size: 12px !important;
}

div.related_info .dname {
    clear: both;
    padding-bottom: 0px;
    text-align: left;
    position: relative;
}

div.related_info .dname .brand {
    padding-bottom: 10px;
    font-size: 12px;
    color: #000000;
}

div.related_info .dname .main_name {
    text-align: left;
    padding-bottom: 4px;
    font-size: 14px;
    color: #353535;
    line-height: normal;
    font-weight: 600;
}

div.related_info .dname .model_name {
    clear: both;
    padding-bottom: 8px;
    font-size: 12px;
    font-weight: 400;
    color:#797979;
}

div.related_info .price_area {
    display: flex;
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: baseline;
    padding-bottom: 0px;
}

div.related_info .price_area .sellprice {
    font-size: 14px;
    font-weight: 700;
    color:#000;
}

div.related_info .price_area span {
    color: #f03e24;
    font-size: 14px;
    font-weight: 700;
}

div.related_info .price_area em {
    color: #000;
}




/* review-write */
#productDetail .review-write {
    padding: 10px 0 15px 20px;
    border-top: 1px solid #ddd;
}

#productDetail .review-write th,
#productDetail .review-write td {
    padding: 5px 0;
}

#productDetail .review-write th {
    font-weight: normal;
}

#productDetail .review-write .frm-w input {
    width: 150px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #ededed;
}

#productDetail textarea.MS_review_content_box {
    width: 1000px;
    height: 100px;
}

/* ´ñ±Û¸®½ºÆ® °øÅë */
#productDetail .table-slide th,
#productDetail .table-slide td {
    padding: 25px 0;
    border-top: 1px solid #ddd;
    cursor: pointer;
}

#productDetail .table-slide th {
    font-size: 11px;
    font-weight: normal;
}

#productDetail .table-slide tr.cnt {
    display: none;
}

#productDetail .table-slide tr.cnt td {
    cursor: default;
}

#productDetail .table-slide tr.nbg td {
    background-image: none;
}

#productDetail .table-slide tr.ndata td {
    border-bottom: 1px solid #ddd;
}

#productDetail .table-slide tr.ndata td div {
    font-size: 15px;
    color: #d9d9d9;
}


#productDetail .table-slide tr.reply .tb-txt {
    padding-left: 30px;
    background: url(/images/d3/modern_simple/common/bull_reply.gif) no-repeat 10px 0;
}

/* review-list */
#productDetail .review-list .bg {
    padding-top: 35px;
    border-top: 1px solid #ddd;
}

/* qna board */
/* item-hd */


#productDetail .item-hd {
    margin-top: 80px;
}

/* ****************** »óÇ° »ó¼¼ ¿É¼Ç ******************** */
.MK_not_choice {
    color: #f03e24;
}

.MK_optAddWrap,
.MK_optAddWrap * {
    margin: 0;
    padding: 0;
}

.MK_optAddWrap {
    color: #666;
    font-size: 11px;
    line-height: 13px;
    font-family: 'Pretendard Variable';
}

.MK_optAddWrap li {
    list-style: none;
}

/* ¿É¼Ç¼±ÅÃ */
#MK_optAddList {
    overflow: hidden;
    *zoom: 1;
}

#MK_optAddList li {
    float: left;
    width: 100%;
    margin-top: 5px;
}

#MK_optAddList .MK_tit,
#MK_optAddList .MK_div,
#MK_optAddList .MK_st {
    float: left;
}

#MK_optAddList .MK_tit,
#MK_optAddList .MK_div {
    font-size: 11px;
    line-height: 16px;
}

#MK_optAddList .MK_tit {
    width: 65px;
    margin-right: 5px;
}

#MK_optAddList .MK_div {
    width: 5px;
    text-align: left;
}

#MK_optAddList .MK_st {
    width: 205px;
}

#MK_optAddList .MK_st .MK_btn-add {
    cursor: pointer;
}

#MK_optAddList .MK_st select {
    margin-left: 5px;
    width: 300px;
    height: 20px;
    border: 1px solid #000
}

/* ¿É¼Ç¼±ÅÃPP */
#MK_optAddListPP {
    overflow: hidden;
    *zoom: 1;
}

#MK_optAddListPP .MK_tit,
#MK_optAddListPP .MK_st {
    float: left;
    width: auto;
}

#MK_optAddListPP .MK_tit {
    margin-right: 5px;
    margin-top: 3px;
}

.tb-left select {
    margin-left: 5px;
    width: 250px;
    height: 20px;
    border: 1px solid #E4E4E4
}

.tb-left {
    padding-left: 0px;
    font-size: 12px;
}


/* ¿É¼Ç °á°ú ¸®½ºÆ® */
#MK_innerOptWrap {
    text-align: left;
}

#MK_innerOptScroll {
    background: none;
    font-family:'Pretendard Variable';
    font-size: 14px;
}


#MK_innerOptWrap #MK_innerOptScroll.limit {
    position: relative;
    height: 150px;
    overflow-y: auto;
}

#MK_innerOptWrap .MK_inner-opt-cm li {
    position: relative;
    color: #000;
    padding: 10px 0PX;
    font-size: 12px;
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del {
    position: absolute;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_p-name,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_price,
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del {
    display: block;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_price {
    right: 21px;
    color: #333;
    font-size: 14px;
    font-weight: 500;
}


.MK_btn-del img {
    display:none;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del {
    right: 0px;
    display: inline-block;
    width:10px;
    height: 10px;
    background: url(//image.makeshop.co.kr/makeshop/d3/basic_simple/common/btn_comment_del.gif) 0 0 no-repeat;
    background-size:100%;
    
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option {
    width: 42px;
    height: 20px;
    border:1px solid #ddd;
}


/* »ç¿ëÀÚ ÀÔ·Â ÀÎÇ²¹Ú½º (color, size )*/
.MK_optAddWrap .MK_inner-opt-cm li .MK_txt_uinput {
    width: 200px;
}


/* ±âº»¿É¼Ç */
#MK_innerOptWrap #MK_innerOpt_01 li .MK_p-name {
    font-size: 14px;
    font-weight: 500;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl {
    width: 62px;
    display: inline-block;
    margin-left: 13px;
    position: relative;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl input.MK_count {
    width: 30px;
    height: 20px;
    line-height: 16px;
    padding: 2px 0 0 2px;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a {
    position: absolute;
    right: 0px;
    font-size: 0;
    line-height: 0;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a img {
    vertical-align: top;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-up {
    top: 2px;
    right: 0px;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-dw {
    top: 13px;
}


/* °³º°¿É¼Ç */
#MK_innerOptWrap #MK_innerOpt_02 li .MK_p-name {
    font-size: 14px;
    font-weight: 500;
    display: inline-block;

}

#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl {
    display: inline-block;
    margin-left: 13px;
    position: relative;
    width: 62px;
}

#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl input {
    width: 42px;
    height: 20px;
    border:1px solid #ddd;
}

#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a {
    position: absolute;
    right: 0px;
    font-size: 0;
    line-height: 0;
}

#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a img {
    vertical-align: top;
}

#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-up {
    top: 2px;
}

#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-dw {
    top: 12px;
}

/* ÃÑÇÕ°è */
#MK_innerOptTotal {
    display:flex;
    justify-content: space-between;
    padding: 15px 0;
    font-size: 13px;
    color: #000;
    text-align: left;
}

#MK_innerOptTotal .MK_txt-total {
    padding-right: 40px;
    font-size: 13px;
}

#MK_innerOptTotal .MK_total {
    position:relative;
    padding-right:2%;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    font-family:'Pretendard Variable' !important;
}

.MK_total.mt::before {
    content:"¿ø";
    display:inline-block;
    position:absolute;
    right:0px;
    color: #000;
    font-weight: bold;
    font-size: 14px;
    
}

#MK_innerOptTotal .MK_txt_won {
    color: #000;
    font-weight: bold;
    font-size: 14px;
}


/* ³×ÀÌ¹öÆäÀÌ */
.snspay {
    position:relative;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 4px;
}



.snspay > div {
    flex: 1;
}

.snspay .npay_text,
.npay_event_text,
td.npay_btn_item.btn_width {
    display: none !important
}

.snspay .npay_button {
    padding: 0 !important;
}

.snspay .npay_event {
    display: none !important;
}

.snspay div#NPAY_BUTTON_BOX_ID {
    border: none !important;
    padding: 0 !important;
}

.snspay .npay_btn_link.npay_btn_pay {
background-image: url(//liberclassy.jpg3.kr/design/2023_fastosomall/img/svg/npay_btn_wh.svg) !important;
    /*background-position: center center !important;
    background-repeat: no-repeat !important;
    background-size: 65px auto !important;*/
    background: none !important;
    width: 667px !important;
    height: 45px !important;
    background-color: #fff !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
    box-sizing: border-box !important;
}

.snspay table.npay_btn_list {
    width: auto !important;
}

.snspay .npay_type_A_2 {
    width: auto !important;
    height: auto !important;
}

.npay_btn_item:first-child .npay_btn_link:hover {
    border: 1px solid #000;
    transition: all .3s;
    background: #000 !important;
    color: #fff;
}

.npay_btn_item:first-child .npay_btn_link::after {
    content:'NAVER Pay';
    font-size: 14px !important;
    font-weight: 500 !important;    
    font-family:'Pretendard Variable' !important;
    line-height: 45px;
}

div#kakaopay_order_btn {
    display: inline-block;
    margin-bottom:5px;
}

.snspay div#kakaopay_order_btn a {
    flex: 1;
    display: inline-block;
    width: 665px !important;
    height: 43px !important;
    border: 1px solid #000 !important;
    border-radius: 0px !important;
}

div#kakaopay_order_btn a {
    width: 100%;
    display: inline-block;
    position:relative;
}

div#kakaopay_order_btn a:hover {
    border: 1px solid #000;
    transition: all .3s;
    background: #000;
    color: #fff;
}

div#kakaopay_order_btn a::after {
    content:'KAKAOPAY';
    font-size: 14px !important;
    font-weight: 500 !important;    
    font-family:'Pretendard Variable' !important;
    line-height: 45px;
}

div#kakaopay_order_btn a img {
    width: 100%;
    display: none !important;
}


/* »óÇ° ÀÏ¹ÝÁ¤º¸(»óÇ°Á¤º¸Á¦°ø °í½Ã) */
#productWrap {
    margin: 10px 0;
}

#productWrap h3.tb-tit {
    margin-bottom: 10px;
    text-align: left;
}

#productWrap table {
    width: 100%;
    font-size: 12px;
    border-collapse: collapse;
    border-width: 1px 0 1px 0;
    border-color: #b4b4b4;
    border-style: solid;
    table-layout: fixed;
}

#productWrap table th {
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    background-color: #f8f8f8;
    color: #3b3b3d;
    text-align: left;
    padding: 10px 0 10px 15px;
}

#productWrap table td {
    color: #8b8b8b;
    border-bottom: 1px solid #e0e0e0;
    word-break: break-all;
    text-align: left;
    padding: 10px 0 10px 17px;
}

.item-hd {
    position: relative;
    width: 100%;
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 0px solid #b5b5b5;
}

.item-hd .tit {
    zoom: 1;
    overflow: hidden;
}

.item-hd .tit dt,
.item-hd .tit dd {
    float: left;
}

.item-hd .tit {
    padding-left: 5px;
    font-size: 0;
}

.item-hd .tit dd {
    color: #b8b8b8;
    font-size: 11px;
}

#productDetail .dtit {
    text-align: left;
    font-size: 15px;
    color: #000;
    font-weight: bold;
}

#productDetail .dtitsub {
    text-align: left;
    font-size: 15px;
    color: #373737;
}



/* »óÇ°Áø¿­ÄÚµå */


.item-list3 {
    zoom: 1;
    overflow: hidden;
    padding-bottom: 0px;
}

.item-list3:after {
    content: "";
    clear: both;
    display: block;
}

.item-list3 .item {
    width: 25%;
    margin-top: -1px;
    text-align: left;
    *border: 1px solid #eee;
    border-right: 1px solid #000;
    *border-left: none !important;
    height: 100%;
    overflow: hidden;
    box-sizing:border-box;
}

.item-list3 .item .thumb {
    margin: 0 auto 0px;
    width: 100% !important;
    height: auto;
}

.item-list3 .item .thumb img {
    width: 100%;
    height: auto;
}

.item-list3 .item .info {
    width: 100%;
    margin: 0 auto;
    text-align: left;
}

.item-list3 .item .info li {
    margin-bottom: 5px;
    color: #7b7b7b;
}


.item-list3 .item .info .name {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: left;
    font-size: 12px;
    font-weight: none;
    font-family: 'Roboto', sans-serif;
    color: #000;
}

.item-list3 .item .info .subname {
    color: #7F7F7F;
    text-align: left;
    padding-top: 0px;
    font-size: 11px;

}

.item-list3 .item .info .txt {
    margin-top: 10px;
    text-align: left;
    font-size: 11px;

    color: #000;
}

.item-list3 .item .info .price {
    width: 100%;
    color: #414141;
    text-align: left;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    padding-top: 5px;
    font-weight: bold;
}

.item-list3 .item .info .price span .org1 {
    color: #414141;
}

.item-list3 .item .info .price span .sell1 {
    color: #000;
}

.item-list3 .item .info .price > strike {
    font-weight: 300;
}




/* ÄíÆù */

.cou {
    display: inline-block;
    *display: inline;
}

/* Å¸ÀÌÆ²¸µÅ© */

#prdDetail {
    margin-top: 50px;
    margin-bottom: 30px;
    border-bottom: 1px solid #E5E5E5;
    height: 25px;
    text-align: center;
    margin: 0 auto
}

#prdDetail li {
    display: inline-block;
    *display: inline;
    padding: 0px;
}

#prdDetail li a {
    display: block;
    height: 25px;
    padding: 0 15px;
    color: #757575;
    font-size: 11px;
    line-height: 30px;
    text-decoration: none;
    text-align: center;
    background: #ffffff;
    font-family: arial, sans-serif;
    font-weight: none;
    border: 1px solid #E5E5E5;
    border-bottom: 0px solid #E5E5E5;
}

#prdDetail li a:hover {
    color: #000;
}

#prdDetail .selected a {
    position: relative;
    top: 0px;
    margin: 0 0 0px;
    color: #555555;
    font-weight: normal;
    background: #E5E5E5;
    font-weight: bold;
    color: #000;
}



/* fix »óÇ°±¸¸Å¹öÆ° */
.hide_prd_btns {
    display: none;
    margin: 5px 0;
}

.hide_prd_btns a {
    width: 100%;
    height: 37px;
    line-height: 3;
    color: #313131;
    border: 1px solid #a3a3a3;
    display: block;
    text-align: center;
    margin-top: 4px;
}

.hide_prd_btns a:first-child {
    color: #fff;
    border: 1px solid #292929;
    background: #292929;
}


.show_infobt {
    z-index: 999999 !important;
    display: none;
    position: fixed;
    bottom: 161px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #353535;
    color: #fff;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto';
    z-index: 40;
    border-radius: 50%;
    font-size: 10px;
}

.show_infobt .close {
    display: none;
    font-size: 10px;
}

.comment_infoz {
    text-align: left;
    width: 30%;
    margin-bottom: 10px;
    padding: 5px;
    border: 0px;
}

.comment_infoz #productDetail .table-slide th,
#productDetail .table-slide td {
    padding: 15px 0px !important;
}

.show_on .table-opt .option_list dd {
    width: 164px !important;
    text-align: right;
}

.show_on .dname {
    padding: 0 !important;
}




.show_on .ocb-area {
    display: none;
}

.show_on .prd-btns {
    display: block !important;
    text-align: center !important;
}

.show_on .sns_icon {
    display: none;
}


.show_on .table-opt .prd-btns a {
    display: inline-block !important;
    margin-left: 0 !important;
    width: 90% !important;
    margin-top: 7px;
    float: none !important;
}

.show_on .table-opt .prd-btns a:first-child {
    margin-top: 0;
}

.show_on .table-opt .prd-btns a:hover {}

.show_on .table-opt .prd-btns a span {
    width: 151px !important;
}

.tb-left,
.tb-center,
.tb-right {
    padding: 0 !important;
}


.show_on .npay_btn_talk {
    display: none !important;
}

.show_on .npay_btn_zzim {
    display: none !important;
}


.show_on .npay_btn_item {
    display: block !important;
    margin-top: 20px !important;
}


.show_on .opt-wrap select {
    width: 135px !important;
}

.show_on .opt-wrap dd {
    width: 168px !important;
}

.show_on .npay_text {
    display: none !important;
}

.show_on .npay_button {
    padding: 0 !important;
}

#prdDetail:first-child {
    display: none !important;
}



/*container*/

.tapboard {
    position: relative;
    width: 100%;
}

.tapboard > li {
    width: 25%;
    float: left;
    text-align: center;
    background: #323232;
}

.tapboard > li > a {
    font-weight: bold;
    width: 100%;
    line-height: 40px;
    color: #fff;
    display: inline-block;
}

.tapboard > .on > a {
    color: #323232;
    background: #e3e3e3;
}

.tapboard > li .board_content {
    display: none;
    position: absolute;
    left: 0;
    top: 70px;
    width: 100%;
    font-size: 15px;
    color: #555;
    line-height: 1.5;
}

.tapboard > .on .board_content {
    display: block;
}

.tapboard .btn_more {
    position: absolute;
    right: 0;
    top: 0
}



/* »óÇ° »ó¼¼ ÅÇ */
#column_detail {
    padding-top: 110px;
    position: relative;
    width: 85%;
    margin: 0 auto 80px;
}

#column_detail .detailTab {

    position: relative;
    height: 46px;
}

#column_detail .detailTab button {
    float: left;
    width: 25%;
    font-size: 16px;
    color: #797979;
    background: #ffffffed;
    text-align: center;
    line-height: 70px;
    cursor: pointer;
    box-sizing: border-box;
    height: 70px;
    font-family: 'Pretendard Variable', sans-serif !important;
}


#column_detail .detailTab button.active {
    border-bottom: 1px solid #797979;
    COLOR: #000;
}

#column_detail .tabView {
    display: block;
}

#column_detail .prd-brand {
    display: block;
}

#column_detail .prd-info {
    display: block;
}

.prd-photo .thumb-wrap {
    margin-top: 60px;
}


.slides {
    width: 500px;
    height: 730px;
    position: relative;
    overflow: hidden;
}

.slides .slidesjs-slide img {
    width: 100%;
    overflow: hidden;
}

.slides .slidesjs-navigation {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 20px;
    height: 40px;
    z-index: 19;
    text-indent: -9999px;
}

.slides .slidesjs-previous {
    left: 2px;
    background: url("/design/lightbrain/wizdesign/v_leftbtn.png") no-repeat;
}

.slides .slidesjs-next {
    right: 2px;
    background: url("/design/lightbrain/wizdesign/v_rightbtn.png") no-repeat
}

.slidesjs-pagination {
    width: 500px;
    text-align: center;
    margin-top: 20px;
}

.slides li img {
    height: auto;
}

.slidesjs-pagination li {
    display: inline-block;
    margin: 0 5px;
}

.slidesjs-pagination li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #666;
    text-align: left;
    text-indent: -9999px;
    border-radius: 50px;
}

.slidesjs-pagination li .active {
    background: #000;
}

.slides2 {
    width: 1250px;
    height: 731px;
    position: relative;
    overflow: hidden;
}

.slides2 .slidesjs-slide img {}

.slides2 .slidesjs-navigation {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 20px;
    height: 40px;
    z-index: 19;
    text-indent: -9999px;
}

.slides2 .slidesjs-previous {
    left: 150px;
    background: url("/design/lightbrain/wizdesign/v_leftbtn.png") no-repeat;
}

.slides2 .slidesjs-next {
    right: 150px;
    background: url("/design/lightbrain/wizdesign/v_rightbtn.png") no-repeat
}

.slidesjs-pagination {}

.slides2 li img {
    height: 731px;
    width: 500px;
}

.prd-photo .slidesjs-pagination {
    width: 1250px;
    text-align: center;
    margin-top: 50px;
}


.prd-photo .slidesjs-pagination li {
    display: inline-block;
    margin: 0 5px;
}

.prd-photo .slidesjs-pagination li a {
    display: block;
    width: 10px;
    height: 10px;
    background: #666;
    text-align: left;
    text-indent: -9999px;
}

.prd-photo .slidesjs-pagination li .active {
    background: #000;
}

/* ÆÄ¿ö¸®ºä */
.prd-review.tabView {
    display: block !important;
}

#powerReview {
    text-align: left;
}

#powerReview .reply-wrap .lst li dd p {
    line-height: 24px !important;
}

.detail_event td a {
    float: left;
    width: 100%;
    margin-bottom: 5px;
}

.detail_event a img {
    width: 100%;
}

#contentWrapper {
    position: relative;
    width: 100%;
    margin: 90px auto 0px auto;
}


/*¹è´Þ ±³È¯*/
.deliver_h3 {
    font-size: 23px;
    padding-bottom: 35px;
    text-align: left;
}

table.deliver {
    text-align: left;
}

table.deliver tbody {
    border-top: 1px solid #D9D9D9;
}

table.deliver tbody tr {
    border-bottom: 1px solid #D9D9D9;
}

table.deliver tbody tr th {
    text-align: center;
    background: #F5F5F5;
    vertical-align: middle;
    width: 30%;
    font-size: 15px;
}

table.deliver tbody tr td {
    padding: 30px 60px;
    width: 70%;
    box-sizing: border-box;
    color: #797979;
    line-height: 25px;
    font-size: 13px;
}


table.deliver tbody tr td ul li {
    list-style: square;
}




/*Q&A*/
.prd-qna {
    width: 100%;
    padding: 50px 32PX 0px;
    box-sizing: border-box;
}


.prd-qna h3 {
    font-size: 19px;
    font-weight: bold;
    padding-bottom: 17px;
    text-align: left;
}

span.btns {
    float: right;
    padding-bottom: 12px;
}

span.btns a {
    display: inline-block;
    width: 90px;
    height: 30px;
    border: 1px solid #ddd;
    color: #797979;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: 300;
}

tr.nbg.qatxt div {
    font-size: 16px;
    margin: 20px 0;
}

.tb-left.reply_depth1 {
    padding-left: 30px !important;
}


/*   ÆË¾÷ ÀÓ½Ã ¹öÆ° ½ºÅ¸ÀÏ  */

div#productinfo {
    display: inline-block;
    line-height: 30px;
}



.swiper-scrollbar {
    position: relative !important;
}



#productDetail .table-slide th, #productDetail .table-slide td {
    padding: 15px 0;
}

.comment_infoz #productDetail .table-slide th, #productDetail .table-slide td {
    padding: 10px 0 !important;
}



/*¿¬°ü»óÇ° ½º¿ÍÀÌÆÛ*/
.swiper-container{
    position:relative;
    overflow:hidden;
    width: 100% !important;
    margin-top:0px;
    border-left:1px solid #000;
    border-bottom:1px solid #000;
    box-sizing: border-box;
}

.swiper-container .swiper-wrapper img{width:100%;}


.swiper-container .swiper-wrapper {
    position:relative;
    width:100%;
  
    display:flex;   
}
.swiper-container .swiper-pagination {
    display: block;
    position: absolute !important;
    left: 0 !important;
    bottom: -20px !important;
    width: 100% !important;
    text-align: center;
}


.swiper-container .swiper-slide .swiper-slide-active {
    width: 25% !important;
    margin-right:0 !important;

}

.swiper-container .swiper-slide.swiper-slide-next {
    width: 25% !important;
    margin-right:0 !important;    
}

.swiper-container {
    width: 100%; 
    margin-top:0;
}

.swiper-slide {
    text-align: center;
    font-size: 12px;    
}


.swiper-container .swiper-slide.swiper-slide-next {
    width: 50% !important;
    margin-right:0 !important;    
    box-sizing: border-box;
    
}

.swiper-container .thumb {
    margin-bottom: 0 !important;
}



/*ÆäÀÌÂ¡*/

.paging li a {
    border: none;
    font-size:12px;
    font-weight:normal;
}

.paging li.now a {
    border:none;
    font-size:12px;
    font-weight:bold;
}

.paging li.first a {
    background-position: 0 -1px;
}

.paging li.last a {
    background-position: 0 -1px;
}


@media screen and (min-width:2000px) and (max-width:2100px) {
.snspay div#kakaopay_order_btn a {
    width: 698px !important;
  }

.snspay .npay_btn_link.npay_btn_pay {
    width:700px !important;
}



@media screen and (min-width:2100px) {
.snspay div#kakaopay_order_btn a {
    width: 732px !important;
  }

.snspay .npay_btn_link.npay_btn_pay {
    width:734px !important;
}
/* BASIC css end */

