
@charset "UTF-8";

/*--- 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;
}
.inner-wx {
	width:1570px;
	margin:0 auto;
	box-sizing:border-box;
}
@media (max-device-width:1399px) {
#wrap {
	width:100%;
	min-width:auto;
}
.inner-wx {
	width:100%;
	padding-left:25px;
	padding-right:25px;
}
}
@media (max-device-width:539px) {
.inner-wx {
	padding-left:15px;
	padding-right:15px;
}
}


._pc {display:block;}
._mb {display:none;}

.img100 {
	width:auto;
	max-width:100%;
}

h2 {
	color: #202020;
	line-height: 1;
	font-family: 'Nanum Square Round';
	font-size: 62px;
	font-weight: 800;
	margin-bottom:30px;
}
h3 {
	color: #202020;
	line-height: 1.1;
	font-size: 36px;
	font-weight: 800;
}
h4 {
	color: #202020;
	line-height: 1.2;
	font-size:24px;
	font-weight: bold;
}
@media (max-device-width:1199px) {
h2 {
	font-size: 48px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size:21px;
}
}
@media (max-device-width:1023px) {
h2 {
	font-size: 40px;
}
}
@media (max-device-width:767px) {
h2 {
	font-size: 32px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size:19px;
}
}
@media (max-device-width:539px) {
h2 {
	font-size: 28px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size:17px;
}
}


#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;
	clear: both;
	width: 100%;
	padding-top:0px;
	text-align: center;
	display:flex;
	flex-wrap:wrap;
}
@media (max-device-width:1399px) {
#Header {
	display: none;
}
}
.logo-section-inner {
	display:none;
	position: relative;
	min-height:88px;
	margin: 0 auto;
	display:flex;
	align-items:center;
	justify-content:end;
}
.logo-section-inner .logo {
	position: absolute;
	height:78px;
	left: 50%;
	top:25px;
	transform:translateX(-50%);
}

.top-util-bn {
	float:right;
	margin-top:12px;
	text-align:left;
	display:inline-flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:end;
	grid-area:top_csbtn;
}
.top-util-bn > * {
	flex:0 0 100%;
	margin-top:5px;
}
.top-util-bn > :first-child {
	margin-top:0;
}
.top-util-bn a {
	display:block;
	line-height:1.3;
	text-decoration:none;
	font-size:17px;
	color:#fff;
	border-radius:10rem;
}
/*
.top-util-bn a + a {
	margin-left:8px;
}*/
.top-util-bn a.topbn_black {
	background-color:#242424;
}
.top-util-bn a.topbn_blue {
	background-color:#03a9fc;
}

.top-util-menu {
	float:right;
	grid-area:top_util;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	text-indent:-10000;
	font-family:'Noto Sans KR';
	font-size: 0;
	font-weight:500;
	padding: 0px;
	margin: 0px;
}
.top-util-menu ul li + li {
	margin-left:12px;
}
.top-util-menu ul li a {
	display:block;
	position:relative;
	line-height:25px;
	color: #333333;
	text-decoration: none;
}
.top-util-menu ul li a.none_i::before {
	display:none;
}
.top-util-menu ul li a::before {
	content:'';
	display: inline-block;
	width:40px;
	height:44px;
	vertical-align:middle;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
}
.top-util-menu ul li a.login::before {
	background-image:url(/img/icons/i_lock.png);
}
.top-util-menu ul li a.logout::before {
	background-image:url(/img/icons/i_logout.png);
}
.top-util-menu ul li a.join::before {
	background-image:url(/img/icons/i_user_plus.png);
}
.top-util-menu ul li a.mypage::before {
	background-image:url(/img/icons/i_user_window.png);
}
.top-util-menu ul li a.cart::before {
	background-image:url(/img/icons/i_shopping_cart.png);
}
.top-util-menu ul li a.order::before {
	background-image:url(/img/icons/i_orderlist.png);
	background-size:33px;
}
.top-util-menu ul li .join_point {
	position:absolute;
	top:-42px;
	left:50%;
	transform:translateX(-50%);
	width:84px;
	height:42px;
	background:url(/img/i_join_balloon.png) no-repeat 50% 50%;
	background-size:contain;
}
.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;
}



/*--- 검색바 ---*/
#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height: 1000vh;
	box-sizing: border-box;
	margin: 0px;
	padding: 28px 25px;
	background-color:rgba(0,0,0,0.9);
}

#search-wrap {
	float:right;
	margin-left:45px;
}

.search-inner {
	margin: 0 auto;
	display:flex;
	align-items:center;
	justify-content:center;
	height:100vh;
}

.search-bar {
	float:none;
	width: 400px;
	height: 64px;
	box-sizing:border-box;
	background-color: #fff;
	border: 2px solid #03a9fc;
	border-radius: 10rem;
}
.g_window .gbox {
	float: left;
	box-sizing:border-box;
	width:calc(100% - 55px);
	margin: 0px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	height: 60px;
	box-sizing:border-box;
	margin: 0px;
	padding: 10px 8px 10px 25px;
	border: 0;
	outline: none;
	line-height:40px;
	font-family:'Noto Sans KR', 'Nanum Gothic', dotum, gulim;
	font-size:16px;
	text-align: left;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window .gbox input::placeholder {
	color: #03a9fc;
}
.g_window .btn_arw {
	float: right;
	width:30px;
	height:30px;
	margin-top:15px;
	margin-right:25px;
}
.g_window .btn_arw input[type=image] {
	width:100%;
	height:100%;
}
.schbt-close {
	float:left;
	width: 37px;
	height:37px;
	margin-left:15px;
	background:url(/img/icon_closed.png) no-repeat 50% 50%;
	background-size:cover;
	cursor:pointer;
}
@media (max-device-width:1399px) {
#search-wrap {
	display: none;
}

}
@media (max-device-width:1199px) {
#search-wrap-mb {
	height: 100px;
	background-color: #03a9fc;
}
.search-inner {
	height:auto;
}
.search-bar {
	float:left;
	width:400px;
	height: 44px;
}
.g_window .gbox {
	width:calc(100% - 40px);
}
.g_window .gbox input {
	height: 40px;
	padding: 0 8px 0 15px;
	font-size:14px;
}
.g_window .btn_arw {
	width:20px;
	height:20px;
	margin-top:9px;
	margin-right:20px;
}
}
@media (max-device-width:539px) {
#search-wrap-mb {
	height: 56px;
	padding: 6px 10px;
}
.search-bar {
	width:290px;
}
.schbt-close {
	margin-left:10px;
}
}
@media (max-device-width:359px) {
.search-bar {
	width:218px;
}
}
/***** Search END *****/


#Footer {
	clear: both;
	width: 100%;
	box-sizing:border-box;
	margin:0;
	padding:0px;
	text-align: center;
	background-color:#0c0b12;
}
.bottom-inner {
	position: relative;
	margin: 0 auto;
}
#Footer > .bottom-inner:first-child {
	background-color:#1f1e24;
}
.bottom-CSrow {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin:0px auto;
	padding:40px 0;
}
.bottom-CSrow .bottom-csBox {
	flex:1 0 0%;
	position:relative;
	box-sizing:border-box;
	margin:0;
	padding:15px 40px 8px 40px;
	word-break:keep-all;
	text-align:left;
	line-height:1.2;
	letter-spacing:-1px;
	font-family:'SUITE';
	font-size:14px;
	font-weight:500;
	color:#a0a0a0;
}
.bottom-CSrow > *::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:1px;
	background-color:#fff;
	opacity:0.15;
}
.bottom-CSrow > :first-child {
	padding-left:0;
}
.bottom-CSrow > :first-child::before {
	display:none;
}
.bottom-CSrow > :last-child {
	padding-right:0;
}
.bottom-csBox h3 {
	margin-bottom:10px;
	text-align:left;
	line-height:1;
	font-family:'NanumSquare';
	font-size:19px;
	font-weight:800;
	color:#fff;
}
.bottom-csBox.cs-center {
	flex:0 0 33%;
	font-weight:800;
}
.bottom-csBox.cs-bank {
	flex:0 0 40%;
	line-height:1.6;
	font-size:16px;
}
.bottom-csBox.cs-bank h3 {
	margin-bottom:0;
}
.bottom-csBox.cs-contact {
	letter-spacing:-0.035rem;
}
.bottom-csBox.cs-contact h3 {
	margin-bottom:15px;
	font-size:24px;
	font-weight:bold;
}
.bottom-csBox .cs-row {
	display:flex;
	flex-wrap:wrap;
}
.bottom-csBox .cs-col {
	flex:1 0 0%;
	position:relative;
}
.bottom-csBox .cs_tel {
	padding-right:60px;
}
.bottom-csBox .cs_tel h4 {
	margin-bottom:12px;
	line-height:1;
	font-family:'NanumSquare';
	font-size:30px;
	font-weight:800;
	color:#fff;
}
.bottom-csBox .cs_kakao h4 {
	position:relative;
	margin-bottom:5px;
	line-height:1;
	font-family:'NanumSquare';
	font-size:19px;
	font-weight:800;
	color:#fff;
}
.bottom-csBox .cs_kakao h4::after {
	content:'';
	display: inline-block;
	vertical-align:middle;
	margin-left:15px;
	margin-bottom:-8px;
	width:48px;
	height:48px;
	background:url(/img/icons/sns_i_kakao_dark.png) no-repeat 50% 50%;
	background-size:contain;
}
.bottom-csBox.cs-bank .cs-row + .cs-row {
	margin-top:20px;
}
.bottom-csBox.cs-bank .cs-row > :first-child {
	flex:0 0 124px;
	padding-right:15px;
}

.bottom-csBox.cs-bank ._bank_number {}
.bottom-csBox.cs-bank ._return_address {
	letter-spacing:0;
	color:#777;
}

.bottom-csBox.cs-contact ul {
	list-style:none;
	margin-left:30px;
}
.bottom-csBox.cs-contact li {
	position:relative;
	margin-bottom:10px;
	font-weight:bold;
}
.bottom-csBox.cs-contact li::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:-30px;
	width:16px;
	height:16px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	filter:invert(1)
}
.bottom-csBox.cs-contact li._tel::before {
	background-image:url(/img/icons/i_tel.png);
}
.bottom-csBox.cs-contact li._time::before {
	background-image:url(/img/icons/i_time.png);
}
.bottom-csBox.cs-contact li._mail::before {
	background-image:url(/img/icons/i_mail.png);
}

.copyright {
	position:relative;
	margin-right:150px;
	padding:60px 200px 80px 200px;
	text-align:center;
	line-height:1.6;
	font-family:'Noto Sans KR';
	font-size:14px;
	font-weight:500;
	color:#909090;
}
.copyright .copyblank {
	display:inline-block;
	margin-left:10px;
	margin-right:10px;
}
.copyright .copyblank::before {
	content:'/';
}
#Footer .esc {
	position: absolute;
	top:60px;
	right:5px;
}

.bottom-utilmenu {
	float:right;
	display: inline-block;
	box-sizing:border-box;
	margin-top:60px;
	text-align:right;
}
.bottom-utilmenu ul {
	display:inline-block;
	list-style:none;
	margin:0 auto;
}
.bottom-utilmenu li {
	clear:both;
	position:relative;
	font-family:'Noto Sans KR';
	font-size:12px;
	color:#a5a5a5;
}
.bottom-utilmenu li + li {
	margin-top:8px;
}
/*
.bottom-utilmenu li + li::before {
	content:'';
	display:none;
	position:absolute;
	width:1px;
	height:12px;
	top:50%;
	left:0;
	transform:translateY(-50%);
	background-color:#666666;
}
.bottom-utilmenu li:first-child {
	padding-left:0;
}*/
.bottom-utilmenu li a {
	display:block;
	color:#a5a5a5;
}
.bottom-utilmenu li a:hover {
	color:#ffffff;
	text-decoration:underline;
}
.bottom-sns {
	position:absolute;
	top:95px;
	right:135px;
}
.bottom-sns > * {
	float:left;
}
.bottom-sns > * + * {
	margin-left:8px;
}
.bottom-sns a {
	display:block;
	width:22px;
	height:22px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(7457%) hue-rotate(117deg) brightness(96%) contrast(112%);
}
.bottom-sns a.insta {
	background-image:url(/img/icons/sns_i_insta.png);
}
.bottom-sns a.facebook {
	background-image:url(/img/icons/sns_i_facebook.png);
}
.bottom-sns a.blog {
	background-image:url(/img/icons/sns_i_blog.png);
}
.bottom-sns a.twitter {
	background-image:url(/img/icons/sns_i_twitter.png);
}
.bottom-sns a.kakao {
	background-image:url(/img/icons/sns_i_kakao.png);
}
@media (max-device-width:1399px) {
.bottom-csBox.cs-center {
	flex:0 0 30%;
}
.bottom-csBox.cs-bank {
	flex:0 0 43%;
}
.bottom-csBox .cs_tel {
	margin-bottom:15px;
	padding-right:0;
	flex:0 0 100%;
}

.copyright {
	padding-left:0;
	padding-right:0;
	text-align:left;
}
}
@media (max-device-width:1023px) {
.bottom-csBox.cs-center {
	flex:0 0 35%;
}
.bottom-csBox.cs-bank {
	flex:0 0 35%;
}
.bottom-csBox.cs-bank .cs-row > :first-child {
	flex:0 0 100%;
	margin-bottom:15px;
}

.copyright {
	padding-right:140px;
}
.copyright .copyblank {
	display:block;
	margin:0;
	line-height:0;
}
.copyright .copyblank::before {
	display:none;
}
.bottom-sns {
	top:62px;
	right:0;
}
#Footer .esc {
	top:95px;
}
}
@media (max-device-width:767px) {
.bottom-CSrow {
	padding:0;
}
.bottom-CSrow .bottom-csBox {
	flex:0 0 100%;
	padding:40px 0;
}
.bottom-CSrow > *::before {
	bottom:auto;
	width:100%;
	height:1px;
}

.bottom-csBox .cs_tel {
	flex:1 0 0%;
	padding-right:45px;
}

.bottom-utilmenu {
	float:none;
	width:100%;
	margin-top:30px;
	margin-bottom:30px;
	text-align:left;
}
.bottom-utilmenu li {
	clear:none;
	float:left;
	margin-right:10px;
}
.bottom-utilmenu li + li {
	margin-top:0;
}

.copyright {
	margin-right:0;
	padding-top:0;
	padding-right:90px;
}
.bottom-sns {
	top:-45px;
}
}
@media (max-device-width:539px) {
.bottom-csBox .cs_tel {
	flex:0 0 100%;
	padding-right:0;
}

.bottom-utilmenu {
	padding-right:140px;
}
.bottom-utilmenu li {
	margin-bottom:8px;
}
.copyright {
	font-size:12px;
}
.bottom-sns {
	top:-52px;
}
#Footer .esc {
	right:0;
}
}
@media (max-device-width:359px) {
}


.subject {
	margin-bottom:45px;
	text-align:center;
	letter-spacing:-0.07em;
	font-family:'Tmoney Round Wind', 'Nanum Square Round';
	color:#333;
}
.subject h2 {
	margin-bottom:15px;
	font-family:'Tmoney Round Wind', 'Nanum Square Round';
	color:#317efe;
}
.subject h3 {
	margin-bottom:15px;
	font-weight:300;
	color:#317efe;
}
.subject h5 {
	font-size:24px;
	font-weight:300;
}
@media (max-device-width:1199px) {
.subject {
	margin-bottom:35px;
}
.subject h5 {
	font-size:19px;
}
}
@media (max-device-width:1023px) {
.subject h2,
.subject h3 {
	margin-bottom:10px;
}
.subject h5 {
	font-size:17px;
}
}
@media (max-device-width:767px) {
.subject {
	margin-bottom:25px;
}
.subject h5 {
	font-size:14px;
}
}
@media (max-device-width:767px) {
.subject h2,
.subject h3 {
	margin-bottom:8px;
}
}


#Visual-section {
	position: relative;
	width: 100%;
	height: auto; /*670px;*/
	margin:0px;
	text-align: center;
}
/*
@media (min-width:2560px) {
#Visual-section {
	height:800px;
}
}
@media (max-device-width:1399px) {
#Visual-section {
	height:980px;
}
}
@media (max-device-width:1199px) {
#Visual-section {
	height:900px;
	margin-top:0;
}
}
@media (max-device-width:1023px) {
#Visual-section {
	height:760px;
}
}
@media (max-device-width:767px) {
#Visual-section {
	height:720px;
}
}
@media (max-device-width:639px) {
#Visual-section {
	height:640px;
}
}
@media (max-device-width:539px) {
#Visual-section {
	height:530px;
}
}
@media (max-device-width:479px) {
#Visual-section {
	height:480px;
}
}
@media (max-device-width:419px) {
#Visual-section {
	height:450px;
}
}
@media (max-device-width:359px) {
#Visual-section {
	height:400px;
}
}*/

#slide-section {
	display: none;
	position: relative;
	z-index: 8;
	clear:both;
	width: 100%;
	height: 52px;
	background-color: #fff;
	border-bottom:1px solid #e4e4e4;
}
@media (max-device-width:1199px) {
#slide-section {
	display: block;
}
}


#mainReview-section {
	clear: both;
	position:relative;
	z-index:1;
	margin:85px 0;
	padding: 0;
	text-align: center;
	background:#fff;
}
.mainReview-inner {
	position:relative;
}
#mainReview-section h2 {
	clear: both;
	margin: 0px auto;
	padding: 0;
	word-break:keep-all;
	text-align: center;
	line-height:1;
	font-size:48px;
	font-weight: 800;
	color:#000;
}
#mainReview-section h5 {
	margin:15px 0;
	word-break:keep-all;
	text-align: center;
	line-height:1.3;
	font-size:17px;
	font-weight:500;
	color:#808080;
}
#mainReview-section .btn_more {
	position: relative;
	z-index:5;
	margin-top:25px;
	margin-bottom:40px;
	text-align:center;
}
#mainReview-section .btn_more a {
	display: inline-block;
	padding:12px 25px;
	text-decoration:none;
	font-size:17px;
	font-weight:800;
	color:#ffffff;
	background-color:#03a9fc;
	border-radius:5rem;
}
@media (max-device-width:1199px) {
#mainReview-section {
	margin-top:65px;
}
#mainReview-section h2 {
	font-size:40px;
}
}
@media (max-device-width:1023px) {
#mainReview-section {
	margin-top:50px;
	margin-bottom:60px;
}
#mainReview-section h2 {
	font-size:38px;
}
#mainReview-section .btn_more a {
	padding:10px 25px;
}
}
@media (max-device-width:767px) {
#mainReview-section h2 {
	padding-left:65px;
	padding-right:65px;
	font-size:32px;
}
#mainReview-section h5 {
	padding-left:65px;
	padding-right:65px;
	font-size:16px;
}
#mainReview-section .btn_more {
	margin-top:15px;
	margin-bottom:25px;
}
#mainReview-section .btn_more a {
	font-size:15px;
}
}
@media (max-device-width:539px) {
#mainReview-section {
	margin-top:30px;
	margin-bottom:45px;
}
#mainReview-section h2 {
	padding-left:45px;
	padding-right:45px;
	font-size:28px;
}
#mainReview-section h5 {
	padding-left:45px;
	padding-right:45px;
	font-size:14px;
}
#mainReview-section .btn_more a {
	padding:8px 25px;
	font-size:14px;
}
}
@media (max-device-width:419px) {
	
}


#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;
}
}


.banner-row {
	display:flex;
	flex-wrap:wrap;
	align-items:start;
}
.banner-row .banner-col {
	flex:1 0 0%;
	box-sizing:border-box;
	text-align:center;
}

#mainBan-section {
	clear: both;
	width: 100%;
	margin: 85px 0px;
}
#mainBan-section .banner-row {
	align-items:stretch;
	clear:both;
	list-style: none;
	margin-left:auto;
	margin-right:auto;
}
#mainBan-section .banner-col {
	flex:1 0 0%;
	box-sizing:border-box;
	margin: 0px;
	padding:0px;
	text-align:center;
}
#mainBan-section a {
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
}
#mainBan-section img {
	width: 100%;
	object-fit:cover;
}

#mainBan-section .banner-wide > :nth-child(odd) {
	padding-left:172px;
	text-align:right;
}
#mainBan-section .banner-wide > :nth-child(even) {
	padding-right:172px;
	text-align:left;
}
#mainBan-section .banner-wide > :nth-child(1) {
	background-color:#fdecec;
}
#mainBan-section .banner-wide > :nth-child(2) {
	background-color:#f3e3ce;
}
@media (max-device-width:1399px) {
#mainBan-section .banner-wide > :nth-child(odd) {
	padding-left:0;
}
#mainBan-section .banner-wide > :nth-child(even) {
	padding-right:0;
}
}
@media (max-device-width:1023px) {
#mainBan-section {
	margin-top:60px;
	margin-bottom:60px;
}
}
@media (max-device-width:767px) {
#mainBan-section {
	margin-top:45px;
	margin-bottom:45px;
}
}
@media (max-device-width:539px) {
#mainBan-section .banner-col {
	flex:0 0 100%;
}
}
@media (max-device-width:359px) {
}


/***** 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:15px;
}
.qmbt-close {
	position:absolute;
	top:-15px;
	right:15px;
	width:28px;
	height:28px;
	background-color:#fff;
	border-radius:100%;
}
.qmbt-close::after {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	cursor:pointer;
	background:url(/img/icons/i_closed_bold.png) no-repeat 50% 50%;
	background-size:14px;
	filter: brightness(0) saturate(100%) invert(58%) sepia(70%) saturate(2034%) hue-rotate(320deg) brightness(103%) contrast(119%);
}
.qm-fixed {
	display:none;
	position:fixed;
	z-index:99;
	width:80px;
	bottom:140px;
	right:15px;
}
.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:-150px;
	width:275px;
	box-sizing:border-box;
	padding:25px 20px;
	color:#fff;
	letter-spacing:-1px;
	font-size:17px;
	font-weight:700;
	letter-spacing:0;
	line-height:1.2;
	text-align:center;
	background-color:#03a9fc;
	border-radius:2rem;
	box-shadow:-5px 3px 15px rgba(0,0,0,0.15);
}
.qm-csbox h5 {
	margin-bottom:8px;
	font-size:19px;
	font-weight:800;
	color:#fff;
}
.qm-csbox h4 {
	margin-bottom:0;
	font-size:24px;
	font-weight:800;
	color:#ffee1d;
}

.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:1399px) {
.qm-wrap._pc {
	display:none;
}
.qm-fixed {
	display:block;
}
.qm-fixed-bottom {
	display:none;
}
}
@media (max-device-width:1199px) {
.qm-fixed {
	width:64px;
}
.qm-csbox {
	right:70px;
}
}
@media (max-device-width:1023px) {
.qm-csbox {
	width:265px;
	font-size:16px;
	border-radius:1.75rem;
}
.qm-csbox h4 {
	font-size:21px;
}
.qm-csbox h5 {
	font-size:18px;
}
}
@media (max-device-width:767px) {
.qm-fixed {
	width:48px;
	right:15px;
	bottom:90px;
}
.qm-csbox {
	width:240px;
	right:55px;
}
}
@media (max-device-width:539px) {
.qm-fixed {
	right:10px;
	width:36px;
}

.qm-csbox {
	right:45px;
	width:210px;
	font-size:14px;
	border-radius:1rem;
}
.qm-csbox h4 {
	font-size:18px;
}
.qm-csbox h5 {
	font-size:16px;
}
}
@media (max-device-width:410px) {
}
@media (max-device-width:359px) {
.qm-csbox {
	width:190px;
	padding:20px 15px;
}
}
/***** END quick *****/


#contents {
	clear:both;
	width: 100%;
	box-sizing:border-box;
}
#contents-inner,
.contents-inner {
	position: relative;
	min-height: 740px;
	box-sizing:border-box;
	text-align: center;
	margin: 0 auto;
}
#contents-inner .product {
	display: table;
	clear: both;
	margin: 30px -18px;
	text-align: left;
}
@media (max-width:1599px) {
#contents-inner .product {
	margin-left:0;
	margin-right:0;
}
}
@media (max-width:1199px) {
#contents-inner {
	width: 100%;
}
}
@media (max-device-width:1399px) {
#contents-inner .product {
	margin-left:-12px;
	margin-right:-12px;
}
}
@media (max-device-width:1199px) {
#contents-inner .product {
	margin: 20px 30px;
}
#contents-inner .product h3 img {
	height:56px;
}
}
@media (max-device-width:767px) {
#contents-inner,
.contents-inner {
	min-height: 480px;
}

#contents-inner .product {
	margin-left:10px;
	margin-right:10px;
}
}


.goodsList {
	clear: both;
	min-height:500px;
	margin-left:-18px;
	margin-right:-18px;
	display:flex;
	flex-wrap:wrap;
	align-items:start;
}
.product-box {
	position:relative;
	z-index:1;
	float: left;
	width:calc(25% - 36px);
	height:auto;
	box-sizing: border-box;
	margin: 10px 18px 40px 18px;
	padding-bottom:8px;
	text-align: left;
	border: 1px solid transparent;
	border-radius:5px;
	display:grid;
	grid-template-columns:100%;
	grid-template-rows:484px minmax(24px, auto) 24px; /* 38px;*/
	grid-gap:15px 0px;
	grid-template-areas:'goodsthumbs' 'goodstitle' 'goodsprice';/* 'goodsicon';*/
}
.product-box:hover {
	border-color:#000;
}
.product-box._type2 {
	height:425px;
	grid-template-columns:100%;
	grid-template-rows:100%;
	grid-gap:20px 0px;
	grid-template-areas:'goodsthumbs';
}

.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:goodsthumbs;
	border-radius:5px;
	overflow:hidden;
}
.product-box .pro-thumb > div,
.product-box .pro-thumb a {
	position:relative;
	display:block;
	width: 100%;
	height: 100%;
}
.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 {
	grid-area:goodsicon;
	line-height: 0;
	text-align: left;
	margin-bottom:15px;
	display:none;
}
.product-box .pro-icon img {
	width:auto;
	height:23px !important;
}
/*
.product-box .pro-icon img + img {
	margin-left:5px;
}*/
.product-box .pro-icon._icontype2 {
	position:absolute;
	bottom:12px;
	left:12px;
}
.product-box .rank-numb {
	position:absolute;
	z-index:5;
	top:0;
	left:0;
	width:36px;
	height:36px;
	box-sizing:border-box;
	padding:8px 5px;
	line-height:1;
	text-align:center;
	font-size:18px;
	color:#fff;
	border-radius:5px 0;
	background-color:rgba(3,169,252,0.95);
/*	background:url(/img/icons/i_rank_sub.png) no-repeat 50% 0%;
	background-size:contain;*/
}
.product-box .pro-title {
	grid-area:goodstitle;
	clear: both;
	box-sizing: border-box;
	word-break:keep-all;
	line-height: 1.2;
	font-size: 21px;
	color: #000;
	font-weight: 800;
}
.product-box .pro-title a,
.product-box .pro-title a:hover {
	color: #000;
	text-decoration:none;
}
.product-box .pro-memo {
	display:none;
	clear: both;
	margin-top:5px;
	font-size:17px;
	font-weight:500;
	color: #666;
}
.product-box .pro-price {
	grid-area:goodsprice;
	clear: both;
	box-sizing: border-box;
	line-height:1;
	font-size: 21px;
	font-weight:800;
	color: #000;
}
.product-box .pro-price .priceB::before {
	content:'';
	display:none;
	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 {
	margin-left:20px;
	color:#cc3333;
}
.product-box .pro-price .priceS::after {
	content:'\0025';
}
.product-box .pro-price .price-del::before {
	content:'';
	display:none;
	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 {
	margin-left:6px;
	text-decoration:line-through;
	font-size:15px;
	color:#999;
}
.price-soldout {
	font-weight:bold;
	color:#959595;
}
.product-box .pro-price ._pleft {
	float: left;
	width: 61%;
}
.product-box .pro-price ._pright {
	float: right;
	width: 39%;
	padding-top:8px;
	text-align: left;
	font-size:18px;
	color:#e14242;
	font-weight:bold;
}

/* Product type2 */
.product-box._type2 .pro-memo,
.product-box._type2 > * {
	display:none;
}
.product-box._type2 .pro-thumb {
	display:block;
}
.product-box._type2 .pro-price,
.product-box._type2 .pro-title,
.product-box._type2 .pro-icon {
	display:none;
	position:absolute;
	z-index:3;
	left:50%;
	transform:translateX(-50%);
	padding-left:15px;
	padding-right:15px;
}
.product-box._type2 .pro-icon {
	top:15px;
	left:0;
	transform:none;
	margin-bottom:0;
}
.product-box._type2 .pro-title {
	bottom:130px;
	text-align:center;
	color:#fff;
}
.product-box._type2 .pro-title a:hover,
.product-box._type2 .pro-title a {
	color:#fff;
}
.product-box._type2 .pro-price {
	bottom:75px;
	text-align:center;
	font-size:36px;
	color:#fff;
}
.product-box._type2 .pro-price .priceB:after {
	content:'원';
	font-size:19px;
	font-weight:bold;
}
.product-box._type2 .pro-price .priceS,
.product-box._type2 .pro-price .price-del {
	display:none;
}
.product-box._type2:hover > .pro-price,
.product-box._type2:hover > .pro-title,
.product-box._type2:hover > .pro-icon {
	display:block;
}
.product-box._type2:hover > .pro-thumb::after {
	content:'';
	display:block;
	position:absolute;
	z-index:2;
	top:0;
	bottom:0;
	left:0;
	right:0;
	border-radius:1.25rem;
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 54%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.product_more {
	clear: both;
	position: relative;
	margin:60px auto 0 auto;
	text-align: center;
}
.product_more::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	left:0;
	transform:translateY(-50%);
	width:100%;
	height:1px;
	background-color:#e5e5e5;
}
.product_more > * {
	position:relative;
	z-index:2;
}
@media (max-device-width:1399px) {
.goodsList {
	margin-left:-12px;
	margin-right:-12px;
}
.product-box {
	width:calc(25% - 24px);
	margin-left:12px;
	margin-right:12px;
	grid-template-rows:405px minmax(24px, auto) 24px; /* 38px;*/
}
}
@media (max-device-width:1199px) {
.goodsList {
	margin-left:-10px;
	margin-right:-10px;
}
.product-box {
	width:calc(25% - 20px);
	margin-left:10px;
	margin-right:10px;
	grid-template-rows:354px minmax(24px, auto) 20px; /* 38px;*/
	grid-gap:12px 0px;
}
.product-box .pro-title {
	font-size:18px;
}
.product-box .pro-title a {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;   
}
.product-box .pro-memo {
	font-size:14px;
	display:none;
/*	display: -webkit-box;*/
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;   
}
.product-box .pro-price {
	font-size:19px;
}
.product-box .pro-price .price-del {
	font-size:14px;
}
}
@media (max-device-width:1110px) {
.product-box {
	grid-template-rows:318px minmax(24px, auto) 20px; /* 38px;*/
}
}
@media (max-device-width:1079px) {
.product-box {
	grid-template-rows:297px minmax(24px, auto) 20px; /* 38px;*/
}
.product-box .pro-title a {
	display: -webkit-box;
	overflow: hidden;
	white-space: normal;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	word-break: keep-all;   
}
}
@media (max-device-width:1023px) {
.goodsList {
	margin-left:-8px;
	margin-right:-8px;
}
.product-box {
	width:calc(25% - 16px);
	margin-left:8px;
	margin-right:8px;
	margin-bottom:25px;
	grid-template-rows:264px minmax(21px, auto) 42px; /* 32px;*/
	grid-gap:12px 0px;
}
.product-box .pro-title {
	font-size:16px;
	font-weight:bold;
}
.product-box .pro-price .priceS {
	display:block;
	margin-left:0;
	margin-top:4px;
}
.product-box .pro-icon {
	margin-bottom:12px;
}
.product-box .pro-icon img {
	height:20px !important;
}
}
@media (max-device-width:900px) {
.product-box {
	grid-template-rows:230px minmax(21px, auto) 42px; /* 32px;*/
}
}
@media (max-device-width:819px) {
.product-box {
	grid-template-rows:218px minmax(21px, auto) 42px; /* 32px;*/
}
}
@media (max-device-width:767px) {
.goodsList {
	margin-left:-10px;
	margin-right:-10px;
}
.product-box {
	width:calc(50% - 20px);
	margin-left:10px;
	margin-right:10px;
	grid-template-rows:371px minmax(21px, auto) 20px; /* 32px;*/
}
.product-box .pro-price .priceS {
	display: inline-block;
	margin-left:15px;
	margin-top:0;
}
.product-box .rank-numb {
	width:30px;
	height:30px;
	font-size:14px;
}
}
@media (max-device-width:639px) {
.product-box {
	grid-template-rows:306px minmax(21px, auto) 20px; /* 32px;*/
}
}
@media (max-device-width:539px) {
.goodsList {
	margin-left:-10px;
	margin-right:-10px;
}
.product-box {
	width:calc(50% - 20px);
	margin-left:10px;
	margin-right:10px;
	grid-template-rows:279px minmax(20px, auto) 18px; /* 30px;*/
}
.product-box .pro-memo {
	font-size:12px;
}
.product-box .pro-price {
	font-size:16px;
}
.product-box .pro-price .price-del {
	font-size:12px;
}
.product-box .pro-icon img {
	height:18px !important;
}
}
@media (max-device-width:479px) {
.product-box {
	grid-template-rows:247px minmax(18px, auto) 18px; /* 30px;*/
	grid-gap:10px 0px;
}
.product-box .pro-title {
	font-size:14px;
}
.product-box .pro-price {
	font-size:15px;
}
}
@media (max-device-width:419px) {
.goodsList {
	margin-left:-6px;
	margin-right:-6px;
}
.product-box {
	width:calc(50% - 12px);
	margin-left:6px;
	margin-right:6px;
	grid-template-rows:240px minmax(18px, auto) 18px; /* 30px;*/
}
}
@media (max-device-width:400px) {
.product-box {
	grid-template-rows:226px minmax(18px, auto) 18px; /* 30px;*/
}
.product-box .pro-price .priceS {
	margin-left:12px;
}
}
@media (max-device-width:389px) {
.product-box {
	grid-template-rows:218px minmax(18px, auto) 18px; /* 30px;*/
}
}
@media (max-device-width:359px) {
.product-box {
	grid-template-rows:184px minmax(18px, auto) 34px; /* 30px;*/
}
.product-box .pro-title a {
	-webkit-line-clamp:3;
}
.product-box .pro-price .priceS {
	clear:both;
	display:block;
	margin-left:0px;
	margin-top:4px;
}
}
@media (max-device-width:319px) {
.product-box {
	grid-template-rows:158px minmax(18px, auto) 34px; /* 30px;*/
}
}


.product-Tab {
	clear:both;
	position:relative;
	margin:0px auto;
	width:100%;
	height:100%;
	box-sizing:border-box;
}
.product-Tab li {
	float:left;
}
.product-Tab li + li {
	margin-left:5px;
}
.product-Tab a {
	display:block;
	min-width:75px;
	padding:15px 30px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	font-family:'Tmoney Round Wind', 'Nanum Square Round';
	font-size:28px;
	font-weight:800;
	color:#fff;
	background-color: #fe7160;
	border-radius:3rem;
	box-shadow:none;
	overflow:hidden;
	outline:none;
}
.product-Tab a:hover, .product-Tab a.on {
	text-decoration:none;
	color:#fff;
	background-color:#327fff;
}
.product-Tab a:focus {
	outline:none;
}
.product-Tab .swiper-wrapper {
	justify-content:center;
}
.product-Tab .swiper-slide {
	width:auto;
	text-align: center;
	background:transparent;
}
.product-Tab .swiper-slide img {
	display: inline-block;
	width:auto;
	height: 29px;
	object-fit: contain;
	border:0;
}
.product-maincon {
	margin-top:70px;
}
.product-maincon > div {
	display:none !important;
	min-height:700px;
}
.product-maincon > .on {
	display:flex !important;
}
@media screen and (max-device-width:1399px) {
.product-maincon {
	margin-top:60px;
}
.product-Tab a {
	font-size:21px;
}
}
@media screen and (max-device-width:1199px) {
.product-maincon > div {
	min-height:560px;
}
.product-Tab a {
	padding:12px 25px;
}
.product-Tab .swiper-wrapper {
	justify-content:start;
}
}
@media screen and (max-device-width:1023px) {
.product-maincon {
	margin-top:45px;
}
.product-maincon > div {
	min-height:480px;
}
.product-Tab a {
	padding:12px 20px;
	font-size:19px;
}
}
@media screen and (max-device-width:767px) {
.product-maincon {
	margin-top:35px;
}
.product-Tab a {
	padding:10px 20px;
	font-size:16px;
}
}
@media screen and (max-device-width:539px) {
.product-maincon > div {
	min-height:400px;
}
.product-Tab a {
	padding:8px 15px;
	font-size:14px;
}
.swiper.product-Tab {
	margin-right:-15px;
	margin-left:-15px;
	width:calc(100% + 30px);
	padding-left:15px;
}
}

#mainGoods-Best {
	clear:both;
	position:relative;
	margin-top:140px;
}
.mGoods-Best-inner {
	position:relative;
}
#mainGoods-Best h2 {
	position:relative;
	margin-bottom:50px;
	text-align:left;
	line-height:1;
	letter-spacing:-1px;
	font-size:48px;
	font-weight:800;
	color:#000;
}
#mainGoods-Best h2::before {
	content:'';
	display:block;
	position:absolute;
	top:-64px;
	left:-10px;
	width:64px;
	height:64px;
	background:url(/img/main/mtitle_bg_best.png) no-repeat 50% 50%;
	background-size:cover;
}
#mainGoods-Best h2 .texpl {
	margin-left:15px;
	font-size:21px;
	font-weight:bold;
	color:#666;
}
.mGoods-Best-List {
	position:relative;
	display:grid;
	grid-template-rows:415px 415px;
	grid-template-columns:602px 1fr 1fr 1fr;
	grid-gap:18px 14px;
}
.mGoods-Best-List._md {
	display:block;
	grid-template-rows:none;
	grid-template-columns:none;
	padding-left:65px;
	padding-right:65px;
}
.mGoods-Best-List .product-box._type2 {
	width:auto;
	height:auto;
	margin:0;
	border-radius:1.25rem;
}
.mGoods-Best-List .product-box._type2 .pro-thumb {
	border-radius:1.25rem;
}

.mGoods-Best-List > :nth-child(1) {
	margin-right:20px;
	grid-row:1/3;
	grid-column:1;
}
.mGoods-Best-List > :nth-child(1) > .pro-icon {
	top:20px;
}
.mGoods-Best-List > :nth-child(2) {
	grid-row:1;
	grid-column:2;
}
.mGoods-Best-List > :nth-child(3) {
	grid-row:1;
	grid-column:3;
}
.mGoods-Best-List > :nth-child(4) {
	grid-row:1;
	grid-column:4;
}
.mGoods-Best-List > :nth-child(5) {
	grid-row:2;
	grid-column:2;
}
.mGoods-Best-List > :nth-child(6) {
	grid-row:2;
	grid-column:3;
}
.mGoods-Best-List > :nth-child(7) {
	grid-row:2;
	grid-column:4;
}
.mGoods-Best-List > :nth-child(n+8) {
	display:none;
}

.mGoods-Best-List._md > :nth-child(1) {
	margin-right:0;
}
/*
@media (max-width:1399px) {
.mGoods-Best-List {
	grid-template-rows:360px 360px;
	grid-template-columns:540px 1fr 1fr 1fr;
}
}*/
@media (max-device-width:1399px) {
}
@media (max-device-width:1279px) {
}
@media (max-device-width:1199px) {
#mainGoods-Best {
	margin-top:120px;
}
#mainGoods-Best h2 {
	margin-bottom:45px;
	font-size:40px;
}
#mainGoods-Best h2::before {
	top:-50px;
	width:52px;
	height:52px;
}
#mainGoods-Best h2 .texpl {
	font-size:19px;
}
.mGoods-Best-List._md {
	padding-left:45px;
	padding-right:45px;
}
.mGoods-Best-List .product-box._type2,
.mGoods-Best-List .product-box._type2 .pro-thumb {
	border-radius:1.05rem;
}
}
@media (max-device-width:1023px) {
#mainGoods-Best h2 {
	margin-bottom:30px;
	font-size:38px;
}
#mainGoods-Best h2::before {
	top:-48px;
	width:48px;
	height:48px;
}
#mainGoods-Best h2 .texpl {
	font-size:17px;
}
.mGoods-Best-List .product-box._type2,
.mGoods-Best-List .product-box._type2 .pro-thumb {
	border-radius:0.942rem;
}
}
@media (max-device-width:900px) {
#mainGoods-Best {
	margin-top:100px;
}
}
@media (max-device-width:819px) {
}
@media (max-device-width:767px) {
#mainGoods-Best h2 {
	font-size:32px;
}
#mainGoods-Best h2 .texpl {
	font-size:16px;
}
}
@media (max-device-width:539px) {
#mainGoods-Best {
	margin-top:70px;
}
#mainGoods-Best h2 {
	font-size:28px;
}
#mainGoods-Best h2::before {
	top:-32px;
	left:-4px;
	width:32px;
	height:32px;
}
#mainGoods-Best h2 .texpl {
	font-size:14px;
}
.mGoods-Best-List._md {
	padding-left:0px;
	padding-right:0px;
	margin-left:-15px;
	margin-right:-15px;
}
}


#mainGoods-Cate {
	clear:both;
	position:relative;
	margin-bottom:100px;
}
.mGoods-Cate-inner {
	position:relative;
}
@media (max-device-width:1399px) {}
@media (max-device-width:1023px) {
#mainGoods-Cate {
	margin-bottom:80px;
}
}
@media (max-device-width:900px) {}
@media (max-device-width:767px) {}
@media (max-device-width:639px) {}
@media (max-device-width:599px) {}
@media (max-device-width:539px) {
#mainGoods-Cate {
	margin-bottom:65px;
}
}
@media (max-device-width:479px) {}
@media (max-device-width:400px) {}
@media (max-device-width:389px) {}
@media (max-device-width:359px) {}


/*-- Sub Top Ranking --*/
.goods-Rank-section {
	display:none;
	clear:both;
	position:relative;
	margin: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;
	grid-template-rows:320px 48px 24px;
	grid-template-areas:'goodsthumbs' 'goodstitle' 'goodsprice';
	grid-gap:12px 0px;
}
.goods-Rank-section .product-box .pro-memo {
	display:none;
}
@media (max-device-width:1399px) {
.goods-Rank-section {
	margin-top:25px;
}
}
@media (max-device-width:1023px) {
.goods-Rank-section {
	padding-left:48px;
	padding-right:48px;
}
.goods-Rank-section h2 {
	margin-left:-32px;
	margin-bottom:30px;
	margin-top:15px;
}
.goods-Rank-section .product-box {
	grid-template-rows:240px 46px 20px;
}
}
@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 {
	grid-template-rows:197px 38px 42px;
}
.goods-Rank-section .product-box .pro-title {
	font-size:16px;
}
.goods-Rank-section .product-box .pro-price {
	font-size:16px;
}
.goods-Rank-section .product-box .pro-price .price-del {
	font-size:12px;
}
.goods-Rank-section .product-box .pro-price .priceS {
	display:block;
	margin-left:0;
	margin-top:4px;
}
}
@media (max-device-width:539px) {
.goods-Rank-section .product-box {
	grid-template-rows:159px 38px 42px;
}
}

.document-list {
	justify-content:space-evenly;
}
.document-list .banner-col {
	flex:0 0 30%;
	margin-left:1%;
	margin-right:1%;
	margin-bottom:60px;
}


/*** 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: #151515;
	filter: brightness(0) saturate(100%) invert(13%) sepia(17%) saturate(0%) hue-rotate(166deg) brightness(97%) contrast(96%);
}
.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:flex;
	align-items:stretch;
	width:100%;
	padding:0;
	margin-bottom:10px;
}
.login-tab li {
	flex:1 0 0%;
	box-sizing:border-box;
	height:57px;
	text-align:center;
	border:2px solid #03a9fc;
	overflow:hidden;
}
.login-tab li + li {
	margin-left:-1px;
}
.login-tab li a {
	outline:none;
	display:block;
	color:#333;
	font-size:19px;
	font-weight:bold;
	line-height:55px;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
}
.login-tab li:first-child {
	border-radius:5px 0px 0px 5px;
}
.login-tab li:last-child {
	border-radius:0 5px 5px 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:#03a9fc;
	cursor: pointer;
}
.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: 12px 8px !important;
	line-height:1 !important;
	font-size:19px;
	color: #000000;
	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;
	font-weight:bold;
	background-color:#252525;
	border:0;
	border-radius:5px !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_brand {
	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;
	font-weight:500;
	background-color:#03a9fc;
	border-radius:15px !important;
}
.btn_login_brand:hover {
	color:#fff;
	text-decoration:none;
}
.btn_login_brand: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:21px;
	font-weight:500;
	background-color:#03a9fc;
	border:0px solid #b7b7b7;
	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: 56px;
	text-align:center;
	color: #909090;
	font-size:21px;
	font-weight:500;
	background-color:#fff;
	border:2px solid #bebebe;
	border-radius:8px !important;
}
.btn_agree2:hover {
	color:#333;
	text-decoration:none;
}
.btn_agree2:focus {
	outline:0;
}
.snsLoginkey {
	display:block;
	width:100%;
	height:49px;
	overflow:hidden;
	background-color:#fee500;
	border-radius:5px;
}
.snsLoginkey:hover {
	background-color:#f4dc00;
}

.join-form {
	clear:both;
	width: 720px;
	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 #666;
	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 {
	width:100%;
}
.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 {
	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:419px) {
.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;
}

.location {
	clear:both;
	display:inline-block;
	box-sizing:border-box;
	width: 100%;
	margin:18px auto;
	padding:10px;
	text-align: right;
	border:1px solid #ddd;
	border-width:1px 0;
	background-color:#f8f8f8;
}
.location ul {
	float: right;
	display:inline-flex;
	align-items:center;
}
.location ul li {
	flex:0 0 auto;
	position:relative;
	font-family:'SUITE', 'Noto Sans KR';
	font-size:14px;
	color:#898989;
}
.location ul li + li {
	margin-left:20px;
}
.location ul li + li::before {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:-15px;
	transform:translateY(-50%);
	width:11px;
	height:11px;
	background: url(/img/location_arrow.png) no-repeat 50% 50%;
}
@media (max-device-width:1399px) {
.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:419px) {
.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-bottom:0;
}

.sub-con {
	clear: both;
	box-sizing: border-box;
	padding: 25px 25px 45px 25px;
	line-height:1.4;
}

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

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

table.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;
}

