@charset "UTF-8";
/*@import url(../codefont/fonts.css);*/

#wrap {
	position: relative;
	min-width:1440px;
	margin: 0;
	padding: 0;
	text-align: center;
}

.wrap-inner {
	width: 100%;
	margin: 0;
	text-align: center;
}
.inner-px {
	width:1440px;
}
@media (max-width:1440px) {
#wrap {
	min-width:1280px;
	max-width:100%;
}
.inner-px {
	width:100%;
}
}
@media (max-width:1279px) {
#wrap {
	min-width:auto;
}
}

h2 {
	text-align:center;
	font-size:60px;
	font-weight:bold;
	color:#000;
	margin-bottom:60px;
}
@media (max-width:1199px) {
h2 {
	font-size:48px;
}
}
@media (max-width:767px) {
h2 {
	font-size:36px;
}
}



#top-banner {
	position: relative;
	z-index: 1;
	background-color:#f5f5f5;
	width: 100%;
	box-sizing:border-box;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
#top-banner > div {
	box-sizing:border-box;
}
#top-banner .top-banner-inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}

#Header {
	clear:both;
	position:relative;
	height:178px;
	background:url(/img/header_bg.jpg) no-repeat 50% 0% #1e2d3e;
	background-size: cover;
}
#top {
	position: absolute;
	z-index:99;
	clear:both;
	width: 100%;
	box-sizing:border-box;
	border-bottom:1px solid rgba(255,255,255, .3);
}
#top::after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background-color:#000;
	opacity:0.4;
}
.top-inner {
	clear:both;
	position: relative;
	z-index:2;
	box-sizing:border-box;
	height:125px;
	margin: 0 auto;
	padding: 0 40px;
}

#util-menu {
	position: relative;
	z-index: 9;
	width: 100%;
	height: 32px;
	padding: 0px;
	text-align: center;
	clear: both;
	background-color: #282828;
}
.util-menu-inner {
	position: relative;
	margin: 0 auto;
}
.util-menu-inner .util-sns {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}

.top-util-menu {
	position: absolute;
	z-index:inherit;
	top: 12px;
	right: 40px;
}
.top-util-menu._left {
	right:auto;
	left:40px;
}

.top-util-menu ol li {
	position: relative;
	float: left;
	text-align:center;
	padding: 0px;
	margin: 0px;
}
.top-util-menu ol li::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;
	width:1px;
	height:10px;
	background-color:#fff;
	opacity: .7;
}
.top-util-menu ol li:first-child::before {
	display:none;
}
.top-util-menu a {
	display: inline-block;
	padding:8px;
	text-align:center;
	font-family:'Nanum Square';
	font-size: 12px;
	color: #fff;
	text-decoration: none;
}
.top-util-menu a:hover {
	color: #fff;
	text-decoration: underline;
}
.top-util-menu li:hover > ul.cm-menu {
	opacity: 1;
	display: block;
}
ul.cm-menu {
	position: absolute;
	display: none;
	top: 39px;
	left: 0;
	padding: 0px;
	width: 136px;
	opacity: 0;
	background: #fff;
	border: 1px solid #7d7d7d;
	border-width: 1px 1px 1px 1px;
	z-index: 99999;
}
ul.cm-menu li {
	width: 100%;
	box-sizing: border-box;
	border-top: 1px dashed #ddd;
	padding: 0px 10px;
	margin: 0px;
}
ul.cm-menu li:first-child {
	border-top: 0px;
}
ul.cm-menu li a {
	line-height: 24px !important;
	font-family: 'NanumGothic', dotum, gulim, arial;
	font-size: 13px;
	font-weight: 400;
	color: #000;
}

.i_facebook {
	background-image:url(/img/i_sns_face.png);
}
.i_insta {
	background-image:url(/img/i_sns_insta.png);
}
.i_blog {
	background-image:url(/img/i_sns_blog.png);
}
.i_twitter {
	background-image:url(/img/i_sns_twitter.png);
}

.logo-section-inner {
	position: relative;
	box-sizing:border-box;
	margin:0px auto;
	padding:60px 0 0 0;
	display:flex;
	flex-wrap:wrap;
}
.logo-section-inner > * {
	flex:1 0 0%;
	width:auto;
	vertical-align:middle;
	display:inline-flex;
	align-items:center;
}
.logo-section-inner .logo {
	position:absolute;
	top:48px;
	left:50%;
	margin-left:-86px;
	width:172px;
	text-align:center;
}
.logo-section-inner .logo-section-left {
	justify-content:flex-start;
}
.logo-section-inner .logo-section-right {
	justify-content:flex-end;
	padding-right:220px;
}
.top-rbtn {
	display:inline-block;
	height:40px;
	box-sizing:border-box;
	margin:0 4px;
	padding:10px 20px;
	vertical-align:middle;
	line-height:1;
	color:#fff;
	font-size:16px;
	font-weight:800;
	text-decoration:none;
	background-color:#00b2bd;
	border:2px solid #00b2bd;
	border-radius:45px;
	-moz-border-radius:45px;
	-webkit-border-radius:45px;
}
.top-rbtn:hover {
	text-decoration:none;
	color:#00b2bd;
	background-color: transparent;
}

#slide-section {
	display: none;
	position: relative;
	z-index: 9;
	clear:both;
	width: 100%;
	height: 41px;
	background-color: transparent;
}
@media (max-width:1200px) {
#top {
	display:none;
}

#slide-section {
	display: block;
}
}

/*--- 검색바 ---*/
#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 1090;
	top: 0px;
	left: 0;
	right:0;
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	margin: 0px;
	padding: 10px 8px;
	background-color: #1c1c1c;
}

.search-inner {
	margin: 0 auto;
	display: inline-block;
}

.schbt-close {
	float:left;
	width: 27px;
	height:27px;
	margin:6px 8px;
	background:url(/img/i_close_white.png) no-repeat 50% 50%;
	background-size:contain;
}

#search-wrap {
	position: absolute;
	top:60px;
	right: 0;
}

.search-bar {
	float:none;
	width: 200px;
	height: 40px;
	box-sizing:border-box;
	padding:0 8px 0 15px;
	background-color:rgba(0,0,0, .3);
	border: 2px solid #00b2bd;
	border-radius:45px;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 36px);
	box-sizing:border-box;
	padding: 1px 0px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
	color: #fff;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window .gbox input::placeholder {
	color:#f0f0f0;
}
.g_window input[type=image] {
	float: right;
}
.g_window .btn_arw {
	position: absolute;
	top: 6px;
	left: 392px;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
@media (max-width:1200px) {
#search-wrap {
	display: none;
}
.search-inner {
	display:block;
}
.search-bar {
	float:left;
	width:calc(100% - 45px);
	background-color:transparent;
	border:0;
	border-radius:0;
}
.g_window .gbox input {
	width:calc(100% - 45px);
}
}
@media (max-width:1023px) {
.g_window .gbox {
	margin-top:4px;
	margin-bottom:4px;
}
}
/***** Search END *****/

.img100, .board-contents img {
	width:auto;
	max-width:100%;
	height:auto;
}


.bottom-top-blank {
	clear:both;
	margin-top:180px;
}
@media (max-width:1199px) {
.bottom-top-blank {
	margin-top:60px;
}
}

#copy {
	clear: both;
	position:relative;
	z-index:1;
	padding:0px;
	text-align: center;
	font-family:'Nanum Square';
	background-color:#000;
}

.bottom-bar-section {
	position:absolute;
	z-index:3;
	width:1440px;
	top:-64px;
	left:50%;
	margin-left:-720px;
	padding:0;
	background-color:#040404;
}
.bottom-bar-inner {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content: space-around;
}
.bottom-bar-inner > * {
	flex:1 0 auto;
	box-sizing:border-box;
	position:relative;
	min-height:64px;
	margin:30px 60px;
	line-height:1.3;
	text-align:left;
	font-family: inherit;
	font-weight:bold;
	color:#fff;
}
.bottom-bar-inner h4 {
	margin-bottom:0;
	font-size:18px;
	font-family:inherit;
	font-weight:800;
}
.bottom-bar-inner .bottom-tel {
	font-size:24px;
}
.bottom-bar-inner .botbar-icon {
	padding-left:70px;
}
.bottom-bar-inner .botbar-icon::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:64px;
	height:64px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:cover;
}
.i_bottom_cs::before {
	background-image:url(/img/i_bottom_tel.png);
}
.i_bottom_bank::before {
	background-image:url(/img/i_bottom_bank.png);
}
.i_bottom_ship::before {
	background-image:url(/img/i_bottom_map.png);
}

.bottom-map-section {
	padding:112px 0px 48px 0px;
	background-color:#1e1d24;
}
.bottom-map-inner {
	display:flex;
	flex-wrap:wrap;
	margin:0 auto;
	align-items: stretch;
}
.bottom-map-inner > * {
	flex:0 0 auto;
	position:relative;
	box-sizing:border-box;
	padding:5px 30px;
	text-align:left;
	color:#fff;
	font-weight:700;
}
.bottom-map-inner > :last-child {
	flex:1 0 0%;
}
.bottom-map-inner > ::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:0;
	bottom:0;
	width:1px;
	background-color:#fff;
	opacity: .2;
}
.bottom-map-inner > :first-child::before {
	display:none;
}
.bottom-map-inner h4 {
	margin-bottom:15px;
	font-family:inherit;
	font-size:20px;
	color:#fff;
	word-break:keep-all;
}
.bottom-map-inner .bottom-online {
	width:360px;
}
.bottom-map-inner .bottom-online h4 {
	font-size:24px;
}
.bottom-map-inner .bottom-online p {
	font-size:13px;
}
.bottom-map-inner .bottom-online .bottom-online-link {
	list-style:none;
	margin:30px 0 0 0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.bottom-map-inner .bottom-online .bottom-online-link li {
	flex:0 0 108px;
	margin:1px;
}
.bottom-map-inner .bottom-online .bottom-online-link a {
	display:block;
	box-sizing:border-box;
	padding:15px 10px;
	text-align:center;
	text-decoration:none;
	font-family:inherit;
	font-weight:bold;
	color:#000;
	background-color:#fff;
}
.bottom-map-inner .bottom-cate {
	list-style:none;
	box-sizing:border-box;
	margin:0;
	padding:0;
	display:flex;
	flex-wrap:wrap;
}
.bottom-map-inner .bottom-cate li {
	flex:1 0 100%;
	box-sizing:border-box;
	position:relative;
	margin:3px 0;
	padding:4px;
	text-align:left;
	font-family:inherit;
	font-size:15px;
	color:#fff;
}
.bottom-map-inner .bottom-cate._2col li {
	flex:1 0 50%;
}
.bottom-map-inner .bottom-cate._2col li:nth-child(even) {
	flex:1 0 calc(50% - 15px);
	margin-left:15px;
}
.bottom-map-inner .bottom-cate li a {
	display:block;
	color:#fff;
	text-decoration:none;
}
.bottom-map-inner .bottom-cate li::before {
	content:'';
	display:block;
	float:left;
	vertical-align:middle;
	width:18px;
	height:18px;
	margin-left:-24px;
	background:url(/img/i_checklist.png) no-repeat 50% 50%;
	background-size: contain;
	opacity:0;
}
.bottom-map-inner .bottom-cate li:hover::before {
	opacity:1;
}
.bottom-map-inner .bottom-cate li:hover,
.bottom-map-inner .bottom-cate li:hover a, .bottom-map-inner .bottom-cate li a:hover {
	color:#2296b4;
	text-decoration:none;
}

.bottom-map-inner .bottom-goods {
	width:280px;
}
.bottom-map-inner .bottom-guide, .bottom-map-inner .bottom-customer {
	width:200px;
}

.bottom-map-inner .bottom-contact {
	color:#909090;
}
.bottom-map-inner .bottom-contact h4 {
	font-size:24px;
}
.bottom-map-inner .bottom-contact .contact-info,
.bottom-map-inner .bottom-contact .contact-utilmenu {
	list-style:none;
	box-sizing:border-box;
	margin:0;
	padding:0;
}
.bottom-map-inner .bottom-contact .contact-info {
	margin-left:24px;
}
.bottom-map-inner .bottom-contact .contact-utilmenu {
	margin-top:30px;
}
.bottom-map-inner .bottom-contact .contact-info li {
	clear:both;
	margin-bottom:8px;
	text-align:left;
	vertical-align:middle;
}
.bottom-map-inner .bottom-contact .contact-info li::before {
	content:'';
	display:block;
	float:left;
	vertical-align:middle;
	width:15px;
	height:15px;
	margin-left:-24px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.bottom-map-inner .bottom-contact .contact-info li.contact-tel::before {
	background-image:url(/img/i_tel.png);
}
.bottom-map-inner .bottom-contact .contact-info li.contact-time::before {
	background-image:url(/img/i_time.png);
}
.bottom-map-inner .bottom-contact .contact-info li.contact-add::before {
	background-image:url(/img/i_map.png);
}
.bottom-map-inner .bottom-contact .contact-info li.contact-email::before {
	background-image:url(/img/i_email.png);
}

.bottom-map-inner .bottom-contact .contact-utilmenu li {
	float:left;
	margin:4px 18px 4px 0;
	color:inherit;
}
.bottom-map-inner .bottom-contact .contact-utilmenu li:nth-child(3) {
	clear:both;
}
.bottom-map-inner .bottom-contact .contact-utilmenu li a {
	color:inherit;
	text-decoration:none;
}


.copy-inner {
	position: relative;
	margin: 0 auto;
	padding:60px 0;
}
.copy-inner .copy_logo {
	clear:both;
	height:45px;
	margin-bottom:15px;
}
.copy-inner .copy_logo img {
	width:auto;
	height:45px;
}
.copy-inner .copyright {
	box-sizing:border-box;
	margin-right:300px;
	padding:0 15px;
	line-height:1.6;
	text-align: left;
	color: #909090;
	font-weight:700;
}
.copy-inner .copyright .copyblank {
	display: inline-block;
	width:1px;
	height:12px;
	margin:0 10px;
	line-height:0;
	vertical-align:middle;
	background-color: #fff;
	opacity: .25;
}
.copy-inner .bottom-sns {
	float:right;
	width:130px;
	margin-top:15px;
}
.copy-inner .bottom-sns a {
	float:left;
	display:block;
	width:24px;
	height:24px;
	margin:0 2px;
	border:0;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}

.copy-inner .esc {
	position: absolute;
	top:60px;
	right:180px;
}
.copy-inner .gflow {
	position: absolute;
	top: 45px;
	right: 120px;
}
@media (max-width:1440px) {
.bottom-bar-section {
	width:100%;
	left:0;
	right:0;
	margin-left:0;
}
}
@media (max-width:1360px) {
.bottom-bar-inner > * {
	margin-left:45px;
	margin-right:45px;
}

.bottom-map-inner .bottom-online {
	width:320px;
}
}
@media (max-width:1279px) {
.bottom-bar-inner > * {
	margin-left:30px;
	margin-right:30px;
}

.bottom-map-inner .bottom-guide, .bottom-map-inner .bottom-customer {
	width:160px;
}
}
@media (max-width:1199px) {
.bottom-bar-section {
	position:relative;
	top:auto;
}
.bottom-bar-inner > * {
	flex:1 0 0%;
	margin-left:15px;
	margin-right:15px;
}

.bottom-map-section {
	padding-top:48px;
}
.bottom-map-inner > * {
	margin:24px 0px;
}

.bottom-map-inner .bottom-online,
.bottom-map-inner .bottom-goods {
	width:50%;
}
.bottom-map-inner .bottom-guide, .bottom-map-inner .bottom-customer {
	width:25%;
}
}
@media (max-width:1023px) {
.bottom-bar-inner {
	padding:15px 30px;
}
.bottom-bar-inner > * {
	flex:0 0 auto;
	width:100%;
	margin:15px 0;
}

.copy-inner {
	padding-top:48px;
	padding-bottom:48px;
}
.copy-inner .copyright {
	margin-right:150px;
}
.copy-inner .copyright .copyblank {
	display:block;
	height:0;
	opacity:0;
}
.copy-inner .esc {
	top:120px;
	right:15px;
}
}
@media (max-width:767px) {
.bottom-map-section {
	padding-top:30px;
	padding-bottom:30px;
}

.bottom-map-inner .bottom-cate li {
	font-size:inherit;
}
.bottom-map-inner .bottom-online,
.bottom-map-inner .bottom-guide {
	width:54%;
}
.bottom-map-inner .bottom-goods,
.bottom-map-inner .bottom-customer {
	width:46%;
}
.bottom-map-inner .bottom-contact .contact-utilmenu li:nth-child(3) {
	clear:none;
}
}
@media (max-width:539px) {
.bottom-bar-inner {
	padding-left:15px;
	padding-right:15px;
}
.bottom-bar-inner h4 {
	font-size:16px;
}

.bottom-map-inner h4,
.bottom-map-inner .bottom-online h4,
.bottom-map-inner .bottom-contact h4 {
	font-size:18px;
}
.bottom-map-inner > * {
	font-size:12px;
}
.bottom-map-inner .bottom-online {
	width:100%;
}
.bottom-map-inner .bottom-goods {
	display:none;
}
.bottom-map-inner .bottom-guide, .bottom-map-inner .bottom-customer {
	width:50%;
}
.bottom-map-inner .bottom-online .bottom-online-link {
	width:220px;
}

.copy-inner .bottom-sns {
	float:none;
	clear:both;
	display:inline-block;
	box-sizing:border-box;
	width:100%;
	margin-top:0;
	margin-bottom:24px;
	padding:0 15px;
}
.copy-inner .copyright {
	margin-right:0;
	font-size:12px;
}
.copy-inner .esc {
	top:15px;
}
}
@media (max-width:320px) {
.bottom-bar-inner > * {
	min-height:48px;
}
.bottom-bar-inner .botbar-icon {
	padding-left:60px;
}
.bottom-bar-inner .botbar-icon::before {
	width:48px;
	height:48px;
}
}



.btn_fixed2 {
	display:block;
	position: fixed;
	z-index: 99;
	width:50px;
	left:0;
	bottom:50px;
	opacity:1;
}
.btn_fixed {
	display:block;
	position: fixed;
	z-index: 99;
	right:0;
	bottom:50px;
	width:130px;
	opacity:1;
}
.btn_fixed > * {
	float:right;
}
.qm-wrap._pc, .qm-ban._pc {
	display:block;
}
.qm-wrap {
	position:relative;
	width:50px;
	box-sizing:border-box;
	border:1px solid #ddd;
	border-width:1px 1px 0px 1px;
}
.qm-wrap > * {
	border-bottom:1px solid #ddd;
	background-color:#fff;
}
.qm-wrap a.qmbtn {
	display:block;
	cursor:pointer;
	width:48px;
	height:48px;
	border:0;
}
.qm-wrap ._qmkakao {
	background:url(/img/sns_kakao.png) no-repeat 50% 50%;
	background-color:#fff100;
	background-size:40px;
}
.qm-wrap ._qmnavert {
	background:url(/img/sns_navertalk.png) no-repeat 50% 50%;
	background-color:#00c73c;
	background-size:cover;
}
.qm-wrap ._qmtel {
	background:url(/img/i_tel.png) no-repeat 50% 50%;
	background-color:#4252a4;
	background-size:cover;
}
.qm-wrap ._qmtop {
	background:url(/img/i_arrow_top.png) no-repeat 50% 50%;
	background-color:#fff;
	background-size:24px;
}
.qm-wrap ._qmbottom {
	background:url(/img/i_arrow_bottom.png) no-repeat 50% 50%;
	background-color:#fff;
	background-size:24px;
}
.qm-ban {
	margin-bottom:15px;
}
@media (max-width:1199px) {
.btn_fixed {
	display:block;
}
}
@media screen and (max-device-width:1199px) {
.btn_fixed2 {
	display:none;
}
.btn_fixed {
	width:50px;
}
.qm-wrap._pc, .qm-ban._pc {
	display:none;
}
}
@media (max-width:1023px) {
.btn_fixed2 {
	display:none;
}
}

#Visual-section {
	clear:both;
	position: relative;
	z-index:1;
	width: 100%;
	height:894px;
	margin-bottom:380px;
	text-align: center;
	overflow:hidden;
}
@media (max-width:1199px) {
#Visual-section {
	height:75vh;
	margin-bottom:0;
}
}
@media (max-width:1023px) {
#Visual-section {
	height:42vh;
}
}

#main-Visual2 {
	clear:both;
	position: relative;
	width: 100%;
	height:494px;
	margin:120px 0px;
	text-align: center;
	overflow:hidden;
	background-color:#aaa;
}

#mainReview {
	clear:both;
	margin-top:100px;
	padding:124px 0;
	background:url(/img/bottom_bg_guide.jpg) no-repeat 50% 0%;
	background-color:#f1f1f1;
	background-size:cover;
}
.mainReview-inner {
	position:relative;
	margin:0 auto;
	box-sizing:border-box;
}
.mainReview-inner h3 {
	margin-bottom:70px;
	font-size:40px;
	font-weight:400;
	word-break:keep-all;
}
.mainReview-inner h3 .fs-small {
	clear:both;
	margin-top:18px;
	line-height:1.3;
	font-size:18px;
	color:#666;
}
/*
.mainReview-inner li {
	float: left;
	width: 23.7%;
	margin: 0px 8px;
	padding: 0;
}
.mainReview-inner li img {
	width: 294px;
	height: 214px;
	border: 0;
}
*/
.mainReview-inner .Review-Box {
	position:relative;
	z-index:11;
	width:590px;
	height:245px;
	box-sizing:border-box;
	padding:20px 30px 20px 210px;
}
.mainReview-inner .Review-Box::after {
	content:'';
	display:block;
	position:absolute;
	z-index:10;
	top:0;
	bottom:0;
	left:90px;
	right:0;
	background-color:#fff;
	border-radius:10px;
}
.mainReview-inner .Review-Box > * {
	z-index:11;
}
.mainReview-inner .Review-Box .Review-thumb {
	box-sizing:border-box;
	position: absolute;
	left:0;
	top:50%;
	margin-top:-99px;
	width:198px;
	height:198px;
	overflow:hidden;
	background-color:#fff;
	border:8px solid #fff;
	border-radius:50%;
}
.mainReview-inner .Review-Box .Review-thumb img {
	width:100%;
	height:100%;
}
.mainReview-inner .Review-Box .Review-txt {
	position:relative;
	box-sizing: border-box;
	height:205px;
	padding:38px 10px;
	text-align:left;
	line-height:1.6;
	font-family:'Nanum Square';
	font-size:16px;
	font-weight:bold;
	color:#666;
	word-break:keep-all;
	white-space: normal;
	overflow:hidden;
	text-overflow:ellipsis;
	-webkit-line-clamp:5;
	-webkit-box-orient:vertical;
}
.mainReview-inner .Review-Box .Review-txt a {
	color:#666;
}
.mainReview-inner .Review-Box .Review-txt::before,
.mainReview-inner .Review-Box .Review-txt::after {
	content:'';
	display:block;
	position:absolute;
	width:34px;
	height:34px;
	background:url(/img/i_quote.png) no-repeat 50% 50%;
	background-size:cover;
}
.mainReview-inner .Review-Box .Review-txt::before {
	top:0;
	left:0;
}
.mainReview-inner .Review-Box .Review-txt::after {
	bottom:0;
	right:0;
	transform: rotate(180deg);
}
@media (max-width:1439px) {
.mainReview-inner .Review-Box {
	width:100%;
}
}
@media (max-width:1199px) {
.mainReview-inner {
	padding-left:15px;
	padding-right:15px;
}
}
@media (max-width:767px) {
#mainReview {
	padding-top:80px;
	padding-bottom:80px;
}
.mainReview-inner h3 {
	font-size:28px;
}
.mainReview-inner .Review-Box {
	height:auto;
	padding-top:200px;
	padding-left:30px;
}
.mainReview-inner .Review-Box::after {
	top:90px;
	left:0;
}
.mainReview-inner .Review-Box .Review-thumb {
	left:50%;
	top:0%;
	margin-top:0;
	margin-left:-99px;
}
}
@media (max-width:539px) {
#mainReview {
	padding-top:64px;
	padding-bottom:64px;
}
.mainReview-inner h3 {
	margin-bottom:45px;
	font-size:24px;
}
.mainReview-inner h3 .fs-small {
	margin-top:12px;
	font-size:14px;
}
.mainReview-inner .Review-Box {
	padding-top:150px;
}
.mainReview-inner .Review-Box::after {
	top:74px;
}
.mainReview-inner .Review-Box .Review-thumb {
	margin-left:-74px;
	width:148px;
	height:148px;
	border-width:5px;
}
.mainReview-inner .Review-Box .Review-txt {
	padding-top:30px;
	padding-bottom:30px;
	font-size:14px;
}
.mainReview-inner .Review-Box .Review-txt::before,
.mainReview-inner .Review-Box .Review-txt::after {
	width:28px;
	height:28px;
}
}
@media (max-width:410px) {
.mainReview-inner .Review-Box {
	padding-left:15px;
	padding-right:15px;
}
.mainReview-inner .Review-Box .Review-txt {
	height:198px;
}
}
@media (max-width:320px) {
.mainReview-inner .Review-Box {
	padding-top:130px;
}
.mainReview-inner .Review-Box::after {
	top:64px;
}
.mainReview-inner .Review-Box .Review-thumb {
	margin-left:-64px;
	width:128px;
	height:128px;
}
.mainReview-inner .Review-Box .Review-txt {
	height:165px;
}
}


#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;
	position: absolute;
	z-index:2;
	width:1440px;
	top:724px;
	left:50%;
	margin-left:-720px;
	box-sizing:border-box;
	padding:0 56px 30px 56px;
	text-align:center;
	background-color:#fff;
}
.mainBan-subject {
	position:relative;
	clear:both;
	display:inline-block;
	width:100%;
	margin-bottom:30px;
}
.mainBan-subject .mainBan-subject-box {
	float:left;
	display:inline-block;
	padding:18px 36px;
	vertical-align:middle;
	line-height:1;
	letter-spacing:0;
	font-family:'Nanum Square';
	font-size:inherit;
	color:#fff;
	background-color:#00b2bd;
}
.mainBan-subject-box::after {
	content:'+';
	margin-left:8px;
}
.mainBan-row {
	margin:0 auto;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
}
.mainBan-row > * {
	flex:0 0 auto;
	width:301px;
	box-sizing:border-box;
}
.mainBan-row img {
	width:100%;
	height:auto;
	max-width:100%;
}
@media (max-width:1439px) {
#mainBan-section {
	width:100%;
	left:0%;
	margin-left:0;
}
.mainBan-row > * {
	width:23%;
}
}
@media (max-width:1199px) {
#mainBan-section {
	position:relative;
	top:auto;
	margin-bottom:100px;
	padding-left:30px;
	padding-right:30px;
}
}
@media (max-width:1023px) {
#mainBan-section {
	margin-bottom:60px;
	padding-left:15px;
	padding-right:15px;
}
}
@media (max-width:767px) {
#mainBan-section {
	margin-bottom:40px;
}
.mainBan-row > * {
	width:50%;
	padding:0 10px 20px 10px;
}
.mainBan-row > :nth-child(odd) {
	padding-left:0;
}
.mainBan-row > :nth-child(even) {
	padding-right:0;
}
}
@media (max-width:539px) {
.mainBan-row > * {
	width:100%;
}
.mainBan-row > :nth-child(odd) {
	padding-left:10px;
}
.mainBan-row > :nth-child(even) {
	padding-right:10px;
}
}

#main-Special {
	clear:both;
}
.mainSpecial-inner {
	box-sizing:border-box;
	margin:0 auto;
	padding:0 50px;
}
.mainSpecial-subject {
	position:relative;
	z-index:2;
	line-height:1.6;
	text-align:center;
	font-family:'Nanum Square';
	font-weight:700;
	font-size:36px;
	color:#000;
}
.mainSpecial-subject .inbox {
	position:relative;
	z-index:2;
	display:inline-block;
	margin:0 auto;
	padding:0 24px;
	background-color:#fff;
}
.mainSpecial-subject .fs-small {
	font-family:inherit;
	font-size:16px;
	color:#666;
}
.mainSpecial-subject::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	width:40%;
	height:39px;
	left:0;
	top:50%;
	margin-top:-19px;
	background:url(/img/main/special_subject_bg.png) no-repeat 0 50%;
	background-color:transparent;
	background-size: cover;
}
.mainSpecial-subject::after {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	width:40%;
	height:39px;
	right:0;
	top:50%;
	margin-top:-19px;
	background:url(/img/main/special_subject_bg.png) no-repeat 0 50%;
	background-color:transparent;
	background-size: cover;
	transform:rotate(90deg);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	-webkit-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.mainSpecial-row {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-start;
	justify-content:space-between;
	margin-top:60px;
}
.mainSpecial-row > * {
	flex:0 0 auto;
}
.mainSpecial-box {
	width:417px;
}
.mainSpecial-box .mainSpecial-img {
	clear:both;
	width:100%;
	height:416px;
	overflow:hidden;
}
.mainSpecial-box .mainSpecial-img img {
	width:100%;
	height:auto;
	max-width:100%;
}
.mainSpecial-box .mainSpecial-con {
	clear:both;
	padding:20px 0;
	font-family:'Nanum Square';
	font-weight:bold;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	justify-content:flex-start;
}
.mainSpecial-box .mainSpecial-con > * {
	/*float:left;*/
	display:inline-flex;
	vertical-align:middle;
	text-align:left;
}
.mainSpecial-box .mainSpecial-con .mainSpecial-title {
	flex:0 0 auto;
	margin-right:12px;
	font-family:inherit;
	font-size:24px;
	color:#000;
}
.mainSpecial-box .mainSpecial-con .mainSpecial-txt {
	flex:1 0 0%;
	font-family:inherit;
	font-size:inherit;
	color:#666;
	overflow:hidden;
}
@media (max-width:1439px) {
.mainSpecial-box {
	width:30%;
}
.mainSpecial-box .mainSpecial-img {
	height:auto;
}
}
@media (max-width:1199px) {
.mainSpecial-inner {
	padding-left:30px;
	padding-right:30px;
}
.mainSpecial-box .mainSpecial-con .mainSpecial-title,
.mainSpecial-box .mainSpecial-con .mainSpecial-txt {
	flex:0 0 auto;
	width:100%;
}
.mainSpecial-box .mainSpecial-con .mainSpecial-txt {
	margin-top:5px;
}
}
@media (max-width:1023px) {
.mainSpecial-inner {
	padding-left:15px;
	padding-right:15px;
}
.mainSpecial-box .mainSpecial-con .mainSpecial-title {
	font-size:20px;
}
}
@media (max-width:767px) {
.mainSpecial-subject {
	font-size:28px;
}
.mainSpecial-subject::before,
.mainSpecial-subject::after {
	height:21px;
	margin-top:-11px;
}
.mainSpecial-box .mainSpecial-con .mainSpecial-title {
	font-size:16px;
}
.mainSpecial-box .mainSpecial-con .mainSpecial-txt {
	font-size:12px;
}
}
@media (max-width:539px) {
.mainSpecial-box {
	width:100%;
	margin-bottom:15px;
}
}

h3 {
	margin-bottom: 45px;
	text-align: center;
	font-family:'Nanum Square';
	font-size:36px;
	font-weight: bold;
	color:#000;
}
@media (max-width:767px) {
h3 {
	margin-bottom:30px;
	font-size:28px;
}
}

#contents {
	position: relative;
	width: 100%;
	display: block;
	padding:0;
}
#contents-inner {
	position: relative;
	box-sizing:border-box;
	min-height: 640px;
	text-align: center;
	margin: 0 auto;
}

.MD-section {
	clear:both;
}
.MD-list {
	width:100%;
	box-sizing:border-box;
	padding:0 50px;
}
.MDlist-tab {
	position:relative;
	margin:0;
	padding:0;
	list-style:none;
	*zoom:1;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: center;
}  
.MDlist-tab:after {
	content:'';
	display:block;
	clear:both;
}  
.MDlist-tab li {
	flex:0 0 auto;
	width:152px;
	margin:0 10px;
	text-align:center;
	font-size:18px;
} 
.MDlist-tab li a {
	display:block;
	position:relative;
	width:100%;
	height:52px;
	box-sizing:border-box;
	padding:14px 0;
	line-height:1;
	color:#666;
	text-decoration:none;
	border:2px solid #999;
	border-radius:50px;
	background:#fff;
}
.MDlist-tab li a.selected {
	color:#00b2bd;
	border-color:#00b2bd;
}  
.MDlist-panel {
	display:block;
	margin:0;
	padding:0;
}
.MDlist-panel li {
	display:block;
}
@media (max-width:1199px) {
.MD-list {
	padding-left:30px;
	padding-right:30px;
}
}
@media (max-width:1023px) {
.MD-list {
	padding-left:15px;
	padding-right:15px;
}
.MDlist-tab {
	align-items:stretch;
}  
.MDlist-tab li {
	width:calc(20% - 12px);
	margin:0 6px;
}
.MDlist-tab li a {
	height:100%;
	padding-left:12px;
	padding-right:12px;
}
}
@media (max-width:767px) {
.MDlist-tab li {
	width:calc(20% - 6px);
	margin:0 3px;
	font-size:16px;
}
}
@media (max-width:539px) {
.MDlist-tab li {
	font-size:12px;
}
.MDlist-tab li a {
	padding:10px 6px;
	border-radius:12px;
}
}

#mainGroupbok-section {
	clear:both;
	position:relative;
	z-index:1;
	height:718px;
	margin-bottom:400px;
}
.mainGroupbok-subject {
	clear:both;
	position:relative;
	z-index:2;
	line-height:1.6;
	text-align:center;
	font-family:'Nanum Square';
	font-weight:700;
	font-size:36px;
	color:#fff;
}
.mainGroupbok-subject .inbox {
	position:relative;
	z-index:2;
	display:inline-block;
	margin:200px auto 100px auto;
	padding:0 24px;
	background-color: transparent;
}
.mainGroupbok-subject .fs-small {
	font-family:inherit;
	font-size:16px;
	color:inherit;
}
.mainGroupbok-subject::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	width:100%;
	height:717px;
	left:0;
	top:0;
	background:url(/img/main/main_subject_bg_jacket.jpg) no-repeat 50% 0%;
	background-color:#666;
	background-size: cover;
}
.mainGroupbok-inner {
	position:absolute;
	z-index:5;
	top:418px;
	left:50%;
	margin-left:-720px;
	padding:0 20px;
	box-sizing:border-box;
}
.mainGroupbok-Box {
/*	display:flex;
	align-items: stretch;*/
	display:inline-block;
	box-sizing:border-box;
	margin:0 auto;
	background-color:#fff;
	border:1px solid #999;
}
.mainGroupbok-Box > * {
	border-left:1px solid #999;
}
.mainGroupbok-Box > :first-child {
	border-left:0px;
	border-top:0px;
}
.mainGroupbok-Box .mainGroupbok-Pick {
	float:left;
	box-sizing:border-box;
	width:484px;
	padding:60px 48px;
	background-color:#fff;
}
.mainGroupbok-Box .mainGroupbok-Pick h3 {
	margin-bottom:30px;
	text-align:center;
	line-height:1.3;
	font-size:31px;
	color:#000;
}
.mainGroupbok-Box .mainGroupbok-Pick h3 .fs-small {
	display:block;
	clear:both;
	font-size:14px;
	color:#505050;
}
.mainGroupbok-Box .mainGroupbok-Pick .Pickbox {
	display:block;
	width:278px;
	font-family:'Nanum Square';
}
.mainGroupbok-Box .mainGroupbok-Pick .Pickbox > * {
	clear:both;
	text-align:center;
}
.mainGroupbok-Box .mainGroupbok-Pick .Pickbox .pick-text {
	padding-top:30px;
	font-size:18px;
	color:#000;
}
.mainGroupbok-Box .mainGroupbok-Pick .Pickbox .pick-text .fs {
	font-size:14px;
	color:#3f3f3f;
}
.mainGroupbok-Box .mainGroupbok-Pick .Pickbox .pick-text .price {
	margin-top:15px;
	font-weight:800;
	color:#2296b4;
}

.mainGroupbok-Box .mainGroupbok-banner {
	box-sizing:border-box;
	width:calc(100% - 484px);
	margin-left:484px;
	overflow:hidden;
	background-color:#f1f1f1;
}

@media (max-width:1439px) {
#mainGroupbok-section {
	margin-bottom:310px;
}
.mainGroupbok-inner {
	left:0;
	margin-left:0px;
}
.mainGroupbok-Box .mainGroupbok-Pick {
	padding:36px;
}
}
@media (max-width:1360px) {
#mainGroupbok-section {
	margin-bottom:300px;
}
.mainGroupbok-Box .mainGroupbok-Pick {
	width:430px;
	padding:30px 15px;
}
.mainGroupbok-Box > * {
	min-height:547px;
}
.mainGroupbok-Box .mainGroupbok-Pick h3 {
	margin-bottom:24px;
}
.mainGroupbok-Box .mainGroupbok-banner {
	width:calc(100% - 430px);
	margin-left:430px;
}
}
@media (max-width:1199px) {
#mainGroupbok-section {
	height:auto;
	margin-bottom:60px;
}
.mainGroupbok-subject::before {
	height:640px;
}
.mainGroupbok-subject .inbox {
	margin-top:120px;
	margin-bottom:80px;
}
.mainGroupbok-inner {
	position:relative;
	top:auto;
	padding:0;
}
.mainGroupbok-Box > * {
	min-height:480px;
}
.mainGroupbok-Box .mainGroupbok-Pick {
	width:400px;
	padding-left:0px;
	padding-right:0px;
}
.mainGroupbok-Box .mainGroupbok-Pick .Pickbox {
	width:240px;
}
.mainGroupbok-Box .mainGroupbok-banner {
	width:calc(100% - 400px);
	margin-left:400px;
}
}
@media (max-width:1080px) {
.mainGroupbok-Box .mainGroupbok-Pick {
	width:330px;
}
.mainGroupbok-Box .mainGroupbok-Pick h3 {
	font-size:28px;
}
.mainGroupbok-Box .mainGroupbok-Pick .Pickbox {
	width:210px;
}
.mainGroupbok-Box .mainGroupbok-banner {
	width:calc(100% - 330px);
	margin-left:330px;
}
}
@media (max-width:1023px) {
.mainGroupbok-Box .mainGroupbok-Pick {
	width:320px;
}
.mainGroupbok-Box .mainGroupbok-Pick h3 {
	font-size:24px;
}
.mainGroupbok-Box .mainGroupbok-Pick .Pickbox {
	width:200px;
}
.mainGroupbok-Box .mainGroupbok-Pick .Pickbox .pick-text {
	font-size:16px;
}
.mainGroupbok-Box .mainGroupbok-banner {
	width:calc(100% - 320px);
	margin-left:320px;
}
}
@media (max-width:767px) {
.mainGroupbok-Box {
	display:block;
}
.mainGroupbok-Box > * {
	min-height:auto;
	border-left:0;
	border-top:1px solid #999;
}
.mainGroupbok-Box .mainGroupbok-Pick {
	width:100%;
}
.mainGroupbok-Box .mainGroupbok-banner {
	width:100% ;
	margin-left:0;
}

}


.product {
	display: inline-block;
	clear: both;
	width : 100%;
	box-sizing:border-box;
	margin-top: 60px;
	padding:0 20px;
	text-align: left;
}
.product .product-link,
.product .product-link .product-link-group {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: space-between;
	font-family:'Nanum Square';
}
.product .product-link {
	margin-bottom:40px;
}
.product .product-link > *,
.product .product-link .product-link-group > * {
	flex:0 0 auto;
	width:auto;
	display:block;
	box-sizing:border-box;
	font-family:inherit;
}
.product .product-link .product-link-group {
	flex:1 1 0%;
	position:relative;
	justify-content: flex-end;
}
.product .product-link .product-link-group::before {
	content:'';
	display:block;
	position:absolute;
	z-index:1;
	top:50%;
	width:100%;
	height:1px;
	background-color:#d1d1d1;
}
.product .product-link .product-link-group > * {
	position:relative;
	z-index:2;
	margin-left:18px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	font-weight:400;
	border-radius:50px;
}
.product .product-link .product-link-title {
	margin-right:45px;
	text-align:left;
	font-size:36px;
	font-weight:bold;
	color:#000;
}
.product .product-link .product-linkitems {
	padding:15px 25px;
	font-size:18px;
	color:#454545;
	background-color:#fff;
	border:2px solid #666;
}
.product .product-link .product-linkitems:hover {
	font-weight:bold;
	color:#00b2bd;
	border-color:#00b2bd;
}
.product .product-link .product-linkall {
	position:absolute;
	left:0;
	margin-left:0;
	padding:10px 15px;
	font-size:12px;
	color:#fff;
	background-color:#000;
	border:0px;
}
.product .product-link .product-linkall::after {
	content:'+';
	margin-left:5px;
}

.product-more {
	clear:both;
	margin:30px auto;
	text-align:center;
}
.product-more a {
	display:block;
	width:240px;
	box-sizing:border-box;
	margin:0 auto;
	line-height:52px;
	text-align:center;
	font-size:20px;
	font-weight:400;
	color:#101010;
	text-decoration:none;
	border:1px solid #d4d4d4;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.product-more a:hover {
	border-color:#333;
}

.product-box {
	float: left;
	width:320px;
	box-sizing: border-box;
	margin-right:40px;
	margin-bottom:60px;
	padding:8px;
	border: 1px solid #fff;
	text-align: center;
}
.product-box:hover {
	border-color: #000;
}
.product-box:nth-child(4n+1) {
	margin-right:0;
}

.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 > * {
	clear: both;
	display:block;
	width:100%;
	padding:0;
	box-sizing:border-box;
	text-align:left;
	line-height:1;
}
.product-box .pro-thumb {
	height: 370px;
	margin-bottom:15px;
	text-align:center;
	overflow:hidden;
}
.product-box .pro-thumb ._best {
	height: 317px;
}
.product-box .pro-thumb img {
	width: 100%;
	height: auto;
	border: 0px;
	vertical-align: middle;
}
.product-box .pro-icon {
	margin-top:15px;
	word-wrap:break-word;
	line-height: 0;
}
.product-box .pro-memo {
	margin-top: 5px;
	color: #999;
	font-size: 14px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-box .pro-title {
	line-height: 24px;
	font-size: 18px;
	color: #000;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.product-box .pro-title a {
	color: #000;
}
.product-box .pro-title a:hover {
	color: inherit;
}
.product-box .pro-price {
	display:inline-block;
	margin-top:8px;
	font-family:'Nanum Square';
	font-size: 12px;
	color: #ccc;
	text-align: left;
}
.product-box .pro-price strong {
	font-size:18px;
	color:#000;
}
.product-box .pro-price ._pleft {
	float: left;
	width: 70%;
	vertical-align:middle;
}
.product-box .pro-price ._pleft span {
	display: inline-block;
	margin-right: 12px;
	vertical-align:middle;
}
.product-box .pro-price ._pright {
	float: right;
	width: 29.5%;
	vertical-align:middle;
	text-align: right;
}
.product_more {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}
@media (max-width:1440px) {
.product-box {
	width:23.5%;
	margin-right:1.5%;
}
}
@media (max-width:1199px) {
.product .product-link .product-link-title {
	font-size:28px;
}
.product .product-link .product-linkitems {
	padding-left:18px;
	padding-right:18px;
}

.product-box {
	margin-bottom:40px;
}
.product-box .pro-thumb {
	height:260px;
}
}
@media (max-width:1023px) {
.product .product-link .product-link-title {
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
.product .product-link .product-linkitems {
	font-size:16px;
}

.product {
	padding-left:15px;
	padding-right:15px;
}
.product-box {
	width:23.8%;
	margin-right:1.2%;
	margin-bottom:24px;
}
.product-box .pro-thumb {
	height:200px;
}
.product-box .pro-title,
.product-box .pro-price strong {
	font-size:16px;
}
.product-box .pro-price ._pleft {
	width: 100%;
}
.product-box .pro-price ._pright {
	width: 100%;
	text-align: left;
	margin-top: 8px;
}
}
@media (max-width:767px) {
.product {
	margin-top:40px;
}
.product .product-link .product-link-title {
	font-size:24px;
}
.product .product-link .product-linkitems {
	margin-left:12px;
	padding:8px 10px;
	font-size:14px;
}
.product .product-link .product-linkall {
	padding:6px 10px;
}
.product-box {
	width:47%;
	margin-right:5%;
}
.product-box:nth-child(2n+1) {
	margin-right:0;
}
.product-box .pro-thumb {
	height:270px;
}
}
@media (max-width:539px) {
.product .product-link .product-link-title {
	width:auto;
	margin-bottom:0;
	font-size:21px;
}
.product .product-link .product-link-group::before {
	display:none;
}
.product .product-link .product-linkitems {
	display:none;
}
.product .product-link .product-linkall {
	left:auto;
	right:0;
}

.product-box {
	width:48%;
	margin-right:2.5%;
	padding:5px;
}
.product-box .pro-thumb {
	height:214px;
}
.product-box .pro-title,
.product-box .pro-price strong {
	font-size:14px;
}
.product-box .pro-memo {
	font-size:12px;
}
.product-box .pro-price ._pleft span {
	display: block;
	margin-right: 0px;
	margin-bottom:5px;
}
}
@media (max-width:410px) {
.product-box .pro-thumb {
	height:180px;
}
}
@media (max-width:320px) {
.product-box .pro-thumb {
	height:148px;
}
}

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;
}

.login-table {
	width: 300px;
	margin: 30px auto;
	text-align: center;
	font-size: 14px;
}
.login-table h2 {
	margin-bottom: 30px;
	line-height: 36px;
	text-align: center;
	font-size: 32px;
	font-weight: 400;
	color: #000;
}
.login-table 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;
}
.login-table li {
	padding: 5px;
	text-align: left;
	border-top: 1px solid #ddd;
}
.login-table li:first-child {
	border-top: 0px;
}
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;
}
.join-form {
	width: 100%;
	margin: 25px auto;
}
.join-form h2 {
	font-family: inherit;
	font-size: 40px;
	font-weight: 700;
	color: #454545;
}
.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: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.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;
	font-size: 1.075em;
}
.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;
}

.login-img {
	position: absolute;
	right: 0;
	top: 80px;
}
.login-form {
	float: left;
}

.mypage-tab {
	clear: both;
	width: 100%;
	height: 78px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	margin-bottom: 40px;
}
.mypage-tab a {
	display: block;
	float: left;
	width: 33.3%;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	line-height: 76px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #454545;
}
.mypage-tab a.bdnone {
	border-left: 0px;
}

@media (max-width:1199px) {
.join-form table.join th {
	font-size: 1.18em;
}
}
@media (max-width:1023px) {
.mypage-tab a {
	font-size: 14px;
}
}

#contents-inner .main-sub-banner {
	height: 207px;
	display: inline-block;
}
#contents-inner .main-sub-banner ul li {
	float: left;
}

.location {
	clear:both;
	display:inline-block;
	width: 100%;
	text-align: right;
	font-size:13px;
	color:#a9a9a9;
	margin:20px auto;
}
.location ul {
	float: right;
}
.location ul li {
	float: left;
	position:relative;
	margin-left:8px;
	padding-left:16px;
}
.location ul li::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	margin-top:-5px;
	width:8px;
	height:11px;
	background: url(/img/location_arrow.png) no-repeat 0% 50%;
	background-size:cover;
}
.location ul li:first-child::before {
	display:none;
}
@media (max-width:1199px) {
.location {
	display: none;
}
}

.sub-headimg {
	clear:both;
	margin-bottom:0;
}

#contents-inner .sub-con {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	margin-bottom:180px;
	padding: 20px;
}
#contents-inner .etc-wrap {
	clear: both;
	width: 100%;
	box-sizing: border-box;
	margin-bottom:180px;
	padding: 20px;
	line-height: 18px;
	text-align: left;
}
@media (max-width:1199px) {
#contents-inner .sub-con,
#contents-inner .etc-wrap {
	margin-bottom:60px;
}
}

.faq_Q {
	clear:both;
	position:relative;
	width: 100%;
	box-sizing: border-box;
	background-color: #f4f4f4;
	margin-bottom: 1px;
	color: #000;
	font-size: 24px;
	text-align: left;
	word-break:keep-all;
}
.faq_Q p {
	padding: 24px 24px 24px 80px;
	color: #000;
}
.faq_Q a:hover {
	text-decoration: none;
}
.faq_Q p.closed {
	position:relative;
	padding-right:50px;
}
.faq_Q p.closed::after {
	content:'';
	display:block;
	position:absolute;
	right:15px;
	top:30px;
	width: 21px;
	height:21px;
	background:url(/img/mall/btn_closed.png) no-repeat 50% 50%;
	background-size:contain;
}
.faq_A {
	border-top: 1px dashed #ddd;
	margin: 0px;
	padding: 24px 80px;
	background-color: #f8fafa;
	font-size: 16px;
	color: #707070;
	word-break:keep-all;
}
.faq_A p {
	margin: 5px 0px;
	padding:0px !important;
}
.faq-icon::before {
	content:'';
	display:block;
	position:absolute;
	top:15px;
	left:15px;
	width:50px;
	height:50px;
	margin-right:12px;
	vertical-align:middle;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
}
.faq-icon._iconQ::before {
	background-image:url(/img/etc/faq_q.png);
}
.faq-icon._iconA::before {
	background-image:url(/img/etc/faq_a.png);
}
@media (max-width:1023px) {
.faq_Q {
	font-size:20px;
}
.faq_Q p {
	padding:20px 20px 20px 60px;
}
.faq_Q p.closed::after {
	top:24px;
}
.faq_A {
	padding-left:60px;
	padding-right:60px;
}
.faq-icon::before {
	width:37px;
	height:37px;
}
}
@media (max-width:767px) {
.faq_Q {
	font-size:16px;
}
.faq_A {
	font-size: 14px;
}
}
@media (max-width:539px) {
.faq_Q p {
	padding:15px 15px 15px 48px;
}
.faq_A {
	padding-left:24px;
	padding-right:24px;
}
.faq-icon::before {
	width:27px;
	height:27px;
	margin-right:8px;
}
}

.order-process {
	clear: both;
	width: 100%;
	margin: 30px auto;
	padding: 1px 0px;
	display: inline-block;
	border-top: 1px solid #555;
	border-bottom: 1px solid #555;
}
.order-process dl {
	list-style: none;
	margin: 1px 0px;
	padding: 0;
	width: 100%;
	display: inline-block;
	background-color: #f5f5f5;
}
.order-process dt, .order-process dd {
	box-sizing: border-box;
}
.order-process dt {
	float: left;
	width: 22%;
	padding: 15px 0px;
	text-align: center;
}
.order-process dd {
	float: left;
	width: 78%;
	padding: 15px;
	text-align: left;
}
table.cata td {
	text-align: left;
	padding-left: 10px;
}
.add-btn {
	width: 100%;
	margin-top: 10px;
}


/* 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;
}

