.sub{
	padding-top:49px;
}
.sub .button_back{
    position: fixed;
    bottom: 90px;
    left: 7px;
    background: rgba(255,255,255,0.7);
    display: block;
    width: 39px;
    height: 39px;
    text-align: center;
    border-radius: 8px;
    border: 1px solid #efefef;
}
.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{
	border-bottom:1px solid #eee;
}
.product_slide img{
	display:block;
	width:100%;
	height:auto;
	background:#fff;
}
.Product_tit{
	padding:18px 16px 24px;
	background:#fff;
	border-bottom:1px solid #eee
}
.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;
	padding:6px 0;
	font-size:0.9em;
	color:#666;
	letter-spacing:-0.04em
}
.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;
    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 
}
.pr_info h4{
	text-align: center;
    font-size: 1.06em;
}

/*상품정보 테이블*/
.info_tabel{
	border-collapse:collapse;
	width:100%;
	margin-top:12px
}
.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:28.5%;
	
	text-align:left;
}
.info_tabel td{
	color:#222;
}
.pr_info .st{
	margin:16px 0 8px;
	font-size:0.8em;
	color:#777;
	text-align:center;
}

.pay_button{
position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 100;
    border-radius: 16px 16px 0 0;
    box-shadow: 0 0px 5px rgba(0,0,0,0.1);
}
.pay_button span.cart,
.pay_button span.pay{
	display:block;
	float: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    padding:6px;
    font-size: 1.08em;
	color:#555;

}
.pay_button span.pay .chooseAfter{
	display:none;
}
.pay_button span.cart .in,
.pay_button span.pay .in{
	border:1px solid #ddd;
	padding:10px;
	border-radius:3px;
}
.pay_button span.pay{
	width:70%;
	border-left:1px solid #e5e5e5;
	background:#e9e9e9;
}
.pay_button span.pay .in{
	background: #34363f;
    color: #fff;
}
.pay_button span.cart{
	width:30%;
	background:#fff;
}
.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;
	margin:10px 0 0
}
.tab .in{
	padding:8px;
}
.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:#666d88;
	border-color:#666d88
}
.tab ul li.on a{
	color:#fff
}
.tab ul li.on a .count{
	color:#fff
}
/*상품상세 뷰*/
.view{
	padding:12px  8px 16px;
	background:#fff;
	text-align:center;
}
.view.detail img{
	width:100%;
	display:block;
	background:#f9f9f9;
	margin-bottom:6px
}
.view.detail p,
.view.detail h3,
.view.detail img{
	width:100% !important;
}

/*제품 구매옵션란*/
.pr_option{
    position: fixed;
    bottom: 52px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 50;
    box-shadow: 0px 1px 30px rgba(0,0,0,0.2);
    overflow: hidden;
    border-radius: 18px 18px 0 0;
    max-height: 371px;
    overflow: auto;
	display:none;
}
.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{
    background: #fff;
    padding: 4px 15px 4px;
    border-radius: 13px 13px 0 0;
}
.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:none;
}

.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 15px;
}

.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 15px;
}
.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 14px;
    background: #15bccf;
    padding: 12px 10px;
    color: #Fff;
}
/*추가 옵션*/
.pr_option .choose{
	background:#fff;
	padding:4px 15px 0;
}
.pr_option .choose .in{
    border: 1px solid #ddd;
    /*padding: 14px 11px;*/
    background: #fafafa;
    border-radius: 3px;
	margin: 4px 0;
}
.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{
	background:#fff;
	padding:4px 15px 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
}
.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{
	background:#fff;
	padding:4px 15px 12px;
}
.pr_option .final_total .in{
	padding: 10px 11px;
	background:#eff4f3;
	border:1px solid #ddd;
	border-radius:4px;
}

.pr_option .final_total .t{
    font-weight: 600;
    font-size: 0.9em;	
    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: 18px;
    letter-spacing: -0.04em;
    vertical-align: -2px;
}
/*합산*/
.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: 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{
	background:#fff;
	padding:13px;
}
.delivery .content .tabcontent{
	padding:4px 8px;
}
.delivery .content .tabcontent .customer_name{
	display:block;
	font-family: 'noto-m';
    margin-bottom: 8px;
}
.delivery .row{
	margin-bottom:8px;
}
.delivery .detail_tit{
	width:26%;
	float:left;
	font-size: 14px;
    color: #5E636D;
    font-weight: normal;
    line-height: 37px;
}
.delivery .detail_right{
	width:74%;
	float:left;
}
.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{
    padding: 10px;
    background: #ffffff;
    margin-bottom: 12px;
    border-top: 1px solid #ddd;
}
.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;
}
/*주소*/
.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{
	background:#fff;
	padding:13px;
	border:1px solid #ddd
}
.pay .point .button{
	background: #ddd;
    border: 1px solid #aaa;
    margin: 0 2px;
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    color: #222;
}
.pay .point .content h4{
    color: #999;
    font-size: 0.96em;	
	margin-bottom:12px;
}
.pay .point .content .input_box_wrap{
	margin-bottom:4px;
	width:50%
}
.pay .point .content .input_box{
	width:82%;
}
.pay .point .content .input_box_wrap .won{
	display: block;
    font-size: 0.9em;
    line-height: 42px;
	width:15%;
	background:#f7f7f7;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	border:1px solid #eee;
	color:#999;
	text-align:center;
	height:44px;
}
.pay .point .content .button{
    border: 1px solid #cdcdcd;
    background: #f7f7f7;
    font-size: 13px;
    padding: 0 11px;
    color: #999;
    letter-spacing: -0.04em;
    margin: 0;
    width: 25%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    text-align: center;
    line-height: 42px;
    height: 44px;
}
.pay .point .content .tt_point{
	color:#0095d5;
}
/*주문결제-결제 예정 금액*/
.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:13px;
	border:1px solid #ddd
}
.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 .agree{
	margin-top:13px;
	background:#fff;
	border:1px solid #ddd
}
.pay .agree .check_common{
	padding:13px ;
	border-bottom:1px solid #ddd;
}
.pay .agree li{
	padding:13px;
	background:#fbfbfb
}
.pay .agree li.row{
	border-bottom:1px solid #eee;
}
.pay .agree li span{
	font-size:14px;
	color:#666
}

/*결제완료*/

.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.pay .delivery .tellinfo span.bar {
    float: left;
    display: block;
    width: 13px;
    text-align: center;
    line-height: 26px;
}
.complete.pay .delivery .detail_tit {
    width: 26%;
    float: left;
    font-size: 14px;
    color: #5E636D;
    font-weight: normal;
    line-height: 26px;
}
.complete.pay .product{
	border-right:0;
	border-left:0;
}
.complete.pay .money .content {
    border-right:0;
	border-left:0;
}
.complete.pay .pay_button_wrap span.button{
    background: #0abed3;
    color: #fff;
    border: 1px solid #10b5c8;
	dispaly:block;
}
.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;
}
/*상품 필터*/
.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: 11px;
	letter-spacing:-0.03em;
	font-family:noto-r;
	box-sizing:border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
    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;
}
/*신상품리스트*/
.new{
	padding-top: 59px;
}
.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: #fafafa;
    display: block;
    color: #6f7578;
    padding: 5px 0px;
    font-size: 15px;
}
.new .toptab li.on{
	border:1px solid #8791ac
}
.new .toptab li.on a{
    background: #ffffff;
    display: block;
    color: #1c2640;
    font-weight: 500;
}
.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:57px;
}
.brand .inner{
	background:#fff;
	margin:0 8px
}
.brand .pr_list2{
	margin-top:8px;
}
/*상품ㅅ리스트2*/
.pr_list2{
	padding:2px 0
}
.pr_list2 ul{
	padding:0 3px;
}
.pr_list2 li{
	width:50%;
	float:left;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding:4px 0 11px;/*11px 3px*/
	overflow:hidden;
}
.pr_list2 li .mv{
	width:100%;
	display:block;
	border:1px solid #f9f9f9;
	position:relative;
	height: 163px;
	overflow:hidden;
	margin-bottom: 8px;
}
.pr_list2 li .mv img{
width: 102%;
    display: block;
    min-height: 165px;
    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: 1.25em;
    font-size: 0.89em;
    letter-spacing: -0.06em;
    color: #111;
    overflow: hidden;
    white-space: nomal;
    height: 33px;
	font-family:'HelveticaNeue,AppleSDGothcNeo,sans-serif';
}
.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;
}




@media screen and (min-width:410px){
	.pr_list2 li .mv {
    height: 200px;
	}
	.pr_list2 li .mv img{
    min-height: 200px;
	}
}