@charset "UTF-8";
@font-face {
    font-family: 'GongGothicMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10@1.0/GongGothicMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#wrap {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width:1600px;
}

.wrap-inner {
	width: 100%;
	margin: 0;
	text-align: center;
}

.screen-inner {
	width:1600px;
	margin:0 auto;
	box-sizing:border-box;
}
@media (max-width:1600px) {
.screen-inner {
	padding-left:25px;
	padding-right:25px;
}
}
@media (max-device-width:1369px) {
#wrap {
	min-width:auto;
}
.screen-inner {
	width:100%;
}
}
@media (max-device-width:767px) {
.screen-inner {
	padding-left:15px;
	padding-right:15px;
}
}

._pc {display:block !important;}
._mb {display:none !important;}

.img100 {
	width:100%;
	max-width:100%;
}

h2 {
	line-height: 1.2;
	font-size: 42px;
	font-weight: bold;
	color: #1b1b1b;
}
h3 {
	line-height: 1.2;
	font-size: 30px;
	font-weight: bold;
	color: #1b1b1b;
}
h4 {
	line-height: 1.2;
	font-size: 24px;
	font-weight: bold;
	color: #1b1b1b;
}
.subject {
	margin-bottom:50px;
	text-align:left;
}
.subject h2 {
	font-size:32px;
	font-weight:800;
}
.subject h3 {
	font-size:20px;
}
.subject h4 {
	font-size:16px;
}
@media (max-device-width:1199px) {
.subject {
	margin-bottom:40px;
}
}
@media (max-device-width:1079px) {
.subject {
	margin-bottom:30px;
}
.subject h2 {
	font-size:28px;
}
}
@media (max-device-width:1023px) {}
@media (max-device-width:767px) {
.subject {
	margin-bottom:25px;
}
}
@media (max-device-width:539px) {
.subject {
	margin-bottom:15px;
}
.subject h2 {
	font-size:22px;
}
.subject h3 {
	font-size:16px;
}
.subject h4 {
	font-size:13px;
}
}
@media (max-device-width:429px) {}


#top-banner {
	position: relative;
	z-index:10;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	clear:both;
	background-color: transparent;
}
#top-banner img {
	width:100%;
	height:auto;
	max-width:100%;
	max-height:100%;
}

#Header {
	position: relative;
	width:100%;
	padding-top:30px;
	padding-bottom:25px;
	color:#316245;
	z-index:20;
}
#Header._head_main {
	position: absolute;
	z-index:50;
	color:#ffffff;
}

#top {}
#top._fixed {
	position:fixed;
	z-index:80;
	top:0;
	left:0;
	width:100%;
	padding-top:15px;
	padding-bottom:15px;
	background-color:#bcbcbc;
	box-shadow:0 3px 8px rgba(0,0,0,0.4);
}

.top-inner {
	position: relative;
}
.top-inner._fixed {
	width:92%;
}
.logo {
	float:left;
	height:42px;
	margin-right:100px;
	filter: brightness(0) saturate(100%) invert(30%) sepia(44%) saturate(466%) hue-rotate(92deg) brightness(94%) contrast(87%);
}
.logo img {
	object-fit:contain;
}
#Header._head_main .logo {
	filter:none;
}
@media (max-width:1679px) {
.top-inner {
	padding-left:25px;
	padding-right:25px;
}	
}
@media (max-device-width:1369px) {
#top {
	display:none;
}
}
@media (max-device-width:539px) {}

#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 {
	float:right;
	position: relative;
	z-index:12;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px 4px;
	font-size: 14px;
	color: #316245;
}
.top-util-menu ul li a {
	display:block;
	position:relative;
	width:42px;
	height:42px;
	color: inherit;
	text-decoration: none;
	cursor:pointer;
}
.top-util-menu ul li a::after,
.top-util-menu ul li a::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.top-util-menu ul li a::before {
	background-color:#316245;
	border-radius:100%;
}
.top-util-menu ul li a::after {
	background-color:transparent;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:28px;
}
.top-util-menu ul li a.login::after {
	width:42px;
	height:64px;
	background-image:url(/img/icons/nav_join.gif);
	background-size: contain;
}
.top-util-menu ul li a.logout::after {
	background-image:url(/img/icons/nav_logout.png);
	background-size:24px;
}
.top-util-menu ul li a.my::after {
	background-image:url(/img/icons/nav_login.png);
}
.top-util-menu ul li a.cart::after {
	background-image:url(/img/icons/nav_cart.png);
}
.top-util-menu ul li a.search::after {
	background-image:url(/img/icons/i_search.png);
}
.top-util-menu ul li a.btn_pay::before,
.top-util-menu ul li a.btn_pay::after {
	display:none;
}
.top-util-menu ul li a.btn_pay {
	width:auto;
	height:32px;
	padding:7px 10px;
	margin-top:4px;
	border:1px solid #316245;
	border-radius:3rem;
	background-color:#ffffff;
}
.top-util-menu ul li a.btn_pay:hover {
	color:#fff;
	background-color:#316245;
}

#Header._head_main .top-util-menu ul li {
	color:#ffffff;
}
#Header._head_main .top-util-menu ul li a::before {
	display:none;
}
#Header._head_main .top-util-menu ul li a.btn_pay {
	background-color:transparent;
	border-color:#ffffff;
}
#Header._head_main .top-util-menu ul li a.btn_pay:hover {
	background-color:#316245;
	border-color:#316245;
}
#top._fixed .top-util-menu ul li:nth-child(n+4) {
	display:none;
}
.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 .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:1039;
	top: 0px;
	left: 0;
	width: 100%;
	height:145px;
	box-sizing: border-box;
	margin: 0px;
	padding:50px 8px;
	background-color:#316245; /*#ffd93b;*/
}

#search-wrap {
	position: absolute;
	z-index:30;
	top:0;
	left:50%;
	transform:translateX(-50%);
}

.search-inner {
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:left;
	width: 340px;
	height: 42px;
	background-color: transparent;
	border-bottom: 2px solid #316245;
	border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-webkit-border-radius: 0;
}
.g_window .gbox {
	float: left;
	width: calc(100% - 54px);
	margin: 0px 5px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	height: 40px;
	box-sizing:border-box;
	margin: 0px;
	padding: 0 3px;
	border: 0;
	outline: none;
	text-align: left;
	color: #316245;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window .gbox input::placeholder {
	color:#316245;
	font-size:inherit;
	opacity:0.8;
}
.g_window input[type=image] {
	width:100%;
	height:100%;
}
.g_window .btn_arw {
	float: left;
	width:38px;
	height:40px;
	margin-left:6px;
	padding:8px;
	filter: brightness(0) saturate(100%) invert(33%) sepia(27%) saturate(726%) hue-rotate(92deg) brightness(90%) contrast(89%);
}
.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;
}

#Header._head_main .search-bar {
	border-color:#ffffff;
}
#Header._head_main .g_window .gbox input {
	color: #ffffff;
}
#Header._head_main .g_window .gbox input::placeholder {
	color:#ffffff;
}
#Header._head_main .g_window .btn_arw {
	filter:none;
}
@media (max-device-width:1369px) {
#search-wrap {
	display: none;
}
#search-wrap-mb {
	height: 120px;
	padding: 40px 15px;
}

.search-bar {
	float:left;
	width: 480px;
	border-bottom-color:#ffffff;
}
.g_window .gbox input {
	width: 100%;
	color:#ffffff;
}
.g_window .gbox input::placeholder {
	color:#ffffff;
}
.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;
}
}
@media (max-device-width:359px) {
.search-bar {
	width:200px;
}
}
/***** Search END *****/


.bottom-utim-menu {
	display:table;
	list-style:none;
	margin:0 0 25px 0;
}
.bottom-utim-menu li {
	float:left;
	position:relative;
	margin-left:20px;
	padding-left:20px;
}
.bottom-utim-menu li::before {
	content:'';
	display:block;
	position:absolute;
	width:1px;
	height:12px;
	top:50%;
	left:0;
	margin-top:-6px;
	background-color:#ffffff;
	opacity:0.5;
}
.bottom-utim-menu li:first-child::before {
	display:none;
}
.bottom-utim-menu li:first-child {
	margin-left:0;
	padding-left:0;
}
.bottom-utim-menu li a {
	display:block;
	color:#ffffff;
}
.bottom-utim-menu li a:hover {
	color:#fbaf5d;
	text-decoration:underline;
}

#Footer {
	clear: both;
	position:relative;
	box-sizing:border-box;
	margin-top:80px;
	padding-top:108px;
	padding-bottom:60px;
}
#Footer::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	height:52px;
	background:url(/img/footer_bg_top.png) repeat-x 0% 0%;
}
#Footer::after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:50px;
	bottom:0;
	left:0;
	right:0;
	background-color:#316245;
}
.copy-inner {
	position: relative;
	z-index:3;
	margin: 0 auto;
	line-height:1.4;
	text-align:left;
	word-break:keep-all;
	color:#ffffff;
	
	display:flex;
	flex-wrap:nowrap;
}
.copy-inner > * {
	flex:0 0 auto;
}
.copy-inner > * + * {
	margin-left:85px;
}
#Footer > :nth-child(1) {
	display:none;
}

#Footer .footer-logo {
	clear:both;
	height:42px;
	margin-bottom:40px;
}
#Footer .footer-info {
	font-size:15px;
	color: inherit;
}
#Footer .footer-info h3 {
	margin-bottom:25px;
	font-size:16px;
	font-weight:bold;
	color: inherit;
}
#Footer .footer-info.bottom-bank {}
#Footer .footer-info.bottom-cs {
	width:300px;
}
#Footer .footer-info .cs_tel {
	margin-bottom:25px;
	line-height:1;
	letter-spacing:-1px;
	font-size:28px;
	font-weight:600;
}
#Footer .footer-info .bottom_btn_cs {
	display:block;
	max-width:300px;
	margin-top:8px;
}
#Footer .footer-info .bottom-ship {
	margin-top:35px;
}
#Footer .footer-info .fs_small {
	font-size:12px;
}
.bottom_btn_return {
	display: inline-block;
	padding:10px 45px;
	text-decoration:none;
	text-align:center;
	font-size:13px;
	color:#ffffff;
	border:1px solid #ffffff;
	border-radius:0.418rem;
}
#Footer .footer-info.bottom-contact ol {
	list-style:none;
	padding-left:24px;
}
#Footer .footer-info.bottom-contact li {
	text-align:left;
}
#Footer .footer-info.bottom-contact li + li {
	margin-top:8px;
}
#Footer .footer-info.bottom-contact li::before {
	content:'';
	display:inline-block;
	width:18px;
	height:18px;
	margin-right:8px;
	margin-left:-26px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	filter:invert(1);
}
#Footer .footer-info.bottom-contact li._tel::before {
	background-image:url(/img/icons/i_tel.png);
}
#Footer .footer-info.bottom-contact li._time::before {
	background-image:url(/img/icons/i_time.png);
}
#Footer .footer-info.bottom-contact li._email::before {
	background-image:url(/img/icons/i_mail.png);
}

#Footer .copyright {
	flex:1 0 0%;
	position:relative;
	line-height:1.5;
}
#Footer .copyright .copygroup {
	display: inline-block;
	margin-right:20px;
}
#Footer .esc {
	position: absolute;
	bottom:0;
	right:0px;
}
@media (max-width:1679px) {
.copy-inner {
	padding-left:25px;
	padding-right:25px;
}
}
@media (max-device-width:1369px) {
.copy-inner > * + * {
	margin-left:60px;
}
#Footer .copyright .copygroup {
	display:block;
	clear:both;
	margin-right:0;
	line-height:0;
}
#Footer .footer-info .bottom_btn_cs {
	max-width: none;
}
}
@media (max-device-width:1199px) {
#Footer {
	padding-bottom:0;
}

.copy-inner {
	flex-wrap:wrap;
}
.copy-inner > * + * {
	margin-left:85px;
}
#Footer .footer-info h3 {
	margin-bottom:18px;
}
#Footer .footer-info.bottom-contact,
#Footer .footer-info.bottom-bank {
	width:calc(35% - 85px);
}
#Footer .footer-info.bottom-cs {
	width:30%;
}
#Footer .footer-info .cs_tel {
	margin-bottom:18px;
}
#Footer .footer-info .bottom-ship {
	margin-top:0;
	padding-left:50px;
}
#Footer .copyright {
	flex:0 0 100%;
	margin-top:100px;
}
#Footer .esc {
	right:100px;
}

#Footer > :nth-child(1) {
	display:flex;
	padding-bottom:45px;
}
#Footer > :nth-child(2) > .bottom-bank,
#Footer > :nth-child(2) > .bottom-cs {
	display:none;
}
#Footer > :nth-child(2) {
	background-color:#000;
	padding-bottom:60px;
}
#Footer > :nth-child(2)::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	height:52px;
	background:url(/img/footer_bg_top.png) repeat-x 0% 0%;
	transform:rotate(-180deg);
}
}
@media (max-device-width:1023px) {
#Footer {
	margin-top:60px;
	padding-top:90px;
}
.copy-inner > * + * {
	margin-left:40px;
}
#Footer .footer-info.bottom-contact,
#Footer .footer-info.bottom-bank {
	width:calc(35% - 40px);
}
.bottom_btn_return {
	padding:8px 18px;
	font-size:12px;
	border-radius:0.316rem;
}
}
@media (max-device-width:767px) {
#Footer {
	padding-top:75px;
}
#Footer > :nth-child(2)::before,
#Footer::before {
	height:38px;
	background-size:cover;
}
#Footer::after {
	top:36px;
}
.copy-inner > * + * {
	margin-left:0;
	margin-top:48px;
}
#Footer .footer-info {
	font-size:14px;
}
#Footer .footer-info.bottom-cs,
#Footer .footer-info.bottom-contact,
#Footer .footer-info.bottom-bank {
	width:100%;
	position:relative;
}
#Footer .footer-info.bottom-bank::before,
#Footer .footer-info.bottom-bank::after {
	content:'';
	display:block;
	position:absolute;
	left:15px;
	right:15px;
	height:1px;
	background-color:#ffffff;
	opacity:0.3;
}
#Footer .footer-info.bottom-bank::before {
	top:-24px;
}
#Footer .footer-info.bottom-bank::after {
	bottom:-24px;
}
#Footer .footer-logo {
	height:36px;
}
#Footer .footer-info .bottom_btn_cs {
	max-width: 300px;
}
#Footer .esc {
	right:50px;
}
}
@media (max-device-width:679px) {
#Footer .footer-info h3 {
	margin-bottom:12px;
}
#Footer .footer-info .cs_tel {
	margin-bottom:15px;
}
}
@media (max-device-width:539px) {
#Footer {
	margin-top:45px;
}
}
@media (max-device-width:479px) {
#Footer {
	padding-top:60px;
}
#Footer > :nth-child(2)::before,
#Footer::before {
	height:28px;
	background-size:cover;
}
#Footer::after {
	top:27px;
}
#Footer > :nth-child(1) {
	padding-bottom:30px;
}
#Footer .footer-info {
	font-size:13px;
}
#Footer .footer-logo {
	height:28px;
	margin-bottom:25px;
}
#Footer .copyright {
	margin-top:65px;
	padding-right:45px;
}
.bottom-utim-menu {
	margin-right:-65px;
}
.bottom-utim-menu li {
	margin-left:12px;
	padding-left:12px;
}
#Footer .esc {
	right:40px;
	bottom:18px;
	width:64px;
}
}
@media (max-device-width:420px) {
#Footer .footer-info .bottom_btn_cs {
	max-width:100%;
}
}
@media (max-device-width:319px) {
#Footer .esc {
	right:30px;
	bottom:30px;
	width:52px;
}
}


/***** quick *****/
.qm-wrap {
	position:absolute;
	z-index:99;
	width:86px;
	top:350px;
	right:90px;
}

.qm-fixed-bottom {
	position:fixed;
	z-index:99;
	bottom:15px;
	left:0;
}

.qm-fixed {
	display:none;
	position:fixed;
	z-index:99;
	width:300px;
	bottom:140px;
	right:0;
	opacity: .9;
}
.qm-ban {
	clear:both;
	position:relative;
}
.qm-ban + .qm-ban {
	margin-top:6px;
}
.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-wrap {
	display:none;
	width:64px;
}

.qm-fixed {
	display:block;
	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:1079px) {
.qm-fixed, .qm-wrap {
	width:52px;
}
}
@media (max-device-width:1023px) {
.qm-csbox {
	width:265px;
	font-size:20px;
}
.qm-layer {
	width:640px;
}
}
@media (max-device-width:767px) {
.qm-fixed, .qm-wrap {
	width:44px;
	right:15px;
}
.qm-csbox {
	width:240px;
	right:55px;
	font-size:18px;
}
.qm-layer {
	width:430px;
}
}
@media (max-device-width:539px) {
.qm-fixed, .qm-wrap {
	width:34px;
}
.qm-csbox {
	width:210px;
	font-size:16px;
}
.qm-layer {
	width:360px;
	transform: translate(15px,-520px);
}
.qm-ban + .qm-ban {
	margin-top:5px;
}
}
@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 *****/


#Visual-section {
	position: relative;
	z-index:1;
	box-sizing:border-box;
	width:100%;
	height: auto;
	margin:0;
	text-align: center;
	overflow:hidden;
}
@media (max-device-width:1199px) {}


#slide-section {
	display: none;
	position: relative;
	z-index: 8;
	clear:both;
	box-sizing:border-box;
	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:#d7d7d7;
}
@media (max-device-width:1199px) {
#slide-section {
	display: block;
}
}
@media (max-device-width:539px) {
#slide-section::after {
	width:auto;
	left:0;
	right: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 #;
	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;
}

#mainReview {}
#mainReview h2 {
	clear: both;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	line-height:1;
	font-size:50px;
	font-weight: normal;
	color:#fff;
}
#mainReview .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 .btn_more {
	position: relative;
	z-index:5;
	margin-top:60px;
}
@media (max-device-width:1199px) {}


#introMenu {
	display:none;
	clear: both;
	margin: 65px 0px;
}
#introMenu ul {
	list-style: none;
	box-sizing:border-box;
	margin-left:-15px;
	margin-right:-15px;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
#introMenu ul li {
	flex:0 0 calc(25% - 30px);
	margin:10px 15px;
	font-size:22px;
	font-weight:600;
	color:#b5b5b5;
}
#introMenu ul li a {
	display:block;
	box-sizing:border-box;
	padding:20px;
	text-decoration:none;
	text-align:center;
	color: inherit;
	background-color:#fff;
	border:2px solid #b5b5b5;
	border-radius:1.25rem;
}
#introMenu ul li a:hover {
	color:#fff;
	background-color:#316245;
	border-color:#316245;
}
@media (max-device-width:1369px) {
#introMenu {
	display:block;
}
#introMenu ul {
	margin-left:-25px;
	margin-right:-25px;
}
}
@media (max-device-width:1079px) {
#introMenu {
	margin-top:45px;
	margin-bottom:45px;
}
}
@media (max-device-width:1023px) {
#introMenu ul {
	margin-left:-15px;
	margin-right:-15px;
}
#introMenu ul li a {
	padding-left:15px;
	padding-right:15px;
}
}
@media (max-device-width:767px) {
#introMenu {
	margin-top:30px;
	margin-bottom:30px;
}
#introMenu ul li {
	flex:0 0 calc(25% - 16px);
	margin:8px;
	font-size:16px;
}
#introMenu ul li a {
	padding:15px 12px;
	border-radius:1rem;
}
}
@media (max-device-width:539px) {
#introMenu {
	margin-top:20px;
	margin-bottom:20px;
}
#introMenu ul {
	margin-left:-10px;
	margin-right:-10px;
}
#introMenu ul li {
	flex:0 0 calc(25% - 8px);
	margin:4px;
	font-size:14px;
}
#introMenu ul li a {
	padding:15px 8px;
	border-width:1px;
	border-radius:0.75rem;
}
}
@media (max-device-width:359px) {
#introMenu ul li {
	flex:0 0 calc(25% - 4px);
	margin:2px;
	font-size:13px;
}
#introMenu ul li a {
	padding:12px 4px;
}
}


.Banner-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
.Banner-row .Banner-col {
	flex:1 0 0%;
	overflow:hidden;
}
.Banner-row .Banner-col a {
	display:block;
	width:100%;
	height:100%;
}
.Banner-row > * + * {
	margin-left:25px;
}
.Banner-row img,
.Banner-row .Banner-col img {
	width:100%;
	height:100%;
	object-fit:cover;
}

#mainBan-center {
	clear: both;
	margin: 80px auto;
}
#mainBan-center a {
	display:block;
	overflow:hidden;
	border-radius:1.75rem;
}
#mainBan-center ._mb {
	display:none !important;
}
@media (max-device-width:1369px) {
#mainBan-center {
	margin-top:100px;
	margin-bottom:0;
}
}
@media (max-device-width:1199px) {
#mainBan-center {
	margin-top:0;
}
#mainBan-center .Banner-row {
	margin-left:-10px;
	margin-right:-10px;
}
}
@media (max-device-width:1111px) {}
@media (max-device-width:1079px) {}
@media (max-device-width:1023px) {
#mainBan-center ._pc {
	display:none !important;
}
#mainBan-center ._mb {
	display:block !important;
}
}
@media (max-device-width:539px) {
#mainBan-center .Banner-row {
	margin-left:-15px;
	margin-right:-15px;
}
}


#mainBan-event {
	margin:100px 0;
}
.bnEvent-inner {}
#mainBan-event .Banner-row {
	flex-wrap:nowrap;
	margin-left:-10px;
	margin-right:-10px;
}
#mainBan-event .Banner-row .Banner-col {
	flex:1 0 calc(33.3% - 25px);
}
@media (max-device-width:1369px) {
#mainBan-event._pc {
	display:none !important;
}
#mainBan-event._mb {
	display:block !important;
}
#mainBan-event {
	margin-top:45px;
}
#mainBan-event .Banner-row {
	flex-wrap:wrap;
	justify-content:space-between;
}
#mainBan-event .Banner-row .Banner-col {
	flex:1 0 calc(50% - 25px);
	margin-bottom:25px;
}
#mainBan-event .Banner-row > :nth-child(3) {
	flex:0 0 100%;
	margin-left:0;
}
}
@media (max-device-width:1199px) {
#mainBan-event {
	margin-bottom:65px;
}
}
@media (max-device-width:1023px) {
#mainBan-event {
	margin-top:20px;
}
#mainBan-event .Banner-row .Banner-col {
	flex:1 0 calc(50% - 16px);
	margin-bottom:20px;
}
#mainBan-event .Banner-row  > * + * {
	margin-left:16px;
}
}
@media (max-device-width:767px) {
#mainBan-event {
	margin-top:12px;
	margin-bottom:48px;
}
#mainBan-event .Banner-row .Banner-col {
	flex:1 0 calc(50% - 10px);
	margin-bottom:12px;
}
#mainBan-event .Banner-row  > * + * {
	margin-left:10px;
}
}
@media (max-device-width:539px) {
#mainBan-event {
	margin-top:8px;
	margin-bottom:30px;
}
#mainBan-event .Banner-row {
	margin-left:-15px;
	margin-right:-15px;
}
#mainBan-event .Banner-row .Banner-col {
	flex:1 0 50%;
	margin-bottom:8px;
}
#mainBan-event .Banner-row  > * + * {
	margin-left:0;
}
}

#Ranking-section {
	position:relative;
	padding-top:100px;
}
#Ranking-section::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	left:0;
	right:0;
	height:60%;
	min-height:390px;
	background-color:#fdf8e2;
}
.ranking-inner {
	position:relative;
	z-index:2;
	margin-right:0;
}
#Ranking-section .subject {
	position:absolute;
	z-index:5;
	top:0;
	left:0;
}
#Ranking-section .subject h2 {
	margin-bottom:60px;
    font-family: 'GongGothicMedium';
	font-size:48px;
	color:#444;
}
#Ranking-section .subject h3 {
	margin-bottom:30px;
	font-size:28px;
	color:#444;
}
#Ranking-section .subject h4 {
	font-size:16px;
	color:#aaaaaa;
}
#Ranking-section .ranking-article {
	position:relative;
	box-sizing:border-box;
	width:calc(100% - 304px);
	margin-left:304px;
	padding-top:128px;
	padding-left:135px;
}
@media (max-width:1600px) {
.ranking-inner {
	padding-right:0;
}
#Ranking-section .subject {
	left:25px;
}
}
@media (max-device-width:1369px) {
#Ranking-section {
	display:none;
}
}


#contents {
	clear:both;
	width: 100%;
	box-sizing:border-box;
}
.contents-inner {
	position: relative;
	width: 1440px;
	min-height:700px;
	box-sizing:border-box;
	text-align: center;
}
@media (max-device-width:1369px) {
.contents-inner {
	width:100%;
}
}
@media (max-device-width:1023px) {}
@media (max-device-width:767px) {
.contents-inner {
	min-height:480px;
}
}

.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;
}
}

.goods-List {
	clear:both;
	margin-left:-10px;
	margin-right:-10px;
}
.product-box {
	position:relative;
	float: left;
	width:calc(25% - 20px);
	box-sizing: border-box;
	border: 1px solid transparent;
	margin: 0px 10px 40px 10px;
	text-align: center;
	letter-spacing:-1px;
	border-radius:2rem 0.4rem 0.4rem 0.4rem;
	display:grid;
	grid-template-rows:411px 58px 25px 22px;
	grid-template-columns:100%;
	grid-gap:12px;
	grid-template-areas:"goods_thumbs" "goods_title" "goods_price" "goods_icons";
}
.product-box:hover {
	border-color:#00b449;
}

.mainGoods-article .product-box {
	grid-template-rows:459px 58px 25px 22px;
}

.product-box._Type2 {
	width: 100%;
	height:100%;
	margin: 0;
	padding-bottom:20px;
	border-radius:2rem;
	overflow:hidden;
	grid-template-rows:1fr 58px 25px;
	grid-template-areas:"goods_thumbs" "goods_title" "goods_price";
}
.product-box > * {
	padding-left:12px;
	padding-right: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 {
	grid-area:goods_thumbs;
	clear: both;
	display:block;
	width:100%;
	height:100%;
	padding:0;
	overflow:hidden;
	border-radius:2rem 0.4rem 2rem 2rem;
}
.product-box._Type2 .pro-thumb {
	border-radius:0;
}
.product-box .pro-thumb a,
.product-box .pro-thumb > * {
	display:block;
	width: 100%;
	height: 100%;
}
.product-box .pro-thumb img {
	width: 100%;
	height: 100%;
	object-fit:cover;
	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 {
	grid-area:goods_icons;
	padding:0;
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
}
.product-box .pro-icon._icontype_subrank {
	grid-area:none;
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	width:32px;
	height:32px;
	line-height:32px;
	text-align:center;
	color:#ffffff;
	font-size:19px;
	font-weight:700;
	background-color:#006241;
	border-radius:0.314rem 0;
}

.product-box .pro-icon img {
	width:auto;
	max-width:auto !important;
	min-height:18px !important;
	max-height:22px !important;
}
.product-box._Type2 .pro-icon {
	display:none;
}
.product-box .pro-memo {
	display:none;
	clear: both;
	color: #ff485a;
	font-size: 1.00em;
	font-weight:300;
	margin-top: 5px;
}
.product-box .pro-title {
	grid-area:goods_title;
	box-sizing: border-box;
	text-align: left;
	line-height:1.2;
	font-size:24px;
	font-weight: bold;
	color: #000;
}
.product-box .pro-title a,
.product-box .pro-title a:hover {
	color: #000;
}
.product-box .pro-price {
	grid-area:goods_price;
	box-sizing: border-box;
	line-height:1;
	font-size:20px;
	font-weight:600;
	color: #000;
	text-align: left;
}
.product-box .pro-price span {
	display: inline-block;
}
.product-box .pro-price span + span {
	margin-left:12px;
}
/*
.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 {}
.product-box .pro-price .priceS::after {
	content:'\0025';
}
.product-box .pro-price .priceS {
	font-size:24px;
	color:#fa4a4a;
}
.product-box._Type2 .pro-price .priceS {
	color:#316245;
	font-weight:900;
}
/*
.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 {
	text-decoration:line-through;
	font-size:15px;
	font-weight:400;
	color:#999;
}
.price-soldout {
	color:#83ab93;
}

.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:1369px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:370px 58px 25px 22px;
}
}
@media (max-device-width:1320px) {
.mainGoods-article .product-box,
.product-box {
	border-radius:1.75rem 0.4rem 0.4rem 0.4rem;
	grid-template-rows:348px 54px 25px 22px;
}
.product-box .pro-thumb {
	border-radius:1.75rem 0.4rem 1.75rem 1.75rem;
}
.product-box .pro-title {
	font-size:22px;
}
}
@media (max-device-width:1279px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:324px 54px 25px 22px;
}
}
@media (max-device-width:1199px) {
.goods-List {
	margin-left:-8px;
	margin-right:-8px;
}
.mainGoods-article .product-box,
.product-box {
	width:calc(25% - 16px);
	margin: 0px 8px 30px 8px;
	border-radius:1.75rem;
	grid-template-rows:318px 46px 23px 18px;
}
.product-box .pro-thumb {
	border-radius:1.75rem;
}
.product-box .pro-title {
	font-size:19px;
}
.product-box .pro-price {
	font-size:18px;
}
.product-box .pro-price .price-del {
	font-size:14px;
}
.product-box .pro-price .priceS {
	font-size:22px;
}
}
@media (max-device-width:1149px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:306px 46px 23px 18px;
}
}
@media (max-device-width:1111px) {
.mainGoods-article .product-box,
.product-box {
	border-radius:1.25rem;
	grid-template-rows:288px 46px 23px 18px;
	grid-gap:10px;
}
.product-box .pro-thumb {
	border-radius:1.25rem;
}
}
@media (max-device-width:1079px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:280px 46px 23px 18px;
}
}
@media (max-device-width:1049px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:272px 46px 23px 18px;
}
}
@media (max-device-width:1023px) {
.goods-List {
	margin-left:-6px;
	margin-right:-6px;
}
.mainGoods-article .product-box,
.product-box {
	width:calc(25% - 12px);
	margin: 0px 6px 25px 6px;
	border-radius:1.00rem;
	grid-template-rows:245px 39px 20px 14px;
}
.product-box > * {
	padding-left:8px;
	padding-right:8px;
}
.product-box .pro-thumb {
	border-radius:1.00rem;
}
.product-box .pro-title {
	font-size:16px;
}
.product-box .pro-price {
	font-size:14px;
}
.product-box .pro-price span + span {
	margin-left:8px;
}
.product-box .pro-price .price-del {
	font-size:12px;
}
.product-box .pro-price .priceS {
	font-size:18px;
}
.product-box .pro-icon._icontype_subrank {
	width:28px;
	height:28px;
	line-height:28px;
	font-size:16px;
}
}
@media (max-device-width:899px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:227px 39px 20px 14px;
}
}
@media (max-device-width:850px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:214px 39px 20px 14px;
}
}
@media (max-device-width:819px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:202px 39px 20px 14px;
}
}
@media (max-device-width:767px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:194px 35px 18px 14px;
}
.product-box .pro-title {
	font-size:14px;
}
.product-box .pro-price .priceS {
	font-size:16px;
}
}
@media (max-device-width:719px) {
.mainGoods-article .product-box,
.product-box {
	width:calc(50% - 12px);
	grid-template-rows:380px 20px 20px 14px;
}
.product-box .pro-title {
	font-size:16px;
}
.product-box .pro-price .priceS {
	font-size:18px;
}
}
@media (max-device-width:679px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:356px 20px 20px 14px;
}
}
@media (max-device-width:639px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:332px 37px 20px 14px;
}
}
@media (max-device-width:599px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:296px 37px 20px 14px;
}
}
@media (max-device-width:539px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:260px 37px 20px 14px;
}
.product-box .pro-icon._icontype_subrank {
	width:24px;
	height:24px;
	line-height:24px;
	font-size:14px;
	border-radius:0.25rem;
}
}
@media (max-device-width:479px) {
.mainGoods-article .product-box,
.product-box {
	margin-bottom:20px;
	grid-template-rows:230px 35px 18px 14px;
}
.product-box .pro-title {
	font-size:14px;
}
.product-box .pro-price .priceS {
	font-size:16px;
}
}
@media (max-device-width:429px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:220px 35px 18px 14px;
	grid-gap:8px;
}
.product-box > * {
	padding-left:5px;
	padding-right:5px;
}
}
@media (max-device-width:410px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:206px 35px 18px 14px;
}
}
@media (max-device-width:389px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:198px 35px 18px 14px;
}
}
@media (max-device-width:374px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:189px 35px 18px 14px;
}
}
@media (max-device-width:359px) {
.goods-List {
	margin-left:-4px;
	margin-right:-4px;
}
.mainGoods-article .product-box,
.product-box {
	width:calc(50% - 8px);
	margin-left:4px;
	margin-right:4px;
	grid-template-rows:181px 35px 32px 14px;
}
.product-box .pro-price .priceS {
	display:block;
}
.product-box .pro-price .price-del {
	margin-left:0;
}
}
@media (max-device-width:340px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:166px 35px 32px 14px;
}
}
@media (max-device-width:319px) {
.mainGoods-article .product-box,
.product-box {
	grid-template-rows:143px 35px 32px 14px;
}
}


#mainGoods-Best {
	margin:100px 0;
}
.mainGoods-Best-in {
	display:inline-block;
}
.mainGoods-top {
	clear:both;
	position:relative;
	margin-bottom:100px;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
}
.mainGoods-top .titleimg {
	flex:0 0 auto;
	width:454px;
	margin-right:10px;
	padding-bottom:40px;
}
.mainGoods-top .mainGoods-top-in {
	flex:1 0 0%;
	position:relative;
	box-sizing:border-box;
	overflow:hidden;
}
#mainGoods-Best .swiper-slide {
	width:352px;
	overflow:hidden;
	border-radius:2rem;
	box-shadow:0 5px 12px rgba(0,0,0,0.3);
}
#mainGoods-Best .swiper-pagination {
	top:auto;
	bottom:0;
	left:15px;
	right:25px;
}
#mainGoods-Best .swiper-pagination-progressbar .swiper-pagination-progressbar-fill,
#mainGoods-Best .swiper-pagination-progressbar {
	border-radius:15px 15px;
}
.mainGoods-article {
	clear:both;
	margin-left:-10px;
	margin-right:-10px;
}
@media (max-device-width:1369px) {
.mainGoods-top {
	display:none;
}
}
@media (max-device-width:1199px) {
#mainGoods-Best {
	margin:80px 0;
}
.mainGoods-article {
	margin-left:-8px;
	margin-right:-8px;
}
}
@media (max-device-width:1023px) {
#mainGoods-Best {
	margin:65px 0;
}
.mainGoods-article {
	margin-left:-6px;
	margin-right:-6px;
}
}
@media (max-device-width:767px) {
#mainGoods-Best {
	margin:48px 0;
}
}
@media (max-device-width:539px) {
#mainGoods-Best {
	margin:30px 0;
}
}

/*-- Sub Top Ranking --*/
.goods-Rank-section {
	clear:both;
	position:relative;
	margin:0 auto 40px auto;
	padding:0 44px;
	box-sizing:border-box;
}
.goods-Rank-section h2 {
	margin-left:-44px;
	margin-bottom:25px;
	text-align:left;
	color:#898989;
}
.goods-Rank-section .product-box {
	width:100%;
	height:100%;
	margin:0;
	padding-bottom:8px;
	grid-template-rows:1fr 46px 24px;
	grid-template-areas:"goods_thumbs" "goods_title" "goods_price";
	border-radius:1.25rem;
	overflow:hidden;
}
.goods-Rank-section .product-box .pro-thumb {
	width:100%;
	overflow:hidden;
	border-radius:0;
}
.goods-Rank-section .product-box .pro-title {
	font-size:19px;
}
.goods-Rank-section .product-box .pro-price .priceS {
	color:#316245;
}
@media (max-device-width:1199px) {
.goods-Rank-section {
	margin-top:40px;
}
.goods-Rank-section .product-box {
	grid-template-rows:1fr 42px 24px;
}
.goods-Rank-section .product-box .pro-title {
	font-size:17px;
}
}
@media (max-device-width:1023px) {
.goods-Rank-section {
	padding-left:30px;
	padding-right:30px;
}
.goods-Rank-section h2 {
	margin-left:-30px;
	margin-bottom:15px;
}
.goods-Rank-section .product-box {
	grid-template-rows:1fr 34px 20px;
}
.goods-Rank-section .product-box .pro-title {
	font-size:14px;
}
.goods-Rank-section .product-box .pro-price {
	font-size:16px;
}
.goods-Rank-section .product-box .pro-price .priceS {
	font-size:20px;
}
}
@media (max-device-width:767px) {
.goods-Rank-section {
	padding-left:22px;
	padding-right:22px;
}
.goods-Rank-section h2 {
	margin-left:-22px;
}
.goods-Rank-section h2 img {
	max-height:24px;
}
.goods-Rank-section .product-box {
	border-radius:1rem;
}
}
@media (max-device-width:639px) {}
@media (max-device-width:539px) {
.goods-Rank-section {
	margin-top:25px;
}
.goods-Rank-section .product-box {
	border-radius:0.75rem;
	grid-template-rows:1fr 30px 18px;
}
.goods-Rank-section .product-box .pro-title {
	font-size:13px;
}
.goods-Rank-section .product-box .pro-price {
	font-size:14px;
}
.goods-Rank-section .product-box .pro-price .priceS {
	font-size:16px;
}
}



/*** 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 {
	color:#fff;
	text-decoration:none;
	background-color:#326245;
	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:#ffa130;
	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:#ffa130;
	border:0px solid #ffa130;
	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:429px) {
.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;
	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;
}
@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:429px) {
.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;
}
@media (max-device-width:1369px) {
.contents-inner .sub-con {
	padding: 20px 0px;
}
}

.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;
}
