@charset 'UTF-8';

* {
    font-family:'Nanum Gothic', sans-serif;	
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
    font-family:'Nanum Gothic', sans-serif; 	
	font-size:0.9rem;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body { line-height: 1; } 
ol, ul { list-style: none; } 
blockquote, q { quotes: none; } 
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } 
table { border-collapse: collapse; border-spacing: 0; } 
a { text-decoration:none; color:#333333; } a:hover { text-decoration:none; } 
a:active{ text-decoration:none; } a:focus{ text-decoration:none; }
img { border:0; }

select{
	height:32px;
	border:1px solid #bbbbbb;
	border-radius:2px 2px;
	font-size:1.1rem;
	vertical-align:middle;
}

input[type='text'], input[type='password'] {
	height:30px;
	border:1px solid #bbbbbb;
	border-radius:2px 2px;
	font-size:1.1rem;
}

input {
	vertical-align:middle;
}

/*
input[type='checkbox'] {
	vertical-align:middle;
	width:17px; height:17px;
}
*/

.bold {font-weight:bold;}
.center {text-align:center;}
.grid_shadow { box-shadow: 1px 2px 3px 1px #dedede; }
.grid_shadow2 {	box-shadow: 1px 1px 1px 1px #efefef; }



.input_num100 { width:100px; text-align:right; padding-right:3px; box-sizing:border-box;}

.input60 { width:60px; }
.input80 { width:80px; }
.input100 { width:100px; }
.input120 { width:120px; }
.input150 { width:150px; }
.input250 { width:250px; }
.input300 { width:300px; }
.input350 { width:350px; }
.input500 { width:500px; }
.input600 { width:600px; }
.input700 { width:700px; }
.input900 { width:900px; }
.input1000 { width:1000px; }


.btn_blues2 {width:40px; height:22px; background:#337ab7; color:#ffffff; border:1px solid #337ab7; border-radius:3px 3px; font-size:0.7rem}
.btn_greens2 {width:40px; height:22px; background:#5cb85c; color:#ffffff; border:1px solid #5cb85c; border-radius:3px 3px; font-size:0.7rem}
.btn_reds2 {width:40px; height:22px; background:#d9534f; color:#ffffff; border:1px solid #d9534f; border-radius:3px 3px; font-size:0.7rem}
.btn_yellows2 {width:40px; height:22px; background:#f0ad4e; color:#ffffff; border:1px solid #f0ad4e; border-radius:3px 3px; font-size:0.7rem}
.btn_grays2 {width:40px; height:22px; background:#999999; color:#ffffff; border:1px solid #999999; border-radius:3px 3px; font-size:0.7rem}






html, body { width:100%; height:100%; position:relative; font-size:0.9rem;}

.wrap { width:1080px; margin:0 auto; }




.header_content { position:relative; width:1080px; margin:0 auto; }
.header_content > ul { width:100%; height:70px; overflow:hidden;}
.header_content > ul > li { float:left; width:100%; height:70px; box-sizing:border-box;}
.header_content > ul > li:nth-child(1) { width:15% }
.header_content > ul > li:nth-child(2) { width:13%; padding-top:40px; }
.header_content > ul > li:nth-child(3) { width:62%; padding-top:40px;  }
.header_content > ul > li:nth-child(4) { width:10%; }

.header_content > ul > li:nth-child(3) > ul { width:95%; overflow:hidden; margin:0 auto; }
.header_content > ul > li:nth-child(3) > ul > li { float:left; height:30px; margin-right:19px;}
.header_content > ul > li:nth-child(3) > ul > li > a { display:block; width:100%; height:100%; line-height:30px; font-size:1.1rem; font-weight:bold; letter-spacing:-1px; text-align:center;}

.header_content > ul > li:nth-child(3) > ul > li > a:hover {color:#00aeff; } 

.header_content > ul > li:nth-child(4) > ul { width:100%; overflow:hidden }
.header_content > ul > li:nth-child(4) > ul > li { float:left; width:50%; height:70px; }
.header_content > ul > li:nth-child(4) > ul > li > a { position:relative; display:block; width:100%; height:100%; line-height:30px; font-size:0.9rem; font-weight:bold; letter-spacing:-1px; text-align:center; padding-top:48px;}
.header_content > ul > li:nth-child(4) > ul > li > a > i {position:absolute;	top:35px; right:20px;	font-size:1.3rem;	color:#555555;}

/*
.header_member_info { position:absolute; top:5px; right:0px; font-size:1.0rem; font-weight:bold; color:#ffffff; text-align:right; border:1px solid #0154a2; border-radius:5px 5px; background:#0154a2; padding:3px 5px; box-sizing:border-box; }
*/

.header_member_info {
	position:absolute;
	top:5px; right:0px;
	font-size:1.0rem;
	font-weight:bold;
	color:#000000;
	text-align:right;
	padding:0px 0px;
	box-sizing:border-box;
	border-bottom:1px solid #333333;
}

.header_member_point {
	display:inline-block;
	font-size:1.0rem;
	font-weight:bold;
	color:#ffffff;
	text-align:right;
	border:1px solid #0154a2;
	border-radius:5px 5px;
	background:#0154a2;
	padding:3px 5px;
	box-sizing:border-box;
}


.logo { display:block; width:140px; height:70px; }
.logo > img { width:100%;  }

#total_menu {
	position:relative;
	display:block;
	width:125px; height:27px;
	line-height:27px;
	border:1px solid #cdcdcd;
	border-radius:2px 2px;
	padding-left:15px;
	margin:0 auto;
	cursor:pointer;
	background:#ffffff;
	z-index:11;
}

#total_menu > i {
	position:absolute;
	top:6px; right:5px;
	font-size:1.0rem;
	color:#888888;
}

#total_menu > i.fa-close {
	color:#fd5a01;
}

#total_menu_container {
	position:absolute;
	top:70px; left:-1px;
	display:none;
	width:100%; 
	background:#ffffff;
	border:1px solid #cdcdcd;
	border-radius:2px 2px;
	padding:20px 20px;
	box-sizing:border-box;
	margin-top:-3px;	
	z-index:30;
}

#total_menu_container > ul {
	width:100%;
	overflow:hidden;
}

#total_menu_container > ul > li {
	float:left;
	width:16.6%; min-height:300px;
}

#total_menu_container > ul > li > a {
	display:block;
	width:95%; height:30px;
	line-height:30px;
	font-size:1.0rem;
	font-weight:bold;
	color:#333333;
	border-bottom:1px solid #777777;
}

#total_menu_container > ul > li > a:hover {
	color:#fd5a01;
}

#total_menu_container > ul > li > ul {
	width:100%;
}

#total_menu_container > ul > li > ul > li {
	width:100%; height:25px;
}

#total_menu_container > ul > li > ul > li > a {
	display:block;
	width:100%; height:100%;
	line-height:25px;
	color:#555555;
	padding-left:10px;
	box-sizing:border-box;
}

#total_menu_container > ul > li > ul > li > a:hover {
	color:#fd5a01;
}


.quick_menu_container {
	position:relative;	
	width:1080px; height:0px;
	margin:0 auto;
}

.right_quick_container {
	position:absolute;
	top:10px; right:-70px;
	width:60px;	
	z-index:102;
}

#right_quick {
	position:relative;	
	width:60px;		
}

#right_quick > ul {
	width:100%;
	border:1px solid #cdcdcd;
	background:#ffffff;
}

#right_quick > ul > li {
	width:100%;
	height:60px;
	border-bottom:1px solid #cdcdcd;
}

#right_quick > ul > li:last-child {
	border-bottom:0;
}

#right_quick > ul > li > a {
	position:relative;
	display:block;
	width:100%; height:100%;	
	text-align:center;
	font-size:0.8rem;
	padding-top:40px;
	box-sizing:border-box;
}

#right_quick > ul > li > a > i {
	position:absolute;
	top:10px; left:18px;
	font-size:1.5rem;
	color:#555555;
}

#top_go_btn {
	margin-left:3px;
	width:60px;
}

#top_go_btn > a {
	position:relative;
	display:block;
	width:50px; height:50px;	
	text-align:center;
	font-size:0.9rem;
	font-weight:bold;
	border:1px solid #cdcdcd;
	border-radius:5px 5px;
	padding-top:28px;
	box-sizing:border-box;
	margin:0 auto;
	margin-top:10px;
	background:#555555;
	color:#ffffff;
	cursor:pointer
}

#top_go_btn > a > i {
	position:absolute;
	top:6px; left:12px;
	font-size:1.5rem;
	color:#ffffff;
}


#right_quick_banner {	

	margin-top:10px;
	margin-left:3px;
	width:60px; height:auto;
}





.banner_container {
	width:1080px; height:300px;
	margin:0 auto;
	margin-top:10px;
	border:1px solid #cdcdcd;
}

.banner_container > ul {
	width:100%;
	overflow:hidden
}

.banner_container > ul > li {
	float:left;
	height:300px;
	overflow:hidden;
}

.banner_container > ul > li:first-child {
	width:719px;
	border-right:1px solid #cdcdcd;
}

.banner_container > ul > li:last-child {
	width:360px;
}

.banner_container > ul > li img {	

}

.banner_container > ul > li:last-child > ul {
	width:100%; height:100%;
}

.banner_container > ul > li:last-child > ul > li {
	width:100%; 
}

.banner_container > ul > li:last-child > ul > li:first-child {
	height:152px;
	border-bottom:1px solid #cdcdcd;
	box-sizing:border-box;
}

.banner_container > ul > li:last-child > ul > li:last-child {
	height:148px;
}


.model_container {
	width:1080px;
	margin:0 auto;
	margin-top:70px;
}

.model_container > ul {
	width:100%;
	overflow:hidden
}

.model_container > ul > li {
	float:left;
	width:12%;
	text-align:center;
	margin-bottom:10px;
	padding-left: 5px;
}

.main_search_container {
	width:1080px; height:50px;
	background:#efefef;
	margin:0 auto;
	margin-top:20px;
	padding-top:10px;
	box-sizing:border-box;
	border-radius:3px 3px;
}

.main_search_container > ul {
	width:98%; height:50px;
	overflow:hidden;
	margin: 0 auto;
}

.main_search_container > ul > li {
	float:left;
	height:30px;
}



.main_search_container > ul > li:first-child {
	width:40%;
	line-height:27px;
	text-align:left;
	font-size:1.0rem;
	font-weight:bold;
	padding-top:5px;
	box-sizing:border-box;
}

.main_search_container > ul > li:first-child > a:hover {
	color:#ea2129;
}

.main_search_container > ul > li:nth-child(2) {
	width:13%;
	line-height:27px;
	text-align:center;
	font-size:1.0rem;
}

.main_search_container > ul > li:last-child {
	width:47%;
	text-align:right;
}

.main_search_container > ul > li:first-child > i {
	font-size:1.3rem;
	color:#555555;
	vertical-align:middle;	
}
.main_search_container > ul > li:last-child > select {
	width:170px; 
}
.main_search_container > ul > li:last-child > input[type='text'] {
	width:250px;
	text-align:center;
}

.hotkeyword {
	float:left;
	display:inline-block;
	width:55px; height:20px;
	line-height:20px;
	border:1px solid #037fb3;
	border-radius:3px 3px;
	background:#089fde;
	color:#ffffff;
	text-align:center;
	font-size:0.75rem;
	font-weight:normal;
}

.btn_dark {
	width:60px;	height:30px;
	background:#444444;
	color:#ffffff;
	font-size:0.9rem;	
	border-radius:3px 3px;
}

.search_ea {
	color:#ea2129;
	font-size:1.1rem;
	font-weight:bold;
}


.content {
	width:1080px;
	margin:0 auto;
	margin-top:70px;
}

.main_title {
	width:100%; height:27px;
	font-size:1.2rem;
	font-weight:bold;
	border-bottom:0px solid #333333;
	color:#444444;
	margin-top:30px;
}

.pop_title {
	margin-left:5px;
	height:25px;
	font-size:15px;
	font-weight:bold;
}

.pop_title > i {
	font-size:1.1rem;
	vertical-align:middle;
	margin-right:5px;
}

.main_md_container {
	width:100%; 
	margin-bottom:50px;
}

.main_md_container > ul {
	width:100%;
	overflow:hidden;
	border:1px solid #cdcdcd;
	box-sizing:border-box;
}

.main_md_container > ul > li {
	float:left;
	width:50%; height:390px;
	border-right:1px solid #cdcdcd;
	box-sizing:border-box;
}

.main_md_container > ul > li:last-child {
	border-right:0;
}






.main_item_container {
	width:100%; min-height:100px;
	margin-top:10px;
	margin-bottom:50px;
}

.main_item_container > ul {
	width:100%;
	overflow:hidden;
}

.main_item_container > ul > li {
	position:relative;
	float:left;
	width:23%; height:440px;
	border:1px solid #cdcdcd;
	box-sizing:border-box;
	margin-right:28.5px;
	margin-bottom:60px;
}

.main_item_container > ul > li:hover {
	border:2px solid #ea2129;
	cursor:pointer;
}

.main_item_container > ul > li:hover div.sub_opt_box{
	display:block;
}

.main_item_container > ul > li:nth-child(4n+4) {
	margin-right:0;
}

.main_item_container > ul > li > ul {
	width:100%;
}

.main_item_container > ul > li > ul > li {
	width:100%;
}

/*
.main_item_container > ul > li > ul > li:first-child {
	border-bottom:1px solid #cdcdcd;
}

.main_item_container > ul > li > ul > li > a > img {
	width:100%;
	display:block;
}

.main_item_container > ul > li > ul > li:nth-child(2) {
	height:50px;
	padding:10px 10px;
	box-sizing:border-box;
}

.main_item_container > ul > li > ul > li:nth-child(3) {
	height:70px;
	line-height:20px;
	padding:10px 10px;
	box-sizing:border-box;
	font-size:0.95rem;
	font-weight:bold
}

.main_item_container > ul > li > ul > li:nth-child(4) {
	height:60px;
	padding:10px 10px;
	box-sizing:border-box;
}

.main_item_container > ul > li > ul > li:nth-child(4) > ul {
	width:100%;
	overflow:hidden;
}

.main_item_container > ul > li > ul > li:nth-child(4) > ul > li {
	float:left;
	height:60px;
}

.main_item_container > ul > li > ul > li:nth-child(4) > ul > li:first-child {
	width:15%;
}

.main_item_container > ul > li > ul > li:nth-child(4) > ul > li:nth-child(2) {
	width:30%;
	line-height:60px;
}

.main_item_container > ul > li > ul > li:nth-child(4) > ul > li:nth-child(2) > ul {
	width:100%;
}

.main_item_container > ul > li > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li {
	width:100%; height:25px;
	line-height:25px;
	color:#ea2129;
}

.main_item_container > ul > li > ul > li:nth-child(4) > ul > li:last-child {
	width:55%;
}

.main_item_container > ul > li > ul > li:nth-child(4) > ul > li:last-child > ul {
	width:90%;
	margin:0 auto;
}

.main_item_container > ul > li > ul > li:nth-child(4) > ul > li:last-child > ul > li {
	width:100%; height:25px;
	line-height:25px;
	text-align:right;
}
*/




.main_item_container > ul > li > ul > li > a {
	display:block;
	width:100%;	
}

.main_item_container > ul > li > ul > li > a > img {
	width:100%; height:240px;
	display:block;
}


.main_item_container > ul > li > ul > li:first-child {
	height:240px;
	border-bottom:1px solid #cdcdcd;	
	overflow:hidden;
}


.main_item_container > ul > li > ul > li:nth-child(2) {
	height:50px;
	padding:10px 10px;
	box-sizing:border-box;
}

.main_item_container > ul > li > ul > li:nth-child(2) > a {
	height:50px;
}


.main_item_container > ul > li > ul > li:nth-child(3) {
	height:70px;
	line-height:20px;
	padding:10px 10px;
	box-sizing:border-box;
	font-size:0.95rem;
	font-weight:bold
}

.main_item_container > ul > li > ul > li:nth-child(3) > a {
	height:70px;
}

.main_item_container > ul > li > ul > li:nth-child(4) {
	height:60px;
	padding:10px 10px;
	box-sizing:border-box;
}


.main_item_container > ul > li > ul > li:nth-child(4) > a {
	height:60px;
}




.main_item_container > ul > li > ul > li:nth-child(4) ul {
	width:100%;
	overflow:hidden;
}

.main_item_container > ul > li > ul > li:nth-child(4) ul > li {
	float:left;
	height:60px;
}

.main_item_container > ul > li > ul > li:nth-child(4) ul > li:first-child {
	width:15%;
}

.main_item_container > ul > li > ul > li:nth-child(4) ul > li:nth-child(2) {
	width:30%;
	line-height:60px;
}

.main_item_container > ul > li > ul > li:nth-child(4) ul > li:nth-child(2) > ul {
	width:100%;
}

.main_item_container > ul > li > ul > li:nth-child(4) ul > li:nth-child(2) > ul > li {
	width:100%; height:25px;
	line-height:25px;
	color:#ea2129;
}

.main_item_container > ul > li > ul > li:nth-child(4) ul > li:last-child {
	width:55%;
}

.main_item_container > ul > li > ul > li:nth-child(4) ul > li:last-child > ul {
	width:90%;
	margin:0 auto;
}

.main_item_container > ul > li > ul > li:nth-child(4) ul > li:last-child > ul > li {
	width:100%; height:25px;
	line-height:25px;
	text-align:right;
}






.cprice {
	font-size:1.1rem;
	text-decoration:line-through;
	color:#777777;
}

.sell_price {
	font-weight:bold;
	font-size:1.5rem;
	color:#ea2129;
}



.popup_title {
	width:100%; height:50px;
	line-height:50px;
	background:#ffffff;
	color:#333333;
	font-size:1.5rem;
	padding-left:30px;
	font-weight:bold;
	border-bottom:2px solid #333333;

}

.goods_reservation_container {
	width:100%; height:100%;
	padding:10px 10px;
	box-sizing:border-box;
	text-align:center;
}

.reservation_info {
	width:100%; height:80px;
	line-height:30px;
	margin-top:0px;
}

.goods_reservation_container textarea {
	
	width:90%; height:110px;
	border:1px solid #cdcdcd;
	border-radius:5px 5px;
}





.main_bottom_banner {
	width:1080px; height:181px;	
	margin:0 auto;
}

.main_bottom_banner > ul {
	width:100%;
	overflow:hidden;
}

.main_bottom_banner > ul > li {
	float:left;
	height:200px;
}


.footer_container { 
	width:100%; 
	margin-top:70px;
	border-top:2px solid #000000;
	padding:20px 0;
}

.footer_container > ul { 
	width:1080px;
	overflow:hidden;
	margin:0 auto;

}

.footer_container > ul > li { 
	float:left; 
}

.footer_container > ul > li:first-child { 
	width:68%;
	border-right:1px solid #cdcdcd;
	box-sizing:border-box;
}

.footer_container > ul > li:last-child { 
	width:32%;
	padding-left:40px;
	box-sizing:border-box;
}

.footer_container > ul > li > ul { 
	width:80%;
	overflow:hidden;
	margin-top:20px;
}

.footer_container > ul > li > ul > li { 
	float:left;
	height:40px;
	text-align:left;
	margin-right:50px;
}

.footer_container > ul > li > ul > li > a { 
	font-weight:bold;
}

.footer_bottom_txt {
	width:100%; height:25px;
}

.footer_bottom_alert {
	width:500px;
	border:1px solid #555555;
	padding:5px 10px;
	box-sizing:border-box;
}

.bussiness_check {
	width:100px; height:23px;
	border:1px solid #999999;
	border-radius:2px 2px;
	background:#aaaaaa;
	color:#000000;
}

.footer_cstel_txt {
	display:block;
	width:100%; height:80px;
	font-size:4.0rem;
	font-weight:bold;
	letter-spacing:-1px;
	color:#00b0f9;
	border:1px solid #00b0f9;
	border-radius:15px 5px;
	padding-top:9px;
	box-sizing:border-box;
	margin-top:5px;
	margin-bottom:20px;
}

.footer_cscenter {
	font-weight:bold;
	color:#000000;
	font-size:1.0rem
}




.swiper-container {
	position:relative;
	width: 100%;
	height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide img {
	display:block;
}


.sub_title {
	width:100%; height:30px;
	border-bottom:1px solid #000000;
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.3rem;
	font-weight:bold;
	color:#000000;
}

.sub_title > i {	
	display:inline-block;
	width:23px; height:23px;
	border:1px solid #555555;
	border-radius:3px 3px;
	font-size:1.5rem;
	color:#888888;
	text-align:center;
	margin-right:10px;
	cursor:pointer;
}

.sub_title > i:hover {
	color:#f82a2a;
	font-weight:bold;
	border:1px solid #f82a2a;
}

.sub_title > a {			
	font-size:1.3rem;
	font-weight:bold;
	color:#000000;
}

.sub_title > a:hover {
	color:#f82a2a;
}

.sub_fixed_container { 
	position:relative; 
	width:100%; min-height:140px;
	z-index:20
}

.sub_fixed_wrap {
	width:1080px;
	margin:0 auto;
}

#sub_fixed {
	position:relative;
	width:100%;
	background:#ffffff;
	margin:0 auto;
}

.sub_fixed_content {
	position:relative;
	width:1080px;
	margin:0 auto;
	padding-bottom:10px;
}

#sub_fixed_toggle {
	display:none;
	position:absolute;
	bottom:0; left:512px;
	width:50px; height:20px;
	border:1px solid #555555;
	border-radius:5px 5px 0 0;
	background:#777777;
	color:#ffffff;
	text-align:center;
	cursor:pointer;
}

#sub_fixed_toggle > i {
	font-size:1.2rem;
}

#sub_fixed_close {
	display:none;
	position:absolute;
	bottom:0; left:580px;
	width:170px; height:17px;
	cursor:pointer;
}
#sub_fixed_close > input {
	vertical-align:middle;
}


.sub_cate_container {
	width:1080px;	
	border:1px solid #999999;
	background:#f7f7f7;
	border-radius:2px 2px;
	margin:0 auto;
	padding:10px 20px 0 20px;
	box-sizing:border-box;
}

.sub_cate_container > ul {
	width:100%;
	overflow:hidden;
}

.sub_cate_container > ul > li {
	float:left;
	width:19%;
	margin-right:12px;
	margin-bottom:10px;
}

.sub_cate_container > ul > li:nth-child(5n+5) {
	margin-right:0;
}

.sub_cate_container > ul > li > a {
	display:block;
	width:100%; height:30px;
	line-height:30px;
	border:1px solid #bcbcbc;
	border-radius:2px 2px;
	text-align:center;
	font-size:1.0rem;
	background:#ffffff;
	letter-spacing:-1px;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.sub_cate_container > ul > li > a:hover {
	color:#ffffff;
	background:#777777;
	font-weight:bold;
	border:1px solid #000000;
}

.sub_cate_container > ul > li > a.active {
	color:#ffffff;
	background:#777777;
	font-weight:bold;
	border:1px solid #000000;
}


.item_sort_container {
	width:100%; height:50px;
	border-top:1px solid #dedede;
	border-bottom:1px solid #dedede;
	margin-bottom:20px;
}
.item_sort_container > ul {
	float:right;
	width:30%;
	overflow:hidden;
	margin-top:10px;
}
.item_sort_container > ul > li {
	float:left;
	height:25px;
	margin-right:25px;
}
.item_sort_container > ul > li > a {
	display:block;
	width:100%: height:20px;
	line-height:20px;
	font-size:0.85rem;
	color:#555555;
	margin-top:5px;
}
.item_sort_container > ul > li > a::before {
	content:'| ';
	color:#999999;
	margin-right:7px;
}


.item_sort_container > ul > li > a:hover {
	color:#f82a2a;		font-weight:bold;
}
.item_sort_container > ul > li > a.active {
	color:#f82a2a;		font-weight:bold;
}



.data_none {
	width:100%; height:300px;
	padding-top:150px;
	text-align:center;
}

.pageing {
	width:100%; height:30px;
	margin-top:0px;
	margin-bottom:70px;
	font-size:0.9rem;
	text-align:center;
}

.pageing2 {
	width:100%; height:30px;
	margin-top:0px;
	margin-bottom:20px;
	font-size:0.9rem;
	text-align:center;
}





.detail_top {
	width:100%; 
	overflow:hidden;
	margin-top:30px;
}

.detail_top > li:first-child {
	float:left;
	width:48%; min-height:500px;
}

.detail_top > li:last-child {
	float:left;
	width:52%; min-height:500px;
}

#detail_img {
	width:400px; height:400px;
}

#detail_img img {
	width:100%; height:100%;
	border:1px solid #cdcdcd;
}

#small_img  {
	width:398px; height:70px;
	overflow:hidden;
	margin-top:20px;
}

#small_img > li {
	float:left;
	width:70px; height:70px;
	margin-left:12px;
	box-sizing:border-box;
}

#small_img > li:nth-child(1) {
	margin-left:0px;
}

#small_img > li > img {
	width:70px; height:70px;
	border:1px solid #cdcdcd;
}


.detail_info {
	width:100%;
	border-top:1px solid #cdcdcd;
	border-bottom:1px dashed #cdcdcd;
}

.detail_info td
{
	text-align:left;
	padding-left:20px;
	font-size:1.1rem;
}

.detail_option {
	font-size:1.1rem;
	width:100%; 
	margin-top:30px;
}

.detail_option .opt_sel_alert{
	width:100%; height:30px;		
	text-align:left;	
	color:#f63f14;
	font-size:1.2rem;
	margin-bottom:1px;
}

.detail_option > select {
	width:100%; height:40px;
	line-height:40px;
	font-size:1.1rem;
	border:1px solid #cdcdcd;
	margin-top:5px;
	padding-left:10px;
	box-sizing:border-box;
}

#item_sel_list {
	width:100%;
	margin-bottom:10px;
}


.item_pay_info {
	width:100%;
	margin-top:30px;
}

.item_pay_info > ul {
	width:100%; height:50px;
	overflow:hidden;
	border-bottom:1px solid #bbbbbb;
	margin-bottom:10px;
	box-sizing:border-box;
	font-size:1.2rem;
}

.item_pay_info > ul > li:nth-child(1) {
	float:left;
	width:40%; height:20px;	
	text-align:left;
	font-size:1.2rem;
	font-weight:bold;
	color:#555555;
	padding-left:20px;
	margin-top:15px;
	box-sizing:border-box;
}

.item_pay_info > ul > li:nth-child(2) {
	float:left;
	width:55%; height:20px;	
	text-align:right;
	font-size:1.6rem;
	font-weight:bold;
	color:#0f92cf;
	margin-top:15px;
	padding-right:10px;
	box-sizing:border-box;
}



.item_buy_btn {
	width:100%;
	margin-top:30px;
}

.item_buy_btn > ul {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}

.item_buy_btn > ul > li {
	float:left;
	width:31%; height:60px;
	margin-right:18px;
}

.item_buy_btn > ul > li:nth-child(3) {
	margin-right:0px;
}

.item_buy_btn > ul > li > a {
	display:block;
	width:100%; height:50px;
	padding-top:17px;
	text-align:center;
	background:#efefef;
	font-size:1.2rem;
	font-weight:bold;
	border:1px solid #555555;
	border-radius:3px 3px;
	box-sizing:border-box;
}

.item_buy_btn > ul > li:nth-child(1) > a {
	color:#ffffff;
	background:#333333;
}



.opt_line {
	width:100%; 
	overflow:hidden; 
	border-bottom:1px dashed #dedede;
	background:#f3f3f3;

}
.opt_line > li {
	float:left; 
	height:45px; 
	padding-top:5px;
	padding-bottom:1px;
	box-sizing:border-box;	
}
.opt_line > li:nth-child(1) {
	width:300px; height:35px;
	line-height:35px; 
	text-align:left; 
	padding-left:50px; 
	color:#0387d3; 
	font-size:1.1rem;
}

.opt_line > li:nth-child(2) > a {
	display:block;
	width:40px; height:35px;
	line-height:35px;
	text-align:center;
	font-size:1.8rem;
	font-weight:bold;
	background:#dedede;
	border:1px solid #dedede;
	box-sizing:border-box;
	cursor:pointer;
}

.opt_line > li:nth-child(3) > input {
	width:70px; height:35px;
	line-height:35px;
	text-align:center;	
	font-size:1.2rem;
	border:1px solid #dedede;
	box-sizing:border-box;
}

.opt_line > li:nth-child(4) > a {
	display:block;
	width:40px; height:35px;
	line-height:35px;
	text-align:center;
	font-size:1.2rem;
	font-weight:bold;
	background:#dedede;
	border:1px solid #dedede;
	box-sizing:border-box;
	cursor:pointer;
}

.opt_line > li:nth-child(5) {
	width:100px; 
	text-align:center; 	
	padding-top:14px;
	box-sizing:border-box;	
}

.opt_calculator {float:left; width:70px}
.opt_calculator, .opt_calculator td {border-collapse:collapse; border:1px solid #999999; }
.opt_del {font-size:1.2rem; cursor:pointer; }


.opt_div1 {
	width:70%; height:30px;
	overflow:hidden;
	margin:0 auto;	
}

.opt_div1 > li {
	float:left;
}

.opt_div1 > li:nth-child(1) {
	width:100px; height:25px;
	line-height:25px;
	text-align:center; 
	padding-left:5px; 
	color:#0387d3; 
	font-size:0.8rem;
}

.opt_div1 > li:nth-child(2) > a {
	display:block;
	width:30px; height:25px;
	line-height:100%;
	text-align:center;
	font-size:1.2em;
	background:#dedede;
	border:1px solid #dedede;
	box-sizing:border-box;
	cursor:pointer;
}

.opt_div1 > li:nth-child(3) > input {
	width:50px; height:23px;
	line-height:23px;
	text-align:center;	
	border:1px solid #dedede;
}

.opt_div1 > li:nth-child(4) > a {
	display:block;
	width:30px; height:25px;
	line-height:100%;
	text-align:center;
	font-size:1.2em;
	background:#dedede;
	border:1px solid #dedede;
	box-sizing:border-box;
	cursor:pointer;
}




.item_detail_info {	
	width:100%; 
	box-sizing:border-box; 
	margin-top:100px;
	box-sizing:border-box;
	margin-bottom:100px;
}

.item_detail_info > ul { 
	width:100%; 
	overflow:hidden; 
	margin-bottom:20px;
}
.item_detail_info > ul > li { 
	float:left; 
	width:33.3%; height:40px; 	
}

.item_detail_info > ul > li > a {
	display:block;
	width:100%; height:40px; 
	padding-top:10px;
	font-size:1.0rem;
	text-align:center;
	border-top:1px solid #bababa;
	border-left:1px solid #bababa;		
	border-bottom:1px solid #777777;
	font-weight:bold;
	background:#efefef;
	box-sizing:border-box;
}

.item_detail_info > ul > li:first-child > a {

}

.item_detail_info > ul > li:last-child > a {
	border-right:1px solid #bababa;	
}

.detail_notice { 
	width:100%;
	text-align:center;
}

.detail_notice img { 
	max-width:1080px;
	height:auto;
}

.item_detail_info > ul > li > a.active {
	border-top:2px solid #555555;
	border-left:1px solid #999999;	
	border-right:1px solid #999999;	
	border-bottom:0px solid #FFFFFF;
	background:#efefef;
}

.item_detail_info #content,
.item_detail_info #review,
.item_detail_info #qna
{
	width:100%; 
	overflow:hidden;
	text-align:center;
	padding:20px 20px;
	box-sizing:border-box;
	font-size:0.9rem
}

.item_detail_info #content img { max-width: 1080px; height:auto; }

.item_detail_info #buyinfo
{
	width:100%; 
	line-height:180%;
	font-size:0.8rem;
	text-align:center;
	padding:40px 40px;
	box-sizing:border-box;
}


.item_detail_info h5 {
	width:100%; height:40px;
	margin-top:30px;
	text-align:center;
	font-size:0.8rem;
	border-bottom:1px solid #dedede;
}





.login_title {
	width:40%; height:30px;	
	font-size:2.0rem;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
	margin-top:50px;
	letter-spacing:3px
}

#uid {
	display:block;
	width:90%; height:45px;		
	background:#f3f3f3;
	color:#000000;
	text-align:center;
	margin:0 auto;
	margin-top:50px;
	font-size:1.3rem;
	border:1px solid #dddddd;
	font-weight:normal;
}

#pass {
	display:block;
	width:90%; height:45px;		
	background:#f3f3f3;
	color:#000000;
	text-align:center;
	margin:0 auto;
	margin-top:20px;
	font-size:1.3rem;
	border:1px solid #dddddd;
	font-weight:normal;
}

.login_save {
	width:90%;
	margin: 0 auto;
	margin-top:15px;
}

.login_save > input {
	vertical-align:middle;
	width:17px; height:17px;
}

.login_btn {
	display:block;
	width:90%; height:50px;
	border:1px solid #cdcdcd;
	background:#089fde;
	color:#ffffff;
	font-size:1.3rem;
	margin:0 auto;
	margin-top:60px;
}

.login_other_btn {
	width:90%;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
}

.login_other_btn > a {
	font-size:0.9rem;
	font-weight:normal;
}

.login_other_btn > a:last-child {
	font-weight:bold;
	color:#f82a2a;
}


.join_sortation_container {
	width:1080px; height:520px;
	margin:0 auto;
}

.join_sortation_title {
	width:100%;
	margin-top:70px;
	font-size:2.5rem;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.join_sortation_hello {
	width:85%;
	margin:0 auto;
	margin-top:80px;
	font-size:1.3rem;
	font-weight:bold;
	color:#333333;
	text-align:center;
	
}

.join_sortation_line {
	width:85%;
	margin:0 auto;
	margin-top:20px;
	border-bottom:1px solid #999999;
}

.join_sortation_container > ul {
	width:70%;
	margin:0 auto;
	margin-top:80px;
}

.join_sortation_container > ul > li {
	float:left;
	width:50%;
}

.join_sortation_container > ul > li > a {
	display:block;
	width:60%; height:50px;
	line-height:50px;
	border:1px solid #cdcdcd;
	border-radius:3px 3px;
	background:#444444;
	color:#ffffff;
	font-size:1.1rem;
	font-weight:bold;
	text-align:center;
	margin:0 auto;
}



.join_container {
	width:1080px;
	margin:0 auto;
	margin-bottom::100px;
}

.join_sortation_type {
	width:85%;
	margin:0 auto;
	margin-top:20px;
	font-size:1.3rem;
	color:#777777;
	text-align:center;	
}

.join_content  {
	width:100%;
	margin:0 auto;
	margin-top:70px;
	margin-bottom:100px;
	background:#f3f3f3;
	padding:50px 50px;
	box-sizing:border-box;
	font-size:1.2rem;	
}

.join_all_agree {
	width:100%; height:50px;
	overflow:hidden;
	border-bottom:1px solid #cdcdcd;
}

.join_all_agree > li {
	float:left;
	height:25px;
}

.join_all_agree > li:last-child {
	padding-top:1px;
	box-sizing:border-box;
}

.join_all_agree > li > input {
	vertical-align:middle;
	width:20px; height:20px;
}

.join_all_agree > li > label {
	width:90%; 
	font-size:1.2rem;
	color:#444444;
}




.join_agree {
	width:100%; height:50px;
	overflow:hidden;
}

.join_agree > li {
	float:left;
	height:25px;
}

.join_agree > li:last-child {
	padding-top:1px;
	box-sizing:border-box;
}

.join_agree > li > input {
	vertical-align:middle;
	width:20px; height:20px;
}

.join_agree > li > label {
	width:90%; 
	font-size:1.1rem;
	color:#444444;
}


.txt_redb {
	font-weight:bold;
	color:#d90404;
	font-size:1.3rem;
}

.txt_grayb {
	font-weight:bold;
	color:#777777;
	font-size:1.3rem;
}

.join_agree_title {
	width:100%; height:30px;
	font-weight:bold;
	color:#000000;
	font-size:1.3rem;
}

.join_agree_container {
	width:100%; height:250px;	
	margin-top:10px;
	background:#ffffff;
	padding:30px 30px;
	box-sizing:border-box;
	font-size:1.1rem;
	border:1px solid #999999;
	margin-bottom:20px;
	overflow-y:scroll;
}

.join_field {
	width:100%;
	margin-bottom:50px;
}

.join_field > table td {
	font-size:1.2rem;
}

.join_field > table td:first-child {	
	padding-left:30px; 
	box-sizing:border-box
	text-align:left; 
}

.join_field > table td:last-child {
	padding-left:20px;
	box-sizing:border-box;
	text-align:left; 
}



.join_100 { width:100px; text-align:left; padding:0 10px; box-sizing:border-box}
.join_150 { width:150px; text-align:left; padding:0 10px; box-sizing:border-box}
.join_200 { width:200px; text-align:left; padding:0 10px; box-sizing:border-box}
.join_250 { width:250px; text-align:left; padding:0 10px; box-sizing:border-box}
.join_300 { width:300px; text-align:left; padding:0 10px; box-sizing:border-box}
.join_350 { width:350px; text-align:left; padding:0 10px; box-sizing:border-box}
.join_400 { width:400px; text-align:left; padding:0 10px; box-sizing:border-box}
.join_700 { width:700px; text-align:left; padding:0 10px; box-sizing:border-box}


.btn_chk {
	width:60px; height:30px;
	border:1px solid #000000;
	border-radius:3px 3px;
	background:#333333;
	color:#ffffff;	
}

.btn_blues {
	width:60px; height:30px;
	color:#ffffff;
	background:#089fde;
	font-size:1.0rem;
	border:1px solid #089fde;
	border-radius:3px 3px;
}

.btn_greens {
	width:60px; height:30px;
	color:#ffffff;
	background:#48b103;
	font-size:1.0rem;
	border:1px solid #48b103;
	border-radius:3px 3px;
}

.btn_reds {
	width:60px; height:30px;
	color:#ffffff;
	background:#d90404;
	font-size:1.0rem;
	border:1px solid #d90404;
	border-radius:3px 3px;
}

.btn_grays {
	width:60px; height:30px;
	color:#ffffff;
	background:#555555;
	font-size:1.0rem;
	border:1px solid #555555;
	border-radius:3px 3px;
}



.btn_line {
	width:100%; height:150px;
	text-align:center;
}

.btn_join {
	width:220px; height:50px;
	border:1px solid #0762b7;
	border-radius:5px 5px;
	font-size:1.3rem;
	background:#0762b7;
	color:#ffffff;
}

.join_complet_content {
	width:85%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:50px;	
}


.join_complet_content > table td {
	font-size:1.2rem;
}

.join_complet_content > table td:first-child {	
	padding-left:30px; 
	box-sizing:border-box
	text-align:left; 
}

.join_complet_content > table td:last-child {
	padding-left:30px;
	box-sizing:border-box;
	text-align:left; 
}

.mypage_container {
	width:1080px;
	margin:0 auto;
	margin-bottom:100px;
}

.mypage_container > ul {
	width:100%;
	overflow:hidden;
}

.mypage_container > ul > li  {
	float:left;
	min-height:500px;
}

.mypage_container > ul > li:first-child  {
	width:20%;
}

.mypage_container > ul > li:last-child  {
	width:80%;
}

.mypage_menu {
	width:80%; height:500px;
	border:1px solid #dedede;
	border-radius:5px 5px;
}

.mypage_menu > p {
	width:100%; height:60px;
	line-height:60px;
	text-align:left;
	background:#089fde;
	color:#ffffff;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:5px 5px 0 0;
	padding-left:20px;
	box-sizing:border-box;
}

.mypage_menu > ul {
	width:100%;
}

.mypage_menu > ul > li  {
	width:100%; height:40px;	
	border-bottom:1px solid #dedede;
	box-sizing:border-box;
}

.mypage_menu > ul > li:last-child  {
	border-bottom:0;
}

.mypage_menu > ul > li > a {
	display:block;
	width:100%; height:40px;
	line-height:40px;
	color:#333333;
	font-weight:bold;
	font-size:1.05rem;
	padding-left:20px;
	box-sizing:border-box;
}

.mypage_menu > ul > li > a:hover {
	color:#f82a2a;		font-weight:bold;
}

.mypage_menu > ul > li > a.active {
	color:#f82a2a;		font-weight:bold;
}

.mypage_nomember {
	width:100%; height:100px;
	padding:20px 30px;
	border-top:2px solid #333333;
	border-bottom:1px solid #cdcdcd;	
	font-weight:bold;
}

.mypage_nomember > ul {
	width:100%; height:100%;
	overflow:hidden;
}

.mypage_nomember > ul > li {
	float:left;
	width:48%; height:100%;
}

.mypage_nomember > ul > li:first-child {
	border-right:1px solid #cdcdcd;
	font-size:1.05rem;
	padding-top:10px;
}
.mypage_nomember > ul > li:last-child {
	text-align:right;
}

.btn_mypage_login {
	width:100px; height:30px;
	border:1px solid #089fde;
	border-radius:3px 3px;
	font-size:1.0rem;
	background:#089fde;
	color:#ffffff;
}

.today_view {
	width:100%;
}

.mypage_title {
	width:100%; height:30px;
	border-bottom:1px solid #cdcdcd;
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.1rem;
	font-weight:bold;
	color:#000000;
}

.cscenter_content {
	width:100%;
}

.cscenter_title {
	position:relative;
	width:100%; height:30px;
	border-bottom:1px solid #cdcdcd;
	margin-top:20px;
	margin-bottom:20px;
	font-size:1.1rem;
	font-weight:bold;
	color:#000000;
}

.board_write_btn {
	position:absolute;
	top:-3px; right:0;
}





.main_md_container {
	width:100%; 
	margin-bottom:50px;
}

.main_md_container > ul {
	width:100%;
	overflow:hidden;
	border:1px solid #cdcdcd;
	box-sizing:border-box;
}

.main_md_container > ul > li:last-child {
	border-right:0;
}

.todayview_item_container {
	width:100%; min-height:100px;
	margin-top:10px;
	margin-bottom:50px;
}

.todayview_item_container > ul {
	width:100%;
	overflow:hidden;
}

.todayview_item_container > ul > li {
	float:left;
	width:24%; height:440px;
	border:1px solid #cdcdcd;
	box-sizing:border-box;
	margin-right:11px;
	margin-bottom:60px;
}

.todayview_item_container > ul > li:hover {
	border:2px solid #ea2129;
	cursor:pointer;
}

.todayview_item_container > ul > li:nth-child(4n+4) {
	margin-right:0;
}

.todayview_item_container > ul > li > ul {
	width:100%;
}

.todayview_item_container > ul > li > ul > li {
	width:100%;
}

.todayview_item_container > ul > li > ul > li:first-child {
	border-bottom:1px solid #cdcdcd;
}

.todayview_item_container > ul > li > ul > li > a > img {
	width:100%;
	display:block;
}

.todayview_item_container > ul > li > ul > li:nth-child(2) {
	height:50px;
	padding:10px 10px;
	box-sizing:border-box;
}

.todayview_item_container > ul > li > ul > li:nth-child(3) {
	height:70px;
	line-height:20px;
	padding:10px 10px;
	box-sizing:border-box;
	font-size:0.95rem;
	font-weight:bold
}

.todayview_item_container > ul > li > ul > li:nth-child(4) {
	height:60px;
	padding:10px 10px;
	box-sizing:border-box;
}

.todayview_item_container > ul > li > ul > li:nth-child(4) > ul {
	width:100%;
	overflow:hidden;
}

.todayview_item_container > ul > li > ul > li:nth-child(4) > ul > li {
	float:left;
	height:60px;
}

.todayview_item_container > ul > li > ul > li:nth-child(4) > ul > li:first-child {
	width:5%;
}

.todayview_item_container > ul > li > ul > li:nth-child(4) > ul > li:nth-child(2) {
	width:40%;
	line-height:60px;
}

.todayview_item_container > ul > li > ul > li:nth-child(4) > ul > li:nth-child(2) > ul {
	width:100%;
}

.todayview_item_container > ul > li > ul > li:nth-child(4) > ul > li:nth-child(2) > ul > li {
	width:100%; height:25px;
	line-height:25px;
	color:#ea2129;
}

.todayview_item_container > ul > li > ul > li:nth-child(4) > ul > li:last-child {
	width:55%;
}

.todayview_item_container > ul > li > ul > li:nth-child(4) > ul > li:last-child > ul {
	width:90%;
	margin:0 auto;
}

.todayview_item_container > ul > li > ul > li:nth-child(4) > ul > li:last-child > ul > li {
	width:100%; height:25px;
	line-height:25px;
	text-align:right;
}


.modify_field {
	width:100%;
	margin-bottom:50px;
}

.modify_field > table td {
	font-size:1.05rem;
}

.modify_field > table td:first-child {	
	padding-left:30px; 
	box-sizing:border-box
	text-align:left; 
}

.modify_field > table td:last-child {
	padding-left:20px;
	box-sizing:border-box;
	text-align:left; 
}

.cart_memo {
	width:70%; height:30px;
	line-height:30px;
	border:1px solid #cdcdcd;
	border-radius:2px 2px;
	text-align:center;
}

.cart_memo_save {
	display:inline-block;
	width:20px; height:20px;
	font-size:1.3rem;
	font-weight:bold;
	border:1px solid #999999;
	border-radius:3px 3px;
	cursor:pointer;
	color:#333333;
}

.cart_item_container {
	width:100%;
	padding:20px 0 20px 0;
	font-size:1.0rem;
}

.cart_item_container table td > a {
	font-size:1.0rem;
	line-height:18px;
}

.cart_btn_line {
	width:100%;
	margin-top:50px;
}

.cart_btn_line > ul {
	width:100%;
	overflow:hidden;
}

.cart_btn_line > ul > li {
	float:left;
}

.cart_btn_line > ul > li:nth-child(3) {
	width:40%;
}
.cart_btn_line > ul > li:nth-child(1),
.cart_btn_line > ul > li:nth-child(2) {
	width:15%;
	text-align:left;
}
.cart_btn_line > ul > li:nth-child(4),
.cart_btn_line > ul > li:nth-child(5) {
	width:15%;
	text-align:right;
}

.btn_red {
	width:120px; height:40px;
	font-weight:bold;
	color:#ffffff;
	background:#d90404;
	font-size:1.0rem;
	border:1px solid #d90404;
	border-radius:3px 3px;
	cursor:pointer
}

.btn_blue {
	width:120px; height:40px;
	font-weight:bold;
	color:#ffffff;
	background:#089fde;
	font-size:1.0rem;
	border:1px solid #089fde;
	border-radius:3px 3px;
	cursor:pointer
}

.btn_gray {
	width:120px; height:40px;
	font-weight:bold;
	color:#000000;
	background:#cdcdcd;
	font-size:1.0rem;
	border:1px solid #bcbcbc;
	border-radius:3px 3px;
	cursor:pointer;
}

.btn_black {
	width:120px; height:40px;
	font-weight:bold;
	color:#ffffff;
	background:#555555;
	font-size:1.0rem;
	border:1px solid #555555;
	border-radius:3px 3px;
	cursor:pointer
}











.cart_popup_container {
	display:none;
	position:fixed;
	top:0; left:0;
	width:100%; height:100%;
	z-index:200;
}

.cart_popup_container > .cart_popup_content {
	position:relative;
	width:100%; height:100%;
	background-color: rgba( 0, 0, 0, 0.5 )
}

.cart_popup_container > .cart_popup_content > p {
	width:100%; height:30px;
	text-align:center;
}

.cart_popup_container > .cart_popup_content > ul {
	position:absolute;
	top:100px; left:100px;	
	width:500px; height:150px;
	border:5px solid #ababab;
	border-radius:2px 2px;
	overflow:hidden;
	background:#FFFFFF;
	box-sizing:border-box;	
}

.cart_popup_container > .cart_popup_content > ul > li {
	float:left;
	width:50%;	
}

.cart_popup_container > .cart_popup_content > ul > li:nth-child(1) > a {
	display:block;
	width:140px; height:50px;
	line-height:50px;
	margin:0 auto;
	margin-top:50px;	
	text-align:center;
	font-size:1.2em;
	border:1px solid #555555;
	border-radius:2px 2px;
	color:#FFFFFF;
	background:#555555;
}	

.cart_popup_container > .cart_popup_content > ul > li:nth-child(2) > a {
	display:block;
	width:140px; height:50px;
	line-height:50px;
	margin:0 auto;
	margin-top:50px;
	text-align:center;
	font-size:1.2em;
	border:1px solid #bdbdbd;
	border-radius:2px 2px;
	background:#FFFFFF;
}	


.wish_popup_container {
	display:none;
	position:fixed;
	top:0; left:0;
	width:100%; height:100%;
	z-index:100;		
}

.wish_popup_container > .wish_popup_content {
	position:relative;
	width:100%; height:100%;
	background-color: rgba( 10, 10, 10, 0.5 )
}

.wish_popup_container > .wish_popup_content > p {
	width:100%; height:30px;
	text-align:center;
}

.wish_popup_container > .wish_popup_content > ul {
	position:absolute;
	top:0; left:0;	
	width:500px; height:150px;
	border:5px solid #ababab;
	overflow:hidden;
	background:#FFFFFF;
	box-sizing:border-box;	
}

.wish_popup_container > .wish_popup_content > ul > li {
	float:left;
	width:50%;	
}

.wish_popup_container > .wish_popup_content > ul > li:nth-child(1) > a {
	display:block;
	width:140px; height:50px;
	line-height:50px;
	margin:0 auto;
	margin-top:50px;	
	text-align:center;
	font-size:1.2em;
	border:1px solid #555555;
	border-radius:3px 3px;
	color:#FFFFFF;
	background:#555555;
}	

.wish_popup_container > .wish_popup_content > ul > li:nth-child(2) > a {
	display:block;
	width:140px; height:50px;
	line-height:50px;
	margin:0 auto;
	margin-top:50px;
	text-align:center;
	font-size:1.2em;
	border:1px solid #bdbdbd;
	border-radius:3px 3px;
	background:#FFFFFF;
}	


.cart_gsu_box {
	width:100%;
}
a.cart_gsu_minus,
a.cart_gsu_plus
{
	display:inline-block; 
	width:22px; height:27px; 
	line-height:25px; 
	text-align:center; 
	font-size:1.0em; 
	border:1px solid #bcbcbc; 
	background:linear-gradient(#fefefe , #dedede);
	border-radius:2px 2px;
	padding-top:3px;
	vertical-align:middle;
}

.cart_gsu {	
	display:inline-block; 
	width:40px; height:26px;
	text-align:center;
	border:1px solid #bcbcbc;
	border-radius:2px 2px;	
	vertical-align:middle;
	font-size:1.1rem;
}

.cart_item_change {	
	width:70px; height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #bcbcbc;
	border-radius:3px 3px;
	background:#555555;
	color:#ffffff;
	vertical-align:middle;
}

.cart_total_price {
	width:100%; height:30px;
	margin-top:20px;
	font-size:1.2rem;
	font-weight:bold;
	color:#333333;
	text-align:right;
}

.sum_price {
	font-size:1.05rem
}

.big_check {
	vertical-align:middle;
	width:20px; height:20px;
}


.cart_item_title {
	background:#f3f3f3;
	text-align:center;
	font-weight:bold;
}
.table_title {
	background:#f3f3f3;
	text-align:center;
	font-weight:bold;
}




.bunddle_container {
	display:none;
	width:100%;
	margin-bottom:50px;
}

.bunddle_container > table td {
	font-size:1.1rem;
}

#bunddle_orderlist {
	width:100%; min-height:70px;
	padding:10px 10px;
	box-sizing:border-box;
}

.buy_pay_field {
	width:100%;
	margin-bottom:50px;
}

.buy_pay_field > table td {
	font-size:1.1rem;
}

.send_price_view {
	font-size:1.1rem;
}

.add_send_price_view {
	font-size:1.1rem;
}

.total_price_view {
	font-size:1.3rem;
	font-weight:bold;
	color:#000000;
}

.pay_price_view{
	font-size:2.0rem;
	font-weight:bold;
	color:#d90404;
}


.buy_pay_field > table td:first-child {	
	padding-left:30px; 
	box-sizing:border-box
	text-align:left; 
}

.buy_pay_field > table td:last-child {
	padding-left:20px;
	box-sizing:border-box;
	text-align:left; 
}

.buy_pay_field > table td > input[type='radio'] {
	width:20px; height:20px;
}

.btn_order {
	width:250px; height:60px;
	font-weight:bold;
	color:#ffffff;
	background:#0762b7;
	font-size:1.4rem;
	border:1px solid #0762b7;
	border-radius:5px 5px;
	cursor:pointer
}

.buy_pay_info_tax {
	width:100%; height:30px;
	margin-top:20px;
	font-size:1.1rem;
	text-align:left;
	color:#d90404;
}

.star {
	color:#d90404;
	font-weight:bold;
}

.price {
	text-align:right;
	padding-right:3px;
	box-sizing:border-box;
}

.order_complet_alert {
	width:100%; height:100px;
	margin-top:70px;
	text-align:center;
	font-size:2.0rem;
	font-weight:bold;
	color:#000000;
}

.order_complet_fail_alert {
	width:100%; height:100px;
	margin-top:70px;
	text-align:center;
	font-size:2.0rem;
	font-weight:bold;
	color:red;
}


.date {
	width:120px;
	text-align:center;
}

.order_list_search,
.order_list_search{
	font-size:1.0rem;
}



.order_list_container {
	width:100%;
	padding:20px 0 20px 0;
	font-size:1.0rem;
}

.order_list_container table td {
	font-size:1.0rem;
	line-height:130%;
}

.order_list_container table td > a {
	font-size:1.0rem;
	line-height:130%;
}

.order_list_container table td > a:hover {
	color:#f82a2a;	
}


.page_container {
	width:100%; min-height:600px;
	padding:50px 50px 100px 50px;
	box-sizing:border-box;
	line-height:150%;
	font-size:1.1rem;
}







#hide_gnb {	
	display:none;
	position:fixed;	
	width:100px; height:270px;
	left:0px;	bottom: 0px;
	z-index:1000
}

#hide_gnb .gnb_add_menu {
	margin-left:30px;
}

#hide_gnb > a {
	display:block;
	width:60px; height:60px;
	margin-left:30px;
	margin-top:20px;
	opacity:0.8;
}

#hide_gnb i.fa-plus-square {
	font-size:70px; 
}

#hide_gnb i.fa-chevron-up, #hide_gnb i.fa-chevron-down {
	font-size:50px; 
	margin-top:20px;
	margin-left:5px;
}

#hide_gnb i.fa-square {
	font-size:70px;	
}


#hide_gnb .hide_gnb_menu {
	display:none;
	position:absolute;
	top:0px;	left:110px;
	width:250px; height:200px;
	border:1px solid #dedede;
	background:#FFFFFF;	
	box-shadow: 3px 5px 30px -1px #999999;
}

#hide_gnb .hide_gnb_menu > ul {
	width:100%;
}

#hide_gnb .hide_gnb_menu > ul > li {
	width:100%; height:65px;
	border-bottom:1px dashed #dedede;
}

#hide_gnb .hide_gnb_menu > ul > li:last-child {
	border-bottom:0;
}

#hide_gnb .hide_gnb_menu > ul > li > a {
	display:block;
	width:100%; height:65px;
	line-height:65px;
	font-size:2.0rem;
	font-weight:bold;
	
	padding-left:20px;
	color:#333333;
	background:#FFFFFF;
	box-sizing:border-box;
}


.find_field {
	width:70%;
	margin:0 auto;
	margin-top:50px;
	margin-bottom:100px;
}

.find_field > table {
	width:100%;
	margin:0 auto;
}


.find_field > table td {
	font-size:1.2rem;
}

.find_field > table td:first-child {	
	padding-left:30px; 
	box-sizing:border-box
	text-align:left; 
}

.find_field > table td:last-child {
	padding-left:20px;
	box-sizing:border-box;
	text-align:left; 
}

.find_txt {
	color:#f82a2a;
	font-weight:bold;
}

.order_view_info {
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
}

.order_view_info > table {
	width:100%;
	margin:0 auto;
}


.order_view_info > table td {
	font-size:1.05rem;
}

.order_view_info > table td:first-child {	
	padding-left:30px; 
	box-sizing:border-box
	text-align:left; 
}

.order_view_info > table td:last-child {
	padding-left:20px;
	box-sizing:border-box;
	text-align:left; 
}

.pass_find_alert {
	width:100%;
	line-height:25px;
	font-size:1.05rem;
	margin-top:10px;
}

.pass_find_title {
	width:100%;
	margin-top:70px;
	font-size:2.0rem;
	line-height:50px;
	font-weight:bold;
	color:#000000;
	text-align:center;
}

.agree_field {
	width:100%;
	margin-top:40px;
	margin-bottom:30px;
}

.agree_field > table {
	width:100%;
	margin:0 auto;
}


.agree_field > table td {
	font-size:1.05rem;
	line-height:25px;
}

.agree_field > table td textarea {
	width:98%; height:80px;
	border:1px solid #cdcdcd;
}


.agree_field > table td:first-child {	
	padding-left:30px; 
	box-sizing:border-box
	text-align:left; 
}

.agree_field > table td:last-child {
	padding-left:20px;
	box-sizing:border-box;
	text-align:left; 
}







#multi_popup {
	position:absolute;
	top:150px ; left:30px;
	width:420px; height:590px;
	z-index:101;
}

.single_popup {
	position:absolute;	
	background:#ffffff;	
	border:1px solid #cccccc;
}

.single_popup > div > img {
	display:block;
}

.single_popup > p.btn_container {
	position:relative;
	width:100%; height:30px;	
	font-size:0.8rem;	
	font-weight:normal;
	margin:0;
	padding:5px 0 0 10px;
	box-sizing:border-box;
}

.single_popup > p.btn_container > input[type=checkbox] {
	vertical-align:middle;
}

.single_popup > p.btn_container > input[type=button] {
	position:absolute;	
	top:3px; right:10px;
	width:40px; height:20px;
	font-size:0.7rem;
}


.searchtext_slide_container {
	float:left;
	display:inline-block;
	width:300px; height:20px;
	overflow:hidden;
	margin-left:10px;
}

.searchtext_content {
	position:relative;
	width:100%; height:auto;
}

.searchtext_content > li {
	width:100%; height:100%;
	line-height:20px;
	text-align:left;
}








.addrlist_title {
	width:100%; height:40px;
	font-size:0.9rem;	
}

.addrlist_title table {
	width:100%;
}
.addrlist_title thead {
	width:100%; 	
	background:#dedede;
}

.addrlist_title thead th {
	height:40px;
	line-height:40px;
	font-weight:normal;
	color:#777777;
}


.addrlist_container {
	width:100%; height:400px;
	overflow-y:scroll;
	border-bottom:1px solid #dedede;
}

.addrlist_container table {
	width:100%;	
}

.addrlist_container table td {
	font-size:1.0rem;	
}

.addrlist_container table td > a:hover {
	color:#fd5a01;
}






.addr_add_container {
	margin-top:10px;
	width:100%;
}


.send_search {
	display:inline-block;
	width:60px; height:19px;
	line-height:19px;
	font-size:0.7rem;
	font-weight:bold;
	background:#333333;
	color:#ffffff;
	text-align:center;
	border:1px solid #333333;
	border-radius:3px 3px;
	margin:0 auto;
}

.send_search2 {
	display:inline-block;
	width:100px; height:25px;
	line-height:25px;
	font-size:1.0rem;
	font-weight:bold;
	background:#333333;
	color:#ffffff;
	text-align:center;
	border:1px solid #333333;
	border-radius:3px 3px;
	margin-left:50px;
}



.btn_receipt {
	display:inline-block;
	width:50px; height:19px;
	line-height:19px;
	font-size:0.7rem;
	font-weight:bold;
	background:#333333;
	color:#ffffff;
	text-align:center;
	border:1px solid #333333;
	border-radius:3px 3px;
	margin:0 auto;
}






.cscenter_menu {
	width:80%; height:240px;
	border:1px solid #dedede;
	border-radius:5px 5px;
}

.cscenter_menu > p {
	width:100%; height:60px;
	line-height:60px;
	text-align:left;
	background:#089fde;
	color:#ffffff;
	font-weight:bold;
	font-size:1.4rem;
	border-radius:5px 5px 0 0;
	padding-left:20px;
	box-sizing:border-box;
}

.cscenter_menu > ul {
	width:100%;
}

.cscenter_menu > ul > li  {
	width:100%; height:45px;	
	border-bottom:1px solid #dedede;
	box-sizing:border-box;
}

.cscenter_menu > ul > li:last-child  {
	border-bottom:0;
}

.cscenter_menu > ul > li > a {
	display:block;
	width:100%; height:45px;
	line-height:45px;
	color:#333333;
	font-weight:bold;
	font-size:1.05rem;
	padding-left:20px;
	box-sizing:border-box;
}

.cscenter_menu > ul > li > a:hover {
	color:#f82a2a;		font-weight:bold;
}

.cscenter_menu > ul > li > a.active {
	color:#f82a2a;		font-weight:bold;
}



.faq_list_container {
	width:100%; height:auto;
	margin-bottom:30px;
}

.board_list_search {
	width:100%; height:auto;
	margin-bottom:30px;
	text-align:right;
}

.board_list_search > select {
	width:100px; height:30px;
	border:1px solid #dedede;
	font-size:0.9rem;
}
.board_list_search > input {
	width:250px; height:30px;
	line-height:30px;
	text-align:center;
	border:1px solid #dedede;
	font-size:0.9rem;
}
.board_list_search > a {
	display:inline-block;
	width:70px; height:30px;
	line-height:30px;
	text-align:center;
	font-size:0.9rem;
	border:1px solid #dedede;
	border-radius:3px 3px;
	background:#ffffff;
	cursor:pointer;
}






.new_post {
	display:inline-block;
	width:28px; height:15px;
	line-height:15px;
	font-size:0.7rem;
	font-weight:bold;
	background:#0154a2;
	color:#ffffff;
	text-align:center;
	border:1px solid #0154a2;
	border-radius:3px 3px;
	margin-left:10px;	
}


.board_content_subject {
	width:100%; height:50px;
	line-height:50px;
	font-size:1.0rem;
	font-weight:bold;
	color:#333333;
	background:#f3f3f3;
	border-top:2px solid #333333;
	border-bottom:1px solid #cdcdcd;
	padding-left:20px;
	box-sizing:border-box;
}

.board_content {
	width:100%; min-height:300px;	
	line-height:150%;
	text-align:left;
	font-size:0.9rem;
	font-weight:normal;
	color:#000000;	
	padding:20px 20px;
	border-bottom:1px solid #dedede;
	box-sizing:border-box;
}

.board_answer {
	width:100%; min-height:300px;	
	line-height:150%;
	text-align:left;
	font-size:0.9rem;
	font-weight:normal;
	background:#f3f3f3;
	color:#000000;	
	padding:20px 20px;
	border-bottom:1px solid #dedede;
	box-sizing:border-box;
}



.page_navi {
	width:100%; height:35px; 
	margin-top:20px; 
	margin-bottom:40px; 
	text-align:center; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
}


.left_page_btn {
	display:block;
	width:35px; height:35px; 
	line-height:35px;
	text-align:center;
	color:#ffffff;
	background:#9198a5;
	font-weight:bold;
	font-size:1.2rem;
	margin:0 5px 0 0;
}


.right_page_btn {
	display:block;
	width:35px; height:35px;
	line-height:35px;
	text-align:center;
	color:#ffffff;
	background:#9198a5;
	font-weight:bold;
	font-size:1.2rem;
	margin:0 0 0 5px;
}



.page_btn {
	display:block;
	width:35px; height:35px;
	line-height:35px;
	text-align:center;
	color:#333333;
	font-weight:bold;
	border:1px solid #cdcdcd;	
	margin:0 0 0 2px;
}


.page_active {
	background:#0154a2;
	color:#ffffff;
}




.border_write_container {
	width:100%;
	margin-bottom:50px;
}

.border_write_container > table td {
	font-size:1.0rem;
}

.border_write_container > table td:first-child {	
	padding-left:30px; 
	box-sizing:border-box
	text-align:left; 
}

.border_write_container > table td:last-child {
	padding-left:20px;
	box-sizing:border-box;
	text-align:left; 
}

.border_write_container input,
.border_write_container textarea
{
	font-size:1.0rem;
}



.calculat_pre_price { color:#d90404; font-weight:bold; font-size:1.2rem;}
.calculat_sum_price  { color:#000000; font-weight:bold; font-size:1.1rem; padding-right:3px; box-sizing:border-box; }
.calculat_rest_price { color:#089fde; font-weight:bold; font-size:1.2rem;}

.calculat_pass {
	display:inline-block;
	width:50px; height:19px;
	line-height:19px;
	border:1px solid #999999; 	
	border-radius:3px 3px;
	text-align:center;
	background:#999999; 
	color:#ffffff;
	font-weight:bold;
	font-size:0.8rem;
}

#prd_list {
	width:100%; height:200px;
	border-bottom:1px solid #aaaaaa;
	overflow-y:scroll;
}

#prd_list > table,
#prd_list > table td {
	font-size:1.0rem
}

#return_cart_list {
	width:100%; height:200px;
	border-bottom:1px solid #aaaaaa;
	overflow-y:scroll;
}

#return_cart_list > table,
#return_cart_list > table td {
	font-size:1.0rem
}



.return_list_container {
	width:100%;
	margin:20px 0 0 0;
	font-size:1.0rem;
	overflow-y:scroll;
}

.return_list_container table td {
	font-size:1.0rem;
	line-height:130%;
}

.return_list_container table td > a {
	font-size:1.0rem;
	line-height:130%;
}

.return_list_container table td > a:hover {
	color:#f82a2a;	
}



.return_detail_container table td {
	font-size:1.0rem;
}



.return_page_navi {
	width:100%; height:35px; 
	margin-top:5px; 
	margin-bottom:5px; 
	text-align:center; 
	display: flex; 
	justify-content: center; 
	align-items: center; 
}


.return_list_search {
	position:relative;
	width:100%; height:20px;
	text-align:right;
}


.pop_title2 {
	position:absolute;
	top:10px; left:5px;
	height:25px;
	font-size:15px;
	font-weight:bold;
}

.pop_title2 > i {
	font-size:1.1rem;
	vertical-align:middle;
	margin-right:5px;
}

.runout_txtb {
	display:inline-block;
	width:50px; height:20px;
	line-height:20px;
	text-align:center;
	background:#b70707;
	color:#ffffff;
	font-weight:bold;
	font-size:0.9rem;
	border:1px solid #850404;
	border-radius:2px 2px;

}
.freegsu_txtb {
	display:inline-block;
	width:100px; height:20px;
	line-height:20px;
	text-align:center;
	background:#b70707;
	color:#ffffff;
	font-weight:bold;
	font-size:0.9rem;
	border:1px solid #850404;
	border-radius:2px 2px;
}

.sub_cate_banner {
	width:100%; height:200px;
	margin:20px 0;
}

.sub_cate_banner > img {
	width:100%; height:200px;
}




.sub_opt_box {
	position:absolute;
	top:5px; left:5px;
	display:none;
	width:235px; height:230px;
	background:rgba(255,255,255,1.0);
	border:1px solid #999999;
	padding:10px 10px;
	box-sizing:border-box;
	z-index:15
}

.sub_opt_content {
	width:100%; height:170px;
	margin-bottom:10px;
	box-sizing:border-box;
	overflow-y:auto;
	overflow-x:hidden;
}

.sub_opt_content > ul {
	width:100%;
	overflow:hidden
}

.sub_opt_content > ul > li {
	float:left;
	height:40px;	
	line-height:35px;
	
}

.sub_opt_content > ul > li:nth-child(1) {
	width:55%;	
	font-size:1.0rem;
	font-weight:bold;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;	
}

.sub_opt_content > ul > li:nth-child(2) {
	width:45%;
}

.sub_gsu_box {
	width:100%; height:30px;
}

.sub_gsu_minus,
.sub_gsu_plus {
	display:inline-block; 
	width:22px; height:23px; 
	line-height:23px; 
	text-align:center; 
	font-size:1.0em; 
	border:1px solid #bcbcbc; 
	background:linear-gradient(#fefefe , #dedede);
	border-radius:2px 2px;
	padding-top:3px;
	vertical-align:middle;
}

.sub_gsu {
	display:inline-block; 
	width:25px; height:27px;
	line-height:27px;
	text-align:center;
	border:1px solid #bcbcbc;
	border-radius:2px 2px;	
	vertical-align:middle;
	font-size:1.1rem;
}



.sub_opt_btn {
	width:100%; height:30px;
}

.sub_opt_btn > ul {
	width:100%;
	overflow:hidden
}

.sub_opt_btn > ul > li {
	float:left;
	width:50%; height:30px;	
}

.sub_opt_btn > ul > li:nth-child(1) > a {
	display:block;
	width:95%; height:25px;
	line-height:25px;
	text-align:center;
	background:#ffffff;
	border:1px solid #ca1c23;	
	color:#ca1c23;
	font-weight:bold;
	
}

.sub_opt_btn > ul > li:nth-child(2) > a {
	display:block;
	width:95%; height:25px;
	line-height:25px;
	text-align:center;
	background:#ca1c23;
	border:1px solid #ca1c23;	
	color:#ffffff;
	font-weight:bold;
	
}

.btn_prt {
	width:250px; height:60px;
	font-weight:bold;
	color:#ffffff;
	background:#777777;
	font-size:1.4rem;
	border:1px solid #777777;
	border-radius:5px 5px;
	cursor:pointer
}

.btn_save { width:70px; height:35px; line-height:35px; margin-bottom:10px; background:#333333; color:#ffffff; border:1px solid #333333; border-radius:5px 5px; text-align:center; font-size:0.9rem; font-weight:bold; cursor:pointer }
.btn_close { width:70px; height:35px; line-height:35px; margin-bottom:10px; background:#333333; color:#ffffff; border:1px solid #333333; border-radius:5px 5px; text-align:center; font-size:0.9rem; font-weight:bold; cursor:pointer }
.btn_line2 { width:100%; height:30px; margin-top:20px; text-align:center; display: flex; justify-content: center; align-items: center; }

.member_view_pop_container{
	width:100%;
}

.member_view_pop_container table {
	width:100%;
}

.member_view_pop_container > table td:first-child,
.member_view_pop_container > table td:nth-child(3) {	
	padding-left:20px; 
	box-sizing:border-box
	text-align:left; 
}

.member_view_pop_container > table td:nth-child(2),
.member_view_pop_container > table td:last-child {
	padding-left:10px;
	box-sizing:border-box;
	text-align:left; 
}
.search_container_view {
	position:relative;
	width:100%;
	padding:5px 0;	
}

.search_container_view table {
	width:100%;
}

.order_view_change_line {
	width:100%;
	overflow:hidden;
}

.order_view_change_line > li {
	float:left;
	height:30px;
	margin-top:20px;
}

.order_view_change_line > li:nth-child(1) {
	width:30%; 
	line-height:30px;
	text-align:left;
	font-size:1.0rem;
	font-weight:bold;
	padding-left:10px;
	box-sizing:border-box
}

.order_view_change_line > li:nth-child(2) {
	width:30%;
	line-height:30px;
	text-align:center;
	font-size:1.0rem;
	font-weight:bold;
}

.order_view_change_line > li:nth-child(3) {
	width:40%;
	text-align:right;
}


.table_head { font-weight:bold; text-align:center}
.table_headb { font-weight:bold;}


