@charset "utf-8";

/* common */

p{
	line-height:1.7;
}

h1,h2,h3,h4{
	font-weight:400;
}

p,a,span{
	font-weight:300;
}

input[type="button"],
input[type="submit"] {
	color:#fff;
	font-weight:600;
	vertical-align:middle;
	border:1px solid #0069b8;
	border-radius:3px;
	cursor:pointer;
	background:#0069b8;
}

input[type="button"].cancel_btn{
	color:#333;
	margin-right:15px;
	border:1px solid #e1e1e1;
	background:#fafafa;
}

input[type="password"],
input[type="text"]{
	font-size:16px;
	padding:5px;
	border:1px solid #e1e1e1;
	border-radius:3px;
}

input[type="checkbox"]{
	cursor:pointer;
}

select{
	padding-right:30px;
	border: 1px solid #e1e1e1;
	background: url('/images/common/arrow.jpg') no-repeat 100% 50%;
	filter:alpha(opacity=0);
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand{ 
	display: none; 
}

select option{
	font-size:15px;
	text-overflow:hidden;
	overflow:hidden;
}

.sub_contents_wrap{
	padding-bottom:120px;
}

.product_best_wrap .cart_option_box ul li .product_pcs_plus_btn, 
.product_best_wrap .cart_option_box ul li .product_pcs_minus_btn, 
.product_list_wrap .cart_option_box ul li .product_pcs_plus_btn, 
.product_list_wrap .cart_option_box ul li .product_pcs_minus_btn{
	color:#333;
}

.product_best_wrap .cart_option_box ul li .select_product_del_btn, 
.product_list_wrap .cart_option_box ul li .select_product_del_btn{
	color:#333;
}

/* product_title_wrap */

.product_title_wrap{
	padding-top:115px;
}

.product_search_title_wrap span,
.product_title_wrap span{
	display:block;
	font-size:15px;
	text-align:right;
	margin-bottom:30px;
}

.product_search_title_wrap span i,
.product_title_wrap span i{
	font-size:12px;
}

.product_search_title_wrap span i,
.product_title_wrap span i,
.product_search_title_wrap span a,
.product_title_wrap span a{
	color:#444;
}

.product_title_wrap h2{
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.product_title_wrap p{
	text-align:right;
	margin-top:15px;
}

.product_title_wrap p i{
	font-size:9px;
}

/* product_search_title_wrap */

.product_search_title_wrap{
	padding-top:115px;
}

.product_search_title_wrap h2{
	padding-bottom:10px;
}

/* product_sort_wrap */

.product_sort_wrap p.mo_product_count{
	display:none;
}

.product_sort_wrap .product_sort_box{
	margin:25px 0px 30px;
	padding:10px 0px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

.product_sort_wrap ul{
	float:right;
}

.product_sort_wrap ul li{
	float:left;
	padding:0px 5px;
}

.product_sort_wrap ul li:first-child{
	padding-left:0px;
}

.product_sort_wrap ul li:hover a,
.product_sort_wrap ul li:focus a{
	font-weight:400;
}

.product_sort_wrap ul li a{
	color:#666;
}

.product_sort_wrap ul li.sort_on a{
	font-weight:400;
}

/* event_product_img_wrap */

.event_product_img_wrap{
	margin:30px 0px 15px; 
}


/* product_sub_catagory_wrap */

.product_sub_catagory_wrap .product_sub_catagory_box{
	margin:15px 0px 0px;
	padding:15px 0px 10px;
	border-top:2px solid #888;
	border-bottom:1px solid #e1e1e1;
}

.product_sub_catagory_wrap ul{
	height:30px;
}

.product_sub_catagory_wrap ul li{
	float:left;
}

.product_sub_catagory_wrap ul li.catagory_on a{
	border-radius:30px;
	background:#0069b8;
}

.product_sub_catagory_wrap ul li a{
	color:#3f3f3f;
	font-size:5px 10px;
	padding:5px 20px;
}

.product_sub_catagory_wrap ul li.catagory_on a{
	color:#fff;
	font-weight:400;
}

.product_sub_catagory_wrap label{
	cursor:pointer;	
}

.product_best_wrap .product_best_title_box h2{
	text-align:center;
}

/* search_table_num_wrap */

.search_table_num_box{
	clear:both;
	display:block;
	margin:60px 0px 0px;
}

.search_table_num_box:before{
	clear:both;
}

.search_table_num_box ul{
	width:420px; height:40px;
	line-height:40px;
	margin:0px auto;
}

.search_table_num_box ul li{
	float:left;
	width:70px; height:40px;
	text-align:center;
	line-height:40px;
	border-radius:0px;
	border:1px solid #e1e1e1;
}

.search_table_num_box ul li a:hover,
.search_table_num_box ul li a:focus{
	color:#333;
	background:none;
}

.search_table_num_box ul li.on{
	border:1px solid #0069b8;
	background:#0069b8;
}

.search_table_num_box ul li a{
	display:block;
}

.search_table_num_box ul li.on a{
	color:#fff;
}

/* product_view_wrap */

.product_view_wrap{
	padding-top:15px;
}

.product_view_thumbnail_slider li > img{
	width:100%;
}

.product_view_thumbnail_box .lSAction > .lSPrev{
	left:15px;
}

.product_view_thumbnail_box .lSAction > .lSNext{
	right:15px;
}

/* product_view_info_box */

.product_view_info_box h2,
.product_view_info_box p,
.product_view_info_box table{
	line-height:2;
}

.product_view_info_box p{
	color:#666;
}

.product_view_info_box hr{
	margin:15px 0px;
	border:none;
	border-top:1px solid #e1e1e1;
}

.product_view_info_box table{
	width:100%;
}

.product_view_info_box table tr th{
	width:20%;
	color:#444;
	font-weight:300;
}

.product_view_info_box table tr td{
	width:80%;
	font-size:16px;
}

.product_view_info_box table tr td select{
	width:100%; height:40px;
	font-size:16px;
	padding:0px 5px;
	margin-bottom:5px;
	border:1px solid #e1e1e1;
}

.product_view_info_box .product_view_buy_select_list_box input[type="text"]{
	width:25px; height:25px;
	text-align:center;
	border:none;
}

.product_view_info_box .product_view_buy_select_list_box a.plus_price,
.product_view_info_box .product_view_buy_select_list_box a.min_price{
	display:inline-block;
	width:25px; height:25px;
	text-align:center;
	line-height:22px;
	vertical-align:middle;
	border:1px solid #ccc;
}

.product_view_info_box .product_view_buy_select_list_box button{
	font-size:16px;
	padding:3px 2px 1px;
	border:1px solid #333;
	border:1px solid #ccc;
	cursor:pointer;
	background:none;
}

.product_view_info_box .product_view_buy_select_list_box span.add_price{
	font-size:13px;
}

.product_view_info_box .product_view_buy_select_list_box .buy_select_list{
	padding-bottom:25px;
	border-bottom:1px solid #e1e1e1;
}

.product_view_info_box .product_view_buy_select_list_box .buy_select_list:not(:first-child){
	padding-top:20px;
}


.product_view_info_box .product_view_buy_select_list_box .buy_select_list > div{
	padding:0px;
}

.product_view_info_box .product_view_buy_select_list_box .buy_select_list .select_price_box{
	text-align:right;
	margin-top:5px;
}

.product_view_info_box .product_view_buy_select_list_box .buy_select_list p{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.product_view_info_box .product_total_price_box h1{
	font-weight:500;
	text-align:right;
	margin-top:30px;
}

.product_view_info_box .product_total_price_box h1 span{
	font-size:18px;
}

/* product_cart_buy_btn_box */

.product_cart_buy_btn_box ul{
	width:100%; height:60px;
	margin-top:30px;
}

.product_cart_buy_btn_box ul li{
	float:left;
	height:60px;
	line-height:60px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	border-left:1px solid #e1e1e1;
}

.product_cart_buy_btn_box ul li{
	width:10%;
	border:1px solid #0069b8;
	border-right:none;
}

.product_cart_buy_btn_box ul li i{
	color:#0069b8;
	font-size:20px;
	font-weight:500;
}

.product_cart_buy_btn_box ul li:last-child{
	width:80%;
	background:#0069b8;
}

.product_cart_buy_btn_box ul li a{
	display:block;
	text-align:center;
}

.product_cart_buy_btn_box ul li a.wish_check i{
	color:#f00;
}

.product_cart_buy_btn_box ul li:last-child a{
	color:#fff;
}

.cart_in_msg_box{
	position:fixed; top:50%; left:50%;
	display:none;
	width:300px;
	text-align:center;
	padding:15px;
	border:1px solid #e1e1e1;
	transform:translate(-50%, -50%);
	background:#fff;
}

.cart_in_msg_box h4{
	text-align:left;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.cart_in_msg_box h4 > a{
	float:right;
}

.cart_in_msg_box h3{
	margin-top:15px;
}

.cart_in_msg_box p{
	color:#666;
}

.cart_in_msg_box input{
	margin:15px 5px 0px 5px;
	padding:10px 15px;
}

.cart_in_msg_box input + input{
	color:#333;
	border:1px solid #e1e1e1;
	background:#fafafa;
}

/* product_view_tab_menu_box */

.product_view_tab_menu_box{
	height:47px;
	margin:60px 0px;
	border-bottom:1px solid #e1e1e1;
}

.product_view_tab_menu_box ul li{
	float:left;
	padding:10px 15px;
	border:1px solid #e1e1e1;
	border-left:none;
	border-bottom:none;
	background:#fafafa;
}

.product_view_tab_menu_box ul li:first-child{
	margin-left:0px;
}

.product_view_tab_menu_box ul li:first-child{
	border-left:1px solid #e1e1e1;
}

.product_view_tab_menu_box ul li.on{
	border-bottom:2px solid #fff;
	background:#fff;
}

.product_view_tab_menu_box ul li a{
	display:block;
	text-overflow:hidden;
	white-space:nowrap;
	overflow:hidden;
}

.product_view_detail_box{
	padding:15px;
}

.product_view_detail_box img{
	display:block;
	margin:0px auto;
}

/* product_review_box */
 
.product_review_box{
	width:100%;
	margin-bottom:60px;
}

.product_review_box .product_review_search_box{
	float:right;
	padding-bottom:30px;
}

.product_review_box .product_review_search_box input[type="button"]{
	padding:5px 10px;
}

.product_review_box hr{
	clear:both;
	border:none;
	border-top:1px solid #e1e1e1;
}

.product_review_box .review_list{
	clear:both;
}

.product_review_box p i{
	font-size:16px;
	background:#ff0;
}

.product_review_box p{
	text-align:justify;
}

.product_review_box select{
	width:100px;
	padding:5px;
	border:1px solid #ccc;
}

.product_review_box .review_list{
	padding:30px 0px;
	border-bottom:1px solid #e1e1e1;
}

.product_review_box .review_list .review_img{
	padding-top:15px;
}

.product_review_box .review_list p.review_text{
	margin-top:15px;
}

.product_review_box img{
	float:left;
	width:100px; height:100px;
}

.product_review_box p.review_text{
	clear:both;
}

.product_review_box .review_modify_btn_box{
	text-align:right;
}

.product_review_box .review_modify_btn_box a.review_modify_btn{
	display:inline-block;
	margin-top:30px;
	padding:5px 10px;
	border:1px solid #e1e1e1;
	border-radius:3px;
}

.product_review_box .review_add_btn_box{
	text-align:right;
}

.product_review_box .review_add_btn_box > a{
	display:inline-block;
	color:#fff;
	font-weight:500;
	padding:5px 10px;
	margin-top:30px;
	border:1px solid #0069b8;
	border-radius:3px;
	background:#0069b8;
}

/* product_qna_box */

.product_qna_box table{
	width:100%;
}

.product_qna_box dl{
	border-top:1px solid #e1e1e1;
}

.product_qna_box dl dt{
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.product_qna_box dl dt > a{
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
	padding-top:15px;
}

.product_qna_box dl dt p{
	text-align:right;
}

.product_qna_box dl dt p span{
	margin-right:15px;
}

.product_qna_box dl dt p span + span{
	color:#666;
}

.product_qna_box dl dt p a{
	margin-right:15px;
	padding:2px 5px;
	border:1px solid #e1e1e1;
}

.product_qna_box dl dd{
	display:none;
	padding:15px;
	text-align:justify;
	border-bottom:1px solid #e1e1e1;
	background:#fafafa;
}

.product_qna_box dl dd h4{
	font-weight:300;	
	line-height:1.7;
	margin-top:30px;
}

.product_qna_box .product_qna_search_box{
	text-align:right;
	margin-bottom:30px;
}

.product_qna_box .product_qna_search_box select{
	width:100px;
	margin-left:15px;
	padding:5px;
	border:1px solid #ccc;
}

.product_qna_box .product_qna_add_btn_box{
	text-align:right;
	margin:30px 0px;
}

.product_qna_box .product_qna_add_btn_box a{
	color:#fff;
	font-weight:400;
	padding:5px 10px;
	border:1px solid #0069b8;
	border-radius:3px;
	background:#0069b8;
}

.product_qna_box .product_qna_modify_btn_box{
	text-align:right;
	margin-top:60px;
}

.product_qna_box .product_qna_modify_btn_box a{
	display:inline-block;
	color:#333;
	font-weight:400;
	padding:5px 10px;
	margin-left:5px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	background:#fff;
}

.product_qna_box .search_table_num_box{
	margin-bottom:120px;
}

/* product_qna_modify_input_box product_qna_add_input_box */

.product_qna_modify_input_box,
.product_qna_add_input_box{
	display:none;
	position:absolute; top:50%; left:50%;
	width:550px;
	border-radius:5px 5px 0px 0px;
	transform:translate(-50%, -65%);
	z-index:3100;
}

.product_qna_modify_input_box h3,
.product_qna_add_input_box h3{
	height:50px;
	color:#fff;
	line-height:50px;
	padding:0px 15px;
	border-radius:5px 5px 0px 0px;
	background:#005493;
}

.product_qna_modify_input_box h3 > a,
.product_qna_add_input_box h3 > a{
	color:#fff;
	float:right;
	font-weight:bold;
}

.product_qna_modify_input_box .qna_input_box,
.product_qna_add_input_box .qna_input_box{
	padding:15px;
	background:#fff;
}

.product_qna_modify_input_box table,
.product_qna_add_input_box table{
	width:100%;
	background:#fff;
}

.product_qna_modify_input_box table tr th,
.product_qna_add_input_box table tr th{
	width:20%;
	text-align:center;
	vertical-align:middle;
	padding:10px 15px;
	border:1px solid #e1e1e1;
}

.product_qna_modify_input_box table tr td,
.product_qna_add_input_box table tr td{
	width:80%;
	vertical-align:middle;
	padding:10px 15px;
	border:1px solid #e1e1e1;
}

.product_qna_modify_input_box table tr td select,
.product_qna_add_input_box table tr td select{
	font-size:16px;
	padding:5px;
}

.product_qna_modify_input_box table tr td textarea,
.product_qna_add_input_box table tr td textarea{
	width:100%; height:200px;
	font-size:16px;
	padding:5px;
	border:1px solid #e1e1e1;
	overflow-y:scroll;
}

.product_qna_modify_input_box .qna_input_btn_box,
.product_qna_add_input_box .qna_input_btn_box{
	text-align:center;
	margin:15px 0px 0px;
}

.product_qna_modify_input_box .qna_input_btn_box input[type="button"],
.product_qna_add_input_box .qna_input_btn_box input[type="button"]{
	margin:0px 7.5px;
	padding:10px 15px;
}

.product_qna_modify_input_box .qna_input_btn_box .cancel_btn,
.product_qna_add_input_box .qna_input_btn_box .cancel_btn{
	color:#333;
	border:1px solid #e1e1e1;
	background:#fff;
}

.product_qna_add_input_bk_box{
	display:none;
    position: fixed; top: 0px; left: 0px;
    width: 100%; height: 100%;
    z-index: 3000;
    overflow: hidden;
    background:url(/images/common/bk50.png) repeat;
}

/* product_buy_info_wrap */

.product_buy_info_wrap h3,
.product_buy_info_wrap h3{
	margin-top:20px;
}

.product_get_user_info_box h3 > a{
	color:#000;
	font-size:14px;
	margin-left:10px;
	padding:5px 10px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	background:none;
}

.product_get_user_address_edit_box,
.product_get_user_address_add_box,
.product_get_user_address_modify_box{
	position: fixed;
    top: 50%;
    left: 50%;
	display:none;
    width: 500px;
	padding:0px;
    border-radius:5px;
    transform: translate(-50%, -50%);
    z-index: 2100;
	background:#fefefe;
}

.address_modify_bk_box{
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 2099;
    background: url(/images/common/bk20.png) repeat;
}

.product_get_user_address_edit_box,
.product_get_user_address_add_box{
	width:500px;
	border-left:1px solid #e1e1e1;
}

.product_get_user_address_edit_box h3,
.product_get_user_address_add_box h3,
.product_get_user_address_modify_box h3{
	color:#fff;
	margin:0px;
	padding:15px;
	border-radius:5px 5px 0px 0px;
	background:#102d4a;
}

.product_get_user_address_edit_box h3 > span,
.product_get_user_address_add_box h3 > span,
.product_get_user_address_modify_box h3 > span{
	float:right;
	cursor:pointer;
}

.product_get_user_address_edit_box .address_add_input_box,
.product_get_user_address_add_box .address_add_input_box{
	padding:15px;
}

.product_get_user_address_edit_box .address_add_input_box p,
.product_get_user_address_add_box .address_add_input_box p{
	margin-top:15px;
}

.product_get_user_address_edit_box .address_add_input_box p:first-child,
.product_get_user_address_add_box .address_add_input_box p:first-child{
	margin-top:0px;
}

.product_get_user_address_edit_box .address_add_input_box input[type="text"],
.product_get_user_address_add_box .address_add_input_box input[type="text"]{
	width:100%;
	margin-top:5px;
}

.product_get_user_address_edit_box .address_add_input_box input[type="text"].detail_address,
.product_get_user_address_add_box .address_add_input_box input[type="text"].detail_address{
	width:200px;
}

.product_get_user_address_edit_box input[type="button"],
.product_get_user_address_add_box input[type="button"]{
	padding:5px 10px;
}

.product_get_user_address_edit_box input[type="button"].address_list_edit_btn,
.product_get_user_address_add_box input[type="button"].address_list_add_btn{
	width:100%;
	font-size:16px;
	margin-top:15px;
	padding:10px 5px;
}

.product_get_user_address_modify_box .user_address_list_box{
	height:400px;
	padding:0px 15px;
	overflow-y:scroll;
	border:1px solid #e1e1e1;
}

.product_get_user_address_modify_box ul li{
	margin:15px 0px;
	padding:15px;
	border:1px solid #e1e1e1;	
}

.product_get_user_address_modify_box ul li a{
	display:inline-block;
	color:#fff;
	margin-top:15px;
	padding:5px 10px;
	border-radius:3px;
	background:#0069b8;
}

.product_get_user_address_modify_box ul li a.address_del_btn{
	color:#333;
	border:1px solid #e1e1e1;
	background:none;
}

.product_get_user_address_modify_box ul li a.defult_address_btn{
	color:#333;
	padding:0px 0px 5px 0px;
	border-bottom:1px dotted #666;
	border-radius:0px;
	background:none;
}

.product_get_user_address_modify_box ul li a.address_choice_btn{
	float:right;
}

.product_get_user_address_modify_box a.address_add_btn{
	display:block;
	text-align:center;
	padding-bottom:15px;
}

.product_buy_info_wrap table{
	width:100%;
	margin-top:15px;
}

.product_buy_info_wrap table tr td,
.product_buy_info_wrap table tr th{
	font-size:16px;
	font-weight:300;
	vertical-align:middle;
	padding:5px 10px;
	border:1px solid #e1e1e1;
}

.product_buy_info_wrap table tr th{
	width:20%;
	text-align:center;
	background:#fafafa;
}

.product_buy_info_wrap table tr td input[type="button"]{
	margin-left:5px;
	padding:5px 10px;
}

.product_buy_info_wrap table tr td input[type="text"]{
	width:150px;
}

.product_buy_info_wrap table tr td select{
	width:150px; height:30px;
	padding-left:5px;
}

.product_buy_info_wrap .card_payment_box span,
.product_buy_info_wrap .card_payment_box select{
	margin:5px 0px;
}

.product_buy_info_wrap .product_payment_info_box table tr td input[type="text"]{
	text-align:right;
}

.product_buy_info_wrap .product_payment_info_box table tr td .live_transfer_payment_box,
.product_buy_info_wrap .product_payment_info_box table tr td .offline_transfer_payment_box{
	display:none;
}

.product_buy_info_wrap .product_payment_btn_box{
	text-align:center;
	margin:30px 0px 0px;
}

.product_buy_info_wrap .product_payment_btn_box input{
	margin:30px 7.5px 0px 7.5px;
	padding:10px 20px;
}

.product_buy_info_wrap .product_payment_btn_box input.cancel_btn{
	color:#333;
	border:1px solid #e1e1e1;
	background:#f3f3f3;
}

/* product_buy_finish_wrap */

.product_buy_finish_wrap .product_buy_finish_box p,
.product_buy_finish_wrap .product_buy_finish_box h1{
	margin-top:15px;
	text-align:center;
}
 
.product_buy_finish_wrap .product_buy_finish_box h1{
	font-size:28px;
	line-height:1.7;
	margin-top:60px;
}

.product_buy_finish_wrap .product_buy_finish_box h1 > span{
	color:#005493;
	font-weight:500;
}


.product_buy_finish_wrap .product_buy_info_finish_box h2{
	margin-top:60px;
}

.product_buy_finish_wrap .product_buy_info_finish_box table{
	width:100%; min-height:300px;
	margin-top:15px;
	border:1px solid #e1e1e1;
	background:#fafafa;
}

.product_buy_finish_wrap .product_buy_info_finish_box table tr th{
	width:30%;
	color:#444;
	padding:15px 0px 0px 15px;
}

.product_buy_finish_wrap .product_buy_info_finish_box table tr td{
	width:70%;
	padding:15px 15px 0px 0px;
}

.product_buy_finish_wrap .product_buy_info_finish_box table tr th p{
	text-align:left;
}

.product_buy_finish_wrap .product_buy_info_finish_box table tr td p{
	text-align:right;
}

.product_buy_finish_wrap .product_buy_finish_btn_box{
	text-align:center;
	margin-top:30px;
	padding:30px 0px 0px;
	border-top:1px solid #e1e1e1;
}

.product_buy_finish_wrap .product_buy_finish_btn_box input{
	padding:10px 20px;
}

/* basket_product_wrap */

.basket_product_wrap .basket_product_list_box{
	border:1px solid #e1e1e1;
	margin-top:30px;
}

.basket_product_wrap .basket_product_list_box input[type="text"]{
	width:28px; height:28px;
	text-align:center;
}

.basket_product_wrap .basket_product_list_box .basket_product_img_box{
	position:relative;
	padding-top:100%;
	overflow:hidden;
}

.basket_product_wrap .basket_product_list_box .basket_product_img_box img{
	position:absolute;
	top:0px; left:0px; right:0px; bottom:0px;
	width:100%; height:auto;
}

.basket_product_wrap .basket_product_list_box h3{
	margin-top:9px;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.basket_product_wrap .basket_product_list_box h3 + p{
	text-align:left;
	margin-top:6px;
}

.basket_product_wrap .basket_product_list_box p{
	color:#666;
	text-align:right;
}

.basket_product_wrap .basket_product_list_box input.basket_option_modify_btn{
	color:#333;
	border:1px solid #e1e1e1;
	padding:0px;
	background:none;
}

.basket_product_wrap .basket_product_list_box input[type="button"]{
	vertical-align:top;
	padding:5px 10px;
}

.basket_product_wrap .basket_product_list_box input[type="button"]:first-child{
	color:#333;
	margin-right:5px;
	border-color:#e1e1e1;
	background:#f3f3f3;
}

.basket_product_wrap .basket_product_list_box input[type="button"].basket_option_modify_btn,
.basket_product_wrap .basket_product_list_box input[type="button"].basket_pcs_btn{
	padding:4px 10px;
}

.basket_product_wrap .basket_product_list_box h2{
	font-weight:500;
	text-align:right;
	margin-top:7px;
}

.basket_product_wrap .basket_product_list_box .basket_option_box{
	height:55px;
}

.basket_product_wrap .basket_product_list_box .basket_option_box p{
	text-align:left;
}

.basket_product_wrap .basket_product_list_box .basket_modify_box{
	vertical-align:middle;
	margin:20px 0px 13px 0px;
}

.basket_product_wrap .basket_product_list_box .basket_btn_box{
	display:block;
	text-align:right;
	margin:15px 0px 15px;
}

.basket_product_wrap .basket_product_list_box .basket_product_text_box{
	padding:5px 15px 15px;
}

.basket_product_wrap .basket_product_list_box .basket_product_text_box h2,
.basket_product_wrap .basket_product_list_box .basket_product_text_box h3,
.basket_product_wrap .basket_product_list_box .basket_product_text_box p{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.basket_product_wrap .basket_product_list_box .basket_product_text_box p > input[type="checkbox"]{
	width:15px; height:15px;
	text-align:right;
	border:1px solid #e1e1e1;
}

.basket_product_wrap .basket_product_list_box .basket_product_text_box span a{
	border-bottom:1px dotted #333;
}

.basket_product_wrap .basket_product_price_box{
	text-align:right;
	margin-top:30px;
	padding:30px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#fafafa;
}

.basket_product_wrap .basket_product_select_btn_box{
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #e1e1e1;
}

.basket_product_wrap .basket_product_select_btn_box input{
	float:right;
	margin-left:15px;
	padding:10px 15px;
}

.basket_product_wrap .basket_product_select_btn_box input + input{
	color:#333;
	border:1px solid #e1e1e1;
	background:#f3f3f3;
}

.basket_product_wrap .basket_product_btn_box{
	text-align:center;
	margin:60px 120px 0px;
}

.basket_product_wrap .basket_product_btn_box input{
	color:#333;
	margin:0px 7.5px;
	padding:10px 15px;
	border:1px solid #e1e1e1;
	background:#f3f3f3;
}

.basket_product_wrap .basket_product_btn_box input + input{
	color:#fff;
	border:1px solid #0069b8;
	background:#0069b8;
}

/* basket_option_modify_box */

.basket_option_modify_box{
    position:fixed; top:50%; left:50%;
	display:none;
    width:280px;
    transform:translate(-50%, -50%);
    overflow:hidden;
    z-index:2100;
    border-radius: 5px;
    background:#fff;
}

.basket_option_modify_box .cart_option_list_box{
	padding:15px;
}

.basket_option_modify_box > h3{
	color:#fff;
	padding:10px;
	background:#0069b8;
}

.basket_option_modify_box > h3 span{
	float:right;
	cursor:pointer;
}

.basket_option_modify_box select{
    width:100%;
    font-size:15px;
    padding:5px;
    margin-top:5px;
}

.basket_option_modify_box p{
	margin-top:15px;
}

.basket_option_modify_box p:first-child{
	margin-top:0px;
}

.basket_option_modify_box .cart_option_list_btn_box{
	text-align:center;
}

.basket_option_modify_box .cart_option_list_btn_box input{
	margin:30px 7.5px 20px;
	padding:10px 15px;
}

.basket_option_modify_box .cart_option_list_btn_box input.basket_option_modify_cancel_btn{
	color:#333;
	border:1px solid #e1e1e1;
	cursor:pointer;
	background:#f3f3f3;
}

.basket_option_bk_box{
    position: fixed; top: 0px; left: 0px;
	display:none;
    width: 100%;
    height: 100%;
    z-index: 2099;
    background: url(/images/common/bk20.png) repeat;
}

/* wishlist_btn_box */

.wishlist_btn_box{
	padding-top:30px;
	border-top:1px solid #e1e1e1;
}

.wishlist_btn_box input{
	color:#333;
	padding:10px;
	border:1px solid #e1e1e1;
	background:#f3f3f3;
}

.wishlist_btn_box input:last-child{
	float:right;
	color:#fff;
	border:1px solid #0069b8;
	background:#0069b8;
}

/* sub_login_wrap */

.sub_pw_search_finish_box,
.sub_pw_search_box,
.sub_id_search_finish_box,
.sub_id_search_box,
.sub_id_search_box,
.sub_login_box{
	width:280px;
	margin:30px auto 0px;
}

.sub_login_box p:first-child{
	margin-top:0px;
}

.sub_login_wrap span{
	color:#333;
	font-weight:300;
}

.sub_pw_search_finish_box p,
.sub_id_search_finish_box p,
.sub_pw_search_box p,
.sub_id_search_box p,
.sub_login_box p{
	width:280px;
	color:#333;
	font-size:16px;
	font-weight:300;
	line-height:1.5;
	margin:0px auto 0px;
}

.sub_pw_search_finish_box p.second_text,
.sub_id_search_finish_box p.second_text,
.sub_pw_search_box p.second_text,
.sub_id_search_box p.second_text,
.sub_login_box p.second_text{
	margin-top:20px;
}

.sub_id_search_finish_box p{
	font-size:16px;
	padding-bottom:10px;
}

.sub_pw_search_finish_box h3,
.sub_id_search_finish_box h3{
	height:60px;
	text-align:center;
	line-height:60px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

.sub_pw_search_finish_box h3{
	margin-top:20px;
}

.sub_pw_search_box input[type="text"],
.sub_id_search_box input[type="text"],
.sub_login_box input[type="text"],
.sub_login_box input[type="password"]{
	display:block;
	width:280px;
	font-size:16px;
	margin:5px auto 0px;
	padding:5px 8px;
	border-top:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #e8e8e8;
	border-left:1px solid #e8e8e8;
	border-radius:5px;
}

.sub_login_box input[type="checkbox"]{
	margin:10px 5px 0px 5px;
}

.sub_pw_search_finish_box input[type="button"],
.sub_pw_search_box input[type="button"],
.sub_id_search_finish_box input[type="button"],
.sub_id_search_box input[type="button"],
.sub_login_box input[type="button"]{
	display:block;
	width:280px; height:40px;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin:20px auto 0px;
	border:none;
	border-radius:3px;
	cursor:pointer;
	background:#0069b8;
}

.sub_login_box ul{
	float:right;
	margin-top:5px;
	padding:0px;
}

.sub_login_box ul li{
	float:left;
	color:#333;
	margin-left:5px;
}

.sub_login_box ul li a{
	color:#333;
	font-size:15px;
	font-weight:300;
}

.sub_login_box ul li:first-child{
	margin-left:0px;
}

.sub_login_box ul li:first-child a{
	padding-right:5px;
}

/* sub_register_select_wrap */

.sub_register_select_wrap .sub_register_select_box{
	text-align:center;
	margin:60px 0px 120px;
	border:1px solid #e1e1e1;
	border-radius:5px;
}

.sub_register_select_wrap .sub_register_select_box i{
	color:#0069b8;
	font-size:32px;
	margin-bottom:15px;
}

.sub_register_select_wrap .sub_register_select_box a{
	display:block;
	font-size:24px;
	padding:60px 0px;
}

.sub_register_select_wrap .sub_register_select_box:hover,
.sub_register_select_wrap .sub_register_select_box:focus{
	border:1px solid #0069b8;
	background:#0069b8;
}

.sub_register_select_wrap .sub_register_select_box:hover i,
.sub_register_select_wrap .sub_register_select_box:focus i,
.sub_register_select_wrap .sub_register_select_box:hover a,
.sub_register_select_wrap .sub_register_select_box:focus a{
	color:#fff;
}

/* sub_register_user_wrap */

.sub_register_user_wrap h3{
	padding:30px 0px 15px;
}

.sub_register_box .sub_register_doc_title{
	margin-top:30px;
}

.sub_register_user_wrap .access_text_box,
.sub_register_user_wrap .consent_text_box{
	width:100%; height:200px;
	margin-bottom:10px;
	padding:15px; 
	border:1px solid #e1e1e1;
	overflow-y:scroll;
}

.sub_register_user_wrap h3.promise_check{
	text-align:center;
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid #e1e1e1;
}

.sub_register_user_wrap .register_btn_box{
	display:block;
	text-align:center;
}

.sub_register_user_wrap .register_btn_box input{
	padding:10px;
	margin:15px 7.5px 0px;
}

.sub_register_user_wrap .register_btn_box input:first-child{
	color:#333;
	border:1px solid #e1e1e1;
	background:#f3f3f3;
}

.sub_register_input_box > h2{
	color:#fff;
	margin-bottom:30px;
	padding:10px 15px;
	border-radius:5px;
	background:#589bda;
}

.sub_register_input_box > h2 > sup{
	float:right;
	font-size:16px;
	margin-top:15px;
}

.sub_register_input_box .sub_register_input_list{
	display:table;
	width:100%;
	padding:5px 0px 0px;
}

.essential_article > sup{
	font-size:8px;
}

.essential_article > sup > i, 
.sub_register_input_box i{
	color:#237abe;
	font-size:8px;
}

/* sub_register_user_input_wrap */

.sub_register_user_input_wrap h2 i{
	color:#fff;
}

.sub_register_user_input_wrap .sub_register_input_list h3{
	font-size:18px;
	font-weight:400;
	padding-bottom:10px;
	border-bottom:1px solid #e1e1e1;
}

.sub_register_user_input_wrap .sub_register_input_list i{
	font-size:8px;
	vertical-align:top;
}

.sub_register_user_input_wrap input[type="password"],
.sub_register_user_input_wrap input[type="text"]{
	width: 180px;
    font-size: 16px;
    padding: 5px 10px;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
	border-radius:5px;
}

.sub_register_user_input_wrap .address_search_btn{
	color:#fff;
	font-weight:500;
	padding:5px 10px;
	border:1px solid #0069b8;
	border-radius:3px;
	cursor:pointer;
	background:#0069b8;
}

.sub_register_user_input_wrap input[type="text"].address_text_int{
	width:400px;
}

.sub_register_user_input_wrap h3{
	margin-top:30px;
}

.sub_register_user_input_wrap .sub_register_input_btn_box{
	text-align:center;
	margin:30px 0px 0px;
}

.sub_register_user_input_wrap .sub_register_input_btn_box input{
	font-size:14px;
	margin:0px 7.5px;
	padding:10px 15px;
}

.sub_register_user_input_wrap .sub_register_input_btn_box input:first-child{
	color:#333;
	border:1px solid #e1e1e1;
	background:#f3f3f3;
}

/* sub_register_user_finish_wrap */

.sub_register_user_finish_wrap img{
	display:block;
	margin:30px auto 0px;
}

.sub_register_user_finish_wrap .sub_register_finish_btn_box{
	margin:0px 0px 0px;
}

.sub_register_user_finish_wrap h3,
.sub_register_user_finish_wrap p,
.sub_register_user_finish_wrap .sub_register_finish_btn_box{
	text-align:center;
}

.sub_register_user_finish_wrap h3{
	margin-top:20px;
}

.sub_register_user_finish_wrap .sub_register_finish_btn_box input{
	margin-top:30px;
	padding:10px 20px;
}

/* sub_coupon_wrap */

.sub_coupon_wrap ul{
	margin-top:15px;
}

.sub_coupon_wrap .sub_coupon_title_box > h3{
	margin:30px 0px;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.sub_coupon_wrap .sub_coupon_title_box > h3.coupon_second_title_box{
	margin-top:0px;
}

.sub_coupon_wrap .sub_coupon_list_box{
	margin-bottom:20px;
	padding-bottom:10px;
	border-radius:5px 5px 0px 0px;
}

.sub_coupon_wrap .sub_coupon_list_box > h3{
	color:#fff;
	text-align:center;
	padding:15px 0px;
	border-radius:5px 5px 0px 0px;
	background:#0069b8;
}

.sub_coupon_wrap .sub_coupon_list_box .sub_coupon_text_box{
	padding:15px;
	border:1px solid #f3f3f3;
	border-top:none;
	background:#f9f9f9;
}

.sub_coupon_wrap .sub_coupon_list_box .sub_coupon_text_box h4,
.sub_coupon_wrap .sub_coupon_list_box .sub_coupon_text_box p{	
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.sub_coupon_wrap .sub_coupon_list_box .sub_coupon_text_box h4{
	margin-top:10px;
}

.sub_coupon_wrap .sub_coupon_list_box .sub_coupon_text_box h4:first-child{
	margin-top:0px;
}

.sub_coupon_wrap .sub_coupon_list_box .sub_coupon_text_box input[type="button"]{
	width:100%;
	font-size:16px;
	margin-top:10px;
	padding:10px; 0px;
}

.sub_coupon_wrap .sub_coupon_list_box .sub_coupon_text_box input[disabled="disabled"]{
	cursor:default;
	border:1px solid #ccc;
	background:#ccc;
}

.order_return_finish_box{
	text-align:center;
}

.order_return_finish_box h2,
.order_return_finish_box h3{
	text-align:center;
	margin-top:30px;
}

.order_return_finish_box strong,
.order_return_finish_box h2 i{
	color:#0069b8;
}

.order_return_finish_box p{
	text-align:center;
	margin-top:10px;
}

.order_return_finish_box h2{
	font-size:64px;
}

.order_return_finish_box input[type="button"]{
	margin-top:30px;
	padding:10px 20px;
}


/* sub_customer_service_wrap */

.sub_customer_service_wrap .sub_customer_service_box{
	margin-top:30px;
}

/* my_page_wrap */

.my_page_wrap{
	margin-top:30px;
}

.my_page_wrap h2.my_page_title{
	margin-top:30px;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.my_page_wrap h2.my_page_title > a{
	float:right;
	font-size:14px;
	padding-top:10px;
}

.my_page_wrap table.mileage_current_box{
	width:100%;
}

.my_page_wrap table.mileage_current_box tr th,
.my_page_wrap table.mileage_current_box tr td{
	width:20%;
	padding:15px;
	border:1px solid #e1e1e1;
}

.my_page_wrap table.mileage_current_box tr th{
	border-right:none;
}

.my_page_wrap table.mileage_current_box tr td{
	text-align:right;
	border-left:none;
}

.my_page_wrap table.mileage_current_box tr td p input[type="button"]{
	color:#333;
	font-weight:300;
	margin-left:5px;
	padding:5px 10px;
	border:1px solid #e1e1e1;
	background:#fff;
}

.my_page_wrap table.mileage_current_box tr td a{
	color:#0069b8;
	border-bottom:1px dotted #0069b8;
}

.my_page_wrap table.delivery_status_box{
	width:100%;
	margin-top:30px;
}

.my_page_wrap table.delivery_status_box tr th{
	padding:15px;
	border:1px solid #e1e1e1;
	background:#f3f3f3;
}

.my_page_wrap table.delivery_status_box tr th h3 > span{
	font-size:13px;
	font-weight:300;
}

.my_page_wrap table.delivery_status_box tr th h3 > a{
	float:right;
	font-size:15px;
}

.my_page_wrap table.delivery_status_box tr td{
	width:20%;
	text-align:center;
	padding:10px 0px;
	border:1px solid #e1e1e1;
}

.my_page_wrap table.delivery_status_box tr td img{
	display:block;
	margin:0px auto;
}

.my_page_wrap table.delivery_status_box tr td p{
	font-size:14px;
}

.my_page_wrap table.delivery_status_box tr td p a{
	color:#0069b8;
	font-size:24px;
	border-bottom:1px dotted #0069b8;
}

.my_page_wrap .my_page_menu_box{
	text-align:center;
	margin-top:30px;
	padding:30px 10px;
	border:1px solid #e1e1e1;
}

.my_page_wrap .my_page_menu_box a i{
	font-size:48px;
}

.my_page_wrap .my_page_buy_product_list_img_box{
	position:relative;
	padding-top:100%;
	overflow:hidden;
}

.my_page_wrap .my_page_buy_product_list_img_box img{
	position:absolute; top:0px; left:0px;
	width:100%; height:100%;
}

.my_page_wrap .my_page_buy_product_list_text_box{
	border:1px solid #e1e1e1;
	border-top:none;
}

.my_page_wrap .my_page_buy_product_list img{
	width:100%;
	margin-top:30px;
}

.my_page_wrap .my_page_buy_product_list table tr th,
.my_page_wrap .my_page_buy_product_list table tr td{
	width:50%;
}

.my_page_wrap .my_page_buy_product_list > h4{
	margin-bottom:10px;
	padding:10px 10px 0px;
}

.my_page_wrap .my_page_buy_product_list_text_box h4,
.my_page_wrap .my_page_buy_product_list p,
.my_page_wrap .my_page_buy_product_list h3{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.my_page_wrap .my_page_buy_product_list_text_box h4:first-child{
	text-align:right;
}

.my_page_wrap .my_page_buy_product_list h3{
	margin-top:10px;
	padding-left:10px;
}

.my_page_wrap .my_page_buy_product_list h4 > input{
	float:right;
	width:15px; height:15px;
	margin-top:5px;
}

.my_page_wrap .my_page_buy_product_list h5{
	text-align:right;
}

.my_page_wrap .my_page_buy_product_list h5 a{
	font-size:16px;
}

.my_page_wrap .my_page_buy_product_list p{
	color:#666;
	text-align:left;
}

.my_page_wrap .my_page_buy_product_list_text_box{
	padding:10px;
}

.my_page_wrap .my_page_buy_product_list_text_box p.product_buy_number{
	font-size:14px;

}

.my_page_wrap .my_page_buy_product_list_text_box h2{
	display:inline-block;
	font-size:16px;
	padding:5px 10px;
	margin:10px 0px;
	border:1px solid #e1e1e1;
	border-radius:15px;
}

.my_page_wrap .my_page_buy_product_list_price_box{
	padding-top:15px;
	margin-top:15px;
	border-top:1px solid #e1e1e1;
}

.my_page_wrap .my_page_buy_product_list_price_box h3,
.my_page_wrap .my_page_buy_product_list_price_box p{
	text-align:right;
}

.my_page_wrap .my_page_buy_product_list_btn_box{
	margin-top:17px;
}

.my_page_wrap .my_page_buy_product_list_btn_box input{
	display:block;
	width:100%;
	color:#333;
	margin-top:5px;
	padding:10px 0px;
	border:1px solid #e1e1e1;
	background:none;
}

.my_page_wrap .my_page_buy_product_list_btn_box input:first-child{
	margin-top:10px;
}

.my_page_wrap .my_page_buy_product_list_btn_box input:nth-child(2){
	color:#fff;
	border:1px solid #309c8a;
	background:#0069b8;
}

.my_page_wrap .my_page_buy_product_list_btn_box input[disabled="disabled"]{
	color:#888;
	cursor:default;
}

.my_page_wrap .product_list_box img{
	margin-top:30px;
}

.my_page_index_tail_box{
	margin-bottom:120px;
}

/* my_page_menu_wrap */

.my_page_menu_wrap .my_page_menu_box ul li{
	float:left;
	width:11%;
	text-align:center;
	margin:30px 0px 0px 19px;
	border:1px solid #e1e1e1;
	border-radius:5px;
}

.my_page_menu_wrap .my_page_menu_box ul li:first-child{
	margin-left:0px;
}

.my_page_menu_wrap .my_page_menu_box ul li a{
	display:block;
	padding:15px 0px;
}

.my_page_menu_wrap .my_page_menu_box ul li a i{
	font-size:32px;
}

.my_page_menu_wrap .my_page_menu_box ul li.on{
	border:1px solid #0069b8;
	background:#0069b8;
}

.my_page_menu_wrap .my_page_menu_box ul li.on i,
.my_page_menu_wrap .my_page_menu_box ul li.on a{
	color:#fff;
	font-weight:400;
}

.my_page_menu_wrap .my_page_menu_box ul li:focus,
.my_page_menu_wrap .my_page_menu_box ul li:hover{
	background:#0069b8;
}

.my_page_menu_wrap .my_page_menu_box ul li:focus a,
.my_page_menu_wrap .my_page_menu_box ul li:hover a,
.my_page_menu_wrap .my_page_menu_box ul li:focus i,
.my_page_menu_wrap .my_page_menu_box ul li:hover i{
	color:#fff;
}

/* order_details_wrap */

.order_details_wrap{
	margin-top:30px;
}

.my_page_sort_box{
	margin-top:30px;
}

.my_page_sort_box a{
	padding:10px 15px;
	border:1px solid #e1e1e1;
}

/* my_page_search_box */

.my_page_search_box{
	padding-bottom:30px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#fafafa;
}

.my_page_search_box a{
	display:block;
	text-align:center;
	margin-top:30px;
	padding:10px 5px;
	border:1px solid #e1e1e1;
	border-radius:5px;
}

.my_page_search_box a{
	background:#fff;
}

.my_page_search_box a.on{
	color:#fff;
	font-weight:400;
	border:1px solid #0069b8;
	background:#0069b8;
}

.my_page_search_box input[type="button"],
.my_page_search_box input[type="text"]{
	display:block;
	width:100%;
	font-size:16px;
	text-align:center;
	padding:10px 5px;
	margin-top:30px;
	border-radius:5px;
}

.my_page_search_box select{
	width:100%;
	font-size:16px;
	margin-top:30px;
	padding:9px 5px;
	border-radius:5px;
	background-color:#fff;
}

.my_page_search_box ul{
	position:relative;
	margin-top:30px;
}

.my_page_search_box ul li{
	position:absolute;
}

.my_page_search_box ul li a{
	margin:0px;
	padding:10px 5px;
	border:none;
}

/* my_page_coupon_wrap */

.my_page_qna_wrap .my_page_qna_count_box h3,
.my_page_coupon_wrap .my_page_coupon_count_box h3,
.my_page_mileage_wrap .my_page_mileage_count_box h3{
	margin-top:30px;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.my_page_mileage_wrap .my_page_mileage_count_box p{
	margin-top:15px;
}

.my_page_qna_wrap .my_page_qna_count_box h3 span,
.my_page_coupon_wrap .my_page_coupon_count_box h3 span,
.my_page_mileage_wrap .my_page_mileage_count_box h3 span{
	color:#0069b8;
	font-weight:500;
}

.my_page_mileage_wrap .my_page_mileage_box,
.my_page_coupon_wrap .my_page_coupon_box{
	margin-top:30px;
	padding:15px;
	border:1px solid #e1e1e1;
	border-radius:5px;
}

.my_page_mileage_wrap .my_page_mileage_box h4,
.my_page_coupon_wrap .my_page_coupon_box h4{
	white-space:nowrap;
	text-overflow:ellipsis;
	margin-top:10px;
	overflow:hidden;
}

.my_page_mileage_wrap .my_page_mileage_box p,
.my_page_mileage_wrap .my_page_mileage_box h3,
.my_page_coupon_wrap .my_page_coupon_box p,
.my_page_coupon_wrap .my_page_coupon_box h3{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.my_page_mileage_wrap .my_page_mileage_box h3,
.my_page_coupon_wrap .my_page_coupon_box h3{
	margin-bottom:15px;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.my_page_coupon_wrap .coupon_finish{
	border:1px solid #eee;
}

.my_page_coupon_wrap .coupon_finish h4,
.my_page_coupon_wrap .coupon_finish h3,
.my_page_coupon_wrap .coupon_finish p{
	color:#888;
}

/* my_page_qna_wrap */

.my_page_qna_wrap dl{
	border-top:1px solid #e1e1e1;
}

.my_page_qna_wrap dl dt{
	padding-top:15px;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.my_page_qna_wrap dl dt > a{
	display:block;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.my_page_qna_wrap dl dt p{
	text-align:right;
}

.my_page_qna_wrap dl dt p span{
	margin-right:15px;
}

.my_page_qna_wrap dl dt p span + span{
	color:#666;
}

.my_page_qna_wrap dl dt p a{
	margin-right:15px;
	padding:2px 5px;
	border:1px solid #e1e1e1;
}

.my_page_qna_wrap dl dd{
	display:none;
	padding:15px;
	text-align:justify;
	border-bottom:1px solid #e1e1e1;
	background:#fafafa;
}

.my_page_qna_wrap dl dd h4{
	font-weight:300;	
	line-height:1.7;
	margin-top:30px;
}

.my_page_qna_wrap h5{
	color:#777;
	font-size:14px;
	font-weight:400;
}

.my_page_qna_wrap .product_qna_modify_btn_box{
	text-align:right;
	margin-top:60px;
}

.my_page_qna_wrap .product_qna_modify_btn_box a{
	display:inline-block;
	color:#333;
	font-weight:400;
	padding:5px 10px;
	margin-left:5px;
	border:1px solid #e1e1e1;
	border-radius:3px;
	background:#fff;
}

/* my_page_user_info_modify_wrap */

.my_page_user_info_modify_box,
.user_info_modify_modify_box,
.user_info_modify_check_box{
	display:block;
	text-align:center;
	padding:60px 15px 0px;
	border-top:1px solid #e1e1e1;
}

.user_info_modify_modify_box{
	text-align:left;
	padding:30px 0px 0px;
}

.user_info_modify_check_box p{
	margin-bottom:15px;
}

.user_info_modify_check_box input[type="password"]{
	font-size:16px;
	border-radius:5px; 
}

.my_page_user_info_modify_box input[type="button"],
.user_info_modify_check_box input[type="button"]{
	margin-top:30px;
	padding:10px 15px;
}

.user_info_modify_modify_box .sub_input_list{
	width:100%;
	padding:5px 0px 0px;
}

.user_info_modify_modify_box .sub_input_list h3{
	font-size:18px;
	font-weight:400;
	margin-top:30px;
	padding-bottom:10px;
	border-bottom:1px solid #e1e1e1;
}

.user_info_modify_modify_box .sub_input_list p{
	margin-top:15px;
}

.user_info_modify_modify_box .sub_input_list input[type="button"]{
	padding:5px 10px;
}

.user_info_modify_modify_box .sub_input_list i{
	font-size:8px;
	vertical-align:top;
}

.user_info_modify_modify_box .sub_input_list .address_text_int{
	width:280px;
	margin-top:5px;
}

.user_info_modify_modify_box .sub_input_btn_box{
	text-align:center;
	margin-top:30px;
}

.user_info_modify_modify_box .sub_input_btn_box input[type="button"]{
	color:#333;
	margin:0px 5px;
	padding:10px 15px;
	border:1px solid #e1e1e1;
	background:#fafafa;
}

.user_info_modify_modify_box .sub_input_btn_box input[type="button"].join_btn{
	color:#fff;
	border:1px solid #0069b8;
	background:#0069b8;
}

.my_page_user_info_modify_box i{
	font-size:54px;
}

.my_page_user_info_modify_box h3{
	margin-top:30px;
}

/* order_details_view_wrap */

.order_details_view_title_box h3{
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.order_details_view_box .delivery_msg_box{
	margin-top:30px;
}

.order_details_view_box .delivery_msg_box h3{
	text-align:center;
}

.order_details_view_box table{
	table-layout:fixed;
	width:100%;
	margin-top:30px;
}

.order_details_view_box table tr td,
.order_details_view_box table tr th{
	width:100%;
	text-align:center;
	vertical-align:middle;
	padding:15px;
}

.order_details_view_box table tr th p{
	text-align:center;
}

.order_details_view_box table tr th{
	border:1px solid #e1e1e1;
	background:#fafafa;
}

.order_details_view_box table tr td{
	border:1px solid #e1e1e1;
}

.order_details_view_box table tr td img{
	display:block;
	margin:0px auto;
}

.order_details_view_box table tr td h4,
.order_details_view_box table tr td h3{
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}

.order_details_view_box table tr td h3 a{
	font-weight:400;
}

.order_details_view_box table tr td select{
	font-size:14px;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:5px;
}

.order_details_view_box table tr td.active{
	background:#0069b8;
}

.order_details_view_box table tr td.active p{
	color:#fff;
	font-weight:400;
} 

.order_details_view_box table tr td input.product_return_btn{
	color:#333;
	border:1px solid #e1e1e1;
	background:#f4f4f4;
}

.order_details_view_box table tr td .address_change_btn{
	color:#333;
	margin-top:10px;
	border:1px solid #e1e1e1;
	background:#f4f4f4;
}

.order_details_view_box table tr td[colspan="3"]{
	text-align:left;
}

.order_details_view_box table tr td[colspan="3"] p{
	color:#666;
	margin:5px 0px;
}

.order_details_view_box table tr td[colspan="4"] input[type="text"]{
	width:100%;
	border-radius:5px;
}

.order_details_view_box table tr td[colspan="4"] input[type="text"].phone_num_input{
	width:200px;
}

.order_details_view_box table tr td[colspan="4"] input[name="cash_receipt"]{
	width:20px; height:20px;
	vertical-align:middle;
	margin-bottom:10px;
}

.order_details_view_box table tr td[colspan="4"]{
	text-align:left;
}

.order_details_view_box table tr td[colspan="4"] h4{
	margin-top:10px;
}

.order_details_view_box table tr td[colspan="4"] h4:first-child{
	margin-top:0px;
}

.order_details_view_box table tr td[rowspan="4"] .order_details_title{
	text-align:left;
}

.order_details_view_box table tr td[rowspan="4"] .order_details_title h3{
	font-size:14px;
}

.order_details_view_box table tr td input[type="button"]{
	padding:5px;
}

.order_details_view_box table tr td[colspan="4"] h3{
	text-align:center;
}

.order_details_view_box table tr:last-child td[colspan="4"]{
	text-align:center;
}

.order_details_view_box table tr:last-child td[colspan="4"] input{
	color:#333;
	padding:10px;
	border:1px solid #e1e1e1;
	background:#f4f4f4;
}

.order_details_view_box	table tr td textarea{
	width:100%; height:120px;
	font-size:16px;
	padding:15px;
	border:1px solid #e1e1e1;
}

.order_details_view_box table tr td.return_account{
	text-align:left;
}

.order_details_view_box table tr td.return_account h4{
	margin-top:15px;
	padding-bottom:5px;
}

.order_details_view_box table tr td.return_account h4:first-child{
	margin-top:0px;
}

.order_details_view_box table tr td.return_account input[type="text"]{
	width:200px;
}

.order_details_view_box table tr td input[type="radio"]{
	width:25px; height:25px;
	cursor:pointer;
}

.order_details_view_box table tr td ul li{
	float:left;
	display:block;
	width:20%;
	text-align:center;
}

.order_details_view_box .delivery_msg_box{
	display:none;
}

.order_details_view_btn_box{
	text-align:center;
	margin-top:30px;
}

.order_details_view_btn_box input{
	padding:10px 20px;
}

.order_details_view_box .delivery_product_info_box{
	padding:30px 0px;
	margin-top:30px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

.order_details_view_box .delivery_product_info_box h3{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}

.order_details_view_box .delivery_product_info_box h3 a{
	font-weight:400;
}

.order_details_view_box .delivery_product_info_box p a{
	color:#0069b8;
	padding-bottom:1px;
	border-bottom:1px dotted #0069b8;
}

.order_details_view_box .delivery_product_info_box p input.delivery_num_copy_btn{
	padding:5px;
	margin-left:5px;
}

.order_details_view_box .delivery_product_info_box p input.delivery_num_copy{
	height:1px;
	visibility:hidden;
}

.order_details_view_box .delivery_product_info_box dl{
	margin-top:30px;
}

.order_details_view_box .delivery_product_info_box dl dt{
	font-weight:600;
	padding:10px 0px;
	border-bottom:1px solid #e1e1e1;
}

.order_details_view_box .delivery_product_info_box dl dt{
	padding:15px 20px 15px 15px;
	border-bottom:1px solid #e1e1e1;
	background:url(/images/sub/arrow_down.png) 99% 50% no-repeat;
}

.order_details_view_box .delivery_product_info_box dl dt.active{
	background:url(/images/sub/arrow_up.png) 99% 50% no-repeat;
}

.order_details_view_box .delivery_product_info_box dl dt:first-child{
	border-top:1px solid #e1e1e1;
}

.order_details_view_box .delivery_product_info_box dl dd{
	display:none;
	font-weight:300;
	padding:15px;
	border-bottom:1px solid #e1e1e1;
	background:#fafafa;
}

.order_details_view_box .delivery_product_info_box dl dd strong{
	font-weight:400;
}

.delivery_copy_alert_box{
	position:fixed; top:50%; left:50%;
	display:none;
	width:180px; height:30px;
	text-align:center;
	border-radius:5px;
	transform:translate(-50%,-50%);
	background:url(/images/common/bk50.png);
}

.delivery_copy_alert_box p{
	color:#fff;
	font-size:13px;
	line-height:30px;
}

/* sub_customer_service_wrap */

.sub_customer_service_box{
	padding:15px;
	border:1px solid #e1e1e1;
}

.sub_customer_service_box p{
	margin:15px 0px 0px;
}

.sub_customer_service_box h2{
	color:#0069b8;
	margin-top:15px;
}

.sub_customer_service_box h2 > a{
	color:#0069b8;
	font-weight:500;
}

.sub_customer_service_box h3 > i{
	display:inline-block;
	color:#fff;
	font-size:13px;
	font-weight:500;
	padding:10px;
	margin-right:5px;
	border-radius:50%;
	background:#0069b8;
}

.quick_faq_search_box input[type="text"]{
	width:300px;
	vertical-align:middle;
}

.quick_faq_search_box input[type="button"]{
	vertical-align:middle;
	padding:5px 15px;
	margin-left:5px;
}

.quick_faq_title{
	margin-top:30px;
}

.quick_faq_title span{
	float:right;
	font-size:14px;
	margin-top:4px;
}

.quick_faq_search_box{
	text-align:center;
	margin-top:15px;
	padding:30px 0px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#fafafa;
}

.quick_faq_search_box ul{
	width:270px;
	margin:15px auto 0px;
}

.quick_faq_search_box ul li{
	float:left;
	color:#aaa;
	margin-left:5px;
}

.quick_faq_search_box ul li:first-child{
	margin-left:0px;
}

.quick_faq_search_box ul li a{
	color:#444;
	font-size:14px;
	font-weight:300;
	margin-right:5px;
}

.quick_faq_service_box{
	width:100%; height:93px;
	margin-top:30px;
	overflow:hidden;
	text-overflow:ellipsis;
	border:1px solid #e1e1e1;
	border-radius:5px;
}

.quick_faq_service_box01,
.quick_faq_service_box02,
.quick_faq_service_box03,
.quick_faq_service_box04,
.quick_faq_service_box05,
.quick_faq_service_box06{
	margin-top:15px;
}

.quick_faq_service_box:hover,
.quick_faq_service_box:focus{
	border-radius:1px solid #0069b8;
	background:#0069b8;
}

.quick_faq_service_box:hover span,
.quick_faq_service_box:focus span{
	color:#fff;
}

.quick_faq_service_box a{
	display:block;
	height:100%;
	font-size:14px;
	font-weight:300;
	text-align:justify;
	line-height:1.55;
	padding:10px;
}

.quick_faq_service_box a span{
	color:#0069b8;
	font-weight:500;
}

.quick_faq_service_box:hover a,
.quick_faq_service_box:focus a{
	color:#fff;
	font-weight:400;
}

.quick_notice_box table{
	width:100%;
	margin-top:15px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
}

.quick_notice_box table tr th,
.quick_notice_box table tr td{
	padding-bottom:20px;
}

.quick_notice_box table tr td{
	color:#666;
	font-weight:300;
	text-align:right;
}

.quick_notice_box table tr:first-child th,
.quick_notice_box table tr:first-child td{
	padding-top:20px;
}

/* sub_qna_wrap */

.sub_qna_box .doc_box{
	width:100%; height:300px;
	margin-bottom:5px;
	padding:15px;
	overflow-y:scroll;
	border:1px solid #e1e1e1;
}

.sub_qna_box h3{
	margin:30px 0px 15px;
}

.sub_qna_box input[type="text"]{
	width:100%;
	font-size:16px;
	padding:7.5px 15px;
}

.sub_qna_box p{
	margin:15px 0px 5px;
}

.sub_qna_box select{
	width:100%;
	padding:8px 5px;
	border-radius:5px;
}

.sub_qna_box textarea{
	width:100%; height:300px;
	font-size:16px;
	padding:15px;
	border:1px solid #e1e1e1;
	border-radius:5px;
}

.sub_qna_btn_box{
	text-align:center;
	margin-top:30px;
} 

.sub_qna_btn_box input[type="button"]{
	padding:10px 15px;
}

.sub_qna_finish_box h2,
.sub_qna_finish_box h3{
	text-align:center;
	margin-top:30px;
}

.sub_qna_finish_box h2 i{
	color:#0069b8;
}

.sub_qna_finish_box p{
	text-align:center;
	margin-top:10px;
}

.sub_qna_finish_box h2{
	font-size:64px;
}

/* sub_faq_warp */

.sub_faq_search_box{
	text-align:center;
	margin-top:30px;
	padding:30px 0px;
	border-top:1px solid #e1e1e1;
	border-bottom:1px solid #e1e1e1;
	background:#fafafa;
}

.sub_faq_search_box ul{
	width:270px;
	margin:15px auto 0px;
}

.sub_faq_search_box ul li{
	float:left;
	color:#aaa;
	margin-left:5px;
}

.sub_faq_search_box ul li:first-child{
	margin-left:0px;
}

.sub_faq_search_box ul li a{
	color:#444;
	font-size:14px;
	font-weight:300;
	margin-right:5px;
}

.sub_faq_search_box input[type="button"]{
	margin-left:5px;
	padding:6px 10px;
}

.sub_faq_tab_menu_box ul{
	width:100%;
}

.sub_faq_tab_menu_box ul li{
	float:left;
	width: 16.66666667%;
	padding:0px 7.5px;
}

.sub_faq_tab_menu_box ul li:first-child{
	margin-left:0px;
}

.sub_faq_tab_menu_box ul li a{
	display:block;
	text-align:center;
	margin-top:30px;
	padding:6px 0px;
	border:1px solid #e1e1e1;
	border-radius:5px;
}

.sub_faq_tab_menu_box ul li.on a{
	color:#fff;
	font-weight:500;
	border:1px solid #0069b8;
	background:#0069b8;
}

.sub_faq_list_box dl{
	width:100%;
	margin-top:30px;
	border-top:1px solid #e1e1e1;
}

.sub_faq_list_box dl dt{
	padding:15px 20px 15px 10px;
	border-bottom:1px solid #e1e1e1;
	background:url(/images/sub/arrow_down.png) 99% 50% no-repeat;
}

.sub_faq_list_box dl dt.active{
	background:url(/images/sub/arrow_up.png) 99% 50% no-repeat;
}

.sub_faq_list_box dl dt a{
	display:block;
}

.sub_faq_list_box dl dd{
	display:none;
	font-weight:300;
	line-height:1.7;
	padding:15px 10px;
	border-bottom:1px solid #e1e1e1;
	background:#fafafa;
}

.sub_faq_list_box dl dt i{
	float:right;
}

.sub_faq_list_box dl dt i.lnr-chevron-up{
	display:none;
}

/* sub_policy_terms_wrap */

.sub_policy_terms_box{
	padding-top:30px;
}

.sub_policy_terms_box p{
	padding:30px;
	border-radius:5px;
	background:#fafafa;
}

/* sub_notice_wrap */

.sub_notice_box table{
	width:100%;
	margin-top:30px;
}

.sub_notice_box table tr th{
	text-align:center;
	padding:10px 15px;
	border-top:2px solid #aaa;
	border-bottom:1px solid #e1e1e1;
}

.sub_notice_box table tr td{
	vertical-align:middle;
	padding:15px;
	border-bottom:1px solid #e1e1e1;
}

.sub_notice_box table tr td:first-child,
.sub_notice_box table tr th:first-child{
	width:60px;
	text-align:center;
}

.sub_notice_box table tr td:last-child,
.sub_notice_box table tr th:last-child{
	width:80px;
	text-align:right;
}

/* sub_notice_view_wrap */

.sub_notice_view_box{
	margin-top:30px;
}

.sub_notice_view_title_box table{
	width:100%;
	margin-top:30px;
	border-top:2px solid #ccc;
	border-bottom:1px solid #e1e1e1;
}

.sub_notice_view_title_box table tr td{
	padding:15px;
}

.sub_notice_view_title_box table tr td:last-child{
	text-align:right;
}

.sub_notice_view_box{
	padding:0px 15px 15px;
}

.sub_notice_view_box img{
	display: block;
	max-width: 100%;
	height: auto;
}

.sub_notice_btn_box{
	display:block;
	margin-top:15px;
	text-align:right;
	border-top:1px solid #e1e1e1;
}

.sub_notice_btn_box input{
	margin-top:30px;
	padding:10px 15px;
}

.order_details_view_box table tr td .file_img_list_box ul li{
	width:20%; 
	padding:7.5px;
}

.file_img_list_box .file_form_box{
  position: relative;
  color: #bbb;
  font-size: 14px;
  text-align: center;
  padding-top: 100%;
  overflow:hidden;
  border: 2px dashed #dfdfdf;
  border-radius: 10px;
  background: #f7f7f7;

}

.file_img_list_box .file_form_box p{
	position:absolute; top:50%; left:50%;
	transform:translate(-50%,-50%);
}

.file_img_list_box .file_form_box > input{
  position: absolute; top:0px; left:0px;
  width:100%; height:100%;
  opacity: 0;
  cursor: pointer;
  z-index: 100;
}

.file_img_list_box .img_preview{
  position: absolute; top:0px; left:0px;
  width:100%; height:100%;
  z-index: 10;
  object-fit: cover;
  opacity: 0;
}

/* print_btn_wrap */

.print_btn_wrap{
	text-align:center;
}

.print_btn_wrap input[type="button"]{
	padding:10px;
}

/* live_tv_list_wrap */

.live_tv_list_wrap .live_tv_box{
	position:relative;
	max-height:401px;
	padding-top:56.25%;
	overflow:hidden;
	border-radius:5px;
	background-color:#000;
}

.live_tv_list_wrap .live_tv_box img{
	position:absolute; top:0px; left:0px;
	width:100%; height:100%;
	z-index:2;
}

.live_tv_list_wrap .live_preview img{
	opacity:0.5;
}

.live_tv_list_wrap .live_tv_box p{
	position:absolute; top:50%; left:50%;
	display:block;
	color:#fff;
	font-size:20px;
	font-weight:bold;
	text-overflow:ellipsis;	
	text-align:center;
	white-space:nowrap;
	padding:5px 10px;
	overflow:hidden;
	transform:translate(-50%,-50%);
	z-index:3;
}

.live_tv_list_wrap h3.live_product_title{
	height:20px;
	font-size:18px;
	font-weight:400;
	text-align:center;
	text-overflow:ellipsis;
	white-space:nowrap;
	line-height:1;
	margin:15px 0px 30px 0px;
	overflow:hidden;
}

.live_tv_list_wrap .live_tv_box .live_product_price{
	position:absolute; bottom:15px; left:15px; right:15px;
	padding:5px 10px;
	border-radius:3px;
	z-index:10;
	background:url(../images/common/bk50.png) repeat;
}

.live_tv_list_wrap .live_tv_box .live_product_price img{
	display:inline-block;
	width:61px; height:61px;
	opacity:1;
}

.live_tv_list_wrap .live_tv_box .live_product_price h4{
	color:#fafafa;
	text-align:left;
	text-indent:58px;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin:0px;
	padding:0px;
	overflow:hidden;
}

.live_tv_list_wrap .live_tv_box .live_product_price h3{
	color:#fff;
	font-size:20px;
	text-indent:58px;
	text-overflow:ellipsis;
	white-space:nowrap;
	margin-top:5px;
	overflow:hidden;
}

.live_tv_list_wrap .live_tv_box .live_product_price h3 sub{
	color:red;
	font-weight:500;
	text-decoration:line-through;
}

.live_tv_list_wrap .live_tv_box span.live_ing_icon{
	position:absolute; top:15px; left:10px;
	color:#fff;
	padding:5px 15px;
	border-radius:30px;
	z-index:3;
	background:url(../images/common/red85.png) repeat;
}

.live_tv_list_wrap .live_tv_box span.live_preview_icon{
	position:absolute; top:15px; left:10px;
	color:#fff;
	padding:5px 15px;
	border-radius:30px;
	z-index:3;
	background:url(../images/common/bk60.png) repeat;
}

.live_tv_list_wrap .live_product_title a{
	font-weight:400;
}

.live_tv_list_wrap .live_finish p,
.live_tv_list_wrap .live_ing p{
	display:none;
}

/* live_tv_list_view_wrap */


.live_tv_list_view_wrap .live_tv_list_view_box{
	margin-top:15px;
	border-top:2px solid #888;
}

.live_tv_list_view_wrap .live_tv_list_view_box h3{
	margin-top:30px;
	padding-bottom:15px;
	border-bottom:1px solid #e1e1e1;
}

.live_tv_list_view_wrap .live_tv_list_view_box hr{
	border-bottom:none;
	margin-top:30px;
}

.live_tv_list_view_wrap .live_tv_list_view_box > a{
	display:block;
	width:220px; height:40px;
	color:#0069b8;
	text-align:center;
	line-height:40px;
	margin:60px auto 0px;
	border:1px solid #0069b8;
	border-radius:3px;
}

.live_tv_list_view_wrap .live_tv_list_view_box > span{
	color:#0069b8;
}

.live_tv_list_view_wrap .live_tv_list_view_btn_box{
	display:block;
	text-align:right;
}

.live_tv_list_view_wrap .live_tv_list_view_btn_box > a{
	display:inline-block;
	width:100px; height:40px;
	text-align:center;
	line-height:40px;
	margin-top:30px;
	border:1px solid #e1e1e1;
	border-radius:3px;
}

.live_tv_list_view_wrap .live_tv_list_view_box > a:hover,
.live_tv_list_view_wrap .live_tv_list_view_box > a:focus,
.live_tv_list_view_wrap .live_tv_list_view_btn_box > a:hover,
.live_tv_list_view_wrap .live_tv_list_view_btn_box > a:focus{
	color:#fff;
	border:1px solid #0069b8;
	background:#0069b8;
}

.live_tv_list_view_wrap .live_tv_list_view{
	position:relative;
	padding-bottom:56.25%;
}

.live_tv_list_view_wrap .live_tv_list_view iframe{
	position:absolute; top:0px; left:0px;
	width:100%; height:100%;
	margin-top:30px;
}

@media (max-width: 1400px){


}

@media (max-width: 1200px){
	
	/* my_page_menu_wrap */

	.my_page_menu_wrap .my_page_menu_box ul li{
		width:10.7%;
	}	
	

	/* live_tv_list_wrap */		

	.live_tv_list_wrap h3.live_product_title{
		font-size:15px;
		font-weight:400;
	}

}

@media (max-width:992px){
	
	/* product_sort_wrap */
	
	.product_sub_catagory_wrap,
	.product_sort_wrap{
		padding:0px 15px;
	}

	/* product_qna_box */

	.product_qna_box dl dd h4{
		font-size:14px;
	}

	/* my_page_menu_wrap */

	.my_page_menu_wrap .my_page_menu_box ul li{
		/*width:21.6%;*/
		width:23%;
	}

	.my_page_menu_wrap .my_page_menu_box ul li:nth-child(5){
		margin-left:0px;
	}
	
	/* sub_customer_service_wrap */	

	.quick_faq_service_box05,
	.quick_faq_service_box06{
		margin-top:30px;
	}
	
	/* sub_faq_warp */

	.sub_faq_tab_menu_box ul li{
		width: 33.33333333%;
	}

	/* live_tv_list_wrap */
	
	.live_tv_list_wrap .live_tv_box span{
		font-size:11px;
		padding:2px 10px;
	}

	.live_tv_list_wrap .live_tv_box p{
		font-size:15px;
	}
}

@media (max-width:768px){
	
	/* common */

	.sub_contents_wrap{
		padding-bottom:60px;
	}

	/* product_sub_catagory_wrap */

	.product_sub_catagory_wrap ul li{
		width:30%;
		margin:5px 0px;
	}
	
	.product_sub_catagory_wrap ul li a{
		display:block;
		text-align:center;
	}

	/* product_sort_wrap */
	
	.product_sort_wrap p.pc_product_count{
		display:none;
	}

	.product_sort_wrap p.mo_product_count{
		display:block;
		margin-top:30px;
	}

	.product_sort_wrap .col-xx-12,
	.product_sub_catagory_wrap .col-xx-12{
		padding:0px;
	}
	
	.product_sort_wrap .product_sort_box{
		margin:0px 0px 30px; 
		padding:5px 0px;
	}
	
	.product_sort_wrap .product_sort_box ul{
		height:30px;
	}

	/* product_title_wrap */

	.product_title_wrap{
		padding-top:67px;
	}
	
	.product_search_title_wrap span,
	.product_title_wrap span{
		font-size:13px;
	}

	/* product_search_title_wrap */

	.product_search_title_wrap{
		padding-top:67px;	
	}
	
	/* search_table_num_wrap */

	.search_table_num_box{
		margin:30px 0px 0px;
	}
	
	/* product_view_wrap */

	.product_view_info_box h2{
		margin-top:30px;
	}
	
	.product_cart_buy_btn_box ul{
		margin-bottom:30px;
	}

	/* product_view_tab_menu_box */
	
	.product_view_tab_menu_box{
		height:46px;
		margin:30px 0px;
		border-bottom:none;
	}
	
	.product_view_tab_menu_box ul li{
		width:25%;
		text-align:center;
		border-bottom:1px solid #e1e1e1;
	}
	
	/* product_view_detail_box */

	.product_view_detail_box{
		padding:0px 15px 30px;
	}

	/* product_delivery_box */	

	.product_delivery_box{
		margin-bottom:30px;
	}

	/* product_qna_box */

	.product_qna_box .product_qna_btn_box{	
		margin:30px 0px 60px;
	}

	.product_qna_box .search_table_num_box{
		margin-bottom:60px;
	}

	/* product_buy_info_wrap */

	.product_buy_info_wrap table tr th{
		width:25%;
	}
	
	.product_buy_info_wrap .product_payment_btn_box{
		margin:30px 0px 0px;
	}

	/* product_buy_finish_wrap */

	.product_buy_finish_wrap .product_buy_finish_box h1{
		margin-top:30px;
	}
	
	.product_buy_finish_wrap .product_buy_finish_btn_box{
		padding:30px 0px 0px;
	}

	/* basket_product_wrap */

	.basket_product_wrap .basket_product_btn_box{
		margin:30px 0px 0px;
	}
	
	.sub_pw_search_finish_box, 
	.sub_pw_search_box, 
	.sub_id_search_finish_box, 
	.sub_id_search_box, 
	.sub_id_search_box, 
	.sub_login_box{
		margin:30px auto 0px;
	}

	/* sub_register_select_wrap */

	.sub_register_select_wrap .sub_register_select_box{
		margin:60px 0px 60px;
	}

	/* sub_register_user_input_wrap */

	.sub_register_user_input_wrap .sub_register_input_btn_box{
		margin:30px 0px 0px;
	}
	
	.sub_register_user_input_wrap input[type='text'].address_text_int,
	.sub_register_user_input_wrap input[type='password'], 
	.sub_register_user_input_wrap input[type='text']{
		width:100%;
	}
	
	.sub_register_user_input_wrap input[type='text'].address_num_int{
		width:180px;
	}
	
	/* sub_register_user_finish_wrap */

	.sub_register_user_finish_wrap .sub_register_finish_btn_box{
		margin:0px 0px 0px;
	}

	/* my_page_wrap */

	.my_page_wrap{
		margin-bottom:0px;
	}

	.my_page_menu_wrap .my_page_menu_box ul li{
		/*width:20.5%;*/
		width:22%;
	}

	.my_page_wrap table.delivery_status_box tr td p{
		font-size:13px;
	}
	
	.my_page_index_tail_box{
		margin-bottom:60px;
	}

	/* order_details_wrap */
	
	.order_details_wrap .order_details_search_box{
		padding-top:15px;
		background:#fafafa;
	}		

	.order_details_wrap .order_details_search_box input[type='button'], 
	.order_details_wrap .order_details_search_box input[type='text'],
	.order_details_wrap .order_details_search_box a{
		font-size:14px;
		margin-top:15px;
	}
	
	/* my_page_search_box */	
	
	.my_page_search_box input[type='text'],
	.my_page_search_box select,
	.my_page_search_box a{
		font-size:14px;
	}

	/* my_page_mileage_wrap */

	.my_page_mileage_wrap table tr td.col02 p,
	.my_page_mileage_wrap table tr td.col02,
	.my_page_mileage_wrap table tr th.col02{
		width:210px;
	}

	.my_page_coupon_wrap .my_page_coupon_box h3{
		font-size:16px
	}
	
	/* order_details_view_wrap */

	.order_details_view_box .delivery_table tr td img{
		width:35px; height:35px;
	}

	/* sub_customer_service_wrap */	

	.quick_faq_service_box04{
		margin-top:30px;
	}

	/* sub_notice_view_title_wrap */

	.sub_notice_view_title_box table tr td{
		padding:5px;
	}

	.sub_notice_view_box{
		padding:0px 5px 5px;
	}

}

@media (max-width:576px){
	
	/* sub_policy_terms_wrap */

	.sub_policy_terms_box p{
		padding:15px;
	}

	/* product_sub_catagory_wrap */

	.product_sub_catagory_wrap ul li{
		width:48%;
		margin:5px 0px;
	}

	.product_sub_catagory_wrap ul li a{
		font-size:13px;
	}

	/* product_sort_wrap */	
	
	.product_sort_wrap ul li a,
	.product_sort_wrap p{
		font-size:13px;
	}
		

	.search_table_num_box ul{
		width:280px; height:40px;
		line-height:40px;
	}

	.search_table_num_box ul li{
		width:45px; height:40px;
		text-align:center;
	}

	/* product_view_wrap */

	.product_view_info_box table.product_view_buy_select_list tr td{
		width:50%;
	}

	/* product_cart_buy_btn_box */

	.product_cart_buy_btn_box ul li{
		width:20%;
	}
	
	.product_cart_buy_btn_box ul li:last-child{
		width:60%;
	}
	
	/* product_view_tab_menu_box */

	.product_view_tab_menu_box ul li a{
		font-size:14px;
	}
	
	/* product_review_box */
		
	.product_review_box img{
		width:20%; height:20%;
	}

	.product_qna_modify_input_box,
	.product_qna_add_input_box{
		width:95%;
	}

	/* product_buy_info_wrap */
	
	.product_buy_info_wrap table tr td, 
	.product_buy_info_wrap table tr th{
		padding:5px;
	}
	
	.product_get_user_address_edit_box,
	.product_get_user_address_add_box,
	.product_get_user_address_modify_box{
		width:90%;
	}
	
	/* my_page_wrap */

	.my_page_menu_wrap .my_page_menu_box ul li{
		width:31%;
		margin:15px 0px 0px 15px;
	}
	
	.my_page_menu_wrap .my_page_menu_box ul li:nth-child(7),
	.my_page_menu_wrap .my_page_menu_box ul li:nth-child(4){
		margin-left:0px;
	}

	.my_page_menu_wrap .my_page_menu_box ul li:nth-child(5){
		margin-left:15px;
	}

	.my_page_menu_wrap .my_page_menu_box ul li a{
		font-size:15px;
	}
	
	.my_page_wrap table.mileage_current_box{
		border-top:1px solid #e1e1e1;
	}
	
	.my_page_wrap table.delivery_status_box tr td img{
		width:32px; height:32px;
	}

	/* my_page_mileage_wrap */
	
	.my_page_mileage_wrap table tr td,
	.my_page_mileage_wrap table tr th{
		padding:10px 5px;
	}

	.my_page_mileage_wrap table tr td.col02 p,
	.my_page_mileage_wrap table tr td.col02,
	.my_page_mileage_wrap table tr th.col02{
		width:140px;
	}

	/* order_details_view_wrap */
	
	.order_details_view_wrap .order_details_view_box table tr th p,
	.order_details_view_wrap .order_details_view_box table tr td p{
		font-size:12px;
	}

	.order_details_view_wrap .order_details_view_box table tr td{
		padding:7px;
	}
	
	.order_details_view_box table tr td[colspan="2"] select{
		width:100%;
	}

	.order_details_view_box table tr td.return_account input[type="text"]{
		width:100%;
	}
	
	.order_details_view_box .delivery_product_info_box{
		padding:15px 0px;
	}
	
	.order_details_view_box .delivery_product_info_box dl{
		margin-top:15px;
	}		

	.order_details_view_box .delivery_product_info_box dl dt{
		padding:15px 25px 15px 0px;
	}
	
	.order_details_view_box table tr td .file_img_list_box ul li{
		width:33.33333333%;
	}

	.file_img_list_box .file_form_box p{
		line-height:1.2;
	}

	/* sub_customer_service_wrap */	

	.quick_faq_service_box03{
		margin-top:30px;
	}

	/* sub_customer_service_wrap */

	.quick_faq_search_box input[type="text"]{
		width:200px;
	}
}

@media (max-width:480px){
	
	/* product_view_warp */
	
	.product_view_tab_menu_box ul li{
		padding:10px 2px;
	}

	.product_view_tab_menu_box ul li a{
		font-size:12px;
	}
	
	/* my_page_menu_wrap */

	.my_page_menu_wrap .my_page_menu_box ul li a{
		font-size:14px;
	}
	
	/* my_page_menu_wrap */

	.my_page_menu_wrap .my_page_menu_box ul li{
		width:30.5%;
	}

	/* my_page_mileage_wrap */

	.my_page_mileage_wrap table tr td.col02 p,
	.my_page_mileage_wrap table tr td.col02,
	.my_page_mileage_wrap table tr th.col02{
		width:120px;
	}

	/* my_page_mileage_wrap */
	
	.my_page_mileage_wrap table tr td p,
	.my_page_mileage_wrap table tr th p{
		font-size:12px;
	}
}


@media (max-width:390px){
	
	/* my_page_menu_wrap */
		
	.my_page_menu_wrap .my_page_menu_box ul li{
		width:30%;
	}
		
	.my_page_menu_wrap .my_page_menu_box ul li a{
		font-size:13px;
	}

	/* my_page_wrap */

	.my_page_wrap table.mileage_current_box tr td p,
	.my_page_wrap table.mileage_current_box tr th p{
		font-size:13px;
	}
	

	/* my_page_search_box */	
	
	.my_page_search_box input[type='button'], 
	.my_page_search_box input[type='text'],
	.my_page_search_box a{
		font-size:13px;
	}
}

@media (max-width:370px){
	
	/* product_sub_catagory_wrap */

	.product_sub_catagory_wrap ul li a{
		font-size:12px;
	}

	/* product_sort_wrap */	
	
	.product_sort_wrap ul li a,
	.product_sort_wrap p{
		font-size:12px;
	}
	
	/* product_view_info_wrap */

	.product_view_info_box table tr th{
		width:30%;
	}

	.product_view_info_box table tr td{
		width:70%;
	}
	
	/* my_page_search_box */	
	
	.my_page_search_box input[type='button'], 
	.my_page_search_box input[type='text'],
	.my_page_search_box a{
		font-size:12px;
	}

}

@media (max-width:360px){
	
	/* product_sub_catagory_wrap */

	.product_sub_catagory_wrap ul li a{
		font-size:11px;
	}		

	/* product_sort_wrap */

	.product_sort_wrap ul li a,
	.product_sort_wrap p{
		font-size:11px;
	}

	/* my_page_menu_wrap */

	.my_page_menu_wrap .my_page_menu_box ul li{
		width:29.5%;
	}

	.my_page_menu_wrap .my_page_menu_box ul li a{
		font-size:12px;
	}
}

@media (max-width:340px){
	
	/* product_sub_catagory_wrap */

	.product_sub_catagory_wrap ul li a{
		font-size:10px;
	}

	/* product_sort_wrap */
	
	.product_sort_wrap ul li a,
	.product_sort_wrap p{
		font-size:10px;
	}
	
	/* product_view_warp */

	.product_view_tab_menu_box ul li a{
		font-size:11px;
	}

}

@media (max-width:318px){
	
	/* product_sub_catagory_wrap */

	.product_sub_catagory_wrap ul li a{
		font-size:9px;
	}

	/* product_sort_wrap */
	
	.product_sort_wrap ul li a,
	.product_sort_wrap p{
		font-size:9px;
	}
	
}