@charset "UTF-8";
/*@import url(../codefont/fonts.css);*/

/*--- top ---*/
#wrap {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
}

.wrap-inner {
	width: 100%;
	margin: 0;
	text-align: center;
}
.inner-px {
	width:1240px;
}

h3 {
	line-height: 30px;
	font-size: 24px;
	font-weight:bold;
	color: #202020;
}

#top-banner {
	position: relative;
	z-index: 1;
	background-color:#f5f5f5;
	width: 100%;
	box-sizing:border-box;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
#top-banner > div {
	box-sizing:border-box;
}
#top-banner .top-banner-inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}

#top {
	position:relative;
	clear:both;
	width: 100%;
}

.top-inner {
	clear:both;
	position: relative;
	height:60px;
	margin: 0 auto;
	padding: 0;
}

#util-menu {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 32px;
	padding: 0px;
	text-align: center;
	clear: both;
	background-color: #282828;
}
.util-menu-inner {
	position: relative;
	margin: 0 auto;
}
.util-menu-inner .util-sns {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}

.top-util-menu {
	position: absolute;
	top: 20px;
	right: 0px;
	height: 39px;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	font-size: 13px;
	line-height: 30px;
	padding: 0px 10px;
	margin: 0px;
}
.top-util-menu ul li a {
	color: #898989;
	text-decoration: none;
}
.top-util-menu ul li:first-child {
	padding: 0px 8px;
	background: none;
}
.top-util-menu ul li .util-login {
	margin-top: -7px;
	padding: 5px 8px;
	font-weight: bold;
	color: #fff;
	background: #bfbfbf;
	border: 1px solid #aaa;
}
.top-util-menu li:hover > ul.cm-menu {
	opacity: 1;
	display: block;
}
ul.cm-menu {
	position: absolute;
	display: none;
	top: 39px;
	left: 0;
	padding: 0px;
	width: 136px;
	opacity: 0;
	background: #fff;
	border: 1px solid #7d7d7d;
	border-width: 1px 1px 1px 1px;
	z-index: 99999;
}
ul.cm-menu li {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dashed #ddd;
	padding: 0px 10px;
	margin: 0px;
}
ul.cm-menu li:first-child {
	border-top: 0px;
}
ul.cm-menu li a {
	line-height: 24px !important;
	font-family: 'NanumGothic', dotum, gulim, arial;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

#logo-section {
	clear: both;
	width: 100%;
	height: 60px;
	text-align: center;
	background-color:#fff;
}
.logo-section-inner {
	position: relative;
	z-index:9;
	margin: 8px auto;
}
.logo {
	float:left;
}
.top-rbtn {
	position:absolute;
	top:20px;
	right:23%;
}
.top-rbtn li {
	float:left;
	margin:0px 4px;
}
.top-rbtn li a {
	display:inline-block;
	padding:0px 12px;
	line-height:28px;
	color:#3c66a1;
	font-size:16px;
	font-weight:700;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #3c66a1;
	border-radius:30px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
}
.top-rbtn li a.black {
	color:#fff;
	background-color:#3c66a1;
}



#slide-section {
	display: none;
	position: relative;
	z-index: 9;
	clear:both;
	width: 100%;
	height: 41px;
	background-color: transparent;
}

/*--- 검색바 ---*/
#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 99;
	top: 0px;
	left: 0;
	width: 100%;
	height: 53px;
	box-sizing: border-box;
	margin: 0px;
	padding: 8px;
	background-color: #000;
}

.search-inner {
	margin: 0 auto;
	display: inline-block;
}

.schbt-close {
	float:left;
	width: 27px;
	height:27px;
	margin:5px 8px;
	background:url(/img/i_close_white.png) no-repeat 50% 50%;
	background-size:contain;
}

#search-wrap {
	position: absolute;
	top: 0;
	right: 0;
	margin-right:100px;
}

.search-bar {
	float:none;
	width: 180px;
	height: 39px;
	background-color: #fff;
	border-bottom: 2px solid #000;
}
.g_window .gbox {
	float: left;
	margin: 2px 5px 2px 3px;
}
.g_window .gbox input {
	float: none;
	width: 135px;
	margin: 0px;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	position: absolute;
	top: 6px;
	left: 392px;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
/***** Search END *****/

.img100, .board-contents img {
	width:auto;
	max-width:100%;
}

#bottom {
	display: none;
	clear: both;
	width: 100%;
	margin-top: 60px;
	text-align: center;
	background-color: #f1f1f1;
}

#bottom .bottom-inner {
	margin: 0 auto;
}

#copy {
	clear: both;
	width: 100%;
	margin-top: 60px;
	padding:30px 0px 15px 0px;
	text-align: center;
	background-color:#222;
}
#copy .copy-inner {
	position: relative;
	margin: 0 auto;
	display: inline-block;
}
#copy .copy-inner .bottom-util {
	clear:both;
	display:inline-block;
	margin-bottom:10px;
}
#copy .copy-inner .bottom-util li {
	float:left;
	color:#999;
	font-size:13px;
}
#copy .copy-inner .bottom-util li a {
	color:#999;
}
#copy .copy-inner .bottom-util li:after {
	content:"";
	display: inline-block;
	width:1px;
	height:12px;
	margin:0 10px;
	vertical-align:middle;
	background-color: #3f3f3f;
}
#copy .copy-inner .bottom-util li:last-child:after {
	display:none;
	margin:0;
}

#copy .copy-inner .bottom-cs {
	float: left;
	width: 630px;
	margin: 0px;
	vertical-align: top;
	text-align: left;
}
#copy .copy-inner .bottom-info {
	float:right;
	width: 50%;
	display:inline-block;
}

#copy .copy-inner .bottom-info ul._mg {
	margin:0px 30px;
}
#copy .copy-inner .bottom-info ul:last-child._mg {
	margin-right:0px;
}
#copy .copy-inner .bottom-info ul {
	float:left;
	width:auto;
	padding: 0px;
	margin: 0px;
	display: inline-block;
}
#copy .copy-inner .bottom-info ul li {
	line-height:21px;
	font-size: 14px;
	font-weight: 400;
	color: #898989;
	text-align: left;
	margin: 5px 0px;
}
#copy .copy-inner .bottom-info ul li.title {
	clear:both;
	width:100%;
	margin:0px 0px 15px 0px;
	color:#fff;
	font-weight:600;
}
#copy .copy-inner .bottom-info ul li a {
	color: inherit;
}
#copy .copy-inner .bottom-info ._bankin {
	display:block;
}
#copy .copy-inner .copy_logo {
	clear:both;
	height:45px;
	margin-bottom:15px;
}
#copy .copy-inner .copy_logo img {
	width:auto;
	height:45px;
}

#copy .copy-inner .copyright {
	float:left;
	width:45%;
	box-sizing:border-box;
	margin-right:5%;
	line-height: 21px;
	text-align: left;
	color: #999;
	font-size: 13px;
}
#copy .copy-inner .copyright .copyblank {
	display: inline-block;
	width:1px;
	height:12px;
	margin:0 10px;
	vertical-align:middle;
	background-color: #3f3f3f;
}
#copy .copy-inner .esc {
	position: absolute;
	top: 100px;
	right:175px;
}
#copy .copy-inner .gflow {
	position: absolute;
	top: 45px;
	right: 120px;
}

.btn_fixed2 {
	display:block;
	position: fixed;
	z-index: 99;
	width:auto;
	left:0;
	bottom:50px;
	opacity:1;
}
.btn_fixed {
	display:block;
	position: fixed;
	z-index: 99;
	right:0;
	bottom:50px;
	width:130px;
	opacity:1;
}
.btn_fixed > * {
	float:right;
}
.qm-wrap._pc, .qm-ban._pc {
	display:block;
}
.qm-wrap {
	position:relative;
	width:50px;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-width:1px 1px 0px 1px;
}
.qm-wrap > * {
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
.qm-wrap a.qmbtn {
	display:block;
	cursor:pointer;
	width:48px;
	height:48px;
	border:0;
}
.qm-wrap ._qmkakao {
	background:url(/img/sns_kakao.png) no-repeat 50% 50%;
	background-color:#fff100;
	background-size:40px;
}
.qm-wrap ._qmnavert {
	background:url(/img/sns_navertalk.png) no-repeat 50% 50%;
	background-color:#00c73c;
	background-size:cover;
}
.qm-wrap ._qmtel {
	background:url(/img/i_tel.png) no-repeat 50% 50%;
	background-color:#4252a4;
	background-size:cover;
}
.qm-wrap ._qmtop {
	background:url(/img/i_arrow_top.png) no-repeat 50% 50%;
	background-color:#fff;
	background-size:24px;
}
.qm-wrap ._qmbottom {
	background:url(/img/i_arrow_bottom.png) no-repeat 50% 50%;
	background-color:#fff;
	background-size:24px;
}
.qm-ban {
	margin-bottom:15px;
}

#Visual-section {
	clear:both;
	position: relative;
	width: 100%;
	margin:0px;
	text-align: center;
	overflow:hidden;
}

#main-Visual2 {
	clear:both;
	position: relative;
	width: 100%;
	height:650px;
	margin:80px 0px;
	text-align: center;
	overflow:hidden;
	background-color:#aaa;
}

#main-Visual3 {
	clear:both;
	position: relative;
	width: 100%;
	height:500px;
	margin:80px 0px;
	text-align: center;
	overflow:hidden;
	background-color:#aaa;
}

#mainReview {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainReview h3 {
	clear: both;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}
#mainReview .mReview-inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}
#mainReview .mReview-inner li {
	float: left;
	width: 23.7%;
	margin: 0px 8px;
	padding: 0;
}
#mainReview .mReview-inner li img {
	width: 294px;
	height: 214px;
	border: 0;
}
#notice-wrap {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#notice-wrap .main-notice {
	width: 1170px;
	height: 192px;
	border: 1px solid #d9d9d9;
	padding: 15px;
	margin-top: 17px;
}
#notice-wrap .main-notice .up {
	float: left;
	width: 459px;
	height: 166px;
	padding: 24px 60px 0 60px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}
#notice-wrap .main-notice .order {
	float: right;
	width: 459px;
	height: 166px;
	padding: 24px 60px 0 60px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}
.main-notice h3 {
	padding-bottom: 19px;
	margin-bottom: 18px;
	border-bottom: 1px solid #d7d7d7;
}
.main-notice ul li {
	display: inline-block;
	width: 100%;
	font-size: 13px;
	line-height: 22px;
}
.main-notice ul li a {
	float: left;
	display: inline-block;
}
.main-notice ul li span.date {
	float: right;
	display: inline-block;
}
#main-sns {
	clear: both;
	width: 100%;
	margin: 20px 0px;
}
#main-sns ul {
	list-style: none;
	width: 100%;
	display: inline-block;
	margin: 0px auto;
	padding: 0;
}
#main-sns ul li {
	float: left;
	width: 25%;
	text-align: center;
}

#mainBan-section {
	clear: both;
	width: 100%;
	margin: 25px 0px 0px 0px;
	text-align:center;
}
#mainBan-section .mainBan-row {
	width:1200px;
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: space-around;
}
#mainBan-section .mainBan-row > div {
	padding:6px;
	box-sizing:border-box;
}
#mainBan-section .mainBan-row > div img {
	width:100%;
	height:auto;
}
#mainBan-section .mainBan-row.ban3col > div {
	flex:0 1 auto;
	width:33.3333333333%;
}
#mainBan-section .mainBan-row.ban2col > div {
	flex:0 1 auto;
	width:50%;
}

.mainInsta-section {
	clear:both;
	width:100%;
	margin:80px 0;
}

#contents {
	position: relative;
	width: 100%;
	display: inline-block;
}
#contents-inner {
	position: relative;
	width: 1240px;
	min-height: 640px;
	text-align: center;
	margin: 0 auto;
}
#contents-inner .product {
	display: inline-block;
	clear: both;
	width : 100%;
	margin-top: 60px;
	text-align: left;
}
#contents-inner .product h3 {
	margin-bottom: 30px;
	text-align: left;
	font-family:'Spoqa Han Sans';
	font-size:25px;
	font-weight: bold;
	color:#000;
}
#contents-inner .product .product-link {
	display:flex;
	flex-wrap:wrap;
	aling-items:center;
	justify-content: space-between;
}
#contents-inner .product .product-link .product-link-title {
	flex:0 0 auto;
	width:200px;
	box-sizing:border-box;
	margin-right:45px;
	font-family:'Spoqa Han Sans';
	font-size:25px;
	font-weight:bold;
	color:#000;
}
#contents-inner .product .product-link .product-linkitems {
	display:block;
	box-sizing:border-box;
	flex:0 0 auto;
	width:auto;
	padding:0 25px;
	text-align:center;
	font-family:'Spoqa Han Sans';
	font-size:20px;
	font-weight:400;
	color:#000;
}
#contents-inner .product .product-link .product-linkitems:last-child {
	flex:1 1 0%;
	text-align:right;
}
#contents-inner .product-more {
	clear:both;
	margin:30px auto;
	text-align:center;
}
.btn_mainmore,
#contents-inner .product-more a {
	display:block;
	width:240px;
	box-sizing:border-box;
	margin:0 auto;
	line-height:52px;
	text-align:center;
	font-size:20px;
	font-weight:400;
	color:#101010;
	text-decoration:none;
	border:1px solid #d4d4d4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
#contents-inner .product-more a:hover {
	border-color:#333;
}

.product-box {
	float: left;
	width: 24.4%;
	height: 590px;
	box-sizing: border-box;
	border: 1px solid #fff;
	margin: 10px 0.3%;
	text-align: center;
}
.product-box:hover {
	border: 1px solid #000;
}

.product-box._best {
	width: 19.3%;
	height: 450px;
}

.product-box .pro-bestbox {
	clear: both;
	width: 100%;
	height: 27px;
	background: url(/img/goods_best_icon.png) no-repeat 50% 50% #fed8d8;
}
.product-box .pro-thumb {
	clear: both;
	width: 100%;
	height: auto;
}
.product-box .pro-thumb a img {
	width: 100%;
	height: 450px;
	border: 0px;
	vertical-align: middle;
}
.product-box .pro-thumb ._best img {
	width: 100%;
	height: 317px;
	border: 0px;
	vertical-align: middle;
}
.product-box .pro-icon {
	clear: both;
	margin-top: 7px;
	padding: 0px 12px;
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
}
.product-box .pro-memo {
	clear: both;
	margin-top: 7px;
	padding: 0px 12px;
	text-align:left;
	color: #999;
	font-size: 14px;
	font-weight:600;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-box .pro-title {
	width: 100%;
	box-sizing: border-box;
	padding: 7px 12px;
	line-height: 24px;
	font-size: 18px;
	color: #000;
	font-weight: 400;
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-box .pro-title a {
	color: #000;
}
.product-box .pro-title a:hover {
	color: inherit;
}
.product-box .pro-price {
	clear: both;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 7px 12px;
	font-size: 14px;
	color: #999;
	text-align: left;
}
.product-box .pro-price strong {
	font-size:16px;
	color:#000;
}
.product-box .pro-price ._pleft {
	float: left;
	width: 70%;
}
.product-box .pro-price ._pleft span {
	display: inline-block;
	margin-right: 12px;
}
.product-box .pro-price ._pright {
	float: right;
	width: 29.5%;
	text-align: right;
}
.product_more {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}

table.notice th {
	line-height: 36px;
	font-size: 12px;
	font-weight: 400;
	color: #000;
	background: url(/img/board_skin/b_bg.gif) repeat-x;
}
table.notice td {
	line-height: 30px;
	font-size: 12px;
	font-weight: 400;
	color: #666;
	border-bottom: 1px solid #ddd;
}
table.event td {
	text-align: center;
	height: 25px;
	font-weight: bold;
}

#contents-inner .login-table {
	width: 300px;
	margin: 30px auto;
	text-align: center;
	font-size: 14px;
}
#contents-inner .login-table h2 {
	margin-bottom: 30px;
	line-height: 36px;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	color: #000;
}
#contents-inner .login-table ul {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contents-inner .login-table li {
	padding: 5px;
	text-align: left;
	border-top: 1px solid #ddd;
}
#contents-inner .login-table li:first-child {
	border-top: 0px;
}
input.login {
	width: 100%;
	height: 37px !important;
	box-sizing: border-box;
	padding: 0px 5px;
	line-height: 37px;
	color: #000;
	text-align: left;
	border: 0px !important;
	background-color: #fff;
}
#contents-inner .join-form {
	width: 100%;
	margin: 25px auto;
}
#contents-inner .join-form h2 {
	font-family: 'NanumBarunGothic', 'NanumGothic', gulim, dotum;
	font-size: 40px;
	font-weight: 700;
	color: #454545;
}
#contents-inner .join-form .join-box {
	width: 100%;
	box-sizing: border-box;
	padding: 10px 15px;
	text-align: center;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contents-inner .join-form table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#contents-inner .join-form table.join td {
	padding: 7px 0px;
	text-align: left;
	line-height: 24px;
}
#contents-inner .join-form table.join th {
	padding: 7px 8px 7px 0px;
	text-align: left;
	line-height: 24px;
	font-size: 1.075em;
}
#contents-inner .join-form .join-schbox {
	width: 300px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 10px 10px 0px 10px;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f5f5f5;
}
#contents-inner .join-form .join-schbox ul {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
}
#contents-inner .join-form .join-schbox li {
	padding: 5px;
	text-align: left;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
#contents-inner .join-form .join-schbox li:first-child {
	border-top: 0px;
}
#contents-inner .login-img {
	position: absolute;
	right: 0;
	top: 80px;
}
#contents-inner .login-form {
	float: left;
}

.mypage-tab {
	clear: both;
	width: 100%;
	height: 78px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.mypage-tab a {
	display: block;
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	line-height: 76px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #454545;
}
.mypage-tab a.bdnone {
	border-left: 0px;
}

.board-tab {
	clear:both;
	margin-bottom:24px;
	border-bottom:1px solid #e4e4e4;
}
.board-tab ol {
	list-style:none;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin-bottom:-1px;
}
.board-tab li {
	flex:1 0 0%;
	box-sizing:border-box;
	padding:0px 2px;
	border-bottom:4px solid transparent;
}
.board-tab li a {
	display:inline-grid;
	align-items:center;
	width:100%;
	height:100%;
	box-sizing:border-box;
	padding:18px 8px;
	text-align:center;
	word-break:keep-all;
	line-height:1.2;
	font-size:16px;
	font-weight:normal;
}
.board-tab li a:hover, .board-tab li.active a {
	color:#000;
	text-decoration:none;
}
.board-tab li.active  {
	font-weight:bold;
	color:#000;
	border-bottom-color:#0575C3;
}

#contents-inner .main-sub-banner {
	height: 207px;
	display: inline-block;
}
#contents-inner .main-sub-banner ul li {
	float: left;
}

#contents-inner .location {
	width: 100%;
	height: 25px;
	text-align: right;
	border-bottom: 1px solid #999;
	margin: 15px auto;
}
#contents-inner .location ul {
	float: right;
}
#contents-inner .location ul li {
	float: left;
	margin-left: 7px;
	padding-left: 16px;
	/*	font-family: gulim, dotum;*/

	background: url(/img/location_arrow.png) no-repeat 0% 50%;
}
#contents-inner .location ul li:first-child {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

.sub-headimg {
	clear:both;
	margin-bottom:0;
}

#contents-inner .sub-con {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
#contents-inner .sub-con h2 {
	color: #202020;
	line-height: 36px;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 15px;
}
#contents-inner .sub-con h3 {
	color: #202020;
	line-height: 30px;
	font-size: 24px;
	font-weight: bold;
}
#contents-inner .etc-wrap {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	line-height: 18px;
	text-align: left;
}

.faq_Q {
	clear:both;
	width: 100%;
	box-sizing: border-box;
	background-color: #f2f2f2;
	margin-bottom: 1px;
	color: #000;
	font-size: 24px;
	text-align: left;
}
.faq_Q p {
	padding: 15px;
	color: #000;
}
.faq_Q a:hover {
	text-decoration: none;
}
.faq_Q p span.closed {
	float: right;
	width: 21px;
	height:21px;
	margin: 12px 0px;
	background:url(/img/mall/btn_closed.png) no-repeat 50% 50%;
}
.faq_A {
	border-top: 1px dashed #ddd;
	margin: 0px;
	padding: 20px 15px;
	background-color: #fdf9f9;
	font-size: 16px;
	color: #707070
}
.faq_A p {
	margin: 5px;
	padding:0px;
}

.order-process {
	clear: both;
	width: 100%;
	margin: 30px auto;
	padding: 1px 0px;
	display: inline-block;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
.order-process dl {
	list-style: none;
	margin: 1px 0px;
	padding: 0;
	width: 100%;
	display: inline-block;
	background-color: #f5f5f5;
}
.order-process dt, .order-process dd {
	box-sizing: border-box;
}
.order-process dt {
	float: left;
	width: 22%;
	padding: 15px 0px;
	text-align: center;
}
.order-process dd {
	float: left;
	width: 78%;
	padding: 15px;
	text-align: left;
}
table.cata td {
	text-align: left;
	padding-left: 10px;
}
.add-btn {
	width: 100%;
	margin-top: 10px;
}


/* POP-sale receipt */
#REC_wrap {
	margin: 0;
	padding: 0;
	width: 600px;
	font-size: 12px;
	color: #333333;
}
#REC_wrap table {
	font-size: 12px;
}
.REC_toplogo {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 12px;
}
.REC_toplogo ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.REC_toplogo li {
	float: left;
	margin: 0;
	padding: 0;
}
.REC_toplogo li.h1 {
	float: right;
	font-size: 40px;
	font-weight: bold;
}
#REC_info {
	width: 100%;
	clear: both;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#REC_info ul.date {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.date li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.date li.right {
	float: right;
}
#REC_info ul.shop {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.shop li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.shop li.right {
	float: left;
	padding-left: 10px;
}
#REC_con {
	width: 100%;
	clear: both;
}
.REC_table {
	width: 600px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.REC_table th {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #777777;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.REC_table th {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #738384;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 3px 5px;
}
.REC_table td {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #333333;
	padding: 3px 5px;
}
.REC_table td.td2 {
	background-color: #f1f1f1;
}
.REC_table td.to {
	background-color: #ffdddd;
	color: #ff0000;
}



/************************** 모바일 시작 */
@media (max-width:1600px) {
#main-Visual2 {
	height:540px;
}
#main-Visual3 {
	height:480px;
}
}
@media (max-width:1440px) {
#main-Visual2 {
	height:480px;
}
}
@media (max-width:1280px) {
#main-Visual2 {
	height:450px;
}
#main-Visual3 {
	height:400px;
}
}

@media (max-width:1239px) {
.img100 {
	width:100%;
}
.inner-px {
	width:100%;
}

h2 {
	font-size: 2.5em;
}

#bottom {
	display:block;
	padding: 8px 0px;
}

#copy .copy-inner {
	width: 97%;
}

#copy .copy-inner .esc {
	right:120px;
}

#contents-inner {
	width: 100%;
}
#contents-inner .sub-con {
	padding: 20px 0px;
}

#contents-inner .join-form table.join th {
	font-size: 1.18em;
}

#contents-inner .product .product-link .product-link-title {
	margin-right:30px;
}
#contents-inner .product .product-link .product-linkitems {
	padding-left:15px;
	padding-right:15px;
}
}

@media (max-width:1200px) {
#mainBan-section .mainBan-row {
	width:100%;
}
#main-Visual2 {
	height:400px;
}

#search-wrap {
	display: none;
}

#search-wrap-mb {
	width:270px;
	height:43px;
	top:auto;
	left:auto;
	right:85px;
	padding:2px;
}
.search-bar {
	float:left;
	width: 223px;
	border-bottom:0px;
}
.g_window .gbox input {
	width: 180px;
}

.product-box {
	height:572px;
}
.product-box .pro-thumb a img {
	height:435px;
}
}

@media (max-width:1080px) {
#slide-section {
	display: block;
}

#top {
	display:none;
}

#main-Visual2 {
	height:380px;
}
#main-Visual3 {
	height:360px;
}

#copy .copy-inner .esc {
	right:60px;
}

#contents-inner .location {
	display: none;
}

#search-wrap-mb {
	width:100%;
	height:63px;
	top:0;
	left:0;
	right:0;
	padding:12px 0px;
}

.g_window .gbox input {
	width: 180px;
}

#mainReview {
 display:;
}

.mypage-tab a {
	font-size: 14px;
}

#contents-inner .product .product-link .product-link-title {
	margin-right:20px;
}
#contents-inner .product .product-link .product-linkitems {
	padding-left:12px;
	padding-right:12px;
}
#contents-inner .product .product-link .product-linkitems:last-child {
	padding-left:20px;
}

.product-box {
	height:524px;
}
.product-box .pro-thumb a img {
	height:385px;
}

.product-box .pro-icon, .product-box .pro-title {
	padding: 5px 12px;
}
.product-box .pro-memo {
	padding: 0px 12px;
}
.product-box .pro-price {
	display: inline-block;
	padding: 0px 12px;
}
.product-box .pro-price ._pleft {
	width: 70%;
}
.product-box .pro-price ._pright {
	width: 29.5%;
	text-align: right;
	margin-top:0;
}

}

@media (max-width:1024px) {
#main-Visual2 {
	height:360px;
}

#copy .copy-inner .bottom-info ul._mg {
	margin:0px 20px;
}

.btn_fixed {
	display:block;
}

#contents-inner .product .product-link .product-linkitems {
	padding-left:15px;
	padding-right:15px;
	font-size:16px;
}

.product-box {
	height:495px;
}
.product-box .pro-thumb a img {
	height: 365px;
}

}
@media screen and (max-device-width:1024px) {
.btn_fixed2 {
	display:none;
}
.btn_fixed {
	width:50px;
}
.qm-wrap._pc, .qm-ban._pc {
	display:none;
}

}
@media (max-width:940px) {
#main-Visual2, #main-Visual3 {
	height:320px;
}

#contents-inner .product .product-link .product-linkitems {
	padding-left:8px;
	padding-right:8px;
}

.product-box {
	height:483px;
}
.product-box .pro-thumb a img {
	height: 335px;
}

}

@media (max-width:820px) {
.top-inner {
	display:none;
}

#main-Visual2, #main-Visual3 {
	height:260px;
	margin:40px 0;
}

#copy .copy-inner .bottom-info ul {
	clear:both;
}
#copy .copy-inner .bottom-info ul._mg {
	margin-right:0px;
	margin-bottom:30px;
}
#copy .copy-inner .bottom-info ul li {
	float:left;
	margin:5px;
}
#copy .copy-inner .bottom-info ul li:nth-child(2) {
	margin-left:0;
}
#copy .copy-inner .bottom-info ul li.title {
	margin-bottom:5px;
}

#copy .copy-inner .copyright .copyblank {
	display:block;
	clear:both;
	height:0;
	margin:0px;
	border-right:0;
}
#copy .copy-inner .esc {
	top:190px;
	right:60px;
}

.g_window .gbox {
	margin-top:6px;
	margin-bottom:6px;
}

.board-contents img {
	width:100%;
	height:auto;
}

.btn_fixed2 {
	display:none;
}

#contents-inner .product .product-link .product-link-title {
	flex:1 1 100%;
	width:100%;
	margin-right:0;
	margin-bottom:10px;
}
#contents-inner .product .product-link .product-linkitems {
	padding-left:15px;
	padding-right:15px;
}

.product-box {
	width:32.1%;
	height: 530px;
	margin:10px 0.6%;
}
.product-box .pro-thumb a img {
	height: 367px;
}
.product-box .pro-title {
	padding:5px;
	font-size:16px;
}
.product-box .pro-memo,
.product-box .pro-icon {
	padding:0px 5px;
}
.product-box .pro-price {
	padding:0px 5px;
}
.product-box .pro-price ._pleft {
	width: 100%;
}
.product-box .pro-price ._pright {
	width: 100%;
	text-align: left;
	margin-top: 8px;
}

}

@media (max-width:740px) {
#main-Visual2, #main-Visual3 {
	height:230px;
}

#copy .copy-inner .bottom-info {
	float:none;
	width:100%;
	clear:both;
	border-bottom:1px solid #3f3f3f;
}
#copy .copy-inner .bottom-info ul._mg {
	margin-left: 15px;
	margin-right: 15px;
}
#copy .copy-inner .bottom-info ul li.title {
	clear:none;
	width:auto;
	margin:0px 25px 0px 0px;
}
#copy .copy-inner .bottom-info ul li {
	margin:0px;
}
#copy .copy-inner .bottom-info ul li:after {
	content:"";
	display:inline-block;
	width:1px;
	height:12px;
	margin:0 10px;
	background-color:#3f3f3f;
}
#copy .copy-inner .bottom-info ul li.title:after,
#copy .copy-inner .bottom-info ul li:last-child:after {
	display:none;
}
#copy .copy-inner .bottom-info ._bankin {
	display: inline-block;
	margin-right:10px;
}

#copy .copy-inner .copyright {
	float:none;
	width:100%;
	margin-right:15px;
	margin-top:30px;
	padding-left:15px;
	clear:both;
}
#copy .copy-inner .esc {
	top:50px;
	right:55px;
}

#contents-inner .product .product-link .product-linkitems {
	padding-left:12px;
	padding-right:12px;
}

.product-box {
	height:494px;
}
.product-box .pro-thumb a img {
	height: 345px;
}

}

@media (max-width:640px) {
#contents-inner .product {
	margin-top:40px;
}
#contents-inner .product .product-link {
	justify-content: start;
}
#contents-inner .product .product-link .product-linkitems, #contents-inner .product .product-link .product-linkitems:last-child {
	flex:0 1 auto;
	width:20%;
	text-align:left;
	padding-left:12px;
	padding-top:4px;
	padding-bottom:4px;
}

.product-box {
	width: 48.8%;
	height: 605px;
}
.product-box .pro-thumb a img {
	height: 453px;
}
}

@media (max-width:570px) {
#main-Visual2, #main-Visual3 {
	height:170px;
}

#copy .copy-inner .bottom-info ul:nth-child(4n)._mg {
	clear:both;
	margin:0px;
}
	
#contents-inner .product h3 img {
	width: 70%;
}

#contents-inner .product .product-link .product-linkitems, #contents-inner .product .product-link .product-linkitems:last-child {
	width:25%;
	padding-left:8px;
	padding-right:8px;
	font-size:14px;
}

.product-box {
	height: 540px;
}
.product-box .pro-thumb a img {
	height: 380px;
}
}

@media (max-width:420px) {
#main-Visual2, #main-Visual3 {
	height:145px;
}

#mainBan-section .mainBan-row > div,
#mainBan-section .mainBan-row.ban3col > div,
#mainBan-section .mainBan-row.ban2col > div {
	width:100%;
	padding:4px 0;
}

#copy .copy-inner .bottom-info ul li.title {
	clear:both;
	width:100%;
	margin:0px 0px 10px 0px;
}
#copy .copy-inner .esc {
	top:186px;
	right:20px;
}

#contents-inner .product .product-link .product-linkitems, #contents-inner .product .product-link .product-linkitems:last-child {
	width:33%;
}

.product-box {
	height:475px;
}
.product-box .pro-thumb a img {
	height: 285px;
}
.product-box .pro-icon {
	padding:0px 5px;
}
.product-box .pro-price ._pleft span {
	display: block;
	margin-right: 0px;
}

}

@media (max-width:360px) {
#main-Visual2, #main-Visual3 {
	height:125px;
}

.product-box {
	height:445px;
}
.product-box .pro-thumb a img {
	height: 260px;
}
}

@media (max-width:320px) {
#main-Visual2, #main-Visual3 {
	height:100px;
}

#copy .copy-inner .esc {
	right:10px;
}

.product-box {
	width:48.6%;
	height:415px;
	margin:10px 0.7%;
}
.product-box .pro-thumb a img {
	height: 230px;
}

}

@media (max-width:280px) {
#contents-inner .product .product-link .product-linkitems, #contents-inner .product .product-link .product-linkitems:last-child {
	width:50%;
}

.product-box {
	height:385px;
}
.product-box .pro-thumb a img {
	height: 200px;
}

}

