/* BASIC css start */
#powerReview .PR15N01-review-wrap > li .star-icon .icon {display:none; !important; }
#powerReview .PR15N01-review-wrap > li .content .ctr {display:none; !important; }

}

#contentWrap{
    width: 100%;
    margin-bottom: 100px;
}


/* 상단 섬네일, 상품 옵션 정보 */

#productDetail .thumb-info {
    zoom: 1;
    background: #f8f8f8;
    padding: 120px 0;
    margin-bottom: 85px;
}

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


/* 섬네일 */

#productDetail .thumb-info .thumb_wrap {
    float: left;
    width: 545px;
    text-align: center;
    margin-left: 75px;
}

#productDetail .thumb-info .thumb_inner {
    width: 430px;
    text-align: center;
}

#productDetail .thumb-info .thumb .muti_img_wrap {
    margin-right: 40px;
}

#productDetail .thumb-info .thumb .muti_img_wrap li{
    width: 70px;
    height: auto;
    margin-bottom: 31px;
    cursor: pointer;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
}

#productDetail .thumb-info .thumb .muti_img_wrap li:hover{
    opacity: 0.6;
}

#productDetail .thumb-info .thumb .muti_img_wrap img{
    width: 100% !important;
}

#productDetail .thumb-info .thumb .thumb_innner{
    width: 433px;
}

#productDetail .thumb-info .thumb .thumb_innner img{
    width: 100%;
}

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

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

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

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


/* 상품 정보영역 고정 버튼 */

.info_fix_wrap .info_fix_btn{
    background: #111;
    width: 208px;
    height: 64px;
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 62px;
    position: fixed;
    z-index: 99;
    bottom: 60px;
    font-weight: 300;
    right: 50%;
    margin-right: -620px;
    display: none;
    cursor: pointer;
}


/* 상품옵션 정보영역 */

#productDetail .thumb-info .info {
    float: right;
    width: 450px;
    margin-right: 75px;
}

#productDetail .thumb-info .info.fixed {
    border: 1px solid #ddd;
    padding: 40px 30px 30px;
    position: fixed;
    z-index: 100;
    bottom: -800px;
    right: 50%;
    margin-right: -620px;
    width: 450px;
    background: #fff;
    height: 630px;
    overflow-y: auto;
    overflow-x: hidden;
}

#productDetail .thumb-info .info .tit-prd {
    font-size: 36px;
    color: #111111;
    margin-bottom: 12px;
    font-weight: 600;
}

#productDetail .thumb-info .info .logo_img{
    width: 78px;
    height: 14px;
    background: url(/design/catalic/wib/img/logo/pro_view_logo.png) no-repeat;
    margin-bottom: 15px;
}

#productDetail .thumb-info .info .tit-prd_sub{
    font-size: 15px;
    line-height: 22px;
    color: #393939;
}

#productDetail .thumb-info .info .tit-prd_sub.sub_border{
    color: #393939;
    font-size: 15px;
    margin-bottom: 18px;
    display: inline-block;
    border-bottom: solid 1px;
    padding-bottom: 3px;
}

#productDetail .thumb-info .info .table-opt {
    margin-top: 20px;
    padding-top: 10px;
    border-top: solid 1px #333;
}

#productDetail .thumb-info .info .table-opt th,
#productDetail .thumb-info .info .table-opt td {
    font-size: 15px;
    padding: 14px 0;
}

#productDetail .thumb-info .info .table-opt th {
    font-size: 15px;
    color: #383838;
    font-weight: 300;
}

#productDetail .thumb-info .info .table-opt td{
    font-size: 15px;
    color: #111;
}

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


/* 판매가격 */

#productDetail .thumb-info .info .price_wrap {
    position: relative;
}

#productDetail .thumb-info .info .price_wrap .price_consumer{
    font-size: 18px;
    color: #838383;
    margin-right: 15px;
}

#productDetail .thumb-info .info .price_wrap .price_consumer strike{
    font-size: 20px;
}

#productDetail .thumb-info .info .price_wrap .price_normal{
    font-size: 18px;
    color: #000000;
}

#productDetail .thumb-info .info .price_wrap .price_normal strong{
    font-size: 24px;
    font-weight: bold;
}

#productDetail .thumb-info .info .price_wrap > span{
    vertical-align: middle;
}

#productDetail .thumb-info .info .price_wrap .share_wrap{
    position: absolute;
    right: 0;
    top: 0;
}

#productDetail .thumb-info .info .price_wrap .share_wrap .share_btn{
    padding-left: 20px;
}

#productDetail .thumb-info .info .price_wrap .share_inner{
    width: 118px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    text-align: center;
    border-radius: 30px;
    position: absolute;
    right: 44px;
    top: 0;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
	opacity: 0;
	visibility: hidden;
}

#productDetail .thumb-info .info.fixed .price_wrap .share_inner{
    background: #f8f8f8;
}

#productDetail .thumb-info .info .price_wrap .share_wrap:hover .share_inner{
	opacity: 1;
	visibility: visible;
}

#productDetail .thumb-info .info .price_wrap .share_inner > span{
    padding: 8px 6px;
    cursor: pointer;
}

#productDetail .thumb-info .info .price_wrap .share_inner > span:last-child{
    padding: 10px 0 0 13px;
}

#productDetail .thumb-info .info .price_wrap .share_inner > span.fb_icon a{
    background: url('/design/catalic/wib/img/icon/icon_share_f.png') no-repeat center;
    width: 9px;
    height: 15px;
    display: block;
    background-size: auto 100%;
}

#productDetail .thumb-info .info .price_wrap .share_inner > span.tw_icon a{
    background: url('/design/catalic/wib/img/icon/icon_share_t.png') no-repeat center;
    width: 15px;
    height: 12px;
    background-size: auto 15px;
    display: block;
}

#productDetail .thumb-info .info .price_wrap .share_inner > span.fb_icon img,
#productDetail .thumb-info .info .price_wrap .share_inner > span.tw_icon img{
    display: none;
}


/* 색상코드 */

.color_wrap{
    margin-top: 20px;
}

.color_wrap ul li{
    width: 27px;
    height: 27px;
    border-radius: 50%;
    margin-right: 10px;
}


/* 주문수량 */

#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 .thumb-info .info .prd-btns {
    margin-top: 10px;
    font-size: 0px;
}

#productDetail .thumb-info .info .prd-btns a {
    display: inline-block;
    background: #fff;
    width: 49%;
    height: 64px;
    border: solid 1px #111111;
    text-align: center;
    line-height: 62px;
    font-size: 18px;
    color: #111111;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: none;
}

#productDetail .thumb-info .info .prd-btns a.buy_btn{
    background: #111111;
    color: #fff;
    width: 100%;
}

#productDetail .thumb-info .info .prd-btns a.wish_btn {
    background: url('/design/catalic/wib/img/icon/icon_heart.png') no-repeat 52px center;
    padding-left: 38px;
}

#productDetail .thumb-info .info .prd-btns a.cart_btn {
    float: right;
}

#productDetail .thumb-info .info .prd-btns .soldout {
    display: block;
    width: 100%;
    height: 64px;
    text-align: center;
    line-height: 62px;
    font-size: 18px;
    color: #fff;
    box-sizing: border-box;
    margin-bottom: 10px;
    background: #888;
}


/* 통합옵션 */

#productDetail .thumb-info .info .table-opt .opt-wrap {
    width: auto;
    overflow: hidden;
}

#productDetail .thumb-info .info .table-opt .opt-wrap .tit {
    margin-bottom: 5px;
    padding-left: 10px;
}

#productDetail .thumb-info .info .table-opt .opt-wrap dl {
    overflow: hidden;
    width: 80%;
    display: inline-block;
    float: left;
}

#productDetail .thumb-info .info .table-opt .opt-wrap dt {
    float: left;
    width: 90px;
}

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

#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn {
    float: left;
}

#productDetail .thumb-info .info .table-opt .opt-wrap select {
    width: 233px;
    height: 38px;
    border: 1px solid #ededed;
    line-height: 38px;
    font-size: 14px;
    padding-left: 10px;
}

#productDetail .thumb-info .info .table-opt .opt-wrap .sel-btn .btn_dgray_xs{
    background: #191919;
    border: solid 1px #191919;
    color: #fff;
    padding: 10px 10px;
    text-align: center;
    width: auto;
    font-size: 13px;
    font-weight: normal;
    margin-left: -2px;
    display: inline-block;
}

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


/* 상세 배너영역 */

.view_banner{
    margin-bottom: 0px;
    display: block;
}


/* 타이틀 공통 */

#productDetail .view_title {
    text-align: center;
    font-size: 36px;
    color: #111111;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 25px;
    margin-top: 200px;
}


/* 상품 상세 이미지 */

#productDetail .prd-detail table {
    table-layout: auto;
    text-align: left;
}

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

#productDetail .prd-detail img {
    max-width: 100%;
}


/* 추천상품 */

#productDetail .related_wrap{
    overflow: hidden;
    margin-bottom: 145px;
    margin-top: 0px;
}

#productDetail .related_wrap h3{
    text-align: center;
    font-size: 42px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 48px;
}

#productDetail .related_wrap h3 .sub_title{
    font-size: 23px;
    color: #353535;
    font-weight: 300;
    margin-top: 10px;
}

#productDetail .related_wrap .normal_item{
    margin-bottom: 56px;
}

#productDetail .related_wrap .slick-dots{
    bottom: 0px;
}


/* 상품정보 탭영역 */

.detailTab {
    text-align: center;
    margin-bottom: 90px;
	transition: all 0.35s;
	-webkit-transition: all 0.35s;
	-ms-transition: all 0.35s;
    z-index: 99;
    background: rgba(255,255,255,0.8);
    width: 100%;
}

.detailTab div {
    font-size: 18px;
    color: #282828;
    cursor: pointer;
    display: inline-block;
    font-weight: normal;
    margin: 0 32px;
}

.detailTab div.on {
    border-bottom: 2px solid #000000;
    font-weight: 500;
    color: #000;
    padding-bottom: 4px;
}

.detailTab.fixed{
    position: fixed;
    top: 0;
    left: 0;
    margin: 0;
    padding: 38px 0;
}

.fix .hd_top.hide{
    top: -90px;
}


/* review-write */

#productDetail .review-write {
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #ccc;
}

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

#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 .table-slide {
    border-top: 1px solid #333;
}

#productDetail .table-slide thead th {
    font-weight: normal;
}

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

#productDetail .table-slide th {
    font-size: 14px;
    color: #363636;
}

#productDetail .table-slide tbody td,
#productDetail .table-slide tbody td a,
#productDetail .table-slide tbody td div{
    font-size: 14px;
    color: #666666;
}

#productDetail .table-slide tbody td {
    border-top: solid 1px #e1e1e1;
    padding: 19px 0;
}

#productDetail .table-slide tbody td .paging{
    padding-top: 10px;
}

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

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

#productDetail .table-slide tr.cnt td .qna_board_content input[type="password"]{
    height: 22px;
    line-height: 22px;
    box-sizing: border-box;
    margin-left: 80px;
    display: inline-block;
}

#productDetail .table-slide tr.cnt td .qna_board_content input[type="button"]{
    display: inline-block;
    background: #191919;
    color: #fff;
    border: #191919;
    padding: 3px 8px;
}



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

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

#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 {
    margin-top: 15px;
}

#productDetail .review-list .bg {
    padding-top: 35px;
    background: url(/images/d3/modern_simple/common/dot_h1_w10.gif) repeat-x 0 0;
}


/* .board-btns */

#productDetail .board-btns {
    text-align: right;
    margin-top: 15px;
}

#productDetail .board-btns > a:first-child{
    background: #fff;
    color: #191919;
}

#productDetail .board-btns > a {
    width: 148px;
    height: 50px;
    display: inline-block;
    background: #191919;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 15px;
    box-sizing: border-box;
    border: solid 1px #191919;
    margin-left: 7px;
}


/* ****************** 상품 상세 옵션 ******************** */

.MK_not_choice {
    color: red;
}

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

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

.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: 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 {
    border-top: 1px solid #333;
}

#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;
    padding: 20px 15px;
    border-bottom: 1px solid #333;
    overflow: hidden;
}

#MK_innerOptWrap .MK_inner-opt-cm li:last-child{
    border-bottom: none;
}

#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: 15px;
    bottom: 31px;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del {
    right: 15px;
    top:22px;
    width: 13px;
    height: 13px;
    background: url(/design/catalic/wib/img/icon/icon_close_b.png) no-repeat;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_btn-del img{
    display: none;
}

#MK_innerOptWrap .MK_inner-opt-cm li .MK_qty-ctrl .basic_option {
    margin-top: 0;
    width: 85px;
    text-align: center !important;
    height: 36px;
    line-height: 36px;
    border: 1px solid #dedede;
    font-size: 14px;
    margin-left: 39px;
}


/* 사용자 입력 인풋박스 (color, size )*/

.MK_optAddWrap .MK_inner-opt-cm li .MK_txt_uinput {
    width: 200px;
}


/* 기본옵션 */

#MK_innerOptWrap #MK_innerOpt_01 li .MK_p-name {
    margin-right: 125px;
    font-size: 15px;
    margin-bottom: 12px;
    color: #222;
    line-height: 18px;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl {
    position: relative;
    width: 165px;
    height: 38px;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl input.MK_count {
    width: 30px;
    height: 16px;
    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;
    display: none;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-up {
    width: 38px;
    height: 36px;
    border: 1px solid #dedede;
    background: #fff;
    text-align: center;
    left: 125px;
    top: 0;
    background: #fff url('/design/catalic/wib/img/icon/icon_plus.png') no-repeat center;
}

#MK_innerOptWrap #MK_innerOpt_01 li .MK_qty-ctrl a.MK_btn-dw {
    width: 38px;
    height: 36px;
    border: 1px solid #dedede;
    background: #fff;
    text-align: center;
    left: 0px;
    top: 0;
    background: #fff url('/design/catalic/wib/img/icon/icon_minus.png') no-repeat center;
}


/* 개별옵션 */

input#MS_amount_addition_0.addition_option {
margin-top: 0;
width: 85px;
text-align: center !important;
height: 36px;
line-height: 36px;
border: 1px solid #dedede;
font-size: 14px;
margin-left: 39px;
}


#MK_innerOptWrap #MK_innerOpt_02 li .MK_p-name {
margin-right: 125px;
font-size: 15px;
margin-bottom: 12px;
color: #222;
line-height: 18px;
}

#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl {
position: relative;
width: 165px;
height: 38px;

}

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

#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;
display: none;
}

#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-up {
width: 38px;
height: 36px;
border: 1px solid #dedede;
background: #fff;
text-align: center;
left: 125px;
top: 0;
background: #fff url('/design/catalic/wib/img/icon/icon_plus.png') no-repeat center;
}

#MK_innerOptWrap #MK_innerOpt_02 li .MK_qty-ctrl a.MK_btn-dw {
width: 38px;
height: 36px;
border: 1px solid #dedede;
background: #fff;
text-align: center;
left: 0px;
top: 0;
background: #fff url('/design/catalic/wib/img/icon/icon_minus.png') no-repeat center;
}


/* 총합계 */

#MK_innerOptTotal {
    padding: 25px 0 0 0;
    font-size: 15px;
    color: #333;
    text-align: right;
    border-top: 1px solid #333;
    margin-top: -1px;
}

#MK_innerOptTotal .MK_txt-total {
    float: left;
}

#MK_innerOptTotal .MK_txt-won {
    font-size: 18px;
    margin-left: -3px;
}

#MK_innerOptTotal .MK_total {
    font-weight: bold;
    font-size: 23px;
    color: #111;
}


/* 소리뷰 */

#sorivu {
    position: relative;
    margin-top: 20px;
}


/* 상품 일반정보(상품정보제공 고시) */

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

#nhn_btn {
    padding-top: 10px;
}

#payco_order_btn {
    padding-top: 10px;
}


/* 쇼핑 가이드 */

.del_notice_wrap{
    border-bottom: 1px solid #ddd;
    margin-bottom: 100px;
}

.del_notice_wrap .title{
    font-size: 15px;
    border-top: 1px solid #ddd;
    padding: 17px 30px;
    color: #282828;
    background: url(/design/catalic/wib/img/icon/icon_arrow_bottom_b.png) no-repeat center right 30px;
    cursor: pointer;
}

.del_notice_wrap .title.on{
    background: url(/design/catalic/wib/img/icon/icon_arrow_top_b.png) no-repeat center right 30px;
    font-weight: 500;
}

.del_notice_wrap .del_notice_inner{
    background: #f8f8f8;
    padding: 22px 30px;
    display: none;
}

.del_notice_wrap .del_notice_inner p{
    font-size: 14px;
    line-height: 26px;
    color: #515151;
}


/* BASIC css end */

