/*카테고리*/
.cate_area {
	overflow: hidden;
}
.cate_area .lst_categ {
}
.cate_area .lst_categ li {
	border-bottom: 1px solid #ededed;
	background: #fefefe;
	position: relative;
	overflow: hidden;
}
.cate_area .lst_categ li .more {
	position: absolute;
	top: 19px;
	right: 14px;
	width: 8px;
	background: url(../images/bg_cate.png) no-repeat 0 0;
	height: 10px;
	margin-top: -5px;
}
.cate_area .lst_categ li a {
	color: #222;
	display: block;
	font-size: 13px;
	height: 39px;
	line-height: 40px;
	text-indent: 15px;
}
.depth2 {
	display: none;
	border-top: 1px solid #d1d1d1;
}
.cate_area .lst_categ li .depth2 li {
	border-bottom: 1px solid #ededed;
	background: #fbfbfb;
}
.cate_area .lst_categ li .depth2 li:last-child {
	border-bottom: 0;
}
.cate_area .lst_categ li .depth2 li a {
	text-indent: 15px;
	font-size: 12px;
	color: #636363;
}

.cate_title {
	border-bottom: 1px solid #bea15c;
	padding: 11px 0;
	position: relative;
	min-height: 17px;
}

.cate_title h3 {
	text-align: center;
	font-size: 14px;
	overflow: hidden;
	height: 17px;
	font-weight: 600;
	color: #222;
}
.cate_title h4 {
	overflow: hidden;
	height: 17px;
	font-size: 13px;
	text-align: left;
	font-weight: 600;
	color: #222;
	padding-left: 70px;
}
.cate_title span.nom {
	color: #ff6600;
	padding-left: 3px;
	font-size: 13px;
}
.cate_title span.txt {
	color: #222;
	font-weight: 500;
	padding-left: 3px;
	font-size: 13px;
}
.cate_title .btn_prev {
	position: absolute;
	text-align: center;
	left: 10px;
	top: 5px;
	color: #666;
	height: 26px;
	line-height: 26px;
}

.dep_4_lst {
	width: 100%;
	text-align: left;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	position: relative;
}
.dep_4_lst li {
	text-align: left;
	border-top: 1px dashed #f4f4f4;
}
.dep_4_lst li:first-child {
	border-top: 0;
}
.dep_4_lst li a {
	display: block;
	color: #42444a;
	text-indent: 20px;
	line-height: 18px;
	padding: 8px 0;
	background: url(../images/ic_blt.gif) no-repeat 10px 16px;
	line-height: 19px;
}
.dep_4_lst .op {
	text-align: center;
	padding-top: 8px;
	clear: both;
	position: relative;
}
.dep_4_lst .op button {
	width: 6px;
	height: 6px;
	background: url(../images/roll_off.gif) no-repeat 0 0;
	padding: 0;
}
.dep_4_lst .op button.on {
	background: url(../images/roll_on.gif) no-repeat 0 0;
}
.dep_4_lst .btn_close {
	position: absolute;
	right: 10px;
	bottom: 4px;
	display: block;
	text-align: center;
	padding: 4px;
	line-height: 24px;
	height: 16px;
	border: 1px solid #eee;
	border-radius: 3px;
	background: url(../images/btn_close.gif) no-repeat 4px 4px;
	width: 16px;
}

/*상품리스트*/

.P_lst_Area .sr_opt_area {
	position: relative;
	line-height: 30px;
	padding: 5px 0;
	float: left;
	width: 100%;
	background: #f5f5f5;
	border-bottom: 1px solid #ededed;
}
.P_lst_Area .sr_opt_area ._totalCount {
	float: left;
	font-size: 14px;
	color: #59930d;
	font-weight: 600;
	padding-left: 10px;
}
.P_lst_Area .sr_opt_area ._totalCount span {
	color: #666;
	font-weight: 600;
}
.P_lst_Area .sr_opt_area .view_type {
	float: right;
	padding-right: 10px;
}
.P_lst_Area .P_lst {
	padding-top: 20px;
}

.P_lst {
	overflow: hidden;
	clear: both;
	padding: 15px 10px 0 10px;
}
.P_lst > ul {
	display: flex;
	flex-wrap: wrap;
}

.P_lst > div,
.P_lst li {
	float: left;
	width: 48%;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	cursor: pointer;
	min-height: 296px;
}
.P_lst > div.nth-child,
.P_lst li.nth-child {
	padding-left: 4%;
}

.P_e_lst .P_lst > div,
.P_e_lst .P_lst li {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.P_e_lst .P_lst > div.nth-child,
.P_e_lst .P_lst li.nth-child {
	padding-left: 0;
}
.P_e_lst .P_lst > div .img,
.P_e_lst .P_lst li .img {
	position: relative;
	border: 1px solid #ddd;
	width: 263px;
	height: 263px;
	margin: 0 auto;
}

.P_lst > div .img,
.P_lst li .img {
	position: relative;
	border: 1px solid #ddd;
	width: 142px;
	height: 142px;
	margin: 0 auto;
}
.P_lst > div .img .soldout,
.P_lst li .img .soldout {
	position: absolute;
	top: 0;
	left: 0;
}
.P_lst > div .img .ic_Area,
.P_lst li .img .ic_Area {
	position: absolute;
	float: left;
	top: 8px;
	right: 7px;
	text-align: right;
}
.P_lst > div .img .ic_Area span,
.P_lst li .img .ic_Area span {
	display: block;
	margin-bottom: 5px;
	float: right;
	clear: right;
	width: 40px;
}

.P_lst > div dl,
.P_lst > div .info,
.P_lst li dl {
	padding-top: 17px;
	cursor: pointer;
	text-align: center;
	clear: both;
	width: 100% !important;
}
.P_lst > div dt,
.P_lst > div .info > .title,
.P_lst li dt {
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	line-height: 17px;
	overflow: hidden;
	height: 36px;
}
.P_lst > div dd,
.P_lst > div .info > div,
.P_lst li dd {
	display: block;
	clear: both;
}
.P_lst > div dd.txt,
.P_lst > div .info > .txt,
.P_lst li dd.txt {
	color: #888;
	padding-top: 3px;
	line-height: 17px;
}
.P_lst > div dd.bt_Area,
.P_lst > div .info > .bt_Area,
.P_lst li dd.bt_Area {
	padding-top: 2px;
}
.P_lst > div dd.bt_Area span,
.P_lst > div .info > .bt_Area span,
.P_lst li dd.bt_Area span {
	display: inline-block;
	margin: 0 auto;
	line-height: 26px;
	font-size: 12px;
	font-weight: 600;
	font-family: 'Dotum', 'verdana';
}
.P_lst > div dd.bt_Area span.line-through,
.P_lst > div .info > .bt_Area span.line-through,
.P_lst li dd.bt_Area span.line-through {
	color: #333;
	text-decoration: line-through;
}
.P_lst > div dd.bt_Area span.cash,
.P_lst > div .info > .bt_Area span.cash,
.P_lst li dd.bt_Area span.cash {
	color: #ad8b3a;
}
.P_lst > div dd.bt_Area span img,
.P_lst > div .info > .bt_Area span img,
.P_lst li dd.bt_Area span img {
	vertical-align: middle;
	margin-top: -1px;
}
.P_lst > div .btn_Area,
.P_lst li .btn_Area {
	text-align: center;
	padding-top: 9px;
}

.P_lst > div .P_view,
.P_lst li .P_view {
	position: absolute;
	width: 248px;
	height: 248px;
	background: url(../images/ic_view.png) no-repeat 74px 75px;
	top: 1px;
	left: 1px;
	cursor: pointer;
	display: none;
}

.S_navi {
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmM2YzZjMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 100%
	); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #ffffff),
		color-stop(100%, #f3f3f3)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		#ffffff 0%,
		#f3f3f3 100%
	); /* IE10+ */
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#f3f3f3 100%
	); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f3f3f3',GradientType=0 ); /* IE6-8 */
	color: #4c4c4c;
	font-weight: 600;
	border-bottom: 1px solid #d5d5d5;
	height: 28px;
	line-height: 28px;
	text-indent: 10px;
}

/*.S_navi{color:#4c4c4c; font-weight:600; height:50px; line-height:50px; text-indent:20px; font-size:20px;}*/
.in_border {
	border: 1px solid #c7c7c7;
	background: #fff;
	position: relative;
}
.log_Area {
	padding: 30px 20px 0;
}
.log_Area .no_mom_log_area {
	padding: 40px 20px 45px;
}
.log_Area .no_mom_log_area .btn {
	padding: 0;
	width: 100%;
	margin-bottom: 8px;
}

.signup_Area {
	padding: 30px 20px 0;
	text-align: center;
}
.signup_Area > p {
	font-size: 16px;
	font-weight: 400;
}
.signup_Area > p span {
	color: #bea062;
}
.signup_Area > img {
	margin: 51px auto;
}
.signup_Area .signup_section .btn {
	background-color: #bea062;
	height: 52px;
	color: white;
	font-weight: 600;
	font-size: 16px;
	width: 100%;
	line-height: 52px;
}
.signup_Area .signup_section p {
	margin-top: 20px;
	color: #666;
	display: flex;
	gap: 16px;
	align-items: center;
	justify-content: center;
}
.signup_Area .signup_section p a {
	color: #1d1d1d;
	font-size: 16px;
	font-weight: 600;
	text-decoration: underline;
}

.sns_login_section {
	display: flex;
	flex-direction: column;
	padding: 25px 0 46px;
	gap: 20px;
}
.sns_login_section label {
	position: relative;
	text-align: center;
	color: #999999;
	font-weight: 400;
	font-size: 14px;
}
.sns_login_section label::before,
.sns_login_section label::after {
	position: absolute;
	content: '';
	height: 1px;
	width: 30%;
	top: 50%;
	transform: translateY(-50%);
	background-color: #ddd;
}
.sns_login_section label::before {
	left: 0;
}
.sns_login_section label::after {
	right: 0;
}
.sns_login_section button {
	background-color: #03c75a;
	display: flex;
	gap: 8px;
	height: 52px;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
}

.input_area {
	position: relative;
	overflow: hidden;
	padding: 30px 20px 20px;
}
.log_Area .input_area {
	padding: 0;
}
/* .input_area dl{margin:5px 80px 0 0;} */
.input_area dl dt {
	display: none;
}
.input_area dl dd {
	margin-bottom: 5px;
}
.input_area dl dd input {
}
.input_area .btn_login {
	width: 100%;
	display: inline-block;
	background: #bea15c;
	color: #fff;
	height: 52px;
	line-height: 52px;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
}

.input_chb {
	display: block;
	padding: 25px 0;
}
.input_chb input {
	accent-color: #333;
}
.sl_help {
	text-align: center;
}
.sl_help .btn {
	background-color: #f9f9f9;
	border: none;
	width: 100%;
	height: 52px;
	color: #1d1d1d;
	font-size: 14px;
	line-height: 52px;
}
.sl_help .info {
	line-height: 16px;
	font-size: 12px;
	color: #666;
	margin: 10px 0 0;
}
.sl_help .zipinfo {
	line-height: 16px;
	font-size: 11px;
	color: #666;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 600;
	letter-spacing: -0.08em;
}
.sl_help .info span {
	color: #ad8b3a;
	font-weight: 600;
}

.g_log .input_area dl {
	margin-right: 0;
}
.g_log .input_area dl dt {
	display: block;
	line-height: 24px;
	color: #333;
	font-family: 'Nanum_bold';
	font-size: 13px;
	padding-bottom: 5px;
}
.g_log .input_area dl dd {
	padding-bottom: 10px;
	line-height: 30px;
	text-align: center;
}
.g_log .c_btn_wrap .btn {
	padding: 0;
}

.membr_wrap {
	padding: 40px 20px 30px;
}
.membr_wrap .btn {
	padding: 0;
	width: 100%;
	margin-bottom: 10px;
}
/*
.join_step{padding:20px 0; overflow:hidden;}
.join_step span{display:block;text-align:center; float:left; width:30%; line-height:31px; position:relative; padding-right:9px; background:url(../images/step_arr_off.gif) no-repeat right 5px;}
.join_step span.on{background:url(../images/step_arr_on.gif) no-repeat right 5px; color:#ff6600; font-weight:600;}
.join_step span:last-child{background:none; }*/

.join_step {
	overflow: hidden;
	border-bottom: 1px solid #c2c2c2;
}
.join_step span {
	display: block;
	text-align: center;
	float: left;
	width: 33%;
	line-height: 31px;
	position: relative;
	background: url(../images/bg_line.gif) repeat-y 0 0 #f7f8fa;
}
.join_step span.on {
	background: url(../images/bg_line.gif) repeat-y 0 0 #d9dadc;
	font-weight: 600;
}
.join_step span:last-child {
	width: 34%;
}
.join_step span:first-child {
	background-image: none;
}

.Mem_Area {
	padding: 0 15px 20px;
}
.Mem_Area h4.tit {
	font-size: 15px;
	line-height: 30px;
	padding-top: 20px;
}

.Mem_Area .border_box {
	padding: 15px;
	line-height: 18px;
	height: 160px;
	border: 1px solid #c7c7c7;
}
.Mem_Area .ckw {
	line-height: 24px;
	padding-top: 5px;
}
.Mem_Area .btn_bbs {
	padding: 0;
	width: 100%;
}

.join_ok_area {
	position: relative;
	overflow: hidden;
	padding: 5% 3%;
}
/*가입완료*/
.join_end_Box {
	border: 1px solid #ddd;
	padding: 20px 10px;
	text-align: center;
}
.join_end_Box .tit {
	line-height: 38px;
	font-size: 18px;
}
.join_end_Box .tit span {
	color: #f8971d;
	font-weight: 500;
}
.join_end_Box p {
	font-size: 13px;
	padding-top: 10px;
	margin: 0;
}
.join_end {
	padding: 22px;
	line-height: 17px;
	font-size: 13px;
	background: #fffcf2;
	border-top: 1px solid #efe6cc;
}
.join_end_Box .btn {
	height: 30px;
	line-height: 30px;
}

.join_form {
	padding: 20px 0 50px;
}
.join_form h4.title {
	line-height: 20px;
	font-size: 15px;
	position: relative;
	font-weight: 500;
	padding: 0 0 10px 5px;
	font-family: 'Nanum_bold';
	color: #333;
}
.join_form h4.title span.bar {
}
.join_form table.b_table .btn {
	padding: 0 10px;
}
.join_ok {
	line-height: 18px;
	text-align: center;
	border: 1px solid #c7c7c7;
	background: #fff;
	position: relative;
	padding: 10px;
}
.join_ok p {
	font-weight: 600;
	color: #ad8b3a;
	font-size: 18px;
	padding: 15px 0 10px;
}
.join_ok span {
	display: block;
	padding-bottom: 10px;
}

.join_ok_info {
	text-align: left;
	line-height: 16px;
	color: #999;
	padding-top: 20px;
}
.join_ok_area .btn {
	padding: 0;
	width: 40%;
}

.post_area {
	padding: 20px 15px;
}
.post_area .join_ok {
	background: #f5f5f5;
}

.poptitle {
	background: #008ecd;
	font-weight: 600;
	color: #656565;
	text-align: left;
	text-indent: 20px;
	line-height: 36px;
	position: relative;
	clear: both;
}
.post_pop_Area {
	margin: 0 auto;
	border: 1px solid #cdcdcd;
}
.post_pop_Area .poptitle {
	color: #fff;
	font-size: 17px;
	height: 36px;
}
.post_box {
	padding: 28px 18px 0;
	overflow: hidden;
}
.post_box .post_tab {
	text-align: left;
	background: url(../images/bg_tab_line.gif) repeat-x left bottom;
	height: 36px;
}
.post_box .post_tab a {
	margin-left: -1px;
	text-align: center;
	width: 122px;
	line-height: 34px;
	background: #e6e6e6;
	color: #383838;
	font-weight: 600;
	float: left;
	font-size: 14px;
	border: 1px solid #c5c5c5;
	height: 34px;
}
.post_box .post_tab a.on {
	color: #008ecd;
	line-height: 35px;
	height: 35px;
	border-bottom: 0;
	background: #fff;
}
.post_info {
	color: #383838;
	line-height: 20px;
	padding-top: 24px;
}
.zip_search,
.zip_search li {
	overflow: hidden;
	line-height: 24px;
}
.zip_search li span {
	display: inline-block;
}
.zip_search li span.ca1 {
	padding-left: 10px;
	width: 43px;
	font-weight: 600;
}
.zip_search li span.ca2 {
	width: 65px;
	font-weight: 600;
}
.zip_search input {
	line-height: 22px;
	height: 22px;
}
.zip_search .btn {
	line-height: 22px;
	height: 22px;
	vertical-align: middle;
}

.zip_result {
	padding: 15px;
	border: 1px solid #868686;
	margin-top: 15px;
	height: 150px;
	overflow: auto;
}

.zip_result table.table_b {
	line-height: 19px;
}
.zip_result table.table_b th {
	text-align: center;
	font-weight: 600;
	border-right: 1px solid #e6e3e3;
}
.zip_result table.table_b td {
	text-align: center;
	border-right: 1px solid #e6e3e3;
}

.zip_result table.table_b .left {
	text-align: left;
	padding-left: 3%;
}
.post_pop_Area .poptitle a {
	line-height: 30px;
	font-size: 14px;
	position: absolute;
	top: 5px;
	right: 10px;
	color: #fff;
}

.post_box .f_lst {
	padding-bottom: 15px;
}
table.table_b {
	width: 100%;
	clear: both;
	border: 1px solid #e6e3e3;
	border-bottom: 0;
	color: #656565;
	line-height: 29px;
}
table.table_b th {
	text-align: left;
	background: #ededed;
	padding-left: 24px;
	border-bottom: 1px solid #e6e3e3;
	font-weight: 500;
	padding: 5px 0;
}
table.table_b td {
	text-align: left;
	padding-left: 24px;
	border-bottom: 1px solid #e6e3e3;
	padding: 5px 0;
}
table.table_b th.center {
	text-align: center;
	padding: 0;
}

/*주문*/
.detail_area .D_navi {
	overflow: hidden;
	padding: 8px 10px;
	position: relative;
	background: #f6f7f7;
	border-bottom: 1px solid #ddd;
}
.detail_area .D_navi a {
	float: left;
	margin: 1px 10px 0 0;
	padding: 0 10px;
	height: 26px;
	line-height: 26px;
	color: #444;
}
.detail_area .D_navi .tit {
	text-align: left;
	font-size: 15px;
	color: #333;
	font-weight: 600;
	display: block;
	line-height: 24px;
}
.detail_area .D_navi .info {
	text-align: left;
	font-size: 12px;
	display: block;
	line-height: 16px;
}

.favor {
	padding-bottom: 10px;
	display: block;
}
.favor span {
	padding: 0 10px;
	display: inline-block;
	background: #2e5eaf;
	color: #fff;
	line-height: 22px;
}

.detail_area .d_imgBox {
	display: block;
	padding-top: 6px;
	position: relative;
}
.detail_area .D_slide-wrap {
	position: relative;
	padding-bottom: 30px;
}
.detail_area #D_slideFlick {
	overflow: hidden;
}
.detail_area .slide-container {
	width: 500%;
}
.detail_area .slide-container li {
	display: block;
	float: left;
	position: relative;
	width: 20%;
}
.detail_area .slide-container li a {
	float: left;
	width: 100%;
	text-align: center;
}
.detail_area .slide-container li img {
	display: block;
	width: 100%;
	margin: 0 auto;
}

.detail_area .carouselSet {
	position: relative;
	height: 15px;
}
.detail_area .carouselSet ul {
	left: 0;
	top: 8px;
	width: 100%;
	text-align: center;
}
.detail_area .carouselSet li {
	float: none;
}

.infoCover {
	border-top: 2px solid #bea15c;
	padding: 5px 10px 0;
}
.infoCover .info {
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	padding: 6px 0;
}
.infoCover dl {
	overflow: hidden;
}
.infoCover dl dt {
	float: left;
	width: 110px;
	line-height: 19px;
	color: #555;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 0;
	clear: left;
}
.infoCover dd {
	color: #777;
	font-size: 12px;
	padding: 5px 0;
	line-height: 21px;
	overflow: hidden;
}
.infoCover dd.price_op span {
	display: inline-block;
	font-weight: 600;
	float: left;
}
.infoCover dd.price_op img {
	margin: 8px 10px 0;
}
.infoCover dl dd.price_op .line-through {
	color: #333;
	text-decoration: line-through;
}
.infoCover dl dd.price_op .Discount {
	color: #ad8b3a;
}
.amount a,
.amount input {
	float: left;
	margin-right: 4px;
}
.amount a {
	border: 1px solid #ddd;
	width: 28px;
	height: 28px;
}
.amount a.plus {
	background: url(../images/ic_plus.gif) no-repeat 0 0;
}
.amount a.minus {
	background: url(../images/ic_minus.gif) no-repeat 0 0;
}

.mem_price {
	text-align: right;
	line-height: 28px;
	font-size: 13px;
	color: #303030;
	padding-top: 5px;
}
.mem_price span {
	color: #aa1b1b;
}

.price_last {
	text-align: right;
	line-height: 35px;
	font-size: 18px;
	color: #303030;
}
.price_last .last_cash {
	color: #aa1b1b;
}

.detail_area .pro_D_info_Area {
	border-top: 2px solid #222;
	overflow: hidden;
}
.menu_tit {
	border-bottom: 1px solid #9fa0a4;
	background: #fefefe;
	position: relative;
	overflow: hidden;
	border-top: 1px solid #9fa0a4;
	margin: 0;
	margin-top: -1px;
}
.menu_tit span {
	display: block;
	color: #444;
	font-weight: 600;
	font-size: 14px;
	line-height: 28px;
	padding: 5px 10px;
	background: url(../images/bg_menu_tit.png) no-repeat 95% 14px;
}
.menu_tit span.c1 {
	background: url(../images/bg_menu_tit1.png) no-repeat 95% 16px;
}
.menu_tit span.c2 {
	background: none;
	text-align: center;
}

.menu_tit a {
	padding: 0 5px;
	font-size: 11px;
	position: absolute;
	top: 7px;
	right: 10px;
	height: 22px;
	line-height: 22px;
}

/*.D_view_area{position:relative; overflow:hidden;padding:10px;}*/
.D_view_area {
	position: relative;
	overflow: hidden;
}
.product_information {
	min-height: 100px;
	text-align: center;
}
.product_information img {
	max-width: 100%;
}
.refund_Area {
	padding: 15px;
}
.refund {
	padding: 15px;
	line-height: 18px;
	border: 1px solid #ddd;
}

.P_txt_info {
	padding: 0 0 15px 10px;
	line-height: 18px;
	color: #212121;
	font-size: 12px;
}
.P_txt_info p {
	font-size: 22px;
	font-weight: 600;
	padding-bottom: 8px;
	line-height: 34px;
	margin: 0;
}

.P_QNA_op {
	padding-bottom: 10px;
	text-align: right;
}
.P_QNA_op .btn,
.Pro_View .r_btn_wrap .btn {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 7px;
	font-weight: 500;
}

.P_review_Area {
	padding-top: 15px;
}
.P_review_Area .P_review {
}
.P_review_Area .P_review ul {
	border-top: 2px solid #333;
}
.P_review_Area .P_review ul li {
}
.P_review_Area .P_review ul li.non {
	text-align: center;
	line-height: 100px;
	border-bottom: 1px solid #ddd;
}
.P_review_Area .P_review .subject {
	border-bottom: 1px solid #ddd;
	overflow: hidden;
	padding: 8px 0;
}
.P_review_Area .P_review .subject .trigger {
	cursor: pointer;
}
.P_review_Area .P_review .subject:hover {
	background: #faf8f3;
}
.P_review_Area .P_review .subject:hover .tit {
	color: #ad8b3a;
}
.P_review_Area .P_review .subject span.cl {
	display: line-block;
	text-align: left;
	position: relative;
}
.P_review_Area .P_review .subject span.cl img {
	vertical-align: middle;
}
.P_review_Area .P_review .subject span.ch {
	position: absolute;
	top: 0;
	left: 0;
}
.P_review_Area .P_review .subject .tit_Area {
	display: block;
	padding-left: 24px;
}
.ic_star {
	display: block;
	padding-left: 24px;
}
.P_review_Area .P_review .subject .tit {
	color: #212121;
	font-weight: 600;
	padding-left: 24px;
	display: block;
	line-height: 30px;
	font-size: 14px;
}
.P_review_Area .P_review .subject .name {
	display: inline-block;
	padding-left: 10px;
	line-height: 20px;
	font-size: 12px;
}
.P_review_Area .P_review .subject .icon {
	display: inline-block;
	padding-left: 10px;
}
.P_review_Area .P_review .subject .icon .btn {
	font-size: 10px;
}
.P_review_Area .review_View {
	background: #fafafa;
	padding: 10px 0;
	border-bottom: 1px solid #ddd;
	display: none;
}
.P_review_Area .review_View .con_Area {
	padding: 0 24px;
	line-height: 20px;
}
.P_review_Area .review_View .btn {
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0 7px;
}

/*상품질문과답변*/
.P_QNA_Area {
	padding-top: 15px;
}
.Pro_Qna_box {
	border-top: 2px solid #333;
}
.Pro_Qna_box .Pro_Qna_tit {
	border-bottom: 1px solid #ddd;
	text-align: left;
	background: #fefefe;
	overflow: hidden;
}
.Pro_Qna_box .Pro_Qna_tit span {
	text-align: center;
	line-height: 39px;
	color: #222;
	font-weight: bold;
	display: inline-block;
	float: left;
}

.Pro_Qna_lst {
	text-align: left;
}
.Pro_Qna_lst li {
	text-align: left;
}
.Pro_Qna_lst li.non {
	line-height: 100px;
	text-align: center;
	border-bottom: 1px solid #ddd;
}

.Secret_Box {
	text-align: center;
	margin: 0 auto;
	width: 268px;
	padding-top: 40px;
	height: 60px;
	background: url(../images/Secret.png) no-repeat 14px 12px;
}
.Secret_Box .btn {
	height: 30px;
	line-height: 30px;
	padding: 0 15px;
	font-size: 13px;
}
.Secret_Box .c_Txt {
	height: 30px;
	line-height: 30px;
}

.Qnatit_Area {
	text-align: left;
	overflow: hidden;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
}

.Qnatit_Area a.trigger {
	text-align: left;
	cursor: pointer;
	border-bottom: 1px solid #ddd;
	overflow: hidden;
}
.Qnatit_Area a.trigger span {
	display: inline-block;
}
.Qnatit_Area a.trigger span.btn {
	padding: 0;
	width: 60px;
	font-weight: 500;
}
.Qnatit_Area a.trigger span img {
	vertical-align: middle;
}
.Qnatit_Area a.trigger span.ca {
	height: 18px;
	float: left;
	line-height: 18px;
	color: #212121;
	padding: 10px 0;
}
/*
.Qnatit_Area span.ch{position:relative; height:39px; float:left;  line-height:39px; text-align:center;}
.Qnatit_Area span.ch input{position:absolute; top:12px; left:5px;}*/
.Qnatit_Area span.left {
	text-align: left;
}
.Qnatit_Area span.center {
	text-align: center;
}

.Pro_View {
	text-align: left;
	background: #fafafa;
	padding: 18px 0 20px;
	line-height: 20px;
	position: relative;
	min-height: 25px;
	border-bottom: 1px solid #ebebeb;
	display: block;
}
.Pro_View span.txt {
	text-align: left;
	width: 65%;
	color: #929292;
	padding-left: 25%;
	line-height: 20px;
	display: block;
	float: left;
}
.Pro_View a.recom {
	text-align: center;
	float: left;
	position: absolute;
	width: 62px;
	height: 21px;
	display: block;
	line-height: 21px;
	font-size: 11px;
	color: #8b8b8b;
	border: 1px solid #bebebe;
	right: 10px;
	top: 18px;
}

.label {
	height: 22px;
	line-height: 24px;
	width: 20px;
	display: inline-block;
	position: relative;
}
.label input {
	position: absolute;
	top: 3px;
}

.question_Area {
	padding: 0px 15px 10px 85px;
	text-align: left;
	line-height: 20px;
	color: #999;
	position: relative;
	background: url(../images/ic_Question.png) no-repeat 10px 6px;
}
.question_Area a.linkview {
	text-align: left;
	position: absolute;
	top: -8px;
	right: 4%;
	color: #525252;
	text-decoration: underline;
}
.question_Area p {
	padding-top: 5px;
}

.Answer_Area {
	padding: 0 15px 0 85px;
	text-align: left;
	line-height: 20px;
	color: #999;
	position: relative;
	background: url(../images/ic_Answer.png) no-repeat 10px 6px;
}
.Answer_Area p {
	padding-top: 5px;
}

/*장바구니*/

.cart_Area,
.My_Area {
	padding: 15px 15px 0;
}
.cart_Area .info {
	line-height: 18px;
}

.cart_Area .all_wrap {
	position: relative;
	padding: 20px 0 10px;
	margin: 0;
}
.cart_Area .all_wrap .btn {
	position: absolute;
	top: 12px;
	right: 0;
	padding: 0 10px;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
}

.cart_Area .it_sel .btn_del {
	position: absolute;
	top: 5px;
	right: 10px;
	font-size: 11px;
}

.buy_Area {
}
.db_area {
	padding-bottom: 10px;
}
.db_tit {
	text-align: left;
	height: 33px;
	background: #dfdfdf;
	position: relative;
	text-indent: 15px;
}
.db_tit a {
	display: block;
	width: 100%;
	color: #5c5c5c;
	font-weight: 600;
	line-height: 33px;
}
.db_tit .on {
	position: absolute;
	background: url(../images/bg_view.png) no-repeat 0 0;
	height: 8px;
	right: 5%;
	width: 16px;
	top: 13px;
}
.db_tit .off {
	position: absolute;
	background: url(../images/bg_hide.png) no-repeat 0 0;
	height: 8px;
	right: 5%;
	width: 16px;
	top: 13px;
}
.db_con {
	position: relative;
	padding: 0 20px;
}

.order_list_wrap {
}
.order_list_wrap .all_wrap {
	position: relative;
	padding: 20px 0 10px;
	margin: 0;
}
.order_list_wrap .all_wrap .btn {
	position: absolute;
	top: 12px;
	right: 0;
	padding: 0 10px;
	font-size: 11px;
	height: 26px;
	line-height: 26px;
}

.order_list {
	padding-top: 10px;
}
.order_list article {
	border: 1px solid #dedede;
	padding: 10px 10px 15px;
	position: relative;
	background: #fff;
	margin-bottom: 10px;
}
.order_list article.non {
	text-align: center;
	padding: 50px 10px 40px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
}
.order_list article .ch_wrap {
	padding: 7px 0;
	border-bottom: 1px solid #d8d8d8;
}
.order_list article .ch_wrap .ch {
	position: absolute;
	top: 4px;
	left: 5px;
}
.order_list article .ch_wrap .btn_del {
	position: absolute;
	top: 0px;
	right: 5px;
}
.order_result {
	text-align: center;
	padding: 50px 10px 40px;
	line-height: 20px;
	font-weight: 600;
	margin-bottom: 0;
}

.p_lst {
}
.p_lst li {
	border-bottom: 1px solid #d8d8d8;
	position: relative;
	min-height: 102px;
}
.p_lst li.non {
	line-height: 83px;
	text-align: center;
}
.p_lst li .thmb {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	border: 1px solid #ededed;
}
.p_lst li dl {
	margin-left: 88px;
	padding: 0 20px 0 15px;
}
.p_lst li dl dt {
	line-height: 18px;
	font-size: 16px;
	color: #666;
	word-break: break-all;
	overflow: hidden;
}
.p_lst li dl dd.info {
	line-height: 16px;
	font-size: 12px;
	color: #888;
	padding: 6px 0 6px 0;
	word-break: break-all;
}
.p_lst li dl dd.price {
	font-size: 14px;
	color: #055bc2;
	font-weight: 600;
	padding-bottom: 8px;
}
.p_lst li dl dd .btn {
	padding: 0 6px;
	font-size: 11px;
	height: 24px;
	line-height: 24px;
}
.p_lst li dl dd.op {
	line-height: 14px;
	font-size: 12px;
	color: #aa1b1b;
	word-break: break-all;
	overflow: hidden;
	font-size: 12px;
	padding-top: 5px;
}

.selected_pro_Area {
	clear: both;
	padding-top: 10px;
}
.selected_pro_Area .selected_pro {
	display: block;
	border-bottom: 1px solid #bcbcbc;
}
.selected_pro li {
	position: relative;
	display: block;
	clear: both;
	line-height: 18px;
}
.selected_pro li .tit {
	position: absolute;
	width: 64px;
	left: 0;
	top: 0;
	line-height: 18px;
	padding: 8px 0;
}
.selected_pro .sel_Required {
	padding: 8px 0 8px 68px;
}
.selected_pro .sel_Required span {
	border-bottom: 1px dashed #bcbcbc;
	color: #111;
	font-weight: 600;
}

.selected_pro_Area .State {
	display: block;
	border-bottom: 1px solid #bcbcbc;
}
.State li {
	position: relative;
	display: block;
	clear: both;
	line-height: 18px;
	color: #111;
	padding: 4px 0 4px 68px;
	min-height: 30px;
}
.State li.de {
	border-bottom: 1px dashed #bcbcbc;
}
.State li .btn {
	padding: 0 5px;
	margin-left: 5px;
}
.State li .tit {
	position: absolute;
	width: 64px;
	left: 0;
	top: 4px;
	line-height: 30px;
	font-weight: 600;
}
.State li .txt {
	line-height: 30px;
	display: inline-block;
}
.cacul {
	padding: 5px 0 8px;
	position: relative;
}
.cacul .minus {
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url(../images/minus.gif) no-repeat 0 0;
	text-indent: -9999px;
	vertical-align: top;
}
.cacul .plus {
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url(../images/plus.gif) no-repeat 0 0;
	text-indent: -9999px;
	vertical-align: top;
}
.cacul .del {
	width: 27px;
	height: 27px;
	display: inline-block;
	background: url(../images/del.png) no-repeat 0 0;
	text-indent: -9999px;
	vertical-align: top;
}
.cacul .inTxt {
	width: 40px;
	height: 25px;
	line-height: 26px;
	font-size: 12px;
	text-align: center;
	text-indent: 0;
}
.cacul .sel {
	height: 27px;
	line-height: 22px;
	font-weight: 600;
	color: #222;
	font-size: 13px;
}

.cacul .pri {
	position: absolute;
	right: 0;
	line-height: 26px;
	color: #a1a1a1;
	font-size: 13px;
	font-weight: 600;
}
.cacul .pri span {
	font-size: 12px;
}
.add_op .sel_Required {
	font-weight: 500;
}

.all_mny {
	position: relative;
	line-height: 40px;
	color: #ef2705;
	font-size: 18px;
	padding: 3px 0 15px 68px;
	text-align: right;
	font-weight: 600;
	letter-spacing: -0.05em;
}
.all_mny .all {
	position: absolute;
	left: 0;
	top: 14px;
	line-height: 18px;
	color: #5f564f;
	font-size: 13px;
	letter-spacing: 0;
}
.all_mny .s {
	font-size: 13px;
	line-height: 40px;
	color: #5f564f;
}

.btn_list {
	padding: 10px 15px;
}
.btn_list .btn {
	height: 30px;
	line-height: 31px;
	font-size: 14px;
	padding: 0 20px;
}
.btn_list .btn_bbs {
	border: 1px solid #555;
}

.sum_Area {
	padding-top: 8px;
	color: #777;
}
.sum_Area table {
	border: 1px solid #dededb;
	width: 100%;
}
.sum_Area table th {
	background: #f4f4f4;
	border-bottom: 1px solid #dedede;
	padding: 3px 10px;
	text-align: center;
	border-right: 1px solid #dedede;
}
.sum_Area table th:last-child {
	border-right: 0;
}
.sum_Area table td {
	padding: 3px 10px;
	text-align: right;
	height: 20px;
	border-right: 1px solid #dedede;
}
.sum_Area table td:last-child {
	border-right: 0;
}
.sum_Area table td .sum {
	position: relative;
	float: right;
}
.sum_Area table td .sum .ic {
	position: absolute;
	right: -18px;
	top: 0;
	background: url(../images/cart_ic_Plus.gif) no-repeat 0 0;
	width: 15px;
	height: 15px;
	display: block;
}

.total_Area {
	text-align: left;
	padding-top: 20px;
}
.total {
	text-align: left;
	padding: 15px;
	border: 1px solid #e73535;
}
.total dl.t1 {
	line-height: 22px;
	color: #5d5d5d;
	padding-bottom: 5px;
}
.total dl.t1 dt {
	float: left;
}
.total dl.t1 dd {
	text-align: right;
	font-weight: 600;
}
.total dl.t2 {
	border-top: 1px dashed #b9b3b5;
	line-height: 30px;
	padding-top: 5px;
	font-size: 14px;
	font-weight: 600;
}
.total dl.t2 dt {
	float: left;
	color: #5d5d5d;
}
.total dl.t2 dd {
	text-align: right;
	color: #f15838;
}
.total .btn {
	height: 30px;
	line-height: 31px;
	font-size: 14px;
	padding: 0 20px;
}
.person_Area {
	padding-top: 10px;
}
.person_Area .info {
	display: block;
	padding: 8px 0;
}
.del_Area {
	border-bottom: 1px dashed #b9b3b5;
	padding: 10px 0;
}

.db_con .selected_pro_Area {
	padding-top: 0;
}

.db_con .total {
	padding: 0;
	padding-top: 10px;
	border: 0;
}
.db_con .selected_pro_Area .selected_pro {
	border-top: 0;
}
.sel_point {
	padding-bottom: 10px;
}
.sel_p {
	border: 1px solid #e1e1e1;
	background: #f5f5f5;
	padding: 8px 100px 8px 12px;
	position: relative;
}
.sel_p .inTxt {
	width: 100%;
}
.sel_p .btn_bbs {
	width: 80px;
	padding: 0;
	position: absolute;
	top: 8px;
	right: 12px;
}
.db_con .sel_p {
	padding: 8px 100px 8px 12px;
	position: relative;
}
.db_con .sel_p .btn {
	width: 60px;
	font-size: 11px;
}
.db_con .sel_p .inTxt {
	width: 74%;
}
.db_con .sel_p .btn_bbs {
	right: 78px;
}
.db_con .sel_p .btn_bbs1 {
	position: absolute;
	top: 8px;
	right: 12px;
	padding: 0;
}

.sel_cup {
	padding-bottom: 10px;
}
.sel_cup .btn {
	width: 100%;
	padding: 0;
}
.cup_box_Area {
	position: fixed;
	top: 50%;
	left: 0;
	width: 100%;
}
.cup_box {
	border: 1px solid #dedede;
	padding: 10px;
	background: #f5f5f5;
	padding-top: 30px;
	position: relative;
	display: block;
	margin: 10px;
}
.cup_box .btn_del {
	position: absolute;
	top: 5px;
	right: 10px;
}

.cup_box table {
	border-top: 2px solid #264e91;
	border-bottom: 0;
	width: 100%;
	clear: both;
	color: #565656;
}
.cup_box table th {
	border-bottom: 1px dashed #b9b3b5;
	text-align: center;
	line-height: 18px;
	padding: 8px 0;
	font-weight: 500;
}
.cup_box table td {
	border-bottom: 1px solid #acacac;
	line-height: 30px;
	text-align: center;
}
.cup_box table td.left {
	text-align: left;
}
.cup_box table td.non {
	border: 0;
}

dl.person1 {
	line-height: 20px;
	color: #222;
	padding-bottom: 5px;
	border-bottom: 1px dashed #b9b3b5;
}
dl.person1 dt {
	float: left;
	width: 80px;
}
dl.person1 dd {
	text-align: left;
	padding-bottom: 5px;
}
dl.person1 dd .btn {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}

dl.person2 {
	line-height: 30px;
	color: #222;
	padding-bottom: 5px;
}
dl.person2 dt {
	float: left;
	width: 80px;
	font-weight: 600;
}
dl.person2 dd {
	text-align: left;
	padding-bottom: 5px;
}
.person_Area .btn {
	height: 30px;
	line-height: 30px;
	padding: 0 5px;
}
.btn_del {
	width: 12px;
	height: 13px;
	padding: 5px;
	background: url(../images/btn_del.gif) no-repeat 5px 5px;
	cursor: pointer;
}

.payment_Area {
	padding: 10px;
}

.payment {
	border: 1px solid #cdcdcd;
	margin-top: -1px;
}
.payment_Area .op {
	padding: 5px;
	background: #edeff2;
	display: block;
	color: #000;
	font-size: 13px;
	font-weight: 600;
}

.payment_Area .op .lbl {
	display: inline-block;
	line-height: 20px;
	margin-right: 10px;
}

.payment_wrap {
	display: grid;
	grid-template-columns: auto auto;
	gap: 8px;
	padding-bottom: 8px;
}
.payment_wrap label {
	height: 60px;
	position: relative;
}
.payment_wrap label p {
	position: absolute;
	inset: 0;
	display: flex;
	gap: 8px;
	justify-content: center;
	align-items: center;
	border: 2px solid #ededed;
	border-radius: 8px;
	color: #1d1d1d;
	font-weight: 600;
	font-size: 14px;
}
.payment_wrap label input {
	appearance: none;
}
.payment_wrap label input:checked + p {
	border-color: #bb9d60;
	border-width: 3px;
}

.opts_dt {
	padding: 10px;
}
.opts_dt dt {
	line-height: 20px;
	padding-bottom: 5px;
}
.opts_dt .spacing {
	line-height: 28px;
}
.sel_card {
	text-align: left;
	line-height: 18px;
	color: #565656;
}

.sel_Bank_box {
	text-align: left;
}
.sel_Bank_box dt,
.sel_Bank_box dd {
	text-align: left;
	padding-bottom: 5px;
}
.sel_Bank_box dt {
	color: #222;
	font-weight: 600;
}
.sel_Bank_box dd select.inTxt {
	text-indent: 0;
	font-size: 11px;
}
.receipt_select .op1 {
	padding: 10px 0;
}
.receipt_select .op1 .lbl {
	text-align: left;
	letter-spacing: -1px;
	display: inline-block;
	margin-right: 10px;
	line-height: 20px;
}
.receipt_selectbox {
	border: 1px solid #ddd;
	padding: 10px;
	margin-bottom: 8px;
	line-height: 28px;
	overflow: hidden;
}
.receipt_select .info {
	font-size: 11px;
}

table.no_table {
	width: 100%;
	clear: both;
}
table.no_table th {
	text-align: left;
	line-height: 18px;
	padding: 5px 0;
	color: #222;
	font-weight: 600;
}
table.no_table td {
	text-align: left;
	padding: 5px 0;
}
table.no_table td span.info_txt {
	line-height: 30px;
}

.buy_btn {
	padding-top: 10px;
	text-align: center;
}
.buy_btn .btn {
	width: 42%;
	padding: 0;
	height: 34px;
	line-height: 34px;
	vertical-align: top;
	font-size: 14px;
}

/*고객센터*/

.depth {
	overflow: hidden;
	background: #f6f7f7;
	padding: 5px 0px;
	border-bottom: 1px solid #ebebeb;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.depth a {
	display: inline-block;
	line-height: 20px;
	padding: 3px 10px;
	color: #717070;
	font-weight: 600;
}
.depth a.on {
	color: #2e5eaf;
}

.My_Area .buy_tit {
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	border-left: 3px solid #2e5eaf;
	padding-left: 10px;
	margin-bottom: 15px;
}
.My_D_Area {
	padding: 20px 0 0;
}
.My_D_Area .buy_tit {
	border-left: 3px solid #2e5eaf;
	font-size: 18px;
	line-height: 24px;
	font-weight: 600;
	margin: 0 10px 15px;
	padding-left: 10px;
}

.My_D_Area h6 {
	text-align: left;
	font-size: 16px;
	color: #373737;
	line-height: 30px;
	font-weight: 500;
}

.cust_Area {
	padding-bottom: 20px;
}
.cust_box {
	padding: 15px;
	border: 1px solid #ddd;
	background: #fafafa;
	margin: 0 15px;
}
.cust_box p {
	font-size: 14px;
	font-weight: 600;
	color: #333;
	line-height: 18px;
}
.cust_box dl {
	position: relative;
	line-height: 24px;
	font-size: 13px;
}
.cust_box dl dt {
	width: 70px;
	position: absolute;
	top: 0;
	left: 0;
	color: #666;
	font-weight: 600;
}
.cust_box dl dd {
	color: #008ecd;
	padding-left: 70px;
}

.db_area {
	padding-bottom: 10px;
}
.db_tit {
	text-align: left;
	height: 33px;
	background: #f4f4f4;
	position: relative;
	text-indent: 15px;
}
.db_tit a {
	display: block;
	width: 100%;
	color: #5c5c5c;
	font-weight: 600;
	line-height: 33px;
}
.db_tit .on {
	position: absolute;
	background: url(../images/bg_view.png) no-repeat 0 0;
	height: 8px;
	right: 5%;
	width: 16px;
	top: 13px;
}
.db_tit .off {
	position: absolute;
	background: url(../images/bg_hide.png) no-repeat 0 0;
	height: 8px;
	right: 5%;
	width: 16px;
	top: 13px;
}
.db_con {
	position: relative;
	padding: 0 10px;
}
.db_con .b_table th,
.db_con .b_table td {
	border-right: 1px solid #ddd;
	padding: 10px;
}
.db_con .b_table .no-boder {
	border-right: 0;
}

.qna_op_lst {
	padding: 0 10px 26px;
	text-align: left;
	overflow: hidden;
}
.qna_op_lst a {
	text-align: center;
	line-height: 24px;
	padding: 0 5px;
	color: #666;
	float: left;
	height: 24px;
}
.qna_op_lst span.bar {
	line-height: 24px;
	color: #ddd;
	float: left;
}
.qna_op_lst a.on {
	color: #333;
	font-family: 'Nanum_bold';
	line-height: 16px;
}
.qna_op_lst a.on span {
	margin: 0 auto;
	display: inline-block;
}
.qna_op_lst a.on span {
	border-top: 2px solid #bea15c;
	padding-top: 3px;
}

.cust_content {
	text-align: center;
	clear: both;
	padding: 30px 10px 0;
	border-top: 2px solid #212121;
}
.cust_content img {
	width: 100%;
}
.face_bn {
	margin-top: 15px;
	display: block;
	text-align: center;
	padding: 15px 0 16px;
	background: #f5f5f5;
}
.cust_content .tit img,
.cust_content .face_bn img {
	width: 50%;
}

/*마이페이지*/

.search-box_wrap {
	padding: 10px;
}
.search-box_wrap dl {
	position: relative;
}
.search-box_wrap dl dt {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 30px;
	font-weight: 600;
	width: 70px;
	font-size: 13px;
}
.search-box_wrap dl dd {
	margin-left: 70px;
	line-height: 30px;
	color: #777;
	font-size: 12px;
}
.search-box_wrap dl dd .btn {
	padding: 0;
	width: 50px;
	height: 26px;
	line-height: 26px;
	font-size: 11px;
	vertical-align: top;
}
.search-box_wrap dl dd .inTxt {
	height: 26px;
	line-height: 26px;
	vertical-align: top;
}
.search-box_wrap dl.ty2 {
	border-top: 1px dashed #eee;
	padding-top: 10px;
}
.search-box_wrap dl.ty2 dt {
	top: 6px;
}

.Lookup {
	text-align: left;
	border-top: 3px solid #000;
	clear: both;
}
.Lookup li {
	border: 1px solid #acacac;
	overflow: hidden;
	display: block;
	position: relative;
	margin-top: -1px;
	color: #393939;
}
.Lookup li .pro_list {
	border-top: 1px dashed #ddd;
	overflow: hidden;
	display: block;
	padding: 10px;
	position: relative;
	color: #393939;
	margin-top: -1px;
}
.Lookup li .thumb {
	float: left;
}
.Lookup li .thumb a {
	float: left;
	width: 78px;
	height: 78px;
	border: 1px solid #ededed;
}
.Lookup li .thumb .day {
	line-height: 17px;
	color: #999;
	text-align: center;
	padding-top: 5px;
	font-weight: 600;
	display: block;
}
.Lookup li .ic {
	background: url(../images/bg_arrow.gif) no-repeat 0 0;
	position: absolute;
	top: 45px;
	right: 10px;
	width: 9px;
	height: 13px;
	display: block;
}
.Lookup li.non {
	text-align: center;
	line-height: 80px;
}
.Lookup li a {
	color: #393939;
}
.Lookup li .cont {
	display: block;
	margin-left: 90px;
}
.Lookup li .cont .subject,
.Lookup li .cont .summary,
.Lookup li .cont .State,
.Lookup li .cont .op,
.Lookup li .cont .bt_Area,
.Lookup li .cont .deri,
.Lookup li .cont .Reason {
	width: 95%;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.Lookup li .cont .subject {
	line-height: 20px;
	font-weight: 600;
	font-size: 14px;
	padding-top: 5px;
}
.Lookup li .cont .summary {
	font-weight: 600;
	line-height: 20px;
	color: #989898;
}
.Lookup li .cont .order_nom {
	line-height: 20px;
	position: relative;
}
.Lookup li .cont .op {
	color: #c3a866;
}
.Lookup li .cont .deri {
	line-height: 17px;
	font-weight: 600;
}
.Lookup li .cont .deri .red {
	font-weight: 500;
}
.Lookup li .cont .Reason {
	line-height: 17px;
	padding-top: 3px;
}
.Lookup li .cont .bt_Area {
	font-weight: 600;
	padding-top: 5px;
}
.Lookup li .cont .bt_Area .btn {
	padding: 0 5px;
	font-size: 12px;
	height: 24px;
	line-height: 20px;
}
.Lookup li .cont .amounts {
	padding: 5px 0;
}
.Lookup li .amounts .sale {
	color: #cf2a23;
	font-size: 14px;
	font-weight: 600;
}
.Lookup li .amounts .sale em {
	font-style: normal;
}

.My_Area .sel_coupon {
	padding: 10px 0;
	text-align: center;
}
.My_Area .join_form {
	padding: 0;
}

.My_Area .login_area {
	padding: 10px;
	border: 1px solid #cfcfcf;
	margin-bottom: 10px;
}
.My_Area .login_area .tit {
	font-weight: 600;
	padding-bottom: 8px;
	color: #111;
	font-size: 14px;
}
.My_Area .login_area .info {
	line-height: 18px;
	padding-bottom: 14px;
	margin: 0;
}
.My_Area .login_box {
	position: relative;
	padding-right: 75px;
}
.My_Area .login_box input {
	width: 100%;
}
.My_Area .login_box .btn_login {
	background: #c7a75e;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	width: 65px;
	height: 32px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
}

.txt_qna_box .txt_qna_lst {
	border-top: 2px solid #333;
}
.txt_qna_box .txt_qna_lst li {
	border-bottom: 1px solid #ddd;
}
.txt_qna_box .q {
	padding: 10px 10px 10px 82px;
	position: relative;
}
.txt_qna_box .q .thum {
	position: absolute;
	top: 10px;
	left: 10px;
	border: 1px solid #ddd;
	width: 60px;
	height: 60px;
}
.txt_qna_box .q dl dt {
	line-height: 18px;
	font-size: 14px;
	color: #333;
	font-weight: 600;
	overflow: hidden;
}
.txt_qna_box .q dl dd {
	line-height: 18px;
	font-size: 12px;
	color: #666;
	overflow: hidden;
}
.txt_qna_box .q dl dd.subject {
	line-height: 18px;
	font-size: 13px;
	padding-top: 5px;
}
.txt_qna_box .q dl dd.col_Area {
	line-height: 18px;
	color: #888;
	padding-top: 5px;
}
.txt_qna_box .q dl dd.col_Area .btn {
	font-weight: 500;
}
.txt_qna_box .txt_qna_lst li.non {
	line-height: 100px;
	text-align: center;
}
.txt_qna_box .lst_navi {
	text-align: right;
	color: #555;
	line-height: 30px;
	font-weight: 600;
	padding-right: 15px;
	margin-bottom: 5px;
	text-decoration: underline;
}

.M_tab {
	text-align: left;
	overflow: hidden;
	padding: 1px 0 10px 1px;
}

.M_tab li {
	float: left;
	margin-left: -1px;
	margin-top: -1px;
	border: 1px solid #dadada;
	height: 37px;
	min-width: 92px;
	background: #ffffff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMmYyZjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(
		top,
		#ffffff 0%,
		#f2f2f2 100%
	); /* FF3.6+ */
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0%, #ffffff),
		color-stop(100%, #f2f2f2)
	); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(
		top,
		#ffffff 0%,
		#f2f2f2 100%
	); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(
		top,
		#ffffff 0%,
		#f2f2f2 100%
	); /* Opera 11.10+ */
	background: -ms-linear-gradient(
		top,
		#ffffff 0%,
		#f2f2f2 100%
	); /* IE10+ */
	background: linear-gradient(
		to bottom,
		#ffffff 0%,
		#f2f2f2 100%
	); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-8 */
}

.M_tab li a {
	float: left;
	line-height: 37px;
	width: 100%;
	text-align: center;
	color: #4b4b4b;
}
.M_tab li a.tab_on {
	height: 33px;
	font-weight: 600;
	border-bottom: 4px solid #2e5eaf;
}

.Sec_info {
	text-align: left;
	border: 1px solid #ebebeb;
	background: #f8f8f8;
	padding: 20px 15px;
}
.Sec_info li {
	text-align: left;
	padding-bottom: 5px;
	line-height: 18px;
	color: #8c8c8c;
}
.Sec_info li.bold {
	color: #454545;
	padding-bottom: 15px;
}
.Sec_info li span {
	display: inline-block;
	width: 13px;
}

/*이벤트리스트*/

.event_lst {
	text-align: left;
	padding: 20px 10px 0;
	overflow: hidden;
}
.event_lst li {
	text-align: center;
	padding-bottom: 30px;
	cursor: pointer;
	position: relative;
}
.event_lst li .img {
	border: 1px solid #ddd;
	margin: 0 auto;
	width: 90%;
	box-sizing: border-box;
}
.event_lst li .img img {
	width: 100%;
}
.event_lst li .in_cover {
	position: relative;
	padding-top: 10px;
}
.event_lst li .in_cover .ch {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.event_lst li .title {
	font-size: 15px;
	line-height: 20px;
	color: #333;
	font-family: 'Nanum_bold';
	padding: 0px 0 10px;
	float: left;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.event_lst li .txt {
	padding-bottom: 14px;
	line-height: 16px;
	font-size: 13px;
	clear: both;
	padding-bottom: 15px;
}
.event_lst li .day {
	line-height: 20px;
	font-size: 12px;
	color: #888;
	position: relative;
	padding-left: 62px;
	display: inline-block;
}
.event_lst li .day .ic {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	color: #fff;
	width: 38px;
	padding-left: 10px;
	font-size: 11px;
	height: 21px;
	line-height: 21px;
	background: url(/images/ic_date.png) no-repeat left top;
	text-align: left;
}

.event_lst li dl {
	padding-top: 17px;
	line-height: 23px;
	color: #333;
	text-align: center;
	overflow: hidden;
	font-size: 15px;
}
.event_lst li dt {
	font-weight: 600;
}
.event_lst li dd.txt {
	padding-bottom: 14px;
}
.event_lst li dd.day {
	background: #f8f8f8;
	border: 1px solid #ddd;
	line-height: 29px;
	font-size: 13px;
	color: #888;
	border-left: 0;
	border-right: 0;
}

.event_lst li.non {
	text-align: center;
	width: 100%;
	height: 228px;
	border: 0;
	float: left;
	margin-right: 0;
	line-height: 228px;
	cursor: default;
}

.event_view {
	padding: 20px 10px;
}
.event_view .title,
.P_e_lst .title {
	line-height: 30px;
	color: #333;
	font-weight: 600;
	font-size: 20px;
	border-left: 2px solid #264e91;
	padding-left: 8px;
}
.event_view .title_Area {
	line-height: 20px;
	padding-top: 10px;
}
.event_view .title_Area .day {
	display: block;
}
.event_view .title_Area .btn {
	line-height: 20px;
	height: 20px;
	padding: 0 5px;
}
.intro img {
	width: 100%;
}
.event_content {
	padding-top: 35px;
}
.event_content p {
	margin: 0;
}
.event_content img {
	width: 100%;
}
.P_e_lst .title {
	margin-left: 10px;
}

/*추가*/
.pw_info {
	clear: both;
	line-height: 18px;
	padding-top: 5px;
	color: #333;
	display: block;
}

.detail_area #slideFlick .soldout {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.detail_area #slideFlick .soldout .bg {
	position: absolute;
	left: 0;
	top: 0;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	z-index: 2;
}
.detail_area #slideFlick .soldout .tit {
	position: absolute;
	left: 0;
	top: 48%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: 600;
	z-index: 3;
}

.detail_area #slideFlick .ic_Area {
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 1;
}
.detail_area #slideFlick .ic_Area span {
	display: block;
	margin-bottom: 5px;
	height: 18px;
	line-height: 18px;
	width: 56px;
	font-size: 11px;
}
.detail_area #slideFlick .ic_Area span.ic_cash {
	height: 16px;
	line-height: 16px;
	width: 54px;
}

.Rating {
	padding: 10px 0;
}
.Rating dl {
	border: 1px solid #ddd;
	padding: 10px;
	color: #555;
	overflow: hidden;
	text-align: center;
}
.Rating dt {
	font-size: 16px;
	line-height: 26px;
	color: #333;
}
.Rating dd {
	position: relative;
	min-height: 45px;
	line-height: 22px;
	font-size: 14px;
	text-align: left;
	padding: 13px 0;
}
.Rating dd span.ic {
	float: left;
	width: 54px;
	height: 54px;
	padding: 0 15px 0 26%;
	margin-top: -3px;
}
.Rating dd span.bold {
	color: #2e5eaf;
}
.Rating .btn_bbs1 {
	padding: 0;
	height: 34px;
	line-height: 34px;
	font-weight: 600;
	margin-top: -1px;
}

.order_Area {
	padding: 5% 3%;
}
.order_login {
	text-align: center;
	margin: 0 auto;
}
.order_login h4 {
	font-weight: 500;
	line-height: 20px;
	font-size: 18px;
	color: #333;
	font-family: 'Nanum_bold';
}
.order_login h4 span {
	display: inline-block;
	padding: 10px 30px;
}
.order_login .txt {
	padding: 20px 0 40px;
	line-height: 18px;
	font-size: 13px;
	border-bottom: 1px solid #ddd;
}

.order_Area h4.title {
	font-weight: 500;
	color: #333;
	position: relative;
	padding-bottom: 10px;
	font-size: 16px;
	font-family: 'Nanum_bold';
}
.agree_info {
	border: 1px solid #ddd;
	padding: 5%;
	position: relative;
	line-height: 18px;
}
.agree_info .btn {
	width: 150px;
	padding: 0;
}
.order_Area .Terms_Box {
	padding: 10px;
	overflow: auto;
	overflow-x: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 228px;
	border: 1px solid #e0e0e0;
}
.order_Area .B_Area .btn {
	padding: 0;
	width: 30%;
}

/* ---------------------------------------------------------
   장바구니 div 구조 (ul/dl -> div 변환, 가로폭 100% 대응)
   --------------------------------------------------------- */
.p_lst .p_item {
	border-bottom: 1px solid #d8d8d8;
	position: relative;
	min-height: 102px;
	width: 100%;
	box-sizing: border-box;
}
.p_lst .p_item .thmb {
	position: absolute;
	left: 0;
	top: 0;
	width: 90px;
	height: 90px;
	border: 1px solid #ededed;
}
.p_lst .p_item .p_info {
	margin-left: 88px;
	padding: 0 0 0 15px;
}
.p_lst .p_item .p_tit {
	line-height: 18px;
	font-size: 16px;
	color: #666;
	word-break: break-all;
	overflow: hidden;
	text-align: left;
}
.p_lst .p_item .info {
	line-height: 16px;
	font-size: 12px;
	color: #888;
	padding: 6px 0 6px 0;
	word-break: break-all;
	text-align: left;
}
.p_lst .p_item .price {
	font-size: 14px;
	color: #055bc2;
	font-weight: 600;
	padding-bottom: 8px;
	text-align: left;
}
.selected_pro_Area .selected_pro .sel_Required {
	width: 100%;
	box-sizing: border-box;
}

/* 합계 영역 div 구조 (dl.t1 / dl.t2 -> div) */
.cart_Area .total,
.db_con .total {
	width: 100%;
	box-sizing: border-box;
}
.total .t_row .tit .red {
	float: none;
}
.total .t_row {
	display: block;
	width: 100%;
	overflow: hidden;
	line-height: 22px;
}
.total .t_row .tit {
	float: left;
}
.total .t_row .val {
	float: right;
	text-align: right;
	font-weight: 600;
}
.total .t1 {
	color: #5d5d5d;
	padding-bottom: 5px;
}
.total .t2 {
	border-top: 1px dashed #b9b3b5;
	padding-top: 5px;
	font-size: 14px;
	font-weight: 600;
}
.total .t2 .t_row {
	line-height: 30px;
}
.total .t2 .tit {
	color: #5d5d5d;
}
.total .t2 .val {
	color: #f15838;
}
.total .r_btn_wrap {
	width: 100%;
	box-sizing: border-box;
}

/* ---------------------------------------------------------
   sub1 상품목록: m.skincaremall.net 과 동일한 p_box 구조 스타일
   (p_box / p_dl / p_dt / p_dd)
   --------------------------------------------------------- */
.P_lst .p_box {
	float: left;
	width: 48%;
	padding-bottom: 10px;
	text-align: center;
	position: relative;
	cursor: pointer;
	min-height: 296px;
}
.P_lst .p_box.nth-child {
	padding-left: 4%;
}
/* 칸 높이가 들쭉날쭉해도 2단 그리드 줄이 깨지지 않게 각 줄 첫 칸을 clear */
.P_lst .p_box:nth-child(odd) {
	clear: left;
}

.P_e_lst .P_lst .p_box {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.P_e_lst .P_lst .p_box.nth-child {
	padding-left: 0;
}
.P_e_lst .P_lst .p_box .img {
	position: relative;
	border: 1px solid #ddd;
	width: 263px;
	height: 263px;
	margin: 0 auto;
}

.P_lst .p_box .img {
	position: relative;
	border: 1px solid #ddd;
	width: 142px;
	height: 142px;
	margin: 0 auto;
}
.P_lst .p_box .img .soldout {
	position: absolute;
	top: 0;
	left: 0;
}
.P_lst .p_box .img .ic_Area {
	position: absolute;
	float: left;
	top: 8px;
	right: 7px;
	text-align: right;
}
.P_lst .p_box .img .ic_Area span {
	display: block;
	margin-bottom: 5px;
	float: right;
	clear: right;
}

.P_lst .p_box .p_dl {
	padding-top: 17px;
	cursor: pointer;
	text-align: center;
	clear: both;
}
.P_lst .p_box .p_dt {
	color: #333;
	font-weight: 600;
	line-height: 17px;
	height: 36px;
	text-align: center;
	word-break: keep-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
/* 인앱브라우저(다음 등)가 정렬 스타일을 주입해 왼쪽으로 밀리는 것을 강제로 가운데 고정 */
.P_lst .p_box,
.P_lst .p_box .p_dl,
.P_lst .p_box .p_dt,
.P_lst .p_box .p_dd {
	text-align: center !important;
}
.P_lst .p_box .p_dd {
	display: block;
	clear: both;
}
.P_lst .p_box .p_dd.txt {
	color: #888;
	padding-top: 3px;
	line-height: 17px;
}
.P_lst .p_box .p_dd.bt_Area {
	padding-top: 2px;
}
.P_lst .p_box .p_dd.bt_Area span {
	display: inline-block;
	margin: 0 auto;
	line-height: 26px;
	font-size: 13px;
	font-weight: 600;
	color: #c3a866;
}
.P_lst .p_box .p_dd.bt_Area span.line-through {
	color: #333;
	text-decoration: line-through;
}
.P_lst .p_box .p_dd.bt_Area span img {
	vertical-align: middle;
	margin-top: -1px;
}
.P_lst .p_box .btn_Area {
	text-align: center;
	padding-top: 9px;
}
