@charset "utf-8";
/* SIR 지운아빠 */

/* 초기화 */
html {overflow-y:scroll}
body {
	margin:0;
	padding:0;
	font-size:0.75em;
	height:100%;
	font-family: 'Pretendard' !important;
	/* font-family:'Noto Sans', sans-serif, 'Noto Sans JP', sans-serif, 'Noto Sans KR', sans-serif !important; */
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
h1, h2, h3, h4, h5, h6 {font-size:1em}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
label, input, button, select, img {vertical-align:middle; color: #413f3f;}
input, button {margin:0;padding:0;font-size:1em;  color: #413f3f;}
button,input[type=submit]{cursor:pointer;  color: #413f3f;}
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0;font-size:1em;-webkit-appearance:none; color: #413f3f;}
textarea, select {font-size:1em;font-family:'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;}
textarea {border-radius:0;-webkit-appearance:none}
p {margin:0;padding:0;word-break:break-all}
hr {display:none}
pre {overflow-x:scroll;font-size:1.1em}
a:link, a:visited {color:#413f3f;text-decoration:none}
ul,li{list-style:none;padding:0;margin:0;}


@media screen and (min-width: 640px){
	::-webkit-scrollbar {
		width: 32px;
	}
}

@media screen and (min-width: 640px){
	::-webkit-scrollbar-track {
		;
	}
}

@media screen and (min-width: 640px){
	::-webkit-scrollbar-thumb {
		background: #ddd;
		background-clip: padding-box;
		border: 8px solid transparent;
		border-radius: 16px;
	}
}


/* 팝업레이어 */
#hd_pop {z-index:1000;position:relative;margin:0 auto;width:100%;height:0px}
#hd_pop h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
.hd_pops {position:absolute;border:1px solid #e9e9e9;background:#fff}
.hd_pops_con {}
.hd_pops_footer {padding:10px 0;background:#000;color:#fff;text-align:right}
.hd_pops_footer button {margin-right:5px;padding:5px 10px;border:0;background:#393939;color:#fff}

 
#table {display: table; width: 100%;padding-top:20px;margin:0 auto;} 

#table ul li {
   list-style:none;
   float:left;
   display:inline; 
} 

#table ul li img{
   width: auto;
    height: 100%;  
}

.mslider img{max-width:100%;height:auto;}

/* 상단 레이아웃 */
#hd {position:relative;margin:0px 0px 0px 0px;padding: 0;text-align:center}
#hd > h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#hd_tnb{margin-top:-1px}
#hd_tnb:after {display:block;visibility:hidden;clear:both;content:""}
#hd_tnb li{float:left;width:20%;}
#hd_tnb li a{display:block;color:#a8a8a8;background:#f9f9f9;border:1px solid #e9e9e9;border-right:none;height:30px;line-height:30px;font-size:0.92em}
#hd_tnb li a:hover{background:#f1f1f1}
#hd_tnb li:first-child a{border-left:none}
#hd_tnb li .tnb_cart {color:#333333}
#hd_tnb li .tnb_cart span{background:url(../mobile/shop/img/cart.gif) no-repeat;display:inline-block;width:11px;height:9px;margin-right:2px}

/*.header_area div {float:left;}*/
.header_area {
	position: fixed;
    z-index: 998;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
	height: 52px;
    top: 0;
    left: 0;
    right: 0;
	background: #fff;
	transition: all 0.3s;
}
	
.header_area.black {
	box-shadow: 3px 3px 10px rgba(0,0,0,0.29);
	background:#413f3f;
}
	
.header_area ul { overflow:hidden; }
.header_area > ul > li { float:left;display: inline-block;}
.header_area ul li.cate {width: 34px;
    height: 76px; }
.header_area .right_menu {float:right;position:relative;top:30px;left:-30px;}
.header_area .right_menu li {display:inline;padding:0 5px;}
.header_area ul h3 {    color: #fff;
    letter-spacing: 0.1em;
    font-size: 18px;
    color: #fff;
    font-weight: 100;
    padding: 20px 0 5px 0;
    text-align: left;
    height: 50px; }
	
#logo {
	height: 52px;
    padding: 0 0 0 56px;
}
#logo a {
	position: absolute;
	display: block;
    width: auto;
    height: 52px;
    line-height: normal;
	z-index: 5;
}
#logo a img {
	width: auto;
    height: 16px;
    padding: 20px 0 16px 0;
}

.-search {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

#hd_sch {
	display: none;
    z-index: 10;
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}
	
.search_close {
    width: 24px;
    height: 24px;
    border: 0;
    background: url(/lenstown/images/mobile/delete_gray.png) no-repeat 100%;
    background-size: 24px;
}

/*#hd_sch h2 {margin:0 0 10px}*/

#hd_sch .sch_inner {
	display: block;
    position: relative;
    padding: 0 16px;
	height: 100vh;
	overflow-y: auto;
}
	
#hd_sch .sch_inner h2 {
	font-size: 24px;
    font-weight: normal;
}

#hd_sch .frm_input {
	background: #fff;
    border: 1px solid #ddd;
    padding: 8px;
    font-weight: normal;
    flex: 1 0 0;
    margin: 0;
}
	
#hd_sch .btn_submit {
	position: relative;
    background: url(/lenstown/images/mobile/search_black.png) no-repeat 50%;
    background-size: 24px;
    width: 24px;
    height: 24px !important;
    margin: 8px !important;
}

#hd_sch .pop_close {/*text-align:center;padding:5px;border:0;background:#626870;color:#fff;margin-top:5px*/ text-indent:-9999px; border:none;}


#hd_ct { 
    width: 30px;
    height: 30px;
    border: 0;
    background: url(/lenstown/images/mobile/cate_white.png) no-repeat;
    text-indent: -9999px;
    -webkit-appearance: none;
    position: absolute;
    top: 20px;
    left: 22px;
    margin: 0;
	background-size: 90%;
}

#popular {
	
}
	
.header_area .hotkeyword ul li {
	;
}

.header_area .hotkeyword ul li a { display: block;
    display: flex;
    margin: 16px 8px 0 8px;
    color: #adadad;
    border-radius: 3px;
    font-size: 14px;
}




.menu-items {
  display: flex;
}

.nav-container {
  display: block;
  height: 0;
}

.nav-container .checkbox {
	position: absolute;
	display: block;
	height: 52px;
	width: 56px;
	top: 0;
	z-index: 5;
	opacity: 0;
	cursor: pointer;
}

.nav-container .hamburger-lines {
	display: block;
    height: 18px;
    width: 23px;
    position: absolute;
    top: 18px;
    left: 16px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nav-container .hamburger-lines .line {
	display: block;
	height: 2px;
	width: 100%;
	border-radius: 8px;
	background: #adadad;
	transition: all 0.5s;
}

.nav-container .hamburger-lines .line1 {
	transform-origin: 0% 0%;
}

.nav-container .hamburger-lines .line2 {
	;
}

.nav-container .hamburger-lines .line3 {
	transform-origin: 0% 100%;
}

@media screen and (min-width: 640px){
	.nav-container .menu-items {
		width: 432px !important;
	}
}

.nav-container .menu-items {
	padding: 32px 16px 0 16px;
    height: 100vh;
    width: 288px;
    transform: translate(-110%);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s ease-in-out;
    text-align: left;
    background: #fff;
    box-shadow: 8px 0px 8px rgb(0 0 0 / 10%);
    overflow-y: auto;
    position: relative;
    z-index: 2;
}

.nav-container .menu-items::-webkit-scrollbar {
	display: none;
}

.menu-items-whitebox {
	position: fixed;
    background: #fff;
    height: 52px;
    width: 320px;
    top: 0;
	box-shadow: 0px 0px 8px rgb(0 0 0 / 10%);
    transform: translate(-110%);
    transition: transform 0.5s ease-in-out;
    z-index: 3;
}

.menu-items-whitebox2 {
	position: fixed;
    background: #fff;
    height: 100%;
    width: 408px;
    top: 0;
    transform: translate(-100%);
    transition: transform 0.5s ease-in-out;
    z-index: 3;
}

.menu-items-whitebox3 {
	position: fixed;
    background: #fff;
    height: 100%;
    width: 32px;
    top: 0;
    transform: translate(640px);
    z-index: 3;
}

.menu-items-bk-bg {
	display: none;
	width: 100%;
    height: 100vh;
	top: 0;
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 1;
    max-width: 640px;
    min-width: 320px;
    position: fixed;
}

@media screen and (min-width: 640px){
	.menu-items-whitebox {
		width: 464px;
	}
	.menu-items-whitebox2 {
		width: 536px;
	}
}

.nav-container input[type="checkbox"]:checked ~ .menu-items {
	transform: translateX(0);
	-webkit-animation: fadein 1s;
	animation-fill-mode: forwards;
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line {
	background: #413f3f;
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line1 {
	transform: rotate(45deg);
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line2 {
	transform: translateX(-100%);
    width: 0%;
    opacity: 0;
}

.nav-container input[type="checkbox"]:checked ~ .hamburger-lines .line3 {
	transform: rotate(-45deg);
}

.nav-container input[type="checkbox"]:checked ~ .menu-items-whitebox {
	transform: translateX(0);
	-webkit-animation: fadein 1s;
	animation-fill-mode: forwards;
}

.nav-container input[type="checkbox"]:checked ~ .menu-items-bk-bg {
	display: block;
	-webkit-animation: fadein 1s;
	animation-fill-mode: forwards;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.header_area p.search {
	position: absolute;
    top: 8px;
    right: 80px;
}

#hd_sch_open {
	width: 36px;
    height: 36px;
    border: 0;
    background: url(/lenstown/images/mobile/search_gray.png) no-repeat 50%;
    background-size: 20px;
}

.header_area p.cart {
	position: absolute;
    top: 8px;
    right: 44px;
}

.header_area p.mypage {
	position: absolute;
    top: 8px;
    right: 8px;
}
	



#hd_mb {border-top:0px solid #333;text-align:center;}
#hd_mb:after {display:block;visibility:hidden;clear:both;content:"";}
#hd_mb li{float:left;display:inline;width:20%;text-align:center; }
#hd_mb li a{text-align:center;
            display:block;
			background:#;
			color:#fff;
			height:45px;
			line-height:45px;
			border-left:0px solid #ddd;
			border-right:0px solid #ddd;
			border-bottom:0px solid #2a2a2a;
			font-weight:bold}
#hd_mb li a:hover{}
#hd_mb li:first-child a{border-left:none}

/*카테고리*/

#category {
	border-top: 1px solid #ddd;
    padding: 24px 8px 0 8px;
    margin-top: 32px;
}

/* 기존
#category {
	display:none;
	z-index: 12002;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow-y: auto;
    overscroll-behavior-y: contain;
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.4);
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	backdrop-filter: blur(5px);
}
*/

#category .ct_wr {
	overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 304px;
    padding: 16px;
    background-color: #fff;
}

@media screen and (min-width: 640px){
	#category .ct_wr {
		width: 400px;
		padding: 64px;
	}
}

#category ul.cate_tab{width:100%;}
#category ul.cate_tab:after{display:block;visibility:hidden;clear:both;content:""}
#category ul.cate_tab li{float:left;width:28.3%;font-size:0.92em;}
#category ul.cate_tab li a{display:block;height:30px;line-height:30px;color:#a8a8a8;background:#f9f9f9;border:1px solid #e9e9e9;border-left:none}
#category ul.cate_tab li a.ct_tab_sl{background:#fff;border-bottom-color:#fff;color:#545454}

#category ul.cate {
	text-align: left;
}

#category ul.cate>li{line-height:55px;border-bottom:0px solid #e9e9e9;}

#category ul.cate li {
	;
}

#category ul.cate li a {
	display: flex;
	color: #adadad;
    font-size: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

#category ul.cate li .ct_op {
	display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    font-size: 16px;
    border: 0;
    cursor: pointer;
    height: auto;
    background: url(/lenstown/images/mobile/cate_op.png) no-repeat 100%;
    background-size: 12px;
	margin: 8px 0;
}

#category ul.cate li a:hover {
	;
}

#category ul.cate li .ct_cl {
	background: url(/lenstown/images/mobile/cate_cl.png) no-repeat 100%;
    background-size: 12px;
}

#category ul.sub_cate {
	display:none;
}

#category ul.sub_cate1 li {
	;
}

#category ul.sub_cate2 li {
	line-height: normal;
	padding: 8px 0;
}

#category ul.sub_cate3 li{text-indent:40px;background:#f3f3f3;}
#category ul.sub_cate4 li{text-indent:55px;background:#efefef;}
#category .pop_close{position:absolute;top:20px;left:260px;width:20px;height:20px; background:url(../mobile/shop/img/close_dark_re2.png) no-repeat 50% 50%;;border:none;text-indent:-99999px}
#category .left_menu .wish { text-align:center; width:100%;     padding: 20px 10px 5px;  box-sizing: border-box;}
#category .left_menu .wish li { display:inline-block; width:25%; line-height: 15px; padding: 0px 15px 20px 15px;}
.wish_info { margin-top:10px; display:inline-block; }
.wish_info a { text-overflow: ellipsis;
display: -webkit-box;
-webkit-line-clamp: 3; /* 라인수 */
-webkit-box-orient: vertical;
word-wrap:break-word; 
line-height: 1.2em;
height: 1.5em; /* line-height 가 1.2em 이고 3라인을 자르기 때문에 height는 1.2em * 3 = 3.6em */}

/* 중간 레이아웃 */
#container {
	padding: 52px 0 0 0;
	max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}
#container_title {;padding:0;font-size:1.083em;text-align:center;letter-spacing:0.2em;font-weight:bold;border-bottom:0px solid #e9e9e9;padding:0px;}

/* 내용관리 */
#ctt {margin:10px 0;padding:10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.ctt_admin {margin:0 5px;text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0}
.ctt_img {text-align:center}

/* 하단 레이아웃 */
#ft {margin:20px 0 0;padding:15px 0 0;border-top:1px solid #e9e9e9;font-size:0.917em;color:#7c7b7b;text-align:center;letter-spacing:-0.1em}
#ft h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#ft p {margin:0;padding:10px 0;line-height:1.8em}
#ft_to_top {display:block;margin:10px 10px ;padding:10px;background:#f2f5f9}

/* 목록 바로가기 */
.sanchor {margin:0 0 5px;padding:0}
.sanchor:after {display:block;visibility:hidden;clear:both;content:""}
.sanchor li {float:left;list-style:none;width:25%;border-top:2px solid #000;text-align:center;  overflow: hidden;  white-space: nowrap;letter-spacing:0.2em;font-size:0.93em}
.sanchor a {display:block;padding:10px;border-left:1px solid #ededed;border-bottom:1px solid #ededed;background:#fcfcfc;text-decoration:none;color:#484848}
.sanchor a:focus, .sanchor a:hover {background:#eee;text-decoration:none}
.sanchor a.sanchor_on {background:#fff;text-decoration:none;border-bottom:1px solid #fff;}

/* ########## 쇼핑몰 컨텐츠 ########## */
/*메인배너*/
#main_bn{position:relative;margin:0 0 20px;height:auto}
#main_bn .bn_img li{width:100%}
#main_bn .bn_img li img{width:100%}
#main_bn .bn_img{overflow:hidden}
#main_bn .bn_img li {position:relative;float:left;}
#main_bn .bn_img li.bn_first{display:block}
#main_bn .bn_silde_btn{width:100%;text-align:center;margin-top:5px}
#main_bn .bn_silde_btn button{background:url(../mobile/shop/img/best_btn.gif) no-repeat 5px 5px;border:none;text-indent:-9999px;width:20px;height:20px;}
#main_bn .bn_silde_btn button.bn_sl{background-position:-11px 5px;border:none;text-indent:-9999px;width:20px;height:20px}

/* 인덱스 이미지 출력 */
#sidx {padding:0;margin-bottom:20px;margin-top:10px}
#slide_tab {display:none}
#sidx_slide {position:relative;top:0;left:0;width:100%;overflow:hidden}
.sidx_slide {position:absolute;top:0;left:0;width:100%}

.swipe {
  overflow: hidden;
  visibility: hidden;
  position: relative;
}
.swipe-wrap {
  overflow: hidden;
  position: relative;
}
.swipe-wrap > div {
  float:left;
  width:100%;
  position: relative;
}

/* 사용후기 모음 */
#sps_sch {margin: 10px}
#sps_sch a {display:inline-block;padding:0 8px;height:23px;background:#333;color:#fff;text-decoration:none;vertical-align:middle;line-height:23px}
#sps_sch .btn_submit {padding:0 8px;height:23px;vertical-align:middle}

#sps {zoom:1}
#sps ol {margin:0;padding:0 10px;border-top:1px solid #e9e9e9;list-style:none}
#sps li {position:relative;padding:10px 0;border-bottom:1px solid #e9e9e9}
#sps li:after {display:block;visibility:hidden;clear:both;content:""}

.sps_img {position:absolute;top:10px;left:0px}
.sps_img span {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}

#sps dl {margin:5px 0 10px; color: #888;  font-size: 0.917em;overflow:hidden}
#sps dt {float:left;margin:0 0 5px}
#sps dd {float:left;margin:0 15px 5px 5px}
#sps dd img {position:relative;top:-2px}

.sps_section {margin-left:80px;display:block;}
.sps_section .is_use_reply{background:url('../mobile/shop/img/use_reply.png') no-repeat;text-indent:30px;line-height:1.5em}
.sps_section p {padding:0;width:100%}
.sps_con_full {padding:0;height:auto !important}
.sps_con_btn {margin:5px 0 0;text-align:right}
.sps_con_btn button {margin:0;padding:5px;border:0;background:#565e60;color:#fff}

.sps_reply .sps_img {text-align:right;width:70px}

/* 상품문의 모음 */
#sqa_sch {margin:10px 10px}
#sqa_sch #sfl{height:24px}
#sqa_sch a {display:inline-block;padding:0 8px;height:2em;background:#333;color:#fff;text-decoration:none;vertical-align:middle;line-height:1.9em}
#sqa_sch .btn_submit {padding:0 8px;height:23px;vertical-align:middle}

#sqa {zoom:1;}
#sqa ol {margin:0;padding:0;border-top:1px solid #e9e9e9;list-style:none;padding:0 10px}
#sqa li {position:relative;padding:10px 0;border-bottom:1px solid #e9e9e9}
#sqa li:after {display:block;visibility:hidden;clear:both;content:""}

.sqa_img {position:absolute;top:10px;left:0px}
.sqa_img span {position:absolute;font-size:0;line-height:0;overflow:hidden;width:0;}

#sqa dl {margin:5px 0 10px; color: #888;  font-size: 0.917em;overflow:hidden}
#sqa dt {float:left;margin:0 0 5px}
#sqa dd {float:left;margin:0 15px 5px 5px}
#sqa dd img {position:relative;top:-2px}

.sqa_section {margin-left:80px;display:block}
.sqa_section .sqa_con {padding:10px;background:#f2f5f9;line-height:1.7em}
.sqa_section p {padding:0;width:100%}
.sqa_con_full {padding:0;height:auto !important}
.sqa_con_btn {margin:5px 0 0;text-align:right}
.sqa_con_btn button {margin:0;padding:5px;border:0;background:#565e60;color:#fff}

#sqa .sit_qa_qaq,#sqa .sit_qa_qaa {padding:10px 5px 10px ;position:relative}

/* 마이페이지 */
#smb_my {padding:10px;}

#smb_my_ov {margin:0 0 20px}
#smb_my_ov ul:after {display:block;visibility:hidden;clear:both;content:''}
/*#smb_my_ov ul li{width:48.5%;float:left;padding:10px 0;background:#f2f2f2;/*text-indent:10px;*//*text-indent 글자 들여쓰기*/height:55px;/*position:relative;border:1px solid #dbdbdb;margin-bottom:5px*/}
/*#smb_my_ov ul li:first-child{float:right;}*/
#smb_my_ov ul li a{/*position:absolute;bottom:10px;right:10px;*/color:#ff3e5e;font-weight:bold;font-size:1.3em}
/*#smb_my_ov h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}*/
#smb_my_ov dl {margin:0;border:1px solid #dbdbdb;font-size:0.92em;color:#666}
#smb_my_ov dl:after {display:block;visibility:hidden;clear:both;content:''}
#smb_my_ov dt {float:left;height:34px ;line-height:34px;width:35%;border-bottom:1px solid #e9e9e9;font-weight:bold;text-indent:10px;}
#smb_my_ov dd {float:left;margin:0;height:34px ;line-height:34px;width:65%;border-bottom:1px solid #e9e9e9}
#smb_my_ov dt.my_point{background:#f2f2f2;width:49%;}
#smb_my_ov .ov_addr {border-bottom:0;height:auto;line-height:24px;padding:  5px 0}

#smb_my_od {margin:0 0 20px}
#smb_my_od h2 {margin:0 0 10px}
#smb_my_od .td_stat {width:100px}

#smb_my_wish h2 {margin:0 0 10px}
#smb_my_wish ul {margin:0;padding:0;list-style:none}
#smb_my_wish li {position:relative;padding:5px 0 30px;min-height:35px;border:1px solid #e9e9e9;margin-bottom:5px;}
#smb_my_wish li:nth-of-type(1) {border-top:1px solid #e9e9e9}
#smb_my_wish .wish_img {position:absolute;top:10px;left:10px}
#smb_my_wish .info_link {display:block;padding:5px 0;font-size:1.2em;}
#smb_my_wish .info_date {position:absolute;bottom:10px;right:10px;color:#737373}

/* 장바구니 주문서 공통 */
#sod_chk {padding:0 0 5px;}
.sod_list {position:relative;margin:0;padding:0;list-style:none}
.sod_list .sod_li {position:relative;padding:0;border:1px solid #e9e9e9;margin:10px 0}
.sod_list .sod_li:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_chk{position:absolute;top:10px;left:10px;}
.sod_list .li_name{min-height:130px}
.sod_list .li_name a,.sod_list .li_name strong{display:block;padding: 0 10px 0 25px;border-bottom:1px solid #e9e9e9;height:35px;line-height:35px}
.sod_list .li_name strong{padding-left:10px}
.sod_list .total_img{position:absolute;top:45px;left:10px;}
.sod_list .sod_opt{padding:10px 10px 5px;margin-left:90px;color:#9e9e9e;font-size:0.93em}
.sod_list .sod_opt li{margin-bottom:3px}
.sod_list .li_cp{position:relative}
.sod_list .li_cp .cp_btn, .sod_list .li_cp .cp_cancel, .sod_list .li_mod .mod_btn {margin:0;padding:5px 8px;border:0;background:#000;color:#fff;font-size:0.93em}
.sod_list .li_cp .cp_cancel,.odf_tbl #od_coupon_cancel,.odf_tbl #sc_coupon_cancel{border:1px solid #999;color:#777;background:#fafafa;margin-left:3px;padding:4px 5px}
.sod_list .li_prqty{margin:10px;}
.sod_list .li_prqty:after {display:block;visibility:hidden;clear:both;content:""}
.sod_list .li_prqty .li_prqty_sp{width:33%;display:inline-block;float:left;text-align:center;line-height:2.2em;border-top:1px solid #d3d3d3;border-bottom:1px solid #d3d3d3;border-left:1px solid #e9e9e9;color:#9e9e9e;font-size:0.93em;margin-left:-1px}
.sod_list .li_prqty  .prqty_price{border-left:1px solid #d3d3d3;}
.sod_list .li_prqty  .prqty_sc{border-right:1px solid #d3d3d3;}
.sod_list .li_prqty .li_prqty_sp span{display:block;background:#f2f2f2;}
.sod_list .li_total {position:relative;border-top:1px solid #e9e9e9;margin:10px 10px 0;}
.sod_list .total_span {display:block;position:relative;padding:5px 0;text-align:right;color:#343434}
.sod_list .total_span span{position:absolute;top:5px;left:0}
.sod_list .total_span strong{font-size:1.2em}

#sit_sel {
	position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 640px;
    min-width: 320px;
    margin: 0px auto;
    border-radius: 16px 16px 0 0;
    background: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px -8px 16px;
    z-index: 11;
}

.option_select_off {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
	border-radius: 16px 16px 0 0;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    color: #adadad;
}

.option_select_on {
	display: none;
    justify-content: center;
    align-items: center;
    padding: 16px 0;
	border-radius: 16px 16px 0 0;
    background: #fff;
    font-size: 12px;
    font-weight: normal;
    color: #adadad;
}

.option_select_off_box {
	text-align: center;
}

.option_select_off_btn {
	border: 0;
    padding: 8px;
    background: none;
    width: 100%;
}

#option_select {
	position: absolute;
    width: 100%;
    height: 49px;
	cursor: pointer;
    opacity: 0;
}

.option_select #option_select:checked ~ .option_select_off {
	display: none;
}

.option_select #option_select:checked ~ .option_select_on {
	display: flex;
}

.option_select #option_select:checked ~ #sit_sel_option {
	display: block !important;
}

#sit_sel_option {
	display: none;
}

#sit_opt_added {
    display: flex;
    flex-direction: column;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 16px;
    margin-bottom: 16px;
    background: #f2f2f2;
    max-height: 208px;
    overflow-y: auto;
}

#sit_opt_added li {padding:10px ;border-bottom:1px solid #e9e9e9;margin-bottom:5px}
#sit_opt_added li:after {display:block;visibility:hidden;clear:both;content:""}
#sit_opt_added li div {height:25px;margin:5px 0 0;text-align:right;position:relative;width:111px;float:right}
#sit_opt_added .btn_frmline {height:1.85em;line-height:1.85em;background:url(../mobile/shop/img/del_btn.gif) no-repeat 1px 2px;position:absolute;top:0;right:0 ;text-indent:-999px;width:25px;height:25px;padding:0}
#sit_opt_added li div .sit_qty_plus{overflow:hidden;position:absolute;top:0;left:57px;background:url(../mobile/shop/img/add.gif) no-repeat -1px -1px;text-indent:-999px;border:1px solid #ccc;width:25px;height:25px}
#sit_opt_added li div .sit_qty_minus{overflow:hidden;position:absolute;top:0;left:0;background:url(../mobile/shop/img/add.gif) no-repeat -26px  -1px ;text-indent:-999px;border:1px solid #ccc;width:25px;height:25px}
#sit_opt_added li div .sit_opt_del{background:url(../mobile/shop/img/del_btn.gif) no-repeat 1px 2px;position:absolute;top:0;right:0 ;text-indent:-999px;width:25px;height:25px;padding:0}
#sit_opt_added li div .frm_input{width:32px;border:1px solid #ccc;height:23px;padding:0 !important;line-height:25px;text-align:center;background:#fff;position:absolute;top:0;left:24px}
#sit_tot_price {margin:15px 0;font-size:1.3em;font-weight:bold;text-align:left;position:relative} 
select.it_option,select.it_supply { width: 100%;padding: 5px;border: 0;border-radius: 5px;height: 28px;-webkit-appearance: none;border:1px solid #aaa;background: url(../mobile/shop/img/select.gif) no-repeat  right #fafafa;}

/*수량*/
#sit_opt_added li .sit_opt_qty{position:relative;width:81px;float:right;text-align:center !important;}
#sit_opt_added li .sit_opt_qty .frm_input{width:32px;border:1px solid #ccc;height:23px;padding:0 !important;line-height:25px;text-align:center;background:#fff}
#sit_opt_added li .sit_opt_qty .sit_qty_plus{position:absolute;top:0;right:0;background:url(../mobile/shop/img/add.gif) no-repeat -1px -1px;text-indent:-999px;border:1px solid #ccc;width:25px;height:25px}
#sit_opt_added li .sit_opt_qty .sit_qty_minus{position:absolute;top:0;left:0;background:url(../mobile/shop/img/add.gif) no-repeat -26px  -1px ;text-indent:-999px;border:1px solid #ccc;width:25px;height:25px}

/* 장바구니 */
#sod_bsk {
	padding: 16px;
}

#sod_bsk_list {position:relative}
#sod_bsk_list #mod_option_frm {z-index:10000;position:absolute;top:0;left:0;width:100%}
#sod_bsk_list #mod_option_frm form{border:2px solid #333333;background:#fff;padding:10px;max-height:500px;overflow-y:scroll}
html.no-overflowscrolling #mod_option_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_bsk_list #mod_option_frm .sit_ov_tbl{background:#ededed;margin-top:5px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th,#sod_bsk_list #mod_option_frm .sit_ov_tbl td{border:none;padding-left:5px;font-weight:normal;text-align:left}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th{width:90px}
#sod_bsk_list #mod_option_frm#sit_tot_price{font-size:1.2em}
#sod_bsk_list #mod_option_frm #sit_tot_price span{left:0;}
#sod_bsk_list #mod_option_frm .btn_confirm{overflow:hidden;}
#sod_bsk_list #mod_option_frm .btn_submit{width:49%;float:left;background:#333333;padding:8px 0}
#sod_bsk_list #mod_option_frm .btn_cancel{width:49%;float:right;background:#fff;border:1px solid #333333;color:#333333}

#sod_bsk_tot {margin:0 0 8px;;border:1px solid #e9e9e9;background:#f2f2f2}
#sod_bsk_tot:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk_tot dt, #sod_bsk_tot dd {float:left;padding:10px 0;border-bottom:1px solid #e9e9e9}
#sod_bsk_tot dt {padding-left:2%;width:48%;font-weight:bold}
#sod_bsk_tot dd {margin:0;padding-right:2%;width:48%;text-align:right}
.sod_bsk_cnt {background:#373737;color:#fff}
.sod_bsk_point {border-bottom:0 !important}

#sod_bsk_act {margin:0 0 20px;padding-top:40px;text-align:center;position:relative}
#sod_bsk_act:after {display:block;visibility:hidden;clear:both;content:""}
#sod_bsk_act a.btn01 {width:49%;padding:10px 0;border:1px solid #333333;background:none;color:#333333}
#sod_bsk_act .btn_submit{width:49%;padding:10px 0;;background:#333333;border:1px solid #333333;}
#sod_bsk_act  div{position:absolute;top:0;right:0;}
#sod_bsk_act  div .btn01 {background:#fff;color:#999;padding:5px;font-size:0.93em}

/* 위시리스트 */
#sod_ws {margin:10px;}
#sod_ws li{position:relative;padding:10px 0 10px 90px;min-height:35px;border:1px solid #e9e9e9;margin-bottom:5px;height:auto;}
#sod_ws .wish_img {position:absolute;top:10px;left:30px}
#sod_ws .info_link {display:block;padding:5px 0;font-size:1.2em;font-weight:bold}
#sod_ws .info_date {position:absolute;bottom:10px;right:10px;color:#737373}
#sod_ws .wish_chk{position:absolute;top:10px;left:10px;color:#737373}
#sod_ws .sold_out{position:absolute;top:20px;left:80px;display:inline-block;width:100px;color:#ff3e5e}
#sod_ws .wish_del a{position:absolute;top:10px;right:10px;text-indent:-999px;overflow:hidden;width:25px;height:25px;background:url(../mobile/shop/img/del_btn.gif) no-repeat top right;}
#sod_ws_act {text-align:center;}
#sod_ws_act button{width:49%;height: 40px;letter-spacing: 0.2em;  line-height: 40px;padding:0;border:1px solid #333333}
#sod_ws_act .btn01{background: #fff;  color: #333333;border:1px solid #333333;}
#sod_ws_act .btn02{background: #333333;  color: #fff;}

/* 쿠폰 */
#scp_list .win_desc{padding:10px;padding-top:0}
#scp_list ul {margin:0;padding:0;list-style:none}
#scp_list li {position:relative;border:1px solid #e9e9e9;margin-bottom:5px;border-radius:8px}
#scp_list .li_title {display:block;padding:8px 10px;font-size:1.2em;font-weight:bold;background:#f2f2f2}
#scp_list .li_pd {margin:0 0 5px;zoom:1}
#scp_list .li_pd:after {display:block;visibility:hidden;clear:both;content:""}
#scp_list .pd_price {padding:10px;display:inline-block}
#scp_list .pd_date {float:right;padding:10px;color:#a4a4a4}
#scp_list .li_target {padding:0 10px 10px;color:#029d9f;display:inline-block}

/* 주문서 작성 */
#sod_frm {margin:10px;}
#sod_frm section{margin-bottom:10px}
#sod_frm p#sod_frm_pt_alert {margin:20px 0;text-align:center }
#sod_bsk_list #mod_option_frm .sit_ov_tbl{background:#ededed;margin-top:5px}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th,#sod_bsk_list #mod_option_frm .sit_ov_tbl td{border:none;padding-left:5px;font-weight:normal}
#sod_bsk_list #mod_option_frm .sit_ov_tbl th{width:90px}
html.no-overflowscrolling #cp_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_deli {position:relative;line-height:2em}
#sod_frm_deli #order_address {display:block;;width:100px;background:#333;color:#fff;text-align:center}
#sod_frm_orderer {margin:15px 0 30px}
#sod_frm_orderer #od_addr_jibeon, #sod_frm_taker #od_b_addr_jibeon {display:inline-block;margin:5px 0 0}
#sod_frm h2{background:#f2f2f2;border:1px solid #e9e9e9;padding:10px;}
#sod_frm .odf_tbl table{width:100%;margin:0;padding:0;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-collapse:collapse}
#sod_frm .odf_tbl table tbody td,#sod_frm .odf_tbl table tbody th{;border-bottom:1px solid #e9e9e9;padding:5px 0px 5px 10px ;text-align:left;line-height:26px;position:relative;}
#sod_frm .odf_tbl table th{width:90px;color:#343434;font-weight:normal;letter-spacing:-0.1em}
#sod_frm .odf_tbl table .frm_input{background-color:#fff !important;height:24px;line-height:24px;text-indent:5px}
#sod_frm .odf_tbl table .frm_address{margin-top:5px}
#sod_frm .odf_tbl button.btn_frmline{font-size:0.92em;padding:0 8px;height:26px;line-height:26px}
#sod_frm .odf_tbl textarea{width:99%;border:1px solid #e4eaec;}
#sod_frm_same {margin:0 0 10px}
#sod_frm_pay {position:relative}
#sod_frm_pay .tbl_head01 caption {font-size:0;line-height:0;overflow:hidden}
#sod_frm_pay .tbl_head01 th {width:auto !important;font-weight:bold;text-align:center !important}
#sod_frm_pay .tbl_head01 td {border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}

html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
#sod_frm_pay_info {margin:0 0 10px}
#sod_frm_paysel {margin:10px 0 ;padding:10px;background:#f2f2f2;border:1px solid #e0e0e0}
#sod_frm_paysel ul {margin:0;padding:0;}
#sod_frm_paysel ul:after {display:block;visibility:hidden;clear:both;content:""}
#sod_frm_paysel li {float:left;padding:5px 2%;width:46%;height:21px}
#sod_frm_paysel .KPAY{background:url('../img/kpay_logo.png') no-repeat;width:37px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
#sod_frm_paysel .PAYNOW{background:url('../img/paynow_logo.png') no-repeat;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
#sod_frm_paysel .PAYCO{background:url('../img/payco_logo.png') no-repeat 1px;width:46px;height:15px;overflow:hidden;text-indent:-999px;display:inline-block;}
.kakaopay_icon{background:url('../img/kakao.png') no-repeat ;height:21px;width:74px;display:inline-block;overflow:hidden;text-indent:-999px}
.samsung_pay{background:url('../img/samsungpay.png') no-repeat ;height:12px;width:83px;display:inline-block;overflow:hidden;text-indent:-999px}

#sod_frm_paysel #settle_bank {padding:10px;background:#fff;line-height:2em;border:1px solid #dbdbdb}
#sod_frm_paysel #settle_bank label {display:inline-block;margin:0 10px 0 0;font-weight:bold}
#sod_frm_paysel #settle_bank .frm_input {background:#fff;text-align:center}
#sod_frm_escrow {margin:30px 0 0}

#od_addr1, #od_addr2, #od_addr3, #od_email, #od_b_addr1, #od_b_addr2, #od_b_addr3 {width:100%}
#sod_frm #od_memo {height:70px}
#sod_frm_pt {margin:10px 0 5px}
#sod_frm_pt_alert, #sod_frm_pt_info {margin:0 0 10px}
#sod_frm #show_progress {text-align:center}
#sod_frm #show_progress span {display:block;margin:5px 0 0}
#sod_frm #cp_frm,#od_coupon_frm,#sc_coupon_frm{z-index:10000;position:absolute;top:25px;left:0;width:100%;border:2px solid #333333;background:#fff;}
#od_coupon_frm,#sc_coupon_frm{top:33px;left:10px;width:95%}
#sod_frm .odf_tbl button.sc_cp_apply,#sod_frm .odf_tbl button.od_cp_apply{font-size:1em}
#sod_frm #cp_frm .tbl_head02,#od_coupon_frm .tbl_head02,#sc_coupon_frm .tbl_head02{padding:15px;margin:0;}
#sod_frm #cp_frm .tbl_head02 caption,#od_coupon_frm .tbl_head02 caption,#sc_coupon_frm .tbl_head02 caption{background:#333333;color:#fff;position:absolute;top:0;left:0;width:100%;text-indent:10px;padding:0 0 ;height:30px;line-height:28px;}
#sod_frm #cp_frm .tbl_head02 table,#od_coupon_frm .tbl_head02 table,#sc_coupon_frm .tbl_head02 table{margin-top:30px;border:1px solid #d3d3d3;}
#sod_frm #cp_frm .tbl_head02 th,#od_coupon_frm .tbl_head02 thead th,#sc_coupon_frm .tbl_head02 thead th{border-bottom:1px solid #e5e5e5;background:#ededed;text-align:center !important;padding:5px 0;line-height:1.5em !important}
#sod_frm #cp_frm .tbl_head02 th+th+th, #od_coupon_frm .tbl_head02 th+th+th,#sc_coupon_frm .tbl_head02  th+th+th{width:60px}
#sod_frm #cp_frm .tbl_head02 td,#od_coupon_frm .tbl_head02 td,#sc_coupon_frm .tbl_head02 td{border:none;line-height:1.5em !important}
#od_coupon_frm .tbl_head02 td.td_numbig,#od_coupon_frm .tbl_head02 td.td_mngsmall,#sc_coupon_frm .tbl_head02 td.td_mngsmall{text-align:center}
#sod_frm #cp_frm .tbl_head02 td .btn_frmline,#od_coupon_frm .tbl_head02 td,#sc_coupon_frm .tbl_head02 td {font-size:0.92em}
#sod_frm #cp_frm .tbl_head02 td.td_numbig,#od_coupon_frmtd .tbl_head02 .td_numbig,#sc_coupon_frm .tbl_head02 td.td_numbig{width:90px;text-align:center}
#sod_frm #cp_frm .btn_confirm .btn_submit,#od_coupon_frm .btn_confirm .btn_submit,#sc_coupon_frm .btn_confirm .btn_submit{position:absolute;top:0;right:0;background:url(../mobile/shop/img/close_op.jpg) no-repeat 0 10px;text-indent:-9999px; width:25px;height:25px}
#sod_frm #display_pay_button .btn_submit,#sod_frm #display_pay_button  .btn_cancel,#sc_coupon_frm #display_pay_button  .btn_cancel{width:49%;text-align:center;  padding: 10px 0;  background: #333333; border:1px solid #333333;-webkit-appearance: none;border-radius:0}
#sod_frm #display_pay_button  .btn_cancel{border:1px solid #333333;background:#fff;color:#333333}

/* 배송지 목록 */
#sod_addr {}
#sod_addr ul {margin:0;padding:0;list-style:none}
#sod_addr li {position:relative;padding:5px 0 5px 20px;min-height:35px;border-bottom:1px solid #e9e9e9}
#sod_addr .addr_chk {position:absolute;top:9px;left:0}
#sod_addr .addr_default {position:absolute;top:9px;right:0}
#sod_addr .addr_addr {margin:10px 0 5px}
#sod_addr .addr_name {float:left;margin:0 0 10px}
#sod_addr .addr_tel {float:right;margin:0 0 10px}
#sod_addr .addr_btn {clear:both;text-align:right}
#sod_addr .addr_btn:after {display:block;visibility:hidden;clear:both;content:""}
#sod_addr #btn_sel {width:25%;border:0;line-height:2.5em;background:#626870;color:#fff}
#sod_addr #btn_del {display:inline-block;width:15%;line-height:2.5em;background:#f2f5f9;color:#ff3061;text-align:center}

/* 주문내역 */
#sod_v {margin:10px}
#sod_v .td_stat {width:100px}
#sod_v_info {margin:0 0 10px}

/* 주문상세내역 */
#sod_fin {margin:10px}
#sod_fin .sod_list .li_name_od a{display: block;  padding: 10px; }
#sod_fin .sod_list .li_opt{padding:10px;padding-bottom:0;border-top:1px solid #e9e9e9}
#sod_fin .sod_list .li_opt:first-child{border:none}
#sod_fin  .sod_list .total_img{top:10px;left:0}
#sod_fin  .sod_list .total_span{padding:10px;display:block}
#sod_fin  .sod_list .total_span span{top:10px}
#sod_fin  .sod_list .li_prqty .li_prqty_sp{width:24.5%;}
#sod_fin  .sod_list .li_prqty .prqty_stat{  border-right: 1px solid #d3d3d3;}
#sod_fin section{margin-bottom:20px}
#sod_fin_no {margin:0 0 20px;padding:10px; background:#eaf7f5}
#sod_fin_list h2 {margin:0 0 10px}
#sod_sts_wrap {margin:0 0 10px;text-align:right}
#sod_sts_explan {display:none}
#sod_fin_legend {margin:10px 0;padding:10px 10px ;text-align:left;background:#f6f6f6}
#sod_fin_legend:after {display:block;visibility:hidden;clear:both;content:''}
#sod_fin_legend dt {clear:both;float:left;margin:0 0 5px;width:50px;font-weight:bold}
#sod_fin_legend dd {float:left;margin:0}

#request_form {position:relative}
#request_form div {display:none;z-index:10000;position:absolute;top:31px;left:0;padding:10px 0;width:290px;border:1px solid #000;background:#f2f5f9;text-align:center}
#request_form label {letter-spacing:-0.1em}
#request_form .frm_input {width:170px;background:#fff !important}
#request_form .btn_frmline, #request_form .btn_cancel {margin:5px 0 0;padding:0 5px;height:1.9em;vertical-align:middle !important;line-height:1.9em}

#sod_req_btn {margin:0 0 10px}
#sod_req_btn button {background:#626870}

#sod_req_log {margin:0 0 20px}
#sod_req_log ul {margin:0;padding:0;border-top:1px solid #e9e9e9;background:#f2f5f9;list-style:none}
#sod_req_log li {padding:10px 10px 20px;border:1px solid #e9e9e9;border-top:0}
#sod_req_log h3 {margin:20px 0 10px}
.sod_req_log_view table {margin:0}
.sod_req_log_view caption {padding:10px 0;font-size:1em;font-weight:bold;text-align:left;line-height:1em}
.sod_req_log_view caption span {color:#ff3061}
.sod_req_log_view th {border-top:1px solid #e9e9e9;background:#f7f7f7 !important;color:#000 !important;text-align:center}
.sod_req_log_view td {background:#fff;color:#000}
.sod_req_log_view p {padding:10px 15px;border-bottom:1px solid #e9e9e9;background:#fff;color:#000}
.sod_req_log_view button {margin:0;padding:0;border:0;background:transparent;color:#ff3061;text-decoration:underline;vertical-align:middle}

#sod_fin_view h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#sod_fin_view h3 {margin:0 0 10px}
#sod_fin_view .tbl_head01 th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left}
#sod_fin_dvr .dvr_link {color:#ff3061;text-decoration:underline}

#sod_fin_tot {margin:0 0 30px;;border:1px solid #e9e9e9;border-top:0;background:#373737;color:#fff}
#sod_fin_tot h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#sod_fin_tot ul {margin:0;padding:0;list-style:none}
#sod_fin_tot li {padding:10px;border-bottom:1px solid #5d5d5d;padding:10px}
#sod_fin_tot li:after {display:block;visibility:hidden;clear:both;content:""}
#sod_fin_tot #alrdy {border-bottom:0 !important}
#sod_fin_tot strong {float:right}

#sod_fin_cancel {text-align:center}
#sod_fin_cancel h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
#sod_fin_cancel button {padding:8px;border:0;border:1px solid #029d9f;color:#029d9f;background:#fff;}
#sod_fin_cancelfrm {display:none;margin:10px 0 0;padding:20px 0;background:#f6f6f6}
#sod_fin_cancelfrm  label{color:#888}
#sod_fin_cancelfrm .frm_input {background:#fff !important;  height: 24px;  line-height: 24px;  text-indent: 5px;width:190px}
#sod_fin_cancelfrm .btn_frmline{border:none;background:#3a3a3a;color:#fff;padding:4px}

#sod_fin_test {padding:10px}
#sod_fin h3,#kcp_acc_test table caption{  background: #f2f2f2;  border: 1px solid #e9e9e9;  padding: 10px;margin:10px 0 0;text-align:left}
#sod_fin .odf_tbl table{width:100%;margin:0;padding:0;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;border-collapse:collapse;}
#sod_fin .odf_tbl table tbody td,#sod_fin .odf_tbl table tbody th{;border-bottom:1px solid #e9e9e9;padding:6px 10px;text-align:left;line-height:20px}
#sod_fin .odf_tbl table th{width:80px;color:#343434;font-weight:normal}
#sod_fin .odf_tbl table tbody td.empty_table{text-align:center}
#sod_fin .odf_tbl textarea{width:99%;border:1px solid #e4eaec;}
#sod_fin .odf_tbl table input[type="text"]{background-color:#fff !important;height:24px;line-height:24px;text-indent:5px;border:1px solid #e4eaec}

/* 주문내역 include  */
#sod_inquiry li {border:1px solid #e9e9e9;margin-bottom:5px;position:relative}
#sod_inquiry li .inquiry_idtime{background:#f2f2f2;padding:10px;position:relative}
#sod_inquiry li .inquiry_idtime a{font-weight:bold}
#sod_inquiry li .inquiry_idtime .idtime_time{position:absolute;top:10px;right:10px}
#sod_inquiry li .inquiry_name{clear:both;padding:10px;color:#696969}
#sod_inquiry li .inquiry_price{padding:10px;font-size:1.167em;font-weight:bold;}
#sod_inquiry li .inquiry_inv{position:absolute;bottom:10px;right:10px;color:#333333;text-align:right}
#sod_inquiry li .inquiry_inv .inv_status{display:block;font-weight:bold}

/* 주문상세내역 중 현금영수증 발급 */
#scash {}
#scash section {padding:10px 0}
#scash h2 {margin:0 0 10px;text-align:center}
#scash .tbl_head01 th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f2f5f9;text-align:left;}
#scash_apply {padding:10px 0 15px;text-align:center}
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
#scash_copy {text-align:center}

/* 상품검색 */
#ssch{}
#ssch_frm {padding:10px;border:1px solid #e9e9e9;background:#f2f5f9;margin:10px}
#ssch_frm:after {display:block;visibility:hidden;clear:both;content:""}
#ssch_frm div {margin:0 0 5px}
#ssch_frm strong, #ssch_frm .ssch_lbl {display:inline-block;width:100px;font-weight:bold;vertical-align:middle}
#ssch_frm .frm_input {background:#fff}
#ssch_frm .btn_submit {padding:0 8px;height:23px;background:#333333;}
#ssch_frm p {padding:10px 0;border-top:1px solid #e9e9e9;line-height:1.5em}
#ssch_frm #ssch_qfrom {width:50px}
#ssch_frm #ssch_qto {width:50px}
#ssch_frm #ssch_q {width:40%}
#ssch_frm #ssch_sort {margin:0 0 10px;padding:1px 0 0 1px;list-style:none}
#ssch_frm #ssch_sort:after {display:block;visibility:hidden;clear:both;content:""}
#ssch_frm #ssch_sort li {position:relative;float:left;margin:0 0 -1px -1px;width:33%}
#ssch_frm #ssch_sort li:nth-of-type(3n) {width:34%}
#ssch_frm #ssch_sort a {display:block;text-align:center}
#ssch_frm #ssch_ov {text-align:right}

#ssch_cate {}
#ssch_cate ul {margin:10px 0;padding:10px 20px 20px;border-bottom:1px solid #e9e9e9;list-style:none}
#ssch_cate ul:after {display:block;visibility:hidden;clear:both;content:""}
#ssch_cate li {float:left;margin:0 10px 0 0;padding:0 10px 0 0;border-right:1px solid #e9e9e9}
#ssch_cate a span {font-weight:bold}

/* 화면낭독기 사용자용 */
#hd_login_msg {position:absolute;top:0;left:0;width:1px;height:1px;overflow:hidden}
.msg_sound_only, .sound_only {display:inline-block !important;position:absolute;top:0;left:0;margin:0 !important;padding:0 !important;width:1px !important;height:1px !important;font-size:0;text-indent:-9999em;line-height:0;border:0 !important;overflow:hidden !important}

/* 본문 바로가기 */
#skip_to_container a {z-index:100000;position:absolute;font-size:0;line-height:0;overflow:hidden;left:0}
#skip_to_container a:focus, #skip_to_container a:active {width:100%;height:75px;background:#21272e;color:#fff;font-size:1.5em;font-weight:bold;text-align:center;text-decoration:none;line-height:3.3em}

/* 이미지 등비율 리사이징 */
.img_fix {width:100%;height:auto}

/* 캡챠 자동등록(입력)방지 기본 */
#captcha {display:inline-block;position:relative}
#captcha legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#captcha audio {display:block;margin:0 0 5px;width:187px}
#captcha #captcha_img {width:60px;height:30px;border:1px solid #e9e9e9}
#captcha #captcha_reload {margin:0;padding:0 5px;height:32px;border:0;background:#e4eaec;vertical-align:middle;overflow:hidden;cursor:pointer}
#captcha #captcha_key {margin:0 0 0 4px;padding:0 5px;width:50px;height:30px;border:1px solid #b8c9c2;background:#f7f7f7;font-size:1.333em;font-weight:bold;text-align:center;line-height:2.8em}
#captcha #captcha_info {display:block;margin:5px 0 0;font-size:0.95em;letter-spacing:-0.1em}

/* Mobile화면으로 */
#mobile_cng {display:block;margin:5px;padding:5px 0;border:1px solid #eee;border-radius:2em;background:#fff;color:#000;font-size:2em;text-decoration:none;text-align:center}

/* ckeditor 단축키 */
.cke_sc {margin:0 0 5px;text-align:right}
.btn_cke_sc{display:inline-block;padding:0 10px;height:23px;border:1px solid #ccc !important;background:#fafafa !important;color:#000 !important;text-decoration:none !important;line-height:1.9em;vertical-align:middle}
.cke_sc_def {margin:0 0 5px;padding:10px;border:1px solid #ccc;background:#f2f5f9;text-align:center}
.cke_sc_def dl {margin:0 0 5px;text-align:left}
.cke_sc_def dl:after {display:block;visibility:hidden;clear:both;content:""}
.cke_sc_def dt, .cke_sc_def dd {float:left;margin:0;padding:5px 0;border-bottom:1px solid #e9e9e9}
.cke_sc_def dt {width:20%;font-weight:bold}
.cke_sc_def dd {width:30%}

/* 콘텐츠별 스타일 */
.cnt_cmt {display:inline-block;margin:0 0 0 5px;font-weight:bold}

/* 버튼 */
a.btn01 {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
a.btn01:focus, a.btn01:hover {text-decoration:none}
button.btn01 {display:inline-block;margin:0;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none}
a.btn02 {display:inline-block;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn02:focus, .btn02:hover {text-decoration:none}
button.btn02 {display:inline-block;margin:0;padding:7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none}
.btn_confirm {text-align:center} /* 서식단계 진행 */

.btn_submit {
	position: relative;
    padding: 8px 0 !important;
    height: auto !important;
    margin: 8px 0 !important;
    border-radius: 8px;
    border: 0;
    right: 0;
    width: 81%;
    color: #fff;
    background: #413f3f;
    letter-spacing: normal;
    font-size: 14px;
}

fieldset .btn_submit {padding:0 7px;height:24px;line-height:1em}
a.btn_cancel {display:inline-block;padding:8px 7px 7px;border:1px solid #ccc;background:#fafafa;color:#000;text-decoration:none;vertical-align:middle}
button.btn_cancel {display:inline-block;padding:7px;border:1px solid #ccc;background:#fafafa;color:#000;vertical-align:top;text-decoration:none}
a.btn_frmline, button.btn_frmline {display:inline-block;padding:0 5px;height:1.9em;border:0;background:#333;color:#fff;letter-spacing:-0.1em;text-decoration:none;vertical-align:top;line-height:1.9em} /* 우편번호검색버튼 등 */
button.btn_frmline {font-size:1em}

/* 게시판용 버튼 */
a.btn_b01 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #d9ded9;background:#f2f5f9;color:#000;text-decoration:none;vertical-align:middle}
a.btn_b01:focus, .btn_b01:hover {text-decoration:none}
a.btn_b02 {display:inline-block;margin:0 0 3px;padding:8px 7px 7px;border:1px solid #3b3c3f;background:#4b545e;color:#fff;text-decoration:none;vertical-align:middle}
a.btn_b02:focus, .btn_b02:hover {text-decoration:none}
a.btn_admin {display:inline-block;margin:0 0 3px ;padding:8px 7px 7px;border:1px solid #e8180c;background:#e8180c;color:#fff;text-decoration:none;vertical-align:middle} /* 관리자 전용 버튼 */
a.btn_admin:focus, a.btn_admin:hover {text-decoration:none}

/* 기본테이블 */
.tbl_wrap {
	;
}
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}

.tbl_head01 {}
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;background:#f2f2f2;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head01 thead a {color:#383838}
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head01 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head01 td {padding:5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}

.tbl_head02 {}
.tbl_head02 caption {padding:0 0 10px;color:#777;text-align:left}
.tbl_head02 thead th {padding:5px 0;border-top:1px solid #dbdbdb;border-bottom:1px solid #dbdbdb;background:#f2f2f2;color:#383838;font-size:0.95em;text-align:center;letter-spacing:-0.1em}
.tbl_head02 thead a {color:#383838}
.tbl_head02 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
.tbl_head02 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
.tbl_head02 tbody th {padding:5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
.tbl_head02 td {padding:5px 3px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.4em;word-break:break-all}

/* 자료 없는 목록 */
.empty_table {padding:20px 0 !important;text-align:center}
.empty_list {padding:20px 0 !important;text-align:center;}

/* 필수입력 */
.required, textarea.required {
	    background: #fff;
}

/* 테이블 그리드 padding 0 5px 고려한 넓이 */
.grid_1 {width:40px}
.grid_2 {width:90px}
.grid_3 {width:120px}
.grid_4 {width:190px}
.grid_5 {width:240px}
.grid_6 {width:290px}
.grid_7 {width:340px}
.grid_8 {width:390px}
.grid_9 {width:440px}
.grid_10 {width:490px}
.grid_11 {width:540px}
.grid_12 {width:590px}
.grid_13 {width:640px}
.grid_14 {width:690px}
.grid_15 {width:740px}
.grid_16 {width:790px}
.grid_17 {width:840px}
.grid_18 {width:890px}

/* 테이블 항목별 정의 */
.td_chk {width:50px;text-align:center}
.td_group {width:100px;text-align:center}
.td_board {width:120px;text-align:center}
.td_statsmall {width:50px;text-align:center}
.td_num {width:50px;text-align:center}
.td_numbig {width:120px;text-align:center}
.td_mb_id {width:100px;text-align:center}
.td_nick {width:100px;text-align:center}
.td_name {width:100px;text-align:left}
.td_namesmall {width:100px;text-align:left}
.td_date {width:50px;text-align:center}
.td_datetime {width:170px;text-align:center}
.td_mngsmall {width:50px;text-align:center}
.td_mng {width:80px;text-align:center}
.td_stat {text-align:center}

/* 새창 기본 스타일 */

.new_win #win_title {
	font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 32px;
}

.new_win .tbl_wrap {margin:0 20px}

.new_win .win_btn {
	width: 81%;
	display: flex;
    font-size: 12px;
    margin: 8px 0;
    justify-content: normal;
}

.new_win .win_btn a {display:inline-block;padding:0 10px;height:2.5em;background:#666;color:#fff;text-decoration:none;vertical-align:middle;line-height:2.5em}
.new_win .win_btn button {display:inline-block;padding:0 10px;height:2.5em;border:0;background:#666;color:#fff;text-decoration:none;line-height:2.5em}

.new_win .win_btn input {
	position: relative;
    padding: 8px 0 !important;
    height: auto !important;
    margin: 0;
    border-radius: 8px;
    border: 0;
    right: 0;
    width: 100%;
    color: #fff;
    background: #413f3f;
    letter-spacing: normal;
    font-size: 14px;
}

/* 자바스크립트 alert 대안 */
#validation_check {margin:100px auto;width:500px}
#validation_check h1 {margin-bottom:20px;font-size:1.3em}
#validation_check p {margin-bottom:20px;padding:30px 20px;border:1px solid #e9e9e9;background:#fff}

/* 사이드뷰*/
.sv_wrap {display:inline-block;position:relative;font-weight:normal}
.sv_wrap .sv {z-index:1000;display:none;margin:5px 0 0;border:1px solid #283646;background:#111}
.sv_wrap .sv a {display:inline-block !important;margin:0 !important;padding:5px !important;width:94px;border-bottom:1px solid #283646;color:#fff !important}
.sv_wrap a:focus, .sv_wrap a:hover, .sv_wrap a:active {text-decoration:none !important}
.sv_on {display:block !important;position:absolute;top:10px;left:20px;width:auto;height:auto !important}
.sv_nojs .sv {display:block}

/* 페이징 */
.pg_wrap {clear:both;margin:0 0 20px;padding:20px 0 0;text-align:center}
.pg {}
.pg_page, .pg_current, .qa_page {display:inline-block;padding:0 8px;height:25px;color:#888 !important;letter-spacing:0;line-height:25px;vertical-align:middle;font-size:1.2em}
.pg a:focus, .pg a:hover {text-decoration:none}
.pg_page, .qa_page {text-decoration:none}
.pg_start, .pg_prev {background:url(../mobile/shop/img/paging.gif) no-repeat 0 0 ;text-indent:-999px;overflow:hidden;width:25px;height:25px;padding:0;}
.pg_prev{background-position:-28px 0}
.pg_end, .pg_next {background:url(../mobile/shop/img/paging.gif) no-repeat -55px 0;width:25px;height:25px;;width:25px;height:25px;padding:0;text-indent:-999px;overflow:hidden}
.pg_end{background-position:-83px 0}
.pg_current {display:inline-block;margin:0 4px 0 0;;color:#fff !important;font-weight:400;}

/* 상품상세 메뉴 floating */
#info_top_layer {display:none;position:absolute; top:0; left:0; width:100%; background-color: #eee;}
#form_btn_layer { display:none;position:absolute; top:0; left: 0; width: 100%; height: 60px; background-color: #eee;}

/*현금영수증*/
#kcp_req_rx .tbl_head01 tbody th {text-align:left;}

/*배송지목록*/
#sod_addr .win_desc{padding:10px 20px}

/*쇼핑몰레이아웃*/
/*#mb_login .btn_submit{background:#333333 !important}*/
/*#bo_list,#bo_cate{margin-top:10px !important}*/
#fregisterform{margin:10px}
#bo_w .btn_submit{padding:8px 7px}
#bo_w {padding:10px}
#fqalist {padding:0 10px}
#sit_sms_new #sms_agree{padding:10px 20px !important}

/*이벤트*/
#sev_hhtml,#sev_thtml{padding:10px}
#sev_hhtml img,#sev_thtml img{width:100%}


/*피시일때 모바일버전 주문폼*/
#sod_frm {position:relative}
#sod_frm p{margin-bottom:10px}
#forderform .tbl_frm01 th{border-bottom:1px solid #e9e9e9;background:#f7f7f7;padding-left:10px}
#sod_list thead th{padding:8px 0 }
#sod_list .sod_opt{min-width:70px}
#sod_frm #display_pay_button .btn01{width: 49%;text-align: center;padding: 11px 0px;background: #fff;border: 1px solid #34B5A1;color:#34B5A1}

/*피시일때 모바일버전 개인결제폼*/
#sod_frm_pay{padding:10px 0}
#sod_frm_pay h2{padding:10px 0 10px}
#display_pay_button .btn_submit{padding:8px 5px}

/*네이버페이*/
.naverpay-item{padding-top:15px;clear:both}
#sod_bsk_act .naverpay-cart{margin-top:15px;clear:both;position:static}
 
.m_foot_info {
margin-top: 30px;
    font-family: 'malgun gothic',dotum,gulim,arial,'apple gothic', sans-serif;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.m_foot_info .foot_info_con {     padding: 20px 0;
    text-align: center;}
.m_foot_info .foot_info_con .con { color:#434343; }
.m_foot_info .foot_info_con .con .title {    font-size: 15px;
    font-weight: bold;
    font-family: "lato"; }
.m_foot_info .foot_info_con .con .num {     margin: 5px 0;
    font-size: 30px;
    font-weight: bold;
    font-family: "lato";}
.m_foot_info .foot_info_con .con .num a {color: #434343; }
.m_foot_info .foot_info_con .con .info {     font-family: "lato"; font-size: 13px;}

.m_quick_ico .m_quick_ico_con ul {
	overflow:hidden;
	border-bottom:1px solid #ccc;
	border-top:1px solid #ccc;
	max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.m_quick_ico .m_quick_ico_con ul li { width: 33.12%;border-right:1px solid #fff; float:left; }
.m_quick_ico .m_quick_ico_con ul li:last-child { border-right:0;}
.m_quick_ico .m_quick_ico_con ul li img { width:100%; }

#m_footer{
	background: #f2f2f2;
	max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}


#m_footer .footer_container {
    text-align: center;
	background: #;
}

#m_footer .footer_container ul {
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
    padding: 16px;
	border-bottom:1px solid #ddd;
}

#m_footer .footer_container ul li {
    ;
}

#m_footer .footer_container ul li.long {
	;
}

#m_footer .footer_container ul li a {
display:block;
width:100%;
 color: #413f3f;
}

#m_footer .footer_container ul li .bar {
position:absolute;
width:1px;
height:12px;
top:50%;
margin-top:-6px;
right:0;
    background: #ccc;
}

#m_footer .footer_container .com_info {
    font-size: 12px;
    color: #413f3f;
	text-align: left;
	padding: 0 16px;
	line-height: 20px;
}

#m_footer .footer_container .com_info p {
    margin: 20px 0 0px;
}

#m_footer .footer_container .copy {
    padding: 32px 16px;
	text-align: left;
	color: #888;
}

.TopBtn {
    position: fixed;
    text-align: center;
    color: #ff6b81;
    font-weight: bold;
    font-size: 24px;
    bottom: 43px;
    right: 5px;
    line-height: 35px;
    width: 35px;
    height: 35px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ff6b81;
    z-index: 101;
    border-radius: 50px;
}

.BottomBtn {
    position: fixed;
    text-align: center;
    color: #000;
    font-weight: bold;
    font-size: 24px;
    bottom: 43px;
    right: 5px;
     line-height: 30px;
    width: 30px;
    height: 30px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #D7D7D7;
    z-index: 101;
    border-radius: 1px;
}



/*모바일퀵메뉴*/
/*#quickmenu {
    position: fixed;
    bottom: 43px;
    left: 10px;
    z-index: 999;
    width: 38px;
    border-radius: 38px;
}

#quickmenu .quickwrap {
    position: relative;
}

#quickmenu .plus {
    width: 38px;
    height: 38px;
    text-align: center;
    background: rgba(0,0,0,0.7);
    border-radius: 38px;
    line-height: 38px;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
}

#quickmenu .plus_close {
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    transition: all .6s ease;
    transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
}

#quickmenu .plus i {
    color: #fff;
    font-size: 20px;
    line-height: 42px;
}

.fa-plus:before {
    content: "\f067";
}

#quickmenu .content {
    position: absolute;
    bottom: 35px;
    left: 0;
    height: 199px;
    overflow: hidden;
    opacity: 0;
    width: 120px;
    margin: 0 0 10px 0;
    background: #f7f7f7;
    border: 2px solid #222;
    border-radius: 7px;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#quickmenu .show {
    height: 199px;
    opacity: 1;
    visibility: visible;
}

#quickmenu .show {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

#quickmenu .footerBoard {
    overflow: hidden;
    padding: 0;
}

#quickmenu .footerBoard ul {
    margin: -1px 0 0 -1px;
    font-size: 12px;
    color: #333;
    z-index: 999;
}

#quickmenu .footerBoard li {
    position: relative;
    padding: 10px 0 10px 5px;
    margin: 0 5px;
    border-bottom: 1px solid #ddd;
    height: 19px;
    line-height: 19px;
    text-align: left;
}

#quickmenu .footerBoard li a {
    display: block;
}

#quickmenu .footerBoard li span {
    line-height: 19px;
}

#quickmenu .footerBoard li span img {
    float: left;
    width: 16px;
    margin: 1px 6px 0 0;
}

#quickmenu .footerBoard li span i {
    font-size: 18px;
    vertical-align: bottom;
    margin-right: 5px;
}
*/



/* 이벤트 */
.event_wrap{position:relative;width:100%; overflow:hidden; }

.event_wrap .event_box{position:relative;width:100%;margin:0 auto;padding-top:20px;text-align:center}
.event_wrap .event_box .event_img_box{position:relative;width:100%;margin:5px 0 30px 0;float:left}
.event_wrap .event_box .event_img_box ul{position:relative}
.event_wrap .event_box .event_img_box ul li{width:50%;float:left;margin-right:14px;margin-top:15px}
.event_wrap .event_box .event_img_box ul li.mr_none{margin-right:0}
.event_wrap .event_box .event_img_box ul li .event_img{position:relative;float:left;max-width:100%;display:table-cell;vertical-align:middle;overflow:hidden}

.event_wrap .event_box .prize_box{position:relative;width:100%;margin:30px 0 30px 0;float:left}

.event_wrap .free_sample_box{position:relative;width:100%;margin:0 auto;padding:20px 0 50px 0}
.event_wrap .free_sample_box .free_att_txt{position:relative;background:#eee;padding:30px 50px 20px 50px}
.event_wrap .free_sample_box .free_att_txt strong{font-size:16px;color:#fff;font-weight:400;letter-spacing:-0.5px;padding:3px 20px 5px 20px;background:#333}
.event_wrap .free_sample_box .free_att_txt p{font-size:14px;color:#333;font-weight:300;margin-bottom:8px}
.event_wrap .free_sample_box .free_att_txt span{color:#d63135}

.event_wrap .free_sample_box .sample_product{position:relative;width:100%;margin:0 auto;padding-top:50px}
.event_wrap .free_sample_box .sample_product ul li{float:left;margin:0 13px 45px 0;width:288px}
.event_wrap .free_sample_box .sample_product ul li.mr_none{margin-right:0}
.event_wrap .free_sample_box .sample_product ul li img{width:288px;height:288px;display:table-cell;vertical-align:middle;overflow:hidden;border:1px solid #ddd}
.event_wrap .free_sample_box .sample_product ul li p{font-size:16px;color:#333;font-weight:300;letter-spacing:-0.5px;margin:10px 0 0 3px}
.event_wrap .free_sample_box .sample_product ul li p span{color:#f96910;margin-right:6px}

.event_wrap .today_discount_box{position:relative;width:100%;margin:0 auto;padding:20px 0 50px 0}
.event_wrap .today_discount_box .today_discount_tit{position:relative;width:100%;text-align:left;padding:35px 50px 30px 50px;background:url('/recipe/images/today_discount_bg.jpg')no-repeat}
.event_wrap .today_discount_box .today_discount_tit h2{color:#fff;font-weight:700;letter-spacing:0.7px;font-size:44px;line-height:35px}
.event_wrap .today_discount_box .today_discount_tit h2 img{margin:-7px 20px 0}
.event_wrap .today_discount_box .today_discount_txt{position:relative;text-align:left;padding:40px;border:1px solid #eee;height:320px}
.event_wrap .today_discount_box .today_discount_txt .today_discount_img{float:left}
.event_wrap .today_discount_box .today_discount_txt .today_discount_img img{width:315px;height:315px}
.event_wrap .today_discount_box .today_discount_txt .today_discount_info{float:left;margin-left:70px;width:700px}
.event_wrap .today_discount_box .today_discount_txt .today_discount_info h3{font-size:26px;color:#333;letter-spacing:-0.5px;font-weight:400;padding-top:20px}
.event_wrap .today_discount_box .today_discount_txt .today_discount_info h4{font-size:16px;color:#888;letter-spacing:1px;font-weight:200;padding-top:10px}
.event_wrap .today_discount_box .today_discount_txt .today_discount_info p{font-size:16px;color:#999;letter-spacing:-0.5px;font-weight:300;padding:25px 0 30px 0;border-bottom:1px solid #eee}
.event_wrap .today_discount_box .today_discount_txt .today_discount_info h5{font-size:26px;color:#f96910;letter-spacing:-0.5px;font-weight:600;padding:25px 0 50px 0}
.event_wrap .today_discount_box .today_discount_txt .today_discount_info h5 span{font-size:18px;color:#888;letter-spacing:-0.3px;font-weight:200;text-decoration:line-through;padding-right:20px}
.event_wrap .today_discount_box .today_discount_txt .today_discount_info a{font-size:18px;color:#fff;letter-spacing:-0.5px;font-weight:300;background:#777;border-radius:30px;padding:8px 60px}

.event_wrap .event_detail_box{position:relative;width:100%;margin:0 auto;padding:20px 0 50px 0}
.event_wrap .event_detail_box .event_detail_info{position:relative;float:left;text-align:left;width:100%;margin:30px 30px 0 0}
.event_wrap .event_detail_box .event_detail_info .event_detail_info_tit{position:relative;width:100%;float:left;border-bottom:1px solid #131313;margin-bottom:20px}
.event_wrap .event_detail_box .event_detail_info .event_detail_info_tit .event_detail_info_txt{position:relative;float:left}
.event_wrap .event_detail_box .event_detail_info .event_detail_info_tit .event_detail_info_txt h2{font-size:18px;color:#333;letter-spacing:-0.5px;font-weight:400;padding-bottom:10px}
.event_wrap .event_detail_box .event_detail_info .event_detail_info_tit .event_detail_info_txt p{font-size:14px;color:#999;letter-spacing:0.3px;font-weight:300;padding-bottom:15px}
.event_wrap .event_detail_box .event_detail_info .event_detail_info_tit .event_detail_info_sns{position:relative;float:right;margin-top:25px}
.event_wrap .event_detail_box .event_detail_info .event_detail_info_tit .event_detail_info_sns img{margin-left:5px}

.event_wrap .event_detail_box .pro_event_list{position:relative;float:right;text-align:left;margin:30px 0 0 0}
.event_wrap .event_detail_box .pro_event_list h3{font-size:16px;color:#333;letter-spacing:-0.5px;font-weight:400;padding:30px 0 20px 0}
.event_wrap .event_detail_box .pro_event_list ul{}
.event_wrap .event_detail_box .pro_event_list ul li{margin-bottom:30px}
.event_wrap .event_detail_box .pro_event_list ul li h4{font-size:16px;color:#333;letter-spacing:-0.7px;font-weight:400;margin:8px 0 5px 0}
.event_wrap .event_detail_box .pro_event_list ul li p{font-size:14px;color:#888;letter-spacing:0.3px;font-weight:200}

.event_wrap .event_box .review_list{position:relative;width:100%;margin:5px 0 30px 0;float:left}
.event_wrap .event_box .review_list{position:relative;float:left;margin-top:20px}
.event_wrap .event_box .review_list .review_srch_box{position:relative;float:left}
.event_wrap .event_box .review_list .review_srch_box .review_slct{width:100%;float:left;text-align:left}
.event_wrap .event_box .review_list .review_srch_box .review_slct ul li{float:left;margin-right:5px;cursor:pointer}
.event_wrap .event_box .review_list .review_srch_box .review_slct ul li.slct_box01{width:90px;border:1px solid #b4b4b4;background:url('/recipe/images/review_detail_slct_arr.gif')no-repeat 92px 16px;padding:7px 10px}
.event_wrap .event_box .review_list .review_srch_box .review_slct ul li.slct_box02{width:180px;border:1px solid #b4b4b4;background:url('/recipe/images/review_detail_slct_arr.gif')no-repeat 182px 16px;padding:7px 10px}
.event_wrap .event_box .review_list .review_srch_box .review_slct ul li.slct_box01 a, .event_wrap .event_box .review_list .review_srch_box .review_slct ul li.slct_box02 a{font-size:15px;color:#555;font-weight:300}
.event_wrap .event_box .review_list .review_srch_box .review_slct ul li.slct_btn{border:1px solid #7f7f7f;padding:7px 15px 8px}
.event_wrap .event_box .review_list .review_srch_box .review_slct ul li.slct_btn a{font-size:14px;color:#111;font-weight:300}

.event_wrap .event_box .review_list .review_list_box{position:relative;float:left;margin-bottom:20px}
.event_wrap .event_box .review_list .review_list_box ul li{width:296px;height:520px;float:left;margin:0 2px 5px 0;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;border-left:1px solid #e9e9e9;border-right:1px solid #e9e9e9;text-align:left}
.event_wrap .event_box .review_list .review_list_box ul li.br{border-right:1px solid #e9e9e9}
.event_wrap .event_box .review_list .review_list_box ul li.bt_none{border-top:none}
.event_wrap .event_box .review_list .review_list_box ul li a .review_txt{position:relative;padding:21px}
.event_wrap .event_box .review_list .review_list_box ul li a .review_txt img{width:256px;height:256px;margin-bottom:20px}
.event_wrap .event_box .review_list .review_list_box ul li a .review_txt h4{font-size:14px;color:#000;font-weight:400;letter-spacing:-0.25px;padding-bottom:10px;border-bottom:1px solid #e9e9e9}
.event_wrap .event_box .review_list .review_list_box ul li a .review_txt p{font-size:13px;color:#999;font-weight:300;letter-spacing:-0.25px;line-height:22px;padding-top:10px;min-height:75px}
.event_wrap .event_box .review_list .review_list_box ul li a .review_writer{position:relative;border-top:1px solid #e9e9e9}
.event_wrap .event_box .review_list .review_list_box ul li a .review_writer h5{padding:11px 21px 14px;font-size:13px;color:#999;font-weight:200;letter-spacing:-0.2px}
.event_wrap .event_box .review_list .review_list_box ul li a .review_writer span{font-size:16px;color:#666;font-weight:400;letter-spacing:-0.4px;position:absolute;right:130px}
.event_wrap .event_box .review_list .review_list_box ul li a .review_writer p{position:absolute;top:11px;right:21px}


ul.mo_tab_menu {position:relative;margin-top:30px}
ul.mo_tab_menu li{width:33.3%;float:left;background:#f2f2f2;height:50px;line-height:50px;}
ul.mo_tab_menu li a{display:inline-block;font-size:16px;color:#666;letter-spacing:-0.5px;font-weight:400;}
ul.mo_tab_menu li:hover a{color:#333;cursor:pointer}
ul.mo_tab_menu li.on{width:33.4%;background:#999999}
ul.mo_tab_menu li.on a{color:#f6f6f6}

ul.mo_tab_menu_about {position:relative;margin-top:30px}
ul.mo_tab_menu_about li{width:25%;float:left;background:#f2f2f2;height:50px;line-height:50px;}
ul.mo_tab_menu_about li a{display:inline-block;font-size:16px;color:#666;letter-spacing:-0.5px;font-weight:400;}
ul.mo_tab_menu_about li:hover a{color:#333;cursor:pointer}
ul.mo_tab_menu_about li.on{width:25%;background:#999999}
ul.mo_tab_menu_about li.on a{color:#f6f6f6}


/* 제품상세보기 */
.product_info_wrap_mo{position:relative;width:100%}
.product_info_wrap_mo .pro_info_box_mo{position:relative;width:100%;margin:0 auto}

.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo{position:relative;float:left}

.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_real_img{position:relative;width:620px;height:620px;padding:10px;border:1px solid #eee}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_real_img .pro_big_img{position:relative;margin:0 auto;width:500px;height:500px}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_real_img .pro_big_img img{max-width:100%}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_real_img .pro_tab_img{position:relative;margin:0 auto;width:180px}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_real_img .pro_tab_img ul{margin-top:10px}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_real_img .pro_tab_img ul li{float:left;border:1px solid #eee;margin-left:10px}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_real_img .pro_tab_img ul li:fisrt-child{margin-left:0}

.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_review_mo{position:relative;width:100%;height:120px;border:1px solid #eee;margin-top:25px}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_review_mo .grade_mo{position:relative;width:110px;padding:15px;text-align:center;border-right:1px solid #f0f0f0;float:left}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_review_mo .grade_mo h5{font-size:50px;color:#333;letter-spacing:0.1px;line-height:60px}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_review_mo .grade_mo p{line-height:30px}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_review_mo ul{margin-top:20px}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_review_mo ul li{float:left;margin-left:7px}
.product_info_wrap_mo .pro_info_box_mo .pro_img_box_mo .pro_review_mo ul li.arr{margin-top:30px}

.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo{position:relative;float:right;width:513px}

.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_tit{position:relative;border-top:1px solid #333;padding:15px 0;float:left}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_tit h3{font-size:30px;color:#333;font-weight:500;letter-spacing:-0.5px;line-height:40px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_tit p{font-size:16px;color:#999;font-weight:300;letter-spacing:0;line-height:28px;margin-top:15px}

.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price{position:relative;border-top:1px solid #f0f0f0;float:left}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul{position:relative;margin:13px 0}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li{font-size:15px;color:#333;font-weight:400;margin-bottom:20px;width:513px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li span.pr01{color:#aaa;font-weight:100;text-decoration:line-through;margin-left:63px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li span.pr02{color:#666;font-weight:400;margin-left:78px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li a{margin-left:63px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li strong{color:#ee782f;font-weight:600;margin-left:64px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li strong em{font-weight:100;margin-left:10px;font-size:13px;letter-spacing:0}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li span.op{line-height:40px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price select{float:right;border:1px solid #e5e5e5;width:300px;padding:10px;color:#999;font-weight:300}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li span.amount{float:right;border:1px solid #ddd;margin-top:-3px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li span.amount strong{margin-left:0;color:#444;padding:0 20px;font-size:13px;font-weight:500;line-height:28px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li span.amount button{background:#f5f5f5;border:none;padding:5px 9px 8px 9px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li span.amount button.minus_btn{border-right:1px solid #ddd}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_price ul li span.amount button.plus_btn{border-left:1px solid #ddd}

.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_info{position:relative;border-top:1px solid #f0f0f0;float:left}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_info ul{position:relative;margin:13px 0}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_info ul li{font-size:15px;color:#333;font-weight:400;margin-bottom:20px;width:50%;float:left}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_info ul li span.in01{color:#999;font-weight:100;margin-left:90px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_info ul li span.in02{color:#999;font-weight:100;margin-left:76px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .pro_info ul li span.in03{color:#999;font-weight:100;margin-left:63px}

.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .total_price{position:relative;border-top:1px solid #ee782f;float:left}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .total_price ul{position:relative;margin:13px 0}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .total_price ul li{font-size:22px;color:#ee5c2f;font-weight:500;margin-bottom:20px;width:256px;float:left}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .total_price ul li.price{text-align:right}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .total_price ul li span{font-size:14px;color:#999;font-weight:100;margin-left:8px}

.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .btn_group{position:relative;float:left;margin-top:10px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .btn_group a.cart_btn{padding:15px 32px 15px 62px;font-size:16px;color:#666;font-weight:400;border:1px solid #d7d5d5;background:url('/recipe/images/cart_ico.gif')no-repeat 30px 15px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .btn_group a.zzim_btn{padding:15px 37px 15px 64px;font-size:16px;color:#666;font-weight:400;border:1px solid #d7d5d5;background:url('/recipe/images/zzim_ico.gif')no-repeat 35px 18px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .btn_group a.buy_btn{padding:20px 61px 17px;font-family:'Lato';font-size:16px;color:#fff;font-weight:600;background:#f96910}

.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .diff_site{position:relative;float:left;margin-top:30px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .diff_site ul{float:left;margin-left:69px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .diff_site ul li{float:left;margin-left:10px}
.product_info_wrap_mo .pro_info_box_mo .pro_txt_box_mo .diff_site .naver_pay{float:left;margin-left:20px;width:295px;height:95px;border:1px solid #00c73c}
 

.product_info_wrap_mo .recom_box{position:relative;width:100%;float:left;margin-top:70px;background:#f8f7f7}

.product_info_wrap_mo .recom_box .recom_product{position:relative;width:100%;height:330px;margin:0 auto;text-align:center;padding:50px 0}
.product_info_wrap_mo .recom_box .recom_product h5{font-size:20px;color:#333;font-weight:400;background:url('/recipe/images/recom_tit_bg.gif')no-repeat center}
.product_info_wrap_mo .recom_box .recom_product ul{margin-top:30px}
.product_info_wrap_mo .recom_box .recom_product ul li{float:left;margin-left:13px;width:228px}
.product_info_wrap_mo .recom_box .recom_product ul li:first-child{margin-left:0}
.product_info_wrap_mo .recom_box .recom_product ul li p{font-size:16px;color:#333;font-weight:300;margin-top:15px}
.product_info_wrap_mo .recom_box .recom_product ul li img{border:1px solid #f0efef;max-width:100%}

.product_info_wrap_mo .pro_info_tab_box{position:relative;width:100%;float:left;border-bottom:1px solid #e5e5e5}
.product_info_wrap_mo .pro_info_tab_box .pro_info_tab{position:relative;width:100%;margin:0 auto}
.product_info_wrap_mo .pro_info_tab_box .pro_info_tab ul{}
.product_info_wrap_mo .pro_info_tab_box .pro_info_tab ul li{float:left;width:20%;text-align:center;padding:15px 0}
.product_info_wrap_mo .pro_info_tab_box .pro_info_tab ul li a{font-size:16px;color:#999;font-weight:200}
.product_info_wrap_mo .pro_info_tab_box .pro_info_tab ul li.on{border-bottom:2px solid #333}
.product_info_wrap_mo .pro_info_tab_box .pro_info_tab ul li.on a{color:#333;font-weight:400}

.product_info_wrap_mo .tab_box_mt{margin-top:40px}

.product_info_wrap_mo .pro_detail_img_box{position:relative;width:100%;float:left}
.product_info_wrap_mo .pro_detail_img{position:relative;width:100%;margin:0 auto;padding-top:40px;text-align:center}
.product_info_wrap_mo .pro_detail_img img{max-width:100%}

.product_info_wrap_mo .photo_review_mo_box_mo{position:relative;width:100%;float:left}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo{position:relative;width:100%;margin:0 auto;padding-top:40px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo img{max-width:100%}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list{position:relative;width:100%;border:1px solid #e5e5e5;margin-top:20px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit{position:relative;height:180px;cursor:pointer;border-top:1px solid #e5e5e5}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit:first-child{border-top:0}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit img.pho_re{width:180px;float:left;margin-right:20px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl{position:relative;float:left;width:980px;padding-right:20px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dt{border-bottom:1px solid #e5e5e5;padding:15px 0}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dt strong{font-size:16px;color:#333;font-weight:400}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dt span{font-size:14px;color:#666;font-weight:300;padding:0 15px;background:url('/recipe/images/pho_re_bar.gif')no-repeat right;overflow:hidden}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dt span img{margin-top:-5px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dt span.star{position:absolute;right:160px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dt span.name{position:absolute;right:100px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dt span.date{position:absolute;right:10px;background:none}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dd{}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dd p{font-size:14px;line-height:23px;color:#888;font-weight:100;margin-top:18px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_tit dl dd a{position:absolute;top:100px;right:30px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_txt{border-top:1px solid #e5e5e5;min-height:550px;background:#f9f9f9;padding:30px 35px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_txt img{max-width:100%;margin-bottom:20px}
.product_info_wrap_mo .photo_review_mo_box_mo .photo_review_mo .photo_review_mo_list li.pho_txt p{font-size:14px;color:#888;font-weight:200;line-height:23px}

.product_info_wrap_mo .review_box{position:relative;width:100%;float:left}
.product_info_wrap_mo .review_box .review{position:relative;width:100%;margin:0 auto;padding-top:40px}
.product_info_wrap_mo .review_box .review img{max-width:100%}
.product_info_wrap_mo .review_box .review .review_list{position:relative;width:100%;margin-top:20px}
.product_info_wrap_mo .review_box .review .review_list li.re_tit{position:relative;padding:30px 10px;cursor:pointer;border-bottom:1px solid #e5e5e5}
.product_info_wrap_mo .review_box .review .review_list li.re_tit:first-child{padding-top:10px}
.product_info_wrap_mo .review_box .review .review_list li.re_tit strong{font-size:16px;color:#666;font-weight:300}
.product_info_wrap_mo .review_box .review .review_list li.re_tit:hover strong{text-decoration:underline}
.product_info_wrap_mo .review_box .review .review_list li.re_tit span.num{margin-right:20px;background:none}
.product_info_wrap_mo .review_box .review .review_list li.re_tit span{font-size:14px;color:#888;font-weight:300;padding:0 15px;background:url('/recipe/images/pho_re_bar.gif')no-repeat right;overflow:hidden}
.product_info_wrap_mo .review_box .review .review_list li.re_tit span img{margin-top:-5px}
.product_info_wrap_mo .review_box .review .review_list li.re_tit span.star{position:absolute;right:160px}
.product_info_wrap_mo .review_box .review .review_list li.re_tit span.name{position:absolute;right:100px}
.product_info_wrap_mo .review_box .review .review_list li.re_tit span.date{position:absolute;right:10px;background:none}
.product_info_wrap_mo .review_box .review .review_list li.re_tit:first-child{border-top:0}
.product_info_wrap_mo .review_box .review .review_list li.re_txt{border-bottom:1px solid #e5e5e5;background:#fbfbfb;padding:30px 35px}
.product_info_wrap_mo .review_box .review .review_list li.re_txt p{font-size:14px;color:#666;font-weight:300;line-height:23px;padding-bottom:20px}
.product_info_wrap_mo .review_box .review .review_list li.re_txt p.reple{border-top:1px solid #e5e5e5;padding-top:20px;padding-bottom:0}
.product_info_wrap_mo .review_box .review .review_list li.re_txt p.reple span{color:#ee782f;font-weight:400;line-height:30px}

.product_info_wrap_mo .qna_box{position:relative;width:100%;float:left}
.product_info_wrap_mo .qna_box .qna{position:relative;width:100%;margin:0 auto}
.product_info_wrap_mo .qna_box .qna .qna_list{position:relative;width:100%;margin-top:20px}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit{position:relative;padding:30px 10px;cursor:pointer;border-bottom:1px solid #e5e5e5}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit:first-child{padding-top:10px}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit strong{font-size:16px;color:#666;font-weight:300}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit:hover strong{text-decoration:underline}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit span.comp, .product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit span.stan{font-size:14px;color:#fff;font-weight:200;padding:2px 25px 3px;margin-right:20px}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit span.comp{background:#ee782f}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit span.stan{background:#999}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit span{font-size:14px;color:#888;font-weight:300;padding:0 15px;background:url('/recipe/images/pho_re_bar.gif')no-repeat right;overflow:hidden}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit span.name{position:absolute;right:100px}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit span.date{position:absolute;right:10px;background:none}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_tit:first-child{border-top:0}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_txt{border-bottom:1px solid #e5e5e5;background:#fbfbfb;padding:30px 35px}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_txt p{font-size:14px;color:#666;font-weight:300;line-height:23px;padding-left:70px}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_txt p.q_txt{background:url('/recipe/images/q_txt_bg.gif')no-repeat;padding-bottom:30px}
.product_info_wrap_mo .qna_box .qna .qna_list li.qna_txt p.a_txt{background:url('/recipe/images/a_txt_bg.gif')no-repeat 0 25px;padding-top:30px;border-top:1px solid #e5e5e5}

.product_info_wrap_mo .etc_box{position:relative;width:100%;float:left}
.product_info_wrap_mo .etc_box .etc{position:relative;width:100%;margin:0 auto;padding-top:40px}
.product_info_wrap_mo .etc_box .etc h5{font-size:20px;color:#ee782f;font-weight:400}
.product_info_wrap_mo .etc_box .etc table{width:100%;margin-top:10px}
.product_info_wrap_mo .etc_box .etc table tr{border-top:1px solid #e5e5e5;border-bottom:1px solid #e5e5e5}
.product_info_wrap_mo .etc_box .etc table tr th{padding:15px 20px;background:#f9f9f9;font-size:14px;color:#333;font-weight:400}
.product_info_wrap_mo .etc_box .etc table tr td{padding:15px 20px;font-size:13px;line-height:27px;color:#888;font-weight:200}

/*성정은추가*/
.m_section01 { width:100%; padding: 0px;  box-sizing: border-box; }
.m_section01 > ul {overflow:hidden; }
.m_section01 > ul > li { float:left; width:100%; }
.m_section01 > ul li:last-child { float:right; width:100%;}
.m_section01 > ul li img { width:100%;}
.m_section02, .m_section03, .m_section04, .m_section05, .m_section07 { margin-top:35px; }
.m_section02 h3, .m_section03 h3, .m_section04 h3, .m_section05 h3, .m_section07 h3 { text-align:center;  margin-bottom: 18px;}
h3 img { width:100%; }
.m_section02 ul { overflow:hidden; margin:35px 5px;}
.m_section02 ul li { float:left; width:100%; }
.m_section02 ul li:first-child { margin:0 5px 1px 0; }
.m_section02 ul li:nth-child(2) { margin:0 0 5px 0; }
.m_section02 ul li:nth-child(3) { margin:0 5px 0 0;  }
.m_section02 ul li img { width:100%;}
.m_section03 {
	display: flex;
	padding-bottom: 8px;
    margin: 16px;
    overflow-x: auto;
}

.m_section03 iframe {
	display:block;
	border-radius: 16px;
	margin-left: 16px;
	width: 128px;
	height: 227px;
}

.ytp-chrome-top {
	display: none !important;
}

@media screen and (min-width: 640px){
	.m_section03 iframe {
		display:block;
		border-radius: 16px;
		margin-left: 16px;
		width: 218px;
		height: 387px;
	}
	
	.m_section03::-webkit-scrollbar {
		height: 32px;
	}

	.m_section03::-webkit-scrollbar-track {
		;
	}

	.m_section03::-webkit-scrollbar-thumb {
		background: #ddd;
		background-clip: padding-box;
		border: 8px solid transparent;
		border-radius: 16px;
	}
}

.m_section04 .m_sec04_li { }
.m_section04 .m_sec04_li ul { overflow:hidden;text-align: center; }
.m_section04 .m_sec04_li ul li { float:left; width:50%; display:inline-block;}
.m_section04 .m_sec04_li ul li:first-child { width:49%;}
.m_section04 .m_sec04_li ul li img { width:100%;}
.m_section05 .m_sec05_li { padding: 10px 5px;background:#f3edfe;}
.m_sec05_li .m_sec05_box { margin-bottom:8px; }
.m_sec05_li .m_sec05_box ul { overflow:hidden; }
.m_sec05_li .m_sec05_box ul li { width:47%; position:relative; display:inline-block; float:left; }
.m_sec05_li .m_sec05_box ul li:last-child { float:right; width:53%; display:inline-block; position:relative; }
.m_sec05_li .m_sec05_box ul li .wish_icon {position: absolute; top: 8px;  right: 8px; width: 13%; height: auto;  }
.m_sec05_li .m_sec05_box ul li .best_icon { position: absolute; top: 4px;  left: 4px;     width: 19%;height: auto; }
.m_sec05_li .m_sec05_box ul li .event_icon {     position: absolute; top: 4px; right: 4px; width: 25%; height: auto;} 

.m_section05 .m_sec05_li ul {
	overflow-x: scroll;
	white-space: nowrap;
}

@media screen and (min-width: 640px){
	.m_section05 .m_sec05_li ul {
		overflow:hidden;
	}
}

.m_section05 .m_sec05_li ul li:last-child { margin-bottom:0;}
.m_section05 .m_sec05_li ul li img { width:100%;}

.m_section06 {
	;
}

.m_section06 img {
	border-radius: 16px;
	width:100%;
	margin-top: 32px;
}

.m_section07 .m_sec07_li { }
.m_section07 .m_sec07_li ul { overflow:hidden; text-align:center;}
.m_section07 .m_sec07_li ul li { width: 47%; display:inline-block; padding:0 5px 5px; }
.m_section07 .m_sec07_li ul li:nth-child(2), .m_section07 .m_sec07_li ul li:nth-child(4), .m_section07 .m_sec07_li ul li:nth-child(6) { padding:0 0 5px 0; }
.m_section08 { margin:0px 0; text-align:center; }
.m_section08 img { width:100%; }

.sns_wrap {
	padding: 16px;
}

.sns_wrap ul { overflow:hidden; text-align:left; margin-left:0px;}
.sns_wrap ul li { display:inline-block; width:8%;  margin-right: 5px;}
.sns_wrap ul li img { width:100%; }

/*토글메뉴*/
#category .ct_wr p.login {background: #f97091;
    font-size: 23px;
    /* font-weight: bold; */
    color: #fff;
    text-align: left;
    padding-left: 20px; }
#category .ct_wr p.login a { color:#fff; }
#category .ct_wr .quick_menu {
    position: relative;
}
#category .ct_wr .quick_menu ul {
    border-bottom: 1px solid #dcdcdc;
}
#category .ct_wr .quick_menu ul li {
    padding: 15px 0;
    float: left;
    width: 33.33333%;
    text-align: center;
    box-sizing: border-box;
    border-right: 1px solid #dcdcdc;
	line-height:15px; 
}
#category .ct_wr .quick_menu ul li a {
    display: block;
}
#category .ct_wr .quick_menu ul li a span {
    display: block;
    font-size: .750em;
    color: #6d6d6d;
    margin-top: 5px;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

#category .ct_wr .cs_wrap {    line-height: 19px;
    padding: 15px;
    text-align: left;
    background: #f9f9f9; }
#category .ct_wr .cs_wrap h1 { font-size:16px; }
#category .ct_wr .cs_wrap p.cscenter_tel { font-size: 28px;
    margin: 12px 0px;
    text-align: left;
    font-weight: bold;
    color: #f97091;}
/*footer*/
.csaffwrap {
    overflow: hidden;
    padding: 20px 0;
	border-top:1px solid #ccc;
}
.csaffwrap .cscenter {
    float: left;
    width: 50%;
    border-right: 1px solid #ccc;
    box-sizing: border-box;
}
.csaffwrap .cscenter h3 img {     
	width: 22px;
    vertical-align: -5px;
}
.csaffwrap div h3 {
    text-align: center;

    font-size: 14px;
    font-family: 'lato';
    font-weight: 400;
    color: #303030;
}
.csaffwrap .cscenter h3 {
    font-weight: bold;
    font-size: 18px;
}
.csaffwrap div p {
    text-align: center;
    line-height: 16px;
}
.csaffwrap div p.tel {
	font-weight:bold;
	font-size:18px; 
	padding: 10px 0;
}
.csaffwrap .affqa p.tel {
padding:5px 0;
}
.csaffwrap div p.date {
    font-size: 13px;
    font-weight: bold;
}

.csaffwrap div p.lunch {
    font-size: 11px;
}

.csaffwrap .affqa {
    float: left;
    width: 50%;
	padding: 10px 0px;
}

/*왼쪽 메뉴*/
.left_menu { border-bottom:0px solid #e9e9e9;}
.left_menu_tap { width:100%; overflow:hidden; }
.left_menu_tap .tab.active { width:50%; float:left; background:#fff; color:#2a2a2a; font-weight:bold; }
.left_menu_tap .tab { width:50%; float:left; background:#e8e8e8; color:#939393; font-weight:bold; }
.left_menu .wish .empty_list { color:#a1a2a2; padding:0 !important;}
.left_menu .bottom_btn { width:100%; padding: 10px 15px 15px; box-sizing:border-box; text-align:center; }
.left_menu .bottom_btn > div { display:inline-block; width:21%; margin: 0 3px;}
.left_menu .bottom_btn > div > a > img { width:100%; }

#category ul.sub_cate1 li a { /* color:#000; */}
#category ul.cate li ul.sub_cate1 .ct_op {    /* background: url(../mobile/shop/img/cate_op.gif) no-repeat 97% 50%; */ }
.etc_cate { text-align:left; padding:10px 0px 0px 30px; border-top: 1px dotted #ccc;}
.etc_cate ul li a { color:#413f3f; font-size:14px; vertical-align:middle;}
.left_menu .login {display: block; text-align: left; padding: 20px; }
.left_menu .login #login_id { width:65%; height:38px; background:#fff !important;    padding-left: 5px;
    box-sizing: border-box; }
.left_menu .login #login_pw { width:65%; height:38px; background:#fffcea !important;    padding-left: 5px;
    box-sizing: border-box; } 
.left_menu .login .btn_submit { float:right; width:33%; height:82px; margin-top:-40px; background:#ff8397; } 





input[id="auto_login"] + label {
	display: inline-block;
    background-image: url(/lenstown/images/mobile/checkbox_off_re2.png);
    cursor: pointer;
    background-size: 16px;
    background-repeat: no-repeat;
    color: #adadad;
    padding-left: 24px;
}
	
input[id="auto_login"]:checked + label { background-image:url(/lenstown/images/mobile/checkbox.png);    background-size: 14px 14px;background-repeat:no-repeat; }
input[id="auto_login"] { display: none; }

.auto_login {
	margin: 8px 0;
    justify-content: normal;
    width: 81%;
}

.auto_login #login_auto_login:checked ~ #auto_login_label {
    background-image: url(/lenstown/images/mobile/checkbox_re2.png);
    background-size: 16px;
    background-repeat: no-repeat;
}

#login_frm { position:relative; }
#login_frm .find_fom { position:absolute; right:0; }
#category .ct_wr .left_menu .ol { padding:0; margin:0; border-bottom:0; }
#category .ct_wr .left_menu #ol_svc { margin:0;}

.left_menu .login {
    display: block;
    text-align: left;
    padding: 20px 20px 0;
}
#category .ct_wr .left_menu #ol_before input[type=text], #ol_before input[type=password]{    padding-left: 5px;
    display: block;
    margin-bottom: 5px;
    width: 68%;
    height: 2.9em;
    background: #fff;
    vertical-align: middle;
    line-height: 2.9em;
    border: 1px solid #dfe0e0;
    box-sizing: border-box;}
#category .ct_wr .left_menu #ol_pw {  padding-left: 5px;
    display: block;
    width: 68%;
    height: 2.9em;
    vertical-align: middle;
    line-height: 2.9em;
    border: 1px solid #dfe0e0;
    background: #fff !important;
    box-sizing: border-box;}
#category .ct_wr .left_menu #ol_before input[type=submit] { position: absolute;
    top: 0;
    right: 0;
    padding: 0 !important;
    width: 30%;
    height: 6.15em;
    border: 0;
    background: #ff8397;
    color: #fff;
    letter-spacing: -0.1em;
    vertical-align: top;
    cursor: pointer;}
#category .ct_wr .left_menu .required, textarea.required { background:none !important; }
#category .ct_wr .left_menu .login #ol_after #ol_after_private { width:100%; text-align:center; margin-top:10px;}
#category .ct_wr .left_menu .login #ol_after #ol_after_private li { display:inline-block; width:32.33%; }
#category .ct_wr .left_menu .login #ol_after #ol_after_private a { color:#63605e; background:#fff; height:4em;line-height: 1.5em; }
#category .ct_wr .left_menu .login #ol_after #ol_after_private a strong { color:#ff7c90; }
#category .ct_wr .left_menu .login #ol_after .m_info { border:1px solid #ddd; padding:15px 6px; overflow:hidden; }
#category .ct_wr .left_menu .login #ol_after #ol_after_hd p.grade {    background-image: url(/lenstown/images/mobile/heart.png);
    display: inline-block;
    background-size: 50px 45px;
    background-repeat: no-repeat;
    width: 50px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    color: #fff;
    font-size: 12px;    vertical-align: middle;    margin-right: 3px;
}
#category .ct_wr .left_menu .login #ol_after #ol_after_hd p.txt {display: inline-block;
    line-height: 2em;
    width: 69%;
    vertical-align: middle;
    font-size: 10px; }
#category .ct_wr .left_menu .login #ol_after #ol_after_hd p.txt strong { font-size:17px; }
#category .ct_wr .left_menu .login #ol_after #ol_after_hd p.btn { display:inline-block; vertical-align:middle; float:right;}
#category .ct_wr .left_menu .wish .wish_img { height:auto; width:100%;}
#category .ct_wr .left_menu .wish .wish_img img { width:100%; height:auto;}
#category .ct_wr .left_menu .wish .cart_wrap ul li a { color:#656261; }
#category .ct_wr .left_menu .wish .cart_wrap ul li a i { color:#ddd6ff;     font-size: 1.5em;
    vertical-align: middle;
    margin-right: 4px;}
#category .left_menu .wishoff li.empty_list { width:100%;}
#category .ct_wr .left_menu .login #ol_after #ol_after_ft { display:none;}




/*상품 서브 상단 카테고리*/
.top_nav {
	;
}

.top_nav #sct_location {
	display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #ddd;
    padding: 0 16px;
}

.top_nav #sct_location a {
	padding: 16px 0;
    font-size: 14px;
    font-weight: bold;
    color: #413f3f;
}

@media screen and (min-width: 640px){
	.top_nav #sct_location a {
		font-size: 18px;
	}
}

.top_nav #sct_location a.sct_bg {
	font-weight: normal;
    color: #adadad;
}

.top_nav .prev_btn {position: absolute; top: 13px; left: 15px; }

/*상품 서브 상단 슬라이드 제품*/
.sct_best .sct_li .sct_img .sct_a { border-radius:50%; z-index:1; }
.sct_best .sct_li .sct_img .sct_txt { z-index:9999; margin-top:-15px; }
.sct_best .sct_li .sct_img .sct_txt .sct_a {  background-image:  url(/lenstown/images/mobile/best_pro_bg.png);
	background-repeat:no-repeat; 
	background-size:100% 100%; 
    border-radius: 0;
    padding: 5px 10px;
    color: #fff;}
.sct_best .sct_li .sct_img .sct_txt .sct_a:first-child { display:none;}
.sct_best .sct_cost { display:none !important; }
#best_item { border-bottom:0 !important; }
#best_item h2 {
    background-image: url(/lenstown/images/mobile/cate_best.png);
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin-bottom: 14px;
    text-indent:-9999px; background-position-x: 50%;}
#best_item { padding: 20px 5px 10px 5px;}

/*서브 상품 리스트 정렬방식*/
#sct_sort {
	display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 16px 16px 0 16px;
}

#ssch_sort {
    width: auto;
    height: auto;
    font-size: 14px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 8px 24px 8px 8px;
    appearance: none;
    background: url(/lenstown/images/mobile/cate_op_gray.png) no-repeat 100%;
    background-position: 90%;
    background-size: 8px;
}

#ssch_sort::-ms-expand {
   display: none;            
}

#sct_lst li {
	display: flex;
}

#look_eye_model {
	position: absolute;
    z-index: 1;
    width: 104px;
    height: 26px;
    cursor: pointer;
    opacity: 0;
}

.look_eye {
	display: block;
}

.look_model {
	display: none;
}

.look_switch_bg {
	width: 40px;
    height: 24px;
    border: 1px solid #ddd;
    border-radius: 16px;
    margin-left: 8px;
}

.look_switch {
	position: absolute;
    width: 16px;
    height: 16px;
    border: 4px solid #fff;
    border-radius: 16px;
    background: #413f3f;
	transition: all 0.5s;
}

#sct_lst #look_eye_model:checked ~ .look_eye {
	display: none;
}

#sct_lst #look_eye_model:checked ~ .look_model {
	display: block;
}

#sct_lst #look_eye_model:checked ~ .look_switch_bg .look_switch {
    margin-left: 16px;
}


#sct_sort li {
	;
}

#sct_lst li:first-child button {
	;
}

#sct_sort ul {
	;
}

#sct_lst { margin:0; }

#sct_lst button {
    position: relative;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 0;
    background: #fff;
	border:0 !important;
    font-size: 15px;
}

#sct_lst:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: "";
}

/* 진행중인 이벤트*/
.txt_sub#bo_gall .gall_con { position:relative;}
.txt_sub .day li.date { float:left; }

.txt_sub .day li.dday {
	;
}

.txt_sub #bo_gall .gall_con li { margin:0 !important; }
.gall_con > .txt_sub > .gall_text_href { margin:0 !important;}
.txt_sub { overflow: hidden;
    position: relative;
    border-left: 0px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
    border-right: 0px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin-top: -21px;}
#bo_sch {}
.pg_current { background:#d7c5fd; border-radius:5px; }
#bo_gall #gall_ul { margin-top:0 !important; }

/*당첨자발표 */
/*.tbl_head01 thead { display:none; }
#bo_list_total { display:none; }
.tbl_head01 td { color:#b0b0b0; }
#bo_list .tbl_head01 { margin-top:25px; padding:0 15px; }
#bo_gall .gall_li { float:none !important ; }
#gall_ul .gall_li { padding-left:0 !important; }
.gall_con .gall_href img { width:auto; height: auto;}
.tbl_head01 { padding:0 20px;}*/
/*#bo_gall #gall_ul { padding:0 20px !important;}
.tbl_head01 td { padding:10px 5px; }*/

/*1:1문의*/
#bo_cate li { margin-top:20px;}
.event_tit a.prev_btn { position:absolute; top:10px; left:15px; }
#bo_list > .bo_fx > .btn_bo_user  > li{ display:none; }

/*로그인*/
#container #mb_login {
	margin: 0 auto;
    padding: 108px 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#container #mb_login h1 {
    font-size: 18px;
    font-weight: normal;
    padding: 0;
    margin: 0 0 32px;
}
	
#container #mb_login h1 img { width:100%;}

#container #mb_login .btn_submit {
	position: relative;
    padding: 8px 0 !important;
    height: auto !important;
    margin: 0;
    border-radius: 8px;
    right: 0;
    width: 100%;
    background: #413f3f;
    letter-spacing: normal;
    font-size: 14px;
}
	
#container #mb_login .frm_input {
	padding: 8px 0;
    text-align: center;
    margin: 8px 0;
    height: auto;
    line-height: normal;
    border-radius: 8px;
    display: flex;
}

#container #mb_login #login_frm {
	display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    font-size: 16px;
	width: 100%;
}

#container #mb_login #login_pw {
	;
}

input[id="login_auto_login"] + label {
	display: inline-block;
    background-image: url(/lenstown/images/mobile/checkbox_off_re2.png);
    cursor: pointer;
    background-size: 16px;
    background-repeat: no-repeat;
    color: #a5a5a5;
    padding-left: 24px;
}

input[id="login_auto_login"]:checked + label {
	background-image:url(/lenstown/images/mobile/checkbox_re2.png);
	background-size: 16px;
	background-repeat:no-repeat;
}

input[id="login_auto_login"] { display: none; }

#ol_password_lost {
	color: #a5a5a5;
}

#mb_login .bottom_btn {
	display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 32px;
}
	
#mb_login .bottom_btn > div {
    display: inline-block;
    width: 21%;
    margin: 0 3px;
}

#mb_login .bottom_btn > div > a > img {
    width: 100%;
}

/*마이페이지*/
#container #smb_my #smb_my_ov .m_info p.grade {
        background-image: url(/lenstown/images/mobile/heart.png);
    display: inline-block;
    background-size: 67px 68px;
    background-repeat: no-repeat;
    width: 67px;
    height: 67px;
    text-align: center;
    line-height: 67px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 3px;
}
#container #smb_my #smb_my_ov .m_info {
        border: 1px solid #ddd;
    padding: 15px 10px;
    margin-top: 10px;
    overflow: hidden;
}
#container #smb_my #smb_my_ov .m_info p.txt {
    display: inline-block;
    line-height: 2em;
    width: 44%;
    vertical-align: middle;
    font-size: 10px;
}
#container #smb_my #smb_my_ov .m_info p.txt strong { font-size:15px; }
#container #smb_my #smb_my_ov .m_info .info_btn {  display: inline-block;
    vertical-align: middle;
     float:right; }
#container #smb_my #smb_my_ov .m_info p.eye_info_btn {
    margin: 5px 0;
    width: 78px;
}
#container #smb_my #smb_my_ov .m_info p.memb_info_btn {
width: 78px;
}
#container #smb_my #smb_my_ov .m_info img { width:100%; }
#container #smb_my #smb_my_ov > ul { overflow:hidden;     margin: 15px 0;}
#container #smb_my #smb_my_ov > ul > li {     width: 33%;
    float: left;
    padding: 10px 0;
    background: #fff;
    height: 55px;
    position: relative;
    border-right: 1px solid #e5e5e5;
    margin-bottom: 5px; text-align:center;    line-height: 26px;}
#container #smb_my #smb_my_ov > ul > li:last-child { border-right:0; }
#container #smb_my #smb_my_ov .cs_btn { margin-bottom:20px; }
#container #smb_my #smb_my_ov .cs_btn ul { text-align:center; margin-bottom: 4px;}
#container #smb_my #smb_my_ov .cs_btn ul li { display: inline-block; border: 1px solid #ccc; width:48.8%;  height: 30px; line-height: 30px;}
#container #smb_my #smb_my_ov .cs_btn ul li {     background-image: url(/lenstown/images/mobile/cs_right_btn.png);
    background-repeat: no-repeat;
        background-position: right 5px center;
    background-size: 8px 13px;}
#container #smb_my #smb_my_ov .cs_btn ul li .num { color:#f3426d; }
#container #smb_my #smb_my_ov .shopping { }
#container #smb_my #smb_my_ov .shopping h2 { border-bottom:1px solid #d7c5fd; padding-bottom:10px; font-size:15px; }
#container #smb_my #smb_my_ov .shopping h2 img {     width: 5%; vertical-align: -2px; margin-right: 5px; }
#container #smb_my #smb_my_ov .shopping ul { padding:20px 0; text-align:center;  }
#container #smb_my #smb_my_ov .shopping ul li {     background: #d7c5fd;
    display: inline-block;
    width: 91px;
    height: 91px;
    border-radius: 62px;
    line-height: 83px;
    text-align: center;margin: 0 3px;    position: relative;}
#container #smb_my #smb_my_ov .shopping ul li a { color:#fff; }
#container #smb_my #smb_my_ov .shopping ul li a span {    position: absolute;
    top: 14px;
    right: 38px; color:#f3426d; }
#smb_my #smb_my_ov > h2 { display:none; }
#container #mptabmenu ul#tab {border-bottom: 1px solid #e5e5e5; overflow:hidden;  }
#container #mptabmenu ul#tab li { float:left; color: #484848;padding-bottom: 7px;  }
#container #mptabmenu ul#tab li a {border-bottom: 1px solid #484848;      padding: 7px;}
#container #mptabmenu ul#tab li a.tab_line {color:#f3426d; }
#container #mptabmenu ul#tab li a.tab_line { border-bottom: 1px solid #f3426d;  }


.toeic_tab_con li {
    position: relative;
    padding: 5px 0 30px;
    min-height: 75px;
    border: 1px solid #e9e9e9;
    margin-bottom: 5px;
}

.all_tab_con {
	text-align: left; 
}
.all_tab_con ul {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    padding: 0 16px;
	overflow:hidden;
}

.all_tab_con ul li {
    width: 43%;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
	border-radius: 20px;
    padding: 8px 8px 0px 8px;
	margin-top: 16px;
}

.all_tab_con li img {
    width: 100%;
    height: auto;
	border-radius: 16px;
}

.toeic_tab_con li:nth-of-type(1) {
    border-top: 1px solid #e9e9e9;
}
.toeic_tab_con .wish_img {
    position: absolute;
    top: 10px;
    left: 10px;
	
}
.wish_info {
    margin-top: 10px;
}
.toeic_tab_con .info_link {
    display: block;
    padding: 5px 0;
    font-size: 1.2em;
}
.toeic_tab_con .info_date {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #737373;
}
.toeic_tab_con h2 {
    margin: 0 0 10px;
}

/*상품 상세페이지*/
#DB_tab42 > div { display:none; }
#sit_sns { padding:20px; }

/*찜목록*/
.wish_chk input[type=checkbox] {    
    -webkit-appearance:button;
    white-space: nowrap;
    overflow:hidden;
	border:1px solid #ddd; 
    width:17px;
    height:17px;
}
.wish_chk input[type=checkbox]:checked {
   background-image:url(/lenstown/images/mobile/wish_check_btn.png);
    background-size: 15px 15px; background-repeat:no-repeat;    background-repeat: no-repeat;

}
#sod_ws li {
    position: relative;
    padding: 15px 0 10px 110px;
    min-height: 35px;
    border: 0;
	height:auto;
    margin-bottom: 5px;
    border-top: 1px solid #cdcdcb;
    border-bottom: 1px solid #cdcdcb;
}
#sod_ws .wish_img {
    position: absolute;
    top: 5px;
    left: 37px;
    width: 65px;
    height: 65px;
}
#sod_ws .wish_img img { 
    width: 100%;
    height: 100%;
}
.wish_info {
margin-top:0 !important;
}
#sod_ws .wish_chk {
    position: absolute;
    top: 10px;
    left: 10px;
    color: #737373;
}
#sod_ws .wish_del a { 
position: absolute;
    top: 10px;
    right: 10px;
    text-indent: -999px;
    overflow: hidden;
    width: 16px;
    height: 16px;
    background-image: url(../mobile/shop/img/del_btn.gif);
    background-repeat: no-repeat;
    background-position: top right;
    background-size: 16px 16px;
}
#sod_ws_act {
background: #f9f9f9;
    padding: 20px 35px;
}
#sod_ws_act .btn02 {
    color: #d7c5fd;
    border: 1px solid #d7c5fd;
    background: #fff;
}
#sod_ws_act .btn01 {
    background: #d7c5fd;
    color: #fff;
    border:0;
}
#container .cs_center ul { overflow:hidden; padding:10px; }
#container .cs_center ul li { float:left; width:24.6%;border-right: 1px solid #e1e1e1; border-top:2px solid #d7c5fd; border-bottom:1px solid #e1e1e1; }
#container .cs_center ul li:last-child { border-right:0; }
#container .cs_tit { padding:20px 10px 0; }
#container .cs_tit h3 img { width:4%; vertical-align:bottom; margin-right:5px; }
#container .cs_center img { width:100% !important; }
#bo_list .tbl_head01 { margin-top:0;}
#bo_list .bo_fx { padding:5px 10px !important; }
#bo_list .bo_fx { display:none;}
.cs_tit h3 {     border-bottom: 2px solid #d7c5fd;  padding-bottom: 10px;}
#container #bo_list form { text-align:center; }
select {
    width: 30%;
    height:2.4em;
    padding-left: 3px;
    font-size: 12px;
    color: #343434;
    border: 1px solid #efefef;
}
select {
    width: 30%;
    height: 2.4em;
    padding-left: 3px;
    font-size: 12px;
    color: #343434;
    border: 1px solid #efefef;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/lenstown/images/mobile/select_arrow.png) #fff no-repeat 95% 50%;
    background-size: 10px 6px;      
}
select::-ms-expand {
   display: none;            
}
#container #bo_list_admin #bo_sch .frm_input { width:67%; height:2.1em; background:#fff !important; border:1px solid #efefef; }
#container #bo_list_admin #bo_sch .btn_submit { background:#333;height: 2.1em; margin-left: -40px;}
#container #bo_list #bo_sch .btn_submit { background:#333;height: 2.1em; margin-left: -40px;}
#container #bo_list #bo_sch .frm_input { width:67%; height:2.1em; background:#fff !important; border:1px solid #efefef;}
/* check, hover 스타일 설정 IE, Chrome */
select option:checked, 
select option:hover {    
    background: #d7c5fd; 
    color: #fff;
}
#bo_sch { margin:0 10px; text-align:center; background:#f9f9f9; padding:12px 8px; margin-bottom:0 !important; padding-top:12px !important; }
#bo_cate li { margin-top:5px; }

/*1:1문의*/
.tbl_frm01 th { border:0 !important; width:60px !important;  }

.tbl_frm01 td {
	;
}

.tbl_wrap table tbody tr td #qa_subject { background:#fff !important; border:1px solid #efefef; line-height:2.1em; }
.tbl_wrap table tbody tr td #qa_category { background:#fff !important; border:1px solid #efefef; line-height:2.1em; }
.tbl_wrap table tbody tr td #qa_content { background:#fff !important; border:1px solid #efefef; line-height:2.1em; }
input[id="qa_email_recv"] + label {float: left;display: inline-block;background-image:url(/lenstown/images/mobile/checkbox_off.png); cursor: pointer; background-size: 14px 14px; background-repeat:no-repeat;    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: 3px;}
input[id="qa_email_recv"]:checked + label { background-image:url(/lenstown/images/mobile/checkbox.png);    background-size: 14px 14px;background-repeat:no-repeat; }
input[id="qa_email_recv"] { display: none; }
.tbl_wrap table tbody tr td #qa_email { width:70%; margin:5px 21px; background:#fff; line-height:2.2em; }
#bo_w .tbl_frm01 textarea, #bo_w .frm_input { background:#fff !important; }

.frm_file frm_input { font-size:23px; position:absolute; right:0px; top:0px; opacity:0;  width:100px; background:#ddd; border-style:solid;-webkit-appearance:button; }
#bo_w .btn_confirm {
    border-top: 1px solid #efefef;
    background: #f9f9f9;
    padding: 20px 0;
}
#bo_w .btn_submit {
    width:35%;
    display: inline-block; margin-left:0;
	
	background:#d7c5fd; 
	color:#fff; 
}
#bo_w .btn_cancel {
    width: 35%;
	background:#fff;
	border:1px solid #d7c5fd;
	color:#d7c5fd; 
}
input[id="qa_hp_recv"] + label {float: left;display: inline-block;background-image:url(/lenstown/images/mobile/checkbox_off.png); cursor: pointer; background-size: 14px 14px; background-repeat:no-repeat;    background-repeat: no-repeat;
    padding-left: 20px;
    background-position-y: 3px;}
input[id="qa_hp_recv"]:checked + label { background-image:url(/lenstown/images/mobile/checkbox.png);    background-size: 14px 14px;background-repeat:no-repeat; }
input[id="qa_hp_recv"] { display: none; }
.tbl_wrap table tbody tr td #qa_hp {     width: 70%; margin: 5px 21px; background: #fff; line-height: 2.2em;}

/*타운잇스타일*/
#bo_v {
    box-sizing: border-box;
}
#bo_v_title { padding: 0 !important;}
#bo_v_img { margin:10px 0 !important; }
#bo_v_img img { width:100%; }
#bo_vc {     margin: 0 0 20px;
    padding: 10px 10px 10px !important;
    border: 1px solid #e5e8ec;
    background: #fff !important;}
.tbl_frm01 th {     width: 75px !important;}

.tbl_wrap input[type=checkbox] {    
    -webkit-appearance:button;
    white-space: nowrap;
    overflow:hidden;
	border:1px solid #ddd; 
    width:16px;
    height:16px;
}

.tbl_wrap input[type=checkbox]:checked {
	background-image:url(/lenstown/images/mobile/wish_check_btn.png);
    background-size: 15px 15px;
	background-repeat: no-repeat;
}

#bo_v_table { display:none; }

/*회원가입*/
#fregister p { padding:10px; }

input[type=checkbox] {    
    -webkit-appearance:button;
    white-space: nowrap;
    overflow:hidden;
	border:1px solid #ddd; 
    width:16px;
    height:16px;
}

input[type=checkbox]:checked {
	background-image:url(/lenstown/images/mobile/wish_check_btn.png);
    background-size: 15px 15px;
	background-repeat: no-repeat;
}

#bo_v_sns, .content_copy { display:none; }

.mbskin #fregister .btn_submit {
    position: relative;
    padding: 8px 0 !important;
    height: auto !important;
    margin: 0;
    border-radius: 8px;
    border: 0;
    right: 0;
    width: 100%;
    color: #fff;
    background: #413f3f;
    letter-spacing: normal;
    font-size: 14px;
}

/*카테고리-마이페이지 로그아웃*/
#ol_after #ol_after_hd #ol_after_logout {    background: #dcaee2;
    color: #fff;
    /* width: 100%; */
    padding: 0px 99px;
    display: block; text-align:center; }

/*버튼*/
#bo_v a.btn_b01 { 
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6));
	background:-moz-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #f6f6f6 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #f6f6f6 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
    padding: 5px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;

}

#bo_v a.btn_b01:hover {
background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #f6f6f6 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #f6f6f6 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0);
	background-color:#f6f6f6;
	}
#bo_v a.btn_b01:active {
	position:relative;
	top:1px;
}

#bo_v a.btn_b02 {	
	-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;
	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffc477), color-stop(1, #fb9e25));
	background:-moz-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-webkit-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-o-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:-ms-linear-gradient(top, #ffc477 5%, #fb9e25 100%);
	background:linear-gradient(to bottom, #ffc477 5%, #fb9e25 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25',GradientType=0);
	background-color:#ffc477;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #eeb44f;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:5px 8px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cc9f52;
}
#bo_v a.btn_b02:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477));
	background:-moz-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-webkit-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-o-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:-ms-linear-gradient(top, #fb9e25 5%, #ffc477 100%);
	background:linear-gradient(to bottom, #fb9e25 5%, #ffc477 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477',GradientType=0);
	background-color:#fb9e25;
}
#bo_v a.btn_b02:active {
	position:relative;
	top:1px;
}
#bo_vc_w .btn_confirm .btn_submit { width:100%; margin-left:0 !important; padding:10px; }
#smart_editor2 .se2_input_area { height:auto;}
#sod_bsk_act .btn_submit { margin-left:0 !important;}

#memo_list .win_ul { padding:0 20px; }
#memo_list .win_desc { padding: 10px 20px; font-weight: bold; }
#memo_list .win_desc { padding:10px 20px; }

/*상품상세 페이지*/
#display_pay_button .btn_submit {margin-left:0 !important;}

/*장바구니*/

#container .cart_no_wrap { text-align:center; margin:40px 0 0; }
#container .cart_no_wrap .main_btn {    text-align: center;
    margin: 32px 0;
    border: 1px solid #d7c5fd;
    display: inline-block;
    padding: 5px 28px; }
#container .cart_no_wrap .main_btn a {color: #d7c5fd;
    font-size: 0.8em;}







.coupon_pop_load {
	display: none;
	position: fixed;
    width: 100% !important;
    height: 456px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    border-radius: 16px 16px 0px 0px;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 5%) 0px -8px 16px;
    max-width: 640px;
    min-width: 320px;
    margin: 0px auto;
    z-index: 1;
}

.f_bold {
	display: flex;
	flex-direction: column;
	border: 1px solid #ddd;
	border-radius: 16px;
	margin-top: 16px;
	padding: 16px;
	background: #fff;
}

.coupon_dc {
	font-size: 16px;
    font-weight: normal;
    color: #fc7676;
}

.coupon_name {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
    font-weight: normal;
}

.coupon_date {
	font-weight: normal;
    color: #adadad;
    padding-top: 4px;
}

.h_23 #coupon_select:checked ~ .f_bold {
	border: 2px solid #fc7676;
    padding: 15px;
}

.h_23 #coupon_select:disabled ~ .f_bold {
	border: 0;
	background: #ddd;
}

.order_shop {
	display: flex;
    flex-direction: column;
	align-items: center;
}

#order_shop_search_btn {
	position: absolute;
    width: 320px;
    height: 54px;
	cursor: pointer;
    opacity: 0;
}

@media screen and (min-width: 640px){
	#order_shop_search_btn {
		width: 612px;
	}
}

.order_shop .order_shop_search_btn_op {
	display: flex;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
    width: 100%;
    color: #413f3f;
}

.order_shop .order_shop_search_btn_cl {
	display: none;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 16px 0;
    font-size: 16px;
    font-weight: normal;
    background: #fff;
    width: 100%;
    color: #adadad;
}

.order_shop #order_shop_search_btn:checked ~ .order_shop_search_btn_op {
	display: none;
}

.order_shop #order_shop_search_btn:checked ~ .order_shop_search_btn_cl {
	display: flex;
}

.order_shop .order_shop_search_items {
	position: relative;
    width: 100%;
	height: 0;
    left: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.5s;
}

@media screen and (min-width: 640px){
	.order_shop .order_shop_search_items {
		width: 640px;
		left: auto;
	}
}

.order_shop #order_shop_search_btn:checked ~ .order_shop_search_items {
    transform: scaleY(1);
	height: auto;
}

.order_shop .order_shop_search_items .order_shop_search_items_box {
	border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
    margin: 16px 0 0 0;
    padding: 16px;
}

@media screen and (min-width: 640px){
	.order_shop .order_shop_search_items .order_shop_search_items_box {
		margin: 16px 16px 0 16px;
	}
}

.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_search {
	display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
}

#order_shop_list_btn {
	position: absolute;
    z-index: 104;
    width: 80px;
    height: 28px;
    right: 25px;
    margin-top: 8px;
    cursor: pointer;
    opacity: 0;
}

@media screen and (min-width: 640px){
	#order_shop_list_btn {
		right: 40px;
	}
}

.order_shop_list_btn_op {
	display: flex;
    position: absolute;
    z-index: 103;
    width: 80px;
    height: 28px;
    right: 25px;
    margin-top: 8px;
    border-radius: 16px;
    background: #fc7676;
    color: #fff;
    align-items: center;
    justify-content: center;
	transition: all 0.5s;
	opacity: 1;
}

@media screen and (min-width: 640px){
	.order_shop_list_btn_op {
		right: 40px;
	}
}

.order_shop_list_btn_cl {
	display: flex;
    position: absolute;
    z-index: 103;
    width: 80px;
    height: 28px;
    right: 25px;
    margin-top: 8px;
	border: 1px solid #ddd;
    border-radius: 16px;
    color: #adadad;
    align-items: center;
    justify-content: center;
	transition: all 0.5s;
	opacity: 0;
}

@media screen and (min-width: 640px){
	.order_shop_list_btn_cl {
		right: 40px;
	}
}

.order_shop #order_shop_list_btn:checked ~ .order_shop_list_btn_op {
	opacity: 0;
}

.order_shop #order_shop_list_btn:checked ~ .order_shop_list_btn_cl {
	opacity: 1;
}

#order_shop_fav_btn {
	position: absolute;
    margin: 8px 0 0 8px;
    width: 96px;
    height: 28px;
    cursor: pointer;
    opacity: 0;
}

.order_shop_fav_btn_op {
	display: flex;
    border: 0;
    border-radius: 16px;
    margin: 8px 0 0 8px;
    background: #fc7676;
    font-size: 12px;
    color: #fff;
    width: 96px;
    height: 28px;
    align-items: center;
    justify-content: center;
}

.order_shop_fav_btn_cl {
	display: none;
    border: 1px solid #ddd;
    border-radius: 16px;
    margin: 8px 0 0 8px;
    background: #fff;
    font-size: 12px;
    width: 96px;
    height: 28px;
    align-items: center;
    justify-content: center;
}

.order_shop #order_shop_fav_btn:checked ~ .order_shop_fav_btn_op {
	display: none;
}

.order_shop #order_shop_fav_btn:checked ~ .order_shop_fav_btn_cl {
	display: flex;
}

@media screen and (min-width: 640px){
	.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_map .order_shop_list_btn {
		right: 40px;
	}
}

.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_map #order_shop_list_btn:checked ~ .order_shop_list_btn {
    ;
}

.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_map #order_shop_list_btn:checked ~ .order_shop_list_whitebar {
    transform: scaleX(1);
	opacity: 1;
}

.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_map #order_shop_list_btn:checked ~ .order_shop_list {
    transform: scaleX(1);
	opacity: 1;
}

.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_list_whitebar {
    border: 1px solid #ddd;
    position: absolute;
    width: 280px;
	height: 44px;
    background: #fff;
    z-index: 102;
    border-radius: 16px 16px 0 0;
    font-size: 14px;
    font-weight: normal;
    overflow-y: auto;
    right: 17px;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s;
	opacity: 0;
}

@media screen and (min-width: 640px){
	.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_list_whitebar {
		width: 380px;
		right: 33px;
	}
}

.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_list {
	position: absolute;
    border: 1px solid #ddd;
    border-radius: 16px;
    font-size: 14px;
    font-weight: normal;
    overflow-y: auto;
    width: 280px;
    height: 582px;
    right: 17px;
    z-index: 101;
    background: #fff;
    transform: scaleX(0);
    transform-origin: right;
    transition: all 0.3s;
	opacity: 0;
}

@media screen and (min-width: 640px){
	.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_list {
		width: 380px;
		right: 33px;
	}
}

.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_list .order_shop_list_box {
	height: 100%;
	display: flex;
    flex-direction: column;
}

.order_shop .order_shop_search_items .order_shop_search_items_box .order_shop_map #order_shop_list_btn:checked ~ .order_shop_list_btn {
    ;
}

.approval {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50%;
	font-size: 16px;
	font-weight: normal;
}

#approval_type {
	position: absolute;
    opacity: 0;
    width: 128px;
    height: 54px;
}

@media screen and (min-width: 640px){
	#approval_type {
/*		width: 296px;*/
	}
}

.approval_type {
	border: 1px solid #ddd;
    border-radius: 16px;
    padding: 16px;
    width: 100%;
    text-align: center;
}

.approval #approval_type:checked ~ .approval_type {
	border: 0;
	background: #6da2cf;
	color: #fff;
}



.order_info_keep_items {
	font-size: 14px;
	font-weight: normal;
}

#order_info_keep {
	position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
}

.order_info_keep {
	width: 24px;
    height: 24px;
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
	border: 1px solid #413f3f;
    border-radius: 8px;
}

.order_info_keep_items #order_info_keep:checked ~ .order_info_keep {
	background: url(/lenstown/images/mobile/check_black.png) no-repeat 100%;
    background-size: 16px 16px;
    background-position: center;
	border: 1px solid #ddd;
}




#agreement_option {
	position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
}

.agreement_items #agreement_option:checked ~ .agreement {
	background: url(/lenstown/images/mobile/check_black.png) no-repeat 100%;
    background-size: 16px 16px;
    background-position: center;
	border: 1px solid #ddd;
}

.agreement_items #agreement_option:checked ~ .agreement_txt {
	color: #413f3f;
}

.agreement_items {
	border-top: 1px solid #413f3f;
	padding: 32px 0 16px 0;
	margin: 32px 0;
	font-size: 14px;
	font-weight: normal;
}

#agreement {
	position: absolute;
    width: 24px;
    height: 24px;
    opacity: 0;
}

.agreement {
	width: 24px;
    height: 24px;
    background: #fff;
    display: inline-block;
    box-sizing: border-box;
	border: 1px solid #fc7676;
    border-radius: 8px;
}

.agreement_txt {
	flex: 1 0 0;
    padding: 8px;
	color: #adadad;
}

.agreement_items #agreement:checked ~ .agreement {
	background: url(/lenstown/images/mobile/check_black.png) no-repeat 100%;
    background-size: 16px 16px;
    background-position: center;
	border: 1px solid #ddd;
}


.agreement_unconfirm {
	margin: 8px 0 8px 2px;
    font-size: 12px;
    font-weight: normal;
    color: #fc7676;
	transform: scaleY(1);
    transform-origin: top;
    transition: all 0.5s;
}

.agreement_items #agreement:checked ~ .agreement_unconfirm {
	transform: scaleY(0);
}

.agreement_text {
	font-size: 14px;
    font-weight: normal;
    border: 1px solid #ddd;
    border-radius: 16px;
    padding: 16px 8px;
    height: 210px;
    overflow-y: auto;
    overflow-x: hidden;
    word-break: break-all;
    transform: scaleY(1);
    transform-origin: top;
    transition: all 0.5s;
}

.agreement_items #agreement:checked ~ .agreement_text {
	transform: scaleY(0);
	height: 0;
}

.order_pay_btn {
	display: flex;
    justify-content: space-between;
	margin-top: 32px;
	transition: all 0.5s;
}

.agreement_items #agreement:checked ~ .order_pay_btn {
	margin-top: -32px;
}


.review_write {
	;
}

#review_write_btn {
	width: 48%;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
}

#review_write_btn2 {
	width: 48%;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
}


#review_write_items {
	display: none;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px 16px 0px 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px -8px 16px;
}

#qna_write_btn {
	width: 100%;
    padding: 16px;
    border: 1px solid #ddd;
    border-radius: 16px;
    background: #fff;
    font-size: 14px;
    font-weight: normal;
}

#qna_write_items {
	display: none;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px 16px 0px 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px -8px 16px;
}

.is_score_btn {
	position: absolute;
	z-index: 1;
	width: 32px;
	height: 32px;
	opacity: 0;
	cursor: pointer;
}

.is_score {
	display: none;
	height: 32px;
}

.is_score0 {
	height: 32px;
}

.review_write #is_score1:checked ~ .is_score1 {
	display: block;
}

.review_write #is_score2:checked ~ .is_score2 {
	display: block;
}

.review_write #is_score3:checked ~ .is_score3 {
	display: block;
}

.review_write #is_score4:checked ~ .is_score4 {
	display: block;
}

.review_write #is_score5:checked ~ .is_score5 {
	display: block;
}

.review_write #is_score1:checked ~ .is_score0 {
	display: none;
}

.review_write #is_score2:checked ~ .is_score0 {
	display: none;
}

.review_write #is_score3:checked ~ .is_score0 {
	display: none;
}

.review_write #is_score4:checked ~ .is_score0 {
	display: none;
}

.review_write #is_score5:checked ~ .is_score0 {
	display: none;
}

.review_write_close {
	border: 0;
    background: #fff;
    height: 16px;
}

#sit_photo_modify {
	display: none;
    flex-direction: column;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    position: fixed;
    bottom: 0;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
    background: #fff;
    border-radius: 16px 16px 0px 0px;
    box-shadow: rgb(0 0 0 / 5%) 0px -8px 16px;
}

#sit_photo_modify #is_modscore1:checked ~ .is_score1 {
	display: block;
}

#sit_photo_modify #is_modscore2:checked ~ .is_score2 {
	display: block;
}

#sit_photo_modify #is_modscore3:checked ~ .is_score3 {
	display: block;
}

#sit_photo_modify #is_modscore4:checked ~ .is_score4 {
	display: block;
}

#sit_photo_modify #is_modscore5:checked ~ .is_score5 {
	display: block;
}

#sit_photo_modify #is_modscore1:checked ~ .is_score0 {
	display: none;
}

#sit_photo_modify #is_modscore2:checked ~ .is_score0 {
	display: none;
}

#sit_photo_modify #is_modscore3:checked ~ .is_score0 {
	display: none;
}

#sit_photo_modify #is_modscore4:checked ~ .is_score0 {
	display: none;
}

#sit_photo_modify #is_modscore5:checked ~ .is_score0 {
	display: none;
}




/* 폼 테이블 */
.tbl_frm01 {
	display: flex;
    flex-direction: column;
    font-size: 14px;
}

.tbl_frm01 th {
	padding:10px 0;
	width:90px;
	border:1px solid #e9e9e9;
	border-left:0;
	text-align:left
}

.tbl_frm01 td {
	display: flex;
    justify-content: center;
}

.tbl_frm01 td input {
	padding: 8px 0;
    text-align: center;
    margin: 8px 0;
    height: auto;
    line-height: normal;
    border-radius: 8px;
    display: flex;
    width: 81%;
	background: #fff;
}

.tbl_frm01 textarea, .frm_input {
	border: 1px solid #ddd;
    border-radius: 16px !important;
    padding: 16px;
    margin-top: 16px;
    font-size: 14px !important;
    -webkit-appearance: none;
}

.tbl_frm01 textarea {
	height: 128px;
}

.tbl_frm01 a {text-decoration:none}
.tbl_frm01 .frm_address {margin-top:5px}
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}

.is_img1photo {
	border-radius: 16px;
    background: #fff;
    width: 64px;
    padding: 16px 8px;
    margin: -55px 0 0 8px;
}

@media screen and (min-width: 640px){
	.is_img1photo {
		padding: 16px 16px 16px 8px;
	}
}


/* 현재 위치 사용 팝업 */
#place_allow_bk {
	position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(5px);
    z-index: 1000;
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto;
}

.place_allow_bg {
	position: relative;
    width: 100%;
    height: 100%;
}

.place_allow_content {
	display: inline-block;
    position: fixed;
    top: 48%;
    left: 50%;
    right: 0;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 2px 7px rgb(0 0 0 / 30%);
    width: 80%;
    max-width: 400px;
    margin: 0 auto;
    text-decoration: none;
}

.place_allow_title {
	display: flex;
    align-items: center;
    padding: 16px 16px 8px 16px;
    font-size: 14px;
    font-weight: bold;
}

.place_allow_title img {
	width: 16px;
    height: 16px;
}

.place_allow_title span {
	margin-left: 8px;
}

.place_allow_text {
	padding: 0 16px;
    font-weight: normal;
    line-height: 20px;
    color: #adadad;
}

.place_allow_ok {
	border-top: 1px solid #ddd;
    padding: 16px;
    margin-top: 16px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}




/* APP */

.btnOn {
	border: 2px solid #fc7676;
    border-radius: 16px;
    padding: 15px;
    width: 50%;
    color: #413f3f;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}

.btnOff {
	border: 1px solid #ddd;
    border-radius: 16px;
    padding: 16px;
    width: 50%;
    color: #adadad;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
}


/*카테고리 노출안되게 하기(프리미엄 실리콘 하이드로겔 등)
.header_area #category .ct_wr ul.cate li:nth-child(n+5):nth-child(-n+20) { display:none;}*/