.sub{
	padding-top:49px;
}
.sub.detailpage{
	width:1100px;
}
.sub.detailpage>.in{
	border:1px solid #eee;
	background:#fff;
}
.sub .button_back{
    position: fixed;
    bottom: 39px;
    left: 50%;
    background: rgba(255,255,255,0.7);
    display: block;
    width: 39px;
    height: 39px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #efefef;
    margin-left: -606px;
    z-index: 10;
}
.sub .button_back img{
    height: 18px;
    transform: rotate(180deg);
    /* margin-top: 10px; */
    position: absolute;
    top: 10px;
    left: 13px;
    opacity: 0.7;
}
/*상품리스트*/
.listPage{
	padding-top:63px;
}
.listPage .category_nav .top{}
.listPage .category_nav .top span{
	margin:0 4px; 
}
.listPage .pr_list2{
	background:#fff
}
.listPage .inner{
	margin: 8px ;
}
/*상품상세*/
.product_slide{
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    padding: 25px;
    width: 50%;
	background:#fff
}
.product_slide img{
    display: block;
    width: 472px;
	max-width:100%;
    height: auto;
    background: #fff;
    margin: auto;
}
.Product_tit{
padding: 36px 12px 36px;
    border: 1px solid #eee;
    margin-top: 25px;
}
.Product_tit .pr_name{
	font-size:1.16em;
	line-height:1.46em;
	font-family:'HelveticaNeue';
	display:block;
	margin-bottom:8px
}
.Product_tit .pr_price{
	font-size:1.2em;
	font-weight:700;
	color:#00cad5;
}
.Product_tit .pr_price .won{
	font-weight:500;
	font-size:0.8em;
	margin-left:2px
}
.Product_tit .pr_price2{
	color:#c4c4c4;
	letter-spacing:-0.04em;
	font-family:'HelveticaNeue';
	font-size:0.98em;
	position:relative;
	display:inline-block;
	padding:0 2px;
	text-align:center;
}
.Product_tit .pr_price2 .bar{
	display:block;
	width:100%;
	height:1px;
	background:#ccc;
	position:absolute;
	top:50%;
	left:0;
}
.Product_tit .pr_discount{
    color: #00cad5;
    font-size: 1.68em;
    font-family: 'HelveticaNeue';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	    margin-top: -3px;
		letter-spacing:-0.03em
}
/*제품 상세 배달 출발 예정 알림*/
.Product_tit .delivery{
	padding-top:22px;
	font-size: 14px;
}
.Product_tit .delivery{}
.Product_tit .delivery .cont{
    margin-top: 22px;
    font-size: 14px;
    line-height: 1.4em;
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
}
.Product_tit .delivery dl{}
.Product_tit .delivery dl:after{
	content:"";display:block; clear:both;
}
.Product_tit .delivery dl dt{
	float:left;
	width:30%;
	padding-bottom:6px;
    color: #888;
}
.Product_tit .delivery dl dd{
	float:left;
	width:70%;
	padding-bottom:6px
}
.Product_tit .info{
	margin-top:18px;
	border-top:1px solid #e5e5e5
}
.Product_tit .info li{
	border-bottom:1px solid #e5e5e5;
	font-size:0.9em;
	color:#666;
	letter-spacing:-0.04em;
	font-family:'noto-m'
}
.Product_tit .info li span.th {
    background: #f9f9f9;
    padding: 6px 44px;
}
.Product_tit .info li span.td {
    padding: 6px 0;
}
.Product_tit .info li:after{
	content:""; display:block; clear:both;
}
.Product_tit .info li .link_button a{
display: inline-block;
    border: 1px solid #00cad5;
    height: 16px;
    line-height: 16px;
    padding: 0 3px;
    margin-left: 3px;
    border-radius: 3px;
    color: #00cada;
}
.pr_button_wrap{
	border-bottom:1px solid #e5e5e5;
	background:#fff;
}
.pr_button_wrap span.button{
	display:block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding: 16px 0;
    font-size: 1.08em;
	color:#555
}
.pr_button_wrap span.jimm{
	border-left:1px solid #e5e5e5
}
.pr_button_wrap span.jimm .count{
	color:#00cada;
	font-family: 'HelveticaNeue';
	margin-left:4px
}
.pr_info{
	background:#fff;
	margin:10px 0
}
.pr_info .in{
	background:#fff;
	padding:12px 14px;
	border:1px solid #e8e8e8
}
.pr_info h4{
	text-align: center;
    font-size: 16px;
	padding-top:14px
}

/*상품정보 테이블*/
.info_tabel{
	border-collapse:collapse;
	width:100%;
	margin-top:12px;
	background:#fff
}
.info_tabel td,
.info_tabel th{
	border:1px solid #ddd;
	padding:5px 0 5px 12px;
	font-size:0.88em;
	color:#676767;
	font-family:'noto-r';
	font-weight:normal
}
.info_tabel th{
	width:11.5%;
	background:#fff;
	text-align:left;
	height:32px
}
.info_tabel td{
	color:#222;
}
.pr_info .st{
	margin:16px 0 8px;
	font-size:0.8em;
	color:#777;
	text-align:center;
}

.pay_button{
    padding: 7px 40px 26px;
    font-size: 15px;
    letter-spacing: -0.04em;
}
.pay_button span.cart,
.pay_button span.pay,
.pay_button span.ask_order{
	display:block;
	float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    font-size: 1.08em;
	color:#555;
	width:33.3%;
	padding:0 2px 0;
}
.pay_button span.pay .chooseAfter{
	display:none;
}
.pay_button span.cart .in,
.pay_button span.pay .in,
.pay_button span.ask_order .in{
	border:1px solid #ddd;
	padding:10px;
	border-radius:3px;
	background:#fff
}
.pay_button span.cart .in,
.pay_button span.ask_order .in{
	background: #343434;
    color: #fff;
    font-family: 'noto-r';
}
.pay_button span.cart{
	background:#fff;
	    font-family: 'noto-m';
}
.pay_button .toggleOpen{
    text-align: center;
    display: block;
    width: 100%;
   padding: 4px 0 6px;
}
.pay_button .toggleOpen img{
	height: 10px;
	transform:rotate(180deg)
}
/*제품상세 탭바*/
.tab{
	background:#fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.tab.fixed{
	position: fixed;
    top: 0;
	z-index:500;
	border-bottom:1px solid #e8e8e8;
}
.tab.fixed .in{
	width:1098px;
	margin:auto;
	border-bottom:0;	
}
.tab .in{
    padding: 14px 14px;
    border-bottom: 1px solid #e8e8e8;
}
.tab ul:after{
	content:""; display:block; clear:both;
}
.tab ul{
	background:#f9f9f9
}
.tab ul li{
	float:left;
	width:33.3%;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	border:1px solid #e5e5e5;
	padding:12px;
	border-right:0;
}
.tab ul li:last-child{
	border-right:1px solid #e5e5e5;
}
.tab ul li a{
	display:block;
	text-align:center;
	font-size:0.96em;
	color:#555
}
.tab ul li a .count{
	color:#fff;
	color:#555;
	margin-left:4px;
}
.tab ul li.on{
	background:#121212;
	border-color:#121212
}
.tab ul li.on a{
	color:#fff
}
.tab ul li.on a .count{
	color:#fff
}
/*상품상세 뷰*/
.view{
    padding: 0 0 16px;
    background: #fff;
    text-align: center;
    min-height: 692px;
    width: 715px;
	margin:auto;
}
.view.detail img,
.view img{
	width:100%;
	display:block;
	background:#f9f9f9;
	margin-bottom:6px
}
.view.detail p,
.view.detail h3,
.view.detail img{
	width:100% !important;
}

/*제품 구매옵션란*/
.pr_option{
	float:right;
    overflow: hidden;
    overflow: auto;
    display: block;
    box-sizing: border-box;
    border-left: 1px solid #eee;
	background:#fdfdfd;
	width:50%;
	min-height: 522px;
}
/*
.pr_option .toggle{
	display: block;
    width: 100%;
    text-align: center;
    /*position: fixed;
    bottom: 389px;
    left: 0;
    background: #fff;
    /* border: 1px solid red;
    padding: 12px 0 5px;
    z-index: 10;
}
.pr_option .toggle img{
	height:12px;
}*/
.pr_option select{
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    margin-bottom: 1px;
    margin-top: 1px;
    font-size: 0.9em;
    padding: 0 7px;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	color:#373737
}
.pr_option .option{
  
    padding: 14px 40px 4px;
}
.pr_option .option h5,
.pr_option .add_option h5{
    width: 100%;
    height: 38px;
    border: 1px solid #ddd;
    font-size: 0.9em;
    padding: 0 12px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: #373737;
    line-height: 38px;
	background:#fff;
	position:relative;
}
.pr_option .option h5 .ico_arr,
.pr_option .add_option h5 .ico_arr{
	position: absolute;
    top: 50%;
    right: 16px;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);
}
.pr_option .option h5 .ico_arr img,
.pr_option .add_option h5 .ico_arr img{
	height: 15px;
    display: block;
	opacity:0.4;
	transform:rotate(90deg)
}
.pr_option .option .type{
	display:block;
}

.pr_option .option .type span.ico_arr{
	position: absolute;
    top: 50%;
    right: 16px;
	transform:translate(0, -50%);
	-webkit-transform:translate(0, -50%);
	-moz-transform:translate(0, -50%);	
}
.pr_option .option .type span.ico_arr img{
	height: 15px;
    display: block;
	opacity:0.4;
	transform:rotate(90deg)
}
.pr_option .option .item{
    display: block;
    border: 1px solid #ddd;
    background-color:#f5f5f5;
    padding: 10px;
    font-size: 0.9em;	
	margin-top:-1px;
	font-weight:500;
	color:#0ab9cd;
	position:relative;
}
.pr_option .add_option .add_item{
	display: block;
    border: 1px solid #ddd;
    background: #f9f9f9;
    padding: 10px 10px 10px 39px;
    font-size: 0.9em;
    margin-top: -1px;
    color: #171f36;
    font-weight: 600;
	position:relative;
}
.pr_option .add_option .add_item:before{
    position: absolute;
    top: 9px;
    left: 12px;
    border-radius: 1px;
    background-image: url(/images/ico/ico_cheackbox.png);
    background-size: 100% auto;
    background-position: 0;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    content: '';
    vertical-align: 0px;
    background-repeat: no-repeat;
	opacity:0.8
}

/*추가구성*/
.pr_option .add_option{
	padding:0 40px;
}

.pr_option .option .detail{
	display:none;
}
.pr_option .option .detail li a{
	    display: block;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding:11px 10px 11px 39px;
    font-size: 0.96em;
    letter-spacing: -0.06em;
	position:relative;
}
.pr_option .option .detail li a:before {
    position: absolute;
    top: 9px;
    left: 12px;
    border-radius: 1px;
    background-image: url(/images/ico/ico_cheackbox.png);
    background-size: 100% auto;
    background-position: 0;
    width: 20px;
    height: 20px;
    background-color: #ddd;
    content: '';
    vertical-align: 0px;
    background-repeat: no-repeat;
	opacity: 0.8;
}
.pr_option .option select{
	background:#f9f9f9;
	font-weight:700;
	color:#0fabbd
}
.pr_option .option select option{
	background:#fff;
	border-top:1px solid #ddd
}

/*옵션 특수타입*/
.pr_option .special_option{
	padding:0 40px;
}
.special_option .in{
	border:1px solid #ddd;
	margin-top:9px;
	margin-bottom:7px;
    padding: 12px;
}
.special_option .unit{
	font-size:13px;
	margin-left:2px;
	color:#888
}
.special_option .calculation .n{
	margin:4px 0;
    font-weight: 600;
	color:#373737
}
.special_option .calculation .size{
    font-size: 13px;
    color: #888;
    margin: 2px 0 0;
    background: #eee;
    border: 1px solid #eee;
    border-bottom: 0;
    padding: 7px 8px;
}
.special_option .calculation .size span{
	dispaly:block;
	margin:0 4px;
}
.enter{
	background: #f9f9f9;
    padding: 6px;
    border: 1px solid #eee;
}
.enter input{
	border: 1px solid #ddd;
    font-size: 15px;
    height: 30px;
    width: 37%;
	box-sizing:border-box;
	-wekit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	padding:0 14px;
	outline:none;
}
.enter input:hover{
	border-color:#0abed3
}
.enter span{
	display: block;
    line-height: 30px;
    font-size: 14px;
    margin-left: 4px;
    vertical-align: bottom;
}
.calculation.buttons{
margin: 4px 40px;
    background: #15bccf;
    padding: 12px 10px;
    color: #Fff;
}
/*추가 옵션*/
.pr_option .choose{
	
	padding:4px 40px 0;
}
.pr_option .choose .in{
    border: 1px solid #ddd;
    /*padding: 14px 11px;*/
    background: #fafafa;
    border-radius: 3px;
	margin: 4px 0;
	background:#fff;
}
.pr_option .choose .in .tit{
	    font-size: 13px;
    color: #767676;
    font-weight: 500;
	margin:6px 0
}
.pr_option .choose .in .pr{
	padding: 12px 11px;
	border-bottom:1px solid #ddd
}
.pr_option .choose .in .pr:last-child{
	border-bottom:0;
}
.pr_option .choose .ch_type{
	    font-size: 14px;
    color: #555;
    line-height: 1.68em;
}
.pr_option .choose .ch_type_cont{
	margin-bottom:4px
}
.pr_option .choose .ch_type_cont span{
    font-size: 14px;
    color: #555;
    line-height: 1.68em;
	display:block;
	
}
.pr_option .choose .kg{
    font-size: 13px;
    color:#5b8287;
    line-height: 1.68em;
    margin-bottom: 5px;
}
/*추가 옵션 선택 결과 창*/
.pr_option .add_choose{
	padding:4px 40px 0;
}
.pr_option .add_choose .in{
	border: 1px solid #ddd;
    padding: 7px 11px;
    background: #fafafa;
    border-radius: 3px;
}
.pr_option .add_choose .tit{
	    font-size: 13px;
    color: #767676;
    font-weight: 500;
	margin:6px 0
}
.pr_option .add_choose .pr_name{
    color: #666;
    font-size: 13px;
    line-height: 27px;
    margin-right: 10px;	
}
/**/
.pr_option .add_choose .block .count,
.pr_option .choose .count{
	display:block;
	background:none;
}
.pr_option .add_choose .block .count span,
.pr_option .choose .count span{
    display: inline-block;
    width: 27px;
    height: 27px;
    border: 1px solid #ddd;
    margin-left: -1px;
    background: #fff;
    border-radius: 4px;
    text-align: center;
    line-height: 27px;
    color: #000;
	font-size:0.9em;
	cursor:pointer;
}
.pr_option .add_choose .block .count span.number,
.pr_option .choose .count span.number{
	width:37px;
	color: #666;
}
.pr_option .add_choose .block .price_wrap,
.pr_option .choose .price_wrap{
	margin-top:4px;
}
.pr_option .add_choose .block .price,
.pr_option .choose .price{
    color: #888;
}
.pr_option .choose .price{
	font-size:15px;
}
.pr_option .add_choose .block .button,
.pr_option .choose .button{
    margin-right: 4px;	
	margin-left:4px
}
.pr_option .add_choose .block .button img,
.pr_option .choose .button img{
	height: 12px;
    display: inline-block;
    vertical-align: 0;
    opacity: 0.4;
}

/*총 상품금액*/
.pr_option .final_total{

	padding:4px 40px 12px;
}
.pr_option .final_total .in {
    padding: 14px 0 10px;
    background: none;
    border: 0;
    border-radius: 0;
    border-top: 1px solid #999;
}

.pr_option .final_total .t{
    font-weight: 600;
    font-size: 15px;	
    line-height: 17px;
	  margin-right: 4px;
}

.pr_option .final_total .t span{
    color: #1da4b4;
    display: inline-block;
    padding: 0 4px;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: -0.04em;
    vertical-align: -1px;
	
}
/*상단  Product_tit*/
.pr_option .Product_tit{
	padding:26px 40px 24px;
	border:0;
	border-bottom:1px solid #eee;
	margin-top:0;	
}
.pr_option .Product_tit .info li{
	padding:6px 0
}
.pr_option .Product_tit .pr_name{
	    font-size: 18px;
    line-height: 1.46em;
    letter-spacing: -0.08em;
    font-family: 'noto-m';
	margin:0
}
.pr_option .Product_tit .pr_price {
    font-size: 1.2em;
    font-weight: 700;
    color: #00cad5;
}
.pr_option .Product_tit .pr_price span.hg{
    color: #888;
    font-size: 14px;
    font-weight: normal;
    letter-spacing: 0.02em;
    margin-right: 7px;

}

/*상단  Product 상세페이지 버튼*/
.p_detail_button_wrap{
	position: absolute;
    bottom: 15px;
    right: 20px;
}

.detail_more_btn{
	background: #343434;
    color: #fff;
    font-family: 'noto-m';
	padding: 10px 20px;
    border-radius: 3px;
}

/*합산*/
.pr_option .count{
	display:none;
}
/*배송비*/
.pr_option .delivery_choose{
    background: #eff4f3;
    padding: 14px;
    border-top: 1px solid #ddd;
}
.pr_option .delivery_choose .row{
	margin-bottom:3px;
}
.pr_option .delivery_choose .t{
	width: 24%;
    line-height: 35px;
    font-size: 15px;
}
.pr_option .delivery_choose .box{
    width: 76%;
    border: 1px solid #ddd;
    box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    padding: 8px;
    background:#f6fcfa;
    border-radius: 2px;
    font-size: 15px;
}
/*메모*/
.pr_option .memo{
	background:#fff;
	display:none;
}


/*결제화면*/
.pay fieldset h3{
	padding:14px 14px 0;
}
.order_form .navigator{
	background: #fff;
    padding: 10px 14px;
    margin-bottom:10px
}
.order_form{
    margin: 0 6px 62px;
}
 .pay_order_product .pr_name{
    padding: 14px 14px;
    background: #fafffe;
    color: #00bfb5;
    letter-spacing: -0.06em;
    /* border-top: 1px solid #f1f1f1; */
    border-bottom: 1px solid #f1f1f1;
    position: relative;
}
.pay_top_category{
	background:#fff;
	border-top:2px solid #2fa8af;
	border-bottom:1px solid #eee;
}
.pay_top_category span{
	float:left;
	display:block;
	text-align:center;
	padding:16px 0;
	font-size:14px;
}
.pay_top_category .c1{
	width:50%;
}
.pay_top_category .c2{
	width:10%;
}
.pay_top_category .c3{
	width:10%;
}
.pay_top_category .c4{
	width:10%;
}
.pay_top_category .c5{
	width:10%;
}
.pay_top_category .c6{
	width:10%;
}

.pay_pr_ul{}
.pay_pr_ul>li{
	border-bottom:1px solid #eee;
	min-height: 136px;
background: rgba(246, 246, 246, 0.4);
}
.pay_pr{
	position:relative;
}
.pay_pr .mv{
	position:absolute;
	top:27px;
	left:18px;
	width:80px;
	height:80px;
	background:#ddd;
	border-radius:80px;
	overflow:hidden;
}
.pay_pr .mv img{
	position:absolute;
	top:50%;
	left:50%;
	min-width:100%;
	max-height:80px;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
}
.pay_pr .tw{
    padding: 27px 2px 25px 120px;
    min-height: 80px;
	display:block
}
.pay_pr .tw .cp_name{
	font-size:14px;
	letter-spacing:-0.06em;
	font-family:'noto-r';
	display:block;
}
.pay_pr .tw .pr_name{
	font-size:16px;
	letter-spacing:-0.08em;
	font-family:'noto-b'
}
.pay_pr .pay_option{
	
}
.pay_pr .pay_option li{
	position:relative;
    margin-top: 6px;
}
.pay_pr .pay_option .ico,
.pay_ad_option_t{
    
    background: #00d573;
    text-align: center;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
	/*position:absolute;
	top:1px;
	left:0*/
}
/*
.pay_pr .pay_option .option_list{
	padding-left:32px;
}*/
.pay_pr .pay_option .option_list div{
	display: block;
	/*width:100%;*/
    font-size: 13px;
    letter-spacing: -0.04em;
    margin-left: 4px;
	color:#777
}
.distant{
	padding:27px 0;
	text-align:center;
	font-size:14px;
}
.distant .total_pr{
	font-family:'noto-b';
	font-size:16px;
}

.pay .row span {
    display: block;
    width: 100%;
    text-align: center;
}
.pay .price_info .row {
    font-size: 15px;
    float: left;
    width: 25%;
    padding: 14px;
    background: #dfeee5;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.pay .price_info .row .fl {
    color: #777;
    border-right: 0;
    font-size: 13px;
    position: relative;
}
.pay .price_info .row .fr {
    font-family: 'noto-b';
    letter-spacing: -0.06em;
    color: #232323;
    font-size: 16px;
}
.pay .price_info .row .fl.dis:after,
.pay .price_info .row .fl.dev:after,
.pay .price_info .row .fl.tol:after {
    display: block;
    content: "";
    position: absolute;
    top: 12px;
    left: -20px;
    width: 19px;
    height: 19px;
    background-image: url(/images/ico/ico_minus.png);
    background-repeat: no-repeat;
}
.pay .price_info .row .fl.dev:after {
    background-image: url(/images/ico/ico_plus.png);
}
.pay .price_info .row .fl.tol:after {
    background-image: url(/images/ico/ico_total.png);
}
.pay_cart_total{
    background: #effaf8;
    padding: 8px 20px;
	border-top:2px solid #c6d1cb
}
.pay_cart_total .row{
	margin:6px 0;
	font-family:'noto-b';
	letter-spacing:-0.06em
}
.pay_cart_total .row span{
	width:auto;
}
.pay_cart_total .row .fl{
	color: #373737;
    font-weight: normal;
    font-family: 'noto-r';
    letter-spacing: -0.03em;
	font-size:14px;
}
.pay_cart_total .row .fr.dis{
	color:#0db1c4;
	position:relative;
}
.pay_cart_total .row .fr.dis:after{
	content: "";
    display: block;
    width: 9px;
    height: 1px;
    background: #00a7b0;
    position: absolute;
    top: 50%;
    left: -18px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
}
.pay_cart_total .row.total{
    border-top: 1px solid #b1cac4;
    padding: 9px 0 0;
    margin-top: 11px;
	
}
.pay_cart_total .row.total .fl{
	font-size:16px;
	font-family:'noto-m'
}
/*결제 페이지 완료후 삭제
.pay fieldset h3{
    padding: 7px 0;
    font-size: 0.94em;
    letter-spacing: -0.04em;
    font-family: 'noto-r';
    color:#416187;
}
.pay fieldset h3 .ico{
    display: inline-block;
    width: 27px;
    height: 27px;
    background:#417ab2;
    vertical-align: -8px;
    margin-right: 7px;
	border-radius:4px
}
.pay_button_wrap{
	margin-top:16px
}
.pay_button_wrap span{
	display:block;
    float: left;
    width: 50%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding: 16px 0;
    font-size: 1.08em;
	color:#555
}
.pay_button_wrap span.enroll{
    background: #0abed3;
    color: #fff;
    border-radius: 2px;
    border: 1px solid #10b5c8;
	dispaly:block;
}*/
/*결제화면-배송관련*/
.delivery .tabs{
	width:100%;
}
.delivery .tabs p{
    float: left;
    width: 50%;
	line-height:1em;
    text-align: center;
    background:#fafafa;
    padding: 13px 0;
    font-size: 0.96em;
    color: #999;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-bottom:1px solid #e5e5e5
}
.delivery .tabs p.active{
	color:#111;
	font-family:'noto-m';
	border-bottom:1px solid #fff;
}
.delivery .tabs p.active.left{
	background:#fff;
	font-family:'noto-r';
	border-right:1px solid #e5e5e5;
}
.delivery .tabs p.active.right{
	background:#fff;
	border-left:1px solid #e5e5e5;
}
.delivery .content{
	padding:13px;
}
.delivery .content .tabcontent{
	padding:4px 2px;
}
.delivery .content .tabcontent .customer_name{
	display:block;
	font-family: 'noto-m';
    margin-bottom: 8px;
}
.delivery .row{
	margin-bottom:8px;
}
.delivery .detail_tit{
	width:12%;
	float:left;
	font-size: 14px;
    color: #333;
    font-weight: normal;
    line-height: 37px;
	    text-align: left;
}
.delivery .detail_right{
	width:74%;
	float:left;
}
.delivery .detail_right .st{
	    text-align: left;
    color: #2fa8af;
    font-size: 14px;
    margin-top: 9px;
    letter-spacing: -0.04em;
}
.delivery .content .tabcontent .addr{
margin-bottom: 8px;
    font-size: 0.88em;
    letter-spacing: -0.04em;
    color: #555;
}
.delivery .content .tabcontent .phone{
    margin-bottom: 8px;
    font-size: 0.96em;
    letter-spacing: -0.04em;
    color: #777;
}
.delivery .request{
    background: #ffffff;
    margin-bottom: 12px;
}
.delivery  input,
.delivery  select{
	padding:8px 11px !important;
	font-size:14px !important;
	color:#666 !important
}
.delivery .tellinfo select{
	float:left;
	background: #fff;
    border: 1px solid #dadada;
    width:29.2%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
    display: block;
    font-family: 'noto-r';
    outline: none;
}
.delivery .tellinfo span.bar{
	float:left;
	display:block;
	width:13px;
	text-align:center;
	line-height:37px;
}
.delivery .tellinfo input{
	float:left;
	background: #fff;
    border: 1px solid #dadada;
    width: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    position: relative;
    font-size: 0.92em;
    display: block;
    font-family: 'noto-r';
    outline: none;
}
.delivery2 h3{
	margin-bottom:6px;
}
.delivery2 .row{
	color:#000;
	text-align:left;
}
.delivery2 .row .text{
    display: block;
    text-align: left;
    box-sizing: border-box;
    padding: 6px 14px 7px;
    color: #555;
    font-size: 14px;
    letter-spacing: -0.02em;
}
.delivery2 .st {
text-align: left;
    color: #0abed3;
    font-size: 13px;
    margin-top: 9px;
    letter-spacing: -0.04em;
    padding: 14px;
    display: block;
    border-top: 1px solid #dfeee5;
}


.addr_box{}
.addr_box p.button{
    background: #eee;
    line-height: 35px;
    font-size: 14px;
    display: inline-block;
    color: #666;
    border-radius: 2px;
    border: 1px solid #ddd;
    margin-right: 1%;
    width: 29%;
    text-align: center;
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.addr_box input[type=text]{
	box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	border: 1px solid #dadada;
	outline:none
}
.addr_box input[type=text].addr_shr{
	float:left;
	background: #fff;
    width: 70%;    
    overflow: hidden;
    position: relative;
    font-size: 0.92em;
    display: block;
    font-family: 'noto-r';
    outline: none;
}
.addr_box input[type=text]{
	width:26%;
}
/*
.option_input{
	display:none;
}

.pay .product{
	background:#fff;
	border:1px solid #ddd
}
.pay .product ul li{
	border-bottom:1px solid #ddd
}
.pay .product ul li:last-child{
	border-bottom:0;
}
.pay .product .pr_name{
	border-bottom:1px solid #e5e5e5;
	padding:12px;
	font-size:0.98em
}
.pay .product .pr_detail{
	position:relative;
	padding:10px
}
.pay .product .pr_detail .mv{
    position: absolute;
    display: block;
    width: 85px;
    height: 85px;
    top: 9px;
    left: 10px;
}
.pay .product .pr_detail .mv img{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	min-height:85px;
	width:100%;
	background:#e5e5e5;
}
.pay .product .pr_detail .tw{
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	width:100%;
	padding-left:105px;
	display: block;
    min-height: 79px;
}
.pay .product .pr_detail .tw span{
    display: block;
    white-space: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    /*width: 87%;
    line-height: 1.4em;
}
.pay .product .pr_detail .tw .n{
	font-size:0.98em;
	margin-bottom:6px
}
.pay .product .pr_detail .tw .o{
	font-size:0.8em;
	color:#888;
	margin-bottom:6px
}
.pay .product .pr_detail .tw .o .list{
    margin: 3px 0;
    border: 1px solid #eee;
    padding: 3px;
    background: #f9f9f9;
}
.pay .product .pr_detail .tw .o .tit{
	background:#eee
}
.pay .product .pr_detail .tw .o .ico{
    border: 1px solid #ddd;
    display: block;
    width: auto;
    padding: 0 4px;
    margin-right: 2px;
    vertical-align: -4px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: #ddd;
    color: #373737;
}
.pay .product .pr_detail .tw .o .d{
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    padding-left: 39px;
    line-height: 20px;
    color: #333;
}
.pay .product .pr_detail .tw .o .detail{
    margin-top: 0;
    padding-top: 3px;
    border-top: 1px solid #e8e8e8;
}
.pay .product .pr_detail .tw .o .count{
	width:17%;
}

.pay .product .pr_detail .tw .count{
	display:block;
}
.pay .product .pr_detail .tw .price{
    display: block;
    width: 33%;
    text-align: right;
    color:#717576
}
.pay .product .pr_detail .tw .won{
	display:inline-block;
	width:auto;
	vertical-align: -3px;
	margin-left:3px;
	
}
.pay .product .pr_detail .tw .p{
    color:#1399b1;
	font-size:1.05em;
	display:block;
	width:auto;
}
.pay .product .pr_detail .tw .pr_price2{
    display: inline-block;
    width: auto;
    color: #aaa;
    font-size: 0.8em;
    margin-left: 4px;
    letter-spacing: -0.02em;
	position:relative;
	margin-top: 3px;
}
.pay .product .pr_detail .tw .pr_price2 .bar{
	    display: block;
    width: 100%;
    height: 1px;
    background: #ccc;
    position: absolute;
    top: 50%;
    left: 0;
}
.pay .product .pr_detail .tw .total{
    color: #1399b1;
    font-size: 15px;
}
.pay .product .pr_detail .tw .total .fl{
	
}
.pay .product .pr_detail .tw .total .fr{}
.pay .pay_delivery{
	background:#f5feff;
	border-top:1px solid #e5e5e5;
	padding:14px 8px;
	color:#00cad5;
}
/*주문결제-포인트관련*/
.pay .point .content {
	padding: 13px;
}
.pay .point .button{
	background: #fff;
	line-height: 37px;
	font-size: 14px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #ddd;
	margin-right: 1%;
	width: 15%;
	text-align: center;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.pay .point .button.on{
	    background: #00cad5;
    color: #fff;
}
.pay .point .detail_tit {
	width: 12%;
	float: left;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 37px;
	text-align: left;
}
.pay .point .detail_right{
	width:74%;
	float:left;
}
.pay .point .tt_point{
	width: 12%;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 37px;
	text-align: left;
}
.pay .point .content .input_box_wrap .input{
	padding: 8px 11px;
	font-size: 14px;
	color: #666;
	line-height: 37px;
}
.pay .point .content .input_box_wrap .won{
	padding: 0 8px;
	display: block;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	font-size: 14px;
	color: #333;
	font-weight: normal;
	line-height: 37px;
	text-align: left;
}
/*주문결제-결제 예정 금액
.pay .money .content{
	background:#fff;
	padding:13px 0 0;
	border:1px solid #ddd
}
.pay .money .content .row{
	margin-bottom:4px;
	padding:0 8px 0 13px;
}
.pay .money .content .tit{
	color: #999;
    font-size: 0.96em;
}
.pay .money .content .price{
	font-size: 1.02em;
	letter-spacing:-0.03em
}
.pay .money .content .price .minus,
.pay .money .content .price .plus{
	margin-right: 2px;
    color: #777;
    width: 11px;
    text-align: center;
    display: inline-block;	
}
.pay .money .content .won{
    font-size: 0.9em;	
	margin-left:4px
}
.pay .money .content .total{
    border-top: 1px solid #cfe7ff;
    padding: 14px 8px;
    color: #0095d5;
    background: #f5faff;
	margin-top:13px;
}
.pay .money .content .total .tit{
	line-height: 28px;
    color: #0095d8;
    font-size: 17px;
}
.pay .money .content .total span{
	display:block
}
.pay .money .content .total .price{
	font-size:20px;
	font-family:'noto-m';
}
.pay .money .content .total .won{
	font-size:14px;
	margin-top: 8px;
}*/
/*주문결제-결제 수단*/
.pay .pay_how .content{
	background:#f5feff;
	padding: 8px 13px;
	border:1px solid #ddd;
	margin: 14px 14px 14px 118px;
	width:50%
}
.pay .pay_how .content .row{
	margin-bottom:8px;
}
.pay .pay_how .content label span{
	font-size: 0.92em;
    color: #555;
}
.pay_how_detail .pay_tab{
	background:#fff;
	border:1px solid #ddd;
	margin-top:6px;
	padding:13px;
}
.pay_how_detail{
	    margin: 14px 14px 14px 118px;
}
/*주문결제-동의*/
.pay .agree{
	margin:0 14px 14px 118px;
	background:#fff;
	border:1px solid #ddd
}
.pay .agree .check_common{
	padding:13px ;
	border-bottom:1px solid #ddd;
}
.pay .agree li{
    padding: 8px 13px;
    background: #fbfbfb;
}
.pay .agree li:first-child{
	border-bottom:1px solid #eee;
}
.pay .agree li span{
	font-size:14px;
	color:#666
}
.pay .pay_button{
    position: absolute;
    bottom: 15px;
    rihgt: 14px;
    right: 17px;
    padding: 14px;
    background: #00cad5;
    color: #fff;
    width: 25%;
    text-align: center;
    font-size: 20px;
    border-radius: 2px;
    border: 1px solid #2aaeb6;
	cursor:pointer;
}

/*결제완료*/

.complete .pay_pr li{
	position:relative;
	    border-top: 1px solid #e8e8e8;
}
.complete .pay_pr li:first-child{
	border-top:0
}
.complete .pr_detail{
	background:#fff
}
.complete .pay_pr .list{
	font-size:14px;
	margin-top:4px;
	color:#666
}
.complete .pay_pr .list .d{
    margin-left: 6px;
    margin-right: 4px;
    border-right: 1px solid #ddd;
    padding-right: 4px;
}
.complete .pay_pr .list .count{
    margin-right: 4px;
    border-right: 1px solid #ddd;
    padding-right: 4px;
}
.complete .pay_pr .ico{
    display: block;
    background: #00d573;
    text-align: center;
    font-size: 12px;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
}
.complete .pay_pr .n{
	width:100%;
	display:block;
	    font-size: 16px;
    letter-spacing: -0.08em;
    font-family: 'noto-b';
}
.complete .pay_pr .total{
    position: absolute;
    top: 22px;
    right: 88px;
    width: 10%;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}
.complete .pay_pr .total2{
    position: absolute;
    top: 22px;
    right: 175px;
}
.complete .pay_pr .total3{
    position: absolute;
    top: 22px;
    right: 0;
}
.complete .pay_pr .total4{
    position: absolute;
    top: 22px;
    right: 268px;
}

.complete .money{
	    width: 30%;
    background: #effaf8;
    padding: 8px 20px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
    border-top: 2px solid #c6d1cb;
	    min-height: 187px;
}
.pay.complete .row span {
    display: inline-block;
    width:auto;
    text-align: center;
}
.pay.complete .money .row .fl {
    color: #373737;
    font-weight: normal;
    font-family: 'noto-r';
    letter-spacing: -0.03em;
    font-size: 14px;
}
.pay.complete .money .row .fr{
    margin: 6px 0;
    font-family: 'noto-b';
    letter-spacing: -0.06em;
}
.pay.complete .money .total {
    border-top: 1px solid #b1cac4;
    padding: 9px 0 0;
    margin-top: 11px;
}

.pay_complete_tw{
	text-align:center;
	background:#fff;
	border-bottom:1px solid #ddd;
	padding:35px 13px 26px;
	border-top: 2px solid #0095d5;
}
.pay_complete_tw h3{
    font-size: 22px;
    letter-spacing: -0.04em;
    font-family: 'noto-r';
    color: #0abed3;
    padding-bottom: 11px;
    line-height: 1.15em;
}
.pay_complete_tw .st{
    font-size: 0.88em;
    letter-spacing: -0.04em;
    font-family: 'noto-r';
    color: #111;
    padding-bottom: 11px;
    line-height: 1.15em;
}


.complete .delivery .content {
    padding: 13px;
    background: #fff;
}
.complete.pay .delivery .tellinfo span.bar {
    float: left;
    display: block;
    width: 13px;
    text-align: center;
    line-height: 26px;
}
.complete.pay .delivery .detail_tit {
    width:10%;
    float: left;
    font-size: 14px;
    color: #5E636D;
    font-weight: normal;
    line-height: 26px;
}
.complete.pay .delivery .detail_right{
	    font-size: 15px;
    color: #666;
}
.complete.pay .product{
	border-right:0;
	border-left:0;
	width:100%;
	border-right:1px solid #e8e8e8;
	    position: relative;
    z-index: 50;
}
.complete.pay .money .content {
    border-right:0;
	border-left:0;
}
.complete.pay .pay_button_wrap{
	    width: 62%;
    margin: 12px auto 42px;
}
.complete.pay .pay_button_wrap span.button{
    background: #0abed3;
    color: #fff;
    border: 1px solid #10b5c8;
	    display: block;
    text-align: center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	    padding: 12px 0;
		cursor:pointer;
}
.complete.pay .pay_button_wrap span.button.left{
    border-radius:2px 0 0 2px;
}
.complete.pay .pay_button_wrap span.button.right{
    border-radius:0 2px 2px 0;
}
.complete.pay .payinfo{
	background:#fff	;
	padding:0;
}
.complete.pay .payinfo .tit{
    border-bottom: 1px solid #e5e5e5;
    padding: 12px;
    font-size: 0.98em;
    background: #e0e1e3;
}
.complete.pay .payinfo .row{
	width:100%;
	border-bottom:1px solid #ddd
}
.complete.pay .payinfo .row.last{
	border-bottom:0
}
.complete.pay .payinfo .row .t{
	width:30%;
	padding:7px 0 7px 11px;
	font-size:14px;
	line-height:1.6em;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	color:#666
}
.complete.pay .payinfo .row .d{
	border-left:1px solid #ddd;
	width:70%;
	padding:7px 11px 7px 11px;
	font-size:14px;
	line-height:1.6em;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.complete.pay .payinfo .row .d span{
	display:block;
}
.complete.pay .payinfo .row.last .d{
	color: #00c3c4;
    font-weight: 600;
}
/*신상품리스트, 베스트, 추천, 할인 공용css*/
.top_filter{
	background:#fff;
	margin:0 7px;
	border-bottom:1px solid #e8e8e8;
	padding:0 7px;
}
.top_filter_text,
li.top_filter_text{
    float: left;
    font-size: 13px;
    color: #888;
    padding: 5px 10px 5px 16px;
    position: relative;
	cursor:pointer;
}
.top_filter_text:hover,
li.top_filter_text:hover{
	color:#000
}
.top_filter_text.on,
li.top_filter_text.on{
	color:#000;
	font-family:'noto-m'
}
.top_filter_text.on:after,
li.top_filter_text.on:after{
	background:#00cad5
}
.top_filter_text:after,
li.top_filter_text:after{
    position: absolute;
    top: 13px;
    left: 7px;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    background: #a1a1a1;
}
.sub{
	width: 1220px;
    margin: auto;
	clear:both;
}
.new .toptab{
	margin:8px; 
}
.new .toptab ul:after{
	content:""; display:block; clear:both;
}
.new .toptab li{
	float:left;
	width:25%;
	text-align:center;
	border:1px solid #e4e5e5;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border-right:0;
}
.new .toptab li:last-child{
	border-right:1px solid #e4e5e5
}
.new .toptab li a{
    background: #fff;
    display: block;
    color: #283148;
    padding: 10px 0px;
    font-size: 15px;
}
.new .toptab li.on{
	border:1px solid #000;
	border-bottom:0
}
.new .toptab li.on a{
    background: #ffffff;
    display: block;
    color: #1c2640;
    font-family:'noto-m'	
}
.new .inner {
    background: #fff;
    margin: 0 8px;
}
.new .tit{
	text-align:center;
	background:#fff;
	margin:0 8px;
	padding:14px 0 6px;
}
.new .tit .ico{
    background: #000;
    font-size: 11px;
    padding: 0px 6px;
    color: #fff;
    border-radius: 1px;
	position:relative;
	    margin-bottom: 5px;
    display: inline-block;
}
.new .tit .ico .tri{
	dispaly:block;
	position:absolute;
	bottom:-9px;
	left:50%;
	transform:translate(-50%, 0);
	-webkit-transform:translate(-50%, 0);
	-moz-transform:translate(-50%, 0);
	border-left:5px solid transparent;
	border-right:5px solid transparent;
	border-bottom:5px solid transparent;
	border-top:5px solid #000;
}
.new .tit h3{
	font-weight:500
}
/*브랜드 상품리스트*/
.brand{
	padding-top:7px;
}
.brand .inner{
	background:#fff;
	margin:0 8px
}
.brand .pr_list2{
	margin-top:8px;
}
.brand .top{
	padding:0 7px;
}
.brand .top .intro{
	    width: 100%;
    text-align: center;
    background: #fff;
    padding: 18px 0;
}
/*상품ㅅ리스트2*/
.pr_list2{
	padding:0 0 22px
}
.pr_list2 ul{
	padding:42px  0 0;
}
.pr_list2 li{
    
	width:25%;
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:4px 8px 11px;/*11px 3px*/
	overflow:hidden;
	margin-bottom:24px
}
.pr_list2 li.no_data{
	width:100%;
	text-align:center;
}
.pr_list2 li .mv{
	width:100%;
	display:block;
	position:relative;
	height: 294px;
	overflow:hidden;
	margin-bottom: 8px;
	border:1px solid #e8e8e8
}
.pr_list2 li .mv img{
	min-width:100%;
	display:block;
	max-height: 294px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	background:#eee
}
.pr_list2 li .tw .n{
display: block;
    margin-bottom: 8px;
    line-height: 21px;
    font-size: 15px;
    letter-spacing: -0.06em;
    color: #111;
    overflow: hidden;
    white-space: normal;
    height: 45px;
    font-family: 'noto-r';
}
.pr_list2 li .tw .p{
	font-family:'HelveticaNeue,AppleSDGothicNeo,sans-serif';
	font-weight:700;
	color:#373737
}
.pr_list2 li .tw .p .won{
	font-size:0.8em;
	font-family:'noto-r';
	margin-left:2px;
	font-weight:500;
}

/*상품ㅅ리스트3*/
.pr_list3{
padding: 0 0 22px 0;
    width: 951px;
}
.pr_list3 ul{
	padding:42px  0 0;
}
.pr_list3 li{
    
	width:33%;
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:4px 8px 11px;/*11px 3px*/
	overflow:hidden;
	margin-bottom:24px
}
.pr_list3 li:nth-child(3n){
	padding-righT:0
}
.pr_list3 li.no_data{
	width:100%;
	text-align:center;
}
.pr_list3 li .mv{
	width:100%;
	display:block;
	position:relative;
	height: 294px;
	overflow:hidden;
	margin-bottom: 8px;
	border:1px solid #e8e8e8;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.pr_list3 li .mv img{
	min-width:100%;
	display:block;
	max-height: 294px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-webkit-transform:translate(-50%, -50%);
	-moz-transform:translate(-50%, -50%);
	background:#eee
}
.pr_list3 li .tw .n{
display: block;
    margin-bottom: 8px;
    line-height: 21px;
    font-size: 15px;
    letter-spacing: -0.06em;
    color: #111;
    overflow: hidden;
    white-space: normal;
    height: 45px;
    font-family: 'noto-r';
}
.pr_list3 li .tw .p{
	font-family:'HelveticaNeue,AppleSDGothicNeo,sans-serif';
	font-weight:700;
	color:#373737
}
.pr_list3 li .tw .p .won{
	font-size:0.8em;
	font-family:'noto-r';
	margin-left:2px;
	font-weight:500;
}

/*상품 상세에 고정 옵션 구매 선택란*/

.pr_detail_pr_option{
	position:relative;
	border:1px solid #e8e8e8;
	background:#fff;
	border-bottom:0
}
.pr_detail_pr_option .pr_detail_wrap{
	width:100%;
	min-height:521px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*border-right: 1px solid #eee;*/
	padding: 78px 14px 0;
}
.pr_detail_pr_option .pr_option{
	width:355px;
	position:absolute;
	right:0;
	top:90px;
	box-sizing:border-box;
}
.deatil_view_pr_option.fixed{
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    margin-left: 371px;
    height: 100%;
    background: #fff;
    padding-top: 75px;
	display:none;


}
.deatil_view_pr_option.fixed.block{
	display:block;
}
.pr_detail_pr_option .pr_option .Product_tit {
    padding: 26px 14px 24px;
}
.pr_detail_pr_option .pr_option .option {
    padding: 14px 14px 4px;
}
.pr_detail_pr_option .pr_option .add_option {
	padding: 0 14px;
}
.pr_detail_pr_option .pr_option .choose {
	padding: 4px 14px;
}
.pr_detail_pr_option .pr_option .add_choose {
	padding: 4px 14px;
}
.pr_detail_pr_option .pr_option .special_option {
	padding: 4px 14px;
}
.pr_detail_pr_option .pr_option .final_total {
    padding: 4px 14px 12px;
}
.pr_detail_pr_option .pay_button {
    padding: 7px 14px 26px;
}

/*약관보기*/
.pay_trem_content1,
.pay_trem_content2{
	margin-top: 27px;
	display:none
}
.pay_trem_content1 .content,
.pay_trem_content2 .content{
    background: #fff;
    font-size: 13px;
    border: 1px solid #eee;
    padding: 12px;
    
    max-height: 113px;
    min-height: 113px;
    overflow-y: auto;
}
.pay_trem_content1 span.pay_term_confirm1,
.pay_trem_content2 span.pay_term_confirm2{
    float: right;
    background: #f5feff;
    color: #333333 !important;
    padding: 4px 33px;
    border-radius: 2px;
    margin-top: 5px;
    border: 1px solid #e0e0e0;
}

/*주문제작의뢰*/
.order_pd_table th,
.order_pd_table td{
	border:1px solid #ddd
}
.order_pr_ckeck.on{
    border: 1px solid #5c3f86;
	color:#5c3f86;
	font-family:'noto-m'
}
.order_pr_category_li_t{
    font-size: 14px;
    color: rgb(102, 102, 102);
    line-height: 22px;
    height: 52px;
    font-family: 맑은고딕;
    width: 100%;
    text-overflow: ellipsis;
    white-space: normal;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/*주문제작하기 버튼*/
.est_ord_btn{
	padding:16px;
	cursor:pointer;
}
.est_ord_btn span{
	color:#fff;
	background:#343434;
	padding:6px 10px;
	box-sizing:border-box;
}
/*
@media screen and (min-width:410px){
	.pr_list2 li .mv {
    height: 200px;
	}
	.pr_list2 li .mv img{
    min-height: 200px;
	}
}*/