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

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

.wrap-inner {
	width: 1280px !important;
	box-sizing:border-box;
	margin: 0 auto;
	text-align: center;
}

.wrap-inner-mb {
	position: relative;
	clear:both;
	width: 100%;
	height: 900px;
	margin: 0;
	text-align: center;
}
@media screen and (max-device-width:1199px) {
.wrap-inner {
	width: 100% !important;
	padding-left:10px;
	padding-right:10px;
}
}

h2 {
	margin-bottom:40px;
	line-height:1.3;
	font-family:inherit;
	font-size:60px;
	color:#000;
}
h3 {
	margin-bottom:24px;
	line-height:1.3;
	font-family:inherit;
	font-size:38px;
	color:#000;
}
h4 {
	margin-bottom:12px;
	line-height:1.3;
	font-family:inherit;
	font-size:26px;
	color:#000;
}
h5 {
	margin-bottom:12px;
	line-height:1.3;
	font-family:inherit;
	font-size:18px;
	color:#000;
}
@media (max-width:767px) {
h2 {font-size:30px;}
h3 {font-size:22px;}
h4 {font-size:18px;}
h5 {font-size:14px;}
}

/*------------ slide swiper ------------*/
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 14px;
	font-weight:bold;
	font-family: inherit;
	letter-spacing:-1px;
	color: #000;
	background: transparent;
	
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-slide a {
	color: #000;
}
/*------------ //END// slide swiper ------------*/

#top-banner {
	position: relative;
	z-index: 9;
	background-color:#f5f5f5;
	width: 100%;
	min-width:1280px;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
#top-banner .top-banner-inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}
@media (max-device-width:1199px) {
#top-banner {
	min-width:auto;
}
}

#Header {
	position: relative;
	display:table;
	clear: both;
	width: 100%;
	padding:15px 0 40px 0;
	text-align: center;
	background-color:#fff;
}
.logo-section-inner {
	position: relative;
	height:78px;
	margin: 0 auto;
}
.logo-section-inner .top-cs {
	float:right;
}
.logo-section-inner .logo {
	display:inline-block;
	position:absolute;
	top:0;
	left:50%;
	transform:translateX(-50%);
	margin:0 auto;
}
@media (max-device-width:1199px) {
#Header {
	display: none;
}
}
@media (min-width:1200px) {
#Header {
	display:table;
}
}

.util-menu {
	clear: both;
	margin-bottom:25px;
}
.util-menu-inner {
	position: relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}
.util-menu-inner .util-sns {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}
.util-menu-inner .util-center {
	flex:0 0 auto;
	order:2;
}
.util-menu-inner .util-center > * {
	margin-left:10px;
	margin-right:10px;
}
.util-menu-inner .top-cs {
	flex:0 0 auto;
	order:3;
}

.top-util-menu {
	float:left;
	display:inline-block;
	margin:0 25px 0 0;
	padding:0;
}
.util-menu-inner .top-util-menu {
	flex:0 0 auto;
	order:1;
}
.top-util-menu ul {
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	justify-content:space-between;
	clear:both;
}
.top-util-menu ul + ul {
	background:url(/img/util_dotline.png) repeat-x 0% 0%;
	padding-top:10px;
}
.top-util-menu li {
	position: relative;
	float: left;
	flex:0 0 auto;
	padding:4px;
	margin: 0px;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	letter-spacing:-0.8px;
}
.top-util-menu li + li {
	margin-left:10px;
}
.top-util-menu li a {
	display:block;
	width:100%;
	color: #727272;
	text-decoration: none;
}
.top-util-menu li a:hover {
	color: #f391a5;
	text-decoration:none;
}
.util_faq {
	width:64px !important;
	height:64px;
	margin:0 auto;
/*	padding:20px 5px 15px 5px;*/
	box-sizing:border-box;
	word-break:keep-all;
	font-size:15px;
	color:#fff !important;
/*	background-color:#f28fa4;*/
	border-radius:50%;
}
	
.utilmenu-icon {
	display:block;
	clear:both;
	width:45px;
	height:45px;
	margin:0 auto 10px auto;
	background-position:50% 0%;
	background-repeat: no-repeat;
	background-size: contain;
}
.i-order {background-image:url(/img/icon_ordersch.png);}
.i-login {background-image:url(/img/icon_login.png);}
.i-logout {background-image:url(/img/icon_logout.png);}
.i-join {background-image:url(/img/icon_join.png);}
.i-cart {background-image:url(/img/icon_cart.png);}
.i-service {background-image:url(/img/icon_service.png);}
.i-photo {background-image:url(/img/icon_photo.png);}
.i-favo {background-image:url(/img/icon_bookmark.png);}
.i-qna {background-image:url(/img/icon_qna.png);}
.i-pay {background-image:url(/img/icon_card.png);}

.top-util-menu li a:hover > .i-order {
	background-image:url(/img/icon_ordersch_on.png);
}
.top-util-menu li a:hover > .i-login {
	background-image:url(/img/icon_login_on.png);
}
.top-util-menu li a:hover > .i-logout {
	background-image:url(/img/icon_logout_on.png);
}
.top-util-menu li a:hover > .i-join {
	background-image:url(/img/icon_join_on.png);
}
.top-util-menu li a:hover > .i-cart {
	background-image:url(/img/icon_cart_on.png);
}
.top-util-menu li a:hover > .i-service {
	background-image:url(/img/icon_service_on.png);
}
.top-util-menu li a:hover > .i-photo {
	background-image:url(/img/icon_photo_on.png);
}
.top-util-menu li a:hover > .i-favo {
	background-image:url(/img/icon_bookmark_on.png);
}
.top-util-menu li a:hover > .i-qna {
	background-image:url(/img/icon_qna_on.png);
}
@media (max-device-width:1199px) {
#util-menu {
	display:none;
}

.top-util-menu {
	display:none;
}
}
@media (min-width:1200px) {
#util-menu {
	display:table;
}

.top-util-menu {
	display:block;
}
}
@media (max-width:539px) {
.util_faq {
	width:64px !important;
	height:64px;
	font-size: inherit !important;
}
}

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

/*--- 검색바 ---*/
#search-wrap-mb {
	display:none;
}

#search-wrap {
	position: relative;
	float:right;
	margin-top:10px;
}
.search-bar {
	float:none;
	width: 306px;
	height: 52px;
	box-sizing:border-box;
	background-color:#ffffff;
	border-bottom: 2px solid #000;
	border-radius: 0;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 42px);
	margin:5px 0;
}
.g_window .gbox input {
	float: none;
	box-sizing:border-box;
	width: 100%;
	height:40px;
	margin: 0px;
	padding: 0 5px;
	border: 0;
	outline: none;
	text-align: left;
	font-size:15px;
	color: #000000;
	background-color: #fff;
	border-radius:0;
	-webkit-appearance: none;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	position: absolute;
	top: 6px;
	left: 392px;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
@media (max-device-width:1199px) {
#search-wrap {
	display: none;
}

#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height: 120px;
	box-sizing: border-box;
	margin: 0px;
	padding: 0;
	background-color: #fff;
	box-shadow:7px 0px 10px rgba(0,0,0, .5);
}
.search-inner {
	margin: 0 auto;
	/*display: inline-block;*/
}
.search-bar {
	width:calc(100% - 160px);
	height:auto;
	margin-left:80px;
	margin-right:80px;
	background-color:#fff;
	border-width:0 0 2px 0;
	border-color:#000;
}
.g_window .gbox {
	width:calc(100% - 48px);
	margin:0;
}
.g_window .gbox input {
	font-size:14px;
	border-radius:0;
}
.schbt-close {
	width: 100%;
	height:40px;
	margin-bottom:8px;
	background:url(/img/mall/btn_closed.png) no-repeat 50% 50% #fbebf2;
	background-size:24px;
}
}
@media (max-width:539px) {
.search-bar {
	width:calc(100% - 48px);
	margin-left:24px;
	margin-right:24px;
}
}

/***** Search END *****/

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

.btn_fixed {
	position: fixed;
	width:72px;
	right:50%;
	bottom:50%;
	margin-right:-740px;
	z-index: 91;
	opacity:1;
}
@media (max-width:1199px) {
.btn_fixed {
	width:40px;
	right:10px;
	bottom:80px;
	margin-right:0;
}
.btn_fixed img {
	max-width:100%;
}
}


#Footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding-top:65px;
	padding-bottom: 30px;
	text-align: center;
}
.copy-inner {
	position: relative;
	width:1200px;
	display:inline-block;
	box-sizing:border-box;
	margin: 0 auto;
	padding:5px;
	background-color:#fff;
	box-shadow:0px 5px 8px rgba(140,140,140, .3);
}
.copy-inner > * {
	float:left;
	box-sizing:border-box;
}
.copy-inner .bottom-copyright {
	text-align:left;
	line-height:1.4;
	font-size:14px;
	color:#fff;
	background-color:#999a9e;
	box-shadow:inset 8px 8px 10px rgba(95,95,95, .2);
}
.copy-inner .bottom-bank {
	margin-left:5px;
	margin-right:5px;
	background-color:#fff;
	box-shadow:inset 8px 8px 10px rgba(140,140,140, .4);
}
.copy-inner .bottom-cs {}
.copy-inner .bottom-util {
	clear:both;
	margin-top:5px;
}
.copy-inner .bottom-util > * {
	display:block;
	float:left;
	margin-right:5px;
	border:0;
}
.copy-inner .bottom-util > :last-child {
	margin-right:0;
}
.copy-inner .bottom-util a:hover {
	border:0;
}

.bottom-utilicon-menu {
	width:100%;
	margin:0;
	padding:0;
}
.bottom-utilicon-menu ol {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:flex-start;
}
.bottom-utilicon-menu ol li {
	flex:0 0 auto;
	width:25%;
	box-sizing:border-box;
	position: relative;
	padding: 5px;
	margin: 0px;
	text-align:center;
	font-size: 12px;
	font-weight:bold;
	letter-spacing:-0.8px;
}
.bottom-utilicon-menu ol li a {
	display:block;
	width:100%;
	color: #898989;
	text-decoration: none;
}
.bottom-utilicon-menu ol li a:hover {
	color: #ffa8bb;
	text-decoration:none;
}

.footer_mobile {display:none;}
.device-button {display:none;}

@media (max-device-width:1199px) {
.footer_desk {display:none;}
.footer_mobile {display:block;}

.device-button {
	display:inline-block;
	margin:12px auto;
	padding:5px 15px;
	color:#fff;
	background-color:#666;
}

#Footer {
	margin-top:60px;
	padding-top:8px;
	padding-bottom:0;
	border-top:3px solid #2c2c2c;
}
.copy-inner {
	width:100%;
	display:flex;
	flex-wrap:wrap;
	box-shadow:none;
}
.copy-inner > * {
	flex:0 0 auto;
	float:none;
	padding:10px 10px;
	color:#666;
}
.copy-inner .bottom-copyright {
	width:100%;
	line-height:1.6;
	color: inherit;
	background-color:#fff;
	box-shadow:none;
}
.copy-inner .bottom-bank,
.copy-inner .bottom-cs {
	width:100%;
	text-align:left;
}
.copy-inner .bottom-bank {
	margin-left:0;
	margin-right:0;
	box-shadow:none;
}
.copy-inner .bottom-bank img {
	max-width:100%;
}
.copy-inner .bottom-util {
	width:100%;
	margin-top:0;
}
.copy-inner .bottom-util > * {
	float:none;
	display:inline-grid;
	margin-right:24px;
	background-color:transparent;
}

.btn_call {
	display:inline-block;
	margin:0 5px;
	padding:3px 10px;
	vertical-align:middle;
	text-decoration:none;
	font-weight:bold;
	color:#000;
	background-color:#f0a6b7;
	border-radius:3px;
}
}
@media (max-device-width:767px) {
.copy-inner .bottom-cs {
	line-height:1.5;
}
.copy-inner .bottom-cs span {
	display:block;
}
.btn_call {
	margin:5px 0 0 0;
	padding:3px 25px;
}
}
@media (min-width:1200px) {
.footer_desk {display:block;}
.footer_mobile {display:none;}

#Footer {
	margin: 0;
	padding-top:100px;
	padding-bottom: 30px;
	border-top:0;
}
.copy-inner {
	width:1200px;
	display:inline-block;
	box-shadow:0px 5px 8px rgba(140,140,140, .3);
}
.copy-inner > * {
	float:left;
	flex:none;
	padding:0;
}
.copy-inner .bottom-copyright {
	width:auto;
	line-height:1.4;
	color:#fff;
	background-color:#999a9e;
	box-shadow:inset 8px 8px 10px rgba(95,95,95, .2);
}
.copy-inner .bottom-bank {
	width:auto;
	margin-left:5px;
	margin-right:5px;
	box-shadow:inset 8px 8px 10px rgba(140,140,140, .4);
}
.copy-inner .bottom-util {
	margin-top:5px;
}
.copy-inner .bottom-util > * {
	display:block;
	float:left;
	margin-right:5px;
}
}

#Visual-section {
	position: relative;
	width: 1280px;
	height: 365px;
	margin: 35px auto;
	text-align: center;
}
.swiper-visual {
	width: 100%;
	height: 100%;
}
.swiper-visual .swiper-slide {
	background-position: 50% 50%;
	background-size: cover;
}
.swiper-visual .swiper-slide img {
	width:100%;
	height:auto;
}
@media (max-width:1199px) {
#Visual-section {
	width: 100%;
	height: 1020px;
	margin: 0 auto;
}
}
@media screen and (max-device-width:1023px) {
#Visual-section {
	height: 800px;
}
}
@media screen and (max-device-width:767px) {
#Visual-section {
	height:570px;
}
}
@media screen and (max-device-width:539px) {
#Visual-section {
	height:450px;
}
}
@media screen and (max-device-width:420px) {
#Visual-section {
	height:380px;
}
}
@media screen and (max-device-width:320px) {
#Visual-section {
	height:290px;
}
}


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

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

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

#mainBan-section {
	clear: both;
	width: 100%;
	margin: 30px 0px;
	display: inline-block;
}
#mainBan-section ol {
	list-style: none;
	margin: 0px auto;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items: stretch;
}
#mainBan-section li {
	flex:0 0 auto;
	width:32%;
	padding: 0px;
	text-align:center;
}
#mainBan-section li:first-child {
	text-align:left;
}
#mainBan-section li:last-child {
	text-align:right;
}
#mainBan-section li img {
	width:100%;
	height:auto;
}

#contents {
	position: relative;
	width: 100%;
	display: inline-block;
	box-sizing:border-box;
	margin-top:24px;
}

#contents-inner {
	position: relative;
	width:100%;
	min-height: 640px;
	text-align: center;
	margin: 0 auto;
}

.main-productList {
	clear: both;
	width : 100%;
	margin-top: 60px;
}
.main-productList h3 {
	clear:both;
	text-align: center;
	margin-bottom: 30px;
}

.product-list {
	clear:both;
	display:flex;
	flex-wrap:wrap;
	align-items: stretch;
	width: 100%;
}
.product-list > * {
	flex:0 0 auto;
}
.product-box {
	width: calc(25% - 20px);
	height: auto;
	box-sizing: border-box;
	border: 1px solid transparent;
	margin: 10px;
	padding:0 14px;
	text-align: center;
}
.product-box:hover {
	border: 1px solid #transparent;
}
.product-box:hover .pro-thumb {
	opacity: .7;
}
.product-box._best {
	width: 19.3%;
	height: 450px;
}

.product-box .pro-bestbox {
	clear: both;
	width: 100%;
	height: 27px;
	background: url(/img/goods_best_icon.png) no-repeat 50% 50% #fed8d8;
}
.product-box .pro-thumb {
	clear: both;
	width: 270px;
	height: 370px;
	margin:0 auto;
	opacity:1;
}
.product-box .pro-thumb img {
	width: 100%;
	height: 370px;
	border: 0px;
	vertical-align: middle;
}
.product-box .pro-thumb ._best img {
	width: 100%;
	height: 317px;
	border: 0px;
	vertical-align: middle;
}
.product-box .pro-icon {
	clear: both;
	margin-top: 5px;
	padding: 0px;
	word-wrap:break-word;
	line-height: 0;
	text-align: center;
}
.product-box .pro-icon > * {
	display:inline-block;
	margin-left:4px;
	margin-right:4px;
}
.product-box .pro-memo {
	clear: both;
	color: #fc448f;
	font-size: 18px;
	word-break:keep-all;
	margin-top: 5px;
}
.product-box .pro-title {
	clear:both;
	width: 100%;
	box-sizing: border-box;
	margin-top:20px;
	margin-bottom:12px;
	line-height: 1.2;
	font-size: 24px;
	color: #000;
	font-weight:bold;
	text-align: center;
	word-break:keep-all;
}
.product-box .pro-title a,
.product-box .pro-title a:hover {
	color: #000;
}
.product-box .pro-price {
	clear: both;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	font-size: 14px;
	color: #999;
	text-align: left;
}
.product-box .pro-price .p_cost {
	font-size:14px;
}
.product-box .pro-price .p_sell {
	font-size:24px;
	font-weight:bold;
	color:#000;
}
.product-box .pro-price ._pleft {
	float: none;
	width: 100%;
	text-align:center;
}
.product-box .pro-price ._pleft span {
	display: inline-block;
	margin-right: 0;
}
.product-box .pro-price ._pright {
	display:none;
	float: right;
	width: 29.5%;
	text-align: right;
}
.product_more {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}
@media (max-device-width:1199px) {
.product-box {
	padding:0;
}
.product-box .pro-thumb {
	width: 100%;
	height: auto;
}
.product-box .pro-thumb img {
	width: 100%;
	height: auto;
}
.product-box .pro-title {
	margin-top:12px;
	margin-bottom:8px;
	font-size: 17px;
}
.product-box .pro-memo {
	font-size:15px;
}
.product-box .pro-price .p_sell {
	font-size:17px;
}
}
@media (max-device-width:767px) {
.product-box {
	width: calc(33.3% - 6px);
	margin-left:3px;
	margin-right:3px;
}
.product-box .pro-title {
	margin-bottom:5px;
	font-size: inherit;
}
.product-box .pro-memo {
	margin-top:2px;
	font-size:13px;
}
}
@media (max-device-width:420px) {
.product-box .pro-title {
	margin-top:12px;
	margin-bottom:5px;
}
.product-box .pro-price .p_sell {
	font-size:15px;
}
}
@media (min-width:1200px) {
.product-box {
	width: calc(25% - 20px);
	padding:0 14px;
}
}


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

/******** MYPAGE ********/
.login-wrap {
	width: 100%;
	margin: 0 auto;
	padding:100px 0 60px 0;
	text-align: center;
	word-break:keep-all;
	display:flex;
	flex-wrap:nowrap;
	align-items:start;
	justify-content:space-around;
}
.loginBox {
	width:300px;
}
.login-wrap h2 {
	clear:both;
	margin-bottom: 30px;
	line-height: 1;
	text-align: center;
	font-family:inherit;
	font-size: 36px;
	font-weight: bold;
	color: #000;
}
.login-Form {
	clear: both;
	list-style:none;
	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;
}
.login-Form li {
	padding: 5px;
	text-align: left;
	border-top: 1px solid #ddd;
}
.login-Form li:first-child {
	border-top: 0px;
}

.login-img {
	position: absolute;
	right: 0;
	top: 80px;
}

input.login {
	width: 100%;
	height: 37px !important;
	box-sizing: border-box;
	padding: 0px 5px;
	line-height: 37px;
	color: #000;
	text-align: left;
	border: 0px !important;
	background-color: #fff;
}
.login-obj-section {
	display:none;
	clear:both;
	width:100%;
	margin:30px 0px;
	text-align:center;
	background:url(/img/line_g.gif) repeat-x 0% 50%;
}
@media (max-device-width:767px) {
.login-wrap {
	padding-top:60px;
	flex-wrap:wrap;
}
.login-wrap h2 {
	font-size:30px;
}
.login-obj-section {
	display:block;
}
}
@media (max-device-width:320px) {
.login-wrap {
	width:100%;
}
}

.join-form {
	clear:both;
	width: 100%;
	margin: 25px auto;
}
.join-box {
	width: 100%;
	box-sizing: border-box;
	padding:15px;
	text-align: center;
	background-color: #fcfcfc;
	border-collapse:collapse;
	border: 1px solid #ddd;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.join-form-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin:0;
	padding:0;
	box-sizing: border-box;
}
.join-form-col {
	position:relative;
	flex:1 0 0%;
	box-sizing: border-box;
	margin:8px 0;
	padding: 8px;
	line-height:2;
	text-align: left;
	vertical-align:middle;
}
.join-form-col.join-form-title {
	flex:0 0 auto;
	width:150px;
	font-weight:bold;
	color:#000;
}
.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;
}
@media (max-width:767px) {
.join-box > * {
	border-bottom:1px solid #eee;
}
.join-box > :last-child {
	border-bottom:0;
}
.join-form-row {
	margin-bottom:12px;
	padding-bottom:12px;
	padding-left:8px;
	padding-right:8px;
}
.join-form-col {
	margin-top:0;
	margin-bottom:0;
	padding:0;
}
.join-form-col.join-form-title {
	width:100px;
	margin-bottom:6px;
}
}
@media (max-width:539px) {
.join-box {
	padding-left:10px;
	padding-right:10px;
}
.join-form-col input {
	margin-bottom:6px;
}
}
@media (max-width:320px) {
.join-form-col, .join-form-col.join-form-title {
	flex:0 0 auto;
	width:100%;
}
}

.mypage-tab {
	clear: both;
	display:flex;
	flex-wrap:nowrap;
	align-items:stretch;
	width: 100%;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.mypage-tab a {
	flex:1 0 33.3%;
	display: block;
	box-sizing: border-box;
	padding:25px 0;
	border-left: 1px solid #ddd;
	line-height: 1.3;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #454545;
}
.mypage-tab a.bdnone {
	border-left: 0px;
}
@media (max-width:1199px) {
.mypage-tab a {
	font-size: inherit;
}
}
@media screen and (max-device-width:539px) {
.mypage-tab a {
	font-size: 12px;
}
}
/******** END---MYPAGE ********/

.location {
	display:none;
	width: 100%;
	height: 25px;
	text-align: right;
	border-bottom: 1px solid #999;
	margin: 15px auto;
}
.location ul {
	float: right;
}
.location ul li {
	float: left;
	margin-left: 7px;
	padding-left: 16px;
	/*	font-family: gulim, dotum;*/
	background: url(/img/location_arrow.png) no-repeat 0% 50%;
}
.location ul li:first-child {
	background: none;
	margin-left: 0px;
	padding-left: 0px;
}

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

.sub-article {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	padding:40px 20px;
	line-height:1.4;
	font-size:inherit;
	color:#333;
}
@media (max-width:1199px) {
.sub-article {
	padding:20px 0px;
}
}

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

.order-guide-head {
	display:inline-block;
	margin:40px auto;
	padding:15px;
	box-sizing:border-box;
	background-color:#d4e8fc;
	border:6px solid #fff;
	border-radius:16px;
	box-shadow:5px 5px 12px rgba(80,80,80,0.4), 5px 5px 5px inset rgba(80,80,80,0.3);
}
.order-guide-btnBox {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	justify-content:center;
}
.order-guide-btnBox > * {
	flex:0 0 30%;
	padding:10px;
}
.order-guide-btnBox._print > * {
	flex-basis:43%;
}
.order-guide-btnBox .btn_odguide {
	display:block;
	align-items:center;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:30px 15px;
	line-height:1.3;
	letter-spacing:-1px;
	text-align:center;
	font-size:28px;
	font-weight:bold;
	color:#333;
	word-break:keep-all;
	text-decoration:none;
	background-color:#ffffff;
	border:8px solid #f6e1e7;
	border-radius:0 1.75rem 1.75rem 1.75rem;
}
/*
.order-guide-btnBox .btn_odguide._soccer {
	background-color:#faaf82;
}
.order-guide-btnBox .btn_odguide._mod {
	background-color:#7cbbc3;
}
.order-guide-btnBox .btn_odguide._pay {
	background-color:#a4c3ff;
}*/
.order-guide-btnBox .btn_odguide._print {
	padding-top:25px;
	padding-bottom:25px;
/*	background-color:#aaebaa;*/
}

.order-guide-btnBox .btn_odguide .fs {
	font-size:20px;
	color:#898989;
}
@media (max-width:1023px) {
.order-guide-btnBox > * {
	padding-left:5px;
	padding-right:5px;
}
.order-guide-btnBox .btn_odguide._print,
.order-guide-btnBox .btn_odguide {
	padding:20px 10px;
	font-size:21px;
	border-width:6px;
	border-radius:0 1.25rem 1.25rem 1.25rem;
}
.order-guide-btnBox .btn_odguide .fs {
	font-size:14px;
}
}
@media (max-width:767px) {
.order-guide-btnBox .btn_odguide._print,
.order-guide-btnBox .btn_odguide {
	font-size:19px;
}
}
@media (max-width:539px) {
.order-guide-btnBox > * {
	flex:0 0 100%;
	padding:0;
	margin-bottom:10px;
}
.order-guide-btnBox._print > * {
	flex-basis:100%;
}
.order-guide-btnBox .btn_odguide._print,
.order-guide-btnBox .btn_odguide {
	padding-top:15px;
	padding-bottom:15px;
	border-width:4px;
	border-radius:0 1.0rem 1.0rem 1.0rem;
}
.order-guide-btnBox .btn_odguide .fs {
	font-size:13px;
	font-weight:500;
}
}
@media (max-width:320px) {
.order-guide-btnBox > * {
	flex:0 0 auto;
	width:100%;
	padding-left:0;
	padding-right:0;
}
}

.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:flex;
	flex-wrap:wrap;
	align-items:center;
	background-color: #f6f6f6;
}
.order-process dt, .order-process dd {
	flex:0 0 auto;
	box-sizing: border-box;
	word-break:keep-all;
}
.order-process dt {
	float: left;
	width:256px;
	padding: 15px 45px;
	text-align: center;
	font-size:16px;
	font-weight:bold;
	color:#000;
}
.order-process dd {
	float: left;
	width:calc(100% - 256px);
	padding: 15px;
	text-align: left;
	color:#555;
	font-size:15px;
}
.order-process li {
	display:flex;
	flex-wrap:nowrap;
	align-items: start;
	text-align:left;
}
.order-process li + li {
	margin-top:12px;
}
.order-process .process-title {
	flex:0 0 28%;
	box-sizing:border-box;
	padding-right:45px;
	font-weight:bold;
	color:#f05072;
}
.order-process .process-txt {
	flex:0 1 78%;
	box-sizing:border-box;
}
@media (max-width:1023px) {
.order-process dt {
	width:148px;
	padding: 15px 25px;
}
.order-process dd {
	width:calc(100% - 148px);
}
.order-process .process-title {
	flex:0 0 35%;
	padding-right:25px;
}
.order-process .process-txt {
	flex:0 1 65%;
}
}
@media (max-width:767px) {
.order-process dt {
	font-size:15px;
}
.order-process dd {
	font-size:13px;
}
}
@media (max-width:539px) {
.order-process li {
	flex-wrap:wrap;
}
.order-process .process-title {
	flex:0 0 100%;
	padding-right:0;
	margin-bottom:8px;
}
.order-process .process-txt {
	flex:0 0 100%;
}
}
@media (max-width:420px) {
.order-process dt {
	width:108px;
	padding: 15px 10px;
}
.order-process dd {
	width:calc(100% - 108px);
	padding: 15px 10px;
}
}
@media (max-width:359px) {
.order-process dt {
	width:100%;
}
.order-process dt > img {
	width:96px;
	height:96px;
}
.order-process dd {
	width:100%;
}
}

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

