.main_slide_banner1 {
	overflow: hidden;
	position: relative;
	min-width: 220px;
	margin: 0 auto;
}

.main_slide_banner1.gh-bannerPc .swiper-container {
	/* overflow: visible; */
}

.main_slide_banner1.gh-bannerPc .swiper-slide {
	white-space: nowrap;
}

.main_slide_banner1.gh-bannerPc .grid1 .swiper-slide a {
	margin: 0;
	display: block;
	position: relative;
	filter: brightness(50%);
	transition: all 0.5s ease;
}

.main_slide_banner1.gh-bannerPc .grid1 .swiper-slide-active a {
	filter: brightness(100%);
}

.main_slide_banner1.gh-bannerPc .swiper-slide img {
	width: 100%;
	max-width: none;
}

.main_slide_banner1 .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 16px;
}

body > .main_slide_banner1 .swiper-slide img {
	max-width: 400px;
	vertical-align: top;
}

body > .main_slide_banner1 .swiper-slide .ifmo img {
	max-width: 160px;
}

.main_slide_banner1 .swiper-pagination-fraction {
	position: absolute;
	bottom: 25px;
	right: 35px;
	width: auto;
	left: auto;
	background: rgba(0, 0, 0, 0.4);
	font-size: 12px;
	padding: 0 10px;
	color: #fff;
	border-radius: 10px;
	line-height: 20px;
}

/* .layout_btnBack {
	display: none !important;
} */

.main_slide_banner1.gh-bannerPc .grid1 .swiper-slide a .top_title {
	padding: 0;
	letter-spacing: 0;
	font-size: 18px;
	margin: 0;
	color: #fff;
	text-align: left;
	position: absolute;
	bottom: 65px;
	left: 60px;
	z-index: 1;
	right: 0;
}

.main_slide_banner1.gh-bannerPc .grid1 .swiper-slide a .top_title b {
	font-size: 45px;
	color: inherit;
	line-height: 1.1em;
	margin-bottom: 27px;
	opacity: 0;
	position: relative;
	text-align: inherit;
}

.main_slide_banner1.gh-bannerPc .grid1 .swiper-slide a .top_title p {
	opacity: 0;
	position: relative;
}

.main_slide_banner1.gh-bannerPc .grid1 .swiper-slide-active a .top_title b {
	-webkit-animation: ani-mtxt1 1.2s forwards;
	animation: ani-mtxt1 1.2s forwards;
}

.main_slide_banner1.gh-bannerPc .grid1 .swiper-slide-active a .top_title p {
	-webkit-animation: ani-mtxt2 1.2s forwards;
	animation: ani-mtxt2 1.2s forwards;
}

.main_slide_banner1.gh-bannerPc .grid1 .swiper-slide a .top_title.right {
	left: auto;
	right: 60px;
	text-align: right;
}

.main_slide_banner1.gh-bannerPc .grid1 .swiper-slide a .top_title.top {
	bottom: auto;
	top: 65px;
}

@media screen and (max-width: 767px) {
	.main_slide_banner1 .grid1 .swiper-slide {
		width: 100%;
	}

	.main_slide_banner1 .swiper-slide a {
		position: relative;
		display: block;
	}

	.main_slide_banner1 .swiper-slide img {
		width: 100%;
	}

	.main_slide_banner1.gh-bannerMo .swiper-slide img {
		height: auto;
	}

	.main_slide_banner1.gh-bannerMo .swiper-pagination {
		position: absolute;
		bottom: 14px;
		right: 14px;
		left: auto;
		width: auto;
		background: rgba(0, 0, 0, 0.4);
		line-height: 24px;
		border-radius: 30px;
		color: #fff;
		padding: 0 10px;
		font-size: 11px;
	}

	.main_slide_banner1.bntype .swiper-button-prev,
	.main_slide_banner1.bntype .swiper-button-next {
		display: none;
	}

	.main_slide_banner1.bntype .swiper-button-prev:after,
	.main_slide_banner1.bntype .swiper-button-next:after {
		font-size: 24px;
	}

	.main_slide_banner1 .swiper-pagination-fraction {
		right: 15px;
		bottom: 10px;
	}

	.main_slide_banner1.gh-bannerMo .grid1 .swiper-slide a .top_title {
		font-size: 14px;
		bottom: 6%;
		left: 5%;
		position: absolute;
	}

	.main_slide_banner1.gh-bannerMo .grid1 .swiper-slide a .top_title b {
		font-size: 25px;
		line-height: 1.1em;
		margin-bottom: 4%;
	}

	.main_slide_banner1.gh-bannerMo .grid1 .swiper-slide a .top_title.right {
		left: auto;
		right: 5%;
	}

	.main_slide_banner1.gh-bannerMo .grid1 .swiper-slide a .top_title.top {
		bottom: auto;
		top: 6%;
	}
}

@media all and (min-width: 768px) and (max-width: 1400px) {
	.main_slide_banner1 .template_width2 {
		padding: 0;
	}
}

@-webkit-keyframes ani-mtxt1 {
	0% {
		left: 10%;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@keyframes ani-mtxt1 {
	0% {
		left: 10%;
		opacity: 0;
	}

	100% {
		left: 0;
		opacity: 1;
	}
}

@-webkit-keyframes ani-mtxt2 {
	0% {
		right: 10%;
		opacity: 0;
	}

	100% {
		right: 0;
		opacity: 1;
	}
}

@keyframes ani-mtxt2 {
	0% {
		right: 10%;
		opacity: 0;
	}

	100% {
		right: 0;
		opacity: 1;
	}
}

.mainTab {
	padding: 0;
	background: #fff;
	display: none;
}

.mainTab .mprd_title {
	padding: 0 0 25px;
	margin: 0;
}

.mainTab .mprd_title h2 {
}

.mainTab .ec-base-product .mprd_title {
	height: 0;
	overflow: hidden;
	display: none;
}

.mainTab .ec-base-product .mprd_title h2 {
	font-size: 18px;
	opacity: 0;
}

.mainTab .more_button {
	margin: 0;
}

.mainTab > .template_width2 {
}

.mainTab > .template_width2 .swiper-container {
	padding-top: 0;
}

.mainTab .slideScript {
	background: none;
}

.mainTab .tab_container {
	width: 100%;
	display: block;
}

.mainTab .tab-btn-gh {
}

.mainTab .tab-btn-gh .swiper-container {
	display: inline-flex;
}

.mainTab .swiper-container > .swiper-pagination-bullets {
	bottom: auto;
	top: auto;
	text-align: center;
	left: auto;
	right: auto;
	width: auto;
	position: relative;
	padding: 0 10px 20px;
}

.mainTab .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet {
	width: 9px;
	height: 9px;
	background: #aaa;
	border-radius: 100%;
}

.mainTab .swiper-container > .swiper-pagination-bullets .swiper-pagination-bullet-active {
	background: #000;
}

.mainTab .ec-base-product .prdList > li {
	margin-bottom: 10px;
}

.swiper-container-multirow > .swiper-wrapper .swiper-slide {
	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;
}

.mainTab .gallery-thumbs {
	margin-bottom: 20px;
	padding: 0 5px;
	width: calc(100% - 10px);
}

.mainTab .gallery-thumbs .swiper-slide {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: auto;
	line-height: 40px;
	margin: 0 0;
	box-sizing: border-box;
	outline: none;
	cursor: pointer;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

.mainTab .gallery-thumbs .swiper-slide span {
	background: #eee;
	padding: 0 20px;
	font-size: 14px;
	border-radius: 30px;
	display: inline-block;
	margin: 0 5px;
}

.mainTab .gallery-thumbs .selected span {
	background: #000;
	color: #fff;
}

@media all and (max-width: 480px) {
	.mainTab {
		padding: 0;
	}

	.mainTab .mprd_title {
		padding: 0 0 15px;
		margin: 0 10px;
	}

	.mainTab .ec-base-product .prdList > li {
		width: 33.33334%;
	}

	.mainTab .ec-base-product .prdList > li:nth-child(7),
	.mainTab .ec-base-product .prdList > li:nth-child(8) {
		display: none;
	}

	.mainTab .gallery-thumbs .swiper-slide {
		line-height: 32px;
		font-size: 13px;
	}
}

@media all and (min-width: 481px) and (max-width: 767px) {
	.mainTab {
		padding: 0;
	}

	.mainTab .mprd_title {
		padding: 0 0 15px;
		margin: 0 10px;
	}

	.mainTab .ec-base-product .prdList > li {
		width: 33.33334%;
	}

	.mainTab .ec-base-product .prdList > li:nth-child(7),
	.mainTab .ec-base-product .prdList > li:nth-child(8) {
		display: none;
	}
}

@media all and (min-width: 768px) and (max-width: 990px) {
	.mainTab {
		padding: 0;
	}

	.mainTab .mprd_title {
		padding: 0 0 15px;
	}

	.mainTab .ec-base-product .prdList > li {
		width: 33.33334%;
	}

	.mainTab .ec-base-product .prdList > li:nth-child(7),
	.mainTab .ec-base-product .prdList > li:nth-child(8) {
		display: none;
	}
}

@media all and (min-width: 991px) {
	.mainTab > .template_width2 .tab-main {
	}

	.mainTab .gallery-thumbs {
	}

	.mainTab .gallery-thumbs .swiper-wrapper {
	}

	.mainTab .gallery-thumbs .swiper-slide span {
		background: none;
		text-align: left;
		font-size: 18px;
		color: #999;
		padding: 0;
		margin: 0 28px 0 0 !important;
	}

	.mainTab .gallery-thumbs .selected span {
		color: #000;
		font-weight: 500;
	}
}

@media all and (min-width: 768px) {
	.mainTab .tab-btn-gh {
		position: absolute;
		top: -64px;
		right: 0;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	.photoreview .lister_wrap > li {
		width: 33.333334%;
	}

	.photoreview .lister_wrap > li:last-child {
		display: none;
	}

	.photoreview .lister_wrap > li .box {
		margin: 5px 5px 20px;
	}

	.best_review.photoreview .lister_wrap > li .box {
		margin: 0 10px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
	.photoreview .lister_wrap > li {
		width: 25%;
	}

	.photoreview .lister_wrap > li:nth-child(n + 9) {
		display: none;
	}
}

@media all and (max-width: 480px) {
	.instagram_item {
		width: 20%;
	}

	.instagram_item:nth-child(n + 16) {
		display: none;
	}
}

@media all and (min-width: 481px) and (max-width: 767px) {
	.instagram_item {
		width: 20%;
	}

	.instagram_item:nth-child(n + 16) {
		display: none;
	}
}

@font-face {
	font-family: "NotoSansKR";
	font-style: normal;
	font-weight: 300;
	src: url(../font/NotoSansKR-Light.woff2) format("woff2"), url(../font/NotoSansKR-Light.woff) format("woff"), url(../font/NotoSansKR-Light.otf) format("opentype");
}

@font-face {
	font-family: "NotoSansKR";
	font-style: normal;
	font-weight: 400;
	src: url(../font/NotoSansKR-Regular.woff2) format("woff2"), url(../font/NotoSansKR-Regular.woff) format("woff"), url(../font/NotoSansKR-Regular.otf) format("opentype");
}

@font-face {
	font-family: "NotoSansKR";
	font-style: normal;
	font-weight: 500;
	src: url(../font/NotoSansKR-Medium.woff2) format("woff2"), url(../font/NotoSansKR-Medium.woff) format("woff"), url(../font/NotoSansKR-Medium.otf) format("opentype");
}

@font-face {
	font-family: "NotoSansKR";
	font-style: bold;
	font-weight: 700;
	src: url(../font/NotoSansKR-Bold.woff2) format("woff2"), url(../font/NotoSansKR-Bold.woff) format("woff"), url(../font/NotoSansKR-Bold.otf) format("opentype");
}

@font-face {
	font-family: "ghfont";
	src: url("../font/ghfont.eot");
	src: url("../font/ghfont.eot") format("embedded-opentype"), url("../font/ghfont.ttf") format("truetype"), url("../font/ghfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}

[class^="ghicon_"],
[class*=" ghicon_"] {
	font-family: "ghfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 17px;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ghicon_point:before {
	content: "\e913";
}

.ghicon_basket:before {
	content: "\e919";
}

.ghicon_bag1:before {
	content: "\e919";
}

.ghicon_member:before {
	content: "\e91f";
}

.ghicon_search:before {
	content: "\e902";
}

.ghicon_wish:before {
	content: "\e903";
}

.ghicon_arrow1:before {
	content: "\e904";
}

.ghicon_close1:before {
	content: "\e905";
}

.ghicon_global:before {
	content: "\e908";
}

.ghicon_star0:before {
	content: "\e909";
}

.ghicon_star1:before {
	content: "\e90a";
}

.ghicon_star2:before {
	content: "\e91a";
}

.ghicon_star3:before {
	content: "\e91b";
}

.ghicon_filter1:before {
	content: "\e90d";
}

.ghicon_filter2:before {
	content: "\e90e";
}

.ghicon_mobile1:before {
	content: "\e90f";
}

.ghicon_talk1:before {
	content: "\e910";
}

.ghicon_email1:before {
	content: "\e911";
}

.ghicon_sizeguide1:before {
	content: "\e914";
}

.ghicon_global1:before {
	content: "\e913";
}

.ghicon_order1:before {
	content: "\e917";
}

.ghicon_home1:before {
	content: "\e918";
}

.material-icons {
	visibility: hidden;
}

.wf-active .material-icons {
	visibility: visible;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
button,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body,
code {
	font: 12px "Cabin", "Noto Sans KR", sans-serif;
	color: #222222;
	font-weight: 400;
	background: #fff;
	-webkit-text-size-adjust: none;
}

button {
	font-family: "Cabin", "Noto Sans KR", sans-serif;
}

body:not(.mobile_device) {
	font-family: "Cabin", "Noto Sans KR", sans-serif;
}

body:not(.mobile_device) button {
	font-family: "Cabin", "Noto Sans KR", sans-serif;
}

#atl-menu {
	left: auto !important;
	right: 0 !important;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
strong,
b {
	font-weight: bold;
	letter-spacing: -0.01em;
}

html,
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
img {
	margin: 0;
	padding: 0;
}

html {
	width: 100%;
	height: 100%;
}

body {
	min-height: 100%;
	width: 100%;
	background: #fff;
	overflow-x: hidden;
}

body#popup {
	min-width: 0;
}

li {
	list-style: none;
}

img,
fieldset {
	border: none;
	vertical-align: top;
}

table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

caption {
	display: none;
}

th,
td {
	border: 0;
	vertical-align: top;
}

button {
	overflow: visible;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
}

hr.layout {
	display: none;
}

a {
	text-decoration: none;
	color: #222222;
}

a:hover {
}

a:active {
	text-decoration: none;
}

.objHidden {
	visibility: hidden;
	position: absolute;
	left: -1000px;
	top: -1000px;
	height: 0;
	width: 0;
}

#content_CONTAINER table,
#bi_inquire_content_CONTAINER table {
	border: 0;
	margin: 0 0 -1px;
}

#content_CONTAINER table:before,
#bi_inquire_content_CONTAINER table:before {
	display: none;
}

#content_CONTAINER td,
#bi_inquire_content_CONTAINER td {
	width: auto !important;
	padding: 0;
}

table.nneditor-table {
	width: auto !important;
}

#progressPaybarBackground {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#progressPaybarView {
	position: absolute;
	z-index: 100;
	top: 160px;
	left: 20px;
	width: 471px;
	font-size: 12px;
}

#progressPaybarView .box {
	height: 180px;
	background: url("/resources/images/bg/bg_layer_box1.gif") 0 0 no-repeat;
}

#progressPaybarView .box .graph {
	padding: 15px 0 0 0;
	text-align: center;
}

#progressPaybarView .box .graph span {
	display: block;
	text-align: center;
	margin: 20px 0;
}

#progressPaybarView .box .txt {
	text-align: center;
	padding: 15px 0 0;
	color: #555555;
}

div.layerProgress {
	filter: alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity: 0.4;
	background-color: #999;
}

#skipNavigation {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 0;
}

#skipNavigation p,
#skipNavigation ul,
#skipNavigation ul li {
	height: 0;
}

#skipNavigation p a {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	overflow: hidden;
	width: 1px;
	height: 1px;
	margin-left: -1px;
	margin-bottom: -1px;
	text-align: center;
	color: #000;
	white-space: nowrap;
}

#skipNavigation p a:focus,
#skipNavigation p a:hover,
#skipNavigation p a:active {
	width: 100%;
	height: auto;
	padding: 10px 0;
	background: #c4122f;
	color: #fff;
	z-index: 100;
}

.displaynone {
	display: none;
}

.dimmed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
	display: none;
}

.template_width {
	max-width: 1400px;
	min-width: 280px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 20px;
}

.template_width2 {
	max-width: 1400px;
	min-width: 280px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 10px;
}

.template_width3 {
	padding: 0 0;
	max-width: 1840px;
	margin-left: auto;
	margin-right: auto;
}

.board_width {
	max-width: 1240px;
	min-width: 280px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 20px;
}

.review_width {
	max-width: 1240px;
	min-width: 280px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 20px;
}

.info_width {
	max-width: 1040px;
	min-width: 280px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 20px;
}

.myshop_width {
	padding: 45px 20px 45px 200px;
	max-width: 1400px;
}

.myshop_width:after {
	clear: both;
	display: block;
	content: "";
}

.detail_width {
	max-width: 1900px;
	min-width: 280px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0 80px;
}

.event_width {
	max-width: 1240px;
	min-width: 280px;
	box-sizing: border-box;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	padding: 0;
}

#sidebarBackpanel,
#searchBackpanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 100;
	display: none;
}

#header .header_home {
	position: fixed;
	top: 0;
	left: 45px;
	z-index: 103;
	-webkit-animation: ani-utilLeft 0.3s forwards;
	animation: ani-utilLeft 0.3s forwards;
}

#header .header_home a {
	display: block;
	position: relative;
}

#header .header_home a i {
	width: 100%;
	height: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	line-height: 38px;
	text-indent: 0;
	font-size: 16px;
}

#header .header_home a img {
	max-width: 100%;
	height: 60px;
}

#header {
	position: relative;
	height: 80px;
	font-size: 12px;
}

#header .inner_bts {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 251;
	padding: 10px 14px;
	display: flex;
	-webkit-transition: padding 0.25s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: padding 0.25s cubic-bezier(0.77, 0, 0.175, 1);
	transition: padding 0.25s cubic-bezier(0.77, 0, 0.175, 1);
}

body[style*="61px"] #header .inner_bts {
	top: 61px;
}

body[style*="61px"] .util_left .statelog,
body[style*="61px"] .util_right .statelog {
	top: 72px;
}

body[style*="61px"] #header #open_searchbox.open_search {
	top: 69px;
}

#header .inner_bts .topArea {
	box-sizing: border-box;
	z-index: 100;
	font-size: 0;
	display: flex;
	margin-right: 20px;
}

#header .th_right {
	float: right;
}

#header .inner {
	z-index: 251;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#header .header_home,
.search_active #header .header_home {
	display: block;
}

.fixed #header .inner_bts {
	padding: 0 14px;
}

.fixed #header .inner_bts:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	height: 1px;
	background: #efefef;
}

#wrap {
	position: relative;
}

#container {
	*zoom: 1;
}

#container:after {
	content: "";
	display: block;
	clear: both;
}

#contents {
	min-height: 570px;
	width: 100%;
}

textArea#contents {
	min-height: auto;
}

.path {
	overflow: hidden;
	line-height: 30px;
	*zoom: 1;
	padding: 5px 0;
}

.path span {
	overflow: hidden;
	position: absolute;
	width: 0;
	height: 0;
	white-space: nowrap;
	text-indent: 100%;
}

.path ol {
	float: left;
}

.path li {
	float: left;
}

.path li:before {
	content: "/";
	color: #9a9a9a;
	margin: 0 6px;
}

.path li:first-child:before {
	content: "";
	margin: 0;
}

.path li a {
}

.path li strong,
.path li strong a {
}

.titleArea {
	padding: 25px 0 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.titleArea.noline {
	border: 0;
}

.titleArea h2 {
	display: inline-block;
	font-size: 14px;
	*display: inline;
	letter-spacing: -0.01em;
	font-weight: 500;
}

.titleArea p {
	display: inline-block;
	position: relative;
	margin: 0 0 0 6px;
	padding: 0 0 0 10px;
	*display: inline;
}

.titleArea p:before {
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 1px;
	height: 13px;
	margin-top: -6px;
	border-left-width: 1px;
	border-left-style: solid;
}

.titleArea ul {
	padding: 5px 0;
	line-height: 18px;
}

.titleArea ul li {
	position: relative;
	padding: 0 0 0 9px;
}

.titleArea ul li:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	width: 2px;
	height: 2px;
	margin: -2px 0 0 0;
}

.titleArea.hidden_titleArea {
	font-size: 0;
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -9999px;
	border: 0;
	overflow: hidden;
	height: 0;
	min-height: 0;
}

.myshop_content .titleArea {
	padding: 0 0 25px;
}

.big_titleArea {
	padding: 55px 0 45px 0;
	position: relative;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center center;
	background-size: cover;
}

.big_titleArea.xans-board-title {
	text-align: left;
	padding-top: 95px;
}

.big_titleArea .path {
	display: none;
}

.big_titleArea .pt_title {
	display: block;
	position: relative;
}

.big_titleArea h2 {
	display: block;
	font-size: 28px;
	line-height: 1.4em;
	font-weight: 400;
	position: relative;
}

.big_titleArea h2 > font {
}

.big_titleArea p {
	font-size: 12px;
	display: none;
}

.big_titleArea + .imgArea {
	text-align: left;
}

.big_titleArea + .imgArea.xans-board-title-8 {
	max-width: 1500px;
}

.big_titleArea + .imgArea img {
	margin-bottom: 25px;
}

.big_titleArea .gh_utilNav {
	position: relative;
	z-index: 1;
}

.big_titleArea .gh_utilNav > a {
	font-weight: 400;
}

.big_titleArea .gh_utilNav:after {
	content: "/";
	font-size: 9px;
	display: block;
	padding: 3px 0;
}

.big_titleArea .gh_utilNav > div {
	text-align: center;
	position: absolute;
	top: 32px;
	right: auto;
	left: 50%;
	margin-left: -75px;
	line-height: 22px;
}

.big_titleArea .gh_utilNav > div:before {
	right: 50%;
	margin-right: -7px;
}

.big_titleArea .gh_utilNav:hover > div {
	top: 15px;
}

.nor_titleArea {
	padding: 45px 0 20px;
	position: relative;
	text-align: left;
}

.nor_titleArea h2 {
	font-size: 22px;
	line-height: 1.4em;
}

.title_btnBack {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 105;
	display: none;
	height: 100%;
}

.title_btnBack a {
	display: block;
	position: relative;
	width: 30px;
	line-height: 100%;
	height: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-align: left;
	text-indent: -9999px;
}

.title_btnBack a:after {
	content: "\e904";
	color: #111;
	font-family: "ghfont" !important;
	speak: none;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 7px;
	bottom: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 16px;
	line-height: 22px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph;
	filter: fliph;
}

.common_btitle {
	max-width: 420px;
	margin: 0 auto;
	padding: 85px 20px 45px;
	text-align: center;
}

.common_btitle h2 {
	font-size: 28px;
	font-weight: normal;
}

.page_title {
	padding: 80px 0 50px;
}

.page_title h2 {
	font-size: 32px;
	font-weight: 500;
}

.page_nav {
	position: absolute;
	top: 50%;
	right: 6px;
	margin-top: -14px;
}

.page_nav ul {
	font-size: 0;
	display: table;
	width: 100%;
}

.page_nav ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 14px;
}

.page_nav ul li a {
	font-size: 14px;
	line-height: 28px;
	position: relative;
}

.page_nav ul li.active a {
	font-weight: 500;
}

.page_nav ul li.active a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	z-index: -1;
	background: #000;
}

.page_title + .big_titleArea {
	padding: 0;
}

.page_title + .big_titleArea > .board_width .pt_title {
	padding: 30px 0;
	text-align: left;
}

.page_title + .big_titleArea h2 {
	font-size: 20px;
	font-weight: 500;
}

.big_titleArea.round_board.xans-board-title-4 {
	padding: 55px 0 0;
}

.big_titleArea.round_board > .board_width {
}

.big_titleArea.round_board h2 {
	font-size: 20px;
}

.big_titleArea.round_board .title_btnBack {
	display: inline-block;
	top: 50%;
	left: 10px;
	margin-top: -14px;
	height: auto;
}

.big_titleArea.round_board .title_btnBack a {
	height: auto;
	display: block;
	height: 28px;
}

.big_titleArea.round_board .title_btnBack a:after {
	font-size: 20px;
	width: 30px;
	text-align: center;
	line-height: 28px;
	bottom: auto;
	left: 0;
}

.big_titleArea.round_board > .board_width .pt_title {
	padding: 30px 0;
	text-align: left;
	padding-left: 38px !important;
	position: relative;
	border-bottom: 2px solid #222;
}

.texttab {
	margin-bottom: 24px;
}

.texttab ul {
}

.texttab ul:after {
	content: "";
	display: block;
	clear: both;
}

.texttab ul li {
	float: left;
	position: relative;
	padding-left: 11px;
	margin-left: 10px;
}

.texttab ul li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 14px;
	margin-top: -7px;
	background: #cecece;
}

.texttab ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}

.texttab ul li:first-child:before {
	width: 0;
}

.texttab ul li a {
	line-height: 40px;
	display: inline-block;
	font-size: 16px;
	color: #898989;
}

.texttab ul li.selected a {
	color: #222222;
	font-weight: 700;
}

.chkno_2 + .big_titleArea .gh_utilNav,
.chkno_8 + .big_titleArea .gh_utilNav {
	display: none;
}

#contents .big_titleArea + .template_width .ec-base-tab {
	margin-top: 0;
}

.board_titleArea {
	text-align: center;
	padding: 45px 0 30px 0;
}

.board_titleArea h2 {
	padding-bottom: 40px;
	position: relative;
	font-size: 21px;
}

.board_titleArea h2:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
	width: 30px;
	height: 1px;
	background: #333;
}

.board_titleArea p {
	display: none;
}

.tt_board_etc {
	padding: 0 0 15px 0;
}

.tt_board_etc h3 {
	font-size: 17px;
	font-weight: normal;
}

.common-ec-base-box {
	padding: 0 0 39px;
	text-align: left;
}

#modalBackpanel {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #000;
}

#modalContainer {
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 10001;
	width: 975px;
	height: 720px;
	border: 1px solid #333;
	background: #fff;
}

#modalContainer #modalContent {
	width: 100%;
	height: 100%;
}

#commonBackmodal {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	z-index: 158;
}

#detailBackpanel {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
	z-index: 252;
}

@-webkit-keyframes ani-utilLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}

@keyframes ani-utilLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-10px);
		-moz-transform: translateX(-10px);
		transform: translateX(-10px);
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-moz-transform: translateX(0);
		transform: translateX(0);
	}
}

#video-view {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 300;
	display: none;
	overflow: hidden;
	overflow-y: auto;
}

.pop_shadow {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	opacity: 0.7;
}

.loading.pop_shadow {
	background-image: url("/resources/images/common/loader.gif");
}

.class-video {
	width: 100%;
	height: 100%;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}

.class-video iframe {
	border: 0;
	min-height: 100%;
}

.modal_close {
	display: none;
}

@media all and (max-width: 480px) {
	#capp-shop-new-product-optionselect-layer {
		width: 100% !important;
		position: fixed !important;
		margin: 0 !important;
		max-width: 600px !important;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.template_width {
		padding: 0 0;
	}

	.template_width2 {
		padding: 0;
	}

	.template_width3 {
		padding: 0 0;
	}

	.board_width {
		padding: 0 0;
	}

	.review_width {
		padding: 0;
	}

	.info_width {
		padding: 0 3%;
	}

	.info_width .nor_titleArea {
		padding: 25px 0 10px;
	}

	.inner_bts .topArea {
		padding: 0;
		margin-bottom: 0;
	}

	#header {
		height: 60px;
	}

	#header .inner_bts {
		padding: 0 !important;
		display: block;
	}

	#header .inner_bts .topArea {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		display: block;
		-webkit-transform: none;
		transform: none;
	}

	#header .inner {
		right: 10px;
		position: absolute;
		top: 10px;
	}

	#header .inner_bts {
		height: 60px;
	}

	.search_active #header .inner_bts,
	.search_active.nav-down #header .inner_bts,
	.fixed.nav-up #header .inner_bts {
		-webkit-transform: translateY(-60px);
		-moz-transform: translateY(-60px);
		transform: translateY(-60px);
	}

	.fixed.nav-down #header .inner_bts {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	#contents {
		min-height: 420px;
	}

	.big_titleArea,
	.big_titleArea.xans-board-title {
		padding: 25px 0 25px;
		text-align: center;
	}

	.big_titleArea h2 {
		font-size: 19px;
	}

	.nor_titleArea {
		padding: 25px 3% 10px;
	}

	.nor_titleArea h2 {
		font-size: 14px;
		line-height: 1.4em;
	}

	.common_btitle {
		padding: 35px 3% 25px;
	}

	.common_btitle h2 {
		font-size: 19px;
	}

	.tt_board_etc {
		padding: 0 0 15px 0;
	}

	.tt_board_etc h3 {
		font-size: 14px;
	}

	.texttab {
		padding: 0 3%;
	}

	.texttab ul li a {
		font-size: 12px;
	}

	.common-ec-base-box {
		padding: 0 3% 39px;
	}

	.path {
		display: none;
	}

	.widgets {
		bottom: 14px;
		right: 7px;
	}

	#sidebarBackpanel {
		z-index: 110;
	}

	.fixed.fixed_tab #header .inner_bts {
		-webkit-transform: translateY(-105px);
		-moz-transform: translateY(-105px);
		transform: translateY(-105px);
	}

	.fixed.fixed_tab #header .header_home,
	.search_active.fixed_tab #header .header_home {
		display: none;
	}

	.big_titleArea.round_board > .board_width .pt_title {
		border: 0;
	}

	.page_title + .big_titleArea.xans-board-title {
		padding: 10px 0 0;
	}

	.page_title + .big_titleArea > .board_width .pt_title {
		padding: 0 0 14px 32px !important;
	}

	.page_title + .big_titleArea h2 {
		font-size: 16px;
	}

	.big_titleArea.round_board .title_btnBack {
		top: -2px;
		margin: 0;
		left: 0;
	}

	.big_titleArea.round_board .title_btnBack a:after {
		font-size: 16px;
	}

	.page_title {
		text-align: center;
		padding: 34px 0 24px;
	}

	.page_title h2 {
		font-size: 22px;
		margin-bottom: 8px;
	}

	.page_title .page_nav {
		position: relative;
		top: auto;
		right: auto;
		margin: 0;
	}

	.page_nav ul li {
		margin: 0 7px;
	}

	.page_nav ul li a {
		font-size: 13px;
	}

	.big_titleArea.list_tt {
		display: none;
	}

	.page_title {
		display: none;
	}
}

@media screen and (min-width: 481px) and (max-width: 767px) {
	#capp-shop-new-product-optionselect-layer {
		width: 100% !important;
		position: fixed !important;
		margin: 0 !important;
		max-width: 600px !important;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.template_width {
		padding: 0 0;
	}

	.template_width2 {
		padding: 0;
	}

	.template_width3 {
		padding: 0 0;
	}

	.board_width {
		padding: 0 0;
	}

	.review_width {
		padding: 0;
	}

	.info_width {
		padding: 0 3%;
	}

	.info_width .nor_titleArea {
		padding: 25px 0 10px;
	}

	.inner_bts .topArea {
		padding: 0;
		margin-bottom: 0;
	}

	#header {
		height: 60px;
	}

	#header .inner_bts {
		padding: 0 !important;
		display: block;
	}

	#header .inner_bts .topArea {
		position: relative;
		top: auto;
		left: auto;
		text-align: center;
		display: block;
		-webkit-transform: none;
		transform: none;
	}

	#header .inner {
		right: 10px;
		position: absolute;
		top: 10px;
	}

	#header .inner_bts {
		height: 60px;
	}

	.search_active #header .inner_bts,
	.search_active.nav-down #header .inner_bts,
	.fixed.nav-up #header .inner_bts {
		-webkit-transform: translateY(-60px);
		-moz-transform: translateY(-60px);
		transform: translateY(-60px);
	}

	.fixed.nav-down #header .inner_bts {
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		transform: translateY(0);
	}

	.big_titleArea {
		padding: 45px 3% 35px;
	}

	.big_titleArea h2 {
		font-size: 22px;
	}

	.nor_titleArea {
		padding: 25px 10px 10px;
	}

	.nor_titleArea h2 {
		font-size: 14px;
		line-height: 1.4em;
	}

	.common_btitle {
		padding: 45px 3% 35px;
	}

	.common_btitle h2 {
		font-size: 22px;
	}

	.tt_board_etc {
		padding: 0 0 15px 0;
	}

	.tt_board_etc h3 {
		font-size: 15px;
	}

	.texttab {
		padding: 0 3%;
	}

	.common-ec-base-box {
		padding: 0 3% 39px;
	}

	.path {
		display: none;
	}

	#sidebarBackpanel {
		z-index: 110;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	#header {
		z-index: 159;
	}

	#capp-shop-new-product-optionselect-layer {
		width: 100% !important;
		position: fixed !important;
		margin: 0 !important;
		max-width: 600px !important;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.template_width3 {
		padding: 0 10px;
	}

	.detail_width {
		padding: 0 20px;
	}

	.fixed #header .util_left .statelog {
		display: none;
	}
}

@media screen and (min-width: 1281px) and (max-width: 1520px) {
	#header {
		z-index: 159;
	}

	#capp-shop-new-product-optionselect-layer {
		width: 100% !important;
		position: fixed !important;
		margin: 0 !important;
		max-width: 600px !important;
		top: 50% !important;
		left: 50% !important;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.template_width3 {
		padding: 0 10px;
	}

	.detail_width {
		padding: 0 80px 0 20px;
	}

	.fixed #header .util_left .statelog {
		display: none;
	}
}

@media screen and (min-width: 1520px) {
	#header {
		z-index: 159;
	}
}

.txtInfo {
	color: #707070;
}

.txtWarn {
	color: #f76560;
}

.txtDel,
.strike,
.discount {
	text-decoration: line-through;
	font-weight: normal;
}

.strike strong,
.discount strong {
	font-weight: normal;
}

.txtNormal {
	font-weight: normal;
	font-style: normal;
}

.txtNum {
	display: inline-block;
	font-size: 11px;
	color: #939393;
	word-break: normal;
}

.txt11 {
	font-size: 11px;
}

.txt12 {
	font-size: 12px;
}

.txt14 {
	font-size: 14px;
}

.txt16 {
	font-size: 16px;
}

.txt18 {
	font-size: 18px;
	letter-spacing: -1px;
}

.txtIcon {
	font-size: 12px;
	font-style: normal;
}

.txtBreak {
	word-break: break-all;
	word-wrap: break-word;
}

html:lang(ja) .txt11,
html:lang(zh) .txt11,
html:lang(zh-tw) .txt11 {
	font-size: 12px;
}

.gBlank5 {
	display: block;
	margin-top: 5px;
}

.gBlank10 {
	display: block;
	margin-top: 10px;
}

.gBlank20 {
	display: block;
	margin-top: 20px;
}

.gBlank30 {
	display: block;
	margin-top: 30px;
}

.gIndent10 {
	margin-left: 10px;
}

.gIndent20 {
	margin-left: 20px;
}

.gSpace10 {
	margin-right: 10px;
}

.gSpace20 {
	margin-right: 20px;
}

.gMerge {
	position: relative;
	z-index: 1;
	margin-top: -1px;
}

.gbspace34 {
	margin-bottom: 34px;
}

.gbspace45 {
	margin-bottom: 45px;
}

.gbspace65 {
	margin-bottom: 65px;
}

.gbspace95 {
	margin-bottom: 95px !important;
}

.gbspace105 {
	margin-bottom: 105px;
}

.gbspace140 {
	margin-bottom: 140px;
}

.ec-base-qty {
	position: relative;
	display: inline-block;
	width: 50px;
	margin: 0 1px 0 0;
	text-align: left;
}

.ec-base-qty input[type="text"] {
	width: 22px;
	height: 23px;
	padding: 0 0 0 5px;
	line-height: 25px;
	border: 1px solid #d4d8d9;
	border-radius: 3px 0 0 3px;
}

.ec-base-qty .up {
	position: absolute;
	left: 27px;
	top: 0;
}

.ec-base-qty .down {
	position: absolute;
	left: 27px;
	bottom: 0;
}

a {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button {
	outline: none;
}

input,
select,
textarea {
	font-size: 100%;
	color: #353535;
	vertical-align: middle;
}

input input[type="radio"],
input[type="checkbox"] {
	width: 15px;
	height: 15px;
	border: 0;
}

input[type="radio"] {
	width: 15px;
	height: 15px;
	border: 1px solid #dedede;
	border-radius: 15px;
	cursor: pointer;
	-webkit-appearance: none;
	margin: -2px 2px 0;
	position: relative;
}

/* input[type="radio"]:after {
	content: "";
	display: block;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 7px;
	height: 7px;
	background: #dedede;
	border-radius: 9px;
} */

input:not(:disabled):checked[type="radio"] {
	border-color: #343434;
	-webkit-appearance: none;
}

input:not(:disabled):checked[type="radio"]:after {
	/* background-color: #343434; */
}

.designchk_span {
	width: 18px;
	height: 18px;
	display: inline-block;
	position: relative;
	vertical-align: top;
	margin-right: 4px;
}

.designchk_span input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	z-index: 1;
	width: 18px;
	height: 18px;
}

.designchk_span input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	border: 1px solid #dedede;
	height: 16px;
	left: 0;
	top: 0;
	width: 16px;
}

.designchk_span input[type="checkbox"]:checked + label:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	background: url("/resources/images/ico/ico_checked.png") 50% 50% no-repeat;
	background-size: 16px 16px;
}

.designchk input[type="checkbox"],
#save_paymethod[type="checkbox"],
#chk_purchase_agreement0[type="checkbox"],
.typeWrite input[type="checkbox"],
.security input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	pointer-events: none;
}

.designchk input[type="checkbox"] + label,
#save_paymethod[type="checkbox"] + label,
#chk_purchase_agreement0[type="checkbox"] + label,
.typeWrite input[type="checkbox"] + label,
.security input[type="checkbox"] + label {
	font-weight: 400;
	font-style: normal;
	cursor: pointer;
	letter-spacing: 0.4px;
	font-variant-ligatures: none;
	padding-left: 23px;
	position: relative;
	display: inline-block;
	line-height: 20px;
}

.designchk input[type="checkbox"] + label:before,
#save_paymethod[type="checkbox"] + label:before,
#chk_purchase_agreement0[type="checkbox"] + label:before,
.typeWrite input[type="checkbox"] + label:before,
.security input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	border: 1px solid #dedede;
	height: 16px;
	left: 0;
	top: 2px;
	width: 16px;
}

.designchk input[type="checkbox"] + label:after,
#save_paymethod[type="checkbox"] + label:after,
#chk_purchase_agreement0[type="checkbox"] + label:after,
.typeWrite input[type="checkbox"] + label:after,
.security input[type="checkbox"] + label:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 3px;
	left: 1px;
}

.designchk input[type="checkbox"]:checked + label:after,
#save_paymethod[type="checkbox"]:checked + label:after,
#chk_purchase_agreement0[type="checkbox"]:checked + label:after,
.typeWrite input[type="checkbox"]:checked + label:after,
.security input[type="checkbox"]:checked + label:after {
	background: url("/resources/images/ico/ico_checked.png") 50% 50% no-repeat;
	background-size: 16px 16px;
}

.input_ico {
	font-size: 12px;
	position: relative;
	display: inline-block;
}

.input_ico input[type="checkbox"] {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	pointer-events: none;
}

.input_ico input[type="checkbox"] + label {
	cursor: pointer;
	font-variant-ligatures: none;
	position: relative;
	display: inline-block;
	width: 18px;
	height: 18px;
	text-indent: -9999px;
	overflow: hidden;
	margin: 0;
}

.input_ico input[type="checkbox"] + label:before {
	content: "";
	display: block;
	position: absolute;
	background: #fff;
	border: 1px solid #dedede;
	height: 16px;
	left: 0;
	top: 0;
	width: 16px;
}

.input_ico input[type="checkbox"]:checked + label:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 1px;
	left: 1px;
	background: url("/resources/images/ico/ico_checked.png") 50% 50% no-repeat;
	background-size: 16px 16px;
}

input[type="text"],
input[type="number"],
input[type="password"] {
	height: 34px;
	line-height: 24px;
	padding: 4px 4px;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	box-sizing: border-box;
}

input[type="text"],
input[type="number"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	border-radius: 0;
}

input[type="file"] {
	height: 28px;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
	margin: 0 4px 0 2px;
	cursor: pointer;
}

input[type="radio"] + label {
	color: #898989;
}

input[type="radio"] + label:hover {
	color: #111;
}

input:not(:disabled):checked[type="radio"] + label {
	color: #000;
}

select::-ms-expand {
	display: none;
}

select:focus {
	border-color: #aaa;
	outline: none;
}

select option {
	font-weight: normal;
}

textarea {
	padding: 5px 6px;
	border: 1px solid #d5d5d5;
	line-height: 1.5;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #b1b1b1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #b1b1b1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #b1b1b1;
	opacity: 1;
}

legend {
	visibility: hidden;
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	line-height: 0;
}

.ec-base-chk,
.additional > li label:first-child {
	display: inline-block;
	position: relative;
	margin: 0 4px 0 0;
	width: 20px;
	height: 20px;
	vertical-align: top;
	cursor: pointer;
}

.ec-base-chk input[type="checkbox"],
.additional > li label input[type="checkbox"] {
	z-index: 1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
	width: 20px;
	height: 20px;
}

.ec-base-chk .checkbox,
.additional > li label em {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url("/resources/images/bg/bg_join_check.png") no-repeat 0 0;
	background-size: 20px auto;
}

.ec-base-chk #sAgreeAllChecked {
	width: 20px;
	height: 20px;
}

.ec-base-chk input:checked + .checkbox,
.ec-base-chk input:checked + label + .checkbox,
.additional > li label input:checked + em {
	background-position: 0 -20px;
}

.ec-base-chk label {
	display: none;
}

.additional {
	margin: 10px 0 5px;
	display: table;
	width: 100%;
	font-size: 0;
}

.additional > li {
	height: 26px;
	display: block;
	position: relative;
	font-size: 13.05px;
	width: 100%;
	vertical-align: top;
}

.additional > li label {
	cursor: pointer;
}

.additional > li label:first-child {
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
}

table tr.radioType input,
span.noBorder input {
	border: none !important;
	width: auto !important;
	height: auto !important;
	margin: 0 3px 0 0 !important;
	vertical-align: middle !important;
	background: none !important;
}

.gLabel {
	display: inline-block;
}

.gLabel label {
	margin-right: 20px;
	line-height: 22px;
}

.fWidthFull input[type="text"] {
	width: 100%;
	height: 24px;
	-webkit-box-sizing: border-box;
	-moz-webkit-box: border-box;
	box-sizing: border-box;
}

.fWidthFull textarea {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-webkit-box: border-box;
	box-sizing: border-box;
}

.fList.typeHor .gLabel {
	margin-right: 20px;
}

.fList.typeVer .gLabel {
	display: block;
}

.head_description {
	font-size: 13px;
	margin-bottom: 35px;
}

a.common_arrow,
.common_arrow > a {
	position: relative;
	padding-right: 15px;
	line-height: 18px;
	display: inline-block;
}

.common_arrow > a:after,
a.common_arrow:after {
	content: "\e904";
	font-family: "ghfont" !important;
	speak: none;
	display: inline-block;
	text-indent: 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 10px;
	display: inline-block;
	vertical-align: middle;
}

.icoRequired {
	font-size: 0;
	line-height: 0;
	width: 6px;
	height: 6px;
	text-indent: -9999px;
	display: inline-block;
	vertical-align: middle;
	text-align: right;
}

.icoRequired:before {
	content: "*";
	font-size: 12px;
	line-height: 6px;
	color: #898989;
	text-indent: 0;
	display: inline-block;
	vertical-align: middle;
}

.gray_box {
	background: #f7f7f7;
	padding: 2% 3%;
}

.gray_box > li {
	line-height: 1.8em;
	font-size: 12px;
}

.gray_box > li h4 {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
	width: 80px;
}

.gray_box > li span {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

.gh-iframe {
	display: block;
	position: relative;
	max-height: 100%;
	padding-bottom: 56.25%;
	overflow: hidden;
	margin-bottom: 14px;
	width: 100%;
	flex: none;
	clear: both;
}

.gh-iframe iframe {
	border: 0px;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

[class*="_dispico_"] {
	border: 1px solid #cbcbcb;
	min-width: 18px;
	height: 18px;
	font-size: 11px;
	padding: 0 3px;
	line-height: 16px;
	overflow: hidden;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.show-on-scroll {
	opacity: 0;
	transition: transform 4s 0.25s cubic-bezier(0, 1, 0.3, 1), opacity 0.3s 0.25s ease-out;
	transform: translateY(50px);
}

.show-on-scroll.is-visible {
	opacity: 1;
	transform: translateY(0);
}

@media all and (max-width: 480px) {
	.gbspace45 {
		margin-bottom: 25px;
	}

	.gbspace65 {
		margin-bottom: 35px;
	}

	.gbspace95 {
		margin-bottom: 45px !important;
	}

	.gbspace105 {
		margin-bottom: 45px;
	}

	.gbspace140 {
		margin-bottom: 45px;
	}
}

.ec-base-tooltip {
	display: none;
	z-index: 2;
	position: absolute;
	top: 24px;
	padding: 15px;
	border: 1px solid #565960;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.ec-base-tooltip h3 {
	margin: 0 0 8px;
	padding: 0 10px;
	font-size: 12px;
	border-bottom: 0;
	background: url("/resources/images/ico/ico_layer_title.gif") no-repeat 0 50%;
}

.ec-base-tooltip h3 + p {
	margin: 0 5px 10px;
}

.ec-base-tooltip h4 {
	margin: 12px 10px 8px 0;
	font-size: 12px;
}

.ec-base-tooltip .btnClose {
	position: absolute;
	right: 8px;
	top: 8px;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	font-family: "ghfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ec-base-tooltip .btnClose:before {
	content: "\e905";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	text-indent: 0;
	color: #111;
}

.ec-base-tooltip .edge {
	z-index: 20;
	position: absolute;
	left: 50%;
	top: -6px;
	display: block;
	margin: 0 0 0 -5px;
	width: 10px;
	height: 6px;
}

.ec-base-tooltip .edge:before,
.ec-base-tooltip .edge:after {
	display: inline-block;
	content: "";
	position: absolute;
	top: 0;
	width: 0;
	height: 0;
	border: solid transparent;
}

.ec-base-tooltip .edge:before {
	margin: 1px 0 0;
	border-bottom-color: #565960;
	border-width: 0 5px 5px 5px;
}

.ec-base-tooltip .edge:after {
	left: 1px;
	margin: 2px 0 0;
	border-bottom-color: #fff;
	border-width: 0 4px 4px 4px;
}

.ec-base-tooltip table th,
.ec-base-tooltip table td {
	padding: 8px 10px 7px 10px;
	line-height: 1.5em;
}

.ec-base-tooltip table th {
}

.ec-base-tooltip table thead th {
	text-align: center;
}

.ec-base-tooltip table tbody th {
	text-align: left;
}

.ec-base-tooltip table .left {
	text-align: left;
}

.ec-base-tooltip table .center {
	text-align: center;
}

.ec-base-tooltip table .right {
	text-align: right;
}

.ec-base-tooltip table .info {
	padding: 0;
}

.ec-base-tooltip table p.info:before,
.ec-base-tooltip table ul.info li:before {
	display: inline-block;
	content: "";
	margin: 0 3px 0 0;
	width: 4px;
	height: 1px;
	vertical-align: middle;
}

.ec-base-tooltip .info {
	padding: 10px 10px 0;
	margin: 5px 0 0;
}

.ec-base-tooltip p.bullet,
.ec-base-tooltip ul.bullet {
	margin: 8px 10px;
}

.ec-base-tooltip p.bullet:before,
.ec-base-tooltip ul.bullet li:before {
	display: inline-block;
	content: "";
	margin: -3px 3px 0 0;
	width: 0;
	height: 0;
	border: solid transparent;
	border-left-color: #333;
	border-width: 2px 0 2px 2px;
	vertical-align: middle;
}

.ec-base-tooltip ul.bullet li {
	line-height: 1.5em;
}

.ec-base-tooltip .txtWarn {
	color: #f65b54;
}

.ec-base-tooltip.typeUpper {
	top: auto;
	bottom: 34px;
}

.ec-base-tooltip.typeUpper .edge {
	top: auto;
	bottom: -6px;
}

.ec-base-tooltip.typeUpper .edge:before {
	margin: 0 0 -5px;
	border-top-color: #565960;
	border-width: 5px 5px 0 5px;
}

.ec-base-tooltip.typeUpper .edge:after {
	left: 1px;
	margin: 0 0 -4px;
	border-top-color: #fff;
	border-width: 4px 4px 0 4px;
}

.ec-base-tooltip-area .ec-base-tooltip {
	display: none;
	z-index: 2;
	position: absolute;
	top: inherit !important;
	left: 0 !important;
	right: 0 !important;
	width: 88%;
	margin: 3px auto 0;
	padding: 0 14px 14px;
	text-align: left;
	border: 1px solid #ccc;
	border-radius: 2px;
	letter-spacing: normal;
	background-color: #fff;
}

.ec-base-tooltip-area .ec-base-tooltip .title {
	display: block;
	padding: 0 20px 0 0;
	font-size: 15px;
	color: #000;
	line-height: 43px;
	background: #fff;
}

.ec-base-tooltip-area .ec-base-tooltip ul {
	color: #757575;
	margin-top: 6px;
}

.ec-base-tooltip-area .ec-base-tooltip ul li {
	font-size: 13px;
}

.ec-base-tooltip-area .ec-base-tooltip .content table + .title {
	margin-top: 14px;
}

.ec-base-tooltip-area .ec-base-tooltip p {
	float: none;
	font-size: 12px;
	text-align: left;
}

.ec-base-tooltip-area .ec-base-tooltip p strong {
	font-weight: normal;
	font-size: 13px;
}

.ec-base-tooltip-area .ec-base-tooltip .btnClose {
	background-color: transparent;
}

.ec-base-tooltip-area .ec-base-tooltip.typeUpper {
	position: absolute;
	left: 130px !important;
	bottom: 43px !important;
	width: 100%;
	box-sizing: border-box;
	max-width: 380px;
	margin: 0;
	padding: 14px 28px 14px 14px;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.15);
}

.ec-base-tooltip-area .ec-base-tooltip.typeUpper:before {
	content: "";
	position: absolute;
	left: 40%;
	bottom: -5px;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0;
	border-left: 5px solid transparent;
	border-top: 5px solid #ccc;
	border-right: 5px solid transparent;
}

.ec-base-tooltip-area .ec-base-tooltip.typeUpper:after {
	content: "";
	position: absolute;
	left: 40%;
	bottom: -4px;
	display: inline-block;
	width: 0;
	height: 0;
	margin: -3px 0 0;
	border-left: 5px solid transparent;
	border-top: 5px solid #fff;
	border-right: 5px solid transparent;
}

@media screen and (max-width: 767px) {
	.ec-base-tooltip-area .ec-base-tooltip.typeUpper {
		left: 0 !important;
	}
}

div.ec-base-help {
	margin: 20px 0;
	line-height: 18px;
}

div.ec-base-help > h2,
div.ec-base-help > h3 {
	padding: 9px 0 6px;
	font-size: 12px;
}

#popup div.ec-base-help > h2,
#popup div.ec-base-help > h3 {
	padding: 8px 0;
	font-size: 12px;
}

div.ec-base-help .inner {
	padding: 0 0 12px 0;
}

div.ec-base-help h4 {
	margin: 22px 0 -4px;
	font-size: 12px;
	font-weight: normal;
}

div.ec-base-help h4:first-child {
	margin-top: 13px;
}

div.ec-base-help p {
	margin: 15px 0 0 0;
}

div.ec-base-help ul,
div.ec-base-help ol {
	margin: 15px 0 0 0;
}

div.ec-base-help li {
}

div.ec-base-help ol li {
	padding: 0 0 0 12px;
	margin: 0 0 4px;
	position: relative;
}

div.ec-base-help ol li:before {
	content: "";
	display: block;
	width: 3px;
	height: 3px;
	background: #c0c0c0;
	position: absolute;
	top: 8px;
	left: 0;
}

div.ec-base-help ul li {
	padding: 0 0 0 11px;
	background: url("/resources/images/ico/ico_dash.gif") no-repeat 0 7px;
}

.ec-base-tooltip .ec-base-help.typeDash li {
	margin: 2px 0;
}

.myshop_content div.ec-base-help h3 {
	background: none;
	font-size: 0;
	text-indent: -9999px;
	height: 0;
	overflow: hidden;
	padding: 0;
}

@media screen and (min-width: 1px) and (max-width: 768px) {
	div.ec-base-help {
		padding: 0 10px;
	}

	#popup div.ec-base-help {
		padding: 0 3%;
	}
}

.ec-base-product .prdList .description .name {
	font-size: 14px;
	font-weight: 400;
}

.ec-base-product .prdList .description .name > a {
	font-size: inherit;
	color: inherit;
}

.ec-base-product .prdList .description .simple,
.ec-base-product .prdList .description .summary,
.ec-base-product .prdList .description .brand {
	margin: 0 0 5px;
	font-size: 12px;
}

.ec-base-product .prdList .description .review_cnt {
	display: none;
	font-size: 11px;
	margin-left: auto;
	line-height: 13px;
}

.ec-base-product .prdList .description .review_cnt strong {
	font-weight: normal;
	line-height: 13px;
}

.ec-base-product .prdList .soldout_txt {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #000;
	border: 1px solid #000;
}

.ec-base-product .prdList .ontime-ico {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #f06060;
	border: 1px solid #f06060;
}

.ec-base-product .prdList .new_txt {
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	background: #1927c9cc;
	border: 1px solid #1927c9cc;
}

.text_ico {
	font-size: 0;
}

.tag_ico {
	display: inline-block;
	vertical-align: middle;
	color: #191a1d;
	border: 1px solid #e7e7e7;
	background: #e7e7e7;
}

.tag_ico[tag-title^="추가항목"] {
	border-color: #473833;
	background-color: #473833;
	color: #fff;
}

.tag_ico[tag-title^="마감임박"] {
	border-color: #3068d9;
	background-color: #3068d9;
	color: #fff;
}

.tag_ico[tag-title^="텍스트"] {
	color: #473833;
}

.ec-base-product .prdList .description .price_area {
	margin: 6px 0;
}

.ec-base-product .prdList .description .price_area > span {
	margin: 0;
	vertical-align: bottom;
	display: inline-block;
	font-size: 13px;
	line-height: 1.6em;
	font-weight: 400;
	position: relative;
}

.ec-base-product .prdList .description .price_area > span em {
	font-style: normal;
	font-size: 12px;
	display: inline-block;
	vertical-align: bottom;
	line-height: inherit;
}

.mobile_device .ec-base-product .prdList .description .price_area > span.sale > span[style],
.mobile_device .ec-base-product .prdList .description .price_area > span.optsale > span[style] {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: inherit !important;
}

.ec-base-product .prdList .description .price.price_0,
.ec-base-product .prdList .description .price._sale._custom,
.ec-base-product .prdList .description .price._cuchk {
	display: none !important;
}

.ec-base-product .prdList .description .displaynone + .price._cuchk {
	display: inline-block !important;
}

.ec-base-product .prdList .description .price_area > .price._sale,
.ec-base-product .prdList.grid6 .description .price_area > .price._optsale,
.ec-base-product .prdList .description .price_area > .custom,
.ec-base-product .prdList .description .price_area > .price.strike,
.ec-base-product .prdList .description .sale + .displaynone_cuchk {
	font-size: 12px;
	font-weight: 300;
	text-decoration: none;
	text-decoration: line-through;
	margin-left: 4px;
}

.ec-base-product .prdList .description .price_area > .price._sale:before,
.ec-base-product .prdList.grid6 .description .price_area > .price._optsale:before,
.ec-base-product .prdList .description .price_area > .custom:before,
.ec-base-product .prdList .description .price_area > .price.strike:before,
.ec-base-product .prdList .description .sale + .displaynone_cuchk:before {
}

.ec-base-product .prdList .description .price_area .optsale:not(.displaynone) + .sale {
	display: none;
}

.ec-base-product .prdList .description .price_area > span.rate_box {
	font-weight: 400;
	color: #f77;
	margin-right: 4px;
	vertical-align: top;
}

.ec-base-product .prdList .description .price_area > span.rate_box em {
	font-size: 13px;
}

.ec-base-product .prdList .promotion_date {
	background: #fff;
	border: 1px solid #ededed;
	box-sizing: border-box;
	text-align: center;
	display: none;
}

.ec-base-product .prdList .promotion_date.show {
	display: inline-block;
}

.ec-base-product .prdList .promotion_date h5 {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: top;
	margin: 0 10px;
}

.ec-base-product .prdList .promotion_date > span {
	display: inline-block;
	vertical-align: top;
	line-height: 24px !important;
	font-size: 12px;
}

.ec-base-product .prdList .promotion_date > span em {
	font-style: normal;
}

.ec-base-product .prdList .promotion_date.show {
}

.ec-base-product .prdList .thumbnail .promotion_date {
	position: absolute;
	top: 12px;
	left: 12px;
	border: 0;
	background-color: #f77;
	color: #fff;
	border-radius: 3px;
	padding: 0 8px;
}

.ec-base-product .prdList .thumbnail .ec-product-bgLT + .promotion_date {
	left: 34px;
}

.ec-base-product .prdList .thumbnail .promotion_date h5 {
	color: #fff;
	display: none;
}

.ec-base-product .prdList .promotion_date > span em {
	color: #fff;
	background-color: transparent;
}

.ec-base-product {
}

.ec-base-product .mTop_img {
	text-align: center;
	margin: 0 0 55px;
	overflow: hidden;
}

.ec-base-product .mTop_img .xans-record- {
	width: 1920px;
	left: 50%;
	position: relative;
	margin-left: -960px;
}

.ec-base-product .mTop_img .xans-record- a {
	display: block;
}

.ec-base-product .mTop_img .xans-record- a img {
	max-width: 100%;
}

.mprd_title {
	margin: 0 10px 35px;
	text-align: left;
}

.mprd_title h2 {
	font-weight: 500;
	font-size: 32px;
	line-height: 1.4em;
}

.mprd_title h2 em {
	font-size: 17px;
	line-height: 1.6em;
	font-style: normal;
	display: block;
	font-weight: normal;
}

.mprd_title h2 img {
	max-width: 100%;
}

.ec-base-product .title h3 {
	font-weight: normal;
	font-size: 20px;
	text-align: center;
}

.ec-base-product img {
	vertical-align: middle;
}

.ec-base-product .prdList {
	width: 100%;
	min-width: 280px;
	font-size: 0;
	line-height: 0;
	text-align: left;
	display: table;
	box-sizing: border-box;
}

.ec-base-product .prdList > li {
	position: relative;
	display: inline-block;
	margin: 0 0 4% 0;
	vertical-align: top;
}

.ec-base-product .prdList.grid3 > li {
	position: relative;
	display: inline-block;
	margin: 0 0 1.5% 0;
	vertical-align: top;
}

.ec-base-product .prdList > li > .box {
	margin: 0 10px;
	position: relative;
	box-sizing: border-box;
}

.ec-base-product .prdList.grid3 > li >.box {
	border: 1px solid #21276c;
	padding: 10px;
}

.ec-base-product .prdList .chk {
	position: absolute;
	left: 5px;
	top: -24px;
	display: block;
	z-index: 5;
	border: 1px solid #fff;
	background: #fff;
	border-radius: 20px;
	opacity: 0;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.ec-base-product .prdList .chk input {
	width: 18px;
	height: 17px;
	position: absolute;
	left: 4px;
	top: 0;
	opacity: 0;
	z-index: 1;
	cursor: pointer;
}

.ec-base-product .prdList .chk label {
	font-weight: 400;
	font-size: 11px;
	letter-spacing: -0.02em;
	line-height: 16px;
	margin: 0 9px 0 4px;
	position: relative;
	width: 70px;
	color: #898989;
	font-style: normal;
	cursor: pointer;
	font-variant-ligatures: none;
	padding-left: 20px;
	display: inline-block;
	line-height: 17px;
}

.ec-base-product .prdList .chk label:before {
	content: "";
	font-size: 0;
	display: block;
	position: absolute;
	background: #fff;
	border: 1px solid #bababa;
	box-sizing: border-box;
	border-radius: 20px;
	width: 16px;
	height: 16px;
	left: 0;
	top: 0;
}

.ec-base-product .prdList .chk input[type="checkbox"]:checked + label {
	color: #000;
}

.ec-base-product .prdList .chk input[type="checkbox"]:checked + label:after {
	content: "";
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

.ec-base-product .prdList .chk input[type="checkbox"]:checked + label:before {
	background: #fff;
	border: 1px solid #333;
}

.ec-base-product .prdList .box > .wish {
	position: absolute;
	top: -26px;
	right: 0;
	opacity: 0;
	text-align: center;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
}

.ec-base-product .prdList .box > .wish img {
	width: 22px;
	height: auto;
	cursor: pointer;
	opacity: 0;
}

.ec-base-product .prdList .box > .wish span {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	vertical-align: middle;
	width: 22px;
	line-height: 22px;
	z-index: -1;
	font-size: 16px;
}

.ec-base-product .prdList .box > .wish img[icon_status^="on"] + span:before {
	content: "\e90c";
}

.ec-base-product .prdList .thumbnail {
	position: relative;
	margin: 0 auto;
}

.ec-base-product .prdList .thumbnail .prdImg {
	position: relative;
	overflow: hidden;
}

.ec-base-product .prdList .thumbnail .prdImg .hover_img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-size: 100% auto;
}

.ec-base-product .prdList .thumbnail a img.thumb:before {
}

.ec-base-product .prdList .thumbnail a img.thumb {
	width: 100%;
	box-sizing: border-box;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.ec-base-product .prdList .box .thumbnail:hover .prdImg .hover_img {
	opacity: 1;
}

.ec-base-product .prdList .thumbnail .prdIcon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
}

.ec-base-product .prdList .thumbnail .soldout_thumb {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
}

.ec-base-product .prdList .thumbnail .soldout_thumb:before {
	content: "SOLD OUT";
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	color: #fff;
	font-size: 17px;
	font-weight: bold;
	text-align: center;
}

.ec-base-product .prdList .promotion {
	text-align: left;
	margin-bottom: 6px;
	padding-top: 5px;
}

.ec-base-product .prdList .promotion .ontime-ico,
.ec-base-product .prdList .promotion .soldout_txt,
.ec-base-product .prdList .promotion .new_txt,
.ec-base-product .prdList .promotion .tag_ico {
	font-size: 11px;
	line-height: 18px;
	padding: 0 5px;
	margin: 0 3px 3px 0;
}

.ec-base-product .prdList .promotion img {
	margin: 0 3px 3px 0;
	width: auto;
	height: 16px;
	vertical-align: middle;
}

.ec-base-product .prdList .chknum_0 {
	display: none !important;
}

.more_prd_button {
	height: 0;
	position: relative;
	width: 100%;
	text-align: center;
	z-index: 6;
	opacity: 0;
	-webkit-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.more_prd_button .button {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
}

.more_prd_button .button > span {
	display: inline-block;
	height: 36px;
	min-width: 36px;
	line-height: 36px;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 30px 30px;
	margin: 3px;
	overflow: hidden;
	-webkit-transform: translateY(-35px);
	transform: translateY(-35px);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.more_prd_button .button > span > img {
	display: inline-block;
	width: 36px;
	height: 36px;
	opacity: 0;
}

.more_prd_button .button > span:before {
	content: "\e907";
	display: inline-block;
	vertical-align: middle;
	height: 36px;
	font-size: 19px;
	line-height: 36px;
	width: 36px;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}

.ec-base-product .prdList > li .box .more_prd_button .button > span:nth-child(1) {
	transition-delay: 0.05s;
}

.ec-base-product .prdList > li .box .more_prd_button .button > span:nth-child(3) {
	transition-delay: 0.1s;
}

.ec-base-product .prdList .likeButton {
	display: inline-block;
	position: absolute;
	top: 8px;
	left: 50%;
	padding: 0 10px;
	z-index: 3;
	opacity: 0;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: opacity 0.3s, top 0.2s ease-in-out;
	-moz-transition: opacity 0.3s, top 0.2s ease-in-out;
	-o-transition: opacity 0.3s, top 0.2s ease-in-out;
	-ms-transition: opacity 0.3s, top 0.2s ease-in-out;
	transition: opacity 0.3s, top 0.2s ease-in-out;
}

.ec-base-product .prdList .likeButton button {
	background: none;
	color: #777777;
	font-size: 11px;
	line-height: 22px;
}

.ec-base-product .prdList .likeButton button img {
	margin-bottom: 0;
	vertical-align: top;
	width: 20px;
	display: none;
}

.ec-base-product .prdList .likeButton button strong {
	vertical-align: middle;
	font-size: 11px;
	padding: 0 3px 0 0;
	margin-top: -2px;
	display: inline-block;
	font-weight: normal;
}

.ec-base-product .prdList .likeButton.selected {
	background-color: #fff;
}

.ec-base-product .prdList .likeButton.selected button {
	color: #f77;
	font-weight: bold;
	letter-spacing: 0;
}

.ec-base-product .prdList .likeButton.selected button strong {
	font-weight: bold;
}

.ec-base-product .prdList .description {
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.ec-base-product .prdList .description div,
.ec-base-product .prdList .description span,
.ec-base-product .prdList .description p,
.ec-base-product .prdList .description strong {
	line-height: 1.4em;
}

.ec-base-product .prdList .description .name {
	display: block;
	margin-bottom: 4px;
}

.ec-base-product .prdList.grid3 .description .name {
	display: block;
	margin-bottom: 4px;
	max-width: 364px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}

.ec-base-product .prdList .description .mileage {
	display: block;
}

.ec-base-product .prdList .description span.grid {
	display: block;
}

.ec-base-product .prdList .description .stock_quantity {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 7px;
}

.ec-base-product .prdList .description .stock_quantity > span {
	display: inline-block;
	vertical-align: middle;
}

.ec-base-product .prdList .description .stock_quantity img {
	vertical-align: middle;
	margin: 2px 0;
}

.rate_box {
	opacity: 0;
}

.ec-base-product .prdList .description .promotion .rate_box {
	font-size: 10px;
	color: #fff;
	display: inline-block;
	vertical-align: middle;
	background: #ff0000;
	line-height: 16px;
	padding: 0 3px;
	margin: 0 3px 7px 0;
	letter-spacing: 0.06em;
}

.ec-base-product ul.grid2 > li {
	width: 50%;
}

.ec-base-product ul.grid3 > li {
	width: 33.33%;
}

.ec-base-product ul.grid4 > li {
	width: 25%;
}

.ec-base-product ul.grid5 > li {
	width: 20%;
}

.ec-base-product.right_display ul li:after {
	content: "";
	display: block;
	clear: both;
}

.ec-base-product.right_display ul li .thumbnail {
	float: left;
	width: 220px;
	text-align: left;
	margin: 0;
}

.ec-base-product.right_display ul li .description {
	float: left;
	width: 247px;
	padding: 0 20px;
}

.ec-base-product.right_display ul li .description .chk {
	position: static;
	text-align: left;
}

.ec-base-product .spec {
	margin: 0;
}

.ec-base-product .spec > li {
	font-size: 12px;
	line-height: 1.3em;
	margin-bottom: 6px;
	display: none;
}

.ec-base-product .spec > li[item-title^="적립금"],
.ec-base-product .spec > li[item-title^="사용후기"],
.ec-base-product .spec > li[item-title^="소비자가"],
.ec-base-product .spec > li[item-title^="판매가"],
.ec-base-product .spec > li[item-title^="할인판매가"],
.ec-base-product .spec > li[item-title^="최적할인가"],
.ec-base-product .spec > li[item-title^="최적가"],
.ec-base-product .spec > li[item-title^="할인가"],
.ec-base-product .spec > li[item-title^="상품간략설명"],
.ec-base-product .spec > li[item-title^="상품요약정보"],
.ec-base-product .spec > li[item-title^="상품색상"],
.ec-base-product .spec > li[item-title^="추가항목1"],
.ec-base-product .spec > li[item-title^="브랜드"] {
	display: none;
}

.ec-base-product .spec li .title {
	font-weight: normal;
	vertical-align: top;
}

.ec-base-product .spec li #span_mileage_text img {
	height: 14px;
	vertical-align: middle;
}

.ec-base-product .colorchip_area {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 10px 0;
	width: 100%;
	min-height: 13px;
}

.ec-base-product .colorchip_area:after {
	content: "";
	clear: both;
	display: block;
}

.ec-base-product .color {
	height: 100%;
	display: inline-block;
	vertical-align: middle;
}

.ec-base-product .chips {
	width: 12px;
	height: 3px;
	display: inline-block;
	vertical-align: middle;
	margin: 1px 2px 1px 0;
	font-size: 0;
	line-height: 0;
	box-sizing: border-box;
}

.ec-base-product .discountPeriod {
	display: inline-block;
	z-index: 10;
	position: relative;
	width: 55px;
	height: 19px;
	vertical-align: middle;
}

.ec-base-product .layerDiscountPeriod {
	left: 50%;
	top: 26px;
	width: 247px;
	margin: 0 0 0 -124px;
}

.ec-base-product .layerDiscountPeriod strong.title {
	display: block;
	margin: 0 0 12px;
	padding: 0 35px 0 0;
	font-weight: bold;
}

.ec-base-product .layerDiscountPeriod .content p {
	margin: 2px 0 0;
	font-size: 11px;
	line-height: 16px;
	letter-spacing: -1px;
}

.ec-base-product .layerDiscountPeriod .content p strong {
	font-weight: normal;
	font-size: 13.05px;
}

.ec-base-product .layerDiscountPeriod .content p strong span {
	font-size: 11px;
}

.ec-base-product .prdList .shippingFee {
	position: relative;
	display: inline-block;
}

.ec-base-product .prdList .shippingFee .button {
	display: inline-block;
	float: none;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip {
	z-index: 11;
	display: block;
	margin: 0 0 0 -170px;
	width: 360px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th {
	width: 40px;
}

.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,
.ec-base-product .prdList .shippingFee .ec-base-tooltip table td {
	padding: 7px 10px 8px 10px;
}

.ec-base-product .btnTooltip {
	position: relative;
	display: inline-block;
}

.differentialShipping {
	display: none;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 17px;
	z-index: 100;
	width: 350px;
	margin: 0 0 0 -176px;
}

.differentialShipping h3.title {
	margin: 0;
	height: 35px;
	padding: 0 35px 0 19px;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 35px;
	background: #495164;
}

.differentialShipping .content {
	padding: 12px 18px 14px 18px;
	border: 1px solid #757575;
	border-top: 0;
	text-align: center;
	background: #fff;
}

.differentialShipping .close {
	position: absolute;
	right: 14px;
	top: 12px;
}

.differentialShipping .close img {
	cursor: pointer;
}

.differentialShipping .content ul {
	line-height: 25px;
}

.differentialShipping .content li {
	overflow: hidden;
}

.differentialShipping .content li strong {
	float: left;
	font-weight: normal;
}

.differentialShipping .content li span {
	float: right;
}

.differentialShipping .content .info {
	margin: 7px 0 0;
	padding: 7px 0 0;
	border-top: 1px dotted #b0b1b3;
	color: #80aeef;
	text-align: right;
}

.ec-product-bgLT > span {
	background-position: left top;
}

.ec-product-bgLC > span {
	background-position: left center;
}

.ec-product-bgLB > span {
	background-position: left bottom;
}

.ec-product-bgRT > span {
	background-position: right top;
}

.ec-product-bgRC > span {
	background-position: right center;
}

.ec-product-bgRB > span {
	background-position: right bottom;
}

.ec-product-bgCT > span {
	background-position: center top;
}

.ec-product-bgCC > span {
	background-position: center center;
}

.ec-product-bgCB > span {
	background-position: center bottom;
}

.ec-base-product .option {
	float: right;
	margin-top: -4px;
}

.ec-base-product .option a {
	display: inline-block;
	cursor: pointer;
}

.ec-base-product .option > a > img {
	width: 16px;
}

.xans-product-optionpreview {
	display: inline;
}

.xans-product-optionpreview .prdOption {
	position: absolute;
	top: 130%;
	z-index: 100;
	width: 100%;
	font-size: 12px;
	border: 1px solid #dedede;
	background: #fff;
	box-sizing: border-box;
	overflow: hidden;
	right: 0;
	padding: 0 10px 10px;
	margin-top: -1px;
}

.xans-product-optionpreview .prdOption .inner {
	padding: 0;
	margin: 0 0 0;
	color: #2e2e2e;
}

.xans-product-optionpreview .prdOption h4 {
	font-size: 12px;
	line-height: 32px;
	padding: 2px 0 0;
	border-bottom: 1px solid #ededed;
}

.xans-product-optionpreview .prdOption .xans-product-optionpreviewlist {
	overflow: hidden;
	min-height: 100px;
	max-height: 150px;
	overflow-y: auto;
	padding: 8px 0;
}

.xans-product-optionpreview .prdOption li {
	padding: 4px 0;
	text-align: left;
	line-height: 18px;
}

.xans-product-optionpreview .prdOption li:first-child {
	border: 0;
}

.xans-product-optionpreview .prdOption .close {
	position: absolute;
	right: 12px;
	top: 12px;
}

.xans-product-optionpreview .prdOption .ico {
	position: absolute;
	left: 50%;
	bottom: -10px;
	width: 9px;
	height: 6px;
	display: none;
}

.more_button {
	text-align: center;
}

.more_button a {
	min-width: 160px;
	display: inline-block;
	font-size: 14px;
	border-width: 1px;
	border-style: solid;
	background: #fff;
	line-height: 46px;
	padding: 0 20px;
}

.ec-base-product.xans-product-listmain-14 ul.prdList > li:nth-child(1),
.ec-base-product.xans-product-listmain-14 ul.prdList > li:nth-child(2) {
	width: 50% !important;
}

.ec-base-product.xans-product-listmain-14 ul.prdList > li:nth-child(1) .description,
.ec-base-product.xans-product-listmain-14 ul.prdList > li:nth-child(2) .description {
	padding-right: 30%;
}

.xans-product-listrecommend {
	position: relative;
	overflow: hidden;
	max-width: 1500px;
	margin: 0 auto 65px;
	padding: 0 50px;
	box-sizing: border-box;
}

.xans-product-listrecommend > .title {
	text-align: left;
	padding: 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 0;
	font-size: 0;
	line-height: 0;
}

.xans-product-listrecommend.ec-base-product .swiper-container {
	padding: 30px 4px 0;
}

.xans-product-listrecommend.ec-base-product .prdList {
	width: 100%;
	min-width: 320px;
	padding: 0;
	font-size: 0;
	line-height: 0;
	text-align: left;
	display: flex;
	box-sizing: border-box;
	position: relative;
	z-index: 11;
}

.xans-product-listrecommend.ec-base-product .prdList > li {
	float: left;
}

.xans-product-listrecommend .swiper-button-prev,
.xans-product-listrecommend .swiper-button-next {
	width: calc(var(--swiper-navigation-size) / 24 * 17);
	margin-top: 0;
	height: var(--swiper-navigation-size);
}

.xans-product-listrecommend .swiper-button-prev {
	left: 10px;
}

.xans-product-listrecommend .swiper-button-next {
	right: 10px;
}

.xans-product-listrecommend .swiper-button-prev:after,
.xans-product-listrecommend .swiper-button-next:after {
	content: "\e904";
	font-family: "ghfont" !important;
	color: #000;
	font-size: 36px;
}

.xans-product-listrecommend .swiper-button-prev:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph;
	filter: fliph;
}

.xans-product-listrecommend .swiper-button-prev:focus,
.xans-product-listrecommend .swiper-button-next:focus {
	outline: 0;
}

.xans-product-listrecommend .swiper-container-horizontal > .swiper-scrollbar {
	top: auto;
	bottom: 0;
	left: 7%;
	right: 7%;
	width: auto;
	background: #f5f5f5;
	opacity: 1 !important;
	height: 2px;
}

.xans-product-listrecommend .swiper-scrollbar-drag {
	background: #ccc;
}

.mobile_device .ec-base-product .prdList .box > .wish {
	opacity: 1;
}

body:not(.mobile_device) .ec-base-product .prdList .box:hover > .wish {
	opacity: 1;
}

body:not(.mobile_device) .ec-base-product .prdList > li:hover .chk {
	opacity: 1;
}

body:not(.mobile_device) .ec-base-product .box:hover .more_prd_button {
	opacity: 1;
}

body:not(.mobile_device) .ec-base-product .box:hover .more_prd_button .button > span {
	-webkit-transform: translateY(-60px);
	transform: translateY(-60px);
}

body:not(.mobile_device) .ec-base-product .prdList > li .box:hover .more_prd_button .button > span > img {
	cursor: pointer;
	vertical-align: middle;
}

body:not(.mobile_device) .ec-base-product .prdList .box:hover .likeButton {
	opacity: 1;
	top: 12px;
}

.hoverType .prdList > li {
	margin: 10px 0;
}

.hoverType .prdList .box > .wish {
	top: 10px;
	right: 4%;
	z-index: 5;
}

.hoverType .prdList .box > .wish span {
	color: #fff;
}

.hoverType .prdList .box > .description {
	display: none;
}

.hoverType .prdList .box > a {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.6);
	padding: 10% 6%;
	display: block;
	box-sizing: border-box;
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

.hoverType .prdList .box > a .description {
	color: #fff;
}

.hoverType.ec-base-product .prdList .box > a .description .price_area > span,
.hoverType.ec-base-product .prdList .box > a .description .price_area > span.price,
.hoverType.ec-base-product .prdList .description .review_cnt {
	color: inherit !important;
}

.hoverType .prdList .promotion {
	position: absolute;
	bottom: 9px;
	left: 12px;
}

.mobile_device .hoverType.ec-base-product .prdList .box > a {
	opacity: 0;
}

.hoverType.ec-base-product .prdList .box:hover > a {
	opacity: 1;
	color: #fff;
}

.hoverType.ec-base-product .more_button {
	margin-top: 34px;
}

@media all and (max-width: 767px) {
	.ec-base-product .mTop_img {
		text-align: center;
		margin: 0 0 25px;
		overflow: hidden;
	}

	.ec-base-product .mTop_img .xans-record- {
		width: 790px;
		left: 50%;
		position: relative;
		margin-left: -395px;
	}

	.ec-base-product ul.prdList {
		padding: 0 4px;
	}

	.ec-base-product .prdList > li {
		margin-bottom: 34px;
	}

	.ec-base-product ul.grid2 > li {
		width: 50%;
	}

	.ec-base-product ul.grid3 > li {
		width: 50%;
	}

	.ec-base-product ul.grid4 > li {
		width: 50%;
	}

	.ec-base-product ul.grid5 > li {
		width: 33.33334%;
	}

	.ec-base-product ul.grid6 > li {
		width: 33.33334%;
	}

	.ec-base-product .prdList > li > .box {
		margin: 0 4px;
	}

	.ec-base-product.xans-product-listmain-4 ul.prdList > li:nth-child(1) .description,
	.ec-base-product.xans-product-listmain-4 ul.prdList > li:nth-child(2) .description {
		padding-right: 0%;
	}

	.ec-base-product .prdList .description .name {
		font-size: 12px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}

	.ec-base-product .prdList.grid5 > li {
		margin-bottom: 10px;
	}

	.ec-base-product .prdList.grid5 .colorchip_area {
		margin: 6px 0;
	}

	.ec-base-product .prdList.grid5 .name {
		font-size: 11px;
		margin-bottom: 0;
		max-width: 127px;
	}

	.ec-base-product .prdList.grid5 .chips {
		width: 8px;
	}

	.ec-base-product .prdList.grid5 .description .review_cnt {
		font-size: 10px;
	}

	.ec-base-product .prdList.grid5 .description .price_area {
		position: relative;
		margin: 3px 0;
	}

	.ec-base-product .prdList.grid5 .description .price_area > span,
	.ec-base-product .prdList.grid5 .description .price_area > .optsale > span,
	.ec-base-product .prdList.grid5 .description .price_area > .sale > span {
		font-size: 11px !important;
	}

	.ec-base-product .prdList.grid5 .description .price_area > span em,
	.ec-base-product .prdList.grid5 .description .price_area > span.custom {
		font-size: 10px !important;
	}

	.ec-base-product .prdList.grid5 .description .price_area > .price._sale,
	.ec-base-product .prdList.grid5 .description .price_area > .custom,
	.ec-base-product .prdList.grid5 .description .price_area > .price.strike,
	.ec-base-product .prdList.grid5 .description .sale + .displaynone_cuchk {
		margin-left: 2px;
	}

	.ec-base-product .prdList .description .price_area > span.sale {
		display: none;
	}

	.ec-base-product .prdList .description .price_area > span.optsale.displaynone + .sale {
		display: inline-block;
	}

	.ec-base-product .prdList.grid5 .description .price_area > .rate_box {
		margin-right: 2px;
	}

	.ec-base-product .prdList.grid5 .description .price_area > .price._sale,
	.ec-base-product .prdList.grid5 .description .price_area > .custom,
	.ec-base-product .prdList.grid5 .description .price_area > .price.strike {
	}

	.ec-base-product .prdList.grid5 .chips {
		width: 8px;
	}

	.ec-base-product .prdList.grid5 .description .review_cnt {
		font-size: 10px;
	}

	.ec-base-product .prdList.grid6 > li {
		margin-bottom: 10px;
	}

	.ec-base-product .prdList.grid6 .colorchip_area {
		margin: 6px 0;
	}

	.ec-base-product .prdList.grid6 .description .price_area {
		position: relative;
		margin: 3px 0;
	}

	.ec-base-product .prdList.grid6 .description .price_area > span,
	.ec-base-product .prdList.grid6 .description .price_area > .optsale > span,
	.ec-base-product .prdList.grid6 .description .price_area > .sale > span {
		font-size: 11px !important;
	}

	.ec-base-product .prdList.grid6 .description .price_area > span em,
	.ec-base-product .prdList.grid6 .description .price_area > span.custom {
		font-size: 10px !important;
	}

	.ec-base-product .prdList.grid6 .description .price_area > .price._sale,
	.ec-base-product .prdList.grid6 .description .price_area > .custom,
	.ec-base-product .prdList.grid6 .description .price_area > .price.strike,
	.ec-base-product .prdList.grid6 .description .sale + .displaynone_cuchk {
		margin-left: 2px;
	}

	.ec-base-product .prdList .description .price_area > span.sale {
		display: none;
	}

	.ec-base-product .prdList .description .price_area > span.optsale.displaynone + .sale {
		display: inline-block;
	}

	.ec-base-product .prdList.grid6 .description .price_area > .rate_box {
		margin-right: 2px;
	}

	.ec-base-product .prdList.grid6 .description .price_area > .price._sale,
	.ec-base-product .prdList.grid6 .description .price_area > .custom,
	.ec-base-product .prdList.grid6 .description .price_area > .price.strike {
	}

	.ec-base-product ul.prdList .more_prd_button {
		display: none !important;
	}

	.more_prd_button .button > span {
		-webkit-transform: translateY(-55px);
		transform: translateY(-55px);
	}

	.ec-base-product .prdList .likeButton {
		display: none !important;
	}

	.mprd_title {
		margin: 0 0 20px;
	}

	.mprd_title h2 {
		font-size: 20px;
		padding: 0 10px;
	}

	.mprd_title h2 em {
		font-size: 13px;
	}

	.ec-base-product .title h3 {
		font-size: 16px;
	}

	.ec-base-product .prdList .thumbnail .promotion_date {
		top: 7px;
		left: 7px;
		padding: 0 5px;
	}

	.ec-base-product .prdList .promotion_date > span {
		line-height: 20px !important;
		font-size: 10px;
	}

	.ec-base-product .prdList .promotion .ontime-ico,
	.ec-base-product .prdList .promotion .soldout_txt,
	.ec-base-product .prdList .promotion .new_txt,
	.ec-base-product .prdList .promotion .tag_ico {
		font-size: 10px;
		line-height: 14px;
		padding: 0 4px;
		margin: 0 2px 2px 0;
	}

	.xans-product-listrecommend.ec-base-product {
		margin-bottom: 0;
		margin-top: 15px;
		padding: 0;
	}

	.xans-product-listrecommend.ec-base-product .prdList > li {
		margin-bottom: 24px;
	}

	.xans-product-listrecommend.ec-base-product div[class*="swiper-button"] {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1130px) {
	.ec-base-product .mTop_img {
		text-align: center;
		margin: 0 0 25px;
		overflow: hidden;
	}

	.ec-base-product .mTop_img .xans-record- {
		width: 1150px;
		left: 50%;
		position: relative;
		margin-left: -575px;
	}

	.ec-base-product ul.grid3 > li {
		width: 33.33334%;
	}

	.ec-base-product ul.grid4 > li {
		width: 33.33334%;
	}

	.ec-base-product ul.grid5 > li {
		width: 25%;
	}

	.ec-base-product ul.grid6 > li {
		width: 20%;
	}

	.ec-base-product.xans-product-listmain-4 ul.prdList > li:nth-child(1) .description,
	.ec-base-product.xans-product-listmain-4 ul.prdList > li:nth-child(2) .description {
		padding-right: 0%;
	}

	.ec-base-product .prdList .thumbnail .promotion_date {
		top: 7px;
		left: 7px;
		padding: 0 5px;
	}

	.ec-base-product .prdList .promotion_date > span {
		line-height: 20px !important;
		font-size: 11px;
	}
}

@media screen and (min-width: 1131px) and (max-width: 1440px) {
	.ec-base-product .mTop_img {
		text-align: center;
		margin: 0 0 35px;
		overflow: hidden;
	}

	.ec-base-product .mTop_img .xans-record- {
		width: 1440px;
		left: 50%;
		position: relative;
		margin-left: -720px;
	}

	.ec-base-product ul.grid3 > li {
		width: 33.33334%;
	}

	.ec-base-product ul.grid4 > li {
		width: 25%;
	}

	.ec-base-product ul.grid5 > li {
		width: 20%;
	}

	.ec-base-product ul.grid6 > li {
		width: 16.66%;
	}
}

@media screen and (min-width: 1441px) {
	.ec-base-product ul.grid3 > li {
		width: 33.33334%;
	}

	.ec-base-product ul.grid4 > li {
		width: 25%;
	}

	.ec-base-product ul.grid5 > li {
		width: 20%;
	}

	.ec-base-product ul.grid6 > li {
		width: 16.66%;
	}
}

.ec-base-paginate {
	margin: 30px 0;
	text-align: center;
	font-size: 0;
	line-height: 0;
}

.ec-base-paginate ol {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	margin: 0 5px 0 9px;
}

.ec-base-paginate li {
	display: inline-block;
	margin: 0 0 0 -1px;
	font-size: 13px;
	vertical-align: middle;
	*display: inline;
	*zoom: 1;
	margin: 0 7px;
}

.ec-base-paginate li:first-child {
	margin-left: 0;
}

.ec-base-paginate img {
	vertical-align: top;
}

.ec-base-paginate li a {
	position: relative;
	display: block;
	line-height: 17px;
	padding-bottom: 2px;
	min-width: 10px;
	text-align: center;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}

.ec-base-paginate li a:hover {
	text-decoration: none;
}

.ec-base-paginate li a.this {
	font-weight: 500;
}

.ec-base-paginate > a {
	position: relative;
	width: 23px;
	height: 23px;
	display: inline-block;
	text-indent: -9999px;
	overflow: hidden;
	vertical-align: middle;
}

.ec-base-paginate > a:after {
	content: "\e904";
	font-family: "ghfont" !important;
	speak: none;
	display: inline-block;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 12px;
	line-height: 23px;
	display: inline-block;
	vertical-align: middle;
}

.ec-base-paginate > a.prev:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph;
	filter: fliph;
}

.ec-base-paginate > a:hover,
.ec-base-paginate > a:focus,
.ec-base-paginate > a:hover:before,
a:hover:after,
.ec-base-paginate > a:focus:before,
a:focus:after {
	color: #000;
}

.ec-base-paginate > a.first,
.ec-base-paginate > a.last {
	display: none;
}

.ec-base-paginate a.nolink {
	cursor: default;
}

.ec-base-paginate.typeSub ol {
	margin: 0 15px;
	vertical-align: middle;
}

.ec-base-paginate.typeSub li {
	font-size: 12px;
	border: 0;
}

.ec-base-paginate.typeSub img {
	vertical-align: middle;
}

.ec-base-paginate.typeSub li a {
	width: auto;
	margin: 0 5px 0;
	padding: 2px;
	color: #353535;
	background: none;
}

.ec-base-paginate.typeSub li a.this {
	color: #008bcc;
	text-decoration: underline;
	border: 0;
}

.ec-base-paginate.typeSub .first {
	margin-right: 3px;
}

.ec-base-paginate.typeSub .last {
	margin-left: 3px;
}

.ec-base-tab {
	position: relative;
}

.ec-base-tab .menu {
	margin: 0 0 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	table-layout: fixed;
	width: 100%;
	font-size: 0;
	line-height: 0;
	display: table;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.ec-base-tab .menu li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: bottom;
	display: table-cell;
}

.ec-base-tab .menu li a {
	display: block;
	padding: 12px 5px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 1.4em;
	text-decoration: none;
	outline: 0;
	text-align: center;
	margin: 0 0 -2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: transparent;
}

.ec-base-tab .menu li:first-child a {
}

.ec-base-tab .menu li.selected a {
	position: relative;
	font-weight: 500;
}

.ec-base-tab .menu li.selected:first-child a {
}

.ec-base-tab > .right {
	position: absolute;
	top: -50px;
	right: 0;
	line-height: 24px;
}

.ec-base-tab.typeLight .menu li.selected a {
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

.ec-base-tab[class*="grid"] .menu {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.ec-base-tab[class*="grid"] .menu li {
	float: none;
	display: table-cell;
	vertical-align: middle;
}

.ec-base-tab[class*="grid"] .menu li a {
	display: inline-block;
	width: 100%;
	min-width: 0;
	margin: 0;
	padding: 11px 0;
	border: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected {
	position: relative;
	top: 0;
	right: -1px;
	border: 1px solid #292929;
	border-bottom: 0;
	background: #4a5164;
}

.ec-base-tab[class*="grid"] .menu li:first-child.selected {
	right: 0;
}

.ec-base-tab[class*="grid"] .menu li.selected a {
	position: static;
	background: none;
}

.ec-base-tab.grid2 .menu li {
	width: 50.5%;
}

.ec-base-tab.grid3 .menu li {
	width: 34%;
}

.ec-base-tab.grid4 .menu li {
	width: 25.5%;
}

.ec-base-tab.grid5 .menu li {
	width: 20.5%;
}

.ec-base-tab.grid6 .menu li {
	width: 17%;
}

.ec-base-tab.grid7 .menu li {
	width: 14.8%;
	width: 15% \0/;
}

.ec-base-tab.grid7 .menu li:first-child {
	width: 13% \0/;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.ec-base-tab .menu li a {
		font-size: 12px;
	}
}

input[type="button"] {
	-webkit-appearance: none;
}

[class^="btnNormal"],
a[class^="btnNormal"] {
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	padding: 7px 8px;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

[class^="btnSubmit"],
a[class^="btnSubmit"] {
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	padding: 7px 8px;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

[class^="btnEm"],
a[class^="btnEm"] {
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	padding: 7px 8px;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

[class^="btnBasic"],
a[class^="btnBasic"] {
	display: inline-block;
	box-sizing: border-box;
	text-decoration: none;
	vertical-align: middle;
	letter-spacing: 0;
	text-align: center;
	white-space: nowrap;
	padding: 7px 8px;
	border-width: 1px;
	border-style: solid;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
}

[class^="btn"].sizeS {
	padding: 4px 6px;
}

[class^="btn"].sizeM {
	padding: 10px 16px;
}

[class^="btn"].sizeL {
	padding: 12px 16px;
	min-width: 80px;
	font-weight: 500;
	font-size: 14px;
	letter-spacing: 0.02em;
}

[class^="btn"][class*="Fix"] {
	min-width: 46px;
	word-break: keep-all;
	word-wrap: break-word;
}

[class^="btn"][class*="Fix"].sizeS {
	min-width: 90px;
}

[class^="btn"][class*="Fix"].sizeM {
	min-width: 110px;
	padding-left: 8px;
	padding-right: 8px;
}

[class^="btn"][class*="Fix"].sizeL {
	min-width: 150px;
	padding-left: 8px;
	padding-right: 8px;
}

a.btnLink {
}

a.btnLink:hover {
	text-decoration: none;
}

a.btnLink:after {
	content: "";
	display: inline-block;
	margin: -2px -2px 0 3px;
	vertical-align: middle;
	border: 0 0 0 10px;
	border-style: solid;
	border-color: transparent;
}

[class^="btn"] i {
	display: none \0 / IE8;
}

[class^="btn"] .icoArrow {
	display: inline-block;
	width: 3px;
	height: 3px;
	margin: -2px 1px 0 1px;
	border-width: 2px;
	border-style: solid;
	border-width: 0 2px 2px 0;
	vertical-align: middle;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}

[class^="btnSubmit"] .icoArrow,
[class^="btnEm"] .icoArrow {
	border-color: #f0f0f0;
}

[class^="btn"] .icoDelete {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: -2px 2px 0 0;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

[class^="btn"] .icoDelete:before {
	content: "";
	position: absolute;
	top: 0;
	right: 4px;
	width: 2px;
	height: 10px;
}

[class^="btn"] .icoDelete:after {
	content: "";
	position: absolute;
	top: 4px;
	right: 0;
	width: 10px;
	height: 2px;
}

[class^="btn"] .icoAdd,
[class^="btn"] .icoRemove {
	position: relative;
	overflow: hidden;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: -2px 2px 0 0;
	vertical-align: middle;
}

[class^="btn"] .icoAdd:before,
[class^="btn"] .icoAdd:after,
[class^="btn"] .icoRemove:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 8px;
	height: 8px;
	border-radius: 2px;
}

[class^="btn"] .icoAdd:before,
[class^="btn"] .icoRemove:before {
	height: 2px;
	margin: -1px 0 0 -4px;
}

[class^="btn"] .icoAdd:after {
	width: 2px;
	margin: -4px 0 0 -1px;
}

[class^="btn"] img {
	margin: -2px 1px 0;
	vertical-align: middle;
}

.btnLogin,
a.btnLogin {
	display: block;
	box-sizing: border-box;
	padding: 10px 16px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}

.btnAgree,
a.btnAgree {
	display: inline-block;
	box-sizing: border-box;
	width: 80px;
	height: 70px;
	line-height: 70px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	text-align: center;
	font-size: 12px;
	font-weight: 500;
	text-decoration: none;
}

.btnToggle {
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.btnToggle button {
	display: inline-block;
	box-sizing: border-box;
	border-width: 1px;
	border-style: solid;
	margin: 0 -1px 0 0;
	padding: 0 7px;
	height: 24px;
	line-height: 24px;
	text-align: center;
	font-size: 12px;
	outline: 0;
	text-decoration: none;
}

.btnToggle button:first-child {
	border-radius: 2px 0 0 2px;
}

.btnToggle button:last-child {
	border-radius: 0 2px 2px 0;
}

.btnToggle button.selected {
	position: relative;
	border-width: 1px;
	border-style: solid;
}

.ec-base-button {
	padding: 15px 0;
	text-align: center;
}

.ec-base-button.justify {
	position: relative;
}

.ec-base-button:after {
	display: block;
	content: "";
	clear: both;
}

.ec-base-button .gLeft {
	float: left;
	text-align: left;
}

.ec-base-button .gRight {
	float: right;
	text-align: right;
}

.ec-base-button.justify .gLeft {
	position: absolute;
	left: 0;
}

.ec-base-button.justify .gRight {
	position: absolute;
	right: 0;
}

.ec-base-button .text {
	margin: 0 6px 0 10px;
	line-height: 24px;
}

.ec-base-button .gCenter {
	float: none;
	text-align: center;
	display: block;
	clear: both;
}

.ec-base-button .gCenter.list_button {
	float: none;
	position: absolute;
	top: 10px;
	left: 50%;
	margin-left: -80px;
}

.ec-base-button.typeBorder {
	margin-top: -1px;
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
}

.ec-base-button.typeBG {
	padding: 10px 20px;
	border-width: 1px;
	border-style: solid;
}

.ec-base-button[class*="gColumn"] {
	margin: 0 auto;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.ec-base-button[class*="gColumn"]:after {
	display: none;
}

.ec-base-button[class*="gColumn"] [class^="btn"] {
	margin: 0 2px;
	padding-left: 8px;
	padding-right: 8px;
	word-break: keep-all;
	word-wrap: break-word;
	white-space: normal;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.ec-base-button[class*="gColumn"] .btnSpan {
	margin: 0 2px;
	word-break: keep-all;
	word-wrap: break-word;
	white-space: normal;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.ec-base-button[class*="gColumn"] [class^="btn"][class*="Fix"] {
	-webkit-flex: none;
	-moz-flex: none;
	-ms-flex: none;
	flex: none;
}

.ec-base-button[class*="gColumn"] .gFlex2 {
	-webkit-flex: 2;
	-moz-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

.ec-base-button[class*="gColumn"] .gFlex3 {
	-webkit-flex: 3;
	-moz-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.ec-base-button[class*="gColumn"] .gFlex4 {
	-webkit-flex: 4;
	-moz-flex: 4;
	-ms-flex: 4;
	flex: 4;
}

[class^="btn"] {
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out, opacity 0.5s ease-in-out, visibility 0.5s 0s;
}

.btnNormalFix.sizeL:hover span:before,
.btnNormalFix.sizeL:hover span:after {
	background-color: #fff;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.ec-base-button {
		padding: 10px 0;
	}

	.ec-base-button .gLeft a,
	.ec-base-button .gRight a {
		margin-bottom: 21px;
	}

	.ec-base-button .gCenter {
		position: relative;
	}

	.ec-base-button .gCenter:after {
		content: "";
		display: block;
		position: absolute;
		top: -11px;
		left: 0;
		right: 0;
		height: 1px;
		background: #ededed;
	}

	.ec-base-button.spam .gCenter:after {
		height: 0;
	}

	.ec-base-button.xans-board-buttonlist .gRight {
		display: flex;
		float: none;
		display: block;
		padding: 0;
	}

	.ec-base-button.xans-board-buttonlist-8 .gRight {
		padding: 0 15px;
	}

	.ec-base-button.xans-board-buttonlist .gRight a {
		display: block;
	}
}

.ec-base-box {
	padding: 20px;
	margin-left: auto;
	margin-right: auto;
	border-width: 5px;
	border-style: solid;
	font-size: 12px;
	line-height: 1.8em;
}

.ec-base-box.gHalf {
	position: relative;
	padding: 20px 0;
}

.ec-base-box.gHalf:before {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	content: "";
	width: 1px;
	height: 100%;
}

.ec-base-box.typeBg,
.ec-base-box.none {
	border: 0;
	padding: 0 0 20px 0;
}

.ec-base-box.typeThin {
	border-width: 1px;
}

.ec-base-box.typeThin h3.boxTitle {
	margin: 0 0 20px;
	font-size: 20px;
	text-align: center;
}

.ec-base-box.typeThinBg {
	border-width: 1px;
}

.ec-base-box.center {
	text-align: center;
}

.ec-base-box.typeThinBg > .agree {
	padding: 20px;
	border-width: 1px;
	border-style: solid;
}

.ec-base-box.typeThinBg > .agree p {
	padding: 0 0 17px;
}

.ec-base-box.typeMember {
	padding: 0;
}

.ec-base-box.typeMember .information {
	display: table;
	table-layout: fixed;
	padding: 10px 0;
	width: 100%;
	box-sizing: border-box;
}

.ec-base-box.typeMember .information > .title,
.ec-base-box.typeMember .information > .thumbnail {
	display: table-cell;
	padding: 0 15px;
	width: 100px;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
}

.ec-base-box.typeMember .information > .title {
	vertical-align: middle;
}

.ec-base-box.typeMember .information > .thumbnail img {
	max-width: 100px;
}

.ec-base-box.typeMember .information .description {
	display: table-cell;
	padding: 0 10px;
	width: auto;
	line-height: 1.5em;
	border-left-width: 1px;
	border-left-style: solid;
	vertical-align: middle;
}

.ec-base-box.typeMember.gMessage {
	border-width: 1px;
}

.ec-base-box .message {
	display: block;
	padding: 10px 0 10px 35px;
	border-width: 0 0 1px;
	border-bottom-style: none none solid;
	background-image: url("/_gh/images/common/ico_info.gif");
	background-position: 10px center;
	background-repeat: no-repeat;
}

.ec-base-box.typeProduct {
	display: table;
	table-layout: fixed;
	padding: 25px 0;
	width: 100%;
	border-width: 1px 0;
	box-sizing: border-box;
}

.ec-base-box.typeProduct .thumbnail {
	display: table-cell;
	padding: 0 25px 0 0;
	vertical-align: top;
}

.ec-base-box.typeProduct .information {
	display: table-cell;
	padding: 0;
	vertical-align: top;
}

.ec-base-box.typeProduct .thumbnail {
	width: 100px;
}

.ec-base-box.typeProduct .thumbnail a {
	display: block;
}

.ec-base-box.typeProduct .thumbnail img {
	max-width: 100%;
}

.ec-base-box.typeProduct .information {
	padding-left: 0;
}

@media screen and (max-width: 767px) {
	.ec-base-box.typeProduct {
		padding: 15px 0;
	}

	.ec-base-box.typeProduct .thumbnail {
		width: 60px;
	}

	.xans-board-write .information h3 {
		margin: 10px 0 5px;
	}
}

/* .ec-base-table table {
	position: relative;
	margin: 10px 0 0;
	border-width: 0;
	line-height: 1.5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
} */

.ec-base-table.gLayoutFixed table {
	table-layout: fixed;
}

.ec-base-table.gLayoutFixed .gLayoutAuto table {
	table-layout: auto;
}

/* .ec-base-table table:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	content: "";
	width: 100%;
	height: 1px;
} */

.ec-base-table thead th {
	padding: 11px 0 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	vertical-align: middle;
	font-weight: normal;
}

.ec-base-table tbody th {
	padding: 11px 0 10px 18px;
	border-top-width: 1px;
	border-top-style: solid;
	text-align: left;
	font-weight: normal;
}

.ec-base-table th {
	word-break: break-all;
	word-wrap: break-word;
}

.ec-base-table th:first-child {
	border-left: 0;
}

.ec-base-table td {
	padding: 11px 10px 10px;
	border-top-width: 1px;
	border-top-style: solid;
	vertical-align: middle;
	word-break: break-all;
	word-wrap: break-word;
}

.ec-base-table td.clear {
	padding: 0 !important;
	border: 0 !important;
}

.ec-base-table.typeWrite {
}

.ec-base-table.typeWrite table {
	border: 0;
}

.ec-base-table.typeWrite table .agree {
	border-bottom: 1px solid #ededed;
}

.ec-base-table.typeWrite table .agree th,
.ec-base-table.typeWrite table .agree td {
	padding-bottom: 25px;
}

.ec-base-table.typeWrite table:before {
	height: 0;
}

.ec-base-table.typeWrite th {
	border: 0;
	padding: 10px 0 10px;
	width: 100px;
	vertical-align: middle;
}

.ec-base-table.typeWrite .subject th {
	padding: 10px 0 10px;
}

.ec-base-table.typeWrite td {
	border: 0;
	padding: 10px 0 10px 10px;
}

.ec-base-table.typeWrite img {
	max-width: 100% !important;
	height: auto !important;
}

.ec-base-table.typeWrite #subject {
	border-width: 0 0 1px 0;
	padding: 7px 0 8px;
	width: 100%;
	margin-bottom: 7px;
}

.ec-base-table.typeWrite #board_category {
	border-width: 0 0 1px;
	width: 100%;
	padding: 0 23px 6px 0;
}

.ec-base-table.typeWrite #board_category option {
	padding-left: 10px;
}

.ec-base-table.typeWrite input#writer,
.ec-base-table.typeWrite input#password {
	width: 100%;
	max-width: 220px;
	border: 0;
	border-bottom: 1px solid #dee1e4;
	margin-right: 10px;
	padding: 4px 5px 5px 4px;
}

.ec-base-table.typeWrite .sub_desc {
	display: inline-block;
	margin: 4px 0;
}

.ec-base-table.typeWrite td.write {
	padding: 10px 0;
}

.ec-base-table.typeList table {
	border-top: 1px solid #d7d5d5;
}

.ec-base-table.typeList table:before {
	display: none;
}

.ec-base-table.typeList td {
	padding: 8px 10px 7px;
}

.ec-base-table.typeList tfoot td {
	padding: 15px 10px 17px;
	background: #fbfafa;
}

.message {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 50px 0;
	text-align: center;
}

.ec-base-table table + .message {
	margin: -1px 0 0;
}

.ec-base-table table td.message {
	padding: 50px 0;
}

.ec-base-table .scroll .message {
	border: 0;
}

.ec-base-table.typeList .head td {
	padding: 11px 0 10px;
	border-left: 1px solid #dfdfdf;
	border-bottom: 1px solid #dfdfdf;
	vertical-align: middle;
	text-align: center;
	background: #fbfafa;
}

.ec-base-table.typeList .head td:first-child {
	border-left: 0;
}

.ec-base-table.typeList .scroll {
	position: relative;
	overflow-x: hidden;
	overflow-y: scroll;
	max-height: 185px;
	min-height: 100px;
	border: 1px solid #d7d5d5;
	border-top-width: 0;
	margin-top: -1px;
}

.ec-base-table.typeList .scroll table {
	border: 0;
	margin: 0;
}

.ec-base-table.typeList .scroll table:before {
	display: none;
}

.ec-base-table.typeList .scroll .message {
	border: 0;
}

.ec-base-table thead.blind,
.ec-base-table thead.blind th {
	display: none;
}

.ec-base-table thead.blind + tbody tr:first-child th,
.ec-base-table thead.blind + tbody tr:first-child td {
	border-top-width: 0;
}

.ec-base-table.typeList.gLine table {
	border-width: 0;
	border-bottom-width: 1px;
}

.ec-base-table.typeClear table:before {
	display: none;
}

.ec-base-table.typeClear table,
.ec-base-table.typeClear th,
.ec-base-table.typeClear td {
	border: 0 none;
	background: none;
}

.ec-base-table.typeClear th {
	font-weight: bold;
}

.ec-base-table.gBorder td {
	border-left: 1px solid #dfdfdf;
}

.ec-base-table.gBorder td:first-child {
	border-left: 0;
}

.ec-base-table.gBorder td.gClearLine {
	border-left: 0;
}

.ec-base-table.typeList.gBorder tbody td {
	border-color: #eee;
}

.ec-base-table .left {
	text-align: left;
}

.ec-base-table .center {
	text-align: center;
}

.ec-base-table .right {
	text-align: right;
}

.ec-base-table.typeList .center td,
.ec-base-table.typeList td.center {
	padding-left: 0;
	padding-right: 0;
}

.ec-base-table.typeList .center td.left {
	padding-left: 10px;
}

.ec-base-table.typeList .center td.right {
	padding-right: 10px;
}

.ec-base-table .top th,
.ec-base-table th.top,
.ec-base-table .top td,
.ec-base-table td.top {
	vertical-align: top;
}

.ec-base-table .middle th,
.ec-base-table th.middle,
.ec-base-table .middle td,
.ec-base-table td.middle {
	vertical-align: middle;
}

.ec-base-table img {
	vertical-align: middle;
}

.board_table {
}

.attach_area {
	padding: 0 !important;
}

.attach_area > div {
	margin: 0 0 10px;
	-webkit-display: flex;
	-ms-display: flex;
	display: flex;
}

.ec-base-table tr.ucc input {
	border-width: 0 0 1px 0;
	padding: 7px 0;
	width: 100%;
	margin-bottom: 12px;
}

.attach_area .custom-file-upload input[type="file"] {
	display: none;
}

.attach_area .custom-file-upload {
	border: 1px solid #dedede;
	background-image: url("/resources/images/ico/ico_upload.png");
	background-size: 11px auto;
	background-position: right 8px center;
	background-repeat: no-repeat;
	font-size: 12px;
	height: 34px;
	box-sizing: border-box;
	flex: 1;
	margin: 2px 4px 2px 0;
	line-height: 16px;
	opacity: 0.3;
	padding: 8px 24px 8px 8px;
	position: relative;
	cursor: pointer;
}

.attach_area .custom-file-upload:last-child {
	margin-right: 0;
}

.attach_area .custom-file-upload:first-child,
.attach_area .custom-file-upload.ready,
.xans-board-modify .attach_area .custom-file-upload._on {
	opacity: 1;
	border: 1px solid #121212;
}

.xans-board-modify .ec-base-table.typeWrite table {
	text-align: left;
}

.attach_area .custom-file-upload.on {
	background-color: #333;
	background-image: url("/resources/images/ico/ico_upload_chk.png");
	border-color: #333;
	color: #fff;
	opacity: 1;
}

.attach_area .custom-file-upload .attached_chk {
	position: absolute;
	bottom: -24px;
	left: 0;
	line-height: 20px;
	font-size: 12px;
	color: #898989;
	display: inline-block;
}

.xans-board-replypackage .attach_area .custom-file-upload.on,
.xans-board-modifypackage .attach_area .custom-file-upload._on {
	margin-bottom: 30px;
}

.attach_area .custom-file-upload.on .uploaded {
	position: absolute;
	bottom: -20px;
	left: 0;
	line-height: 18px;
	color: #555;
	float: left;
	overflow: auto;
}

.attach_area .custom-file-upload .filename {
	line-height: 16px;
	height: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.nneditor-container {
	border-width: 0 1px;
	border-style: solid;
}

.ec-base-table.typeWrite .nneditor-container td {
	line-height: 18px;
}

.grade_table {
	margin: 0;
	font-size: 0;
	line-height: 0;
}

.grade_table .grade_wrap {
	display: inline-block;
}

.grade_table input {
	vertical-align: middle;
	margin-top: 0;
}

.grade_table label {
	padding: 0 10px 0 0;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
}

.grade_table em {
	font-style: normal;
	display: inline-block;
	text-indent: -9999px;
}

.grade_table span {
	display: inline-block;
	vertical-align: middle;
	margin: -1px 0 0;
	width: 100px;
	height: 20px;
}

.grade_table .point5 {
	background: url("/resources/images/ico/ico_star5.png") 0 0 no-repeat;
	cursor: pointer;
	background-size: 100% auto;
}

.grade_table .point4 {
	background: url("/resources/images/ico/ico_star4.png") 0 0 no-repeat;
	cursor: pointer;
	background-size: 100% auto;
}

.grade_table .point3 {
	background: url("/resources/images/ico/ico_star3.png") 0 0 no-repeat;
	cursor: pointer;
	background-size: 100% auto;
}

.grade_table .point2 {
	background: url("/resources/images/ico/ico_star2.png") 0 0 no-repeat;
	cursor: pointer;
	background-size: 100% auto;
}

.grade_table .point1 {
	background: url("/resources/images/ico/ico_star1.png") 0 0 no-repeat;
	cursor: pointer;
	background-size: 100% auto;
}

.ec-base-table td.write > textArea {
	width: 100%;
	box-sizing: border-box;
	min-height: 150px;
}

@media print {
	.ec-base-table table:before {
		display: none;
	}
}

.ajax_review .ec-base-table.typeWrite th {
	width: 80px;
}

.ajax_review .ec-base-table.typeWrite input#password {
	max-width: 100%;
	box-sizing: border-box;
	height: 32px;
	line-height: 34px;
	padding: 0 4px;
}

.ajax_review .grade_table .grade_wrap {
	margin-bottom: 8px;
}

.ajax_review .attach_area > div {
	-webkit-display: block;
	-ms-display: block;
	display: block;
}

.ajax_review .grade_table span {
	width: 88px;
	height: 19px;
}

.ajax_review .attach_area .custom-file-upload {
	width: 100%;
	box-sizing: border-box;
	margin: 2px 0;
	flex: none;
	display: block;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.ec-base-table.typeWrite th {
		width: 80px;
	}

	.ec-base-table.typeWrite input#password {
		max-width: 100%;
		box-sizing: border-box;
		height: 32px;
		line-height: 34px;
		padding: 0 4px;
	}

	.grade_table .grade_wrap {
		margin-bottom: 8px;
	}

	.attach_area > div {
		-webkit-display: block;
		-ms-display: block;
		display: block;
	}

	.grade_table span {
		width: 88px;
		height: 19px;
	}

	.attach_area .custom-file-upload {
		width: 100%;
		box-sizing: border-box;
		margin: 2px 0;
		flex: none;
		display: block;
	}
}

.ec-base-desc {
	overflow: hidden;
	text-align: left;
}

.ec-base-desc:after {
	content: "";
	display: block;
	clear: both;
}

.ec-base-desc dt,
.ec-base-desc .term {
	float: left;
	width: 100px;
	margin: 0 0 2px;
	padding: 0 4px 0 0;
	line-height: 22px;
	-webkit-box-sizing: border-box;
	-moz-webkit-box: border-box;
	box-sizing: border-box;
	font-weight: normal;
}

.ec-base-desc dd,
.ec-base-desc .desc {
	display: block;
	margin: 0 0 2px;
	padding: 0 5px 0 100px;
	min-height: 22px;
	line-height: 22px;
	word-wrap: break-word;
	word-break: break-all;
}

.ec-base-desc dd:after,
.ec-base-desc .desc:after {
	content: "";
	display: block;
	clear: left;
}

.ec-base-desc.gSmall dt,
.ec-base-desc.gSmall .term {
	width: 30%;
}

.ec-base-desc.gSmall dd,
.ec-base-desc.gSmall .desc {
	padding-left: 30%;
}

.ec-base-desc.gMedium dt,
.ec-base-desc.gMedium .term {
	width: 40%;
}

.ec-base-desc.gMedium dd,
.ec-base-desc.gMedium .desc {
	padding-left: 40%;
}

.ec-base-desc.gLarge dt,
.ec-base-desc.gLarge .term {
	width: 50%;
}

.ec-base-desc.gLarge dd,
.ec-base-desc.gLarge .desc {
	padding: 0 0 0 50%;
}

.ec-base-desc.centerDT dt,
.ec-base-desc.centerDD dd,
.ec-base-desc.centerDT .term,
.ec-base-desc.centerDD .desc,
.ec-base-desc.center,
.ec-base-desc .center {
	text-align: center;
}

.ec-base-desc.rightDT dt,
.ec-base-desc.rightDD dd,
.ec-base-desc.rightDT .term,
.ec-base-desc.rightDD .desc,
.ec-base-desc.right,
.ec-base-desc .right {
	text-align: right;
}

.ec-base-desc.rightDD dd,
.ec-base-desc.rightDD .desc {
	padding-right: 0;
}

.ec-base-desc.typeBullet dt,
.ec-base-desc.typeBullet .term {
	padding: 0 4px 0 10px;
	background: url("/resources/images/ico/ico_arrow.png") no-repeat 0 7px;
}

.ec-base-desc.typeDot dt,
.ec-base-desc.typeDot .term {
	position: relative;
	padding: 0 4px 0 10px;
}

.ec-base-desc.typeDot dt:before,
.ec-base-desc.typeDot .term:before {
	position: absolute;
	top: 50%;
	left: 0;
	content: "";
	display: block;
	width: 2px;
	height: 2px;
	margin: -2px 0 0 0;
	background: #383838;
}

.gh_listup .thead {
	position: relative;
}

.gh_listup .thead > .input_ico,
.gh_listup .thead > input {
	margin: 10px 0;
	vertical-align: middle;
}

.gh_listup .thead > div {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	text-align: center;
	line-height: 50px;
}

.gh_listup .thead > div.check_title {
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	text-align: left;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-top: 30px;
}

.gh_listup .thead > div.check_title h3 {
	font-size: 12px;
}

.gh_listup .thead > div h3 {
	display: inline-block;
}

.gh_listup .thead .posit_right {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 40%;
	padding-right: 95px;
	box-sizing: border-box;
	font-size: 0;
}

.gh_listup .thead .posit_right > div {
	float: left;
	text-align: center;
	line-height: 50px;
	position: relative;
	height: 50px;
	font-size: 12px;
}

.gh_listup .thead .posit_right > div:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	display: block;
	text-align: center;
}

.gh_listup .thead .description {
	width: 60%;
}

.gh_listup .thead .mileage {
	width: 25%;
}

.gh_listup .thead .delivery {
	width: 45%;
}

.gh_listup .thead .prdFoot,
.gh_listup .thead .prdTotal {
	width: 30%;
	box-sizing: border-box;
}

.gh_listup .thead .cur_state {
	width: 80px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding-right: 15px;
}

.gh_listup .thead .selected {
	width: 80px;
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
	padding-right: 15px;
}

.gh_listup .thead .description:before {
	content: "상품정보";
}

.gh_listup .thead .mileage:before {
	content: "적립금";
}

.gh_listup .thead .delivery:before {
	content: "배송정보";
}

.gh_listup .thead .prdFoot:before {
	content: "주문금액";
}

.gh_listup .thead .selected:before {
	content: "선택";
}

.gh_listup .thead .prdTotal:before {
	content: "합계";
}

.gh_listup .thead .cur_state:before {
	content: "주문처리상태";
}

.gh_listup.orderRes .ec-base-prdInfo .posit_right,
.gh_listup.orderRes .thead .posit_right {
	padding-right: 0;
}

.gh_listup.orderRes.orderListArea .ec-base-prdInfo {
	padding-left: 0;
}

.ec-base-prdInfo {
	position: relative;
	margin: 0;
	padding: 14px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	box-sizing: border-box;
}

.ec-base-prdInfo:first-child {
	border-top-width: 1px;
	border-top-style: solid;
}

.ec-base-prdInfo .prdCheck {
	display: inline-block;
	margin-bottom: 7px;
}

.ec-base-prdInfo .prdBox {
	min-height: 90px;
	padding-left: 105px;
	font-size: 0;
}

.ec-base-prdInfo .prdBox:after {
	clear: both;
	display: block;
	content: "";
}

.ec-base-prdInfo .thumbnail {
	overflow: hidden;
	width: 90px;
	margin-left: -105px;
	float: left;
	box-sizing: border-box;
}

.ec-base-prdInfo .thumbnail img {
	width: 100%;
	height: auto !important;
}

.ec-base-prdInfo .description {
	overflow: hidden;
	overflow: hidden;
	padding: 4px 0 0;
}

.ec-base-prdInfo .description .prdName {
	display: block;
	margin: 0 0 4px;
	font-size: 13px;
}

.ec-base-prdInfo .description .prdName a {
	font-weight: 400;
	vertical-align: middle;
}

.ec-base-prdInfo .description .prdName a b {
	font-weight: normal;
}

.ec-base-prdInfo .description .prdName .ec-set-product-name {
	display: block;
	margin: 0 0 3px;
}

.ec-base-prdInfo .description .info {
	margin: 0 0 7px;
}

.ec-base-prdInfo .description .info li {
	font-size: 12px;
	line-height: 1.6em;
}

.ec-base-prdInfo .description .info li > span {
}

.ec-base-prdInfo .description .info li > span strong {
	font-weight: 400;
}

.ec-base-prdInfo .description .info .price .refer {
	font-weight: normal;
	font-size: 11px;
}

.ec-base-prdInfo .description .info .price .discount {
	text-decoration: none !important;
	margin-left: 6px;
}

.ec-base-prdInfo .description .info .price .discount strong,
.ec-base-prdInfo .description .info .price .discount span {
	font-weight: normal;
	text-decoration: line-through;
}

.ec-base-prdInfo .description .info .price .strike {
	font-weight: normal;
	text-decoration: line-through;
}

.ec-base-prdInfo .description .info .price .strike strong {
	font-weight: normal;
}

.ec-base-prdInfo .description .price .quantity {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 14px;
	font-size: 13px;
}

.ec-base-prdInfo .description .price .quantity:before {
	display: block;
	content: "";
	position: absolute;
	top: 1px;
	left: 0;
	width: 1px;
	height: 13px;
	background: #989899;
}

.ec-base-prdInfo .description input[type="number"] {
	max-width: 51px;
}

.ec-base-prdInfo .description .info .amount button {
	margin: 0;
	padding: 0;
	border: 0;
}

.ec-base-prdInfo .description .info .amount {
	width: 50px;
}

.ec-base-prdInfo .description .info input.amount {
	text-align: right;
}

.ec-base-prdInfo .description input[type="tel"] {
	text-align: right;
}

.ec-base-prdInfo .description .quantity input[type="tel"] {
	width: 51px;
}

.ec-base-prdInfo p.option {
	margin: 0 10px 0 0;
}

.xans-order-form .ec-base-prdInfo .description .price .quantity:before {
	display: block;
	width: auto;
	height: auto;
	background: none;
	content: "*";
	position: absolute;
	top: 3px;
	left: 0px;
}

.ec-base-prdInfo .description .option {
	padding: 0;
}

.ec-base-prdInfo .description .option > li {
	border: 0;
	margin: 3px 0 5px;
	font-size: 12px;
}

.ec-base-prdInfo .description .option > li + li .option_str + span {
	float: none;
}

.ec-base-prdInfo .description .option > li a {
	padding: 4px 8px;
	margin: 0 4px 9px 0;
}

.ec-base-prdInfo .description .option > li .option_str {
	display: block;
	margin-bottom: 4px;
	clear: both;
}

.ec-base-prdInfo .description .option > li .option_str + span {
	float: left;
}

.ec-base-prdInfo .description .option > li .name {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	min-height: 28px;
	margin: 4px 0;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.ec-base-prdInfo .description .option > li .optionDesc {
	word-break: break-all;
}

.ec-base-prdInfo .description .option > li .change {
	margin: 0 0 0 5px;
	white-space: nowrap;
}

.ec-base-prdInfo .description .option .file a {
	margin: 0 0 0 4px;
	padding: 0 0 0 11px;
	color: #80aeef;
	text-decoration: underline;
	background: url("/resources/images/ico/ico_attach.png") no-repeat 0 0;
	background-size: 8px 13px;
}

.ec-base-prdInfo .layerOptionModify {
	display: none;
	width: auto;
	margin: 7px 0 14px;
	padding: 14px;
	border: 1px solid #d5d5d5;
	background-color: #f1f1f1;
}

.ec-base-prdInfo .layerOptionModify .titleArea {
	margin-top: 3px;
	display: none;
}

.ec-base-prdInfo .layerOptionModify ul {
	padding: 0;
	font-size: 12px;
}

.ec-base-prdInfo .layerOptionModify li {
	position: relative;
	margin: 0 0 7px;
	padding: 0 0 0 73px;
}

.ec-base-prdInfo .layerOptionModify li .optionItem {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 73px;
	height: 28px;
	font-size: 13px;
	line-height: 28px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.ec-base-prdInfo .layerOptionModify select,
.ec-base-prdInfo .layerOptionModify input[type="text"] {
	width: 100%;
}

.ec-base-prdInfo .layerOptionModify .ec-base-button.gCenter {
	margin: 0;
}

.ec-base-prdInfo .info .ec-base-qty {
	width: auto;
	margin: 0;
}

.ec-base-prdInfo .posit_right {
	z-index: 20;
	width: 40%;
	padding-right: 95px;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ec-base-prdInfo .posit_right > div {
	text-align: center;
	float: left;
	font-size: 12px;
	padding: 0 7px;
	box-sizing: border-box;
}

.ec-base-prdInfo .posit_right .mileage {
	width: 25%;
	position: relative;
}

.ec-base-prdInfo .posit_right .mileage img {
	display: none;
}

.ec-base-prdInfo .posit_right .mileage:before {
	content: "P";
	border: 1px solid #aaa;
	width: 12px;
	height: 12px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-top: -1px;
	margin-right: 4px;
	color: #888;
}

.ec-base-prdInfo .posit_right .delivery {
	width: 45%;
}

.ec-base-prdInfo .posit_right .delivery > span {
	display: inline-block;
}

.ec-base-prdInfo .posit_right .prdFoot {
	width: 30%;
	box-sizing: border-box;
	padding: 0;
	list-style-position: inherit;
}

.ec-base-prdInfo [id*="sum_price_front"] {
	font-size: 14px;
	vertical-align: top;
	line-height: 18px;
	font-weight: 500;
}

.ec-base-prdInfo [id*="product_mileage_all"] + img,
.mileage_ico {
	margin: -2px 3px 0 0;
	width: 14px;
}

.ec-base-prdInfo .posit_right > .ec-base-button {
	width: 80px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	right: 15px;
	text-align: right;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.ec-base-prdInfo .posit_right > .ec-base-button .gLeft {
	float: none;
}

.ec-base-prdInfo .posit_right > .ec-base-button .gLeft + a,
.ec-base-prdInfo .posit_right > .ec-base-button .gLeft a {
	display: block;
	padding: 4px 5px;
}

.ec-base-prdInfo .posit_right > .ec-base-button a {
	display: inline-block;
	margin: 2px 0;
}

.ec-base-prdInfo .posit_right > .ec-base-button > a i {
	display: none;
}

.ec-base-prdInfo .posit_right > div,
.ec-base-prdInfo .posit_right > .option {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}

.ec-base-prdInfo .posit_right > .ec-base-button .sco_ro {
	margin-bottom: 7px;
}

.gh_listup.orderListArea .ec-base-prdInfo,
.gh_listup .orderListArea .ec-base-prdInfo {
	padding-left: 40px;
}

.gh_listup.orderListArea .ec-base-prdInfo:after {
	display: block;
	content: "";
	clear: both;
}

.gh_listup.orderListArea .ec-base-prdInfo > .input_ico,
.gh_listup.orderListArea .ec-base-prdInfo > input[type="checkbox"],
.gh_listup .orderListArea .ec-base-prdInfo > input[type="checkbox"] {
	position: absolute;
	top: 14px;
	left: 0;
}

.gh_listup .ec-base-prdInfo .description .ec-base-qty {
	position: static;
	display: block;
	width: auto;
	padding: 0;
	text-align: left;
	font-size: 0;
}

.gh_listup .ec-base-prdInfo .description .ec-base-qty [type="text"] {
	width: 30px;
	text-align: center;
	vertical-align: bottom;
	height: 28px;
	border-radius: 0;
	margin-right: -1px;
	border-color: #dedede;
	border-width: 1px 0;
}

.gh_listup .ec-base-prdInfo .description .ec-base-qty [type="tel"] {
	width: 49px;
	text-align: right;
}

.gh_listup .ec-base-prdInfo .description .ec-base-qty button {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}

.gh_listup .ec-base-prdInfo .description .ec-base-qty > img {
	vertical-align: bottom;
	height: 26px;
	width: auto;
	margin-right: -1px;
	border: 1px solid #dedede;
	cursor: pointer;
	border-left: 0;
}

.gh_listup .ec-base-prdInfo .description .ec-base-qty > img.QuantityDown {
	border-left: 1px solid #dedede;
}

.gh_listup .ec-base-prdInfo .description .ec-base-qty > span > a {
	display: none;
}

.gh_listup .ec-base-prdInfo .description .quantity_box {
	float: left;
	font-size: 0;
	padding: 0;
	margin-top: -1px;
}

.gh_listup .ec-base-prdInfo .description .quantity_box [type="text"] {
	vertical-align: top;
	height: 28px;
	line-height: 26px;
	padding: 0 4px;
	text-align: center;
	border-width: 1px 0;
}

.gh_listup .ec-base-prdInfo .description .quantity_box button {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: top;
	background: transparent;
}

.gh_listup .ec-base-prdInfo .description .quantity_box > img {
	vertical-align: top;
	height: 26px;
	width: auto;
	margin-right: -1px;
	border: 1px solid #dedede;
	cursor: pointer;
	border-left: 0;
}

.gh_listup .ec-base-prdInfo .description .quantity_box > img.QuantityDown {
	border-left: 1px solid #dedede;
}

.gh_listup .ec-base-prdInfo .description .quantity_box > span > a {
	display: none;
}

.gh_listup .each_total {
	padding: 20px 10px;
	margin-bottom: 35px;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
}

.gh_listup .each_total .contents > span {
	display: inline-block;
	vertical-align: middle;
}

.gh_listup .each_total .contents > span .total_ref {
	line-height: 1.2em;
	font-size: 11px;
}

.gh_listup .ec-base-prdInfo .posit_right .prdFoot > div {
	margin-top: 5px;
	font-size: 11px;
}

.gh_listup.xans-myshop .ec-base-prdInfo {
	padding-left: 40px;
}

.gh_listup.xans-myshop .ec-base-prdInfo > span.chk {
	position: absolute;
	top: 14px;
	left: 0;
}

#selected_product.gh_listup .ec-base-prdInfo .posit_right {
	padding: 0 75px 0 0;
}

.gh_listup.xans-myshop .ec-base-prdInfo .posit_right {
	width: 95px;
	padding: 0 15px 0 0;
	text-align: center;
}

.gh_listup.xans-myshop .ec-base-prdInfo .posit_right > div {
	padding: 0;
	width: 80px;
}

@media screen and (min-width: 1px) and (max-width: 480px) {
	.ec-base-prdInfo .prdBox {
		padding-left: 75px;
		min-height: 70px;
	}

	.ec-base-prdInfo .thumbnail {
		width: 60px;
		margin-left: -75px;
	}

	.gh_listup .thead > div.check_title {
		display: block;
		border: 0;
		padding-bottom: 0;
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 32px;
		line-height: 33px;
	}

	.gh_listup .thead > .input_ico {
		margin: 8px 0 8px 0;
		position: relative;
		top: auto;
		left: auto;
		vertical-align: top;
	}

	.gh_listup.orderListArea .ec-base-prdInfo {
		padding: 14px 10px 100px;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .prdBox:after {
		clear: both;
		display: block;
		content: "";
	}

	.gh_listup.orderListArea .ec-base-prdInfo > .input_ico,
	.gh_listup.orderListArea .ec-base-prdInfo > input[type="checkbox"] {
		top: auto;
		left: auto;
		margin: 0;
		position: relative;
		margin-bottom: 7px;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .description .info {
		margin-bottom: 7px;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .description .info li {
		margin-bottom: 4px;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .description .info .option li {
		margin: 0;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .description .info li.price {
	}

	.ec-base-prdInfo .description .prdName {
		padding-right: 35px;
		margin-bottom: 5px;
	}

	.gh_listup .thead {
		padding: 0 10px;
	}

	.gh_listup .thead .description,
	.gh_listup .thead .posit_right {
		display: none;
	}

	.gh_listup .ec-base-prdInfo .posit_right {
		display: block;
		position: static;
		width: 100%;
		padding: 0;
		top: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
		text-align: left;
	}

	.ec-base-prdInfo .posit_right > div {
		padding: 0;
		vertical-align: top;
		line-height: 1.6em;
	}

	.gh_listup .ec-base-prdInfo .posit_right .mileage {
		width: auto;
		padding: 0 7px 0 0;
	}

	.gh_listup .ec-base-prdInfo .posit_right .delivery {
		width: auto;
		position: relative;
		float: none;
		padding-left: 5px;
	}

	.gh_listup .ec-base-prdInfo .description .quantity_box {
		margin-bottom: 9px;
	}

	.gh_listup .ec-base-prdInfo .posit_right .delivery:before {
		width: 1px;
		height: 10px;
		top: 50%;
		left: 0;
		content: "";
		position: absolute;
		margin-top: -5px;
		background: #ddd;
	}

	.gh_listup .ec-base-prdInfo .posit_right .prdFoot {
		box-sizing: border-box;
		float: none;
		text-align: left;
		position: absolute;
		bottom: 60px;
		left: 10px;
		right: 10px;
		display: block;
		width: auto;
		padding: 10px 0 0;
		color: #111;
		border-top: 1px solid #ededed;
	}

	.gh_listup .ec-base-prdInfo .posit_right .prdFoot > div {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 10px;
	}

	.gh_listup .ec-base-prdInfo .posit_right .prdFoot:before {
		content: "주문금액 : ";
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button {
		position: static;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		box-sizing: border-box;
		padding: 0;
		-webkit-transform: none;
		transform: none;
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button > a {
		position: absolute;
		top: 5px;
		right: 5px;
		font-size: 0;
		text-indent: -999px;
		overflow: hidden;
		width: 30px;
		height: 30px;
		border: 0;
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button > a i {
		text-indent: 0;
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 8px;
		line-height: 30px;
		display: inline-block;
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button .gLeft {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		width: 100%;
		padding: 0 8px;
		box-sizing: border-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button .gLeft > a {
		line-height: 30px;
		margin: 0 2px;
		word-break: keep-all;
		word-wrap: break-word;
		white-space: normal;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	.ec-base-prdInfo .ec-base-layer {
		left: 10px;
		right: 10px;
	}
}

@media all and (min-width: 481px) and (max-width: 767px) {
	.gh_listup .thead > div.check_title {
		display: block;
		border: 0;
		padding-bottom: 0;
		margin-top: 0;
		position: absolute;
		top: 0;
		left: 32px;
		line-height: 33px;
	}

	.gh_listup .thead > .input_ico {
		margin: 8px 0 8px 0;
		position: relative;
		top: auto;
		left: auto;
		vertical-align: top;
	}

	.gh_listup.orderListArea .ec-base-prdInfo {
		padding: 14px 10px 100px;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .prdBox:after {
		clear: both;
		display: block;
		content: "";
	}

	.gh_listup.orderListArea .ec-base-prdInfo > .input_ico,
	.gh_listup.orderListArea .ec-base-prdInfo > input[type="checkbox"] {
		top: auto;
		left: auto;
		margin: 0;
		position: relative;
		margin-bottom: 7px;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .description .info {
		margin-bottom: 7px;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .description .info li {
		margin-bottom: 4px;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .description .info .option li {
		margin: 0;
	}

	.gh_listup.orderListArea .ec-base-prdInfo .description .info li.price {
	}

	.ec-base-prdInfo .description .prdName {
		padding-right: 35px;
		margin-bottom: 5px;
	}

	.gh_listup .thead {
		padding: 0 10px;
	}

	.gh_listup .thead .description,
	.gh_listup .thead .posit_right {
		display: none;
	}

	.gh_listup .ec-base-prdInfo .posit_right {
		display: block;
		position: static;
		width: 100%;
		padding: 0;
		top: auto;
		right: auto;
		-webkit-transform: none;
		transform: none;
		text-align: left;
	}

	.ec-base-prdInfo .posit_right > div {
		padding: 0;
		vertical-align: top;
		line-height: 1.6em;
	}

	.gh_listup .ec-base-prdInfo .posit_right .mileage {
		width: auto;
		padding: 0 7px 0 0;
	}

	.gh_listup .ec-base-prdInfo .posit_right .delivery {
		width: auto;
		position: relative;
		float: none;
		padding-left: 5px;
	}

	.gh_listup .ec-base-prdInfo .description .quantity_box {
		margin-bottom: 9px;
	}

	.gh_listup .ec-base-prdInfo .posit_right .delivery:before {
		width: 1px;
		height: 10px;
		top: 50%;
		left: 0;
		content: "";
		position: absolute;
		margin-top: -5px;
		background: #ddd;
	}

	.gh_listup .ec-base-prdInfo .posit_right .prdFoot {
		box-sizing: border-box;
		float: none;
		text-align: left;
		position: absolute;
		bottom: 60px;
		left: 10px;
		right: 10px;
		display: block;
		width: auto;
		padding: 10px 0 0;
		color: #111;
		border-top: 1px solid #ededed;
	}

	.gh_listup .ec-base-prdInfo .posit_right .prdFoot > div {
		display: inline-block;
		vertical-align: middle;
		margin: 0 0 0 10px;
	}

	.gh_listup .ec-base-prdInfo .posit_right .prdFoot:before {
		content: "주문금액 : ";
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button {
		position: static;
		left: auto;
		top: auto;
		bottom: auto;
		right: auto;
		box-sizing: border-box;
		padding: 0;
		-webkit-transform: none;
		transform: none;
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button > a {
		position: absolute;
		top: 5px;
		right: 5px;
		font-size: 0;
		text-indent: -999px;
		overflow: hidden;
		width: 30px;
		height: 30px;
		border: 0;
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button > a i {
		text-indent: 0;
		font-size: 14px;
		position: absolute;
		top: 0;
		right: 8px;
		line-height: 30px;
		display: inline-block;
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button .gLeft {
		position: absolute;
		bottom: 10px;
		left: 0;
		right: 0;
		width: 100%;
		padding: 0 8px;
		box-sizing: border-box;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	.gh_listup .ec-base-prdInfo .posit_right > .ec-base-button .gLeft > a {
		line-height: 30px;
		margin: 0 2px;
		word-break: keep-all;
		word-wrap: break-word;
		white-space: normal;
		-webkit-flex: 1;
		-moz-flex: 1;
		-ms-flex: 1;
		flex: 1;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
	}

	.ec-base-prdInfo .ec-base-layer {
		left: 10px;
		right: 10px;
	}
}

.rate_box_color {
	color: #ff7777;
}

.link_basic {
	color: #1a1a1a;
}

.link_basic:hover {
	color: #1c1c1c;
}

.link_basic.selected {
	color: #1c1c1c;
}

.link_strong {
	color: #1a1a1a;
}

.link_strong:hover {
	color: #1c1c1c;
}

.link_strong.selected {
	color: #1c1c1c;
}

.font_strong,
h1,
h2,
h3,
h4,
h5,
a:hover,
a > div:hover,
.orderStep span.active,
.xans-board-read .boardView .detail,
a.common_arrow,
.common_arrow > a {
	color: #222222;
}

.big_titleArea h2 > font,
.titleArea h2 font,
.board_titleArea h2 font,
.xans-product-menupackage .menuCategory > li > a {
	color: #222222 !important;
}

.ec-base-product .prdList .description .price_area .custom,
.ec-base-product .prdList .description .review_cnt,
.ec-base-product .prdList .description .price_area .price._sale,
.ec-base-product .prdList .description .price_area .price.strike,
.ec-base-product .prdList .description .price_area .sale + .displaynone_cuchk {
	color: #a0a0a0 !important;
}

.ec-base-product .prdList .description .price_area .strike + .price,
.ec-base-product .prdList .description .price_area .price.displaynone_sale._custom,
.ec-base-product .prdList .description .price_area .price,
.ec-base-product .prdList .description .price_area .sale {
	color: #222222 !important;
}

.font_low,
.nav_board > ul > li a,
.boardList > li .summary .subject .product_name a,
.boardList > li .summary .etc_infomation > span,
.gh_typeList .message,
.form_wrap span.item,
ul.list > li,
.xans-board-read .boardView .subject > h3 > font,
.xans-product-menupackage .menuCategory > li > a:hover,
.ec-base-prdInfo .description .info .price .discount,
.mprd_title h2 em {
	color: #898989;
}

.font_point1,
.nav_board > ul > li.active a {
	color: #222222;
}

.font_desc,
.sub_desc,
.xans-product-detail .price_area .price._sp1,
.xans-product-detail .price_area .price._sp2 {
	color: #898989;
}

.font_basic {
	color: #373737;
}

.font_link_basic {
	color: #676767;
}

.font_link_basic:hover {
	color: #121212;
	text-decoration: underline;
}

.error,
.xans-member-joincomplete .joinComplete .memberAge strong {
	color: #f26323;
}

.font_num {
	color: #e50b1f;
}

.txtEtc,
.font_notice {
	color: #1993d1;
}

.font_bgstrong {
	color: #cfcfd8;
}

.line_low,
.ec-base-tab.typeLight .menu,
.ec-base-prdInfo,
.ec-base-table th,
.ec-base-table td,
.nneditor-container,
#category:before {
	border-color: #f1f2f4;
}

div.nneditor-container .nneditor-toolbar-container,
div.nneditor-container .nneditor-iframe-container,
div.nneditor-container .seResize2 {
	border-color: #eaeaea !important;
}

.line_base,
.ec-base-table table,
.ec-base-prdInfo:first-child,
.titleArea p:before,
#prdReview .nodata,
#prdQnA .nodata {
	border-color: #e4e6eb;
}

.ec-base-table.typeWrite,
.xans-order-form .title {
	border-bottom-color: #e4e6eb;
}

.line_normal,
.xans-myshop-orderhistorylistitem .order h3 {
	border-color: #777;
}

.line_strong,
.ec-base-box.typeProduct {
	border-color: #1c1c1c;
}

.ec-base-box.typeProduct {
	border-bottom-color: #e4e6eb;
}

.line_point1,
.nav_board > ul > li.active a {
	border-color: #e50b1f;
}

.line_strong,
.titleArea {
	border-color: #323232;
}

.line_layer1 {
	border-color: #565960;
}

.line_title > div:before,
.line_title > div:after,
.xans-myshop-orderhistorylistitem .prdFoot + .request:before,
.xans-member-join .base_colum_table:before,
.allcheck p:before,
.xans-myshop-orderhistorynologin:before,
.button .sel_del i:before,
.button .sel_del i:after {
	background-color: #eaeaea;
}

.ec-base-paginate > a:before,
.ec-base-paginate > a:after,
.faq_area li.menu .button:before {
	border-color: #a0a0a0;
}

a.common_arrow:before,
a.common_arrow:after,
.common_arrow > a:before,
.common_arrow > a:after {
	border-color: #222222;
}

.ec-base-table table:before {
	background-color: #e4e6eb;
}

.bg_header {
	background-color: rgba(255, 255, 255, 1);
}

.active2 .bg_header,
.search_active .bg_header {
	background-color: rgba(255, 255, 255, 1);
}

.bg_line,
.ec-base-tab .menu li:before,
.nav_board > ul > li:before,
.xans-board-listpackage .boardSort a:before,
.boardList > li .summary .etc_infomation > span:before,
.login_area .login fieldset li:after,
#header .inner_bts:after {
	background-color: #e4e6eb;
}

.big_category .check_category > li > a em:before,
.xans-board-listpackage .boardSort a.selected:after {
	background-color: #1c1c1c;
}

.bg_low,
.xans-board-listpackage #content_view td,
.xans-myshop-orderhistorylistitem .title h3 {
	background-color: #fafafa;
}

.bg_low2 {
	background-color: #f5f5f5 !important;
}

.bg_base {
	background-color: #e4e6eb;
}

.bg_strong {
	background: #303030;
	color: #b0b0b0;
}

.bg_strong a,
.bg_strong h4 {
	color: #b0b0b0;
}

.bg_strong .txtEm,
.bg_strong .txtEm a {
	color: #fff;
}

.bg_strong_down {
	background-color: #4f4f57;
}

.bg_icoDot {
	background-color: #4f4f4f;
}

.bg_point1 {
	background-color: #e50b1f;
}

.bg_layer1 {
	background: #fff;
	background-color: #fff;
}

.txtInfo {
	color: #898989;
}

.txtWarn {
	color: #f76560;
}

.txtEm {
	color: #008bcc;
}

.txtNum {
	color: #898989;
}

.ec-base-qty input[type="text"],
input[type="text"],
input[type="number"],
input[type="password"],
select,
textarea,
.custom-file-upload {
	border-color: #dee1e4;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
.custom-file-upload:hover {
	border-color: #dee1e4;
}

.ec-base-tooltip {
	border-color: #565960;
	background: #fff;
}

.ec-base-tooltip h4:before {
	background: #666;
}

.ec-base-tooltip .edge:before {
	border-bottom-color: #565960;
}

.ec-base-tooltip .edge:after {
	border-bottom-color: #fff;
}

.ec-base-tooltip table th,
.ec-base-tooltip table td {
	border-color: #e8e8e8;
}

.ec-base-tooltip table th {
	background: #fbf9fa;
}

.ec-base-tooltip table .info {
	color: #707070;
}

.ec-base-tooltip table p.info:before,
.ec-base-tooltip table ul.info li:before {
	background: #757575;
}

.ec-base-tooltip p.bullet:before,
.ec-base-tooltip ul.bullet li:before {
	border-left-color: #333;
}

.ec-base-tooltip.typeUpper .edge:before {
	border-top-color: #565960;
}

.ec-base-tooltip.typeUpper .edge:after {
	border-top-color: #fff;
}

div.ec-base-help {
	border-color: #d6d4d4;
}

div.ec-base-help > h2,
div.ec-base-help > h3 {
	border-bottom-color: #e8e7e7;
	color: #101010;
}

div.ec-base-help p,
div.ec-base-help li {
	color: #707070;
}

.ec-base-paginate li {
	border-color: #e4e6eb;
}

.ec-base-paginate li a {
	color: #939393;
}

.ec-base-paginate li a:hover {
}

.ec-base-paginate li a.this {
	border-bottom-color: #1a1a1a;
	color: #1a1a1a;
}

.ec-base-paginate.typeSub li a {
	color: #353535;
}

.ec-base-paginate.typeSub li a.this {
	color: #008bcc;
}

.ec-base-tab .menu {
	border-bottom-color: #ededed;
}

.ec-base-tab .menu li {
	border-left-color: #cbcdce;
}

.ec-base-tab .menu li a {
	border-right-color: #cbcdce;
	color: #707070;
}

.ec-base-tab .menu li.selected a {
	border-color: #202020;
	color: #111;
}

.ec-base-tab.typeLight .menu li a,
.ec-base-tab.typeLight .menu li.selected a {
	background: none;
}

.ec-base-tab > .right {
	color: #909090;
}

.ec-base-tab[class*="grid"] .menu li.selected {
	border-color: #1a1a1a;
	background: #1a1a1a;
}

.ec-base-box {
	border-color: #f1f1f1;
}

.ec-base-box.gHalf:before {
	background-color: #eaeaea;
}

.ec-base-box.typeBg {
	background-color: #f7f7f7;
}

.ec-base-box.typeThin {
	border-color: #eaeaea;
}

.ec-base-box.typeThinBg {
	border-color: #e4e6eb;
	background-color: #f7f7f7;
}

.ec-base-box.typeThinBg > .agree {
	border-color: #e6e6e6;
	background-color: #ffffff;
}

.ec-base-box.typeMember .information .description {
	border-left-color: #eaeaea;
}

.ec-base-box.typeMember.gMessage {
	border-color: #e4e6eb;
}

.ec-base-box .message {
	border-color: #e4e6eb;
	background-color: #fbfafa;
}

[class^="btnNormal"],
a[class^="btnNormal"] {
	border: 1px solid #a0a0a0;
	color: #555555;
	background-color: #fff;
}

[class^="btnSubmit"],
a[class^="btnSubmit"] {
	border: 1px solid #1a1a1a;
	color: #fff;
	background-color: #1a1a1a;
}

[class^="btnEm"],
a[class^="btnEm"] {
	border: 1px solid #969696;
	color: #fff;
	background-color: #969696;
}

[class^="btnBasic"],
a[class^="btnBasic"] {
	border: 1px solid #e4e6eb;
	color: #1a1a1a;
	background-color: #ffffff;
}

[class^="btnNormal"]:not(.disabled):hover {
	border-color: #6b6e71;
	color: #6b6e71;
}

[class^="btnSubmit"]:not(.disabled):hover {
	background-color: #666;
	border-color: #666;
}

[class^="btnEm"]:not(.disabled):hover {
	background-color: #77797d;
	border-color: #77797d;
}

[class^="btnBasic"]:not(.disabled):hover {
	background-color: #f7f7f7;
}

[class^="btnNormal"].disabled {
	border-color: #e3e3e3;
	color: #898989;
}

[class^="btnSubmit"].disabled {
	background-color: #9297a2;
	border-color: #9297a2;
	color: #f0f0f0;
}

[class^="btnEm"].disabled {
	background-color: #b5b6b9;
	border-color: #b5b6b9;
	color: #f0f0f0;
}

[class^="btnBasic"].disabled {
	color: #898989;
}

a.btnLink {
	color: #222;
}

a.btnLink:hover {
	text-decoration: none;
	color: #222222;
}

a.btnLink:after {
	border-left-color: #77797d !important;
}

a.btnLink:hover:after {
	border-left-color: #222222 !important;
}

[class^="btn"] .icoArrow {
	border-color: #ff00d2;
}

[class^="btn"] .icoDelete:before,
[class^="btn"] .icoDelete:after,
[class^="btn"] .icoAdd:before,
[class^="btn"] .icoAdd:after,
[class^="btn"] .icoRemove:before {
	background: #77797d;
}

[class^="btnSubmit"] .icoDelete:before,
[class^="btnSubmit"] .icoDelete:after,
[class^="btnEm"] .icoDelete:before,
[class^="btnEm"] .icoDelete:after {
	background: #f0f0f0;
}

.btnLogin,
a.btnLogin {
	color: #fff;
	background-color: #1a1a1a;
}

.btnLogin:hover {
	background-color: #43495a;
}

.btnAgree,
a.btnAgree {
	border-color: #d1d1d1;
	color: #222;
	background-color: #fff;
}

.btnAgree:hover {
	background-color: #f3f3f3;
}

.btnToggle button {
	border-color: #d1d1d1;
	color: #222;
	background-color: #fff;
}

.btnToggle button.selected {
	border-color: #969696;
	color: #fff;
	background-color: #969696;
}

.ec-base-button .text {
	color: #353535;
}

.ec-base-button.typeBorder {
	border-color: #d7d5d5;
}

.ec-base-button.typeBG {
	border-color: #d7d5d5;
	background-color: #fbfafa;
}

@media screen and (max-width: 768px) {
	.form_wrap span.item {
		color: #111;
	}
}

@font-face {
	font-family: "swiper-icons";
	src: url("data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
		format("woff");
	font-weight: 400;
	font-style: normal;
}

:root {
	--swiper-theme-color: #007aff;
}

.swiper-container {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
	flex-direction: column;
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
	transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
	flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
	flex-wrap: wrap;
	flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
	transition-timing-function: ease-out;
	margin: 0 auto;
}

.swiper-slide {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
}

.swiper-slide img {
	max-width: 100%;
}

.swiper-slide-invisible-blank {
	visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
	height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
	align-items: flex-start;
	transition-property: transform, height;
}

.swiper-container-3d {
	perspective: 1200px;
}

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
	transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
	background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
	background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
	overflow: auto;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
	display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
	scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
	scroll-snap-type: y mandatory;
}

:root {
	--swiper-navigation-size: 44px;
}

.swiper-button-prev,
.swiper-button-next {
	position: absolute;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 50%;
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
	opacity: 0.35;
	cursor: auto;
	pointer-events: none;
}

.swiper-button-prev:after,
.swiper-button-next:after {
	content: "\e904";
	font-family: "ghfont" !important;
	color: #fff;
	font-size: 36px;
}

.swiper-button-prev:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph;
	filter: fliph;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: 10px;
	right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: 10px;
	left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
}

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
	--swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
	--swiper-navigation-color: #000000;
}

.swiper-button-lock {
	display: none;
}

:root {
}

.swiper-pagination {
	position: absolute;
	text-align: center;
	transition: 300ms opacity;
	transform: translate3d(0, 0, 0);
	z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
	opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 10px;
	left: 0;
	width: 100%;
}

.swiper-pagination-bullets-dynamic {
	overflow: hidden;
	font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transform: scale(0.33);
	position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
	transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
	transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
	transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
	transform: scale(0.33);
}

.swiper-pagination-bullet {
	width: 8px;
	text-align: left;
	overflow: hidden;
	text-indent: -9999px;
	height: 8px;
	display: inline-block;
	border-radius: 100%;
	background: none;
	border: 1px solid #fff;
	opacity: 1;
}

button.swiper-pagination-bullet {
	border: none;
	margin: 0;
	padding: 0;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.swiper-pagination-bullet-active {
	opacity: 1;
	border-color: #fff;
	background-color: #fff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
	right: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 6px 0;
	display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	top: 50%;
	transform: translateY(-50%);
	width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	display: inline-block;
	transition: 200ms transform, 200ms top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
	transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
	background: rgba(0, 0, 0, 0.15);
	position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #222;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transform: scale(0);
	transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 100%;
	height: 4px;
	left: 0;
	top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
}

.swiper-pagination-white {
	--swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
	--swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
	display: none;
}

.swiper-scrollbar {
	border-radius: 10px;
	position: relative;
	-ms-touch-action: none;
	background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
	position: absolute;
	left: 1%;
	bottom: 3px;
	z-index: 50;
	height: 5px;
	width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
	position: absolute;
	right: 3px;
	top: 1%;
	z-index: 50;
	width: 5px;
	height: 98%;
}

.swiper-scrollbar-drag {
	height: 100%;
	width: 100%;
	position: relative;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 10px;
	left: 0;
	top: 0;
}

.swiper-scrollbar-cursor-drag {
	cursor: move;
}

.swiper-scrollbar-lock {
	display: none;
}

.swiper-zoom-container {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.swiper-slide-zoomed {
	cursor: move;
}

:root {
}

.swiper-lazy-preloader {
	width: 42px;
	height: 42px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -21px;
	margin-top: -21px;
	z-index: 10;
	transform-origin: 50%;
	animation: swiper-preloader-spin 1s infinite linear;
	box-sizing: border-box;
	border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
	border-radius: 50%;
	border-top-color: transparent;
}

.swiper-lazy-preloader-white {
	--swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
	--swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
	100% {
		transform: rotate(360deg);
	}
}

.swiper-container .swiper-notification {
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
	transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
	pointer-events: none;
	transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube {
	overflow: visible;
}

.swiper-container-cube .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
	visibility: hidden;
	transform-origin: 0 0;
	width: 100%;
	height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
	transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
	pointer-events: auto;
	visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
	position: absolute;
	left: 0;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	-webkit-filter: blur(50px);
	filter: blur(50px);
	z-index: 0;
}

.swiper-container-flip {
	overflow: visible;
}

.swiper-container-flip .swiper-slide {
	pointer-events: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
	pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
	pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
	z-index: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gh-banner {
	font-size: 0;
	visibility: hidden;
}

.gh-banner.show_item {
	visibility: visible;
}

.bntype {
	zoom: 1;
}

.bntype.gh-bannerMo {
	display: none !important;
}

.bntype .xans-record- img {
	width: 100%;
	-webkit-transition: ll 0.2s ease;
	-moz-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.main_slide_banner1.bntype.gh-bannerPc,
	.gh-detail-banner1.bntype.gh-bannerPc {
		display: none !important;
	}

	.bntype.gh-bannerMo {
		display: block !important;
	}
}

@media screen and (min-width: 768px) and (max-width: 1130.99px) {
}

.bntype .positioning {
	position: relative;
	padding: 0;
}

.bntype .positioning:after {
	content: "";
	display: block;
	clear: both;
}

.bntype .positioning > div {
	float: left;
}

.bntype .positioning > div a {
	display: block;
	margin: 10px;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.bntype .grid1 > div {
	width: 100%;
}

.bntype .grid1 > div a {
	margin: 0;
}

.bntype .grid2 > div {
	width: 50%;
}

.bntype .grid3 > div {
	width: 33.333334%;
}

.bntype .grid4 > div {
	width: 25%;
}

.bntype .grid5 > div {
	width: 20%;
}

.type4n2 {
}

.type4n2.bntype .positioning {
	padding: 0;
}

.type4n2.bntype .positioning.grid3 > div {
	float: left;
	width: 30%;
	text-align: center;
	box-sizing: border-box;
}

.type4n2.bntype .positioning.grid3 > div a {
	margin: 1opx;
	display: block;
}

.type4n2.bntype .positioning.grid3 > div a img {
	width: 100%;
	max-width: 100%;
}

.type4n2.bntype .positioning.grid3 > div:nth-child(3) {
	float: right;
}

.type4n2.bntype .positioning.grid3 > div:nth-child(2),
.type4n2.bntype .positioning.grid3 > div:nth-child(4) {
	width: 40%;
}

.bn_3n {
}

.bn_3n .positioning {
	display: flex;
	width: 100%;
	font-size: 0;
}

.bn_3n .positioning > div img {
	max-width: none;
	width: 100%;
}

.bn2n2-custom1 .positioning {
	padding: 0 5%;
}

.bn2n2-custom1 .positioning > div {
	float: left;
	text-align: center;
}

.bn2n2-custom1 .positioning > div a {
	display: block;
	margin: 10px 8%;
}

.bn2n2-custom1 .act_hover .discription {
	padding: 20px 0;
}

.bn2n2-custom1 .act_hover .discription .title_text {
	font-size: 16px;
	margin-bottom: 30px;
}

.bn2n2-custom1 .act_hover .discription .view_more {
	padding: 12px 25px;
	border: 1px solid #333;
	display: inline-block;
	min-width: 140px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

.bn2n2-custom1 .act_hover a:hover .discription .view_more {
	background: #333;
	color: #fff;
}

.bn2n2-custom1 .act_hover a:hover img {
	opacity: 0.7;
}

.bn2end .gh-banner {
	width: 50%;
}

.bn2end .gh-banner a {
	display: block;
}

.bn2end .gh-banner a img {
	max-width: 100%;
}

.bn2end .top_title {
	position: absolute;
	top: 50%;
	left: 35px;
	margin: 0;
	padding: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.bn2end .top_title b {
	font-size: 28px;
	line-height: 1.6em;
}

.bn2end .top_title p {
	font-size: 16px;
	color: #222;
}

.bn2end .top_title p.promo {
	font-weight: 700;
	margin-bottom: 35px;
	font-size: 18px;
}

.mbs45 {
	margin-bottom: 45px;
}

.mbs55 {
	margin-bottom: 55px;
}

.padding {
	padding: 0 110px;
}

.main_txt_title {
	text-align: center;
	margin-bottom: 25px;
}

.main_txt_title h2 {
	font-size: 36px;
	line-height: 1.8em;
	font-weight: 500;
}

.main_txt_title h2 strong {
	font-weight: 700;
}

.main_txt_title p {
	font-size: 18px;
	line-height: 1.6em;
}

.hover_title {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	text-align: center;
	padding: 10px;
	opacity: 0;
	width: 50%;
	box-sizing: border-box;
	font-size: 13px;
	line-height: 1.4em;
	background: rgba(255, 255, 255, 1);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.bntype .positioning > div a:hover .hover_title {
	opacity: 1;
}

.bn_swipe1.template_width3 {
}

.bn_swipe1.bntype .grid3 > div {
	width: 33.3333%;
}

.bn_swipe2 .posit_box {
	margin: 0;
}

.bn_swipe2 .posit_box:after {
	content: "";
	display: block;
	clear: both;
}

.bn_swipe2 .row_box {
	float: right;
	width: 50%;
}

.bn_swipe2 .swiper-container {
	width: 50%;
	float: left;
}

.bn_swipe2 .swiper-container-horizontal > .swiper-pagination-bullets {
	bottom: 35px;
}

.bn_swipe2 .posit_box .row_box .gh-banner {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.bn_swipe2 .posit_box .row_box .gh-banner a {
	display: block;
	margin: 10px 10px;
}

.bn_swipe2 .posit_box .row_box .gh-banner a img {
	max-width: 100%;
}

.top_title {
	display: block;
	font-size: 13px;
	line-height: 1.4em;
	text-align: left;
	color: #999;
	padding: 10px 0;
}

.top_title b {
	display: block;
	font-weight: 700;
	font-size: 19px;
	line-height: 1.7em;
	color: #000;
}

.bntype .swiper-slide {
	overflow: hidden;
}

.bntype .slide-inner {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center;
}

.bntype .swiper-button-prev {
	left: 3%;
}

.bntype .swiper-button-next {
	right: 3%;
}

.bntype .swiper-button-prev:after,
.bntype .swiper-button-next:after {
	content: "\e904";
	font-family: "ghfont" !important;
	color: #fff;
	font-size: 36px;
}

.bntype .swiper-button-prev:after {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph;
	filter: fliph;
}

.swiper-container.swiper-container-horizontal > .swiper-pagination-progressbar {
	top: auto;
	bottom: 0;
	height: 2px;
}

.swiper-container.swiper-container-horizontal > .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
	background: #000;
}

.mainAdd1 {
	background: #f7f7f7;
}

.mainAdd1 .swiper-container {
}

.mainAdd1 .swiper-container div[role^="button"]:after {
	color: #000;
}

.mainAdd1 .swiper-container .gh-banner {
	font-size: 20px;
	padding: 52px 10%;
	box-sizing: border-box;
}

.mainAdd1 .swiper-container .gh-banner a {
	display: block;
	position: relative;
	max-width: 800px;
	margin: 0 auto;
}

.mainAdd1 .swiper-container .gh-banner a img {
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.mainAdd1 .swiper-container .gh-banner a b {
	display: block;
	font-size: 32px;
	font-weight: 400;
}

.mainAdd2 {
	text-align: center;
}

.mainAdd2 .template_width2 {
	padding: 0 8px;
}

.mainAdd2 .swiper-container .swiper-wrapper {
}

.mainAdd2 .swiper-container.reached-end .swiper-wrapper {
}

.mainAdd2 .swiper-slide {
	width: 12.5%;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 14px;
}

.mainAdd2 .swiper-slide a {
	text-align: center;
	display: block;
	font-size: 0;
	margin: 0 15px;
	overflow: hidden;
}

.mainAdd2 .swiper-slide a img {
	border-radius: 8px;
}

.mainAdd2 .swiper-slide a div {
	display: block;
	font-size: 16px;
	margin-top: 10px;
	font-weight: 500;
}

.iframe-banner {
}

.iframe-res {
	position: relative;
	width: 100%;
	height: 0;
	background: #000;
	padding-bottom: 41.5%;
	z-index: 55;
}

.iframe-res iframe {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 120%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.bn_louisvuitton {
}

.bn_louisvuitton .top_title {
	text-align: center;
	margin: 0 auto;
	padding: 0;
	width: 100%;
}

.bn_louisvuitton .top_title b {
	margin-bottom: 0.5rem;
}

.bn_louisvuitton .top_title em {
	font-style: normal;
	font-size: 1.0125rem;
	margin-bottom: 1rem;
	display: block;
	color: #050505;
}

.bn_louisvuitton .positioning .top_title a {
	background: #000;
	color: #fff;
	text-align: center;
	padding: 1rem 1.5rem;
	font-size: 0.9rem;
	width: 100%;
	max-width: 15rem;
	display: inline-block;
	box-sizing: border-box;
	margin: 0 auto;
}

.bn_louisvuitton .positioning > div:first-child .top_title,
.bn_louisvuitton .positioning .row_column > div:last-child .top_title {
	padding-top: 3.33333vw;
}

.bn_louisvuitton img {
	max-width: 100%;
}

.bn_louisvuitton .positioning {
	flex-direction: row;
	display: flex;
	float: none;
}

.bn_louisvuitton.bntype .positioning > div {
	float: none;
}

.bn_louisvuitton .positioning > div:first-child {
	border-right: 1px solid #ededed;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
	width: 50%;
	box-sizing: border-box;
	padding: 3.33333vw;
}

.row_column {
	width: 50%;
	display: flex;
	flex-direction: column;
	justify-content: stretch;
	box-sizing: border-box;
	border-top: 1px solid #ededed;
}

.row_column > div {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	height: auto;
	flex: 1 0 auto;
	box-sizing: border-box;
	border-bottom: 1px solid #ededed;
	padding: 3.33333vw;
	text-align: center;
}

.row_column > div:first-child {
}

.row_column > div:last-child {
	flex: 0 1 auto;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.bn_swipe1.bntype .grid2 > div {
		width: 100%;
	}

	.bn_swipe1.bntype .grid4 > div {
		width: 50%;
	}

	.bn_swipe1.bntype .swiper-wrapper {
		padding-bottom: 14px;
	}

	.bntype.bn_3n .grid3 > div {
		width: 40%;
	}

	.bntype.bn_3n .swiper-wrapper {
		padding-bottom: 14px;
	}

	.bntype .positioning > div a {
		margin: 5px;
	}

	.swiper-container.swiper-container-horizontal > .swiper-pagination-progressbar {
		left: 5px;
		right: 5px;
		width: auto;
	}

	.type4n2.bntype .positioning.grid3 {
		padding: 0 1%;
	}

	.type4n2.bntype .positioning.grid3 > div {
		width: 50% !important;
	}

	.type4n2.bntype .positioning.grid3 > div:nth-child(3) {
		float: right;
	}

	.bn_louisvuitton .positioning {
		display: flex;
		flex-direction: column;
	}

	.bn_louisvuitton.bntype .positioning > div {
		width: auto;
	}

	.bn_louisvuitton.bntype .positioning > div:first-child {
		border-right: 0;
		border-bottom: 0;
	}

	.row_column > div {
		padding: 6.4vw;
	}

	.bn2end.bntype .grid2 > div {
		width: 100%;
	}

	.bn2end.bntype .top_title {
		left: 30px;
	}

	.bn2end.bntype .top_title b {
		font-size: 22px;
	}

	.bn2end.bntype .top_title p {
		font-size: 14px;
	}

	.bn2end.bntype .top_title p.promo {
		margin-bottom: 15px;
		font-size: 14x;
	}

	.bn_swipe1.bntype {
		padding: 0 4px;
	}

	.bn_swipe1.bntype .positioning > div a {
		margin: 5px;
	}

	.bn_swipe2 .posit_box {
		margin: 0 15px;
	}

	.bn_swipe2 .row_box {
		width: 100%;
		float: none;
	}

	.bn_swipe2 .swiper-container {
		width: 100%;
		float: none;
		display: block;
	}

	.bn_swipe2.bntype .positioning > div a {
		margin: 5px;
	}

	.bn_swipe2 .swiper-container-horizontal > .swiper-pagination-bullets {
		bottom: 15px;
	}

	.bn_swipe2 .posit_box .row_box .gh-banner a {
		margin: 5px;
	}

	.bn_swipe2 .posit_box .row_box .gh-banner:last-child a {
		margin-top: 5px;
	}

	.mainAdd1 .swiper-container .gh-banner {
		font-size: 12px;
		padding: 18px 45px;
	}

	.mainAdd1 .swiper-container .gh-banner a {
		padding-right: 70px;
		min-height: 63px;
	}

	.mainAdd1 .swiper-container .gh-banner a img {
		max-height: 70px;
	}

	.mainAdd1 .swiper-container .gh-banner a b {
		display: block;
		font-size: 18px;
	}

	.mainAdd1.bntype .swiper-button-prev {
		left: 1%;
	}

	.mainAdd1.bntype .swiper-button-next {
		right: 1%;
	}

	.mainAdd1 .swiper-container div[role^="button"]:after {
		font-size: 26px;
	}

	.mainAdd2 .mprd_title {
		margin-left: 0;
		margin-right: 0;
	}

	.mainAdd2 .template_width2 {
		padding: 0 0 0 10px;
		overflow: hidden;
	}

	.mainAdd2 [class*="grid"] {
		padding: 0;
	}

	.mainAdd2 .swiper-container {
		overflow: visible;
	}

	.mainAdd2 .swiper-slide {
		width: 30%;
	}

	.mainAdd2 .swiper-slide a {
		margin: 5px 10px 5px 0;
	}

	.mainAdd2 .swiper-slide a div {
		font-size: 12px;
	}

	.mainAdd2 .swiper-button-prev,
	.mainAdd2 .swiper-button-next {
		visibility: hidden;
	}
}

@media screen and (min-width: 768px) and (max-width: 1130.99px) {
	.bn2end .top_title {
		left: 25px;
	}

	.bn2end .top_title b {
		font-size: 21px;
	}

	.bn2end .top_title p {
		font-size: 14px;
	}

	.bn2end .top_title p.promo {
		margin-bottom: 25px;
		font-size: 16x;
	}
}

@media screen and (min-width: 1131px) and (max-width: 1630.99px) {
}

li {
	list-style: none;
}

table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}

caption {
	display: none;
}

h1,
h3 {
	margin: 0;
}

.ec-base-layer {
	position: absolute;
	z-index: 100;
	background: #fff;
	/* left: 0; */
	right: 0;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.07);
}

.ec-base-layer.noshadow {
	box-shadow: 0 0 0 0;
}

.ec-base-layer .header {
	padding: 18px 35px 7px 19px;
}

.ec-base-layer .header > h1,
.ec-base-layer .header > h3 {
	font-size: 14px;
	line-height: 1.5;
	font-weight: bold;
}

.ec-base-layer .content {
	padding: 0 20px 20px;
	font-size: 12px;
}

.ec-base-layer div.ec-base-help {
	margin-top: 0;
}

.ec-base-layer .ec-base-button {
	padding: 9px;
	border-top: 1px solid #ededed;
	text-align: center;
}

.ec-base-layer .close {
	position: absolute;
	right: 8px;
	top: 8px;
	cursor: pointer;
	background: none;
	width: 30px;
	height: 30px;
	font-size: 0;
	text-indent: -9999px;
	text-align: left;
	overflow: hidden;
	font-family: "ghfont" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	display: inline-block;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.ec-base-layer .close:before {
	content: "\e905";
	position: absolute;
	top: 0;
	right: 0;
	width: 30px;
	line-height: 30px;
	font-size: 12px;
	text-align: center;
	text-indent: 0;
	color: #111;
}

.ec-base-layer .close.white:before {
	color: #fff;
}

#popup .ec-base-layer {
	position: relative;
	border: 0;
}

#popup .ec-base-layer .header {
	padding: 12px 35px 12px 19px;
}

#popup .ec-base-layer .close {
	top: 5px;
}

.ec-base-layer .content > .ec-base-table table:first-child {
	margin-top: 0;
}

.ec-base-layer .ec-base-table table {
	line-height: 1.4;
}

.ec-base-layer .ec-base-table thead th {
	padding: 9px 0 8px;
}

.ec-base-layer .ec-base-table tbody th {
	padding: 9px 0 8px 10px;
}

.ec-base-layer .ec-base-table td {
	padding: 9px 10px 8px;
}

.ec-base-layer .ec-base-table.typeWrite td {
	padding: 5px 10px 4px;
}

.ec-base-layer .ec-base-table.typeList tfoot td {
	padding: 10px 10px 12px;
}

.ec-base-layer .ec-base-table.typeBorder tfoot td {
	padding: 10px 10px 12px;
}

@media screen and (max-width: 767px) {
	#popup .ec-base-layer .header {
		padding: 12px 35px 12px 3%;
	}

	.ec-base-layer .content {
		padding: 0 14px 20px;
		font-size: 11px;
	}
}

.xans-product-stocklayer .layer {
	width: 410px;
}

.xans-product-stocklayer .layer .content table {
	border: 1px solid #d7d5d5;
}

.xans-product-stocklayer .layer .content thead th {
	text-align: center;
}

.xans-product-stocklayer .layer .content p {
	line-height: 1.4;
}

.xans-layout-multishopshipping {
	display: none;
}

.xans-layout-multishopshipping .worldshipLayer {
	top: 303px;
	left: 50%;
	width: 448px;
	margin: 0 0 0 -225px;
}

.xans-layout-multishopshipping .worldshipLayer .content {
	padding: 153px 20px 30px;
	line-height: 1.8;
	background: url("/resources/images/bg/bg_worldship.gif") center 21px no-repeat;
}

.xans-layout-multishopshipping .worldshipLayer .content .desc {
	display: block;
	margin: 4px 0 14px;
}

.xans-layout-multishopshipping .worldshipLayer .select {
	margin: 10px 0 0;
}

.xans-layout-multishopshipping .worldshipLayer .select select {
	width: 100%;
}

.inner_bts .xans-layout-logotop {
	display: inline-block;
	vertical-align: middle;
}

.inner_bts .xans-layout-logotop a {
	display: inline-block;
	position: relative;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: top;
}

.inner_bts .xans-layout-logotop img {
	max-width: 800px;
	max-height: 59px;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
	-o-transition: all 0.15s ease;
	transition: all 0.15s ease;
}

.top_right {
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media screen and (min-width: 1px) and (max-width: 767px) {
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
}

#category {
	position: relative;
	box-sizing: border-box;
	text-align: center;
	z-index: 99;
	margin: 0 auto;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

#category:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
}

#category .position {
}

.categoryList {
	white-space: nowrap;
	box-sizing: border-box;
	font-size: 0;
	text-align: left;
}

.categoryList > li {
	position: relative;
	display: inline-block;
	padding: 14px 0;
}

.categoryList > li > a {
	line-height: 32px;
	font-size: 15.74px;
	margin: 0 14px;
	display: block;
	color: #000;
	position: relative;
	font-weight: 400;
}

.categoryList > li.active > a {
	color: #222222;
}

.categoryList > li.active > a:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #000;
}

.categoryList > li > a b {
	font-weight: 700;
}

.categoryList .sub-category {
	position: absolute;
	top: 120%;
	right: 50%;
	font-size: 13px;
	display: none;
	padding-top: 7px;
	margin-top: -1px;
	box-sizing: border-box;
	text-align: center;
	z-index: 100;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}

.categoryList .sub-category:before {
	content: " ";
	position: absolute;
	top: 2px;
	left: 50%;
	border-style: solid;
	border-width: 0 10.4px 10.4px 0;
	border-color: transparent;
	border-right-color: #fff;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	-moz-transform: translateX(-50%) rotate(-45deg);
	-o-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transition: top 0.25s ease;
	-moz-transition: top 0.25s ease;
	-o-transition: top 0.25s ease;
	transition: top 0.25s ease;
}

.categoryList .sub-category > ul {
	padding: 35px 0;
	min-width: 180px;
	box-sizing: border-box;
	font-size: 12.3px;
	border-width: 1px;
	border-style: solid;
	border-color: #fff;
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.07);
}

.categoryList .sub-category > ul a {
	line-height: 26px;
	color: #555;
	font-weight: 400;
}

.categoryList .sub-category > ul a:hover {
	color: #000;
}

.categoryList .sub-category > ul > li {
	position: relative;
}

.categoryList .sub-category > ul > li.all {
	display: none;
}

.categoryList .sub-category > ul > li:hover {
	background: #f7f7f7;
}

.categoryList .sub-category > ul > li > a {
	padding: 0 18px;
	display: block;
}

.categoryList .sub-category > ul > li > ul {
	position: absolute;
	top: -8px;
	left: 100%;
	background: #fff;
	border: 1px solid #ededed;
	min-width: 150px;
	text-align: left;
	padding: 7px 0;
	display: none;
	box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.07);
	-webkit-animation: ani-cate1 0.5s forwards;
	animation: ani-cate1 0.5s forwards;
}

.categoryList .sub-category > ul > li:hover > ul {
	display: block;
}

.categoryList .sub-category > ul > li > ul > li {
	padding: 0 7px;
	position: relative;
}

.categoryList .sub-category > ul > li > ul > li > div {
	position: absolute;
	top: -8px;
	left: 100%;
	background: #fff;
	border: 1px solid #ededed;
	min-width: 150px;
	text-align: left;
	padding: 7px 0;
	display: none;
	box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.07);
	-webkit-animation: ani-cate1 0.5s forwards;
	animation: ani-cate1 0.5s forwards;
}

.categoryList .sub-category > ul > li > ul > li:hover > div {
	display: block;
}

.sub_type .sub-category > ul {
	white-space: nowrap;
}

.sub_type .sub-category > ul > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	text-align: left;
	margin: 0;
}

.categoryList .sub-category > ul > li > ul > li a {
	padding: 0 10px;
	color: #1a1a1a;
}

.categoryList .sub-category > ul > li > ul > li:hover > a,
.categoryList .sub-category > ul > li > ul > li > div li:hover > a {
	background: #f5f5f5;
	border-radius: 2px;
	display: block;
}

.categoryList .sub-category > ul > li > ul > li > div > ul > li {
	padding: 0 7px;
}

.categoryList .sub-category > ul li.active_arrow:before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 3px;
	height: 3px;
	border-radius: 5px;
	background: #333;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
}

.categoryList .sub-category > ul li.active_arrow:hover:before {
	right: 5px;
}

.navScroll_on #category {
	height: 50px;
	overflow: hidden;
}

.navScroll_on #category .position {
	padding-bottom: 17px;
	position: relative;
	overflow-y: hidden;
	overflow-x: auto;
	margin: 0;
}

.navScroll_on .categoryList {
}

.fixed.navScroll_on .categoryList > li > a {
	margin: 0 8px;
}

.fixed.navScroll_on #category {
}

.fixed.navScroll_on #category .position,
.search_active #category .position {
}

.fixed .categoryList > li {
}

.moreBtn_nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	overflow: hidden;
	box-sizing: border-box;
	text-indent: -9999px;
	display: none;
}

.moreBtn_nav:before {
	content: "";
	display: block;
	width: 34px;
	height: 34px;
	background: #fff;
	box-shadow: 0px 0px 10px 10px #fff;
	position: absolute;
	top: 8px;
	right: 0;
}

@-webkit-keyframes ani-cate1 {
	0% {
		left: 90%;
		opacity: 0;
	}

	100% {
		left: 100%;
		opacity: 1;
	}
}

@keyframes ani-cate1 {
	0% {
		left: 90%;
		opacity: 0;
	}

	100% {
		left: 100%;
		opacity: 1;
	}
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	#category {
		overflow: hidden;
		height: 44px;
		background: rgba(255, 255, 255, 1);
		display: none;
	}

	.fixed #category {
		display: block;
	}

	.navScroll_on #category {
		height: 44px;
	}

	#category .position {
		overflow-x: auto;
		overflow-y: hidden;
		margin: 0;
	}

	.categoryList > li {
		padding: 6px 0;
	}

	.categoryList > li > a {
		font-size: 15px;
	}

	.active2 #category,
	.active2 .topArea h1 {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	.navScroll_on #category {
		height: 60px;
		overflow: hidden;
	}

	.navScroll_on #category .position {
		padding-bottom: 17px;
		position: relative;
		overflow-y: hidden;
		overflow-x: auto;
	}

	.categoryList > li > a {
		margin: 0 8px;
	}

	.top_board {
		display: none !important;
	}
}

@media screen and (min-width: 1101px) and (max-width: 1300px) {
	.categoryList > li > a {
		margin: 0 6px;
	}

	.top_board {
		display: none !important;
	}
}

@media screen and (min-width: 1301px) and (max-width: 1400px) {
	.categoryList > li > a {
		margin: 0 10px;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1550px) {
	.categoryList > li > a {
		margin: 0 13px;
	}
}

.util_right .statelog {
	display: inline-block;
	vertical-align: middle;
}

.util_left .statelog {
}

.statelog > a.contactNav {
	display: none;
}

.statelog {
}

.statelog:after {
	clear: both;
	display: block;
	content: "";
}

.statelog > a,
.statelog > span,
.statelog > div {
	margin-left: 6px;
	position: relative;
	float: left;
	line-height: 28px;
	display: inline-block;
	text-align: center;
}

.util_left .statelog > a,
.util_left .statelog > span,
.util_left .statelog > div {
	margin: 0 10px 0 0;
}

.statelog > div > a {
	display: inline-block;
}

.statelog .link {
	margin: 0 !important;
}

.statelog .link a {
	float: left;
	margin-right: 10px;
}

.statelog a em {
	font-style: normal;
}

.statelog [class^="ghicon_"],
.statelog [class*=" ghicon_"] {
	vertical-align: top;
	float: left;
	margin: 0 4px;
	font-size: 21px;
	line-height: 40px;
}

.statelog .ghicon_member {
	font-size: 20px;
}

.statelog .ghicon_bag1 {
	font-size: 21.6px;
}

.statelog [class^="ghicon_"] + span,
.statelog [class*=" ghicon_"] + span {
	display: inline-flex;
	width: 0;
	text-indent: -9999px;
	overflow: hidden;
}

.util_left .statelog [class^="ghicon_"],
.util_left .statelog [class*=" ghicon_"] {
	font-size: 15px;
}

.csNav > a i:before {
	content: "\e912";
	color: #222;
	vertical-align: top;
}

.statelog .top_wish {
	position: relative;
}

.statelog .top_wish em {
	width: 0;
	text-indent: -9999px;
	overflow: hidden;
	float: left;
}

.gh_utilNav > a > span.count {
	color: #ffffff;
	background: #232323;
	position: absolute;
	top: 5px;
	right: 0px;
	line-height: 15px;
	min-width: 15px;
	font-size: 10px;
	font-weight: 700;
	text-align: center;
	padding: 0 3px;
	border-radius: 8px;
	box-sizing: border-box;
}

.gh_utilNav {
	position: relative;
	font-size: 13px;
	font-weight: 400;
	display: inline-block;
}

.gh_utilNav > a {
	font-size: 13px;
	font-weight: 400;
}

.gh_utilNav > div {
	position: absolute;
	top: 62px;
	right: -10px;
	display: none;
	overflow: hidden;
	text-align: left;
	font-size: 12px;
}

.gh_utilNav > div > ul,
.gh_utilNav > div > div {
	background: #fff;
	box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.07);
	border: 1px solid #f3f3f3;
	margin: 9px 0 0;
	padding: 15px 15px 15px;
	min-width: 150px;
	box-sizing: border-box;
}

body:not(.mobile_device) .gh_utilNav:hover > div {
	display: block;
	box-sizing: border-box;
	top: 100%;
	-webkit-animation: ani-gh_utilNav 0.2s forwards;
	animation: ani-gh_utilNav 0.2s forwards;
}

.mobile_device .gh_utilNav.thochon:hover > div {
	display: block;
	box-sizing: border-box;
	top: 100%;
	-webkit-animation: ani-gh_utilNav 0.2s forwards;
	animation: ani-gh_utilNav 0.2s forwards;
}

.gh_utilNav.arrow_in > a {
	padding-right: 18px;
}

.gh_utilNav.arrow_in > a:before {
	content: " ";
	z-index: 0;
	position: absolute;
	top: 50%;
	right: 5px;
	margin-top: -4px;
	border-style: solid;
	border-width: 0 5px 5px 0;
	border-color: transparent;
	border-right-color: #aaaaaa;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.gh_utilNav.arrow_in:hover > a:before {
	border-right-color: #333;
	-webkit-transform: rotate(-225deg);
	-moz-transform: rotate(-225deg);
	-o-transform: rotate(-225deg);
	transform: rotate(-225deg);
}

.gh_utilNav > div:before {
	content: " ";
	position: absolute;
	top: 6px;
	right: 16px;
	border-style: solid;
	border-width: 0 10.4px 10.4px 0;
	border-color: transparent #fff transparent transparent;
	box-shadow: 1px -1px 0 0 #f1f1f1;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.gh_utilNav > div ul a {
	color: #242424;
}

.gh_utilNav > div ul a:hover {
	color: #747474;
}

.gh_utilNav.leftNav > div {
	right: auto;
	left: -10px;
}

.gh_utilNav.leftNav > div:before {
	right: auto;
	left: 12px;
}

.gh_utilNav.center > a {
}

.gh_utilNav.center > a:before {
}

.gh_utilNav.center > div {
	right: auto;
	left: 50%;
	margin-left: -75px;
}

.gh_utilNav.center > div:before {
	right: auto;
	left: 50%;
	margin-left: -5px;
}

.top_board.gh_utilNav {
	display: inline-block;
	vertical-align: middle;
}

.top_board.gh_utilNav > a {
	display: inline-block;
	line-height: 40px;
	padding: 0 6px;
}

.top_board.gh_utilNav > div {
	line-height: 28px;
	right: 50%;
	-webkit-transform: translateX(50%);
	-moz-transform: translateX(50%);
	-o-transform: translateX(50%);
	transform: translateX(50%);
}

.top_board.gh_utilNav > div:before {
	right: 50%;
	margin-right: -7px;
}

.top_board.gh_utilNav > div ul {
	min-width: 120px;
}

.top_board.gh_utilNav > div a {
	display: block;
}

.gh_utilNav.top_member {
}

.gh_utilNav.top_member i {
}

.gh_utilNav.top_member > div {
	min-width: 240px;
	right: -42px;
}

.gh_utilNav.top_member > div:before {
	right: 113px;
}

@media all and (-ms-high-contrast: none) {
	*::-ms-backdrop,
	.gh_utilNav.top_member > div:before {
		right: 195px;
	}
}

.gh_utilNav.top_member > div ul {
}

.gh_utilNav.top_member > div ul li a {
	line-height: 20px;
}

.gh_utilNav.top_member > div .desc {
	line-height: 1.4em;
	margin: 0 0 15px;
	padding-left: 43px;
	position: relative;
	font-size: 12px;
	letter-spacing: -0.03em;
}

.gh_utilNav.top_member > div .desc .ghicon_member {
	font-size: 30px;
	color: #111;
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	top: 10px;
	left: 0;
}

.gh_utilNav.top_member > div .member_desc {
	border-top-width: 1px;
	border-top-style: dotted;
	line-height: 2em;
	padding: 10px 0;
}

.gh_utilNav.top_member > div .member_desc li:before {
	content: "";
	width: 2px;
	height: 2px;
	background: #aaa;
	display: inline-block;
	vertical-align: middle;
	margin: -1px 5px 0 0;
}

.gh_utilNav.top_member > div .mbta a {
	display: block;
	margin-top: 7px;
}

#header .gh_use-msgbox {
	position: absolute;
	z-index: 90;
	top: -15px;
	left: 50%;
	background: #e4e4e4;
	padding: 0 7px;
	line-height: 20px;
	font-size: 10px;
	border-radius: 7px;
	color: #333;
	letter-spacing: 0.5px;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	display: none;
	-o-animation: animate-msgbox 0.9s linear infinite;
	-ms-animation: animate-msgbox 0.9s linear infinite;
	-moz-animation: animate-msgbox 0.9s linear infinite;
	-webkit-animation: animate-msgbox 0.9s linear infinite;
	animation: animate-msgbox 0.9s linear infinite;
}

#header .gh_use-msgbox > div {
	white-space: nowrap;
}

#header .gh_use-msgbox:after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-right: -6px;
	margin-bottom: -3px;
	-o-transform: translate(-50%, 0) rotate(45deg);
	-ms-transform: translate(-50%, 0) rotate(45deg);
	-moz-transform: translate(-50%, 0) rotate(45deg);
	-webkit-transform: translate(-50%, 0) rotate(45deg);
	transform: translate(-50%, 0) rotate(45deg);
	border-style: solid;
	border-width: 0 0 6px 6px;
	border-color: transparent transparent #e4e4e4 transparent;
	z-index: -1;
}

#header .gh_utilNav.top_basket {
	margin-left: 10px;
}

#header .gh_utilNav.top_basket > a {
	vertical-align: top;
}

#header .gh_utilNav.top_basket > a i {
}

@-webkit-keyframes ani-gh_utilNav {
	0% {
		top: calc(85% - 10px);
		opacity: 0;
	}

	100% {
		top: calc(100% - 10px);
		opacity: 1;
	}
}

@keyframes ani-gh_utilNav {
	0% {
		top: calc(85% - 10px);
		opacity: 0;
	}

	100% {
		top: calc(100% - 10px);
		opacity: 1;
	}
}

@-o-keyframes animate-msgbox {
	50% {
		top: -10px;
	}
}

@-ms-keyframes animate-msgbox {
	50% {
		top: -10px;
	}
}

@-moz-keyframes animate-msgbox {
	50% {
		top: -10px;
	}
}

@-webkit-keyframes animate-msgbox {
	50% {
		top: -10px;
	}
}

@keyframes animate-msgbox {
	50% {
		top: -10px;
	}
}

@-webkit-keyframes ani-gh_global {
	0% {
		top: -50px;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@keyframes ani-gh_global {
	0% {
		top: -50px;
		opacity: 0;
	}

	100% {
		top: 0;
		opacity: 1;
	}
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.util_left .statelog {
		left: 56px;
		top: 9px;
	}

	.statelog .link {
		display: none;
	}

	.util_right .xans-layout-multishoplist.thumb,
	.util_left .statelog > a {
		display: none !important;
	}

	.active2 .util_right .xans-layout-multishoplist.thumb {
		display: inline-block !important;
	}

	#header .statelog {
		font-size: 0;
		right: 45px;
		top: 7px;
	}

	#header .statelog > div,
	#header .statelog > span {
		line-height: 40px;
		margin: 0 0 0 0;
		width: 34px;
		text-align: center;
	}

	#header .gh_utilNav > a {
		display: inline-block;
	}

	.statelog .xans-layout-statelogoff,
	.statelog .xans-layout-statelogon,
	.statelog .join_state,
	.statelog > .top_wish {
		display: none;
	}

	.statelog {
		display: inline-block;
		vertical-align: middle;
	}

	.util_right .statelog [class^="ghicon_"],
	.util_right .statelog [class*=" ghicon_"] {
		margin: 0;
	}

	.statelog [class^="ghicon_"] + span {
		display: inline-block;
		text-indent: -9999px;
		width: 0;
		height: 0;
		overflow: hidden;
		vertical-align: middle;
		box-sizing: border-box;
		font-size: 0;
		position: absolute;
		top: 0;
	}

	#header .csNav,
	#header .xans-layout-attendbanner,
	#header .gh_use-msgbox {
		display: none !important;
	}

	.top_board.gh_utilNav {
		display: none;
	}
}

@media screen and (min-width: 768px) and (max-width: 1520px) {
}

@media screen and (min-width: 1521px) and (max-width: 1620px) {
	.csNav > a span {
		font-size: 0;
		width: 0;
		text-indent: -9999px;
		overflow: hidden;
		display: inline-block;
		float: left;
	}

	.csNav > a i {
		margin: 0;
	}
}

@media screen and (min-width: 1521px) {
}

.xans-layout-multishoplist.gh_utilNav.leftNav {
	margin-left: 20px;
}

.xans-layout-multishoplist.list > a {
	padding: 6px 0;
	margin: 0 9px 0 0;
	line-height: 16px;
}

.xans-layout-multishoplist.list > a img {
	vertical-align: top;
	height: 16px;
	margin-right: 5px;
}

.xans-layout-multishoplist.list > div > ul {
}

.xans-layout-multishoplist.list > div > ul > li {
	position: relative;
	line-height: 28px;
	text-transform: uppercase;
}

.xans-layout-multishoplist.list > div > ul > li a {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-decoration: none;
	text-overflow: ellipsis;
}

.xans-layout-multishoplist.list > div > ul > li.selected {
	display: none;
}

.xans-layout-multishoplist.list > div > ul > li a img {
	vertical-align: middle;
	height: 16px;
}

.xans-layout-multishoplist.list > div > ul > li a > span {
	display: inline-block;
	vertical-align: middle;
}

.xans-layout-multishoplist.list > div > ul > li a .name {
	font-weight: 700;
	font-size: 12px;
}

.xans-layout-multishoplist.list > div > ul > li a .unit {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 11px;
}

.xans-layout-multishoplist.thumb {
	white-space: nowrap;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 10px;
}

.xans-layout-multishoplist.thumb > div {
	display: inline-block;
	text-transform: uppercase;
}

.xans-layout-multishoplist.thumb > div > a {
	font-size: 13px;
	font-weight: 500;
	position: relative;
	line-height: 40px;
	display: block;
}

.xans-layout-multishoplist.thumb > div > a:after {
	content: "\e904";
	font-family: "ghfont" !important;
	font-size: 12px;
	display: inline-block;
	vertical-align: top;
	margin-left: 7px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.xans-layout-multishoplist.thumb > div:hover > div {
}

.xans-layout-multishoplist.thumb > div > a i {
	display: none;
}

.xans-layout-multishoplist.thumb .gh_utilNav > div > ul {
	overflow: hidden;
}

.xans-layout-multishoplist.thumb .gh_utilNav > div > ul li {
	text-transform: uppercase;
}

.xans-layout-multishoplist.thumb .gh_utilNav > div > ul li:first-child {
	margin: 0;
}

.xans-layout-multishoplist.thumb .gh_utilNav > div > ul li a {
	text-decoration: none;
	display: block;
	padding: 0 7px;
	color: #898989;
	line-height: 24px;
}

.xans-layout-multishoplist.thumb .gh_utilNav > div > ul li a:hover {
	color: #000;
}

.xans-layout-multishoplist.thumb .gh_utilNav > div > ul li.selected a {
	font-weight: bold;
	color: #000;
}

.xans-layout-multishoplist .multiOption {
	width: 230px;
}

.xans-layout-multishoplist .multiOption a {
	display: block;
	line-height: 24px;
	color: #000;
}

.xans-layout-multishoplist .multiOption a:hover {
	text-decoration: none;
	color: #000;
}

.xans-layout-multishoplist .multiOption .ship,
.xans-layout-multishoplist .multiOption .language {
	margin: 0 0 0 0;
	display: block;
}

.xans-layout-multishoplist .multiOption .language img {
	margin: 0 6px 0 1px;
}

.xans-layout-multishoplist.thumb .multiOption {
	width: auto;
}

.xans-layout-multishoplist.thumb .multiOption .ship,
.xans-layout-multishoplist.thumb .multiOption .language {
	display: inline;
}

.xans-layout-multishoplist.thumb .multiOption strong {
	font-weight: normal;
}

.open_search {
	line-height: 32px;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: 32px;
	height: 32px;
	overflow: hidden;
	text-align: center;
}

.open_search > .ghicon_search {
	vertical-align: top;
	font-size: 20px;
}

#header .searchBox .close_button {
	position: absolute;
	top: 23px;
	right: 15px;
	opacity: 0;
	cursor: pointer;
	text-indent: -9999px;
	overflow: hidden;
	display: none;
	border-radius: 30px 30px;
	width: 32px;
	height: 32px;
	line-height: 30px;
	text-align: center;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	-ms-transition: all 0.35s ease;
	transition: all 0.35s ease;
}

#header #open_searchbox.open_search {
	position: relative;
	margin-left: 6px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transition: opacity 0.35s ease;
	-moz-transition: opacity 0.35s ease;
	-o-transition: opacity 0.35s ease;
	-ms-transition: opacity 0.35s ease;
	transition: opacity 0.35s ease;
}

.open_search em {
	text-indent: -9999px;
	overflow: hidden;
	width: 0;
	font-size: 0;
}

#header .searchBox {
	position: fixed;
	top: 80px;
	right: 0;
	padding: 0;
	background: #fff;
	z-index: 161;
	display: none;
	background: #f7f7f7;
	max-width: 740px;
	width: 100%;
	-webkit-transition: top 0.35s ease;
	-moz-transition: top 0.35s ease;
	-o-transition: top 0.35s ease;
	-ms-transition: top 0.35s ease;
	transition: top 0.35s ease;
}

.fixed #header .searchBox {
	top: 60px;
}

#header .searchBox .open_search {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	right: 0;
	color: #222;
	border: 0;
}

#header .searchBox .open_search .ghicon_search {
	vertical-align: top;
}

#header .searchBox .open_search .font {
	overflow: hidden;
	text-indent: -9999px;
	display: inline-block;
	width: 0;
}

#header .searchBox {
	float: right;
}

#header .searchBox fieldset {
	padding: 20px 20px 30px;
}

#header .searchBox fieldset .btnDelete {
	position: absolute;
	top: 9px;
	right: 44px;
	width: 16px;
	height: 16px;
	background: none;
	text-align: left;
	text-indent: -9999px;
	overflow: hidden;
	background: #cbcbcb;
	border-radius: 20px;
	display: none;
}

#header .searchBox fieldset .btnDelete:before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	width: 12px;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#header .searchBox fieldset .btnDelete:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 2px;
	width: 12px;
	height: 1px;
	background: #fff;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#header .searchBox #keyword {
	width: 100%;
	height: 40px;
	padding: 0 0 6px;
	border: 0;
	line-height: 30px;
	font-size: 19px;
	background: none;
	box-sizing: border-box;
	position: relative;
	border-bottom: 1px solid #000;
	background: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.util_right .ghicon_search:before {
	vertical-align: top;
}

.search_active #header .util_right .ghicon_search:before {
	content: "\e905";
	font-size: 13px;
}

.search_active #header .searchBox .close_button {
	opacity: 1;
}

#header .searchBox .popular {
	padding: 0 24px 24px;
}

#header .searchBox .popular ul {
}

#header .searchBox .popular ul:after {
	content: "";
	display: block;
	clear: both;
}

#header .searchBox .popular ul li {
	float: left;
	width: 50%;
	line-height: 36px;
	height: 36px;
	overflow: hidden;
}

#header .searchBox .popular ul li:before {
	margin-right: 7px;
	content: "#";
	color: #222;
	font-size: 18px;
}

#header .searchBox .popular h3 {
	color: #222;
	font-size: 13px;
	margin-bottom: 10px;
}

#header .searchBox .popular a {
	color: #222;
	font-size: 14px;
}

#header .searchBox .popular a:hover {
	color: #222;
}

.search_active #header .searchBox .popular {
	display: block;
	top: 100%;
}

#header .searchBox fieldset .input_arid {
	position: relative;
}

.mobile_device #header .searchBox fieldset .btnDelete {
	display: inline-block;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.search_active #searchBackpanel {
		top: 50px !important;
	}

	body.search_active {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		overflow: hidden;
	}

	.open_search {
		border-color: transparent;
		background: none;
		margin: 0;
	}

	.open_search .ghicon_search {
	}

	.search_active .open_search .ghicon_search {
	}

	#header .searchBox {
		top: 0;
		bottom: 0;
		background: #fff;
		z-index: 255;
	}

	#header .searchBox fieldset {
		padding: 10px 50px 30px 20px;
		background: #fff;
	}

	#header .searchBox .open_search {
		right: 8px;
		margin-top: -16px;
	}

	#header .searchBox .close_button {
		display: block;
		top: 10px;
		right: 8px;
	}

	#header .searchBox .close_button a {
		display: block;
		height: 100%;
		position: relative;
	}

	#header .searchBox .close_button a span {
		display: block;
		width: 20px;
		height: 1px;
		background: #222;
		position: absolute;
		top: 50%;
		left: 6px;
	}

	#header .searchBox .close_button a span:first-child {
		-webkit-transform: rotate(-135deg);
		-moz-transform: rotate(-135deg);
		-o-transform: rotate(-135deg);
		transform: rotate(-135deg);
	}

	#header .searchBox .close_button a span:last-child {
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
	}

	#header .searchBox #keyword {
		border: 1px solid #dedede;
		background: #f5f5f5;
		padding: 3px 20px;
		border-radius: 30px;
		height: 36px;
		line-height: 32px;
		font-size: 14px;
	}

	#header #open_searchbox.open_search {
		margin-left: 3px;
	}

	.fixed_tab .open_search {
		display: none;
	}
}

body > #myshop-wrapper {
	display: block !important;
	position: relative !important;
	top: auto !important;
	left: auto !important;
	right: auto !important;
}

body > #myshop-wrapper #main_category .scroll_area > div > ul > li {
	position: relative !important;
	top: auto !important;
	left: auto !important;
	display: inline-block;
	vertical-align: top;
}

#myshop-wrapper {
	left: -100%;
	width: 100%;
	position: fixed;
	top: 0;
	height: 100%;
	z-index: 250;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: top 0.35s cubic-bezier(0.77, 0, 0.175, 1);
	-moz-transition: top 0.35s cubic-bezier(0.77, 0, 0.175, 1);
	transition: top 0.35s cubic-bezier(0.77, 0, 0.175, 1);
}

.active2 #myshop-wrapper {
	left: 0;
}

#main_sidebar {
	background: #fff;
	border-right: 1px solid #ededed;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	overflow: hidden;
}

#main_sidebar .hidden_donky {
	width: 100%;
	padding-right: 20px;
	height: 100%;
	overflow: auto;
	position: absolute;
	top: 0;
	left: 0;
	box-sizing: border-box;
	padding: 20px 0 0 0;
	-webkit-overflow-scrolling: touch;
}

.hidden_donky > #searchBarForm,
.hidden_donky > div {
	box-sizing: border-box;
}

#main_sidebar h1 {
	position: relative;
	padding-bottom: 22px;
	margin-bottom: 12px;
}

#main_sidebar h1:before {
	content: "";
	width: 30px;
	height: 1px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
}

#main_sidebar .side_membershop {
	padding: 10px 14px;
	text-align: center;
}

#main_sidebar .side_membershop > div {
	font-size: 0;
	margin-bottom: 14px;
}

#main_sidebar .side_membershop > div p {
	font-size: 13px;
	margin-bottom: 10px;
}

#main_sidebar .side_membershop > div a {
	display: inline-block;
	padding: 6px 0;
	margin: 0 4px;
	text-align: center;
	line-height: 20px;
	font-size: 13px;
	vertical-align: middle;
	border-width: 1px;
	border-style: solid;
	width: 110px;
}

#main_sidebar .xans-layout-searchside {
	padding: 12px 44px 12px 10px;
	background: #f7f7f7;
	position: relative;
}

#main_sidebar .xans-layout-searchside h2 {
	font-size: 0;
	text-indent: -9999px;
	overflow: hidden;
	height: 0;
	line-height: 0;
}

#main_sidebar .xans-layout-searchside #keyword {
	border: 0;
	background: none;
	width: 100%;
}

#main_sidebar .xans-layout-searchside #keyword:active,
#main_sidebar .xans-layout-searchside #keyword:hover,
#main_sidebar .xans-layout-searchside #keyword:focus {
	font-size: 16px;
}

#main_sidebar .xans-layout-searchside .btn_input {
	position: absolute;
	top: 12px;
	right: 15px;
}

.btn_sidebar_search {
	position: absolute;
	top: 12px;
	right: 10px;
	display: inline-block;
	width: 34px;
	height: 34px;
	line-height: 34px;
	vertical-align: middle;
	text-indent: -9999px;
	overflow: hidden;
	cursor: pointer;
}

.btn_sidebar_search i {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: 0;
	text-align: center;
	line-height: 34px;
	height: 34px;
}

#main_sidebar .side_myshop {
	text-align: center;
	font-size: 0;
	display: table;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 14px;
}

#main_sidebar .side_myshop a {
	display: inline-block;
	text-align: center;
	width: 25%;
	padding: 35px 0 10px;
	box-sizing: border-box;
	font-size: 12px;
	position: relative;
}

#main_sidebar .side_myshop a:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 40px;
	margin-top: -20px;
	background: #ededed;
}

#main_sidebar .side_myshop a:first-child:before {
	width: 0;
}

#main_sidebar .side_myshop a i {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	font-size: 18px;
	height: 40px;
	line-height: 40px;
}

#main_sidebar .gnb_util {
	padding: 10px 10px;
	background: #fafafa;
	margin-bottom: 20px;
}

#main_sidebar .gnb_util ul {
	font-size: 0;
	display: table;
	width: 100%;
	margin-bottom: 24px;
}

#main_sidebar .gnb_util ul > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	font-size: 13px;
	line-height: 42px;
	width: 33.33333333%;
	text-align: center;
	position: relative;
}

#main_sidebar .gnb_util ul > li a {
}

#main_category {
	padding: 0;
}

#main_category h2 {
	font-size: 13px;
	color: #898989;
	left: 0.1em;
	padding: 25px 5px 6px 10px;
	font-weight: normal;
	border-top: 1px solid #ededed;
}

#main_category .scroll_area > div {
	border-bottom: 1px solid #ededed;
	padding: 13px 0;
}

#main_category .scroll_area > div {
	font-size: 13px;
	line-height: 16px;
}

#main_category .scroll_area > div > ul {
	font-size: 0;
	display: block;
	width: 100%;
}

#main_category .scroll_area > div > ul > li {
	/* width: 100%; */
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
}

#main_category .scroll_area > div > ul > li > a {
	font-size: 15px;
	text-align: left;
	font-weight: normal;
	color: #151515;
	display: block;
	padding: 14px 0 14px 14px;
}

#main_category .scroll_area > div > ul > li > a:hover {
}

#header .inner_bts .leftnav_toggle {
	display: inline-block;
	vertical-align: middle;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

#header .leftnav_toggle > a {
	display: inline-block;
	user-select: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	-ms-user-select: none;
}

#myshop-wrapper .nav_close_buttn {
	width: 32px;
	height: 32px;
	display: block;
	position: absolute;
	top: 18px;
	right: 5px;
	cursor: pointer;
	z-index: 25;
}

.nav_close_buttn > div {
	cursor: pointer;
	overflow: hidden;
}

.nav_close_buttn a {
	position: relative;
	vertical-align: middle;
	outline: none;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	overflow: hidden;
	font-size: 0;
}

.nav_close_buttn span {
	display: block;
	position: absolute;
	height: 2px;
	width: 20px;
	background: #333;
	opacity: 1;
	left: 10px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

#header .nav_close_buttn span:nth-child(1) {
	top: 13px;
}

#header .nav_close_buttn span:nth-child(2) {
	top: 19px;
}

#header .nav_close_buttn span:nth-child(3) {
	top: 25px;
}

#myshop-wrapper .nav_close_buttn span {
	background: #111;
}

#header .inner_bts .leftnav_toggle.nav_close_buttn > div:hover span:nth-child(1) {
	width: 16px;
}

#header .inner_bts .leftnav_toggle.nav_close_buttn > div:hover span:nth-child(2) {
	width: 13px;
}

.active2 #header .inner_bts .leftnav_toggle.nav_close_buttn span:nth-child(1) {
	top: 19px;
	width: 20px !important;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.active2 #header .inner_bts .leftnav_toggle.nav_close_buttn span:nth-child(2) {
	left: -30px;
}

.active2 #header .inner_bts .leftnav_toggle.nav_close_buttn span:nth-child(3) {
	top: 19px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#myshop-wrapper .nav_close_buttn a {
	width: 32px;
	height: 32px;
}

#myshop-wrapper .nav_close_buttn span:nth-child(1) {
	top: 16px;
	left: 5px;
	width: 22px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

#myshop-wrapper .nav_close_buttn span:nth-child(2) {
	top: 16px;
	left: 5px;
	width: 22px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

#myshop-wrapper .bankinfo {
	padding: 10px 20px;
	font-size: 13px;
	line-height: 1.6em;
	margin: 0 0 15px;
}

#myshop-wrapper .bankinfo h3 {
	font-size: 13px;
	font-weight: bold;
	color: #151515;
	margin: 0 0 7px;
}

.top_banner2 {
	margin: 0;
	position: relative;
}

.top_banner2 .swiper-container {
	position: relative;
}

.top_banner2 .swiper-slide a {
	display: block;
	text-align: center;
}

.top_banner2 .swiper-pagination-fraction {
	position: absolute;
	bottom: 6px;
	left: 10px;
	font-size: 10px;
	z-index: 1;
	line-height: 12px;
	width: auto;
}

#myshop-wrapper .co_bankinfo {
	padding: 14px;
	border-top: 5px solid #f5f5f5;
}

#myshop-wrapper .sideNotice .swiper-wrapper,
#myshop-wrapper .sideNotice .swiper-slide {
	height: auto;
	display: block;
	line-height: 22px;
	height: 22px;
}

@media screen and (max-width: 767px) {
	.active2 body {
		position: fixed;
		top: 0;
		left: 0;
		bottom: 0;
		overflow: hidden;
	}

	#header .inner_bts .leftnav_toggle {
		position: absolute;
		top: 10px;
		left: 10px;
	}

	#myshop-wrapper {
		display: block;
		-webkit-transition: left 0.3s cubic-bezier(0.77, 0, 0.175, 1);
		-moz-transition: left 0.3s cubic-bezier(0.77, 0, 0.175, 1);
		transition: left 0.3s cubic-bezier(0.77, 0, 0.175, 1);
	}

	#myshop-wrapper:before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		height: 55px;
		z-index: 1;
	}

	#myshop-wrapper > .template_width {
		position: static;
		margin: 0;
		padding: 0;
	}

	.nav_close_buttn > p {
		display: none;
	}

	#header .allnav_toggle {
		width: 35px;
		padding: 0;
		position: absolute;
		top: 50%;
		left: 0px;
		margin-top: -5px;
	}

	.nav_close_buttn span {
		background: #333;
	}

	#main_category {
		border-top: 5px solid #f5f5f5;
	}

	#main_category .scroll_area > div > ul {
		height: auto !important;
		width: 100% !important;
	}

	#main_category .scroll_area > div > ul > li {
		left: auto;
		top: auto;
		width: 100%;
	}

	#main_category .scroll_area > div > ul > li > a {
		position: relative;
	}

	#main_category .scroll_area > div > ul > li .sub-category {
		display: none;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul {
		background: #f7f7f7;
		display: flex;
		flex-wrap: wrap;
		padding: 10px;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li {
		font-size: 13px;
		width: 50%;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > a {
		line-height: 34px;
		padding: 0 0 0 8px;
		font-weight: 500;
		position: relative;
		display: block;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li.selected > a {
		background: #fff;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li:not(.noChild) > a:after {
		content: "+";
		position: absolute;
		top: 50%;
		right: 18px;
		font-size: 14px;
		line-height: 16px;
		margin-top: -8px;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li.selected:not(.noChild) > a:after {
		content: "-";
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul {
		background: #fff;
		display: none;
		padding: 12px 8px;
		width: 200%;
		flex-wrap: wrap;
		box-sizing: border-box;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li:nth-child(2n) > ul {
		margin-left: -100%;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li.selected > ul {
		display: flex;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul > li {
		width: 50%;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul > li.all {
		width: 100%;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul > li a {
		line-height: 30px;
		display: block;
		padding: 0 0 0 10px;
		font-size: 12px;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul > li > div {
		padding: 0 0 0 8px;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul > li > div a {
		color: #555555;
		font-size: 11px;
		line-height: 28px;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul > li > div a:before {
		content: "- ";
	}

	#main_category .scroll_area > div > ul > li:not(.noChild) > a:after {
		content: "\e904";
		font-family: "ghfont" !important;
		display: block;
		position: absolute;
		top: 12px;
		right: 12px;
		width: 20px;
		height: 20px;
		line-height: 20px;
		text-align: center;
		-webkit-transform: rotate(90deg);
		-moz-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	#main_category .scroll_area > div > ul > li.selected > a:after {
		-webkit-transform: rotate(-90deg);
		-moz-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		transform: rotate(-90deg);
	}

	#main_category .scroll_area > div > ul > li.selected .sub-category {
		display: block;
	}

	#main_category .scroll_area > div.choice {
		display: none;
	}

	#main_sidebar .hidden_donky {
		padding-top: 55px;
		box-sizing: border-box;
	}

	#main_sidebar .gnb_util {
		padding: 0;
		background: none;
		margin: 0;
	}

	#main_sidebar .gnb_util ul {
		position: relative;
	}

	#main_sidebar .gnb_util ul:before {
		content: "";
		position: absolute;
		top: 42px;
		left: 0;
		right: 0;
		height: 1px;
		background: #ededed;
	}

	.top_banner2 {
		padding: 14px;
		border-top: 1px solid #ededed;
		margin-top: -24px;
	}
}

@media screen and (min-width: 768px) {
	#myshop-wrapper {
		position: fixed;
		top: 80px;
		left: 0;
		right: 0;
		background: #fff;
		display: none;
		min-height: 320px;
		width: 100%;
		z-index: 98;
		height: auto;
		max-height: 500px;
		overflow-x: hidden;
		overflow-y: auto;
		border-bottom: 1px solid #ededed;
		border-top: 1px solid #ededed;
		-webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
		box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
	}

	.fixed #myshop-wrapper {
		top: 60px;
	}

	#myshop-wrapper > .template_width {
		padding: 0;
	}

	#main_sidebar .hidden_donky {
		width: 100%;
		position: relative;
		top: auto;
		left: auto;
		box-sizing: border-box;
		padding: 0 400px 0 14px;
		overflow: visible;
	}

	#myshop-wrapper .nav_close_buttn {
		top: auto;
		bottom: 12px;
		right: 12px;
	}

	#main_sidebar {
		position: relative;
		top: auto;
		left: auto;
		overflow: visible;
		border: 0;
		width: 100%;
		height: 100%;
	}

	#myshop-wrapper .nav_close_buttn > div {
		top: 0;
		left: 0;
	}

	#myshop-wrapper .nav_close_buttn span {
		height: 1px;
	}

	#myshop-wrapper .side_myshop,
	#main_category h2,
	#myshop-wrapper .side_membershop,
	#myshop-wrapper .xans-layout-searchside,
	#myshop-wrapper .co_bankinfo {
		display: none;
	}

	.hidden_donky > #searchBarForm,
	.hidden_donky > div {
		max-width: 100%;
	}

	#main_category {
		padding: 10px 0;
	}

	#main_category:after {
		clear: both;
		content: "";
		display: block;
	}

	#main_sidebar .gnb_util {
		border: 0;
		background: none;
		margin: 0 0 24px;
		padding: 28px 10px;
		position: absolute;
		top: 0;
		right: 0;
		width: 400px;
		box-sizing: border-box;
	}

	#main_sidebar .gnb_util ul {
	}

	#main_sidebar .gnb_util ul:after {
		clear: both;
		content: "";
		display: block;
	}

	#main_sidebar .gnb_util ul > li {
		width: 33.333334%;
		line-height: 32px;
		position: relative;
		padding: 0;
		text-align: left;
	}

	#main_sidebar .gnb_util ul > li:before {
		width: 0;
	}

	#main_sidebar .gnb_util ul > li a {
		font-size: 14px;
		color: #000;
	}

	#main_category .scroll_area {
		/* padding-left: 130px; */
	}

	#main_category .scroll_area > div {
		border: 0;
	}

	#main_category .scroll_area > div > ul {
		position: relative;
		margin: 0 auto;
	}

	#main_category .scroll_area > div > ul > li {
		font-size: 14px;
		/* position: absolute; */
		/* width: 140px !important; */
		box-sizing: border-box;
		padding: 5px 5px;
		top: 0;
		left: 0;
		float: left;
		margin-right: 20px;
	}

	.animate-down > li {
		transition: 2s top;
	}

	.animate-right > li {
		transition: 2s left;
	}

	.animate-in > li {
		transition: 2s all;
	}

	#main_category .scroll_area > div > ul > li > ul.xans-product-children {
		display: none;
	}

	#main_category .scroll_area > div > ul > li .sub-category {
		display: block;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li {
		padding: 4px 0;
		display: block;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li.all {
		display: none;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > a {
		font-size: 13px;
		color: #898989;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul {
		font-size: 13px;
		font-weight: 400;
		display: none;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul > li {
		margin: 0 0 5px;
		font-weight: 400;
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul > li a {
	}

	#main_category .scroll_area > div > ul > li .sub-category > ul > li > ul > li > div {
		display: none;
	}

	#main_category .scroll_area > div > ul > li > a {
		padding: 8px 0 8px 0;
		font-weight: 400;
		font-size: 15.74px;
	}

	#main_category .scroll_area > div > ul > li.tunes {
		width: 60%;
	}

	#main_category .scroll_area > div > ul > li.tunes .sub-category > ul > li > ul {
		margin: 10px 0;
	}

	#main_category .scroll_area > div > ul > li.tunes .sub-category > ul:after {
		content: "";
		display: block;
		clear: both;
	}

	#main_category .scroll_area > div > ul > li.tunes .sub-category > ul > li {
		width: 25%;
		float: left;
	}

	#main_category .scroll_area > div > ul > li.tunes .sub-category > ul > li > a {
		color: #000;
		font-weight: 700;
	}

	#main_category .scroll_area > div > ul > li > ul {
		display: block !important;
	}

	#main_category .scroll_area > div > ul.etc_category {
		position: absolute;
		right: 0;
		top: 10px;
		display: inline-block;
		width: 150px;
	}

	#main_category .scroll_area > div > ul.etc_category > li {
		width: 100%;
	}

	#main_category .scroll_area > div > ul.etc_category .sub-category {
		display: block !important;
		margin: 0 0 8px !important;
	}

	#main_category .scroll_area > div.xans-layout-category {
	}

	#main_category .scroll_area > div.choice {
		width: 140px;
		margin-left: -135px;
		float: left;
	}

	#main_category .scroll_area > div > ul#onlycate {
	}

	#main_category .scroll_area > div > ul#onlycate > li {
		font-size: 14px;
		position: relative;
		display: block;
		width: 100% !important;
		box-sizing: border-box;
		padding: 5px 5px 0;
		top: auto !important;
		left: auto !important;
	}

	.active2 #myshop-wrapper {
		display: block;
	}
}

#footer {
	position: relative;
	overflow: hidden;
	border-top: 1px solid #f4f4f4;
	background: #f4f4f4;
	box-sizing: border-box;
	font-size: 12px;
}

#footer > .template_width {
	max-width: none;
	padding: 0 70px;
}

#footer .inner {
	box-sizing: border-box;
	display: inline-block;
	width: 100%;
	position: relative;
	margin: 50px 0;
}

ft_left_area,
ft_left_area a,
ft_left_area a strong {
	font-size: 12px;
	line-height: 18px;
}

#footer a:hover {
}

#footer .foot_logo img {
	height: 20px;
}

#footer .ft_left_area {
	width: 54%;
	padding: 0 3% 0 0;
	box-sizing: border-box;
	z-index: 1;
}

#footer .ft_center_area {
	position: absolute;
	top: 41px;
	right: 0;
	white-space: nowrap;
}

#footer .ft_center_area > div {
	margin-left: 44px;
}

.ft_left_area > h2 a {
	font-size: 15px;
	font-weight: bold;
}

.ft_left_area > ul {
	margin-bottom: 10px;
}

.ft_left_area > ul > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin-right: 15px;
}

#footer .address {
	padding: 20px 0;
	box-sizing: border-box;
	position: relative;
	font-size: 0;
	overflow: hidden;
	width: calc(100% + 24px);
}

#footer .address > h3 {
	font-weight: bold;
	margin: 0 0 14px 0 !important;
	letter-spacing: -1px;
}

#footer .address > span {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 21px;
	padding-left: 12px;
	font-size: 12px;
	line-height: 20px;
	margin-left: -12px;
}

#footer .address > span:before {
	content: "";
	width: 1px;
	height: 12px;
	background: #bbb;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 3px;
}

#footer .address > span > strong {
	font-weight: 300;
}

#footer .address > span a {
}

#footer .address > span.add {
}

@media screen and (max-device-width: 480px) {
	body {
		-webkit-text-size-adjust: none;
	}
}

.foot_quick {
	border-top-width: 1px;
	border-top-style: solid;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	padding: 10px 0;
}

.foot_quick > ul > li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	margin: 0 10px;
}

.foot_quick > ul > li a {
	line-height: 30px;
}

.info_foot_co {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.6em;
	box-sizing: border-box;
	text-align: left;
}

.info_foot_co.ft_line {
	border-bottom: 1px solid #efefef;
	margin-bottom: 10px;
}

.info_foot_co.ft_line > div {
}

.info_foot_co h3 {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 12px;
}

.info_foot_co > ul {
	display: table;
	width: 100%;
}

.info_foot_co > ul > li {
	display: block;
	margin: 0 0 5px;
}

.info_foot_co > ul > li a {
}

.info_foot_co .phone_number {
	font-size: 17px;
	font-weight: 700;
	margin-bottom: 10px;
}

.customer {
}

.customer .phone_num {
	font-size: 17px;
	margin: 0 0 5px;
}

.service_area {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: top;
	font-size: 12px;
	line-height: 1.6em;
}

.service_area h3 {
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 13px;
}

.service_area li {
	margin: 0 0 8px;
	text-align: left;
}

.service_area a {
}

.service_area a:hover {
}

ft_left_area .pageTop {
	position: absolute;
	right: 15px;
	top: -20px;
}

#footer .escrow {
	overflow: hidden;
	margin-bottom: 10px;
	padding-right: 50px;
}

#footer .escrow h3 {
	font-size: 12px;
	margin: 0 0 10px;
	font-weight: 400;
}

#footer .escrow img {
	vertical-align: middle;
}

#footer .escrow > span {
	display: inline-block;
	font-size: 11px;
	line-height: 1.6em;
	letter-spacing: -1px;
	margin: 0 0 5px;
}

#footer .escrow a {
	border-bottom: 1px solid #777;
}

ft_left_area .foot_right > p {
	font-size: 12px;
}

#footer .return_address {
	margin-bottom: 24px;
	display: none;
}

#footer .return_address h3 {
	font-size: 12px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
}

#footer .return_address p {
	display: inline-block;
	vertical-align: top;
}

#footer .return_address p:before {
	content: ": ";
}

.co_bankinfo {
	display: none;
}

.co_bankinfo ul {
	margin-bottom: 7px;
}

.co_bankinfo p {
	margin-bottom: 7px;
}

.copyright {
	line-height: 22px;
	clear: both;
	display: block;
	margin: 0 0 24px;
}

.copyright strong {
	font-weight: 500;
}

.layout_btnBack {
	position: fixed;
	bottom: 15px;
	left: 15px;
	z-index: 105;
	display: none;
}

.layout_btnBack a {
	display: block;
	background: #fff;
	position: relative;
	border: 1px solid #cbcbcb;
	box-sizing: border-box;
	text-align: left;
	width: 40px;
	height: 40px;
	border-radius: 50px 50px;
	overflow: hidden;
	text-align: left;
	text-indent: -9999px;
}

.layout_btnBack a:after {
	content: "\e904";
	color: #222;
	font-family: "ghfont" !important;
	speak: none;
	display: inline-block;
	text-indent: 0;
	position: absolute;
	top: 0;
	left: 9px;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-size: 17px;
	line-height: 38px;
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	-ms-filter: fliph;
	filter: fliph;
}

#footer.dark {
	background: #000;
	color: #787878;
	font-weight: 400;
}

#footer.dark h3,
#footer.dark a {
	color: inherit;
}

#footer.dark .info_foot_co .phone_number,
#footer.dark .info_foot_co h3 {
	color: #fff;
}

#footer.dark div.share a:before,
#footer.dark .address > span:before {
	background-color: #333;
}

@media screen and (max-width: 767px) {
	#footer {
		padding: 0 10px;
	}

	#footer > .template_width {
		padding: 0;
	}

	#footer .address > span {
		font-size: 11px;
	}

	#footer .ft_left_area {
		width: 100%;
		padding: 0;
	}

	#footer .ft_center_area {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 0;
		padding-top: 10px;
		white-space: inherit;
		display: table;
		width: 100%;
	}

	#footer .ft_center_area > div {
		margin-left: 0;
		margin-right: 0;
		width: 42%;
		display: inline-block;
		vertical-align: top;
		margin-bottom: 24px;
	}

	#footer .ft_center_area > div:nth-child(2),
	#footer .ft_center_area > div:nth-child(4) {
		width: 58%;
	}

	.info_foot_co,
	.service_area li {
		text-align: left;
	}

	#footer div.share a {
		margin: 5px 10px 5px 0;
	}

	.layout_btnBack {
		display: inline-block;
	}

	#footer .return_address h3 {
		margin-bottom: 8px;
	}

	#footer .return_address p:before {
		content: "";
	}
}

@media screen and (min-width: 768px) and (max-width: 1100px) {
	#footer > .template_width {
		padding: 0 20px;
	}

	#footer .ft_left_area {
		width: 100%;
		padding: 0;
	}

	#footer .ft_center_area {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 35px;
	}

	#footer .ft_center_area > div {
		margin-left: 0;
		margin-right: 30px;
	}

	.info_foot_co,
	.service_area li {
		text-align: left;
	}
}

@media screen and (min-width: 1099px) and (max-width: 1569px) {
	#footer > .template_width {
		padding: 0 20px;
	}
}

@media screen and (min-width: 1569px) {
}

body > .bntype {
	padding: 30px;
}

body > .bntype:before {
	content: '노출시간 설정 방법(시간 입력을 안할시 기본 노출)\A\A class="gh-banner" 가 있는 요소에 아래 코드 입력\A 시작시간 : $gh_start = 년-월-일T시간:분 - $gh_start = 2021-01-01T08:00\A종료시간 : $gh_end = 년-월-일T시간:분 - $gh_end = 2021-13-31T08:00\A\A 시작시간,종료시간 중 하나만 입력도 가능\A 배너를 사용 안할 땐 bntype 클레스가 있는 영역에 displaynone 클레스 추가\A ex) <div class="bntype main_slide_banner1 swiper_common gh-bannerPc displaynone">';
	font-size: 12px;
	margin-bottom: 20px;
	display: block;
	white-space: pre;
}

body > .bntype div[class*="grid"] > div {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
}

body > .bntype img {
	max-height: 120px;
	margin-bottom: 10px;
}

body > .bntype .top_title b {
	display: block;
}

div.share {
	display: inline-table;
	font-size: 0;
	margin: 0;
}

#footer div.share {
	font-size: 0;
	margin: 0;
	overflow: hidden;
}

#footer div.share a {
	position: relative;
	overflow: hidden;
	display: inline-block;
	margin: 5px 21px 5px -12px;
	padding-left: 12px;
	font-size: 12px;
}

#footer div.share a:before {
	content: "";
	width: 1px;
	height: 12px;
	background: #bbb;
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 3px;
}

#header div.share {
	font-size: 0;
	float: left;
}

@media screen and (max-width: 767px) {
}

.widgets {
	position: fixed;
	bottom: 30px;
	right: 15px;
	background: rgba(255, 255, 255, 0.7);
	border: 1px solid #dedede;
	border-radius: 40px;
	z-index: 95;
	padding: 5px 0;
}

.widgets > div {
	position: relative;
	display: block;
}

.widgets > div a:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 14px;
	right: 14px;
	height: 1px;
	background: #dedede;
}

.widgets .layout_control {
	position: relative;
	text-align: center;
	padding: 5px 0 0;
	margin: 0;
	-webkit-transition-timing-function: cubic-bezier(0.5, -0.02, 0, 0.99);
	transition-timing-function: cubic-bezier(0.5, -0.02, 0, 0.99);
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

.widgets a {
	display: inline-block;
	margin: 7px;
}

.widgets img {
	max-width: 35px;
}

.widgets .layout_control > div {
	cursor: pointer;
}

.widgets .layout_control > div.btn_fluting_top {
	position: absolute;
	top: 5px;
	left: 0;
	right: 0;
	opacity: 0;
}

.widgets .layout_control > div.btn_fluting_bottom {
	position: relative;
	z-index: 1;
}

.fixed .widgets .layout_control {
	padding-top: 40px;
}

.fixed .widgets .layout_control > div.btn_fluting_top {
	opacity: 1;
}

@media screen and (min-width: 1px) and (max-width: 767px) {
	.widgets {
		right: 0;
		bottom: 24px;
	}

	.widgets a {
		margin: 2px;
	}

	.widgets .layout_control > div.btn_fluting_top {
		top: 2px;
	}

	.fixed .widgets .layout_control {
		padding-top: 32px;
	}
}

@media screen and (min-width: 768px) and (max-width: 1280px) {
	.widgets a {
		margin: 2px;
	}
}

.movie_area {
	background: #f7f7f7;
	padding: 55px 0;
	margin-bottom: 30px;
}

.movie_area .padding_box {
	padding: 0 0 0 35%;
	box-sizing: border-box;
}

.movie_area .movie_description {
	position: absolute;
	top: 50%;
	left: 0;
	width: 30%;
	padding: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.movie_area .movie_description h2 {
	font-size: 34px;
	margin: 0 0 15px;
	line-height: 1.3em;
}

.movie_area .movie_description p {
	font-size: 19px;
	line-height: 1.5em;
	color: #777777;
	margin: 0 0 25px;
}

.movie_area .movie_description a {
	display: inline-block;
	padding: 16px 10px;
	min-width: 150px;
	text-align: center;
	border: 1px solid #aaa;
}

.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 900px) {
	.movie_area .padding_box {
		padding: 0;
	}

	.movie_area .movie_description {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		box-sizing: border-box;
		text-align: center;
		margin-bottom: 25px;
		-webkit-transform: none;
		transform: none;
	}

	.movie_area .movie_description h2 {
		font-size: 21px;
	}

	.movie_area .movie_description p {
		font-size: 15px;
	}
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
	.movie_area .movie_description h2 {
		font-size: 24px;
	}

	.movie_area .movie_description p {
		font-size: 17px;
	}
}

.grapholic_layer_popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999;
	display: none;
	overflow: hidden;
	overflow-y: auto;
}

.layer_shadow {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, 0.7);
}

.grapholic_layer_popup .glp_inner {
	background: none;
	z-index: 1;
	position: absolute;
	top: 50%;
	left: 50%;
	width: calc(100% - 40px);
	padding: 30px 0;
	box-sizing: border-box;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.grapholic_layer_popup .glp_inner .swiper-slide a {
	display: block;
	text-align: center;
}

.grapholic_layer_popup .glp_inner .swiper-slide a img {
	max-width: 100%;
}

.popup_bottom {
	text-align: center;
	padding: 20px 0 10px 0;
}

.popup_bottom label {
	cursor: pointer;
	font-size: 13px;
	text-align: center;
	color: #fff;
}

.popup_bottom label i {
	font-size: 10px;
	margin-left: 10px;
	margin-top: -1px;
}

.popup_bottom label input {
	display: none;
}

.grapholic_layer_popup .pull-right {
	position: absolute;
	top: 5px;
	right: -25px;
	z-index: 1;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	background-color: #000;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
}

.grapholic_layer_popup .pull-right:after {
	content: "\e905";
	color: #fff;
	text-indent: 0;
	font-size: 15px;
	line-height: 30px;
	text-align: center;
	font-family: ghfont;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.grapholic_layer_popup .swiper-button-prev,
.grapholic_layer_popup .swiper-button-next {
	opacity: 0;
}

.grapholic_layer_popup .swiper-container-horizontal .swiper-button-prev,
.grapholic_layer_popup .swiper-container-horizontal .swiper-button-next {
	opacity: 1;
}

body.main_popup {
	overflow: hidden;
}

.main_popup .grapholic_layer_popup {
	display: block;
}

@media screen and (max-width: 767px) {
	.grapholic_layer_popup .pull-right {
		width: 38px;
		height: 38px;
		top: 12px;
		right: -18px;
	}
}
