@charset "UTF-8";       /* 스타일 시트의 인코딩을 Unicode UTF-8로 설정 */
@import url(https://cdn.jsdelivr.net/font-nanum/1.0/nanumgothiccoding/nanumgothiccoding.css);

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(//example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(//example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(//example.com/MaterialIcons-Regular.woff) format('woff'),
    url(//example.com/MaterialIcons-Regular.ttf) format('truetype');
}
/* Chrome, Safari용 스크롤 바
	::-webkit-scrollbar {width: 8px; height: 8px; border: 3px solid #fff; }
	::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment {display: block; height: 10px; }	/* background: url('./images/bg.png'); 오류남. 
	::-webkit-scrollbar-track {background: #efefef; -webkit-border-radius: 10px; border-radius:10px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0, .1)}
	::-webkit-scrollbar-thumb {height: 50px; width: 50px; background: rgba(0,0,0,.6); -webkit-border-radius: 8px; border-radius: 8px; -webkit-box-shadow: inset 0 0 4px rgba(0,0,0, .2)}*/
body {	
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: default;
	font-family: 'Nanum Gothic', 'Verdana', NanumGothic, '돋움', Dotum, verdana, Sans-serif;
	letter-spacing: -1px;
	overflow-x: hidden;
	word-break: break-all;
	-ms-word-break: break-all;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}

input {	font-family: 'Nanum Gothic', 'Verdana', NanumGothic, '돋움', Dotum, verdana, Sans-serif;  }
textarea {	 font-family: 'Nanum Gothic', 'Verdana', NanumGothic, '돋움', Dotum, verdana, Sans-serif;	 }
select {	 font-family: 'Nanum Gothic', 'Verdana', NanumGothic, '돋움', Dotum, verdana, Sans-serif;	 }
button {	font-family: 'Nanum Gothic', 'Verdana', NanumGothic, '돋움', Dotum, verdana, Sans-serif;	}
table {	font-family: 'Nanum Gothic', 'Verdana', NanumGothic, '돋움', Dotum, verdana, Sans-serif;	}

h1, h2, h3, h4, h5, h6, div, p, ul, ol, li, dl, dt, dd, form, input, table, thead, tbody, tr, th, td, fieldset, legend, textarea, button, select, section { 
	margin: 0;
	padding: 0;
}
 
h1, h2, h3, h4, h5, h6 { font-size: 12px; }

*{-webkit-tap-highlight-color:rgba(0,0,0,0) } /* 안드로이드 인풋박스 주황색라인 없애기 */
*{-webkit-text-size-adjust:none;} /* 아이폰 가로모드 폰트 커지는 문제 해결 */
*{-webkit-border-radius:0;-webkit-box-sizing:content-box; }/* 아이폰 input 라운딩 막기 */
img, img a, button { border: none;	}
img { max-width: 100%;	 }
li { list-style: none; }
::-webkit-scrollbar { display:none; } /* 모바일 스크롤스타일 감추기 */
/*div {display:inline-block; zoom:1; *display:inline;}*/

a:link, a:visited { text-decoration: none; color: #666; }
a:hover, a:active { text-decoration: none; color: #666; }

table, th, td { border-collapse: collapse; }
.font_naver	{ color: #1ec800; }

/* input 관련 */
input[type='number'] {
	text-align: center;
	font-size: 14px;
}
input[type='radio'] {
	-webkit-border-radius: 10px;
}
input[type='checkbox'] {
	background: #fff;
	height: 20px;
	width: 20px;
	-webkit-appearance: none;
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	background: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#ececee));
}
input[type='checkbox']:checked {
	background: #e10013 url(../images/input_che_ico.png) no-repeat center 5px;
	background-size: 14px 11px; -webkit-background-size: 14px 11px;
}
input[type='checkbox']:disabled {
	border: 1px solid #999;
	background: #bbb url(../images/input_che_ico2.png) no-repeat center 5px;
	background-size: 14px 11px; -webkit-background-size: 14px 11px;
}
input[type='checkbox']:checked:after {
	border: 1px solid #ff5400;
	background: #ff622b url(../images/input_che_ico.png) no-repeat center 5px;
	background-size: 14px 11px; -webkit-background-size: 14px 11px;
}
input.input_sch {
	font-family: 'Lato', arial;
	border: none;
	background: transparent;
	font-size: 14px;
	line-height: 37px;
}
input.input_num {
	font-family: 'Lato', arial;
	border: none;
	background: transparent;
	font-size: 14px;
	line-height: 30px;
}
input.input_num2 {
	font-family: 'Lato', arial;
	background: #fff;
	border: 0;
	font-size: 14px;
	font-weight: 900;
	color: #666;
	line-height: 26px;
	text-align: center;
	padding: 0 3px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
input.input_num24 {
	font-family: 'Lato', arial;
	border: 0;
	font-size: 14px;
	font-weight: 900;
	color: #666;
	line-height: 24px;
	background: transparent;
	text-align: center;
	padding: 0 3px;
}
input.input_num3 /* 관련상품 카운트 */ {
	font-family: 'Lato', '나눔고딕', '돋움';
	background: #fff;
	border: 0;
	font-size: 13px;
	font-weight: 900;
	color: #666;
	line-height: 30px;
	text-align: center;
	padding: 0 3px;
}
textarea.textarea_text {
	font-family: HelveticaNeue, arial;
	border: none;
	background: transparent;
	font-size: 14px;
	line-height: 30px;
}
select.select_nor, select.select_nor24 {
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	line-height: 31px;
	height: 31px;
	-webkit-appearance: none;
	background: transparent;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #a7a8ad;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 0 35px 0 5px;
	font-size: 11px;
}
select.select_nor24 {
	line-height: 24px;
}
select.select_sel {
	line-height: 38px;
	-webkit-appearance: none;
	background: #fff;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	border: 0;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	text-align: center;
	padding: 0 15px;
	font-size: 14px;
	font-family: 'Lato';
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}


/* float 관련 */
.fl		 { float: left; }
.fr		 { float: right; }
.clear	 { clear: both; }
.dn	{	display: none;	}
.tc		{ text-align: center;	}

/* font 관련 */
.fm {	color: #e10013;	}
.ftm { color: #3d4350;	}
.fsm { color: #08bd54;	}
.fbl	{ color: #000;	}
.fbg	{ color: #333;	}
.fb7	{ color: #777;	 }
.fw {	color: #fff;	 }
.fbp	{	color: #ff5893;	}
.fbb	{	color: #0eced9;	}
.fbo	{	color: #ff9956;	}
.fbr	{	color: #97d939;	}
.fdb {	color: #113c9e; }
.fred { color: #e50707;	}
.fp { color: #2ac66d; }
.fb {	font-weight: bold;	 }
.f11 {	font-size: 11px;	}
.f12	{ font-size: 12px;	}
.f14	{ font-size: 14px;	}
.f16	{ font-size: 16px;	}
.f18	{ font-size: 18px;	}
.f24	{ font-size: 24px;	}
.ftr {	 text-align: right;	}
.ftl {	 text-align: left;	}
.f100 { font-family: '나눔고딕', '돋움'; font-weight: 100; }
.f200 { font-family: '나눔고딕', '돋움'; font-weight: 200; }
.f300 { font-family: '나눔고딕', '돋움'; font-weight: 300; }
.f400 { font-family: '나눔고딕', '돋움'; font-weight: 400; }
.f700 { font-family: '나눔고딕', '돋움'; font-weight: 700; }
.f900 { font-family: '나눔고딕', '돋움'; font-weight: 900; }
.ft	 { font-family: tahoma; font-size: 10px;	 }
.price_unit { font-size: 11px;  font-family: 'Lato', '나눔고딕', '돋움'; margin-left: 3px;}
.price_Lato { font-family: 'Lato'; font-weight: 700; font-size: 16px;}
.e_Lato { font-family: 'Lato', '나눔고딕', '돋움'; font-weight: 400; font-size: 16px;}
.hand { cursor: pointer; }
.gate_bar { height: 9px; background: #e4e4e4 }
.cancel_line { text-decoration: line-through; }


#Wrap {
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
}
#M_wrap {
	position: absolute;
	width: 100%;
	min-height: 100%
	padding: 0;
	margin: 0;
	z-index: 102;
	top: 0;
	/*right: -80%;  메뉴한눈에보기 터치했을때 이동할 위치 */
	background: #fff;
	overflow: hidden;
}
#M_wrap.sliding, #M_wrap.sliding2 {
	position: relative;
	width: 100%;
	height: 100vh;
	overflow: hidden;
}
article {
	clear: both;
	/*position: relative;*/
	width: 100%;
}

/* article 영역 공통 div */
article p.wt_sel {
	background: url(../images/G_select_arrow.png) no-repeat right top;
	background-size: 33px 33px; -webkit-background-size: 33px 33px;
}
article p.wt_sel24 {
	height: 28px;
	background: url(../images/G_select_arrow.png) no-repeat right 3px;
	background-size: 26px 26px; -webkit-background-size: 26px 26px;
}
p.wt_sel24_1 {
	height: 30px;
	background: url(../images/G_select_arrow.png) no-repeat right 0;
	background-size: 33px 33px; -webkit-background-size: 33px 33px;
}
article p.wt_in {
	background: #fff;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #a7a8ad;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 0 10px;
}
article p.wt_input input { 
	font-family: 'Lato', arial;
	border: none;
	background: transparent;
	font-size: 14px;
	line-height: 30px; 
}
article div.G_content_box {
	width: 100%;
}
div.M_form_box, article div.M_Pform_box, div.M_Oform_box, div.M_Uform_box, div.M_popup div.M_form_box, div.M_Nform_box, div.M_NPform_box {
	width: 100%;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 10px;
	background-color: #fff;
	border-top: 1px solid #fff;
}
div.M_Pform_box {
	background: #fff;
	padding-top: 5px;
}
article div.M_Oform_box {
	padding-top: 0;
}
div.M_Uform_box { border-bottom: 2px solid #cdcdcd; }
div.M_Nform_box {
	float: left;
	width: 100%;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 10px;
	background-color: #f9f9f9;
	background: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#ececee));
	border-top: 1px solid #fff;
}
div.M_NPform_box {
	background: none;
	padding: 0;
}
div.M_Nform_box:afeter { display: block; content: ''; clear: both; }
div.M_repeat, div.M_Drepeat, div.M_Prepeat {
	position: relative;
	width: 100%;
	background: #fff;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 10px;
	-webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}
div.M_Drepeat, div.M_form_box > div.M_Drepeat /* 회원가입양식 */ {
	background: #ffffff url(../images/clear_line_dot2.png) repeat-x left top;
	background-size: 4px 4px; -webkit-background-size: 4px 4px;
}
div.M_Prepeat {
	background: #ffffff url(../images/clear_line_dot2.png) repeat-x left top;
	background-size: 4px 4px; -webkit-background-size: 4px 4px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-top: 0;
}

/* 페이지전체 타이틀바 */
article h1.sub_title, article h1.sub2_title, article h1.sub4_title, article h1.subI_title, article h1.gub_title {
	clear: both;
	line-height: 34px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	color: #5f5f5f;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
	vertical-align: top;
}
article h1.subI_title {
	line-height: 0;
	padding: 7px 0;
}
article h1.sub2_title {
	margin-top: 10px;	
}
article h1.sub3_title {
	clear: both;
	margin-top: 10px;
	line-height: 34px;
	font-weight: bold;
	font-size: 14px;
	background: 	#f2f2f2;
	border-top: 2px solid #d9d9d9;
	border-bottom: 1px solid #e6e6e6;
	vertical-align: top;
	color: #000;
}
article h1.sub4_title {
	text-align: left;
	padding-left: 10px;
} 
article h1.sub_title > ul, article h1.sub2_title > ul, article h1.sub3_title > ul, article h1.subI_title > ul {
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
}
article li.gub_tl {
	-webkit-box-flex:1;
	padding-left: 10px;
	text-align: left;
	font-size: 16px;
}
article li.gub_l {
	padding-left: 10px;
	text-align: left;
}
article li.gub_c {
	-webkit-box-flex:1;
	text-align: center;
	font-size: 16px;
	line-height: 27px;
}
article li.gub_cl {
	-webkit-box-flex:1;
	text-align: left;
	padding-left: 5px;
	font-size: 11px;
	line-height: 27px;
	font-weight: normal;
}
article li.gub_r {
	padding-right: 10px;
}
article p.btn_arrow {
	padding: 0 13px 0 0;
	background: url(../images/btn_arrow_ico.png) no-repeat right 10px;
	background-size: 9px 14px; -webkit-background-size: 9px 14px;
}
article div.M_clear_line {
	clear: both;
	width: 100%;
	height: 10px;
	margin: 10px 0;
	background: url(../images/clear_line_dot.png) repeat-x left top;
	background-size: 10px 10px; -webkit-background-size: 10px 10px;
	vertical-align: top;
}

/* 공통버튼 */
article p.P_prew_btn, article p.P_home_btn {
	display: inline-block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	border-radius: 26px 26px;
	-webkit-border-radius: 26px 26px;
	background: #efefef url(../images/btn_home_ico.png) no-repeat 6px 6px;
	background-size: 14px 13px; -webkit-background-size: 14px 13px;
}
article p.P_prew_btn a, article p.P_home_btn a {
	display: block;
	width: 26px;
	height: 26px;
}
article p.P_prew_btn {
	background: #efefef url(../images/btn_arrow_ico2.png) no-repeat 10px 6px;
	background-size: 9px 14px; -webkit-background-size: 9px 14px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(18*0deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

/* footer 하단메뉴 */
ul.mfb_con {
	clear: both;
	width: 100%;
	height: 34px;
	line-height: 34px;
	padding-top: 20px;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	background: #fff;
}
ul.mfb_con > li {
	-webkit-box-flex:1;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
	font-weight: bold;
}
ul.mfb_con > li:first-child {
	border-left: none;
}
ul.mfb_con > li a {
	display: block;
	width: 100%;
	height: 34px;
	color: #111;
}

/* footer */
footer {
	clear: both;
	background: #575757;
	color: #f0f0f0;
	font-size: 11px;
	letter-spacing: 0;
}
footer div.F_menu_box {
	clear: both;
	width: 100%;
}
footer ul.fmb_con {
	clear: both;
	width: 100%;
	padding: 5px 0 10px 0;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
	font-size: 12px;
}
footer ul.fmb_con > li {
	-webkit-box-flex:1;
	width: 25%;
	margin: 0 3px;
	line-height: 21px;
	text-align: center;
}
footer div.F_copy_box {
	clear: both;
	width: 100%;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 30px 30px 70px 30px;
	text-align: left;
	vertical-align: top;
}
footer ul.fcb_con {
	display: inline-block;
	vertical-align: top;
}
footer ul.fcb_con > li {
	float: left;
	padding: 0 5px;
	line-height: 20px;
}
footer ul.fcb_con > li a {
	color: #f0f0f0;
}
footer div.F_copy_box > .copy { margin: 40px auto; text-align: center; }
footer div.F_copy_box > .copy p { margin-bottom: 5px; font-size: 11px; }

footer ul.F_copy_menu {
	clear: both;
	width: 100%;
	margin-top: 15px;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
	font-size: 12px;
	border-top: 1px solid #9d9d9d;
}
footer ul.F_copy_menu > li {
	-webkit-box-flex:1;
	position: relative;
	line-height: 21px;
	text-align: center;
}
footer ul.F_copy_menu > li a {
	display: block;
	width: 100%;
	height: 21px;
	padding-top: 10px;
	color: #d2d2d2;
}
footer ul.F_copy_menu > li a:after {
	content: 'l';
	position: absolute;
	font-size: 12px;
	color: #d2d2d2;
	left: -3px;
	top: 10px;
}
footer ul.F_copy_menu > li:first-child a:after {
	content: none;
}
footer ul.F_copy_menu > li:nth-child(3) a {
	display: block;
	width: 100%;
	height: 21px;
	color: #fff;
	font-weight: 700;
}
footer ul.F_copy_menu > li:nth-child(3) a:after {
	font-weight: normal;
}
footer p.fmg_btn, article p.fmg_btn, article p.ggt_Abtn, article p.fmbu_btn {
	display: inline-block;
	padding: 0 5px;
	background: #fff;
	line-height: 24px;
	height: 24px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset -1px -1px 0 1px #f0f0f0;
	-webkit-box-shadow: inset -1px -1px 0 #f0f0f0;
	box-shadow: inset -1px -1px 0 1px #f0f0f0;
	text-align: center;
	font-size: 12px;
}
article p.ggt_Abtn {
	background: #f91514;
	border: 1px solid #df0100;
	-moz-box-shadow: inset -1px -1px 0 1px #fc3d3c;
	-webkit-box-shadow: inset -1px -1px 0 #fc3d3c;
	box-shadow: inset -1px -1px 0 1px #fc3d3c;
}
article p.ggt_Abtn a {
	display: block;
	width: 100%;
	height: 24px;
	color: #fff;
}
article p.fmbu_btn {
	background: #fff;
	line-height: 24px;
	height: 24px;
	margin-top: 5px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset -1px -1px 0 1px #f0f0f0;
	-webkit-box-shadow: inset -1px -1px 0 #f0f0f0;
	box-shadow: inset -1px -1px 0 1px #f0f0f0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
article p.fmbu_btn a, article p.fmg_btn a, footer p.fmbc_btn a {
	display: block;
	width: 100%;
	height: 24px;
}
footer p.fmbc_btn, article p.fmbc_btn, article p.fmbb_btn, article p.ggt_Bbtn, article p.ggt_Dbtn, /* 하단,상품리스트 */
article p.ggt_Zbtn /* 장바구니 찜하기 */ {
	width: 100%;
	background: #fff;
	line-height: 24px;
	height: 24px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset -1px -1px 0 1px #f0f0f0;
	-webkit-box-shadow: inset -1px -1px 0 #f0f0f0;
	box-shadow: inset -1px -1px 0 1px #f0f0f0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
article p.fmbc_btn, article p.fmbg_btn, article p.ggb_Bbtn, article p.ggb_Cbtn, article p.gbb_Dbtn, article p.ggb_Dbtn,/* 상품상세 */
article p.ggb_Tbtn /* fixed pink버튼 */ {
	width: 100%;
	background: #fff;
	line-height: 36px;
	height: 36px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-box-shadow: inset -1px -1px 0 1px #f0f0f0;
	-webkit-box-shadow: inset -1px -1px 0 #f0f0f0;
	box-shadow: inset -1px -1px 0 1px #f0f0f0;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}
article p.fmbb_btn { /*찜하기 */
	line-height: 30px;
	height: 30px;
}
article p.fmbg_btn a {
	display: block;
	width: 100%;
	color: #333;
}
article p.fmbb_btn a {
	display: block;
	width: 100%;
	line-height: 30px;
	height: 30px;
	color: #333;
}
article p.ggb_Dbtn { /* 상품상세 품절 장바구니 */
	background: #ddd;
	border: 1px solid #dbdbdb;
	-moz-box-shadow: inset -1px -1px 0 1px #e9e9e9;
	-webkit-box-shadow: inset -1px -1px 0 #e9e9e9;
	box-shadow: inset -1px -1px 0 1px #e9e9e9;
}
p.ggb_Tbtn {
	line-height: 36px;
	height: 36px;
	background: #f91514;
	border: 1px solid #df0100;
	-moz-box-shadow: inset -1px -1px 0 1px #fc3d3c;
	-webkit-box-shadow: inset -1px -1px 0 #fc3d3c;
	box-shadow: inset -1px -1px 0 1px #fc3d3c;
	font-size: 14px;
}
article p.ggt_Bbtn, article p.ggb_Bbtn { /* 장바구니 */
	line-height: 30px;
	height: 30px;
	background-color: #e10013;
	-moz-box-shadow: inset -1px -1px 0 1px #f61832;
	-webkit-box-shadow: inset -1px -1px 0 #f61832;
	box-shadow: inset -1px -1px 0 1px #f61832;
	border: 1px solid #e10013;
}
p.ggb_Lbtn { /* 주문상세 */
	line-height: 30px;
	height: 30px;
	background: #232323;
	border: 1px solid #1e1e1e;
	-moz-box-shadow: inset -1px -1px 0 1px #2b2b2b;
	-webkit-box-shadow: inset -1px -1px 0 #2b2b2b;
	box-shadow: inset -1px -1px 0 1px #2b2b2b;
}
article p.ggb_Bbtn, article p.ggb_Lbtn {
	line-height: 36px;
	height: 36px;
}
article p.ggt_Bbtn a, article p.ggb_Lbtn a {
	display: block;
	width: 100%;
	height: 30px;
	color: #fff;
}
article p.ggb_Bbtn a, article p.ggb_Tbtn a {
	display: block;
	width: 100%;
	height: 36px;
	color: #fff;
}
article p.fmbg_btn a {
	display: block;
	width: 100%;
	height: 36px;
}
article div.M_Fbtn_box > p.ggb_Bbtn a {
	font-size: 16px;
}
article p.ggb_Cbtn {
	line-height: 39px;
	height: 39px;
	background: #2ac66d;
	border: 1px solid #2ac66d;
	-moz-box-shadow: inset -1px -1px 0 1px #42e889;
	-webkit-box-shadow: inset -1px -1px 0 #42e889;
	box-shadow: inset -1px -1px 0 1px #42e889;
	font-size: 14px;
}
article p.ggb_Cbtn a {
	display: block;
	width: 100%;
	height: 39px;
	color: #fff;
}

article p.ggt_Dbtn, article p.ggt_Zbtn { /* 품절 */
	line-height: 30px;
	height: 30px;
	background: #ddd;
	border: 1px solid #dbdbdb;
	-moz-box-shadow: inset -1px -1px 0 1px #e9e9e9;
	-webkit-box-shadow: inset -1px -1px 0 #e9e9e9;
	box-shadow: inset -1px -1px 0 1px #e9e9e9;
}
article p.ggt_Dbtn a {
	display: block;
	width: 100%;
	height: 30px;
	color: #fff;
}
article p.ggt_Zbtn a {
	display: block;
	width: 100%;
	height: 30px;
	color: #444;
}

/* 상품 진열아이콘 */
article div.gsbc_icon {
	clear: both;
	position: absolute;
	right: 0;
	top: 0;
	height: 18px;
	line-height: 18px;
	font-size: 10px;
	vertical-align: top;
	z-index:999;
}
article ul.gsbci_d {
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
}
article ul.gsbci_d > li {
	-webkit-box-flex:1;
}
article ul.gsbci_d > li p {
	padding: 0 3px;
	text-align: center;
}
article p.gsbci_01 {
	background: #2f5690;
	color: #fff;
}
article p.gsbci_02 {
	background: #0692ff;
	color: #fff;
}
article p.gsbci_03 {
	background: #e50707;
	color: #fff;
}
article p.gsbci_04 {
	background: #cb5fef;
	color: #fff;
}
article p.gsbci_05 {
	background: #333;
	color: #fff;
}
article p.gsbci_06 {
	background: #ff5390;
	color: #fff;
}

/* 페이징 공통 */
article div.grb_page {
	clear: both;
	width: 100%;
	margin: 15px 0;
	text-align: center;
}
article div.grb_page > ul {
	display: inline-block;
	vertical-align: top;
}
article div.grb_page > ul li {
	float: left;
	height: 23px;
	line-height: 23px;
	margin-right: 5px;
	background: #f9f9f9;
	font-family: 'Lato', '나눔고딕', '돋움';
	border: 1px solid #dbdbdb;
	text-align: center;
}
article div.grb_page > ul li.grb_Pover a {
	color: #f11a22;
	font-size: 14px;
	font-weight: bold;
}
article div.grb_page > ul li:first-child {
	width: 25px;
	background: #f9f9f9 url(../images/btn_arrow_ico2.png) no-repeat center 4px;
	background-size: 11px 16px; -webkit-background-size: 11px 16px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(18*0deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);

}
article div.grb_page > ul li:last-child {
	width: 25px;
	background: #f9f9f9 url(../images/btn_arrow_ico2.png) no-repeat center 4px;
	background-size: 11px 16px; -webkit-background-size: 11px 16px;
}
article div.grb_page > ul li a {
	display: block;
	padding: 0 3px;
	min-width: 25px;
	height: 25px;
	color: #888;
	text-align: center;
}
article div.grb_page > ul li a:active {
	color: #f11a22;
}
article div.grb_page:after {
	clear: both;
}

article div.grb_page > ul li.grb_n {
	background: none;
	border: none;
}


footer p.fmc_btn {
	display: inline-block;
	padding: 0 5px;
	line-height: 24px;
	height: 24px
	background:#f6f6f6;
	background:-webkit-gradient(linear,left top,left bottom,color-stop(50%,rgba(249,249,249,1)),color-stop(100%,rgba(240,240,240,1)));
	background:-webkit-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:-moz-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:-o-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background:-ms-linear-gradient(top,rgba(249,249,249,1) 50%,rgba(240,240,240,1) 100%);
	background: linear-gradient(top,rgba(249, 249, 249, 1) 50%,rgba(240, 240, 240, 1) 100%);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-shadow:inset 0 2px 1px rgba(255,255,255,.97);
	-moz-box-shadow:inset 0 2px 1px rgba(255,255,255,.97);
	box-shadow:inset 0 2px 1px rgba(255,255,255,.97);
	text-align: center;
	font-size: 12px;
	font-weight: bold;
}

/* 우편번호검색 */
article div.G_height_box, article div.G_height_box2 {
	position: absolute;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-align:center;
	width: 100%;
	height: 100%;
	overflow: hidden;
	top: 0;
	z-index: 1100;
}
article div.G_height_box2 {
	height: 100%;
}
article div.gcbf_before_pop {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(50,51,53,.85);
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	-webkit-box-flex:1;
	padding: 10px;
	z-index: 10;
	overflow-x: hidden;
}
article div.gcbf_before_pop > div {
	top: 1%;
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 10px;
}
div.gcbf_link_pop {
	width: 100%;
	height: 100%;
	background: rgba(50,51,53,.85);
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	-webkit-box-flex:1;
	padding: 10px;
	z-index: 10;
	overflow-x: hidden;
}
article div.gcbf_map_num {
	clear: both;
	width: 100%;
}
article div.gcbf_before_pop > div > div.gcbfb_con {
	width: 100%;
	background: #fff;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 10px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
div.gcbf_link_pop > div > div.gcbfb_con { /* overflow-y: auto; 터치영역 먹통 개선 */
	width: 100%;
	background: rgba(50,51,53,.85);
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 0 3px 3px 3px;
	border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}
article div.gm_hidden {
	clear: both;
	height: 210px;
	overflow-y: auto;
	width: 100%;
}
article h1.gcbf_find > ul li {
	float: left;
	width: 90%;
	text-align: center;
}
article h1.gcbf_find > ul li:nth-child(2) {
	float: right;
	width: 10%;
}
article p.gcbf_p {
	display: inline-block;
	width: 100%;
	line-height: 28px;
	border-top: 2px solid #ff5500;
}
article div.gcbf_map_num p, article div.gcbf_map_doro p {
	margin: 3px 0;
	color: #666;
}
article p.gcbg_post_text {
	margin-left: 30px;
}
article p.gcbg_close_btn {
	width: 25px;
	line-height: 25px;
	margin-top: 7px;
	background: #fff;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	text-align: center;
}
article p.gcbg_close_btn a {
	display: block;
	width: 100%;
	height: 25px;
	color: #ff5500;
}







h1.gcbf_title {
	display: inline-block;
	width: 100%;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 3px 0;
	background: rgba(50,51,53,.90);
	border-radius: 10px 10px 0 0;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
	color: #fff;
}
h1.gcbf_title > ul li {
	float: left;
	width: 90%;
	line-height: 30px;
	text-align: center;
}
h1.gcbf_title > ul li:nth-child(2) {
	float: right;
	width: 10%;
	text-shadow: 0px 1px 1px #bf0201;
}



article ul.ccb_list > li ul {
	clear: both;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
}
article ul.ccb_list > li ul li:first-child {
	width: 40px;
	text-align: center;
}
article ul.ccb_list > li ul li.ucclu_f {
	-webkit-box-flex:1;
}
article ul.ccb_list > li ul li p.idoro, article ul.ccb_list > li ul li p.ijiburn {
	display: inline-block;
	padding: 2px 4px 0px 4px;
	font-size: 11px;
	background: #6f98a9;
	border-radius: 3px;
	vertical-align: middle;
	color: #fff;
}
article ul.ccb_list > li ul li p.ijiburn {
	background: #9e9e9e;
}


/* 도로명검색 */
article div.gcbf_map_doro {
	clear: both;
	width: 100%;
	vertical-align: top;
}
article ul.gcbf_mcon, article ul.gcbf_mcon2 {
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
	margin-top: 10px;
}
article ul.gcbf_mcon > li, article ul.gcbf_mcon2 > li {
	-webkit-box-flex:1;
	width: 50%;
	text-align: center;
	line-height: 30px;
	font-size: 14px;
}
article ul.gcbf_mcon2 > li ul li {
	float: left;
	width: 47%;
}
article ul.gcbf_mcon2 > li ul li:nth-child(2) {
	width: 6%;
	text-align: center;
}
article ul.gcbf_post {
	clear: both;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	vertical-align: top;
}
article ul.gcbf_post > li {
	margin: 3px 0;
	line-height: 30px;
}
article li.gcbf_r {
	-webkit-box-flex:1;
	margin: 3px 0;
	line-height: 30px;
}
article ul.gcbf_post > li:nth-child(2n+1) {
	clear: both;
	width: 24%;
	padding-left: 12px;
}
article li.gcb_post_arrow {
	width: 76%;
	-webkit-box-flex:1;
	background: url(../images/G_select_arrow.png) no-repeat right top;
	background-size: 33px 33px; -webkit-background-size: 33px 33px;
}
article li.gcb_mail_arrow {
	-webkit-box-flex:1;
	margin-top: 6px;
	background: url(../images/G_select_arrow.png) no-repeat right top;
	background-size: 33px 33px; -webkit-background-size: 33px 33px;
}
article ul.gcbf_con > li.gcbf_post_text {
	padding: 6px 5px 0 10px;
	background: #fff;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	border: 1px solid #a7a8ad;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
}

article ul.gcb_cashmode_box {
	clear: both;
	width: 100%;
	display: inline-block;
	color: #777;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	background-color: #f5f5f5;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #e2e2e2;
	vertical-align: top;
}
article ul.gcb_cashmode_box > li {
	float: left;
	line-height: 30px;
	padding-left: 5px;
}
article ul.gcb_cashmode_box > li:nth-child(2n+1) {
	clear: both;
}

article div.gcb_agree {
	position: absolute;
	top: 0;
	left: 0;
}
article p.gub_check {
	padding-left: 6px;
}
article p.gub_check::before {
	content: '';
	display: inline-block;
	position: relative;
	left: -6px;
	width: 8px;
	height: 9px;
	margin-top: 9px;
	background: url(../images/G_page_next.png) no-repeat left top;
	background-size: 8px 9px; -webkit-background-size: 8px 9px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(9*0deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}
article p.gub_check::after {
	content: '';
	padding-right: 10px;
	border-right: 1px solid #b6b6bb;
}
article ul.gcb_check_list {
	clear: both;
	width: 100%;
	display: inline-block;
	border: 1px solid #b6b6bb;
	border-bottom: none;
}
article ul.gcb_check_list > li {
	line-height: 24px;
	border-bottom: 1px solid #b6b6bb;
	background-color: #ffffff;
	background: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#e2e2e2));
}
article ul.gcb_check_list > li a {
	display: block;
	width: 100%;
	height: 24px;
	color: #999;
}
article p.gcbct_open_btn {
	float: right;
	display: inline-block;
	padding: 0 5px;
}
article p.gcbct_open_btn:before {
	content: '';
	display: inline-block;
	position: relative;
	margin-top: 7px;
	width: 13px;
	height: 9px;
	left: 0;
	background: url(../images/G_check_arrow.png) no-repeat left 3px;
	background-size: 6px 6px; -webkit-background-size: 6px 6px;
}
article p.gcbct_open_Rbtn {
	float: right;
	display: inline-block;
	padding: 0 5px;
}
article p.gcbct_open_Rbtn::before {
	content: '';
	display: inline-block;
	position: relative;
	margin-top: 7px;
	margin-left: -7px;
	width: 13px;
	height: 9px;
	left: 0;
	background: url(../images/G_check_arrow.png) no-repeat right 1px;
	background-size: 6px 6px; -webkit-background-size: 6px 6px;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(18*0deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
article p.gcb_check_title {
	float: left;
	display: inline-block;
	padding-left: 5px;
}
article p.gcb_check_title a:after {
	content: '';
	background: none;
}
#gcb_check_open, #gcb_check_open2, #gcb_check_open3 {
	width: 100%;
	height: 100px;
	background: #fff;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 5px;
	font-size: 11px;
	color: #666;
	border-top: 1px solid #b6b6bb;
	overflow: hidden;
	vertical-align: top;
	line-height: 18px;
	letter-spacing: -1px;
	text-align: center;
}
article div.gcb_order_box {
	width: 100%;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 20px 10px;
	border-top: 2px solid #111;
	background: rgba(50,51,53,.95);
}
article p.gcbo_btn {
	width: 100%;
	line-height: 30px;
	margin-top: 3px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #e10013;
	background: -webkit-linear-gradient(-45deg, #f61832 0%,#e10013 100%);
	text-align: center;
}
article p.gcbo_btn a {
	display: block;
	width: 100%;
	height: 30px;
	color: #fff;
}
/* 검색결과 */
article p.gsb_p {
	clear: both;
	width: 100%;
	height: 70px;
	margin: 20px 0 10px 0;
	border-bottom: 1px solid #e2e2e2;
	line-height: 28px;
	text-align: center;
}
/* 맨위로 위젯 */
div.GO_top, div.GO_back  {
	position: fixed;
	right: 3%;
	bottom: 15%;
	width: 48px;
	font-size: 10px;
	letter-spacing: -1px;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, .8);
	background: rgba(255, 255, 255, .8) url(../images/fgt_menu05_ico.png) no-repeat center 8px;
	background-size: 27px 15px; -webkit-background-size: 27px 15px;
	-webkit-box-shadow: inset 0px 0px 5px rgba(255, 255, 255, .8);
	-moz-box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.8);
	box-shadow: inset 0px 0px 5px rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	border: 1px solid rgba(51, 51, 51, .3);
	text-align: center;
	z-index: 102;
	transition-duration: 0.4s;
	-webkit-transition-duration: 0.4s; /* Safari */
	backface-visibility: hidden;
}
div.GO_back { 
	left: 3%; 
	height: 45px;
	background: rgba(255, 255, 255, .8) url(../images/fgt_menu04_ico.png) no-repeat center 6px;
	background-size: 18px 34px; -webkit-background-size: 18px 34px;
}
div.GO_top a, div.GO_back a {
	display: block;
	width: 100%;
	padding: 28px 0 6px 0;
	color: #bdbdbd;
}

/* 결과 내 재검색 */
.sch_again { 
	clear: both;
	width: 100%;
	margin: 0 auto 10px auto;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 0 10px;
	vertical-align: top;
}
.sch_again > label ul li { float: left; font-size: 14px; line-height: 32px;  }
.sch_again > label ul li:first-child { margin: 7px 7px 0 0 ; }
.sch_again li.sca_r {
	-webkit-box-flex:1;
	width: 100%;
	padding: 3px 10px;
	margin-left: 7px;
	border: 2px solid #464646;
	border-radius: 5px;
	-webkit-box-shadow: inset 2px 2px 2px #ccc;
	-moz-box-shadow: inset 2px 2px 2px #ccc;
	box-shadow: inset 2px 2px 2px #ccc;
}
.sch_again li > button.b3_sch_btn { 
	width: 37px;
	line-height: 37px;
	height: 37px;
	margin-left: 7px;
	background: #464646;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #333;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
}

/* 메인팝업창 */
div.M_popup {
	position: fixed;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 0 20px;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 10000;
	display: none;
}
div.M_inpop {
	position: relative;
	width: 100%;
	top: 60px;
	text-align: center;
}
div.mip_img {
	width: 80%;
	margin: 0 auto;
}
div.mip_img img {
	width: 100%;
	vertical-align: top;
}
ul.mpe_con {
	clear: both;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	width: 100%;
	vertical-align: top;
}
ul.mpe_con > li.mpec_f {
	line-height: 25px;
}
ul.mpe_con > li:nth-child(2) {
	line-height: 24px;
	-webkit-box-flex:1;
	text-align: center;
}
ul.mpe_con > li:nth-child(3) {
	text-align: right;
}
ul.mpe_con > li.mpec_l {
	width: 43px;
	text-align: right;
}
span.rebf_close {
	float: right;
	background: url(../images/P_close_ico.png) no-repeat center 3px;
	background-size: 19px 19px; -webkit-background-size: 19px 19px;
}
span.rebf_close a {
	display: block;
	width: 38px;
	height: 28px;
}
div.goods_ajax_wrap {
	display: block;
}
.over_view {
	background: #fff;
	position: absolute;
	border: 2px solid #468;
	padding: 5px;
	display: none;
	text-align: left;
}

/* 간편배송조회 150626 새로PNL Ver. 추가 YMR */
ul.M_ed_line {
	clear: both;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	width: 100%;
	height: 80px;
	margin-top: 10px;
	border-bottom: 1px solid #ddd;
}
ul.M_ed_line > li {
	position: relative;
	width: 25%;
	-webkit-box-flex:1;
	text-align: center;
}
ul.M_ed_line > li.medl_l:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 17px;
	right: -5px;
	top: 11px;
	background: url(../images/btn_arrow_ico2.png) no-repeat left top;
	background-size: 11px 17px; -webkit-background-size: 11px 17px;
}
ul.M_ed_line > li p {
	clear: both;
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}
p.medl_s, p.medl_sc {
	width: 40px;
	line-height: 40px;
	font-family: 'Lato';
	background: #818183;
	border-radius: 100%;
	text-align: center;
	color: #fff;
}
p.medl_sc {
	background: #df0100;
}
p.medl_st {
	width: 100%;
	margin: 7px 0;
}
ul.medl_con {
	clear: both;
	display: inline-block;
	width: 100%;
	vertical-align: top;
}
ul.medl_con > li {
	clear: both;
	border-bottom: 1px solid #ddd;
}
ul.medl_con > li a {
	display: block;
	width: 100%;
	padding-bottom: 10px;
}

/* 경매이벤트 */
ul.mrb_con2 {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	width: 100%;
	padding: 8px 5px;
	margin-left: 0;
	background: none;
	border-top: 1px solid #ddd;
	vertical-align: top;
} 
ul.mrb_con2 > li:first-child {
	width: 130px;
	text-align: center;
}
ul.mrb_con2 > li:first-child p.mrb_img { clear: both; width: 100%; height: 100%; margin-top: 0; margin-bottom: 5px;}
ul.mrb_con2 li > p.sqt_title { padding: 0 5px 5px 0; }
ul.mrb_con2 li > p.sqt_text2 { background: none; }
ul.mrb_con2 li > p.board_btn { width: 100%; }
ul.mrb_con2 li > p.board_btn, ul.mrb_con2 li > p.board_btn_write { 
	clear: both; 
	margin-right: 0; 
	line-height: 34px; 
	font-size: 13px; 
	background: #fff;
	-moz-box-shadow: inset -1px -1px 0 1px #f0f0f0;
	-webkit-box-shadow: inset -1px -1px 0 #f0f0f0;
	box-shadow: inset -1px -1px 0 1px #f0f0f0;
	text-align: center;
}
ul.mrb_con2 li > p.board_btn a, ul.mrb_con2 li > p.board_btn_write a {
	display: block;
	height: 34px;
	border: 1px solid #c3c3c3;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	color: #121212;
}
ul.mrb_con2 > li:last-child { -webkit-box-flex:1; }

div.M_NPform_box ul.glbc_find { 
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding: 0 10px;
	margin-top: 10px;
}


ul.sqt_con {
	clear: both;
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align: top;
	padding: 10px;
}
ul.sqt_con > li { float: left; line-height: 21px; color: #888; }
ul.sqt_con > li:nth-child(odd) {
	clear: both;
	padding-right: 10px;
	font-weight: bold;
}


/*경매이벤트 상세페이지*/
div.auction_nextitem { 
	position: absolute;
	right: 0;
	bottom: 0;
	width: 36%;
}
div.nextitem-title {
	position: relative;
	line-height: 30px;
	background: rgba(0, 0, 0, .8);
	text-align: center;
	color: #fff;
}
div.nextitem-title > div { 
	position: absolute; 
	width: 30px; 
	height: 30px; 
	top: 0;
}
div.nextitem-title > div a { display: block;  width: 30px; height: 30px; }
div.nextitem-title > div a span { display: none; }
div.nextitem-title > div.arrow_left { 
	left: 0; 
	background: url(../images/arrow_left_ico.png) no-repeat left 5px top 9px;
	background-size: 7px 12px; -webkit-background-size: 7px 12px;
}
div.nextitem-title > div.arrow_right { 
	right: 0;
	background: url(../images/arrow_right_ico.png) no-repeat right 5px top 9px;
	background-size: 7px 12px; -webkit-background-size: 7px 12px;	
}
	

div.ca_dbox {
	clear: both;
	width: 100%;
}
p.cadb_title { 
	width: 100%;
	font-size: 20px;
	line-height: 50px;
	font-weight: bold;
}
ul.cadb_con {
	clear: both;
	display: inline-block;
	width: 100%;
	min-width: 320px;
	border: 1px solid #ddd;
	border-bottom: none;
	vertical-align: top;
}
ul.cadb_con > li {
	float: left;
	width: 80%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 10px;
	line-height: 31px;
	border-bottom: 1px solid #ddd;
}
ul.cadb_con > li:nth-child(odd) {
	clear: both;
	width: 20%;
	background: #f7f7f7;
}
ul.cadb_con > li:nth-child(4), ul.cadb_con > li:nth-child(8) {
	font-weight: bold;
}
ul.cadb_con > li:nth-child(4) {
	color: #df0000;
}
ul.caal_title{
	width: 100%;
}
ul.caal_title > li:first-child {
	float: left;
	font-size: 15px;
	line-height: 50px;
	font-weight: bold;
	color: #7e7e7e;
}
ul.caal_title > li:last-child {
	float: right;
	margin-top: 19px;
}
ul.caal_list { 
	clear: both;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	border-bottom: 1px solid #111;
	vertical-align: top;
}
ul.caal_list > li { 
	clear: both;
	border-top: 1px solid #111;
}
ul. caal_con { 
	clear: both;
	width: 100%;
}
ul.caal_con > li { 
	float: left;
	width: 70%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	padding-left: 10px;
	line-height: 31px;
	border-bottom: 1px solid #ddd;
	color: #888;
}

ul.caal_con > li:nth-child(odd) {
	clear: both;
	width: 30%;
	font-weight: bold;
	border-right: 1px solid #ddd;
}
ul.caal_con > li:last-child, ul.caal_con > li:nth-last-child(2) { border: none;  }
ul.caal_con > li:first-child { color: #df0000; background: #f7f7f7; }
ul.caal_con > li:nth-child(2) { color: #3245b5; }

div.caal_price { 
	clear: both;
	width: 100%;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background: #f7f7f7;
	padding: 10px;
}
ul.cap_con {
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	width: 100%;
	margin-bottom: 10px;
}
ul.cap_con > li:nth-child(odd) {
	width: 20%;
	font-size: 14px;
	line-height: 30px;
}
ul.cap_con > li.cap_last {
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-box-flex:1;
	padding: 0 10px;
	border-radius: 3px;
	border: 1px solid #111;
	background: #fff;
}
ul.cap_con > li:nth-child(3) {
	padding-left: 10px;
}
ul.glbc_auction {
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
}
article ul.gcbfb_btn { margin-bottom: 10px; }
article ul.glbc_find > li, article ul.glbc_join > li, article ul.gcbfb_btn > li, article ul.glbc_auction > li {
	-webkit-box-flex:1;
	text-align: center;
}
article ul.gcbfb_btn > li {
	width: 50%;
}
article ul.glbc_auction { margin-top: 10px; padding-bottom: 10px; border-bottom: 1px solid #ddd; }
article ul.glbc_auction > li {
	margin: 0 5px;
}
article li.gcbfb_doro_over a, article li.gcbfb_doro_over2 a {
	display: block;
	width: 100%;
	height: 30px;
	color: #df0100;
	font-weight: bold;
}
article ul.glbc_find > li p, article ul.gcbfb_btn > li p, article ul.glbc_auction > li p {
	line-height: 30px;
	background-color: #ffffff;
	background: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f3f3f3));
	border: 1px solid #bfbfbf;
	box-shadow: 1px 1px 3px #ddd;
	border-radius: 3px;
	-webkit-border-radius: 3px;
}
article div.glbc_buy { clear: both; width: 100%; margin: 10px auto; }
article div.glbc_buy > ul.glbc_auction { border: none; }
article div.glbc_buy > ul.glbc_auction > li p {
	line-height: 41px;
	font-size: 16px;
	font-weight: 600;
}
article div.glbc_buy > ul.glbc_auction > li p a {
	height: 41px;
}

/* 출석체크 이벤트 */
ul.att_mon { 
	clear: both;
	width: 222px;
	height: 25px;
	margin: 10px auto;
}
ul.att_mon > li { 
	float: left;
	padding: 0 10px; 
}
ul.att_mon > li:nth-child(2) { 
	width: 130px; 
	line-height: 25px;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Lato';
	text-align: center;
}
ul.att_mon > li a {
	display: block;
	width: 14px;
	height: 25px;
}
ul.att_mon > li:first-child a, ul.att_mon > li:last-child a  { 
	width: 14px;
	height: 25px;
	background: url(../images/arrow_ico.png) no-repeat 0 0;
	background-size: 14px 25px; -webkit-background-size: 14px 25px;
}
ul.att_mon > li:first-child a {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(18*0deg);
	-o-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
ul.att_week {
	clear: both;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	width: 100%;
	line-height: 28px;
	background: #bf0000;
}
ul.att_week > li { 
	-webkit-box-flex:1;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 14.285%;
	border-left: 1px solid #e5e5e5;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
}
ul.att_week > li:first-child { border: none; }
ul.att_day {
	clear: both;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	width: 100%;
}
ul.att_day > li {
	-webkit-box-flex: 0;
	position: relative;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width: 14.285%;
	min-width: 45px;
	min-height: 70px;
	border-left: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	text-align: center;
}
ul.att_day > li:last-child p.num { color: #a3a3ee } 
ul.att_day > li:first-child p.num { color: #eea3c8 }
ul.att_day > li:first-child { border-left: none; } 
ul.att_day > li p.num { 
	float: right;
	position: relative;
	margin: 2px 3px 0 0;
	font-family: 'Lato';
	font-weight: bold;
	color: #bbb;
	z-index: 2;
}
p.today_check {
	clear: both;
	margin: 10px auto;
	width: 80%;
	height: 40px;
	padding-top: 8px;
	line-height: 16px;
	font-size: 11px;
	font-weight: bold;
	border: 1px solid #b3b3b3;
	border-radius: 2px;
	box-shadow: inset 0 0 5px 2px rgba(0, 0, 0, .1);
	color: #fc778c;
}
p.today_stamp {
	clear: both;
	margin: 10px auto;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	border: 4px solid #fc778c;
	border-radius: 50px;
	letter-spacing: -1px;
	text-align: center;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(3*0deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	color: #fc778c;
}
p.today_stamp a {
	display: block;
	width: 32px;
	height: 32px;
	color: #fc778c;
}
p.add_stamp {
	clear: both;
	margin: 10px auto;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 16px;
	font-weight: bold;
	border: 4px solid #b3b3b3;
	border-radius: 50px;
	letter-spacing: -1px;
	text-align: center;
	-webkit-transform: rotate(-30deg);
	-moz-transform: rotate(3*0deg);
	-o-transform: rotate(-30deg);
	transform: rotate(-30deg);
	color: #b3b3b3;
}
p.fx_day { 
	clear: both;
	margin: 5px auto;
	width: 25px;
	line-height: 25px;
	padding: 3px;
	font-size: 9px;
	font-weight: bold;
	background: #df3b44;
	border-radius: 50px;
	text-align: center;
	color: #fff;
}
p.fx_day_img { clear: both; width: 80%; height: 80%; margin: 8% auto; }
p.fx_day_img:after { display: block; clear: both; content: ''; }
ul.att_day > li p.term {
	position: relative;
	top: 0;
	left: 0;
	padding: 4px 0;
	font-size: 9px;
	color: #666;
	background: #ffe9e9;
	z-index: 1;
}

/* 상품후기- 리스트 사진첨부 */
article div.bpt_box {
	clear: both;
	width: 100%;
	display: inline-block;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 0 5px;
	margin-top: 10px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}
/* 상품후기- 리스트 사진첨부 */

article div.bpt_box img { max-width: 100%; height: auto; }

article div.bpt_title {
	clear: both;
	width: 100%;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	margin: 0 0 20px 0;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #df0100;
	background: -webkit-gradient(linear,0 0,0 100%,from(#df0100),to(#cc0302));
	text-shadow: 0px 1px 1px #bf0201;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
article div.bpt_title a { 
	display: block;
	padding: 10px;
	color: #fff;
}
article ul.bP_table {
	clear: both;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	margin-bottom: 10px;
	vertical-align: top;
}
article ul.bP_table > li {
	-webkit-box-flex:1;
	width: 33%;
	margin-left: 3px;
}
article ul.bP_table > li:first-child {
	margin-left: 0;
}
article div.bpt_img {
	position: relative;
	width: 100%;
	border: 1px solid #ececec;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	padding: 3px;
	margin-bottom: 5px;
	overflow: hidden;
	vertical-align: top;
}
article div.bpt_img a { 
	display: block;
	width: 100%;
	height: 80px;
}
article div.bpt_img img {
	width: 100%;
}
article ul.bpt_subject {
	clear: both;
	width: 100%;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	line-height: 18px;
	vertical-align: top;
}
article ul.bpt_subject > li.bpt_f {
	-webkit-box-flex:1;
	text-align: left;
	margin-left: 5px;
	color: #333;
}
article ul.bpt_subject > li:first-child {
	margin-left: 0;
	width: 25px;
}
article div.bpt_cno {
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	line-height: 20px;
	background: rgba(0,0,0,.5);
	color: #fff;
}

/* 당첨 이벤트 - 팝업 */
article div.cem_img {
	clear: both;
	width: 100%;
	padding: 10px 0;
	text-align: center;
}
article div.cem_img img { display: inline-block; vertical-align: top; }
div.close-btn {
	margin: 20px auto;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	background: #e90d27 url(../images/close_n01.png) no-repeat center 14px;
	background-size: 22px 22px; -webkit-background-size: 22px 22px;
}
div.close-btn span { display: none; }
div.close-btn a {
	display: block;
	width: 50px;
	height: 50px;
}

/* 이벤트 - 진행중인 이벤트 */
ul.eventing { margin-top: 10px; }
ul.eventing > li a { font-size: 12px; }
ul.eventing-list > li {
	clear: both;
	position: relative;
	margin: 0 2px;
	margin-bottom: 15px;
	text-align: center; 
	color: #454545;
}
ul.eventing-list > li p img { display: inline-block; vertical-align: top; }
ul.eventing-list > li p { margin-bottom: 5px; text-align: left; }
ul.eventing-list > li.done img { 
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); 
}

/* 어플리케이션 전용 하단메뉴 */
ul.app-menu {
	position: fixed;
	width: 100%;
	display:-webkit-box;
	background: #e9e9e9;
	bottom:  0px;
	z-index: 15000;
}
ul.app-menu > li {
	-webkit-box-sizing:border-box; 
	box-sizing:border-box; 
	-webkit-box-flex: 1; 
	width: 14.2%;
	margin: 0 1.5px;
	padding: 6px 0 3px 0;
	text-align: center; 
	color: #666;
}
ul.app-menu > li i { width: 100%; font-size: 26px; }
ul.app-menu > li:nth-child(1) i { margin-left: 5px; }
ul.app-menu > li:nth-child(4) i { margin-top: 1px;}
ul.app-menu > li:nth-child(5) i { margin-top: 1px;}
ul.app-menu > li:nth-child(6) i { margin-top: 2px;}
ul.app-menu > li:nth-child(7) i { margin-top: 2px;}
ul.app-menu > li span { display: none; }
ul.app-menu > li a { display: block; width: 100%; height: 30px; }
p.arrow_back_ios {
	width: 100%;
	height: 30px;
	background: url(../images/arrow_back_ios.png) no-repeat center 2px;
	background-size: 13px 22px; -webkit-background-size: 13px 22px;
}
p.arrow_back_ios:hover {
	width: 100%;
	height: 30px;
	background: url(../images/arrow_back_over.png) no-repeat center 2px;
	background-size: 13px 22px; -webkit-background-size: 13px 22px;
}

/* 우측 환경설정 창 */
div.RE_box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	min-height: 100%;
	background: rgba(0, 0, 0, .8);
	z-index: 9999;
}
div.reb_fixed {
	position: fixed;
	right: 0;
	top: 0;
	width: 70%;
	min-height: 100%;
	height: 100%;
	background: #f8f8f8;
	border-left: 1px solid #ccc;
	-webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.3);
	z-index: 1000;
}

h1.rebf_title {
	clear: both;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	width: 100%;
	line-height: 45px;
	background: #fff;
	font-size: 14px;
	font-weight: bold;
}
h1.rebf_title > i { float: left; margin: 11px 5px 0 10px; }
h1.rebf_title > span.close-btn i { margin: 11px 10px 0 0 } 
h1.rebf_title > span.close-btn a { color: #333 }

div.rebf_box {
	clear: both;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	width: 100%;
	padding: 0 10px;
}
ul.rebf_con {
	display: inline-block;
	width: 100%;
	border-bottom: 1px dotted #b4b4b4;
	vertical-align: top;
}
ul.rebf_con > li {
	clear: both;
	line-height: 34px;
	padding: 0 10px;
}
ul.rebf_con > li a {
	display: block;
	line-height: 34px;
	color: #111;
}
ul.rebf_con > li.rebf_a {
	position: relative;
}
ul.rebf_con > li.rebf_a a:after {
	content: '';
	position: absolute;
	width: 11px;
	height: 17px;
	right: 10px;
	top: 9px;
	background: url(../images/btn_arrow_ico2.png) no-repeat left top;
	background-size: 11px 17px; -webkit-background-size: 11px 17px;
}
p.rebf_text {
	float: left;
}
ul.rebf_con > li ul {
	float: right;
}
ul.rebf_con > li ul li {
	float: left;
	margin-right: 8px;
	font-weight: bold;
}
ul.rebf_con > li ul li.rebf_check {
	float: right;
	height: 28px;
	padding-top: 6px;
	margin-right: 0;
}
ul.rebf_con::after { clear: both; }
div.B_code_box {
	clear: both;
	-webkit-box-sizing:border-box; 
	box-sizing:border-box;
	width: 100%;
	margin: 30px 0;
	padding: 0 10px;
	text-align: center;
}
span.bcb_text {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 3px;
	font-family: 'Lato';
	font-size: 11px;
	font-weight: 700;
	color: #111;
}
div.B_code_box a {
	display: block;
	width: 100%;
}

/* 푸시내용보기 */
ul.mpe_con {
	clear: both;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	width: 100%;
	margin-top: 10px;
	vertical-align: top;
}
ul.mpe_con > li.mpec_f {
	line-height: 25px;
}
ul.mpe_con > li:nth-child(2) {
	line-height: 24px;
	-webkit-box-flex:1;
	text-align: center;
}
ul.mpe_con > li:nth-child(3) {
	text-align: right;
}
ul.mpe_con > li.mpec_l {
	width: 43px;
	text-align: right;
}
ul.mpe_con > li span.rebf_close {
	height: 28px;
	background-position: center 4px;
}
ul.reb_C {
	clear: both;
	display:-webkit-box;
	-webkit-box-orient:horizontal;
	width: 100%;
	font-size: 14px;
	font-weight: bold;
	vertical-align: top;
}
p.rebf_title {
	display: inline-block;
	margin: 8px 0 5px 0;
	line-height: 18px;
	word-wrap:break-word;
	word-break:break-all;
}
ul.reb_C > li.rebc_f {
	width: 20px;
	margin-top: 6px;
}
ul.reb_C > li.rebc_b {
	width: 38px;
}
ul.reb_C > li.rebc_t {
	-webkit-box-flex:1;
}
ul.reb_C > li p.rebf_push_ico {
	width: 38px;
	height: 34px;
	background: url(../images/FQ_ico.png) no-repeat 10px -32px;
	background-size: 286px 75px; -webkit-background-size: 286px 75px;
}
ul.reb_C > li span.rebf_close {
	background-position: center 8px;
}
ul.reb_C > li:last-child {
	text-align: right;
}
p.mpe_img {
	clear: both;
	display: inline-block;
	width: 100%;
	vertical-align: top;
	text-align: center;
}
p.mpe_text {
	clear: both;
	width: 100%;
	line-height: 18px;
	margin-top: 10px;
	word-wrap:break-word;
	word-break:break-all;
	vertical-align: top;
	color: #555;
}
ul.reb_btn {
	clear: both;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	vertical-align: top;
}
ul.reb_btn > li {
	float: right;
	margin-right: 5px;
}
ul.reb_btn > li:first-child { float: left; }
ul.reb_btn > li:nth-child(2) { margin-right: 0; }

/* 어플리케이션-앱 접근권한 */
h1.popup_logo {
	width: 100%;
	height: 70px;
	padding: 20px auto;
	margin: 0 0 20px 0;
	border-radius: 6px 6px 0 0;
	background: #fff url(../images/H_logo.png) no-repeat center 17px;
	background-size: 161px 35px; -webkit-background-size: 161px 35px;
	border-bottom: 2px solid #df0100;
}

/*  로딩 이미지 */
div.loading { 
	position: fixed;
	top: 40%;
	left: 48%;
	width: 16px;
	height: 16px;
	z-index: 1000;
}

/* customize page */
div.customize { width: 100%; text-align: center; }
div.customize img { display: inline-block; vertical-align: top; }

/*
div.loading { 
	position: fixed;
	top: 35%;
	left: 44%;
	width: 60px;
	height: 60px;
	border-radius: 60px;
	border: 1px solid #f6f6f6;
	background: #fff url(../images/loading_food.png) no-repeat;
	background-size: 50px 400px;
	-webkit-background-size: 50px 400px;
	z-index: 1000;

	background-position: center 5px;
    animation-name: loading_animation;
	animation-duration: 6s;
	animation-timing-function: steps(1);
	animation-iteration-count: infinite;
}

@keyframes loading_animation {
	0% { background-position: center 5px; }
	16.666666% { background-position: center -45px; }
	33.333333% { background-position: center -95px; }
	50% { background-position: center -145px; }
	66.666666% { background-position: center -195px; }
	88.888888% { background-position: center -245px; }
}

@-webkit-keyframes loading_animation {
	0% { background-position: center 5px; }
	16.666666% { background-position: center -45px; }
	33.333333% { background-position: center -95px; }
	50% { background-position: center -145px; }
	66.666666% { background-position: center -195px; }
	88.888888% { background-position: center -245px; }
}
*/

/* ISMS */
.isms{ display:flex; align-items:center; margin-top:15px; color:#cfcfcf }
.isms img{ width:50px; margin-right:5px }
.isms p{ margin:2px }
.isms p > span{ font-weight:bold; margin-right:3px }