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

/*--- 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;
}
.screen-inner {
	width:1580px;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
}
@media (max-device-width:1199px) {
#wrap {
	min-width:auto;
}

.screen-inner {
	width:100%;
	padding-left:25px;
	padding-right:25px;
}
}
@media (max-device-width:767px) {
.screen-inner {
	padding-left:15px;
	padding-right:15px;
}
}


h2 {
	color: #202020;
	line-height: 1.4;
	font-size:48px;
	font-weight: bold;
	margin-bottom: 15px;
}
h2.h2 {
	font-size:35px;
}
h3 {
	color: #4e4e4e;
	line-height: 1.4;
	font-size: 36px;
	font-weight: bold;
}
h3.h3 {
	margin-bottom: 40px;
	text-align:left;
	font-size:32px;
	font-weight:bold;
	color:#363636;
}
h4 {
	color: #4e4e4e;
	line-height: 1.4;
	font-size:28px;
	font-weight: bold;
}
h5 {
	color: #959595;
	line-height: 1.4;
	font-size:16px;
	font-weight: bold;
}
h6 {
	color: #4e4e4e;
	line-height: 1.4;
	font-size: 36px;
	font-weight: bold;
}
@media (max-device-width:1199px) {
h2 {
	font-size:40px;
}
}
@media (max-device-width:1023px) {
h2 {
	font-size:36px;
}
}
@media (max-device-width:767px) {
h2, h2.h2 {
	font-size:32px;
}
}
@media (max-device-width:539px) {
h2, h2.h2 {
	font-size:28px;
}
}

.img100 {
	width:auto;
}

#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:auto;
	max-width:100%;
}

#Header {
	position: relative;
	clear:both;
	box-sizing:border-box;
	padding-bottom:30px;
}

.bg_center {
	display:none;
	clear:both;
	width:100%;
	height:0px;
	margin-bottom:0px;
	background-image:url(/img/wave_center_bg.png);
	background-position:50% 100%;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:cover;
	opacity:0.55;
}

@media (max-device-width:1199px) {
#Header {
	display:none;
}

.bg_center {
	height:60px;
	margin-bottom:25px;
}
}
@media (max-device-width:767px) {
.bg_center {
	height:45px;
}
}

.top-inner {
	position: relative;
	box-sizing:border-box;
	min-height:270px;
	padding: 30px 35px 45px 35px;
	background-color:#fff;
/*	border-radius:0 0 3rem 3rem;
	box-shadow:0 0 15px rgba(0,0,0,0.08);8*/
	display:flex;
	flex-wrap:nowrap;
}
.top-inner .top-left,
.top-inner .top-right {
	flex:0 0 auto;
	width:260px;
	box-sizing:border-box;
}
.top-inner .top-left {
	padding-top:42px;
	padding-right:40px;
}
.top-inner .top-right {
	padding-top:100px;
	padding-left:40px;
}
.top-inner .top-center {
	flex:1 0 0%;
	box-sizing:border-box;
	padding-top:130px;
}

.top-util-menu {
	position: absolute;
	top:40px;
	right: 35px;
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.top-util-menu ul li {
	position: relative;
	float: left;
	padding: 0px;
	margin: 0px;
	line-height:24px;
	font-size: 13px;
	color:#333;
}
.top-util-menu ul li + li {
	margin-left:15px;
}
.top-util-menu ul li a {
	display:block;
	color: #333;
	text-decoration: none;
}
.top-util-menu i {
	display:inline-block;
	vertical-align:top;
	margin-right:4px;
	width:24px;
	height:24px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:contain;
}
.top-util-menu i.i_join {
	background-image:url(/img/icons/i_member2.png);
}
.top-util-menu i.i_login {
	background-image:url(/img/icons/i_lock.png);
}
.top-util-menu i.i_cart {
	background-image:url(/img/icons/shopping-cart-icon-original.svg);
}
.top-util-menu i.i_point {
	position:absolute;
	bottom:-31px;
	left:50%;
	transform: translateX(-50%);
	margin-right:0;
	width:63px;
	height:31px;
	background-image:url(/img/join_i_point.png);
	animation-name: move;
	animation-duration:0.3s;
	animation-iteration-count: infinite;
}

@keyframes move {
	from {bottom:-31px; }
	to   {bottom:-35px; }
}


#Header .logo {
	position: absolute;
	top:35px;
	left: 50%;
	transform:translateX(-50%);
}

.top-bn {
	text-align:left;
}
.top-bn > * + * {
	margin-top:20px;
}
.top-bn > :nth-child(1) {
	margin-left:0px;
}
.top-bn a {
	display:inline-block;
}
.top-bt {
	clear:both;
	margin-top:10px;
}
.top-bt > * + * {
	margin-left:5px;
}
.top-bt a {
	display:inline-block;
	box-sizing:border-box;
	min-width:105px;
	padding:10px 15px;
	text-align:center;
	line-height:1.3;
	letter-spacing:-1px;
	font-size:16px;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	border:0;
	border-radius:5rem;
	background-color:#414141;
}
.top-bt a:hover {
	color:#fff;
	text-decoration:none;
}
.top-bt a.topbt_pink {
	background-color:#f07ba5;
}
.top-bt a.topbt_yellow {
	background-color:#f9e512;
}


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

#search-wrap {
	position: relative;
}
.search-bar {
	float:none;
	width: 192px;
	height: 40px;
	padding:0 12px;
	background-color: #fff;
	border: 2px solid #3366ff;
	border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-webkit-border-radius: 50px;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 36px);
	margin: 0px 4px 0 0;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	height: 40px;
	box-sizing:border-box;
	margin: 0px;
	padding: 0 3px;
	border: 0;
	outline: none;
	line-height:40px;
	text-align: left;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window .gbox input::placeholder {
	color: #3366ff;
}
.g_window .gbox input::-webkit-input-placeholder {
	color: #3366ff;
}
.g_window .gbox input:-ms-input-placeholder {
	color: #3366ff;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	display:inline-block;
	width:32px;
	height:40px;
}
.g_window .btn_arw a {
	display: block;
}
@media (max-device-width:1199px) {
#search-wrap {
	display:none;
}

.search-inner {
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:left;
	width: 260px;
	border:0;
}
.schbt-close {
	float:left;
	width: 37px;
	height:37px;
	margin-left:5px;
	background:url(/img/icon_closed.png) no-repeat 50% 50%;
	background-size:cover;
}
}
@media (max-device-width:359px) {
.search-bar {
	width: 180px;
}
}
/***** Search END *****/


#Footer {
	clear: both;
	width: 100%;
	margin-top:120px;
	padding:0px;
	text-align: center;
	word-break:keep-all;
	box-sizing:border-box;
}
#Footer .footer-top,
#Footer .footer-bottom {
	position:relative;
	box-sizing:border-box;
}
#Footer .footer-top::before,
#Footer .footer-bottom::before {
	content:'';
	display:none;
	position:absolute;
	top:-65px;
	left:0;
	right:0;
	height:65px;
	background-position:50% 0%;
	background-repeat:no-repeat;
	background-color:transparent;
	background-size:cover;
}
#Footer .footer-top {
	background-color:#fff;
	border:1px solid #c2c2c2;
	border-width:1px 0px;
}
#Footer .footer-top::before {
	background-image:url(/img/wave_bottom_bg1.png);
	filter: brightness(0) saturate(100%) invert(66%) sepia(68%) saturate(1259%) hue-rotate(296deg) brightness(100%) contrast(89%);
}
#Footer .footer-bottom {
	padding:45px 0;
	background-color:#fff;
}
#Footer .footer-bottom::before {
	background-image:url(/img/wave_bottom_bg2.png);
}
@media (max-device-width:1023px) {
#Footer {
	margin-top:100px;
}
}
@media (max-device-width:767px) {
#Footer .footer-top::before,
#Footer .footer-bottom::before {
	top:-45px;
	left:0;
	right:0;
	height:45px;
}
}
@media (max-device-width:539px) {
#Footer {
	margin-top:80px;
}
}

#Footer .bottom-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:space-between;
	box-sizing:border-box;
}
#Footer .bottom-col {
	flex:0 0 auto;
	position:relative;
	text-align:left;
	box-sizing:border-box;
}
.footer-info-inner > .bottom-row > .bottom-col + .bottom-col {
	border-left:1px solid rgba(160,160,160,0.25);
	margin-left:60px;
	padding-left:60px;
}

.footer-info-inner {
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	letter-spacing:-1px;
	font-size:14px;
	color:#858585;
	word-break:keep-all;
}
.footer-info-inner h5 {
	color:#333;
}
.copy-inner {
	position:relative;
	display:inline-block;
	box-sizing:border-box;
	margin-top:15px;
	margin-bottom:15px;
	word-break:keep-all;
}
#Footer .bottom-utim-menu {
	display:inline-block;
	list-style:none;
	clear:both;
	width:100%;
	box-sizing:border-box;
}
#Footer .bottom-utim-menu li {
	float:left;
	font-size:14px;
	font-weight:normal;
	color:#494949;
}
#Footer .bottom-utim-menu li + li {
	margin-left:15px;
}
#Footer .bottom-utim-menu li + li::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	width:1px;
	height:12px;
	background-color:#d2d2d2;
}

#Footer .bottom-utim-menu a {
	text-decoration:none;
	color:inherit;
}

#Footer .bottom-logo {
	float:left;
	width:178px;
	margin-right:45px;
	filter: brightness(0) saturate(100%) invert(40%) sepia(0%) saturate(1872%) hue-rotate(189deg) brightness(100%) contrast(92%);
}
#Footer .copyright {
/*	float:left;
	width:calc(100% - 223px);*/
	box-sizing:border-box;
	margin-top:25px;
	text-align: left;
	word-break:keep-all;
	line-height:1.6;
	font-size:14px;
	font-weight:500;
	color:#909090;
}
#Footer .copyright ._blank {
	display:inline-block;
	margin-left:6px;
	margin-right:6px;
}
#Footer .copyright ._blank::before {
	content:'\002F';
}

#Footer .esc {
	position: absolute;
	top:0;
	right:0;
	filter:grayscale(1) opacity(0.5);
}
#Footer .gflow {
	position: absolute;
	top: 45px;
	right: 120px;
}

.footer-info-inner h3 {
	margin-bottom:12px;
	text-align:left;
	font-family:'Nanum Square';
	font-size:24px;
	font-weight:800;
	color:#202020;
}
.footer-info-inner .bottom-2nd {
	position:relative;
	width:34%;
}
.footer-info-inner .bottom-contact {
	position:relative;
	width:24%;
}
.footer-info-inner .bottom-cs {
	width:340px;
	position:relative;
	font-size:15px;
	font-weight:bold;
}
.footer-info-inner .bottom-cs-contents {
}
.footer-info-inner .bottom-cs .bottom_tel {
	margin-top:12px;
	margin-bottom:8px;
	line-height:1.2;
	font-family:'Nanum Square';
	font-size:24px;
	font-weight:800;
	color:#f07ba5;
}
.footer-info-inner .bottom-cs .bottom_time {}
.footer-info-inner .bottom-cs .bottom-cs-kakao {
	display:inline-block;
	position:relative;
	padding:12px 30px;
	vertical-align:middle;
	text-decoration:none;
	font-size:24px;
	font-weight:bold;
	color:#252525;
	background-color:#ffdc3a;
	border-radius:0.415rem;
}
.footer-info-inner .bottom-cs .bottom-cs-kakao::after {
	content:'';
	display:inline-block;
/*	position:absolute;
	bottom:0;
	left:150px;*/
	margin-left:20px;
	margin-top:-8px;
	margin-bottom:-8px;
	width:35px;
	height:35px;
	background:url(/img/bottom_i_kakao.png) no-repeat 50% 50%;
	background-size:contain;
}
.footer-info-inner .bottom-bank {
	width:340px;
}
.footer-info-inner .bottom-bank h5 {
	font-size:19px;
}
.footer-info-inner .bottom-return {
	flex:1 0 0% !important;
	color:#646464;
}
.footer-info-inner .bottom-return .fs_small {
	margin-top:5px;
	font-size:12px;
	font-weight:500;
	color:#f07ba5;
}
.footer-info-inner .bottom-contact h3 {
	margin-right:0;
	margin-bottom:15px;
	font-size:24px;
	font-weight:bold;
}
.footer-info-inner .bottom-contact ol {
	list-style:none;
}
.footer-info-inner .bottom-contact li {
	position:relative;
	padding-left:24px;
	letter-spacing:-0.5px;
}
.footer-info-inner .bottom-contact li + li {
	margin-top:10px;
}
.footer-info-inner .bottom-contact li::before {
	content:'';
	display:inline-block;
	float:left;
	margin-left:-24px;
	width:17px;
	height:17px;
	vertical-align:middle;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.footer-info-inner .bottom-contact ._tel::before {
	background-image:url(/img/icons/i_tel_white.png);
}
.footer-info-inner .bottom-contact ._time::before {
	background-image:url(/img/icons/i_time_white.png);
}
.footer-info-inner .bottom-contact ._mail::before {
	background-image:url(/img/icons/i_email_white.png);
}
.bottom-sns {
	position:absolute;
	top:0;
	right:0;
}
.bottom-sns > * {
	display:inline-block;
	width:24px;
	height:24px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	background-color:transparent;
	border:0;
}
.bottom-sns > * + * {
	margin-left:2px;
}
.bottom-sns .i_insta {
	background-image:url(/img/icons/i_sns_insta_wh.png);
}
.bottom-sns .i_twitter {
	background-image:url(/img/icons/i_sns_twitter_wh.png);
}
.bottom-sns .i_facebook {
	background-image:url(/img/icons/i_sns_facebook_wh.png);
}
.bottom-sns .i_blog {
	background-image:url(/img/icons/i_sns_blog_wh.png);
}
@media (max-device-width:1399px) {
.footer-info-inner > .bottom-row > .bottom-col + .bottom-col {
	margin-left:45px;
	padding-left:45px;
}
}
@media (max-device-width:1199px) {
.footer-info-inner > .bottom-row > .bottom-col + .bottom-col {
	margin-left:30px;
	padding-left:30px;
}
.footer-info-inner .bottom-2nd {
	width:34%;
}
.footer-info-inner .bottom-contact {
	width:30%;
}
.footer-info-inner .bottom-cs,
.footer-info-inner .bottom-bank {
	width:270px;
}
.footer-info-inner .bottom-cs .bottom-cs-kakao {
	padding-left:25px;
	padding-right:25px;
	font-size:21px;
}
.footer-info-inner .bottom-return {
	padding-right:85px;
}

#Footer .copyright ._blank {
	display:block;
	margin-left:0;
	margin-right:0;
}
#Footer .copyright ._blank::before {
	content:'';
}
}
@media (max-device-width:1079px) {
}
@media (max-device-width:1023px) {
.footer-info-inner .bottom-2nd {
	width:34%;
}
.footer-info-inner .bottom-contact {
	width:32%;
}
.footer-info-inner .bottom-cs,
.footer-info-inner .bottom-bank {
	width:calc(50% - 31px);
}
.footer-info-inner .bottom-return {
	margin-left:0 !important;
	padding-left:0 !important;
	border-left:0 !important;
	margin-top:45px;
	padding-top:30px;
	border-top:1px solid rgba(160,160,160,0.25);
}

.bottom-sns {
	top:auto;
	right:auto;
	bottom:45px;
	left:25px;
}
#Footer .esc {
	top:30px;
}
}
@media (max-device-width:900px) {
#Footer .bottom-logo {
	float:none;
	clear:both;
	margin-right:0;
	margin-bottom:20px;
	text-align:left;
}
#Footer .copyright {
	float:none;
	clear:both;
	width:auto;
}
}
@media (max-device-width:767px) {
.footer-info-inner .bottom-2nd,
.footer-info-inner .bottom-contact {
	width:100%;
}

.bottom-sns {
	top:25px;
	right:60px;
	bottom:auto;
	left:auto;
}
}
@media (max-device-width:639px) {
.footer-info-inner > .bottom-row > .bottom-col + .bottom-col {
	margin-left:0;
	padding-left:0;
	border-left:0;
	margin-top:30px;
	padding-top:30px;
	border-top:1px solid rgba(160,160,160,0.25);
}
.footer-info-inner .bottom-cs,
.footer-info-inner .bottom-bank {
	width:100%;
}
}
@media (max-device-width:539px) {
#Footer .bottom-utim-menu li {
	font-size:12px;
}
#Footer .copyright {
	font-size:13px;
}
.footer-info-inner {
	font-size:13px;
}
.footer-info-inner h3 {
	font-size:19px;
}
.footer-info-inner .bottom-contact h3 {
	font-size:19px;
	letter-spacing:-0.5px;
}
.footer-info-inner h5 {
	font-size:15px;
}
.footer-info-inner .bottom-bank h5 {
	font-size:17px;
}
.bottom-sns {
	right:45px;
}
}
@media (max-device-width:479px) {
}
@media (max-device-width:359px) {
#Footer .bottom-logo {
	width:136px;
}
}


/***** Main *****-----------------------------*/
#Visual-section {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0px;
	padding:0 0 35px 0;
	text-align: center;
	background-color:#f6f6f6;
}
@media (max-device-width:1199px) {
#Visual-section {
	padding:35px 0;
}
}
@media (max-device-width:767px) {
#Visual-section {
	padding:25px 0;
}
}
@media (max-device-width:479px) {
#Visual-section {
	padding:15px 0;
}
}


#mainGift-section {
	clear:both;
	height:auto; /*640px;*/
	box-sizing:border-box;
	padding-top:0;
	padding-bottom:0;
	padding-left:12%;
	padding-right:12%;
	text-align:center;
/*	background:url(/img/main/giftroll_bg.jpg) no-repeat 50% 15px;*/
	background-color:#f6f6f6;
	background-size:cover;
}
#mainGift-section .title {
	clear:both;
	margin-bottom:80px;
	word-break:keep-all;
	letter-spacing:-1px;
    font-family: 'GmarketSansMedium';
	font-size:19px;
	font-weight:400;
	color:#828282;
}
#mainGift-section h2 {
	margin-bottom:15px;
	line-height:1;
	font-size:60px;
	font-weight:bold;
	color:#000;
}
@media (max-width:1920px) {
#mainGift-section {
	padding-left:0;
	padding-right:0;
}
#mainGift-section > div {
	width:1580px;
	box-sizing:border-box;
	margin-left:auto;
	margin-right:auto;
}
}
@media (max-device-width:1199px) {
#mainGift-section {
/*	height:500px;*/
/*	padding-top:100px;
	padding-bottom:100px;*/
	background-position:50% 30px;
	overflow:hidden;
}
#mainGift-section > div {
	width:auto;
	margin-left:-85px;
	margin-right:-85px;
}
#mainGift-section .title {
	height:98px;
	margin-bottom:65px;
}
#mainGift-section h2 {
	font-size:48px;
}
}
@media (max-device-width:1079px) {
#mainGift-section {
/*	height:550px;*/
}
#mainGift-section h2 {
	font-size:40px;
}
}
@media (max-device-width:1023px) {
#mainGift-section {
/*	height:540px;*/
/*	padding-top:80px;
	padding-bottom:80px;*/
}
/*
#mainGift-section > * {
	padding-left:0;
	padding-right:0;
}*/
#mainGift-section > div {
	margin-left:-64px;
	margin-right:-64px;
}
#mainGift-section .title {
	height:82px;
	margin-bottom:60px;
	padding-left:15px;
	padding-right:15px;
}
#mainGift-section h2 {
	font-size:36px;
}
}
@media (max-device-width:819px) {
#mainGift-section {
/*	padding-top:65px;
	padding-bottom:65px;*/
}
#mainGift-section .title {
	margin-bottom:45px;
}
}
@media (max-device-width:767px) {
#mainGift-section {
/*	height:480px;*/
}
#mainGift-section > div {
	margin-left:-45px;
	margin-right:-45px;
}
#mainGift-section .title {
	height:70px;
	margin-bottom:30px;
	font-size:16px;
}
#mainGift-section h2 {
	font-size:32px;
}
}
@media (max-device-width:639px) {
#mainGift-section {
/*	height:490px;*/
/*	padding-top:45px;
	padding-bottom:45px;*/
}
#mainGift-section h2 img {
	width:auto;
	height:36px;
}
}
@media (max-device-width:539px) {
#mainGift-section {
/*	height:520px;*/
}
#mainGift-section > div {
	margin-left:-30px;
	margin-right:-30px;
}
#mainGift-section .title {
	height:64px;
	margin-bottom:24px;
	font-size:14px;
}
#mainGift-section h2 {
	font-size:28px;
}
}
@media (max-device-width:479px) {
#mainGift-section {
/*	height:460px;*/
}
#mainGift-section h2 {
	font-size:24px;
}
#mainGift-section h2 img {
	height:30px;
}
}
@media (max-device-width:410px) {
#mainGift-section {
/*	height:430px;*/
}
}
@media (max-device-width:359px) {
#mainGift-section {
/*	height:400px;*/
}
#mainGift-section > div {
	margin-left:-25px;
	margin-right:-25px;
}
#mainGift-section h2 img {
	height:26px;
}
}


#mainBan-section {
	clear: both;
	margin:40px 0;
}
#mainBan-section .banner-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content: center;
}
#mainBan-section .banner-col {
	flex:1 0 0%;
}
#mainBan-section .banner-row + .banner-row {
	margin-top:24px;
}
#mainBan-section .banner-col + .banner-col {
	margin-left:24px;
}
#mainBan-section .banner-row._2col > * {
	flex:0 0 auto;
	width:50%;
}
#mainBan-section.bottom-Ban {
	margin:65px 0;
}
#mainBan-section.bottom-Ban .banner-col + .banner-col {
	margin-left:45px;
}
#mainBan-section.gift_bn {
	max-width:2068px;
	margin:0 auto;
}
#mainBan-section.middle_bn {
	margin-bottom:120px;
}
@media (max-device-width:1079px) {
#mainBan-section.bottom-Ban .banner-col + .banner-col {
	margin-left:30px;
}

#mainBan-section.middle_bn {
	margin-bottom:80px;
}
#mainBan-section.gift_bn .banner-row + .banner-row,
#mainBan-section.middle_bn .banner-row + .banner-row {
	margin-top:12px;
}
#mainBan-section.gift_bn .banner-col + .banner-col,
#mainBan-section.middle_bn .banner-col + .banner-col {
	margin-left:12px;
}
}
@media (max-device-width:1023px) {
#mainBan-section.bottom-Ban {
	margin:45px 0;
}
#mainBan-section.bottom-Ban .banner-col + .banner-col {
	margin-left:25px;
}
}
@media (max-device-width:767px) {
#mainBan-section.middle_bn {
	margin-bottom:65px;
}
#mainBan-section.middle_bn .banner-col {
	flex:0 0 100%;
}
#mainBan-section.middle_bn .banner-col + .banner-col {
	margin-left:0;
	margin-top:12px;
}

#mainBan-section.bottom-Ban .banner-col + .banner-col {
	margin-left:12px;
}
}
@media (max-device-width:639px) {
#mainBan-section.bottom-Ban {
	margin:30px 0;
}
#mainBan-section.bottom-Ban .banner-col + .banner-col {
	margin-left:10px;
}

#mainBan-section.gift_bn .banner-row + .banner-row {
	margin-top:8px;
}
#mainBan-section.gift_bn .banner-col + .banner-col {
	margin-left:8px;
}

#mainBan-section.middle_bn {
	margin-bottom:45px;
}
}
@media (max-device-width:539px) {
#mainBan-section.bottom-Ban .banner-col + .banner-col {
	margin-left:0;
	margin-top:12px;
}
#mainBan-section.bottom-Ban .banner-col {
	flex:0 0 100%;
}

#mainBan-section.gift_bn .banner-col {
	flex:0 0 auto;
	width:calc(50% - 4px);
	margin-top:8px;
}
#mainBan-section.gift_bn .banner-row + .banner-row {
	margin-top:0;
}
#mainBan-section.gift_bn .banner-col:nth-child(odd) {
	margin-left:0;
}

}
@media (max-device-width:410px) {
}

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

#mainReview {
	clear: both;
	margin: 0;
	padding: 0;
	text-align: center;
}
#mainReview h3 {
	clear: both;
	margin: 30px auto;
	padding: 0;
	text-align: center;
}
#mainReview .mReview-inner {
	width: 1440px;
	margin: 0 auto;
	padding: 0;
}
#mainReview .mReview-inner li {
	float: left;
	width: 23.7%;
	margin: 0px 8px;
	padding: 0;
}
#mainReview .mReview-inner li img {
	width: 294px;
	height: 214px;
	border: 0;
}

#notice-wrap {
	clear: both;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
}
#notice-wrap .main-notice {
	width: 1170px;
	height: 192px;
	border: 1px solid #;
	padding: 15px;
	margin-top: 17px;
}
#notice-wrap .main-notice .up {
	float: left;
	width: 459px;
	height: 166px;
	padding: 24px 60px 0 60px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}
#notice-wrap .main-notice .order {
	float: right;
	width: 459px;
	height: 166px;
	padding: 24px 60px 0 60px;
	border: 1px solid #d9d9d9;
	background-color: #fff;
}
.main-notice h3 {
	padding-bottom: 19px;
	margin-bottom: 18px;
	border-bottom: 1px solid #d7d7d7;
}
.main-notice ul li {
	display: block;
	text-align:left;
	line-height: 22px;
}
.main-notice ul li a {
	float: left;
	display: inline-block;
}
.main-notice ul li span.date {
	float: right;
	display: inline-block;
}

#bottom-board {
	clear:both;
	width:100%;
	box-sizing:border-box;
	padding:10px 20px;
	border-top:2px solid #777;
	border-bottom:1px solid #a0a0a0;
}
#bottom-board .main-notice {
	width:100%;
	display:inline-block;
}
#bottom-board .main-notice h3 {
	float:left;
	width:65px;
	margin-bottom:0;
	margin-right:20px;
	padding-bottom:0;
	border-bottom:0;
	line-height:1;
	font-size:15px;
}
#bottom-board .main-notice ul {
	float:left;
	width:calc(100% - 100px);
}
#bottom-board .main-notice ul li {
	font-size:15px;
	line-height:1;
	white-space:normal;
	text-overflow:ellipsis;
	overflow:hidden;
}
@media (max-device-width:539px) {
#bottom-board {
	padding-left:15px;
	padding-right:15px;
}
}

#main-sns {
	clear: both;
	width: 100%;
	margin: 20px 0px;
}
#main-sns ul {
	list-style: none;
	width: 100%;
	display: inline-block;
	margin: 0px auto;
	padding: 0;
}
#main-sns ul li {
	float: left;
	width: 25%;
	text-align: center;
}


#Pick-banner {
	position:relative;
	clear: both;
	width:calc(100% - 15px);
	margin: 30px 0 30px 15px;
	overflow:hidden;
}
#Pick-banner h3 {
	margin-bottom: 15px;
	line-height:36px;
	font-size:30px;
	font-weight:bold;
	text-align:center;
	color:#eb575f;
}



/***** quick *****/
.qm-wrap {
	position:absolute;
	z-index:99;
	width:72px;
	top:400px;
	right:45px;
}
.qm-fixed {
	position:fixed;
	z-index:99;
	width:64px;
	bottom:64px;
	right:10px;
}

.qm-ban {
	clear:both;
	position:relative;
	border-radius:50%;
	box-shadow:2px 5px 1px rgba(0,0,0,0.0);
}
.qm-ban + .qm-ban {
	margin-top:8px;
}
.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-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;
}

.qm-fixed-bottom {
	position:fixed;
	z-index:99;
	bottom:0;
	left:0;
	right:0;
	box-sizing:border-box;
	padding:10px;
	text-align:center;
	background-color:#1C1C1C;
	font-size:18px;
	color:#fff;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
}
.qm-fixed-bottom > * {
	display: inline-block;
	position:relative;
	margin:0 15px;
}
.qm-fixed-bottom * + *::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	position:absolute;
	left:-15px;
	top:50%;
	transform:translateY(-50%);
	width:1px;
	height:12px;
	background-color:#ffffff;
	opacity:0.4;
}
.qm-fixed-bottom .qmb-kakao::before {
	content:'';
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	width:22px;
	height:22px;
	background:url(/img/icons/i_sns_kakao_wh.png) no-repeat 50% 50%;
	background-size:contain;
}
@media (max-device-width:1399px) {
.qm-fixed-bottom {
	display:none;
}
}
@media (max-device-width:1023px) {
.qm-ban {
	box-shadow:2px 4px 1px rgba(0,0,0,0.2);
}
}
@media (max-device-width:767px) {
.qm-fixed {
	width:48px;
}
}
@media (max-device-width:539px) {
.qm-fixed {
	width:38px;
}

.qm-ban {
	box-shadow:2px 3px 1px rgba(0,0,0,0.2);
}
.qm-ban + .qm-ban {
	margin-top:6px;
}
}
@media (max-device-width:359px) {
}
/***** END quick *****/


#contents {
	clear:both;
	width: 100%;
	margin-bottom:180px;
	text-align:center;
}
#contents-inner {
	position: relative;
	text-align: center;
	margin: 0 auto;
}
#article {
	clear:both;
	margin:0px 0;
	text-align:center;
}

@media (max-device-width:1079px) {
#contents {
	margin-bottom:120px;
}
}
@media (max-device-width:1023px) {
#article {
	margin:45px 0;
}
}
@media (max-device-width:767px) {
#contents {
	margin-bottom:100px;
}
}



.Product-LIst {
	display:inline-block;
	width:auto;
	min-width:100%;
	margin-left:-15px;
	margin-right:-15px;
}

.product-box {
	position:relative;
	float: left;
	width:calc(25% - 30px);
	height: 582px;
	box-sizing: border-box;
	padding-bottom:10px;
	margin: 10px 15px 40px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 1rem;
	text-align: left;
}
.product-box:hover {
	border-color:#FF83B0;
}
.product-box._Type2 {
	padding-bottom:0;
	background-color:transparent;
	border:0;
	overflow:hidden;
	border-radius:1rem;
}
.product-box._Type2:hover {
	background-color:#000;
}

.product-box > * {
	padding-left:8px;
	padding-right:8px;
}
.product-box > * + * {
	margin-top:8px;
}

.product-box._Type2 > * {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:100%;
	text-align:center;
	opacity:0;
}
.product-box._Type2 > .pro-thumb {
	position:relative;
	top:auto;
	left:auto;
	transform:none;
	opacity:1;
}
.product-box._Type2:hover > * {
	opacity:1;
}
.product-box._Type2:hover > .pro-thumb {
	opacity:0.5;
}

.product-box .pro-thumb {
	position:relative;
	clear: both;
	display:block;
	width: 100%;
	height: 438px;
	padding:0;
	overflow:hidden;
	border-radius: 1rem;
}
.product-box .pro-thumb a {
	display:block;
	width:100%;
	height: 438px;
	border: 0;
}
.product-box .pro-thumb img {
	width: 100%;
	height: 100%;
	object-fit:cover;
}
.product-box._Type2 .pro-thumb > * ,
.product-box._Type2 .pro-thumb,
.product-box._Type2 .pro-thumb a {
	height:100%;
}
.product-box._Type2 .pro-thumb img {
	object-position:top;
}

.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 {
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
}
.product-box .pro-icon img {
	width:auto;
	max-width:auto !important;
	min-height:12px !important;
	max-height:23px !important;
}
.product-box .pro-icon._icontype2 {
	position:absolute;
	bottom:12px;
	left:12px;
}
.product-box .pro-icon._icontype_subrank {
	position:absolute;
	top:0;
	left:0;
	width:45px;
	height:45px;
	box-sizing:border-box;
	padding:12px 8px;
	line-height:1;
	text-align:center;
	font-size:18px;
	color:#fff;
	border-radius:16px 0 0 0;
	background-color:rgba(5,108,241,0.8);
/*	background:url(/img/icons/i_rank_sub.png) no-repeat 50% 0%;
	background-size:contain;*/
}

.product-box .pro-memo {
	display:none;
	clear: both;
	margin-top: 5px;
	font-size:14px;
	font-weight:400;
	color: #8f8f8f;
}
.product-box .pro-title {
	position:relative;
	min-height:40px;
	box-sizing: border-box;
	padding-right:45px;
	word-break:keep-all;
	line-height:1.3;
	font-size:16px;
	color: #000;
	font-weight: bold;
}
.product-box .pro-title a,
.product-box .pro-title a:hover {
	color: #000;
}
.product-box._Type2 .pro-title {
	transform:translate(-50%,-65px);
}
.product-box._Type2 .pro-title,
.product-box._Type2 .pro-title a {
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.product-box._Type2 .pro-title,
.product-box._Type2 .pro-title a,
.product-box._Type2 .pro-title a:hover {
	color:#fff;
}

.product-box .pro-price {
	clear: both;
	display:table;
	width: 100%;
	box-sizing: border-box;
	line-height:1;
	letter-spacing:-1px;
	font-size:14px;
	color: #999;
}
.product-box .pro-price span {
	display:inline- block;
}
.product-box .pro-price span + span {
	margin-left:0px;
}

.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;
}
.product-box .pro-price .priceB {
	letter-spacing:-0.075rem;
	font-family:Arial, fantasy, Noto Sans KR;
	font-size:34px;
	font-weight:bold;
	color:#505050;
}
.product-box .pro-price .priceS::after {
	content:'\0025';
}
.product-box .pro-price .priceS {
	font-family:Tahoma, Arial, Noto Sans KR;
	font-size:24px;
	font-weight:bold;
	color:#ff3366;
}
.product-box .pro-price .price-del::before {
	content:'';
	display:inline-block;
	float:left;
	width:18px;
	height:18px;
	margin-right:0px;
	vertical-align:middle;
	background:url(/img/icon_price1.png) no-repeat 50% 50%;
}
.product-box .pro-price .price-del {
	display:none;
	text-decoration:line-through;
	font-size:13px;
	color:#999;
}
.price-soldout {
	line-height:1.2;
	font-size:32px;
	font-weight:bold;
	color:#48BC2D;
}
.product-box .pro-price ._pleft {
	float: left;
	width: 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-box._Type2 .pro-price {
	transform:translate(-50%,-40px);
	font-size:16px;
	font-weight:bold;
	color:#fff;
}
.product-box._Type2 .pro-price .priceB::before {
	display:none;
}
.product-box._Type2 .pro-price .priceB {
	letter-spacing:0;
	font-size:21px;
	color:#fff;
}
.product-box._Type2 .pro-price ._pleft {
	float:none;
	width:100%;
}
.product-box._Type2 .pro-price ._pright {
	display:none;
}

.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 .btn_view {
	display:block;
	width:48px;
	height:48px;
	padding:0;
	cursor:pointer;
	background-color:#3366ff;
	border:0;
	border-radius:50%;
}
.product-box .btn_view::after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	width:32px;
	height:32px;
	background:url(/img/icons/i_plus.png) no-repeat 50% 50%;
	background-size:contain;
	filter:invert(1);
}
.product-box._Type2 .btn_view {
	transform:translate(-50%,0);
}
.product-box .linkcopybtn {
	position:absolute;
	display:block;
	top:0;
	right:10px;
	width:24px;
	height:24px;
	background:url(/img/icons/i_link.png) no-repeat 50% 50% #eee;
	background-size:18px;
	border-radius:50%;
	filter:invert(1);
	opacity:0.2;
}

.product_more {
	clear: both;
	margin: 20px auto;
	text-align: center;
}

@media (max-device-width:1199px) {
.product-box {
	height: 466px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height: 313px;
}
.product-box .best-no {
	bottom:40px;
}
.product-box._Type2 .pro-title {
	font-size:14px;
}
.product-box._Type2 .pro-title,
.product-box._Type2 .pro-title a {
	display:-webkit-box;
	white-space:normal;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
}

.product-box .item-color {
	margin: 10px 0px;
}
.product-box._Type2 .pro-price {
	transform:translate(-50%,-25px);
}
/*
.product-box .pro-price .priceB {
	font-size:30px;
}
.product-box .pro-price .priceB::before {
	width:24px;
	height:24px;
}*/
.product-box .pro-price .priceS {
	font-size:21px;
}
.price-soldout {
	font-size:28px;
}

.product-box .pro-price ._pleft {
	width:70%;
}
.product-box .pro-price ._pright {
	width:30%;
	text-align:right;
}
.product-box._Type2 .btn_view {
	transform:translate(-50%,10px);
}
}
@media (max-device-width:1079px) {
.Product-LIst {
	margin-left:-10px;
	margin-right:-10px;
}

.product-box {
	width:calc(25% - 20px);
	height:436px;
	margin-left:10px;
	margin-right:10px;
	margin-bottom:25px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:276px;
}
}
@media (max-device-width:1023px) {
.product-box {
	height:380px;
	border-radius: 0.75rem;
}
.product-box._Type2 {
	border-radius: 0.75rem;
}
.product-box > * {
	padding-left:5px;
	padding-right:5px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:241px;
	border-radius: 0.75rem;
}
.product-box .pro-title {
	padding-right:35px;
}
.product-box .pro-price .priceB {
	font-size:24px;
}
.product-box .pro-price .priceB::before {
	width:19px;
	height:19px;
	margin-top:2px;
}
.product-box .pro-price .priceS {
	font-size:17px;
}
.product-box .pro-price ._pright {
	padding-top:5px;
}
.product-box .pro-icon._icontype_subrank {
	width:40px;
	height:40px;
	font-size:16px;
}

.product-box .linkcopybtn {
	right:5px;
}
}
@media (max-device-width:900px) {
.Product-LIst {
	margin-left:-6px;
	margin-right:-6px;
}

.product-box {
	width:calc(25% - 12px);
	height:390px;
	margin-left:6px;
	margin-right:6px;
	margin-bottom:20px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:206px;
}
.product-box._Type2 .pro-title {
	transform:translate(-50%,-55px);
	font-size:12px;
}
.product-box._Type2 .pro-price {
	transform:translate(-50%,-20px);
	font-size:12px;
}
.product-box._Type2 .pro-price .priceB {
	font-size:18px;
}
.product-box .btn_view {
	width:36px;
	height:36px;
}
.product-box .btn_view::after {
	width:24px;
	height:24px;
}

.product_more img {
	width:210px;
	height:auto;
}
}
@media (max-device-width:819px) {
.product-box {
	height:387px;
}
}
@media (max-device-width:767px) {
.product-box {
	height:338px;
	margin-bottom:15px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:173px;
}
.product-box .best-no {
	bottom:48px;
}
.product-box .pro-icon img {
	max-height:19px !important;
}
.product-box .pro-title {
	min-height:36px;
	padding-right:30px;
	font-size:14px;
}
.product-box .pro-price .priceB {
	font-size:19px;
}
.product-box .pro-price .priceB::before {
	width:17px;
	height:17px;
	margin-top:0;
	margin-right:3px;
}
.product-box .pro-price .priceS {
	font-size:14px;
}
.product-box .pro-price ._pright {
	padding-top:3px;
}

.product-box .linkcopybtn {
	width:20px;
	height:20px;
	background-size:16px;
}

}
@media (max-device-width:639px) {
.Product-LIst {
	margin-left:-4px;
	margin-right:-4px;
}

.product-box {
	width:calc(25% - 8px);
	height:296px;
	margin-top:0;
	margin-left:4px;
	margin-right:4px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:146px;
}
.product-box .best-no {
	bottom:58px;
	width:48px;
	height:48px;
	margin-left:-24px;
}
.product-box .pro-title {
	min-height:30px;
	font-size:12px;
}
}
@media (max-device-width:539px) {
.Product-LIst {
	margin-left:-6px;
	margin-right:-6px;
}

.product-box {
	width:calc(50% - 12px);
	height:376px;
	margin-left:6px;
	margin-right:6px;
	border-radius: 0.6rem;
}
.product-box._Type2 {
	border-radius: 0.6rem;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:263px;
	border-radius: 0.6rem;
}
.product-box .best-no {
	bottom:50px;
	width:36px;
	height:36px;
	margin-left:-18px;
}

.price-soldout {
	font-size:21px;
}

.product-box .pro-icon img {
	max-height:18px !important;
}
.product-box .pro-icon._icontype2 {
	bottom:8px;
	left:8px;
}
.product-box .pro-icon._icontype_subrank {
	width:32px;
	height:32px;
	padding:8px 4px;
	font-size: inherit;
}

.product_more img {
	width:170px;
}
}
@media (max-device-width:479px) {
.product-box {
	height: 328px;
	padding-bottom:6px;
}
.product-box > * + * {
	margin-top:5px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:221px;
}
.product-box .btn_view {
	width:28px;
	height:28px;
}
.product-box .btn_view::after {
	width:18px;
	height:18px;
}
}
@media (max-device-width:410px) {
.product-box {
	height:292px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:188px;
}
.product-box .pro-icon img {
	max-height:14px !important;
}
}
@media (max-device-width:359px) {
.Product-LIst {
	margin-left:-4px;
	margin-right:-4px;
}

.product-box {
	width:calc(50% - 8px);
	height:298px;
	margin-left:4px;
	margin-right:4px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:168px;
}
.product-box .pro-price .priceB {
	font-size:17px;
}
.product-box .pro-price .priceB::before {
	width:15px;
	height:15px;
}
.price-soldout {
	font-size:16px;
}
}
@media (max-device-width:319px) {
.product-box {
	height:288px;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:148px;
}
}


.product-Tab {
	display:inline-flex;
	position:relative;
	margin:0 auto;
	float:right;
	flex-wrap:wrap;
	align-items:center;
}
.product-Tab li {
	flex:0 0 auto;
	box-sizing:border-box;
	position:relative;
	padding:60px 60px 30px 30px;
	text-align:center;
	line-height:1.2;
	letter-spacing:-1px;
	font-size:19px;
	font-weight:bold;
	color:#242424;
	cursor: pointer;
	background:none;
}
.product-Tab li.active {
	background:url(/img/main/goods_tab_on.png) no-repeat 50% 50%;
	background-size: contain;
}
.productTab-content {
	position:relative;
}

.goodsTab-container {
	position:relative;
	width:100%;
	box-sizing:border-box;
}

@media (max-device-width:1199px) {
.product-Tab li {
	padding:40px 40px 20px 20px;
	font-size:16px;
}

.product-Tab-fixed {
	position:fixed;
	z-index:80;
	left:0;
	right:0;
	box-sizing:border-box;
	margin:0;
	background-color:#fff;
}
}
@media (max-device-width:900px) {
.product-Tab {
	float:none;
	margin:0 auto;
}
}
@media (max-device-width:767px) {
.product-Tab li {
	padding:25px 25px 12px 12px;
	font-size:14px;
}
}
@media (max-device-width:539px) {
.product-Tab li {
	padding:8px;
}
.product-Tab li.active {
	background:none;
	border:1px solid #333;
	border-radius:5rem;
}
}
@media (max-device-width:410px) {
.product-Tab li {
	font-size:12px;
}
}


/*Goods Cate*/
#goods-Cate-section {
	clear:both;
	margin-bottom:0px;
}
.goods-Cate-inner {
	position:relative;
	margin:0 auto;
}
#goods-Cate-section .subject {
	clear:both;
	position:relative;
	box-sizing:border-box;
	padding-bottom:0px;
	padding-top:0px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	text-align:left;
	line-height:1.3;
	color:#000;
	word-break:keep-all;
}
#goods-Cate-section .subject > * {
	flex:1 0 0%;
	box-sizing:border-box;
}
#goods-Cate-section .subject > :nth-child(1) {
	flex:0 0 auto;
	width:40%;
}
#goods-Cate-section .subject h2 {
	margin:0;
	font-family:'Nanum Square';
	font-size:35px;
	font-weight:800;
}
#goods-Cate-section .subject h2 .fs {
	display:inline-block;
	margin-left:12px;
	vertical-align:text-bottom;
	font-size:15px;
	font-weight:700;
	font-family:'Noto Sans KR';
}
.goods-cate-List {
	min-height:740px;
	display:grid;
	grid-template-rows:repeat(2, 360px);
	grid-template-columns:520px repeat(3, 1fr);
	-ms-grid-rows:repeat(2, 360px);
	-ms-grid-columns:520px repeat(3, 1fr);
	grid-gap:15px 18px;
}
.goods-cate-List > :nth-child(1) {
	grid-column:1;
	grid-row:1 / 3;
}
.goods-cate-List > :nth-child(2) {
	grid-column:2;
	grid-row:1;
}
.goods-cate-List > :nth-child(3) {
	grid-column:3;
	grid-row:1;
}
.goods-cate-List > :nth-child(4) {
	grid-column:4;
	grid-row:1;
}
.goods-cate-List > :nth-child(5) {
	grid-column:2;
	grid-row:2;
}
.goods-cate-List > :nth-child(6) {
	grid-column:3;
	grid-row:2;
}
.goods-cate-List > :nth-child(7) {
	grid-column:4;
	grid-row:2;
}
.goods-cate-List > :nth-child(n+8) {
	display:none;
}
.goods-cate-List .product-box {
	width:auto;
	height:auto;
	margin:0;
}
@media (max-device-width:1199px) {
#goods-Cate-section {
	margin-bottom:120px;
}
#goods-Cate-section .subject > :nth-child(1) {
	width:37%;
}
/*
#goods-Cate-section .subject h2 {
	font-size:40px;
}*/

.goods-cate-List {
	min-height:530px;
	grid-template-rows:repeat(2, 268px);
	-ms-grid-rows:repeat(2, 268px);
	grid-template-columns:430px repeat(3, 1fr);
	-ms-grid-columns:430px repeat(3, 1fr);
}
}
@media (max-device-width:1079px) {
#goods-Cate-section {
	margin-bottom:100px;
}
#goods-Cate-section .subject > :nth-child(1) {
	width:30%;
}
#goods-Cate-section .subject h2 .fs {
	display:block;
	margin-left:0;
}

.goods-cate-List {
	min-height:480px;
	grid-template-rows:repeat(2, 240px);
	-ms-grid-rows:repeat(2, 240px);
	grid-template-columns:370px repeat(3, 1fr);
	-ms-grid-columns:370px repeat(3, 1fr);
}
}
@media (max-device-width:1023px) {
#goods-Cate-section .subject {
	padding-top:0;
}
#goods-Cate-section .subject > :nth-child(1) {
	width:26%;
}
/*
#goods-Cate-section .subject h2 {
	font-size:36px;
}*/

.goods-cate-List {
	min-height:420px;
	grid-template-rows:repeat(2, 218px);
	-ms-grid-rows:repeat(2, 218px);
	grid-template-columns:340px repeat(3, 1fr);
	-ms-grid-columns:340px repeat(3, 1fr);
	grid-gap:12px;
}
}
@media (max-device-width:900px) {
#goods-Cate-section .subject {
	padding-bottom:15px;
}
#goods-Cate-section .subject > :nth-child(1) {
	width:100%;
}
#goods-Cate-section .subject > :nth-child(2) {
	padding-top:10px;
	text-align:center;
}
#goods-Cate-section .subject h2 .fs {
	display: inline-block;
	margin-left:12px;
}

.goods-cate-List {
	min-height:360px;
	grid-template-rows:repeat(2, 186px);
	-ms-grid-rows:repeat(2, 186px);
	grid-template-columns:280px repeat(3, 1fr);
	-ms-grid-columns:280px repeat(3, 1fr);
}
}
@media (max-device-width:767px) {
#goods-Cate-section {
	margin-bottom:65px;
}

#goods-Cate-section .subject h2 {
	font-size:32px;
}

.goods-cate-List {
	grid-template-columns:repeat(4, 1fr);
	-ms-grid-columns:repeat(4, 1fr);
}
.goods-cate-List > :nth-child(1) {
	grid-column:1 / span 2;
	grid-row:1;
}
.goods-cate-List > :nth-child(2) {
	grid-column:3;
	grid-row:1;
}
.goods-cate-List > :nth-child(3) {
	grid-column:4;
	grid-row:1;
}
.goods-cate-List > :nth-child(4) {
	grid-column:1;
	grid-row:2;
}
.goods-cate-List > :nth-child(5) {
	grid-column:2;
	grid-row:2;
}
.goods-cate-List > :nth-child(6) {
	grid-column:3;
	grid-row:2;
}
.goods-cate-List > :nth-child(7) {
	grid-column:4;
	grid-row:2;
}
}
@media (max-device-width:639px) {
.goods-cate-List {
	min-height:300px;
	grid-template-rows:repeat(2, 158px);
	-ms-grid-rows:repeat(2, 158px);
	grid-gap:10px;
}
}
@media (max-device-width:539px) {
#goods-Cate-section {
	margin-bottom:45px;
}
#goods-Cate-section .subject > :nth-child(2) {
	padding-top:15px;
}

#goods-Cate-section .subject h2 {
	font-size:28px;
}
#goods-Cate-section .subject h2 .fs {
	display:block;
	margin-left:0;
}

.goods-cate-List {
	min-height:260px;
	grid-template-rows:repeat(2, 140px);
	-ms-grid-rows:repeat(2, 140px);
}
}
@media (max-device-width:479px) {
.goods-cate-List {
	min-height:240px;
	grid-template-columns:repeat(2, 1fr);
	-ms-grid-columns:repeat(2, 1fr);
	grid-template-rows:repeat(4, 240px);
	-ms-grid-rows:repeat(4, 240px);
}
.goods-cate-List > :nth-child(1) {
	grid-column:1 / 3;
	grid-row:1;
}
.goods-cate-List > :nth-child(2) {
	grid-column:1;
	grid-row:2;
}
.goods-cate-List > :nth-child(3) {
	grid-column:2;
	grid-row:2;
}
.goods-cate-List > :nth-child(4) {
	grid-column:1;
	grid-row:3;
}
.goods-cate-List > :nth-child(5) {
	grid-column:2;
	grid-row:3;
}
.goods-cate-List > :nth-child(6) {
	grid-column:1;
	grid-row:4;
}
.goods-cate-List > :nth-child(7) {
	grid-column:2;
	grid-row:4;
}
}
@media (max-device-width:410px) {
.goods-cate-List {
	min-height:200px;
	grid-template-rows:repeat(4, 200px);
	-ms-grid-rows:repeat(4, 200px);
}
}
@media (max-device-width:359px) {
.goods-cate-List {
	grid-template-rows:repeat(4, 174px);
	-ms-grid-rows:repeat(4, 174px);
}
}


/*Time Out*/
#goods-soldOut-section {
	clear:both;
	position:relative;
	box-sizing:border-box;
	padding:0 120px 95px 120px;
}
#goods-soldOut-section::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:35px;
	right:35px;
	background-color:#dcedf4;
	border-radius:3rem;
}
#goods-soldOut-section::after {
	content:'';
	display:block;
	position:absolute;
	z-index:2;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:url(/img/main/goods_soldout_bg.png) no-repeat 0% 0%;
	background-size:cover;
}
#goods-soldOut-section .subject {
	clear:both;
	position:relative;
	z-index:3;
	box-sizing:border-box;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	text-align:left;
	line-height:1.3;
	font-family:'GmarketSansMedium';
	font-size:25px;
	color:#666;
	word-break:keep-all;
}
#goods-soldOut-section .subject > * {
	flex:1 0 50%;
	box-sizing:border-box;
}
#goods-soldOut-section .subject .subject-img {
	align-self:flex-end;
}
#goods-soldOut-section .subject .subject-txt {
	position:relative;
	padding-top:180px;
	padding-left:25px;
}
#goods-soldOut-section .subject .subject-txt::after {
	content:'';
	display:block;
	position:absolute;
	top:86px;
	right:0;
	width:160px;
	height:160px;
	background:url(/img/main/goods_soldout_title_icon.png) no-repeat 0% 0%;
	background-size:cover;
}
#goods-soldOut-section .subject h2 {
	margin-bottom:8px;
	line-height:1;
	font-size:60px;
	font-weight:bold;
	color:#000;
}
#goods-soldOut-section .subject h3 {
	margin-bottom:12px;
	line-height:1;
	font-size:45px;
	font-weight:bold;
	color:#000;
}
.goods-soldOut-List {
	position:relative;
	z-index:9;
	width:100%;
	height:auto;
	box-sizing:border-box;
	margin:0;
	padding:40px 35px;
	background-color:#fff;
	border-radius:1.5rem;
	box-shadow:0 0 30px rgba(0,0,0,0.1);
	display:grid;
	grid-template-rows:repeat(2, 390px);
	grid-template-columns:repeat(5, 1fr);
	-ms-grid-rows:repeat(2, 390px);
	-ms-grid-columns:repeat(5, 1fr);
	grid-gap:20px;
}
.goods-soldOut-List > :nth-child(1) {
	grid-column:1 / span 2;
	grid-row:1;
}
.goods-soldOut-List > :nth-child(2) {
	grid-column:3;
	grid-row:1;
}
.goods-soldOut-List > :nth-child(3) {
	grid-column:4;
	grid-row:1;
}
.goods-soldOut-List > :nth-child(4) {
	grid-column:5;
	grid-row:1;
}
.goods-soldOut-List > :nth-child(5) {
	grid-column:1;
	grid-row:2;
}
.goods-soldOut-List > :nth-child(6) {
	grid-column:2;
	grid-row:2;
}
.goods-soldOut-List > :nth-child(7) {
	grid-column:3;
	grid-row:2;
}
.goods-soldOut-List > :nth-child(8) {
	grid-column:4 / 6;
	grid-row:2;
}
.goods-soldOut-List > :nth-child(n+9) {
	display:none;
}
.goods-soldOut-List .product-box {
	width:auto;
	height:auto;
	margin:0;
}

@media (max-device-width:1199px) {
#goods-soldOut-section {
	padding:0 65px 60px 65px;
}
#goods-soldOut-section::before {
	left:15px;
	right:15px;
}
#goods-soldOut-section .subject {
	font-size:19px;
}
#goods-soldOut-section .subject > * {
	flex:1 0 0%;
}
#goods-soldOut-section .subject .subject-txt {
	flex:0 0 auto;
	width:54%;
	padding-top:100px;
}
#goods-soldOut-section .subject .subject-txt::after {
	top:40px;
	width:108px;
	height:108px;
}
#goods-soldOut-section .subject h2 {
	font-size:42px;
}
#goods-soldOut-section .subject h3 {
	font-size:36px;
}
.goods-soldOut-List {
	padding:25px;
	grid-template-rows:repeat(2, 260px);
	-ms-grid-rows:repeat(2, 260px);
	grid-gap:12px;
}
}
@media (max-device-width:1079px) {
#goods-soldOut-section {
	padding-left:45px;
	padding-right:45px;
}
#goods-soldOut-section .subject .subject-txt {
	padding-top:60px;
	padding-left:0;
}
}
@media (max-device-width:1023px) {
#goods-soldOut-section {
	padding:0 20px 30px 20px;
}
#goods-soldOut-section .subject .subject-txt {
	padding-top:80px;
	padding-bottom:25px;
}
#goods-soldOut-section .subject .subject-txt::after {
	top:30px;
	right:0;
	width:82px;
	height:82px;
}
#goods-soldOut-section .subject h2 {
	font-size:36px;
}
#goods-soldOut-section .subject h3 {
	font-size:28px;
}

.goods-soldOut-List {
	padding:15px;
	grid-template-rows:repeat(2, 210px);
	-ms-grid-rows:repeat(2, 210px);
}
}
@media (max-device-width:900px) {
.goods-soldOut-List {
	grid-template-rows:repeat(2, 186px);
	-ms-grid-rows:repeat(2, 186px);
}
#goods-soldOut-section .subject {
	font-size:16px;
}
#goods-soldOut-section .subject h2 {
	font-size:32px;
}
#goods-soldOut-section .subject h3 {
	font-size:24px;
}
}
@media (max-device-width:767px) {
#goods-soldOut-section {
	padding-bottom:20px;
}
#goods-soldOut-section::before {
	border-radius:2rem;
}
#goods-soldOut-section .subject {
	font-size:14px;
}
#goods-soldOut-section .subject .subject-txt {
	padding-top:45px;
}
#goods-soldOut-section .subject .subject-txt::after {
	top:20px;
	width:64px;
	height:64px;
}
#goods-soldOut-section .subject h2 {
	font-size:28px;
}
#goods-soldOut-section .subject h3 {
	font-size:21px;
}
.goods-soldOut-List {
	grid-template-columns:repeat(2, 1fr);
	-ms-grid-columns:repeat(2, 1fr);
	grid-template-rows:repeat(4, 186px);
	-ms-grid-rows:repeat(4, 186px);
}
.goods-soldOut-List > :nth-child(1) {
	grid-column:1;
	grid-row:1;
}
.goods-soldOut-List > :nth-child(2) {
	grid-column:2;
	grid-row:1;
}
.goods-soldOut-List > :nth-child(3) {
	grid-column:1;
	grid-row:2;
}
.goods-soldOut-List > :nth-child(4) {
	grid-column:2;
	grid-row:2;
}
.goods-soldOut-List > :nth-child(5) {
	grid-column:1;
	grid-row:3;
}
.goods-soldOut-List > :nth-child(6) {
	grid-column:2;
	grid-row:3;
}
.goods-soldOut-List > :nth-child(7) {
	grid-column:1;
	grid-row:4;
}
.goods-soldOut-List > :nth-child(8) {
	grid-column:2;
	grid-row:4;
}

.goods-soldOut-List .product-box._Type2 .pro-title {
	transform:translate(-50%,-40px);
}
.goods-soldOut-List .product-box._Type2 .pro-title,
.goods-soldOut-List .product-box._Type2 .pro-title a {
	-webkit-line-clamp:1;
}
}
@media (max-device-width:639px) {
#goods-soldOut-section .subject h2 {
	font-size:24px;
}
#goods-soldOut-section .subject h3 {
	font-size:19px;
}
.goods-soldOut-List {
	grid-template-rows:repeat(4, 164px);
	-ms-grid-rows:repeat(4, 164px);
}
}
@media (max-device-width:539px) {
#goods-soldOut-section .subject > * {
	flex:1 0 100%;
}
#goods-soldOut-section .subject .subject-txt {
	width:100%;
	order:1;
}
#goods-soldOut-section .subject .subject-txt::after {
	right:15px;
	top:15px;
}
#goods-soldOut-section .subject .subject-img {
	display:none;
	order:2;
	position:absolute;
	height:128px;
	right:0;
}
.goods-soldOut-List {
	grid-template-rows:repeat(4, 208px);
	-ms-grid-rows:repeat(4, 208px);
	grid-gap:10px;
}
.goods-soldOut-List .product-box._Type2 .pro-title {
	transform:translate(-50%,-55px);
}
.goods-soldOut-List .product-box._Type2 .pro-title,
.goods-soldOut-List .product-box._Type2 .pro-title a {
	-webkit-line-clamp:2;
}
}
@media (max-device-width:479px) {
#goods-soldOut-section {
	padding:0 8px 15px 8px;
}
#goods-soldOut-section::before {
	left:10px;
	right:10px;
}
.goods-soldOut-List {
	padding:10px;
}
}
@media (max-device-width:410px) {
.goods-soldOut-List {
	grid-template-rows:repeat(4, 180px);
	-ms-grid-rows:repeat(4, 180px);
	grid-gap:10px 8px;
}
}
@media (max-device-width:359px) {
#goods-soldOut-section .subject .subject-txt::after {
	width:60px;
	height:60px;
}
.goods-soldOut-List {
	grid-template-rows:repeat(4, 160px);
	-ms-grid-rows:repeat(4, 160px);
}
}


/*** 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:#707070;
	font-size:18px;
	font-weight:bold;
	line-height:55px;
	text-align:center;
	text-decoration:none;
	background-color:#fff;
	border:1px solid #b7b7b7;
}
.login-tab li:first-child a {
	border-radius:15px 0px 0px 15px;
}
.login-tab li:last-child a {
	border-radius:0 15px 15px 0;
}
.login-tab li.tab100 {
	width:100%;
}
.login-tab li.tab100 a,
.login-tab li.tab100:first-child a,
.login-tab li.tab100:last-child a {
	border-radius:15px;
}
.login-tab li a.selected {
	text-decoration:none;
	color:#fff;
	background-color:#faa0c0;
	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:#ffd77d;
	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:#68aafc;
	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: #a0a0a0;
	font-size:20px;
	font-weight:400;
	background-color:#fff;
	border:2px solid #c0c0c0;
	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;
}
@media (max-device-width:1199px) {
.login-wrap .login-logo {
	display:block;
}
.login-wrap .login-link li {
	font-size:14px;
}
}
@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;
}
.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;
}
}

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

.join-endBox {
	display:inline-block;
	width:600px;
	height:400px;
	box-sizing:border-box;
	margin:0 auto;
	padding:45px;
	text-align:center;
	word-break:keep-all;
	font-size:21px;
	font-weight:500;
	color:#000;
	background:#f2f2f2;
	border-radius:2rem;
}
.join-endBox strong {
	font-weight:800;
}
.join-endBox h2 {
	text-align:center;
	margin-bottom:60px;
}

@media (max-device-width:767px) {
.join-form .join-btngroup .join-btngroup-row > * {
	margin:0;
}
}
@media (max-device-width:639px) {
.join-form {
	width:100%;
}
.join-endBox {
	width:100%;
	height:auto;
	min-height:300px;
	padding:40px 25px;
	font-size:17px;
	border-radius:1rem;
}
}
@media (max-device-width:539px) {
.join-agreeBox {
	margin-bottom:10px;
}
.join-form table.join th {
	line-height:1.3;
}
}

.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) {
.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) {
.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:539px) {
.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:479px) {
.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 ****/



.location {
	clear:both;
	display:inline-block;
	margin: 0px auto 30px auto;
	text-align: right;
}
.location ul {
	float: right;
}
.location ul li {
	float: left;
	position:relative;
	font-size:13px;
	color:#898989;
}
.location ul li::before {
	content:'';
	display:none;
	width:17px;
	height:17px;
	margin-left:-20px;
	margin-top:-2px;
	vertical-align:middle;
	background: url(/img/location_arrow.png) no-repeat 50% 50%;
}
.location ul li + li {
	margin-left:24px;
}
.location ul li + li::before {
	display: inline-block;
}
@media (max-device-width:1199px) {
.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:479px) {
.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 *------------------------------------*/
#contents .sub-con {
	clear: both;
	box-sizing: border-box;
	padding: 20px;
}
#contents .etc-wrap {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	line-height: 18px;
	text-align: left;
}

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

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

.add-btn {
	width: 100%;
	margin-top: 10px;
}

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

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



/************************** 모바일 시작 */
._pc {display:block;}
._mb {display:none;}

.img100 {
	width:auto;
	max-width:100%;
}
@media (max-device-width:1199px) {
._pc {display:none;}
._mb {display:block;}
}


