/***my page css***/
.paging{
	text-align: center;
	margin-top: 20px;
}

.content {
	width:1050px;
	overflow:hidden;
	margin:0 auto;
	min-height:700px;
}
.local_nav {
	width:1050px;
	margin:0 auto;
	text-align:right;
	font-size:14px;
	color:#A9A9A9;
	line-height:35px;
}
.local_u_nav {
	width:100%;
	margin:0 auto;
	text-align:right;
	font-size:14px;
	color:#A9A9A9;
	line-height:35px;
}
.title {
    font-size: 36px;
    padding-bottom: 15px;
    text-align: center;
}
.tit_subtxt{
	font-size:14px;
	text-align:center;
	padding-bottom:30px;
}
.title_u {
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #ddd;
	overflow:hidden;
}
.title_u h1 {
	float:left;
	font-size:35px;
	margin-top:10px;
	margin-bottom:0;
}
.title_u p {
	float:left;
	margin-top:32px;
	margin-left:10px;
	color:#999;
	font-size:12px;
}

	
/*배송지 정보 */
.ship_tit {
	font-size:20px;
	margin-top:30px;
}
.o_shipping {
	width:100%;
	border-collapse:collapse;
	font-size:14px;
	margin-top:20px;
	border:1px solid #ddd;
}
.o_shipping tr {
	border-top:1px solid #ddd;
}
.o_shipping tr:first-child {
	border-top:none;
}
.s_tit {
	width:150px;
	height:40px;
	text-align:left;
	padding-left:10px;
	background:#F9F9F9;
	border-right:1px solid #ddd;
}
.s_cont {
	padding-left:20px;
}
#s_name,
#call1, 
#call2, 
#non_mem_hp1, 
#non_mem_hp2, 
#non_mem_hp3, 
#s_note {
	height:22px;
	margin:3px 0;
}
.sel_numb {
	height:27px;
}
#call1, 
#call2, 
#non_mem_hp1, 
#non_mem_hp2 {
	width:100px;
}
.note {
	font-size:13px;
	color:#666;
	margin:6px 0 5px 0;
	letter-spacing:-0.03em;
}
.note b {
	color:#333;
}

/*결제 정보*/
.o_point {
	width:1022px;
	line-height:45px;
	border:1px solid #ddd;
	margin-bottom:10px;
	overflow:hidden;
	font-size:14px;
}
.o_point p {
	float:left;
	margin:0 10px;
}
.o_point input {
	float:left;
	width:100px;
	margin-top:10px;
	margin-right:10px;
	height:20px;
}
.o_point button {
	float:left;
	width:50px;
	height:24px;
	line-height:24px;
	margin-top:10px;
	border:0;
	background:#555;
	color:#fff;
	cursor:pointer;
}
.o_point:after{
	content:'';
	display:block;
	clear:both;
}
.o_price1,
.o_price2 {
	width:1022px;
	overflow:hidden;
	border:1px solid #ddd;
	font-size:14px;
	margin-bottom:10px;
}
.price_p,.price_s,
.price_po,.price_a {
	float:left;
	border-right:1px dotted #bbb;
}
.o_price1 .price_p,
.o_price1 .price_s{
	width:339px;
}
.o_price1 .price_a {
	width:342px;
	border-right:0;
}
.o_price2 .price_p,
.o_price2 .price_s,
.o_price2 .price_po{
	width:254px;
}
.o_price2 .price_a {
	width:257px;
	border-right:0;
}
.price_tit {
	font-size: 14px;
	line-height: 60px;
	border-bottom: 1px solid #ddd;
	color: #454545;
	background:#f7f7f7;
}
.price_p3{
	background:#f7f5f8;
}
.price_tit2{
	width:482px;
	text-align:center;
	background:#f7f7f7;
}
.price_cont {
	line-height:120px;
	padding-left:10px;
	text-align: center;
}
.price_cont2{
	font-size:17px;
}
.price_cont3{
	font-size: 20px;
    font-weight: bold;
}
.o_pay {
	width:1022px;
	border:1px solid #ddd;
	overflow:hidden;
	font-size:14px;
	padding: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.o_pay p{
	float:left;
	line-height:40px;
}
.o_pay p.pay_tit {
	width:150px;
	padding-left:10px;
	font-weight:bold;
}
.o_pay label {
	vertical-align:3px;
	margin-right:10px;
}
.payco {
	display:inline-block;
	margin-left:10px;
}
.btn_area {
	width:1050px;
	overflow:hidden;
	margin-top:20px;
	text-align:center;
}
.btn_payment {
	border:0px;
	background:#2f55c0;
	color:#fff;
	width:150px;
	height:40px;
	font-weight:bold;
	cursor:pointer;
}
.btn_cancle {
	border:0px;
	background:#fff;
	color:#2f55c0;
	border:1px solid #2f55c0;
	width:150px;
	height:40px;
	font-weight:bold;
	cursor:pointer;
}
.c_price_plus,
.c_price_equals	{
	float:left;
	width:85px;
	box-sizing:border-box;    
	font-family: 'noto-r';
	font-weight: normal;
	font-size:25px;
	line-height:25px;
	text-align:center;
	color:#454545;
	margin-top:80px;
}


/**장바구니**/
.c_info {
	border-top:2px solid #333;
	border-bottom: 1px solid #ddd;
	width:100%;
	border-collapse:collapse;
	font-size:14px;
	margin-top:20px;
}
.c_info tr:nth-child(1) {
	height:60px;
}
.c_info tr {
	height:100px;
}
.c_info tr th{
	height:60px;
	text-align:center;
	border-bottom:1px solid #ddd;
	background:#f7f7f7;
	font-size: 15px;
    font-family: 'noto-m';
}
.p_basic {
	overflow:hidden;
}
.p_basic img {
	float:left;
}
.p_basic p {
	font-size:15px;
	float:left;
	margin-top:25px;
	padding-left: 16px;
	margin-top: 0;
}
.p_option {
	color:#a8a8a8;
	text-align:left;
	margin:5px 0;
}
.delete_wrap {
	margin-top:30px;
}
.delect_checkwrap{
	margin-right:10px;
	padding:12px 0;
}	
.delect_checkwrap input[type="checkbox"]{
	display:none;
}
.delect_checkwrap input[type="checkbox"] + label span{
	display:inline-block;
	width:16px;
	height:16px;
	font-size:13px !important;
	line-height:16px;
	vertical-align:middle;
	background:url(/images/icon/checkbox_stripimg.png)no-repeat left bottom;
	cursor:pointer;
	margin-right:20px;
	margin-left:20px;
}
.delect_checkwrap input[type="checkbox"]:checked + label span {
	background-position:right bottom;
}
.order_checkbox input[type="checkbox"]{
	display:none;
}
.order_checkbox input[type="checkbox"] + label span{
	display:inline-block;
	width:16px;
	height:16px;
	font-size:13px !important;
	line-height:16px;
	vertical-align:middle;
	background:url(/images/icon/checkbox_stripimg.png)no-repeat left bottom;
	cursor:pointer;
	margin-right:20px;
	margin-left:20px;
}
.order_checkbox input[type="checkbox"]:checked + label span {
	background-position:right bottom;
}
.btn_delete {
	padding:0 16px;
	height: 40px;
	border: 1px solid #444;
	background: #fff;
	color: #222;
	margin-right:10px;
	cursor:pointer;
	font-size:14px;
}
.c_price {
	margin-top: 82px;
	width:1050px;
	overflow:hidden;
	font-size:14px;
    font-weight: bold;
	margin-bottom:10px;
}
.price_p{
	border:1px solid #ddd;
	width:482px;
}
.c_price .price_s{
	/*margin-right:70px;*/
}
.c_price .price_a,
.c_price .price_s{
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz--box-sizing: border-box;
	width:190px;
	text-align:center;
	border:1px solid #ddd !important;
}
.c_price .price_a {
	width:204px;
	border-right:0;
}
.p_qty {
	width:80px;
	margin:0 auto;
}
.p_qty:after {
	content:"";
	display:block;
	clear:both;
}
.qty {
	float: left;
	width: 30px;
	height: 25px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	text-align: center;
}
.p_count {
	cursor: pointer;
}
.count_plus,
.count_minus {
	float:left;
	width:25px;
	height:25px;
	border:1px solid #ddd;
	background:#ddd;
	box-sizing:border-box;
	text-align:center;
	padding-top:5px;
	cursor: pointer;
}
.count_number {
	float:left;
}
.order_c {
	text-align:center;
}
.order_checkbox {
	text-align:left;
}
.go_order {
	width:100%;
	text-align:center;
}
.btn_go_order {
	padding:0 70px;
	line-height:50px;
	margin-top:40px;
	margin-bottom: 60px;
	color:#fff;
	background:#222;
	text-align:center;
	cursor:pointer;
	font-size:16px;
	display:inline-block;
}

/**주문 상세 내역**/
.order_tit {
	font-size:17px;
	line-height:29px;
	font-weight:bold;
	font-family: 'noto-r';
	padding-bottom:10px;
	margin:0;
}
.order_table1 {
	width:100%;
	border-top:2px solid #333;
}
.order_table1 tr {
	width:100%;
	padding:20px 0;
	box-sizing:border-box;
}
.order_table1 th {
	padding:20px 0;
	background:#f7f7f7;
	border-bottom:1px solid #ddd;
	font-size:15px;
}
.order_table1 td{
	padding:20px 0;
	border-bottom:1px solid #ddd;
	font-size:14px;
	font-weight:bold;
}
.product_info{
	text-align:left;
}
.product_info_img {
	float:left;
	width:100px;
	height:120px;
}
.product_info_img img {
	width:100%;
	height:100%;
}
.product_info p {
	float:left;
	width:450px;
	box-sizing:border-box;
}
.order_product_name {
	font-size:15px;
	line-height:24px;
	font-family:'noto-m';
	font-weight:normal;
	text-indent:-0.3px;
	padding-left:10px;
	margin-bottom:5px;
}
.order_ext {
	float: left;
    width: 450px;
    margin: 0;
    padding: 0;
    padding-left: 10px;
    box-sizing: border-box;
	font-size:13px;
	line-height:13px;
	color:#666;
}
.order_table2 {
	width:100%;
	border-top:2px solid #333;
	border-bottom:1px solid #ddd;
}
.order_table2 tr {
	width:100%;
	padding:20px 0;
	box-sizing:border-box;
}
.order_table2 th {
	padding:20px;
	background:none;
	font-size:14px;
	line-height:14px;
	color:#454545;
	background:#f7f7f7;
	border:none;
	text-align:left;
}
.order_table2 td {
	padding:20px 16px;
	font-size:13px;
	line-height:13px;
}
.order_th_top {
	vertical-align:top;
}
.order_ip1 {
	width:200px;
	height:30px;
	border:1px solid #ddd;
	box-sizing:border-box;
	padding:0 5px;
}
.address_ip {
	margin-bottom:5px;
}
.order_address_find {
	width:100px;
	height:30px;
	border:1px solid #ddd;
	background:#f7f7f7;
	box-sizing:border-box;
	color:#222;
	vertical-align: 0.5px;
	cursor:pointer;
	padding-left:0;
}
.order_tel_sl {
	width:80px;
	height:30px;
	border:1px solid #ddd;
	box-sizing:border-box;
	background:#ffffff;
}
.order_tel_ip {
	width:100px;
	height:30px;
	border:1px solid #ddd;
	box-sizing:border-box;
	background:#ffffff;
	vertical-align:2px;
	padding:0 5px;
}
.order_long_ip {
	width:800px;
	height:30px;
	border:1px solid #ddd;
	box-sizing:border-box;
	padding:0 5px;
}
input[type=radio]{
	appearance:auto;
	width:auto;
	height:auto;
	padding-left:0;
	margin-right:10px;
}
.address_radio label {
	margin-right:20px;
	font-size:13px;
}

/*결제금액*/
.order_point {
	float:left;
	width:780px;
	margin:0 auto;
	border-top:2px solid #d6000f;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	padding:20px;
}
.order_point2 {
	clear:both;
	float:left;
	width:780px;
	margin:0 auto;
	border-bottom:1px solid #ddd;
	box-sizing:border-box;
	padding:20px;
}
.order_pit_tt {
	font-size:16px;
	line-height:16px;
	margin-bottom:5px;
}
.order_pit_ip1 {
	float:left;
	width:60px;
	height:30px;
	border:1px solid #ddd;
	box-sizing:border-box;
	padding:0 5px;
}
.order_pit_ip_txt {
	float:left;
	font-size:14px;
	line-height:14px;
	color:#000;
	margin:7px 5px;
}
.order_point_use_btn {
	clear:both;
	width:50px;
	height:30px;
	border:none;
	background:#ddd;
	color:#333;
	box-sizing:border-box;
	cursor:pointer;
}
.point_number {
	margin-top:7px;
}

/*결제금액영역*/
.order_table {
	float:left;
	width:780px;
	border-top:2px solid #333;
	border-bottom:1px solid #ddd;
}
.order_table tr {
	width:100%;
}
.order_table th {
	padding: 20px;
    text-align: left;
    font-size: 14px;
    line-height: 14px;
    color: #454545;
}
.order_table td {
	padding:20px 0;
}

/*상품가격 오른쪽*/
#total_price_area{
	font-weight:bold;
}
.order_price {
	float:right;
	width:250px;
	padding:10px;
	border:2px solid #333;
	background:#f7f7f7;
	box-sizing:border-box;
	margin-bottom:40px;
}
.order_price1 {
	width:100%;
	border-bottom:1px solid #ddd;
	padding:5px 0;
	box-sizing:border-box;
}
.order_price2 {
	width:100%;
	padding:5px 0;
	box-sizing:border-box;
}
.price_li {
	margin:10px 0;
}
.price_li:after {
	content:"";
	display:block;
	clear:both;
}
.order_price1:after {
	content:"";
	display:block;
	clear:both;
}
.order_price_tt {
	float:left;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
.order_price_cont {
	float:right;
	font-size:14px;
	line-height:14px;
}


/*비회원 _ 상품가격*/
.non_order_price {
	width:250px;
	padding:10px;
	border:2px solid #d6000f;
	background:#f3f3f3;
	box-sizing:border-box;
	margin-bottom:40px;	
	margin-top: 10px;
}
.non_order_price1 {
	width:100%;
	border-bottom:1px solid #ddd;
	padding:5px 0;
	box-sizing:border-box;
}
.non_order_price2 {
	width:100%;
	padding:5px 0;
	box-sizing:border-box;
}
.non_price_li {
	margin:10px 0;
}
.non_price_li:after {
	content:"";
	display:block;
	clear:both;
}
.non_order_price1:after {
	content:"";
	display:block;
	clear:both;
}
.non_order_price_tt {
	float:left;
	font-size:14px;
	line-height:14px;
	font-weight:bold;
}
.non_order_price_cont {
	float:right;
	font-size:14px;
	line-height:14px;
}


/*결제수단*/
.order_pay {
    border-top: 2px solid #333;
	border-bottom:1px solid #ddd;
    padding: 20px 0;
    font-size: 13px;
    line-height: 26px;
}
.order_pay input {
	vertical-align:-3px;
	margin-right:5px;
	-webkit-appearance: radio;
}
.order_pay input[type='radio'] {
    display: none;    /* 실제 라디오버튼 없애기 */
}
.order_pay input[type='radio'] + label::before {    /* 가짜 라디오버튼 만들기 */
    content: ' '; 
    display: inline-block; 
    width: 16px; 
    height: 16px;
    vertical-align: middle;    /* img 아이콘 항상 세로정렬을 하기 위함 */ 
    margin: 0px 8px 0 0;
    background: url(/images/icon/checkbox_stripimg3.png)no-repeat left bottom;    /* 하위 브라우저용 img */
}
.order_pay input[type='radio']:checked + label::before {    /* 가짜 라디오버튼 체크했을 때 */
    background: url(/images/icon/checkbox_stripimg3.png)no-repeat left bottom;    /* 하위 브라우저용 img */
    background-position: -16px 0;
}
.order_pay label {
	margin-right:20px;
	font-size:13px;
}


/*결제버튼*/
.order_btn {
	margin-top:50px;
	text-align:center;
}
.order_btn_payment {
	width:200px;
	height:50px;
	border:none;
	background:#222;
	color:#fff;
	box-sizing:border-box;
	margin-right:10px;
	cursor:pointer;
	font-size: 16px;
}
.order_btn_cancle {
	width:200px;
	height:50px;
	border:1px solid #444;
	background:#fff;
	color:#222;
	box-sizing:border-box;
	cursor:pointer;
	font-size: 16px;
}


/**주문완료 페이지**/
.ann_cplt {
	text-align:center;
	margin-top:100px;
	margin-bottom:10px;
	font-size:20px;
	line-height:30px;
}
.ann_cplt span {
	color:#2a6f42;
}
.ann_s {
	text-align:center;
	font-size:14px;
	margin:50px;
}
.ann_s span {
	font-weight:600;
	text-decoration:underline;
}
.ann_btn {
	width:320px;
	margin:50px auto 0;
}
.ann_btn:after {
    content: '';
    display: block;
    clear: both;
}
.ann_btn li{
	float:left;
	width:150px;
	margin:5px;
	text-align:center;
}
.ann_btn li a {
	display: block;
	width: 150px;
	height: 50px;
	line-height: 50px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
}
.go_main {
	color:#fff!important;
	background:#d6000f;
}
.go_check {
	color:#d6000f;
	border:1px solid #d6000f;
}


/** mypage 공통 css영역 **/
/* left_snb영역*/
#snb {
	float:left;
	width:220px;
}
.tit_snb {
	font-size:22px;
	line-height:28px;
	font-weight: normal;
    font-family: 'noto-m';
    margin-bottom: 10px;
}
.inner_snb {
	width:220px;
	height:311px;
	border:1px solid #dcdbde;
}
.inner_snb li {
	width:220px;
	height:52px;
	border-bottom:1px solid #dcdbde;
	box-sizing:border-box;
}
.inner_snb li:nth-last-child(1) {
	border-bottom:none;
}
.inner_snb li a {
	display:block;
	overflow:hidden;
	padding:20px 0 19px 19px;
	background:#fff;
	position: relative;
	font-size:16px;
	line-height:12px;
	color:#6b6b6b;
}
.inner_snb li a::after {
	content: "›";
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 18px;
	color: #6b6b6b;
}
.on a {
	background:#fff !important;
	color:#333 !important;
	font-family: 'noto-b';
}
.on a::after {
	color: #333 !important;
}
.link_inauire {
	width:200px;
	height:60px;
	background:#dfdfe1;
	border-radius:0 100px 100px 0;
	margin-top:16px;
	padding:14px 0 14px 20px;
	box-sizing:border-box;
}
.emph {
	font-size:12px;
	line-height:14px;
	margin-bottom:8px;
	color:#d6000f;
}
.qna_go {
	font-size:12px;
	line-height:12px;
	color:#d6000f;
}

/* 페이지섹션 및 타이틀 */
.page_section {	
	float:left;
	width:895px;
	margin-bottom: 60px;
    margin-left: 68px;
}
.head_aticle {
	width:100%;
	padding:17px 0 22px;
}
.head_aticle .tit {
	font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    font-family: 'noto-m';
}
.tit span {
	font-size: 14px;
    line-height: 12px;
    font-weight: normal;
    margin-left: 10px;
    color: #9e9e9e;
    font-family: 'noto-r';
}

/** 마이페이지 css **/
.menu_box {
	border-top:2px solid #333;
	border-bottom:1px solid #ddd;
	background:#fff;
	box-sizing:border-box;
}
.menu_box:after {
	content:"";
	display:block;
	clear:both;
}
.menu_box div {
	float:left;
	width:33.33%;
	text-align: center;
	margin-top: 50px;
	margin-bottom:50px;
    border-right: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.menu_box div.go_user_dropout{
	border-right:0;
}
.menu_box h4 {
	width: 100%;
    font-size: 16px;
    line-height: 16px;
    color: #121212;
	margin-bottom:10px;
}
.menu_box p {
	width:100%;
	font-size:13px;
	line-height:13px;
	color:#999;
}
.menu_box a {
	display: inline-block;
    width: 130px;
    height: 40px;
    border: 1px solid #ddd;
    background: #f7f7f7;
    color: #454545;
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    font-family: 'noto-m';
    text-align: center;
    box-sizing: border-box;
    padding: 9px 0;
    margin: 20px 0 0;
}
.user_order .user_order_p,
.user_mypage_box .user_order_p {
	float: left;
    font-size: 17px;
    line-height: 20px;
    color: #808080;
    font-family: 'noto-r';
    margin-bottom: 10px;
}
.user_order .user_order_a {
	float:right;
	display:inline-block;
	width:70px;
	height:25px;
	background:#333;
	font-size:14px;
	line-height:14px;
	color:#ffffff;
	text-align:center;
	margin-top:-2px;
	padding:6px 0;
	box-sizing:border-box;
}

/** 회원정보관리 css **/
.user_info_radio input[type='radio'] {
	/* 실제 라디오버튼 없애기 */
    display: none;    
}
.user_info_radio input[type='radio'] + label::before {    
	/* 가짜 라디오버튼 만들기 */
    content: ' '; 
    display: inline-block; 
    width: 16px; 
    height: 16px;
	vertical-align: middle;/* img 아이콘 항상 세로정렬을 하기 위함 */ 
    margin: 0px 8px 0 0;
    background: url(/images/icon/checkbox_stripimg3.png)no-repeat left bottom;    /* 하위 브라우저용 img */
}
.user_info_radio input[type='radio']:checked + label::before {    /* 가짜 라디오버튼 체크했을 때 */
    background: url(/images/icon/checkbox_stripimg3.png)no-repeat left bottom;    /* 하위 브라우저용 img */
    background-position: -16px 0;
}
.user_info_radio label {
	margin-right:20px;
	font-size:13px;
}
.edit_table {
	width: 100%;
    border-top: 2px solid #042b12;
    border-bottom: 1px solid #042b12;
    padding: 0;
    margin: 0;
	margin-top:20px;
	margin-bottom:30px;
}
.edit_table tr {
	width:100%;
	height:55px;
	padding:5px 0;
	box-sizing:border-box;
}
.edit_table th{
	background:#f7f7f7;
	font-family: 'noto-m';
    font-weight: normal;
}
.edit_table th{
	width:200px;
}
.edit_table th,
.edit_table td {
	font-size: 14px;
    line-height: 18px;
    color: #121212;
    text-align: left;
	border-bottom: 1px solid #e8e8e8;
	padding:10px;
}
.edit_table .address, .edit_table .number input {
	width:30%;
	display:inline-block;
}
.mypage_inputbox {
	width: 200px;
    height: 33px;
    border: 1px solid #dddddd;
    background: #ffffff;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 13px;
    line-height: 13px;
}
.mypage_inputbox3 {
	width:80px;
	height:33px;
	border: 1px solid #dddddd;
    background: #ffffff;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 13px;
    line-height: 13px;
}
.mypage_selectbox3 {
	width:80px;
	height:33px;
	border: 1px solid #dddddd;
    background: #ffffff;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 13px;
    line-height: 13px;
	vertical-align: -1.5px;
}
.mypage_address {
	vertical-align: top;
    padding-top: 7px;
}
.mypage_address_input1 {
	width:200px;
	height:33px;
	border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 13px;
    line-height: 13px;
	margin:3px 0;
}
.mypage_address_button {
	width:150px;
	height:33px;
	border: 1px solid #ddd;
    background: #f7f7f7;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 14px;
    line-height: 13px;
	color:#222;
	margin:3px 0;
	vertical-align: 0.5px;
	cursor: pointer;
}
.mypage_address_input2 {
	width:500px;
	height:33px;
	border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    padding-left: 5px;
    font-size: 13px;
    line-height: 13px;
	margin:3px 0;
}
.btns_wrap {
	width:100%;
	text-align:right;
	margin-top:30px;
}
.btn_back2 {
	width:150px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #444;
	background:#fff;
	color:#222;
	font-size:15px;
	line-height:13px;
	cursor: pointer;
}
.btn_submit {
	width:150px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #444;
	background:#222;
	color:#fff;
	font-size:15px;
	line-height:13px;
	cursor: pointer;
}

/** 주문내역조회 css **/
.user_order,
.user_mypage_box {
	margin-top:60px;
	margin-bottom:60px;
	font-size:20px;
}
.user_order p{
	line-height:50px;
	position: relative;
}
.user_order p a{
	position: absolute;
	right:0;
	top:50%;
	transform:translateY(-50%);
}
.u_info {
	width:100%;
	border-top: 2px solid #333;
    border-bottom: 1px solid #ddd;
}
.u_info tr {
	height:60px;
	font-size:12px;
	color:#666;
}
.u_info th {
	background: #f7f7f7;
    border-bottom: 1px solid #e8e8e8;
    color: #333;
    font-size: 15px;
    font-family: 'noto-b';
    font-weight: normal;
}
.u_info td {
	border-bottom:1px solid #e8e8e8;
	text-align:center;
	font-size: 14px;
}
.u_info tr:nth-last-child(1) td {
	border-bottom:none;
}
.u_basic>img {
	width:70px;
	float:left;
}
.u_basic>p {
	width:350px;
	float:left;
	text-align:left;
	padding-left:10px;
	box-sizing:border-box;
}
button.btn_orderCancle.deli_chase { /* 배송정보*/
    border: 1px solid #d6000f;
    border-radius: 2px;
    background: none;
    padding: 2px 4px 1px;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1em;
    color: #d6000f;
	cursor: pointer;
}
button.btn_orderCancle.exchange_decision { /* 교환신청*/
    border: 1px solid #d6000f;
    border-radius: 2px;
    background: none;
    padding: 2px 4px 1px;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1em;
    color: #d6000f;
	cursor: pointer;
    margin-bottom: 3px;
}
button.btn_orderCancle.refund_decision { /* 환불신청*/
    border: none;
    border-radius: 2px;
    background: #d6000f;
    padding: 2px 4px 1px;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1em;
    color: #fff;
    cursor: pointer;
}
button.btn_orderCancle.purchase_cancel { /* 주문취소*/
    border: none;
    border-radius: 2px;
    background: #8f8f8f;
    padding: 2px 8px 1px;
    box-sizing: border-box;
    font-size: 1em;
    line-height: 1.7em;
    color: #fff;
    cursor: pointer;
}
.my_order_product_tb {
	width: 100%;
    border-top: 2px solid #d6000f;
}
.my_order_product_tb tr {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}
.my_order_product_tb th {
    padding: 20px 0;
    border-bottom: 2px solid #ddd;
}
.my_order_product_tb td {
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    font-weight: bold;
	text-align:center;
}
.my_order_table {
	width: 100%;
    border-top: 2px solid #d6000f;
    border-bottom: 1px solid #ddd;
}
.my_order_table tr {
    width: 100%;
    padding: 20px 0;
    box-sizing: border-box;
}
.my_order_table th {
    padding: 20px;
    background: none;
    font-size: 14px;
    line-height: 16px;
    color: #454545;
    border: none;
    text-align: left;
}
.my_order_table td {
	display:inline-block;
    font-size: 13px;
    line-height: 16px;
	width: 200px;
    min-height: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 7px 5px;
	margin:12px 0;
}


/** 적립금내역 css **/
.point_result {
	width:100%;
	border-top: 2px solid #444;
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 40px;
	box-sizing:border-box;
}
.point_result tr {
	width:100%;
	height:50px;
	box-sizing:border-box;
	font-size:14px;
}
.point_result th {
	width:100px;
	background:#f7f7f7;
	font-size: 15px;
    font-family: 'noto-b';
    font-weight: normal;
}
.point_result td {
	font-size:14px;
	line-height:14px;
	text-align:center;
}
.point_title {
	font-size: 20px;
    line-height: 24px;
    color: #333;
    font-weight: normal;
    font-family: 'noto-m';
}
.point_history {
	width:100%;
	border-top: 2px solid #042b12;
    border-bottom: 1px solid #042b12;
    margin: 20px 0 35px;
}
.point_history th {
	background: #f7f7f7;
    border-bottom: 1px solid #e8e8e8;
    color: #333;
    font-size: 15px;
    font-family: 'noto-b';
    font-weight: normal;
	height:50px;
}
.point_history td {
	height:60px;
	box-sizing:border-box;
	background:#ffffff;
	text-align:center;
	font-size:14px;
	border-bottom:1px solid #dfdfe1;
}
.point_history tr:nth-last-child(1) td {
	border-bottom:none;
}


/** 회원탈퇴 css **/
.leave {
	width:100%;
    border-top: 2px solid #222;
    margin-bottom: 40px;
	margin-top:20px;
}
.leave tr {
	width:100%;
	height:50px;
	box-sizing:border-box;
	border-bottom:1px solid #e8e8e8;
}
.leave th,
.leave td{
	font-size: 15px;
    line-height: 22px;
    color: #222;
    text-align: left;
	border-bottom:1px solid #e8e8e8;
	padding: 15px 0;
}
.mypage_textareabox {
	width: 685px;
    max-width: 685px;
    min-height: 72px;
    border: 1px solid #ddd;
    background: #fff;
    box-sizing: border-box;
    padding: 10px;
    font-size: 14px;
    line-height: 22px;
	resize:none;
}
.btn_wrap {
	width:100%;
	text-align:right;
}
.btn_l_cancle {
	width:150px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #444;
	background:#fff;
	color:#222;
	font-size:15px;
	cursor: pointer;
}
.btn_leave {
	width:150px;
	height:40px;
	box-sizing:border-box;
	border:1px solid #444;
	background:#222;
	color:#fff;
	font-size:15px;
	cursor: pointer;
}
.complete_box {
	width:100%;
	padding:30px 0;
	border:1px solid #ddd;
	background:#eee;
	box-sizing:border-box;
	text-align:center;
	margin-top:50px;
}
.account_tt {
	font-size:20px;
	line-height:20px;
	color:#454545;
	margin-bottom:10px;
}
.account_group {
	width:100%;
}
.account_group_info {
	font-size:16px;
	line-height:21px;
}