/* BASIC css start */
/* =============================================================================
   상품상세 product.html
   ========================================================================== */

#detail-item { position: relative; }
#detail-item h2 { width: 78.125%; margin: 5px auto; font-size: 1em; font-weight: bold; text-align: center; }
#detail-item .info-wrap { position: relative; width: 90.3125%; margin: 0 auto; padding-bottom: 10px; }
#detail-item .info-wrap .items { width: 100%; overflow: hidden; text-align: center; }
#detail-item .info-wrap .items img { max-width: 100%; height: auto; }
#detail-item .info-wrap .items-now { text-align: center; font-size: .865em; margin-top: 30px; }
#detail-item .btn-type-01 { background:#ff6c00; border:none; }
#detail-item .btn-type-01>span { color:#fff; padding:0 15px; font-size:15px; }
#detail-item .info-wrap .items-now .now { line-height: 25px; }
#detail-item .info-wrap .items-btn a { display: block; text-indent: -9999px; width: 23px; height: 56px; border: 1px solid #dfdfdf; position: absolute; top:160px; }
#detail-item .info-wrap .items-btn a.prev { background: #f3f2f2 url(/images/d3/m_01/btn/item_info_btn_prev@2x.gif) no-repeat center center; background-size: 11px 15.5px; left: -3.125%; }
#detail-item .info-wrap .items-btn a.next { background: #f3f2f2 url(/images/d3/m_01/btn/item_info_btn_next@2x.gif) no-repeat center center; background-size: 11px 15.5px; right: -3.125%; }
#detail-item .product-wrap ul.option { width: 90.3125%; margin: 5px auto; }
#detail-item .product-wrap ul.option > li { list-style-type: none; list-style-position: inside; font-size: 1em; color: #777; padding: 13px 0; font-weight: bold; border-bottom:1px solid #dedede; }
#detail-item .product-wrap ul.option .tit { display: inline-block; width: 85px; }
#detail-item .product-wrap ul.option .tit img { vertical-align: -1px; }
#detail-item .product-wrap ul.option .txt strong { color: #000; }
#detail-item .product-wrap ul.option .txt.strike { text-decoration: line-through; }
#detail-item .product-wrap ul.option .txt em { font-size: .75em; font-style: normal; color: #999; }
#detail-item .product-wrap ul.option .txt.price_color { color:#ff6600; font-size:1.3em; }
#detail-item .product-wrap ul.option .txt-input { text-align: center; line-height: 1.5em; }
#detail-item .product-wrap ul.option .btn-type-02 { 
    font-family: 'Courier New'; padding: 5px 7px;
    background-color: #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#e4e4e4));
    background-image: -webkit-linear-gradient(top, #f2f2f2, #e4e4e4);
    background-image: -moz-linear-gradient(top, #f2f2f2, #e4e4e4);
    background-image: -o-linear-gradient(top, #f2f2f2, #e4e4e4);
    background-image: linear-gradient(to bottom, #f2f2f2, #e4e4e4);
}
#detail-item .product-wrap ul.option .btn-type-02 > span { color:#000; }
#detail-item .product-wrap ul.option .break .tit { display: block; width: auto; padding-bottom:10px; }
#detail-item .product-wrap .total { padding: 7px 0; margin-top: 10px; border-top: 2px solid #aeaeae; border-bottom: 2px solid #aeaeae; background-color: #f4f4f4; }
#detail-item .product-wrap .total dl { width: 90.3125%; margin: 0 auto; font-weight: bold; }
#detail-item .product-wrap .total dt { color: #000; font-size: .875em; display: inline; margin-right: 20px; }
#detail-item .product-wrap .total dt span { font-size: smaller; }
#detail-item .product-wrap .total dd { font-size: .875em; color: #e92121; display: inline; }
#detail-item .product-wrap .total dd strong { font-size: larger; }
#detail-item .product-wrap .desc { width: 90.3125%; margin: 10px auto; color: #777; font-size: .75em; }
#detail-item .product-wrap .desc li { list-style-position: inside; line-height: 1.5em; list-style-type: square; font-size:1.2em; color:#444; }
#detail-item .product-wrap .desc li a { color: #777; text-decoration: underline; }
#detail-item .fixed { position: fixed !important; bottom: 0; z-index: 10; width: 100%; padding: 5px 0; }
#detail-item .fixed-btn {position: fixed;text-align: center;top:90%;width: 100%;z-index: 999;height:100%;backgronud:#fff;border:1px solid #e6e6e6 ;background:rgb(255,255,255,0.7);}
#detail-item .fixed-btn .is_soldout { width: 100%; color: #222; font-weight: bold; font-size: .875em; text-align: center; }
#detail-item .fixed-btn .is_selling { width: 100%; color: #f00; font-weight: bold; font-size: .875em; text-align: center; line-height: 35px; }
#detail-item .btns { position: relative; margin: 10px auto; width: 90.3125%; text-align: center; }
#detail-item .btns a.checkout { width: 95%; text-align: center; background-color: #eeeef1; margin-bottom:10px; }
#detail-item .btns a.checkout span { display: inline-block; text-indent: -9999px; background: url(/images/d3/m_01/btn/product_checkout@2x.gif) no-repeat center center; background-size: 100% 100%; width: 96px; height: 18.5px; }
#detail-item .others-wrap { position: relative; width: 90.3125%; margin: 0 auto; border: 1px solid #aeaeae; }
#detail-item .others-wrap li { list-style-type: none; position: relative; }
#detail-item .others-wrap li h3 { cursor: pointer; line-height: 40px; font-weight: bold; font-size: .875em; margin: 0; text-indent: 5px; border-bottom: 1px solid #aeaeae; border-top: 1px solid #aeaeae; }
#detail-item .others-wrap li h3:first-child { border-top: none; }
#detail-item .others-wrap li h3 span { font-size: smaller; }
#detail-item .others-wrap li .toggle-btn { position: absolute; right: 7px; top: 14px; }
#detail-item .others-wrap li .toggle-btn a { display: block; width: 14.5px; height: 11px; text-indent: -9999px;  }
#detail-item .others-wrap li .toggle-btn a.blank { display: block; width: 10px; height: 14.5px; text-indent: -9999px; background: url(/images/d3/m_01/bull/bull_community_list@2x.gif) no-repeat 0 0; background-size: 10px 14.5px; }
#detail-item .others-wrap li .conts[data-open=on] { display: block; }
#detail-item .others-wrap li .conts[data-open=off] { display: none; }
#detail-item .others-wrap li .conts[data-open=on] + .toggle-btn a { background: url(/images/d3/m_01/btn/conts_toggle_btn_on@2x.gif) no-repeat 0 0; background-size: 14.5px 11px; }
#detail-item .others-wrap li .conts[data-open=off] + .toggle-btn a { background: url(/images/d3/m_01/btn/conts_toggle_btn_off@2x.gif) no-repeat 0 0; background-size: 14.5px 11px; }
#detail-item .others-wrap li.review .write-btn { position: absolute; top: 8px; right: 35px; }
#detail-item .others-wrap li.review .conts dl { font-size: .75em; color: #777; background-color: #f4f4f4; }
#detail-item .others-wrap li.review .conts dl dt { cursor: pointer; padding: 5px; border-bottom: 1px dotted #aeaeae; border-top: 1px solid #d7d7d7; }
#detail-item .others-wrap li.review .conts dl dt[data-open=on] + dd { display: block; }
#detail-item .others-wrap li.review .conts dl dt[data-open=off] + dd { display: none; }
#detail-item .others-wrap li.review .conts dl dt[data-open=off] { border-top: 1px solid #d7d7d7; border-bottom: none; }
#detail-item .others-wrap li.review .conts dl dt .subject { display: inline-block; white-space: nowrap; width: 90%; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
#detail-item .others-wrap li.review .conts dl dt .left { float: left; width: 75%; }
#detail-item .others-wrap li.review .conts dl dt .right { float: right; margin-right: 7px; }
#detail-item .others-wrap li.review .conts dl dt .in-img { display: inline-block; background: url(/images/d3/m_01/bull/review_in_img@2x.gif) no-repeat 0 0; background-size: 100% 100%; width: 17px; height: 12px; }
#detail-item .others-wrap li.review .conts dl dt .name { display: block; color: #a9a9a9; }
#detail-item .others-wrap li.review .conts dl .point { float: right; margin-top: 5px; text-indent: -9999px; display: inline-block; background: url(/images/d3/m_01/bull/review_star_off@2x.gif) repeat-x; background-size: 12px 9px; width: 58px; height: 9px; }
#detail-item .others-wrap li.review .conts dl .point span { display: block; background: url(/images/d3/m_01/bull/review_star_on@2x.gif) repeat-x; background-size: 12px 9px; }
#detail-item .others-wrap li.review .conts dl .point .point-1 { width: 12px; }
#detail-item .others-wrap li.review .conts dl .point .point-2 { width: 22px; }
#detail-item .others-wrap li.review .conts dl .point .point-3 { width: 34px; }
#detail-item .others-wrap li.review .conts dl .point .point-4 { width: 44px; }
#detail-item .others-wrap li.review .conts dl .point .point-5 { width: 58px; }
#detail-item .others-wrap li.review .conts dl dt .date { display: block; text-align: right; color: #a9a9a9; }
#detail-item .others-wrap li.review .conts dl dd { padding: 5px; margin-top: 5px; }
#detail-item .others-wrap li.review .conts dl dd .in-img { position: relative; width: 95px; height: 95px; }
#detail-item .others-wrap li.review .conts dl dd .in-img img { width: 100%; height: 100%; }
#detail-item .others-wrap li.review .conts dl dd .in-img .plus { position: absolute; right: 1px; bottom: 1px; text-indent: -9999px; display: block; background: url(/images/d3/m_01/bull/review_img_plus@2x.gif) no-repeat 0 0; background-size: 100% 100%; width: 25px; height: 25px; }
#detail-item .others-wrap li.review .conts dl .score { border-bottom: 1px solid #ccc; margin-bottom: 5px; margin-top: -5px; }
#detail-item .others-wrap li.review .conts dl .score li { float: left; margin-right: 5px; line-height: 2em;  }
#detail-item .others-wrap li.review .conts dl .score li .point { float: none; margin-top: 0; }
#detail-item .others-wrap .more { position: relative; background-color: #F4F4F4; padding: 5px 0; border-top: 1px solid #d7d7d7; border-bottom: 1px solid #d7d7d7; }
#detail-item .others-wrap .more a { display: block; width: 90%; margin: 0 auto; text-align: center; font-size: .875em; font-weight: bold; }
#detail-item .others-wrap li.exchange .conts { border-bottom: 1px solid #aeaeae; }
#detail-item .others-wrap li.exchange .conts img { width: 100%; }
#detail-item .others-wrap li.coupon .conts {}
#detail-item .naver-checkout { margin-top: 10px; }
dl.MS_coupon { position: relative; font-size: .75em; color: #777; background-color: #f4f4f4; border-bottom: 1px solid #D7D7D7; padding: 5px; }
dl.MS_coupon dt { padding-top: 5px; background: url(/images/d3/m_01/bull/coupon_bg@2x.gif) no-repeat 0 0; background-size: 100% 100%; width: 60px; height: 40.5px; text-align: center; }
dl.MS_coupon dt strong { color: #fff; font-weight: bold; font-size: larger; }
dl.MS_coupon dt span { color: #fff; font-size: smaller; }
dl.MS_coupon dd { position: absolute; left: 70px; top: 5px; }
dl.MS_coupon dd h4,
dl.MS_coupon dd p { margin: 0; line-height: 1.5em; }
#detail-item .others-wrap li.coupon .conts .more { border-top: none; }
.coupon { padding:5%; }
.coupon .conts>a>img { width:100%; }

/* ****************** 상품 상세 옵션 ******************** */
.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: 12px; line-height: 16px; }
#MK_optAddList .MK_tit { width: 65px; margin-right: 5px; }
#MK_optAddList .MK_div { width: 5px; text-align: center; }
#MK_optAddList .MK_st { width: 205px; }
#MK_optAddList .MK_st .MK_btn-add { cursor: pointer; }
#MK_optAddList .MK_st select { margin-left: 5px; width: 195px; height: 18px; }
/* 옵션선택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; }
/* 옵션 결과 리스트 */
#MK_innerOptWrap { margin-top: 10px; }
#MK_innerOptWrap #MK_innerOptScroll.limit { position: relative; height: 150px; overflow-y: auto; }
#MK_innerOptWrap .MK_inner-opt-cm li { *zoom: 1; position: relative; min-height:13px; _height: 13px; *margin-bottom: -4px; padding: 8px 5px; border-bottom: 1px solid #FFFFFF; }
#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: 35px; top: 10px; color: #333; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del { right: 5px; top: 3px; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del img { width: 23px; }
#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option { margin-top: 0px; width: 40px; }
/* 사용자 입력 인풋박스 (color, size )*/
.MK_optAddWrap .MK_inner-opt-cm li .MK_txt_uinput { width: 200px; }
/* 기본옵션 */
#MK_innerOptWrap #MK_innerOpt_01 li { background-color: #F4F4F4; }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_p-name { margin-right: 230px; }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl { width: 140px; top: 4px; *top: 3px; right: 100px; }
#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl input.MK_count { width: 30px; height: 19px; line-height: 16px; padding: 2px 0 0 2px; }
/* 개별옵션 */
#MK_innerOptWrap #MK_innerOpt_02 li { background-color: #F4F4F4; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_p-name { margin-right: 230px; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl { width: 140px; top: 4px; *top: 3px; right: 100px; }
#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl input.MK_count { width: 30px; height: 19px; line-height: 16px; padding: 2px 0 0 2px;}
/* 총합계 */
#MK_innerOptTotal { padding: 10px 5px; font-size: larger; color: #333; text-align: right; }
#MK_innerOptTotal .MK_txt-total { }
#MK_innerOptTotal .MK_txt-won { }
#MK_innerOptTotal .MK_total { color: #ff0000; font-weight: bold; }
/* 추가 */


#detail-item .fixed-btn .wrap { position: relative; width: 90.3125%; height: 90px; margin: 0 auto;text-align:right;margin-top:-5px; }
#detail-item .fixed-btn .wrap a {
    display: inline-block; color: #fff; height: 35px; line-height: 35px; text-align: center; border: 1px solid #ea660e;
    font-weight: bold;
    /*background-color: #8a8687;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#8a8687), to(#5e5e5e));
    background-image: -webkit-linear-gradient(top, #8a8687, #5e5e5e);
    background-image:    -moz-linear-gradient(top, #8a8687, #5e5e5e);
    background-image:      -o-linear-gradient(top, #8a8687, #5e5e5e);
    background-image:   linear-gradient(to bottom, #8a8687, #5e5e5e);*/
    -webkit-border-radius: 3px !important; border-radius: 3px !important; -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
} 

#detail-item .fixed-btn .wrap a.btn-order { width:49%; margin-right:-1%;margin-top:6%;padding:4px 0; background-color:#ff6c00; }
#detail-item .fixed-btn .wrap a.btn-order span { padding-left:16%;padding-right:1%; font-size:1.2em;background: url(/design/alganic/10173/moms/fonts/btn_order@2x.png) no-repeat 0 60%;background-size:20px 20px;font-family: NanumGothic;line-height:39px }
#detail-item .fixed-btn .wrap a.btn-cart {
    width: 50%; position: absolute; bottom:25%;height:48%; left: -1%; border: 1px solid #d2d2d4; color: #666;
    background-color: #f1f1f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f3), to(#e6e7eb));
    background-image: -webkit-linear-gradient(top, #f1f1f3, #e6e7eb);
    background-image:    -moz-linear-gradient(top, #f1f1f3, #e6e7eb);
    background-image:      -o-linear-gradient(top, #f1f1f3, #e6e7eb);
    background-image:   linear-gradient(to bottom, #f1f1f3, #e6e7eb);
}

#detail-item .fixed-btn .wrap a.btn-cart span { padding-left:15%;padding-right:1%;background: url(/design/alganic/10173/moms/fonts/btn_cart@2x.gif) no-repeat 0 45%;line-height:48px;font-size: 20px;background-size: 20px 20px;color: #646161; }



#detail-item .fixed-btn .wrap a.btn-wish {
    width: 49%; position: absolute; bottom: 0; right: 0; border: 1px solid #d2d2d4; color: #666;
    background-color: #f1f1f3;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f1f1f3), to(#e6e7eb));
    background-image: -webkit-linear-gradient(top, #f1f1f3, #e6e7eb);
    background-image:    -moz-linear-gradient(top, #f1f1f3, #e6e7eb);
    background-image:      -o-linear-gradient(top, #f1f1f3, #e6e7eb);
    background-image:   linear-gradient(to bottom, #f1f1f3, #e6e7eb);
}
#detail-item .fixed-btn .wrap a.btn-wish span { padding-left: 18px; background: url(/images/d3/m_01/btn/btn_wish@2x.gif) no-repeat 0 50%; background-size: 14px 14px; }




/* =============================================================================
   최근 본 상품 product.html
   ========================================================================== */
div.recent-btn { position: absolute; right: 10px; top: 4px; width: 59px; height: 20px; line-height: 20px; text-align: center; background-color: #f4f4f4; border: 1px solid #e3e3e3;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
}
div.recent-btn a { font-size: .75em; font-weight: bold; color: #828282; }
div.recent-btn a span { padding-right: 10px; }
div.recent-btn a.off span { background: url(/images/common/recent_span_off@2x.gif) no-repeat 100% 50%; background-size: 8px 5px; }
div.recent-btn a.on span { background: url(/images/common/recent_span_on@2x.gif) no-repeat 100% 50%; background-size: 8px 5px; }
#MK_recents { position: relative; display: none; background: url(/images/common/recents_items.gif) repeat 0 0; }
#MK_recents h3 { margin: 0; padding: 5px 0; text-indent: 10px; font-size: .875em; color: #828282; }
#MK_recents .items { position: relative; width: 85%; margin: 0 auto; overflow: hidden; }
#MK_recents .items ul { width: 100%; }
#MK_recents .items ul li { float: left; width: 25%; list-style-type: none; }
#MK_recents .items ul li a { position: relative; display: block; padding: 5px; }
#MK_recents .items ul li img { width: 100%; height: auto; border: 1px solid #dddddd; }
#MK_recents .items ul li a.now img { border: 3px solid #90bae9; }
#MK_recents .items .paging { padding: 5px 0; font-size: .75em; text-align: center; }
#MK_recents .btns a { display: block; width: 12px; height: 32px; position: absolute; top: 50%; margin-top: -16px; text-indent: -9999px; }
#MK_recents .btns a.prev { left: 10px; background: url(/images/common/recent_prev_btn@2x.gif) no-repeat 0 0; background-size: contain; }
#MK_recents .btns a.next { right: 10px; background: url(/images/common/recent_next_btn@2x.gif) no-repeat 0 0; background-size: contain; }

/* =============================================================================
   관련상품
   ========================================================================== */
.related-btn .btn-wrap { padding: 4px 0; text-align: center; border-bottom: 1px solid #e1e1e1; }
.related-btn .btn-wrap a span { padding: 0 10px; }
.amount-input { width:20px; }
.a1 img{width: 100%; height: auto;}
 summary::-webkit-details-marker { display: none;}
summary {cursor: pointer;height:60px;outline: none;text-align:center;font-size:20px;padding:15% 10% 3% 0;;font-family: NanumGothic;background: url(/design/alganic/10173/moms/m/button.png) 50% 55% no-repeat;
    background-size: 60%;font-weight:bold;color:#646161;}



.off {background: url(/design/alganic/10173/moms/m/button2.png) 50% 55% no-repeat;background-size: 60%;}




#detail-item .others-wrap li.related-product .items-wrap .items .txt { margin-left : -8px; }
#detail-item .others-wrap li.related-product .items-wrap .items li.options .txt { margin-left : 0px; }
#detail-item .others-wrap li.related-product .items-wrap .items li.options .txt .options-select { width : 130px; }

/*--- 아래 선물하기 추가 --- +/






h1 {text-align:center}
.tab_container {
  position: relative;
  width:100%;
  margin:auto;
}
.tab_container .tab_content {
  width:100%
  padding: 30px 0;
}

.tabs ul {
  width: 100%;
  display:table;
  table-layout: fixed;
  padding:0

}
.tabs li {
  display: table-cell;
list-style-type: none;
  /* background: #f6f7f9;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd; */
  padding: 3px;
 /* border-bottom: 1px solid #222;
  text-align: center; */
}
.tabs li.active {
 /* background: #fff;
  border-top: 1px solid #222;
  border-left: 1px solid #222;
  border-right: 1px solid #222;*/
  border-bottom: 0;
}
.tabs li.active a {
  color: #0051a4;
  font-weight: 500;
}
.tabs li a {
  font-size: 14px;
  color: #222;
  display: block;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-decoration: none;color: #000
}

.a1 img{width: 100%; height: auto;}






  .modal {

position: absolute;
         left: 0;
         width: 100%;
         height: 80%;
         background-color: rgba(0, 0, 0, 0.5);
         opacity: 97%;
         visibility: hidden;
         transform: scale(1.1);
         transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
     }
     .modal-content {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         background-color: white;
         padding: 1rem 1.5rem;
         width: 500px;
         height: 350px;
         border-radius: 0.5rem;
     }
     .close-button {
         float: right;
         width: 100%;
         line-height: 1.5rem;
         text-align: center;
         cursor: pointer;
         border-radius: 0.25rem;
         background-color: lightgray;
     }
     .close-button:hover {
         background-color: darkgray;
     }
     .show-modal {
         opacity: 1;
         visibility: visible;
         transform: scale(1.0);
         transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
     }
/* BASIC css end */

