@charset "UTF-8";
@font-face {
    font-family: 'HSSaemaul-Regular';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2108@1.1/HSSaemaul-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*--- top ---*/
#wrap {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width:1600px;
}

.wrap-inner {
	width: 100%;
	margin: 0;
	text-align: center;
}
.wrap-inner-mb {
	position: relative;
	clear:both;
	width: 100%;
	height: 500px;
	margin: 0;
	text-align: center;
}
._innerwx {
	width:1400px !important;
	box-sizing:border-box;
}
@media (max-device-width:1199px) {
#wrap {
	width:100%;
	min-width:auto;
}
._innerwx {
	width:100% !important;
}
}

._pc {display:block;}
._mb {display:none;}

.img100 {
	width:100%;
	max-width:100%;
}

h2 {
	color: #202020;
	line-height: 1.4;
	font-size: 40px;
	font-weight: bold;
	margin-bottom: 15px;
}
h3 {
	color: #4e4e4e;
	line-height: 1.4;
	font-size: 24px;
	font-weight: bold;
}
h3.h3 {
	margin-bottom: 40px;
	text-align:left;
	font-size:32px;
	font-weight:bold;
	color:#363636;
}
h4 {
	color: #4e4e4e;
	line-height: 1.4;
	font-size: 18px;
	font-weight: bold;
}
.subject {
	margin-bottom:35px;
}
.subject h3 {
	margin-bottom: 0;
	text-align:center;
	line-height:1;
	font-family:'bitbit', 'BMJUA', 'Noto Sans KR';
	font-size:50px;
	font-weight:normal;
	color:#424242;
}
.subject h4 {
	margin-bottom: 0;
	text-align:center;
	font-size:15px;
	font-weight:normal;
	color:#424242;
}
@media (max-width:1199px) {
h2 {
	font-size: 2.5em;
}
}
@media (max-device-width:1199px) {
h3.h3 {
	margin-bottom: 25px;
	font-size:45px;
}
}
@media (max-device-width:1079px) {
.subject {
	margin-bottom:25px;
}
}
@media (max-device-width:1023px) {
h3.h3 {
	font-size:36px;
}
}
@media (max-device-width:767px) {
h2 {
	font-size: 2.0em;
}
h3.h3 {
	margin-bottom:20px;
}
.subject h3 {
	font-size:40px;
}
.subject h4 {
	font-size:14px;
}
}
@media (max-device-width:539px) {
h3.h3 {
	font-size:24px;
}

.subject {
	margin-bottom:15px;
}
.subject h3 {
	font-size:32px;
}
}
@media (max-device-width:420px) {
h3.h3 {
	font-size:24px;
}
}


#top-banner {
	position: relative;
	z-index: 9;
	background-color:#f5f5f5;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
#top-banner img {
	width:100%;
	height:auto;
	max-width:100%;
	max-height:100%;
}

#Header {
	position:relative;
	margin:30px;
}
#Header._head_sub {
	margin-bottom:15px;
	padding-top:106px;
}
#Header._head_sub::before {
	content:'';
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:175px;
	background-color:#fff;
	border-radius:1.75rem;
}
@media (max-device-width:1199px) {
#Header {
	margin:15px 0 0 0;
}
#Header._head_sub {
	margin:0;
	padding-top:52px;
}
#Header._head_sub::before {
	display:none;
	height:82px;
	border-radius:0.5rem;
}
}
@media (max-device-width:539px) {
#Header {
	margin-top:15px;
}
}

#top {
	display: block;
	width: 100%;
	min-width: 1440px;
	z-index: 999;/*	background:url(/img/top_bg.jpg) no-repeat bottom;*/
}
.top-inner {
	position: relative;
	height: 207px;
	margin: 0 auto;
	padding: 0px;
	z-index: 9;
}

#util-menu {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 45px;
	padding: 0px;
	text-align: center;
	clear: both;
	border-bottom:1px solid #cecece;
}
.util-menu-inner {
	position: relative;
	width: 1440px;
	margin: 0 auto;
}
.util-menu-inner .util-sns {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}

.top-util-menu {
	position: absolute;
	z-index:9;
	top: 30px;
	right: 0px;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	font-size: inherit;
	padding: 0px 5px;
	margin: 0px;
}
.top-util-menu ul li a {
	display:block;
	width:36px;
	height:32px;
	line-height:32px;
	color: #353535;
	text-decoration: none;
	cursor:pointer;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.top-util-menu ul li a.login {
	width:67px;
	height:67px;
	background-image:url(/img/icons/icon_join.gif);
}
.top-util-menu ul li a.logout {
	background-image:url(/img/icons/icon_logout.png);
}
.top-util-menu ul li a.my {
	background-image:url(/img/icons/icon_join.png);
}
.top-util-menu ul li a.cart {
	background-image:url(/img/icons/icon_cart.png);
}
.top-util-menu ul li a.search {
	background-image:url(/img/icons/icon_search.png);
}
.top-util-menu ul li a.btn_pay {
	padding:0px 6px;
	border-radius:2px;
	background-color:#ffcd22;
}

.i_join {
	display:inline-block;
	width:56px;
	height:56px;
	line-height:1;
	margin-top:-8px;
}
.i_join img {
	width:100%;
	height:auto;
}
.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;
}
@media (max-device-width:1199px) {
#util-menu {
	display: none;
}
}


#logo-section {
	position: absolute;
	z-index: 9;
	top:0;
	left:0;
	clear: both;
	width: 100%;
	text-align: center;
}
.logo-section-inner {
	position: relative;
	margin: 0 auto;
}
.logo-section-inner .logo {
	position: absolute;
	height:52px;
	left:0;
	top:0;
	padding:25px 15px;
	background-color:#ffffff;
	border-radius:0 0 1.75rem 1.75rem;
}
.logo-section-inner .logo img {
	width:auto;
	height:52px;
}
.logo-section-inner .logo::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:-20px;
	width:20px;
	height:20px;
	border-radius:0 20px 0 0;
	box-shadow:0 0 0 20px #fff;
	clip:rect(0,20px,20px,0);
}
.logo-section-inner .logo::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:100%;
	width:20px;
	height:20px;
	border-radius:20px 0 0 0;
	box-shadow:0 0 0 20px #fff;
	clip:rect(0,20px,20px,0);
}
.logo-section-inner .top-util-bn {
	position: absolute;
	left: 280px;
	top:30px;
}
.logo-section-inner .top-util-bn a {
	display:inline-block;
/*	padding:8px 45px;
	margin-right:10px;
	line-height:26px;
	text-decoration:none;
	font-size:18px;
	color:#353535;
	border-radius:50px;*/
}
.logo-section-inner .top-util-bn a.topbn-pay {
	height:40px;
/*	background-color:#ffe076;*/
}
@media (max-device-width:1199px) {
#logo-section {
	display: none;
}
}

/*--- 검색바 ---*/
#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height:145px;
	box-sizing: border-box;
	margin: 0px;
	padding:50px 8px;
	background-color:#ffb1b1; /*#ffd93b;*/
}

#search-wrap {
	position: absolute;
	top: 25px;
	right: 0;
}

.search-inner {
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:left;
	width: 620px;
	height: 40px;
	background-color: #fff;
	border: 2px solid #000;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.g_window .gbox {
	float: left;
	width: 540px;
	margin: 0px 15px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	height: 40px;
	box-sizing:border-box;
	margin: 0px;
	padding: 0 3px;
	border: 0;
	outline: none;
	line-height:40px;
	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 {
	float: left;
}
.schbt-close {
	float:left;
	width: 37px;
	height:37px;
	margin-top:4px;
	margin-left:25px;
	cursor:pointer;
	background:url(/img/icon_closed.png) no-repeat 50% 50%;
	background-size:cover;
}
@media (max-device-width:1199px) {
#search-wrap {
	display: none;
}
#search-wrap-mb {
	height: 120px;
	padding: 40px 15px;
}

.search-bar {
	float:left;
	width: 480px;
	border:0;
}
.g_window .gbox {
	width:calc(100% - 85px);
}
.g_window .gbox input {
	width: 100%;
}

.schbt-close {
	margin-top:0;
	margin-left:5px;
}
}
@media (max-device-width:767px) {
#search-wrap-mb {
	height: 90px;
	padding-top:25px;
	padding-bottom:25px;
}
.search-bar {
	width:320px;
}
}
@media (max-device-width:539px) {
.search-bar {
	width:280px;
}
.g_window .gbox {
	width:calc(100% - 78px);
}
}
@media (max-device-width:359px) {
.search-bar {
	width:200px;
}
}
/***** Search END *****/


.bottom-utim-menu {
	clear:both;
	display:table;
	width:100%;
	box-sizing:border-box;
	text-align:center;
	border-top:1px solid #dadada;
	border-bottom:1px solid #dadada;
}
.bottom-utim-menu ol {
	display:inline-block;
	list-style:none;
	margin:0 auto;
}
.bottom-utim-menu li {
	float:left;
	position:relative;
	padding:8px 20px;
}
.bottom-utim-menu li::before {
	content:'';
	display:block;
	position:absolute;
	width:1px;
	height:12px;
	top:50%;
	left:0;
	margin-top:-6px;
	background-color:#c2c2c2;
}
.bottom-utim-menu li:first-child::before {
	display:none;
}
.bottom-utim-menu li a {
	display: inline-block;
	font-size:14px;
	color:#828282;
}
.bottom-utim-menu li a:hover {
	color:#828282;
	text-decoration:underline;
}

#copy {
	clear: both;
	width: 100%;
	box-sizing:border-box;
	padding: 40px 0px;
	text-align: center;
	background-color:#fff;
	border-top:0px solid #dadada;
}
#copy .copy-inner {
	position: relative;
	margin: 0 auto;
	display: table;
}
#copy .copy-inner .bottom-logo {
	clear:both;
	margin-bottom:40px;
	text-align: left;
}
#copy .copy-inner .bottom-row {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
}
#copy .copy-inner .bottom-row > * {
	flex:1 0 29.3333333333%;
	margin:0 60px;
	text-align:left;
}
#copy .copy-inner .bottom-row > :first-child,
#copy .copy-inner .bottom-row > :last-child {
	flex:2 0 30.3333333333%;
	margin:0;
}
#copy .copy-inner h3 {
	margin-bottom:10px;
	text-align:left;
	font-size:21px;
	font-weight:bold;
	color:#000;
}
#copy .copy-inner .bottom-cs {
	clear:both;
	position:relative;
	text-align: left;
	font-size:19px;
	color:#6b6b6b;
}
#copy .copy-inner .bottom-cs .bottom-tel {
	clear:both;
	margin:30px 0px;
	padding-left:35px;
	text-align:left;
	font-size:24px;
	font-weight:300;
	color:#000;
	background:url(/img/i_tel.png) no-repeat 0% 50%;
	background-size:24px;
}
#copy .copy-inner .bottom-cs .bottom-time {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding-right:30px;
	text-align:left;
}
#copy .copy-inner .bottom-cs .bottom-time .fs_small {
	margin-top:15px;
	font-size:16px;
	color:#6c6c6c;
}
#copy .copy-inner .bottom-bank {
	clear:both;
	position:relative;
	text-align: left;
	font-size:19px;
	color:#6b6b6b;
	word-break:keep-all;
}
#copy .copy-inner .bottom-bank .bank {
	margin:30px 0;
	font-size:24px;
	font-weight:bold;
	color:#000;
}
#copy .copy-inner .bottom-bank .fs_small {
	margin-bottom:30px;
	font-size:16px;
	color:#6c6c6c;
}
#copy .copy-inner .bottom_btn {
	display:block;
	width:340px;
	line-height:62px;
	text-align:center;
	font-size:21px;
	color:#454545;
	background-color:#ffe076;
}
#copy .copy-inner .bottom-ship {
	clear:both;
	position:relative;
	text-align: left;
	color:#000;
}
.ship-adress-inner {
	font-size:16px;
	color:#000;
}

#copy .copy-inner .copyright {
	clear:both;
	position:relative;
	text-align: left;
}
#copy .copy-inner .copyright span {
	display:block;
	clear:both;
}
#copy .copy-inner .esc {
	margin-top:15px;
/*	position: absolute;
	bottom:0;
	right:15px;*/
}
#copy .copy-inner .gflow {
	position: absolute;
	top: 45px;
	right: 120px;
}
@media (max-device-width:1199px) {
.bottom-utim-menu {
	border-top:0;
	border-bottom:0;
}
.bottom-utim-menu li {
	padding-left:15px;
	padding-right:15px;
}

#copy {
	border-top-width:1px;
}
#copy .copy-inner .bottom-logo {
	display:none;
}
#copy .copy-inner .bottom-row > *,
#copy .copy-inner .bottom-row > :first-child,
#copy .copy-inner .bottom-row > :last-child {
	flex:1 0 85%;
	margin:0px 20px;
}
#copy .copy-inner .bottom-row > ::after {
	content:'';
	display:block;
	width:100%;
	height:1px;
	margin-top:15px;
	margin-bottom:15px;
	background-color:#ccc;
}
#copy .copy-inner .bottom-row > .mb_utilmenu::after {
	margin-top:0px;
	margin-bottom:30px;
	background-color:transparent;
}
#copy .copy-inner .bottom-bank .fs_small {
	margin-bottom:0px;
}
#copy .copy-inner .copyright {
	font-size:12px;
}
#copy .copy-inner .copyright::after {
	display:none;
}
#copy .copy-inner .copyright span {
	display:inline-block;
	clear:none;
}
#copy .copy-inner .copyright span::after {
	content:'';
	display:inline-block;
	height:10px;
	margin-left:15px;
	margin-right:15px;
	border-left:1px solid #ddd;
}
#copy .copy-inner .copyright span._last::after {
	display:block;
	border-left:0;
}
#copy .copy-inner .esc {
	bottom: 15px;
	margin-right:0;
}
}
@media (max-device-width:539px) {
.bottom-utim-menu li a {
	font-size:13px;
}

#copy .copy-inner .bottom-cs,
#copy .copy-inner .bottom-bank {
	font-size:15px;
}
#copy .copy-inner .bottom-cs .bottom-time {
	padding-right:15px;
}
#copy .copy-inner .bottom-cs .bottom-time .fs_small {
	font-size:15px;
}
#copy .copy-inner .bottom-bank .bank {
	margin:12px 0;
	font-size:16px;
	color:#595959;
}
#copy .copy-inner .bottom-bank .fs_small {
	font-size:12px;
}
#copy .copy-inner .copyright span {
	display:block;
	clear:both;
}
#copy .copy-inner .copyright span::after,
#copy .copy-inner .copyright span._last::after {
	display:none;
}

.ship-adress-inner {
	font-size:14px;
}
}
@media (max-device-width:420px) {
#copy .copy-inner .bottom_btn {
	width:100%;
}
#copy .copy-inner .bottom_btn img {
	width:100%;
	height:auto;
}
}
@media (max-device-width:359px) {
.bottom-utim-menu li {
	padding-left:5px;
	padding-right:5px;
}
}


#Visual-section {
	position: relative;
	z-index:1;
	box-sizing:border-box;
	width:calc(100% - 60px);
	height: auto;
	margin:30px;
	text-align: center;
	border-radius:1.75rem;
	overflow:hidden;
}
@media (max-device-width:1199px) {
#Visual-section {
	width:calc(100% - 30px);
	margin:15px;
	border-radius:1.00rem;
}
}
@media (max-device-width:1023px) {
}
@media (max-device-width:767px) {
#Visual-section {
	height:998px;
}
}
@media (max-device-width:639px) {
#Visual-section {
	height:768px;
}
}
@media (max-device-width:539px) {
#Visual-section {
	width:calc(100% - 30px);
	height:610px;
	margin:15px;
	border-radius:0.615rem;
}
}
@media (max-device-width:420px) {
#Visual-section {
	height:580px;
}
}
@media (max-device-width:399px) {
#Visual-section {
	height:550px;
}
}
@media (max-device-width:399px) {
#Visual-section {
	height:550px;
}
}
@media (max-device-width:389px) {
#Visual-section {
	height:545px;
}
}
@media (max-device-width:379px) {
#Visual-section {
	height:514px;
}
}
@media (max-device-width:359px) {
#Visual-section {
	height:455px;
}
}

#slide-section {
	display: none;
	position: relative;
	z-index: 8;
	clear:both;
	width: 100%;
	height: 52px;
	background-color: #fff;
	overflow:hidden;
}
#slide-section::after {
	content:'';
	display:block;
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:1px;
	background:#e4e4e4;
}
@media (max-device-width:1199px) {
#slide-section {
	display: block;
}
}
@media (max-device-width:539px) {
#slide-section {
	width:calc(100% + 30px);
	margin-left:-15px;
	margin-right:-15px;
}
#slide-section::after {
	width:auto;
	left:15px;
	right:15px;
}

}

#mainReview-section {
	clear: both;
	margin: 0 0 120px 0;
	text-align: center;
	background:#ffcc00;
}
/**** pc ****/
@media only all and (min-width:1200px) {
#mainReview-section {
	padding: 100px 0;
}
}
/**** pc2 ****/
@media all and (max-width:1280px) and (min-width:1025px) {
}
/**** 모바일 ****/
@media only all and (max-device-width:1199px) {
#mainReview-section {
	margin-bottom:65px;
	padding: 30px 0;
}
}
@media (max-device-width:767px) {
#mainReview-section {
	margin-bottom:50px;
}
}
@media (max-device-width:539px) {
#mainReview-section {
	margin-bottom:40px;
}
}

#mainReview-section h2 {
	clear: both;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	line-height:1;
	font-family:'bitbit', 'BMJUA', 'Noto Sans KR';
	font-size:50px;
	font-weight: normal;
	color:#fff;
}
#mainReview-section h4 {
	margin:0 0 30px 0;
	line-height:1.4;
	font-size:15px;
	font-weight:400;
	color:#fff;
}
#mainReview-section .mainReview-inner {
	position:relative;
	width:100% !important;
	margin: 0 auto;
	padding: 0;
}
/*
#mainReview-section .mReview-inner li {
	float: left;
	width: 23.7%;
	margin: 0px 8px;
	padding: 0;
}
#mainReview-section .mReview-inner li img {
	width: 294px;
	height: 214px;
	border: 0;
}
*/
#mainReview-section .btn_more {
	position: relative;
	z-index:5;
	margin-top:60px;
}
@media (max-device-width:1199px) {
#mainReview-section .mainReview-inner {
	width:100% !important;
}
#mainReview-section .mainReview-inner {
	padding: 0;
}
}
@media (max-device-width:1079px) {
#mainReview-section .btn_more {
	margin-top:40px;
}
}
@media (max-device-width:1023px) {
#mainReview-section h4 {
	margin-bottom:20px;
}
#mainReview-section .btn_more {
	height:78px;
	margin-top:25px;
}
}
@media (max-device-width:767px) {
#mainReview-section h2 {
	font-size:40px;
}
#mainReview-section h4 {
	font-size:14px;
}
}
@media (max-device-width:539px) {
#mainReview-section h2 {
	font-size:32px;
}
#mainReview-section .btn_more {
	height:54px;
	margin-top:15px;
}
}
@media (max-device-width:420px) {}


#notice-wrap {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#notice-wrap .main-notice {
	width: 1170px;
	height: 192px;
	border: 1px solid #;
	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: block;
	text-align:left;
	line-height: 22px;
}
.main-notice ul li a {
	float: left;
	display: inline-block;
}
.main-notice ul li span.date {
	float: right;
	display: inline-block;
}

#bottom-board {
	clear:both;
	width:100%;
	box-sizing:border-box;
	padding:10px 20px;
	border-top:2px solid #777;
	border-bottom:1px solid #a0a0a0;
}
#bottom-board .main-notice {
	width:100%;
	display:inline-block;
}
#bottom-board .main-notice h3 {
	float:left;
	width:65px;
	margin-bottom:0;
	margin-right:20px;
	padding-bottom:0;
	border-bottom:0;
	line-height:1;
	font-size:15px;
}
#bottom-board .main-notice ul {
	float:left;
	width:calc(100% - 100px);
}
#bottom-board .main-notice ul li {
	font-size:15px;
	line-height:1;
	white-space:normal;
	text-overflow:ellipsis;
	overflow:hidden;
}
@media (max-device-width:539px) {
#bottom-board {
	padding-left:15px;
	padding-right:15px;
}
}

#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;
	box-sizing:border-box;
	position:relative;
	z-index:2;
	width: 100%;
	margin: 85px auto;
	padding:70px;
	display: table;
}
#mainBan-section > * {
	position:relative;
	z-index:2;
}
#mainBan-section::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	background:#ffb1b1;
	border-radius:0 0 128px 0;
}
#mainBan-section ol {
	display:inline-flex;
	flex-wrap:wrap;
	align-items:stretch;
	clear:both;
	list-style: none;
	margin-left:auto;
	margin-right:auto;
}
#mainBan-section ol + ol {
	margin-top:30px;
}
#mainBan-section li {
	flex:1 0 0%;
	box-sizing:border-box;
	margin: 0px;
	padding:0px;
	text-align:center;
}
#mainBan-section li + li {
	margin-left:40px;
}
#mainBan-section ol.ban-grid {
	width:auto;
	margin:0 auto;
	display:grid;
	grid-template-rows:1fr 1fr;
	grid-template-columns:calc(32% - 30px) 36% calc(32% - 30px);
	grid-gap:25px 30px;
}
#mainBan-section ol.ban-grid._mb {
	display:none;
}
#mainBan-section ol.ban-grid li {
	overflow:hidden;
	background-color:#fff;
	border-radius:1.45rem;
}
#mainBan-section ol.ban-grid li a {
	display:block;
}
#mainBan-section ol.ban-grid li img {
	width:100%;
	height:auto;
	object-fit:cover;
}
#mainBan-section ol.ban-grid li + li {
	margin-left:0;
}
#mainBan-section ol.ban-grid li:nth-child(1) {
	grid-row:1;
	grid-column:1;
}
#mainBan-section ol.ban-grid li:nth-child(2) {
	grid-row:1/3;
	grid-column:2;
	background-color:#ffcc00;
	border-radius:2.75rem;
}
#mainBan-section ol.ban-grid li:nth-child(3) {
	grid-row:1;
	grid-column:3;
}
#mainBan-section ol.ban-grid li:nth-child(4) {
	grid-row:2;
	grid-column:1;
}
#mainBan-section ol.ban-grid li:nth-child(5) {
	grid-row:2;
	grid-column:3;
}

#mainBan-section .ban_one {}
#mainBan-section-insta,
#mainBan-section-line {
	clear: both;
	width: 100%;
	margin: 60px 0px;
}
@media (min-width:1680px) {
#mainBan-section {
	padding:85px;
}
}
@media (max-device-width:1199px) {
#mainBan-section-one {
	margin-top:24px;
	margin-bottom:30px;
}
#mainBan-section {
	width:100%;
	margin-bottom:85px;
}
#mainBan-section .ban_one {
	margin:0px auto;
}
#mainBan-section li + li {
	margin-left:20px;
}
#mainBan-section ol.ban-grid {
	width:100%;
	grid-template-columns:1fr 377px 1fr;
}
#mainBan-section ol.ban-grid li + li {
	margin-left:0;
}

#mainBan-section-insta._pc {
	display:block;
}
#mainBan-section-insta._mb {
	display:none;
}
}
@media (max-device-width:1149px) {
#mainBan-section {
	padding:60px;
}
#mainBan-section::before {
	border-radius:0 0 100px 0;
}
#mainBan-section ol.ban-grid {
	grid-template-columns:1fr 363px 1fr;
	grid-gap:20px 20px;
}
}
@media (max-device-width:1111px) {
#mainBan-section ol.ban-grid {
	grid-template-columns:1fr 352px 1fr;
}
}
@media (max-device-width:1079px) {
#mainBan-section {
	padding:50px 45px;
}
#mainBan-section::before {
	border-radius:0 0 80px 0;
}
#mainBan-section ol.ban-grid {
	grid-template-columns:1fr 341px 1fr;
}
#mainBan-section ol.ban-grid li {
	border-radius:0.75rem;
}
#mainBan-section ol.ban-grid li:nth-child(2) {
	border-radius:2.15rem;
}
}
@media (max-device-width:1023px) {
#mainBan-section {
	padding:40px 25px;
}
#mainBan-section ol + ol {
	margin-top:20px;
}
#mainBan-section li + li {
	margin-left:16px;
}
#mainBan-section ol.ban-grid {
	grid-template-columns:1fr 316px 1fr;
	grid-gap:16px 20px;
}
}
@media (max-device-width:900px) {
#mainBan-section ol.ban-grid {
	grid-template-columns:1fr 280px 1fr;
	grid-gap:16px;
}
#mainBan-section ol.ban-grid li {
	border-radius:0.618rem;
}
#mainBan-section ol.ban-grid li:nth-child(2) {
	border-radius:1.5rem;
}
}
@media (max-device-width:819px) {
#mainBan-section ol.ban-grid {
	grid-template-columns:1fr 265px 1fr;
}
}
@media (max-device-width:767px) {
#mainBan-section {
	width:calc(100% - 50px);
	margin:65px 25px;
	padding:0 25px 45px 25px;
}
#mainBan-section::before {
	top:230px;
	border-radius:0;
}
#mainBan-section ol + ol {
	margin-top:15px;
}
#mainBan-section li + li {
	margin-left:8px;
}
#mainBan-section ol.ban-grid {
	grid-template-rows:auto 1fr 1fr;
	grid-template-columns:1fr 1fr;
	grid-gap:15px;
}
#mainBan-section ol.ban-grid._pc {
	display:none;
}
#mainBan-section ol.ban-grid._mb {
	display: grid;
}
#mainBan-section ol.ban-grid li:nth-child(1) {
	grid-row:2;
	grid-column:1;
}
#mainBan-section ol.ban-grid li:nth-child(2) {
	grid-row:1;
	grid-column:1/3;
	width:calc(100% + 25px);
	margin-left:-25px;
	margin-bottom:45px;
	border-radius:0 0 5.46rem 0;
}
#mainBan-section ol.ban-grid li:nth-child(3) {
	grid-row:2;
	grid-column:2;
}
#mainBan-section ol.ban-grid li:nth-child(4) {
	grid-row:3;
	grid-column:1;
}
#mainBan-section ol.ban-grid li:nth-child(5) {
	grid-row:3;
	grid-column:2;
}

#mainBan-section-insta._pc {
	display:none;
}
#mainBan-section-insta._mb {
	display:block;
}
}
@media (max-device-width:599px) {
#mainBan-section::before {
	top:200px;
}
}
@media (max-device-width:539px) {
#mainBan-section {
	width:calc(100% - 30px);
	margin:35px 15px 50px 15px;
	padding:0 15px 30px 15px;
}
#mainBan-section::before {
	top:170px;
}

#mainBan-section ol + ol {
	margin-top:10px;
}
#mainBan-section li + li {
	margin-left:4px;
}
#mainBan-section ol.ban-grid {
	grid-gap:12px;
}
#mainBan-section ol.ban-grid li:nth-child(2) {
	width:calc(100% + 15px);
	margin-left:-15px;
	margin-bottom:20px;
	border-radius:0 0 5.125rem 0;
}
}
@media (max-device-width:479px) {
#mainBan-section::before {
	top:150px;
}
#mainBan-section ol.ban-grid li:nth-child(2) {
	border-radius:0 0 4.612rem 0;
}
}
@media (max-device-width:420px) {
#mainBan-section::before {
	top:130px;
}
#mainBan-section ol.ban-grid li:nth-child(2) {
	border-radius:0 0 3.86rem 0;
}
}
@media (max-device-width:359px) {
#mainBan-section::before {
	top:110px;
}

#mainBan-section ol + ol {
	margin-top:10px;
}
#mainBan-section li {
	flex:1 0 100%;
}
#mainBan-section li + li {
	margin-left:0;
}

#mainBan-section ol.ban-grid {
	grid-gap:10px 8px;
}
#mainBan-section ol.ban-grid li:nth-child(2) {
	border-radius:0 0 3.00rem 0;
}
}


#mainGift-section {
	clear: both;
	box-sizing:border-box;
	position:relative;
	margin:80px auto;
	text-align:center;
}
#mainGift-section .subject h3,
#mainGift-section .subject h4 {
	color:#ffffff;
}
#mainGift-section .mainGift-inner {
	clear: both;
	box-sizing:border-box;
	position:relative;
	z-index:2;
	width: 100%;
	margin:0 auto;
	padding:70px;
	display: table;
}
#mainGift-section .mainGift-inner > * {
	position:relative;
	z-index:2;
}
#mainGift-section .mainGift-inner::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	background:#ffb1b1;
	border-radius:0 0 128px 0;
}
#mainGift-section .mainGift-btn {
	margin:35px auto 0 auto;
}
#mainGift-section .mainGift-mv {
	float:left;
	width:calc(100% - 500px);
	height:462px;
	margin-right:40px;
	text-align:center;
	overflow:hidden;
	font-size:24px;
	color:#fff;
	background:#151515;
	border-radius:2.00rem;
}
#mainGift-section .mainGift-mv iframe {
	width:100%;
	height:100%;
	border:0;
}
#mainGift-section .mainGift-list {
	float:right;
	width:460px;
	height:462px;
}
#mainGift-section .mainGift-list ol {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
#mainGift-section .mainGift-list li {
	flex:1 0 auto;
	width:calc(50% - 20px);
	margin:0 10px 20px 10px;
}
@media (min-width:1680px) {
#mainGift-section .mainGift-inner {
	padding:85px;
}
#mainGift-section .mainGift-mv {
	width:calc(100% - 600px);
	height:562px;
}
#mainGift-section .mainGift-list {
	width:560px;
	height:562px;
}
}
@media (max-device-width:1199px) {
#mainGift-section {
	margin-top:65px;
	margin-bottom:65px;
}
#mainGift-section .mainGift-inner {
	width:100%;
	padding-top:65px;
	padding-bottom:65px;
}
#mainGift-section .mainGift-list,
#mainGift-section .mainGift-mv {
	height:412px;
}
#mainGift-section .mainGift-mv {
	width:calc(100% - 410px);
	margin-right:20px;
}
#mainGift-section .mainGift-list {
	width:390px;
}
}
@media (max-device-width:1149px) {
#mainGift-section .mainGift-inner {
	padding:60px;
}
#mainGift-section .mainGift-inner::before {
	border-radius:0 0 100px 0;
}
#mainGift-section .mainGift-list,
#mainGift-section .mainGift-mv {
	height:382px;
}
#mainGift-section .mainGift-mv {
	width:calc(100% - 380px);
}
#mainGift-section .mainGift-list {
	width:360px;
}
}
@media (max-device-width:1111px) {
#mainGift-section .mainGift-list,
#mainGift-section .mainGift-mv {
	height:352px;
}
#mainGift-section .mainGift-mv {
	width:calc(100% - 338px);
}
#mainGift-section .mainGift-list {
	width:318px;
}
}
@media (max-device-width:1079px) {
#mainGift-section .mainGift-inner {
	padding:45px;
}
#mainGift-section .mainGift-inner::before {
	border-radius:0 0 80px 0;
}
#mainGift-section .mainGift-list,
#mainGift-section .mainGift-mv {
	float:none;
	width:100%;
}
#mainGift-section .mainGift-mv {
	height:532px;
	margin-bottom:30px;
}
#mainGift-section .mainGift-list {
	height:220px;
}
}
@media (max-device-width:1023px) {
#mainGift-section .mainGift-inner {
	padding:40px 25px;
}
#mainGift-section .mainGift-mv {
	height:512px;
}
#mainGift-section .mainGift-btn {
	height:92px;
}
}
@media (max-device-width:900px) {
#mainGift-section .mainGift-mv {
	height:462px;
	border-radius:1.75rem;
}
}
@media (max-device-width:767px) {
#mainGift-section {
	margin-top:50px;
	margin-bottom:50px;
}
#mainGift-section .mainGift-inner {
	padding-top:30px;
}
#mainGift-section .mainGift-inner::before {
	border-radius:0 0 70px 0;
}
#mainGift-section .mainGift-mv {
	height:400px;
}
}
@media (max-device-width:599px) {
#mainGift-section .mainGift-mv {
	height:332px;
	border-radius:1.48rem;
}
#mainGift-section .mainGift-list {
	height:184px;
}
}
@media (max-device-width:539px) {
#mainGift-section {
	margin-top:40px;
	margin-bottom:40px;
}
#mainGift-section .mainGift-inner {
	padding:25px 15px 40px 15px;
}
#mainGift-section .mainGift-inner::before {
	border-radius:0 0 60px 0;
}
#mainGift-section .mainGift-mv {
	height:300px;
}
#mainGift-section .mainGift-list {
	height:162px;
}
#mainGift-section .mainGift-btn {
	height:64px;
	margin-top:15px;
}
}
@media (max-device-width:479px) {
#mainGift-section .mainGift-mv {
	height:260px;
	border-radius:1.25rem;
}
#mainGift-section .mainGift-list {
	height:148px;
}
}
@media (max-device-width:420px) {
#mainGift-section .mainGift-mv {
	height:220px;
	border-radius:1.00rem;
}
#mainGift-section .mainGift-list {
	height:120px;
}
}
@media (max-device-width:359px) {
#mainGift-section .mainGift-inner::before {
	border-radius:0 0 48px 0;
}
#mainGift-section .mainGift-mv {
	height:192px;
}
}


#Pick-banner {
	position:relative;
	clear: both;
	width:calc(100% - 15px);
	margin: 30px 0 30px 15px;
	overflow:hidden;
}
#Pick-banner h3 {
	margin-bottom: 15px;
	line-height:36px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#eb575f;
}

#Ranking-section {
	position:relative;
	clear: both;
	width: 100%;
	box-sizing:border-box;
	margin: 120px 0px;
	padding: 65px 0px;
	background-color:#ffe616;
}
#Ranking-section .ranking-inner {
	position:relative;
	width:1520px;
	margin:0 auto;
	box-sizing:border-box;
}
#Ranking-section .ranking-inner .btn_more {
	position:absolute;
	top:0;
	right:0;
	font-size: 15px;
	color:#848484;
	text-decoration:none;
}
@media (max-device-width:1199px) {
#Ranking-section {
	margin:85px 0;
}
#Ranking-section .ranking-inner {
	width:100%;
}
#Ranking-section .ranking-inner .btn_more {
	font-size:13px;
}
}
@media (max-device-width:1023px) {
#Ranking-section {
	padding-top:40px;
	padding-bottom:40px;
}
}
@media (max-device-width:767px) {
#Ranking-section {
	margin-top:65px;
	margin-bottom:65px;
	padding-top:30px;
	padding-bottom:30px;
}
}
@media (max-device-width:539px) {
#Ranking-section {
	margin-top:50px;
	margin-bottom:50px;
	padding-top:25px;
	padding-bottom:15px;
}
}

#MV-section {
	clear: both;
	width: 100%;
	margin: 85px 0px;
	padding: 100px 0px;
	background-color:#f9ad81;
}
#MV-section .MV-inner{
	position:relative;
	width: 1440px;
	margin: 0 auto;
	background-color:#ccc;
}
@media (max-device-width:1199px) {
#MV-section {
	margin: 40px 0px;
	padding: 40px 0px;
}
#MV-section .MV-inner{
	width: 100%;
}
}


/***** quick *****/
.qm-wrap {
	position:absolute;
	z-index:99;
	width:80px;
	top:350px;
	right:90px;
}

.qm-fixed-bottom {
	position:fixed;
	z-index:99;
	bottom:15px;
	left:0;
}
.qm-fixed-bottom .qmbt_close {
	float:right;
	margin-top:-45px;
	width:28px;
	height:28px;
	background:url(/img/icons/i_closed.png) no-repeat 50% 50% #000000;
	background-size:18px;
	border-radius:100%;
}
.qm-fixed {
	position:fixed;
	z-index:99;
	width:300px;
	bottom:140px;
	right:0;
	opacity: .9;
}
.qm-fixed > div {
	margin-top:5px;
}

.qm-ban {
	clear:both;
	position:relative;
	margin-bottom: 5px;
}
.qm-csbox {
	position:absolute;
	z-index:100;
	right:90px;
	top:0;
	width:275px;
	box-sizing:border-box;
	padding:25px 20px;
	color:#666;
	font-family:'Jua';
	font-size:24px;
	font-weight:700;
	letter-spacing:0;
	line-height:1.2;
	text-align:center;
	background-color:#ffd358;
	border-radius:20px;
	box-shadow:-5px 3px 15px rgba(0,0,0,0.15);
}
.qm-fixed .qm-csbox {
	top:auto;
	bottom:0px;
}
.qm-layer {
	position:absolute;
	z-index:100;
	right:95%;
	top:90%;
	transform:translate(-50%,-50%);
	width:800px;
	box-sizing:border-box;
	padding:0;
	box-shadow:0 0 25px rgba(0,0,0,0.3);
}
.qm-today-view {
	clear:both;
	display:table;
	width:68px;
	margin:0 auto;
}
.qm-today-view ul, .qm-today-view li {
	clear:both;
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
	line-height:0;
}
.qm-today-view .qm-today-goods {
	position: relative;
	width:100%;
	height:230px;
	margin:0 auto;
	overflow: hidden;
	line-height:100%;
	text-align:center;
	background-color:#d2d2d2;
}
.qm-today-view .qm-today-goods li {
	/*clear:both; */
	/*margin:4px 0px;*/
	text-align:center;
}
.qm-today-view .qm-today-goods li img{
	margin:4px 0px;
}
@media (max-width:1599px) {
.qm-wrap {
	right:25px;
}
}
@media (max-device-width:1199px) {
.qm-fixed {
	width:64px;
	left:auto;
	right:25px;
	bottom:60px;
	opacity:1;
}
.qm-fixed-bottom {
	display:none;
}
.qm-csbox {
	right:70px;
}
.qm-layer {
	transform: translate(-64px,-860px);
}
}
@media (max-device-width:1023px) {
.qm-csbox {
	width:265px;
	font-size:20px;
}
.qm-layer {
	width:640px;
}
}
@media (max-device-width:767px) {
.qm-fixed {
	width:45px;
	right:15px;
	bottom:25px;
}
.qm-csbox {
	width:240px;
	right:55px;
	font-size:18px;
}
.qm-layer {
	width:430px;
}
}
@media (max-device-width:539px) {
.qm-csbox {
	width:210px;
	font-size:16px;
}
.qm-layer {
	width:360px;
	transform: translate(15px,-520px);
}
}
@media (max-device-width:420px) {
.qm-layer {
	width:280px;
	transform: translate(0%,-450px);
}
}
@media (max-device-width:359px) {
.qm-csbox {
	width:190px;
	padding-left:15px;
	padding-right:15px;
}
.qm-layer {
	width:280px;
	transform: translate(35px,-450px);
}
}
/***** END quick *****/

#contents {
	clear:both;
	width: 100%;
	box-sizing:border-box;
}
#contents-inner {
	position: relative;
	width: 1400px;
	min-height: 400px;
	box-sizing:border-box;
	text-align: center;
	margin: 0 auto;
}
#contents-inner .product {
	display: table;
	clear: both;
	margin: 30px -15px;
	text-align: left;
}
@media (max-width:1599px) {
#contents-inner .product {
	margin-left:0;
	margin-right:0;
}
}
@media (max-width:1199px) {
#contents-inner {
	width: 100%;
}
#contents-inner .sub-con {
	padding: 20px 0px;
}
}
@media (max-device-width:1199px) {
#contents-inner .product {
	margin: 20px 30px;
}
#contents-inner .product h3 img {
	height:56px;
}
}
@media (max-device-width:1023px) {
#contents-inner .product {
	margin-left:20px;
	margin-right:20px;
}
}
@media (max-device-width:767px) {
#contents-inner .product {
	margin-left:10px;
	margin-right:10px;
}
}

.product-Tab-fixed {
	position:relative;
	z-index:8;
}
.product-Tab {
	clear:both;
	position:relative;
	margin:0px auto;
	width:100%;
	height:100%;
	box-sizing:border-box;
}
.product-Tab .swiper-wrapper {
	justify-content:center;
}
.product-Tab li {
	float:left;
	margin-right:15px;
}
.product-Tab a {
	display:block;
	min-width:75px;
	padding:7px 15px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	background-color:#fff;
	border:1px solid #e6e6e6;
	border-radius:30px;
	box-shadow:none;
	overflow:hidden;
	outline:none;
}
.product-Tab a:hover, .product-Tab a.on {
	text-decoration:none;
	background-color:#ffca4b;
	border-color:#ffca4b;
}
.product-Tab a img {
	filter: brightness(0) saturate(100%) invert(78%) sepia(0%) saturate(0%) hue-rotate(159deg) brightness(81%) contrast(84%);
}
.product-Tab a:hover img, .product-Tab a.on img {
	filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(103%);
}
.product-Tab a:focus {
	outline:none;
}
.product-Tab .swiper-slide {
	width:auto;
	text-align: center;
	font-size: 18px;
	background: #ffffff;
}
.product-Tab .swiper-slide img {
	display: inline-block;
	width:auto;
	height: 29px;
	object-fit: contain;
	border:0;
}
.product-maincon > div {
	display:none !important;
}
.product-maincon > .on {
	display:block !important;
}
@media screen and (max-device-width:1199px) {
.product-Tab-fixed {
	position:fixed;
	left:0;
	right:0;
/*	height:65px;*/
	box-sizing:border-box;
	margin:0;
/*	padding:10px 0px;*/
	background-color:#fff;
}

.product-Tab {
	padding-left:45px !important;
}
.product-Tab a {
	min-width:50px;
	padding:5px 10px;
}
.product-Tab .swiper-wrapper {
	justify-content:start;
}
.product-Tab .swiper-slide img {
	width:auto;
	height:17px;
}
}
@media screen and (max-device-width:767px) {
.product-Tab {
	padding-left:25px !important;
}
}
@media screen and (max-device-width:539px) {
.product-Tab {
	padding-left:15px !important;
}
}

.product-box {
	position:relative;
	float: left;
	width:calc(25% - 30px);
	height: 475px;
	box-sizing: border-box;
	border: 1px solid ;
	border-color:transparent;
	margin: 10px 15px 40px 15px;
	text-align: center;
}
.product-box:hover {
	border: 1px solid #ffb1b1;
}

.product-box._best {
	width: 100%;
	height: 375px;
	margin: 0 12px;
}

.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 {
	position:relative;
	clear: both;
	display:block;
	width: 100%;
	height: 381px;
	overflow:hidden;
	border-radius: 16px;
}
.product-box .pro-thumb a {
	display:block;
	width: 100%;
	height: 100%;
}
.product-box._best .pro-thumb {
	height: 305px;
	border-radius: 28px;
}
.product-box .pro-thumb img {
	width: 100%;
	height: 100%;
	object-fit:fill;
	border: 0px;
	vertical-align: middle;
}
.product-box .best-no {
	position:absolute;
	z-index:19;
	width:64px;
	height:64px;
	bottom:36px;
	left:50%;
	margin-left:-32px;
}
.product-box .best-no img {
	width:100%;
	height:auto;
}
.product-box .pro-icon {
	z-index:9;
	padding:0;
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
}
.product-box .pro-icon img {
	width:auto;
	max-width:auto !important;
	min-height:18px !important;
	max-height:31px !important;
}
.product-box .pro-icon._icontype2 {
	position:absolute;
	bottom:12px;
	left:12px;
}
.product-box .pro-icon._icontype_subrank {
	position:absolute;
	top:0;
	left:0;
	width:45px;
	height:45px;
	box-sizing:border-box;
	padding:12px 8px;
	line-height:1;
	text-align:center;
	font-size:18px;
	color:#fff;
	border-radius:16px 0 0 0;
	background-color:rgba(5,108,241,0.8);
/*	background:url(/img/icons/i_rank_sub.png) no-repeat 50% 0%;
	background-size:contain;*/
}

.product-box .pro-memo {
	display:none;
	clear: both;
	color: #ff485a;
	font-size: 1.00em;
	font-weight:300;
	margin-top: 5px;
}
.product-box .pro-title {
	width: 100%;
	min-height: 34px;
	box-sizing: border-box;
	padding: 7px 4px;
	line-height: 20px;
	font-size: 1.0rem;
	color: #000;
	font-weight: bold;
	text-align: left;
}
.product-box .pro-title a,
.product-box .pro-title a:hover {
	color: #000;
}
.product-box._best .pro-title {
	margin-top:35px;
	text-align:center;
	font-size:1.125rem;
	font-weight:400;
}
.product-box .pro-price {
	clear: both;
	display:table;
	width: 100%;
	box-sizing: border-box;
	padding: 7px 4px;
	line-height:1;
	letter-spacing:-0.05em;
	font-size: 1.00em;
	color: #999;
	text-align: left;
	border-top:0px solid #d9d9d9;
}
.product-box .pro-price span {
	display: block;
}
.product-box .pro-price span + span {
	margin-left: 10px;
}
.product-box .pro-price .priceB::before {
	content:'';
	display:inline-block;
	float:left;
	width:28px;
	height:28px;
	margin-top:4px;
	margin-right:5px;
	vertical-align:middle;
	background:url(/img/icon_price2.png) no-repeat 50% 50%;
	background-size:cover;
	filter: brightness(0) saturate(100%) invert(24%) sepia(90%) saturate(4427%) hue-rotate(352deg) brightness(102%) contrast(88%);
}
.product-box .pro-price .priceB {
	letter-spacing:-0.075rem;
	font-family:Arial, fantasy, Noto Sans KR;
	font-size:34px;
	font-weight:800;
	color:#EF2525;
}
.product-box .pro-price .priceS::after {
	content:'\0025';
}
.product-box .pro-price .priceS {
	font-family:Tahoma, Arial, Noto Sans KR;
	font-size:24px;
	font-weight:bold;
	color:#ffc343;
}
.product-box .pro-price .price-del::before {
	content:'';
	display:inline-block;
	float:left;
	width:18px;
	height:18px;
	margin-right:0px;
	vertical-align:middle;
	background:url(/img/icon_price1.png) no-repeat 50% 50%;
}
.product-box .pro-price .price-del {
	display:none;
	text-decoration:line-through;
	font-size:13px;
	color:#999;
}
.price-soldout {
	line-height:1.2;
	font-size:32px;
	font-weight:bold;
	color:#48BC2D;
}
.product-box .pro-price ._pleft {
	float: left;
	width:calc(100% - 65px);
}
.product-box .pro-price ._pright {
	float: right;
	width: 65px;
	padding-top:8px;
	text-align: left;
	font-size:18px;
	color:#e14242;
	font-weight:bold;
}
.product-box .pro-price ._pright span + span,
.product-box .pro-price ._pleft span + span {
	margin-left:0;
}

.product-box .item-color {
	clear: both;
	display:none; /*table;*/
	width: 100%;
	box-sizing: border-box;
	margin: 15px 0px;
	padding: 0px 4px;
	text-align: left;
}
.product-box .pro-like-count {
	clear: both;
	display:none; /*table;*/
	width: 100%;
	box-sizing: border-box;
	padding: 12px 0px;
	line-height: 18px;
	font-size: 12px;
	color: #000;
	text-align: left;
}
.product-box .pro-like-count li {
	float:left;
	padding:0px 7px;
	color:#000;
	background:url(/img/g_line.png) no-repeat 0% 50%;
}
.product-box .pro-like-count li:first-child {
	padding:0px 7px 0px 4px;
	background:none;
}

.product-box._best .pro-memo,
.product-box._best .pro-price,
.product-box._best .pro-icon {
	display:none;
}

.product_more {
	clear: both;
	margin: 20px auto;
	text-align: center;
}
@media (max-device-width:1199px) {
.product-box {
	width:calc(25% - 20px);
	margin-left:10px;
	margin-right:10px;
	height: 420px;
}
.product-box .pro-thumb {
	height: 306px;
}
.product-box._best {
	height:435px;
	margin:0;
}
.product-box._best .pro-thumb {
	height:360px;
	border-radius:20px;
}
.product-box .best-no {
	bottom:40px;
}
.product-box._best .pro-title {
	margin-top:35px;
}
.product-box .item-color {
	margin: 10px 0px;
}
.product-box .pro-memo {
	font-size:12px;
	color:#8f8f8f;
}
/*
.product-box .pro-price .priceB {
	font-size:30px;
}
.product-box .pro-price .priceB::before {
	width:24px;
	height:24px;
}*/
.product-box .pro-price .priceS {
	font-size:21px;
}
.price-soldout {
	font-size:28px;
}

/*
.product-box .pro-like-count {
	padding: 7px 0px;
	font-size:14px;
}
.product-box .pro-price ._pleft {
	width:75%;
}*/
.product-box .pro-price ._pright {
	text-align:right;
}
}
@media (max-device-width:1149px) {
.product-box {
	height:394px;
}
.product-box .pro-thumb {
	height: 289px;
}
}
@media (max-device-width:1111px) {
.product-box {
	height:386px;
}
.product-box .pro-thumb {
	height: 279px;
}
}
@media (max-device-width:1079px) {
.product-box {
	height:370px;
}
.product-box .pro-thumb {
	height: 262px;
}
.product-box .pro-price .priceB {
	font-size:28px;
}
.product-box .pro-price .priceB::before {
	margin-top:0;
}
}
@media (max-device-width:1023px) {
.product-box {
	width:calc(25% - 16px);
	height:332px;
	margin-left:8px;
	margin-right:8px;
}
.product-box .pro-thumb {
	height: 239px;
}
.product-box .pro-price .priceB {
	font-size:24px;
}
.product-box .pro-price .priceB::before {
	width:20px;
	height:20px;
	margin-top:2px;
}
.product-box .pro-price .priceS {
	font-size:19px;
}
.product-box .pro-price ._pright {
	padding-top:4px;
}
}
@media (max-device-width:900px) {
.product-box {
	width:calc(50% - 30px);
	height: 508px;
	margin: 15px;
}
.product-box .pro-thumb {
	height: 404px;
}
.product-box._best {
	height:338px;
}
.product-box._best .pro-thumb {
	height:264px;
}
.product-box .pro-price .priceB {
	font-size:34px;
}
.product-box .pro-price .priceB::before {
	width:28px;
	height:28px;
	margin-top:4px;
}
.product-box .pro-price .priceS {
	font-size:24px;
}

.product-box .pro-icon._icontype_subrank {
	width:40px;
	height:40px;
	font-size:16px;
}
}
@media (max-device-width:819px) {
.product-box .pro-thumb {
	height: 398px;
}
}
@media (max-device-width:767px) {
.product-box {
	height: 480px;
}
.product-box .pro-thumb {
	height:364px;
}
.product-box .pro-title {
	min-height:54px;
}

.product-box._best {
	height:348px;
}
.product-box._best .pro-thumb {
	height:260px;
}
.product-box .best-no {
	bottom:48px;
}
}
@media (max-device-width:719px) {
.product-box {
	height: 445px;
}
.product-box .pro-thumb {
	height:333px;
}
}
@media (max-device-width:639px) {
.product-box {
	height: 370px;
	margin-top:8px;
	margin-bottom:15px;
}
.product-box .pro-thumb {
	height:260px;
}
.product-box._best {
	height:305px;
}
.product-box._best .pro-thumb {
	height:220px;
}
.product-box .best-no {
	bottom:58px;
	width:48px;
	height:48px;
	margin-left:-24px;
}
.product-box._best .pro-title {
	margin-top:30px;
}
.product-box .pro-price .priceB {
	font-size:28px;
}
.product-box .pro-price .priceB::before {
	width:22px;
	height:22px;
}
}
@media (max-device-width:539px) {
.product-box {
	width:calc(50% - 10px);
	height: 342px;
	margin-left:5px;
	margin-right:5px;
}
.product-box .pro-thumb {
	height:261px;
	border-radius:12px;
}
.product-box._best {
	height:240px;
}
.product-box._best .pro-thumb {
	height:168px;
}
.product-box .best-no {
	bottom:50px;
	width:36px;
	height:36px;
	margin-left:-18px;
}
.product-box .pro-title {
	min-height:42px;
	line-height:1.2;
	font-size:0.75rem;
}
.product-box._best .pro-title {
	margin-top:20px;
	line-height:1.2;
	font-size:0.75rem;
}
.product-box .pro-price {
	padding-top:0px;
}
.product-box .pro-price ._pleft {
	width:calc(100% - 48px);
}
.product-box .pro-price ._pright {
	width:48px;
}
.product-box .pro-price .priceB {
	font-size:24px;
}
.product-box .pro-price .priceB::before {
	width:18px;
	height:18px;
	margin-top:4px;
	margin-right:2px;
}
.product-box .pro-price .priceS {
	font-size:16px;
}
.price-soldout {
	font-size:21px;
}

.product-box .pro-icon img {
	max-height:21px !important;
}
.product-box .pro-icon._icontype2 {
	bottom:8px;
	left:8px;
}
.product-box .pro-icon._icontype_subrank {
	width:32px;
	height:32px;
	padding:8px 4px;
	font-size: inherit;
	border-radius:12px 0 0 0;
}

.product-box .pro-price ._pright {
	padding-top:5px;
}

.product_more img {
	width:200px;
	height:auto;
}
}
@media (max-device-width:479px) {
.product-box {
	height: 312px;
}
.product-box .pro-thumb {
	height:231px;
}
}
@media (max-device-width:429px) {
.product-box {
	height:295px;
}
.product-box .pro-thumb {
	height:220px;
}
.product-box._best {
	height:228px;
}
.product-box._best .pro-thumb {
	height:154px;
}
.product-box .pro-icon img {
	max-height:18px !important;
}
.product-box .pro-price .priceB {
	font-size:20px;
}
.product-box .pro-price .priceB::before {
	width:15px;
	height:15px;
	margin-top:3px;
}
}
@media (max-device-width:410px) {
.product-box {
	height:280px;
}
.product-box .pro-thumb {
	height:207px;
}
}
@media (max-device-width:389px) {
.product-box {
	height:272px;
}
.product-box .pro-thumb {
	height:198px;
}
}
@media (max-device-width:374px) {
.product-box {
	height:278px;
}
.product-box .pro-thumb {
	height:189px;
}
}
@media (max-device-width:359px) {
.product-box {
	height:270px;
}
.product-box .pro-thumb {
	height:165px;
	border-radius:10px;
}
.product-box._best {
	height:210px;
}
.product-box._best .pro-thumb {
	height:140px;
}
.product-box .pro-title {
	font-size:0.875rem;
}
.product-box .pro-price span + span {
	margin-left:8px;
}
.product-box .pro-price .priceB,
.price-soldout {
	font-size:18px;
}
.product-box .pro-price .priceB::before {
	width:14px;
	height:14px;
	margin-top:3px;
	margin-right:3px;
}
.product-box .pro-price .priceS {
	font-size:14px;
}
.product-box .pro-price ._pleft {
	width:calc(100% - 40px);
}
.product-box .pro-price ._pright {
	width:40px;
	padding-top:3px;
}
.product-box .pro-icon._icontype_subrank {
	border-radius:10px 0 0 0;
}
}
@media (max-device-width:319px) {
.product-box {
	height:260px;
}
.product-box .pro-thumb {
	height:135px;
}
.product-box .pro-price ._pleft {
	width:100%;
}
.product-box .pro-price ._pright {
	width:100%;
	padding-top:8px;
	text-align:left;
}
}


/*-- Sub Top Ranking --*/
.goods-Rank-section {
	clear:both;
	position:relative;
	margin:0 auto 40px auto;
	padding:0 60px;
	box-sizing:border-box;
}
.goods-Rank-section h2 {
	margin-left:-60px;
	margin-bottom:40px;
	text-align:left;
	color:#898989;
}
.goods-Rank-section .product-box {
	width:100%;
	height:auto;
	margin:0;
}
.goods-Rank-section .product-box .pro-thumb {
	width:100%;
	height:285px;
	overflow:hidden;
	background-color:#d83030;
}
.goods-Rank-section .product-box .pro-title,
.goods-Rank-section .product-box .pro-title a {
	font-weight:400;
	color:#707070;
}
.goods-Rank-section .product-box .pro-price {
	font-size:24px;
}
.goods-Rank-section .product-box .pro-price span {
	display:inline-block;
}
.goods-Rank-section .product-box .pro-price .priceS {
	font-size: inherit;
	color:#fe5858;
}
.goods-Rank-section .product-box .pro-price .priceB {
	font-size: inherit;
	color:#000;
}
.goods-Rank-section .product-box .pro-price .priceB::before {
	width:20px;
	height:20px;
	filter:none;
}

@media (max-device-width:1199px) {
.goods-Rank-section {
	margin-top:40px;
}
.goods-Rank-section h2 {
	margin-left:-35px;
}
.goods-Rank-section .product-box .pro-thumb {
	height:285px;
}
}
@media (max-device-width:1023px) {
.goods-Rank-section {
	padding-left:48px;
	padding-right:48px;
}
.goods-Rank-section h2 {
	margin-left:-23px;
	margin-bottom:30px;
	margin-top:15px;
}
.goods-Rank-section .product-box .pro-thumb {
	height:213px;
}
.goods-Rank-section .product-box .pro-price {
	font-size:18px;
}
.goods-Rank-section .product-box .pro-price .priceB::before {
	margin-top:0;
}
}
@media (max-device-width:767px) {
.goods-Rank-section {
	padding-left:30px;
	padding-right:30px;
}
.goods-Rank-section h2 {
	margin-left:-15px;
	margin-bottom:15px;
}
.goods-Rank-section h2 img {
	max-height:25px;
}
.goods-Rank-section .product-box .pro-thumb {
	height:175px;
}
}
@media (max-device-width:639px) {
.goods-Rank-section .product-box .pro-price .priceB::before {
	width:16px;
	height:16px;
	margin-top:2px;
}
}
@media (max-device-width:539px) {
.goods-Rank-section {
	margin-top:25px;
}
.goods-Rank-section .product-box .pro-thumb {
	height:141px;
}
.goods-Rank-section .product-box .pro-price {
	font-size:16px;
}
.goods-Rank-section .product-box .pro-price span + span {
	margin-left:5px;
}
.goods-Rank-section .product-box .pro-price .priceB::before {
	width:13px;
	height:13px;
}
}



/*** LOGIN-JOIN ****/
.login-wrap {
	position:relative;
	margin: 80px auto;
	text-align: center;
}
.login-wrap h2 {
	margin-bottom:30px;
	text-align: center;
	line-height:1;
	font-size: 53px;
	font-weight: 700;
	color: #000;
}
.login-wrap h2.h2_join {
	margin-bottom:60px;
	color: #ffd06c;
}
.login-wrap h4 {
	margin-bottom: 30px;
	text-align: center;
	line-height:1.3;
	font-size: 16px;
	font-weight: 400;
}
.login-inner {
	position:relative;
	width:493px;
	margin: 0 auto;
	text-align: center;
}
.login-wrap .login-logo {
	display:none;
	clear:both;
	margin-bottom:20px;
	text-align:center;
}
.login-wrap .login-logo img {
	height:42px;
}
.login-wrap .login-bn {
	clear:both;
	margin-bottom:40px;
}
.login-wrap .login-interlock {
	clear:both;
	margin-bottom:20px;
}
.login-tab {
	position:relative;
	display:inline-block;
	width:100%;
	padding:0;
	margin-bottom:10px;
}
.login-tab li {
	float:left;
	box-sizing:border-box;
	width:calc(50% + 1px);
	height:57px;
	margin-left:-1px;
	text-align:center;
}
.login-tab li:first-child {
	width:50%;
	margin-left:0;
}
.login-tab li a {
	outline:none;
	display:block;
	color:#333;
	font-size:18px;
	line-height:55px;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #b7b7b7;
}
.login-tab li:first-child a {
	border-radius:15px 0px 0px 15px;
}
.login-tab li:last-child a {
	border-radius:0 15px 15px 0;
}
.login-tab li.tab100 {
	width:100%;
}
.login-tab li.tab100 a,
.login-tab li.tab100:first-child a,
.login-tab li.tab100:last-child a {
	border-radius:15px;
}
.login-tab li a.selected {
	text-decoration:none;
	background-color:#ffd1d1;
	cursor:default;
}
.login-panel {
	clear:both;
	padding:0;
}
.login-panel li {
	list-style-type:none;
}

.login-wrap .login-table dl {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
}
.login-wrap .login-table dd {
	margin-top:10px;
	padding: 0;
	text-align: left;
	border-bottom: 2px solid #e4e4e4;
}
.login-wrap .login-check {
	clear:both;
	margin:25px 0px;
	text-align:left;
}
.login-wrap .login-link {
	clear:both;
	display:inline-block;
	margin-top:30px;
}
.login-wrap .login-link dd {
	float:left;
	text-align:center;
	color:#bdbdbd;
}
.login-wrap .login-link dd:before {
	content:'';
	display:inline-block;
	height:10px;
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #bdbdbd;
}
.login-wrap .login-link dd:first-child {
	background:none;
}
.login-wrap .login-link dd:first-child:before {
	display:none;
}
.login-wrap .login-link dd a {
	color:#777;
}
.login-wrap .login-link dd img {
	width:100%;
}
.login-wrap .login-btngroup {
	clear:both;
	margin:10px 0px;
	text-align:center;
}
/* login-idpw */
input.login {
	width: 100%;
	height: 45px !important;
	box-sizing: border-box;
	padding: 0px 8px !important;
	line-height: 45px !important;
	font-size:18px;
	color: #000;
	text-align: left;
	background-color: #fff;
	border: 0px !important;
}
/* login-btn */
.btn_login_od {
	display: inline-block;
	cursor:pointer;
	box-sizing:border-box;
	width:100%;
	height: 60px;
	line-height: 60px;
	text-align:center;
	color: #fff;
	font-size:21px;
	background-color:#2f2f2f;
	border:0;
	border-radius:15px !important;
}
.btn_login_od:hover {
	color:#fff;
	text-decoration:none;
}
.btn_login_od:focus {
	outline:0;
}
.btn_login_wh {
	display: inline-block;
	cursor:pointer;
	box-sizing:border-box;
	width:100%;
	height: 60px;
	line-height: 58px;
	text-align:center;
	color: #2c2c2c;
	font-size:21px;
	background-color:#fff;
	border:1px solid #b7b7b7;
	border-radius:15px !important;
}
.btn_login_wh:hover {
	color:#2c2c2c;
	text-decoration:none;
}
.btn_login_wh:focus {
	outline:0;
}
.btn_login_yellow {
	display: inline-block;
	cursor:pointer;
	box-sizing:border-box;
	width:auto;
	height: 60px;
	line-height: 60px;
	padding:0 45px;
	text-align:center;
	color: #fff;
	font-size:28px;
	background-color:#ffb1b1;
	border-radius:15px !important;
}
.btn_login_yellow:hover {
	color:#fff;
	text-decoration:none;
}
.btn_login_yellow:focus {
	outline:0;
}
.btn_agree {
	display: inline-block;
	cursor:pointer;
	box-sizing:border-box;
	width:170px;
	height: 60px;
	line-height: 60px;
	text-align:center;
	color: #fff;
	font-size:20px;
	font-weight:400;
	background-color:#ffb1b1;
	border:0px solid #ffb1b1;
	border-radius:8px !important;
}
.btn_agree:hover {
	color:#fff;
	text-decoration:none;
}
.btn_agree:focus {
	outline:0;
}
.btn_agree2 {
	display: inline-block;
	cursor:pointer;
	box-sizing:border-box;
	width:170px;
	height: 60px;
	line-height: 58px;
	text-align:center;
	color: #a4a4a4;
	font-size:20px;
	font-weight:400;
	background-color:#fff;
	border:1px solid #bebebe;
	border-radius:8px !important;
}
.btn_agree2:hover {
	color:#a4a4a4;
	text-decoration:none;
}
.btn_agree2:focus {
	outline:0;
}
.snsLoginkey {
	display:block;
	width:100%;
	height:48px;
	overflow:hidden;
	background-color:#ffeb00;
	border-radius:8px;
}
.snsLoginkey:hover {
	background-color:#ffde00;
}

.join-form {
	clear:both;
	width: 640px;
	margin: 0 auto;
}
.join-agreeBox {
	clear:both;
	width:100%;
	box-sizing:border-box;
	margin-bottom:20px;
	border:1px solid #e9e9e9;
	background-color:#f9f9f9;
}
.join-agreeBox .join-agree-con,
.join-agreeBox iframe {
	width:100%;
	border:1px solid #e9e9e9;
	border-width:1px 0 0 0;
	background-color:#fff;
}
.join-agreeBox .join-agree-con {
	box-sizing:border-box;
	min-height:100px;
	padding:10px;
	text-align:left;
}
.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: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.join-form table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.join-form table.join td {
	padding: 7px 0px;
	text-align: left;
	line-height: 24px;
}
.join-form table.join th {
	padding: 7px 8px 7px 0px;
	text-align: left;
	line-height: 24px;
	vertical-align:text-top;
}
.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;
}
.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;
}
.join-form .join-schbox li {
	padding: 5px;
	text-align: left;
	border-top: 1px solid #ddd;
	background-color: #fff;
}
.join-form .join-schbox li:first-child {
	border-top: 0px;
}
.join-form .join-btngroup {
	clear:both;
	margin:40px 0px;
	text-align:center;
}
.join-form .join-btngroup .join-btngroup-row {
	display:inline-flex;
	flex-wrap:wrap;
	margin:0 auto;
}
.join-form .join-btngroup .join-btngroup-row > * {
	flex:1 0 0%;
	width:auto;
	margin:0px 8px;
}

.join-passcheck {
	width:360px;
	margin:100px auto;
}
.join-passcheck .warning-txt {
	clear:both;
	margin-bottom:15px;
	text-align:left;
	font-size:inherit;
	color:#333;
}
.join-passcheck .join-passcheck-box {
	clear:both;
	padding:20px 15px;
	text-align:left;
	background-color:#fff;
	border:3px solid #fcc635;
	border-radius:8px;
}
.join-passcheck .join-passcheck-box dl {
	display:inline-block;
	width:100%;
	margin-bottom:10px;
}
.join-passcheck .join-passcheck-box dt {
	float:left;
	width:25%;
	vertical-align:middle;
	margin-right:15px;
	font-size:inherit;
	font-weight:bold;
	color:inherit;
}
.join-passcheck .join-passcheck-box dd {
	float:left;
	vertical-align:middle;
}
.join-passcheck .join-passcheck-box .passcheck-input input {
	width:100px;
}
.join-passcheck .join-passcheck-box .passcheck-btn {
	display:inline-block;
	vertical-align:middle;
	margin-left:8px;
}


.mypage-tab {
	clear: both;
	width: 100%;
	height: 78px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.mypage-tab > :first-child {
	border:0;
}
.mypage-tab a {
	display: block;
	float: left;
	width: 33.3%;
	height:76px;
	box-sizing: border-box;
	padding:25px 5px;
	border-left: 1px solid #ddd;
	line-height: none;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #454545;
}
.mypage-tab a.bdnone {
	border-left: 0px;
}

.mypage-wrap {
	clear:both;
	width:100%;
	margin:80px auto;
}
.mypage-wrap div {
	box-sizing:border-box;
}
.mypage-wrap h2 {
	margin-bottom:60px;
	text-align:left;
	font-family: "Arial Black", sans-serif, inherit;
	font-size:53px;
	color:#5a5a5a;
}
.mypage-section {
	clear:both;
	margin-bottom:25px;
	padding:20px 120px;
	background-color:#fff;
	border:1px solid #aeaeae;
	border-radius:16px;
}
.mypage-section._mypage {}
.mypage-section._mypage_order {
	padding-top:40px;
	padding-bottom:40px;
}
.mypage-row {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
}
.mypage-col {
	position:relative;
	flex:1 0 0%;
	min-height:100px;
}
.mypage-member {
	text-align:left;
}
.mypage-member .member-log::before {
	content:'';
	display:block;
	position: absolute;
	top:50%;
	left:0;
	margin-top:-40px;
	width:80px;
	height:80px;
	background:url(/img/icons/i_member.png) no-repeat 50% 50%;
	background-size:80px;
}
.mypage-member .member-log {
	position:relative;
	padding:30px 0 30px 150px;
	vertical-align:middle;
	text-align:left;
	line-height:1.3;
	font-size:21px;
	font-weight:700;
	color:#666;
}
.mypage-member .member-log .member-name {
	display:inline-block;
	min-width:64px;
	margin-right:15px;
}
.mypage-member .member-log .btn-setting {
	display:inline-block;
	width:28px;
	height:28px;
	margin-left:20px;
	vertical-align:middle;
	cursor:pointer;
	background:url(/img/icons/i_setting.png) no-repeat 50% 50%;
	background-size:cover;
}
.mypage-point-group > * {
	padding:20px 25px;
	text-align:center;
	font-size:18px;
	font-weight:700;
	color:#858585;
}
.mypage-point-group > ::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0%;
	bottom:0%;
	width:1px;
	height:100%;
	background-color:#f0f0f0;
}
.mypage-point-group > :first-child::before {
	display:none;
}
.mypage-point-group .point-number {
	clear:both;
	margin-top:20px;
	line-height:1;
	font-size:40px;
	font-weight:bold;
	color:#515151;
}

.mypage-row.order-step-group {
	justify-content: space-between;
}
.order-step-group > * {
	min-height:auto;
}
.order-step-name {
	justify-content:space-between;
	margin-bottom:60px;
	text-align:left;
	font-size:34px;
	font-weight:800;
	color:#666;
}
.order-step-name > * {
	min-height:auto;
}
.order-step-name .btnmore-od {
	margin-right:45px;
	color:#FFA500;
	font-size:21px;
}
.order-step-arrow {
	flex:0 0 auto;
	margin-left:25px;
	margin-right:25px;
}
.order-step-arrow::before {
	content:'';
	display:inline-block;
	width:20px;
	height:36px;
	background:url(/img/icons/i_arrow_mypage.png) no-repeat 50% 50%;
	background-size:cover;
}
.order-step {
	font-size:19px;
	font-weight:400;
	color:#858585;
}
.order-step .order-count {
	clear:both;
	margin-bottom:10px;
	line-height:1;
	font-size:64px;
	font-weight:bold;
	color:#666;
}

.mypage-linkbox-section {
	clear:both;
	margin:60px auto;
}
.mypage-linkbox {
	margin:0 20px;
	padding:40px 25px;
	font-size:19px;
	font-weight:400;
	color:#fcc635;
	cursor:pointer;
	background-color:#fff;
	border:1px solid #d8d8d8;
	border-radius:16px;
}
.mypage-linkbox:hover {
	text-decoration:none;
	color:#fcc635;
}
.mypage-linkbox .mypage-link_icon {
	clear:both;
	display:block;
	width:100%;
	height:98px;
	margin-bottom:15px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size: contain;
}
.i_yellow_delivery {
	background-image:url(/img/icons/i_delivery_yellow.png);
}
.i_yellow_talk {
	background-image:url(/img/icons/i_talk_yellow.png);
}
.i_yellow_review {
	background-image:url(/img/icons/i_review_yellow.png);
}
.i_yellow_member_modify {
	background-image:url(/img/icons/i_setting_yellow.png);
}
.i_yellow_ordersch {
	background-image:url(/img/icons/i_ordersch_yellow.png);
}
@media (max-device-width:1199px) {
.login-wrap .login-logo {
	display:block;
}

.login-wrap .login-link li {
	font-size:14px;
}

.mypage-tab {
	height: 64px;
}
.mypage-tab a {
	height:62px;
	padding-top:18px;
	padding-bottom:18px;
	font-size: 14px;
}
.mypage-wrap {
	margin-top:0;
	margin-bottom:60px;
}
.mypage-wrap h2 {
	display:none;
}
.mypage-section {
	margin-bottom:0;
}
.mypage-section._mypage {
	padding:0;
	border:0;
	border-radius:0;
}
.mypage-section._mypage_order {
	margin:0px 20px;
	padding:20px;
}
.mypage-member {
	flex:0 0 auto;
	width:100%;
	padding:40px 20px;
	border-bottom:1px solid #d0d0d0;
}
.mypage-member .member-log {
	padding-left:100px;
	font-size:inherit;
}
.mypage-member .member-log .btn-setting {
	float:right;
}
.mypage-point-group {
	margin:20px;
	padding:20px;
	border:1px solid #aeaeae;
	border-radius:16px;
}
.mypage-point-group > * {
	min-height:auto;
	padding-top:0;
	padding-bottom:0;
	font-size:18px;
}
.mypage-point-group .point-number {
	margin-top:10px;
	font-size:36px;
}
.order-step-name {
	flex:0 0 auto;
	width:100%;
	margin-right:0;
	margin-bottom:20px;
	font-size:21px;
}
.order-step-name .btnmore-od {
	font-size:14px;
}
.order-step {
	font-size:inherit;
	word-break:keep-all;
}
.order-step .order-count {
	font-size:36px;
}
.order-step-arrow {
	margin-left:15px;
	margin-right:15px;
}

.mypage-linkbox-section {
	align-items:start;
}
.mypage-linkbox {
	flex:1 0 25%;
}

.mypage-linkbox-section {
	margin:40px 20px;
}
.mypage-linkbox {
	padding:0;
	color:#959595;
	border:0;
	border-radius:0;
}
.mypage-linkbox:hover {
	color:#959595;
}
.mypage-linkbox .mypage-link_icon {
	width:98px;
	height:98px;
	margin:10px auto;
	background-size:cover;
}
.mypage-linkbox .mypage-link_icon.i_yellow_delivery {
	background-image:url(/img/icons/i_delivery_circle.png);
	background-size:cover;
}
.mypage-linkbox .mypage-link_icon.i_yellow_talk {
	background-image:url(/img/icons/i_talk_circle.png);
}
.mypage-linkbox .mypage-link_icon.i_yellow_review {
	background-image:url(/img/icons/i_review_circle.png);
}
.mypage-linkbox .mypage-link_icon.i_yellow_member_modify {
	background-image:url(/img/icons/i_setting_circle.png);
}
.mypage-linkbox .mypage-link_icon.i_yellow_ordersch {
	background-image:url(/img/icons/i_ordersch_circle.png);
}
}
@media (max-device-width:1023px) {
.order-step-name .btnmore-od {
	margin-right:20px;
}

.mypage-point-group .point-number {
	font-size:28px;
}
}
@media (max-device-width:767px) {
.join-form .join-btngroup .join-btngroup-row > * {
	margin:0;
}

.order-step-name {
	font-size:18px;
}
.order-step-name .btnmore-od {
	margin-right:15px;
}
.order-step {
	height:80px;
	line-height:1.2;
}
.order-step-arrow {
	margin-left:10px;
	margin-right:10px;
}
.order-step-arrow::before {
	width:15px;
	height:24px;
}

.mypage-point-group > * {
	font-size:inherit;
}
.mypage-point-group .point-number {
	font-size:24px;
}

.mypage-linkbox-section > * {
	min-height:auto;
}
.mypage-linkbox {
	font-size: inherit;
}
.mypage-linkbox .mypage-link_icon {
	width:89px;
	height:89px;
}
}
@media (max-device-width:639px) {
.login-wrap {
	width:90%;
	margin-top:60px;
	margin-bottom:60px;
}
.login-inner,
.join-form {
	width:100%;
}
}
@media (max-device-width:539px) {
.login-wrap h2 {
	margin-bottom:15px;
	font-size:35px;
}
.login-wrap h2.h2_join {
	margin-bottom:15px;
	font-size:35px;
}
.login-wrap h2.h2_join img {
	width:auto;
	height:24px;
}
.login-wrap h4 {
	font-size:12px;
}
.login-wrap .login-logo img {
	height:28px;
}
.login-wrap .login-interlock {
	margin-bottom:12px;
}
.login-wrap .login-bn {
	margin-bottom:25px;
}
.login-tab li {
	height:47px;
}
.login-tab li a {
	line-height:45px;
	font-size:14px;
}
.login-tab li:first-child a {
	border-radius:8px 0px 0px 8px;
}
.login-tab li:last-child a {
	border-radius:0px 8px 8px 0px;
}
.login-tab li.tab100 a,
.login-tab li.tab100:first-child a,
.login-tab li.tab100:last-child a {
	border-radius:8px;
}
input.login {
	font-size:14px;
}
.login-wrap .login-link {
	margin-top:20px;
}
.join-agreeBox {
	margin-bottom:10px;
}
.join-form table.join th {
	line-height:1.3;
}
.btn_login_od, .btn_login_wh {
	height:52px;
	line-height:52px;
	font-size:21px;
	border-radius:8px !important;
}
.btn_agree, .btn_agree2 {
	height:46px;
	line-height:46px;
	font-size:13px;
}

.order-step-group > * {
	margin-top:10px;
	margin-bottom:10px;
}
.order-step-name {
	margin-top:0;
	margin-bottom:15px;
}
.order-step {
	flex:1 0 20%;
	height:auto;
}
.order-step .order-count {
	font-size:20px;
}

.mypage-linkbox-section {
	margin-top:20px;
	margin-bottom:20px;
}
.mypage-linkbox {
	margin-left:10px;
	margin-right:10px;
	word-break:keep-all;
	line-height:1.2;
}
.mypage-linkbox .mypage-link_icon {
	width:64px;
	height:64px;
}
}
@media (max-device-width:420px) {
.mypage-tab {
	height:56px;
}
.mypage-tab a {
	height:54px;
	padding-top:15px;
	padding-bottom:15px;
	word-break:keep-all;
}

.mypage-linkbox .mypage-link_icon {
	width:54px;
	height:54px;
}

.mypage-member .member-log {
	padding-left:80px;
	padding-top:20px;
	padding-bottom:20px;
}
.mypage-member .member-log::before {
	margin-top:-30px;
	width:60px;
	height:60px;
	background-size:60px;
}
.mypage-point-group > * {
	padding-left:10px;
	padding-right:10px;
	font-size: inherit;
}
.mypage-point-group .point-number {
	font-size:18px;
}

.order-step-name .btnmore-od {
	margin-right:12px;
}
.order-step {
	flex:1 0 33%;
}
}
@media (max-device-width:359px) {
.mypage-tab > :last-child {
	padding-top:5px;
}
.mypage-section._mypage_order {
	padding:15px 10px;
}
.mypage-member .member-log .member-name {
	display:block;
	clear:both;
}
.mypage-point-group {
	margin-left:10px;
	margin-right:10px;
	padding:15px 10px;
}

.mypage-linkbox-section > * {
	min-height:110px;
}
.mypage-linkbox {
	margin-left:6px;
	margin-right:6px;
}
.mypage-linkbox .mypage-link_icon {
	width:38px;
	height:38px;
}
}
/*** END/LOGIN-JOIN ****/


#contents-inner .main-sub-banner {
	height: 207px;
	display: inline-block;
}
#contents-inner .main-sub-banner ul li {
	float: left;
}

#contents-inner .location {
	clear:both;
	display:inline-block;
	width: 100%;
	margin: 0px auto;
	padding:15px 0;
	text-align: right;
	border-bottom: 0px solid #ddd;
}
#contents-inner .location ul {
	float: right;
}
#contents-inner .location ul li {
	float: left;
	margin-left: 7px;
	padding-left: 16px;
	vertical-align:middle;
	font-size:13px;
	color:#898989;
	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;
}
#contents-inner .location ul li i {
	display:inline-block;
	width:11px;
	height:11px;
	margin-left: 7px;
	margin-right: 7px;
	vertical-align:middle;
	background: url(/img/location_arrow.png) no-repeat 50% 50%;
}

@media (max-device-width:1199px) {
#contents-inner .location {
	display: none;
}
}

.headnav {
	display:none;
	clear:both;
	position:relative;
	height:70px;
	box-sizing:border-box;
	text-align:center;
	border-bottom:1px solid #bebebe;
}
.headnav .page-title {
	display:inline-block;
	margin:20px auto;
	text-align:center;
	font-size:36px;
	font-weight:bold;
	color:#5a5a5a;
}
.headnav .page-title img {
	width:auto;
	height:27px;
}
.headnav .btn_back {
	position:absolute;
	cursor:pointer;
	width:36px;
	height:36px;
	left:10px;
	top:50%;
	margin-top:-18px;
	background:url(/img/icons/i_back.png) no-repeat 50% 50% transparent;
	background-size:cover;
	border:0;
	outline:0;
}
.headnav .btn_backtxt {
	position:absolute;
	cursor:pointer;
	left:10px;
	top:50%;
	margin-top:-18px;
	line-height:36px;
	font-family:'Noto Sans KR';
	font-size:12px;
	color:#858585;
	vertical-align:middle;
	background-color:transparent;
	border:0;
	outline:0;
}
.headnav .btn_backtxt::before {
	content:'';
	display:inline-block;
	width:12px;
	height:18px;
	margin-right:5px;
	vertical-align:middle;
	background:url(/img/icons/i_back.png) no-repeat 50% 50%;
	background-size:18px;
	opacity:0.8;
}
.headnav .btn_backtxt::after {
	content:'뒤로가기';
	vertical-align:middle;
}
@media (max-device-width:1199px) {
.headnav {
	display: block;
}
.headnav._headnav_mg {
	margin-left:-15px;
	margin-right:-15px;
}
}
@media (max-device-width:420px) {
.headnav {
	height:50px;
}
.headnav .page-title {
	margin-top:15px;
	margin-bottom:15px;
	font-size:20px;
}
.headnav .page-title img {
	height:19px;
}
.headnav .btn_back {
	width:24px;
	height:24px;
	margin-top:-12px;
}
}


.sub-headimg {
	clear:both;
	margin:0 auto;
}

#contents-inner .sub-con {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
}
#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;
}

.faqList-grid {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:start;
	margin-left:-10px;
	margin-right:-10px;
}
.faqList-grid li {
	flex:1 0 calc(33.3% - 20px);
	margin:0 10px 25px 10px;
}
.faqList-grid li .thumb-Box {
	display:grid;
	grid-template-rows:1fr 24px;
	grid-template-columns:1fr;
	grid-gap:10px;
}
.faqList-grid li .thumbimg {
	display:block;
	border-radius:1.75rem;
	overflow:hidden;
}
.faqList-grid li h5 {
	margin:0;
	text-align:left;
	word-break:keep-all;
	line-height:1.3;
	font-size:24px;
	color:#454545;
}
@media screen and (max-device-width:1023px) {
.faqList-grid li .thumbimg {
	border-radius:1.25rem;
}
.faqList-grid li h5 {
	font-size:19px;
}
}
@media screen and (max-device-width:767px) {
.faqList-grid {
	margin-left:-6px;
	margin-right:-6px;
}
.faqList-grid li .thumb-Box {
	grid-template-rows:1fr auto;
}
.faqList-grid li {
	flex:1 0 calc(33.3% - 12px);
	margin:0 6px 25px 6px;
}
.faqList-grid li .thumbimg {
	border-radius:1.00rem;
}
.faqList-grid li h5 {
	line-height:1.2;
	font-size:15px;
}
}
@media screen and (max-device-width:539px) {
.faqList-grid {
	margin-left:-5px;
	margin-right:-5px;
}
.faqList-grid li {
	flex:1 0 calc(33.3% - 10px);
	margin:0 5px 15px 5px;
}
.faqList-grid li .thumb-Box {
	grid-gap:6px;
}
.faqList-grid li .thumbimg {
	border-radius:0.618rem;
}
.faqList-grid li h5 {
	font-size:13px;
}
}

.guide-download {
	display:flex;
	flex-wrap:wrap;
	align-items:stertch;
	justify-content:center;
}
.guide-download > * {
	flex:0 0 calc(30% - 50px);
	margin:25px;
}
.guide-download a {
	display:block;
}
@media screen and (max-device-width:767px) {
.guide-download > * {
	flex:0 0 calc(30% - 20px);
	margin:25px 10px;
}
}
@media screen and (max-device-width:539px) {
.guide-download > * {
	flex:0 0 calc(50% - 30px);
	margin:15px;
}
}

.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.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;
}
table.cata td {
	text-align: left;
	padding-left: 10px;
}

.add-btn {
	width: 100%;
	margin-top: 10px;
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: gulim, dotum, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: .7em 2em .55em;
	text-shadow: 0 0px 0px rgba(0,0,0,.3);
	-webkit-border-radius: .5em;
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 0px 0px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button02 {
	display: inline-block;
	width: 132px;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-family: gulim, dotum, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0.5em 0 0.5em 0;
	/*text-shadow: 0 1px 1px rgba(0,0,0,.3);*/

	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button02:hover {
	text-decoration: none;
}
.button02:active {
	position: relative;
	top: 1px;
}
/* orange */

.orange {
	color: #fef4e9;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top, #faa51a, #f47a20);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#faa51a', endColorstr='#f47a20');
}
.orange:hover {
	background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top, #f88e11, #f06015);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');
}
.orange:active {
	color: #fcd3a5;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#faa51a));
	background: -moz-linear-gradient(top, #f47a20, #faa51a);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f47a20', endColorstr='#faa51a');
}
/* gray */

.gray {
	color: #000;
	border: solid 0px #ccc;
	background: #ccc;
}
.gray:hover {
	color: #e9e9e9;
	background: #616161;
	background: -webkit-gradient(linear, left top, left bottom, from(#757575), to(#4b4b4b));
	background: -moz-linear-gradient(top, #757575, #4b4b4b);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#757575', endColorstr='#4b4b4b');
}
.gray:active {
	color: #afafaf;
	background: -webkit-gradient(linear, left top, left bottom, from(#575757), to(#888));
	background: -moz-linear-gradient(top, #575757, #888);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#575757', endColorstr='#888888');
}
/* blue */

.blue {
	color: #d9eef7;
	border: solid 1px #0076a3;
	background: #0095cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
	background: -moz-linear-gradient(top, #00adee, #0078a5);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}
.blue:hover {
	color: #d9eef7;
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top, #0095cc, #00678e);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top, #0078a5, #00adee);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}
/* white */

.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top, #fff, #ededed);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	color: #606060;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top, #fff, #dcdcdc);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top, #ededed, #fff);
 filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}
/* 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-device-width:1199px) {
._pc {
	display:none;
}
._mb {
	display: block;
}

#menuBox {
	clear: both;
	width: 100%;
	margin: 20px 0px;
}
#menuBox ul {
	list-style: none;
	display:inline-block;
	width: 100%;
	box-sizing:border-box;
	border-top:1px solid #d7d7d7;
	border-left:1px solid #d7d7d7;
}
#menuBox ul li {
	float:left;
	width: 25%;
	height: 35px;
	box-sizing: border-box;
	padding: 3px;
	text-align: center;
	border-bottom:1px solid #d7d7d7;
	border-right:1px solid #d7d7d7;
	background-color:#fff;
}
#menuBox ul li img {
	height: 100%;
}
}
