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

/*--- top ---*/
#wrap {
	position: relative;
	margin: 0;
	padding: 0;
	text-align: center;
	min-width:1440px;
}
.screen-inner {
	width:1440px;
	margin:0 auto;
}

.wrap-inner {
	width: 100%;
	margin: 0;
	text-align: center;
}

.wrap-inner-mb {
	position: relative;
	clear:both;
	width: 100%;
	height: 900px;
	margin: 0;
	text-align: center;
}
@media (max-device-width:1199px) {
#wrap {
	min-width:auto;
}

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

h2 {
	margin-bottom:45px;
	line-height:1.2;
	font-size:45px;
	font-weight:bold;
	color:#242424;
}
h3 {
	margin-bottom:25px;
	line-height:1.2;
	font-size:36px;
	font-weight:bold;
	color:#242424;
}
h4 {
	margin-bottom:15px;
	line-height:1.2;
	font-size:24px;
	font-weight:bold;
	color:#242424;
}
h5 {
	margin-bottom:15px;
	line-height:1.3;
	font-size:20px;
	font-weight:bold;
	color:#242424;
}
@media (max-device-width:1023px) {
h2 {
	margin-bottom:30px;
	font-size:38px;
}
h3 {
	font-size:30px;
}
h4 {
	font-size:24px;
}
h5 {
	font-size:18px;
}
}
@media (max-device-width:767px) {
h2 {
	margin-bottom:25px;
}
}
@media (max-device-width:539px) {
h2 {
	font-size:28px;
}
h3 {
	font-size:20px;
}
h4 {
	font-size:16px;
}
h5 {
	font-size:14px;
}
}

#top-banner {
	position: relative;
	z-index: 9;
	background-color:#f5f5f5;
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 0;
	clear: both;
}
#top-banner .top-banner-inner {
	width: 1240px;
	margin: 0 auto;
	padding: 0;
}

#Header {
	clear:both;
	position:relative;
	min-height:280px;
	padding-bottom:30px;
	background-color:#fff;
}
.Header-left {
	width:calc(100% - 610px);
}
.Header-right {
	position:absolute;
	z-index:10;
	right:-100px;
	width:510px;
	padding-top:50px;
	padding-right:170px;
}
@media (max-width:1199px) {
#Header {
	min-height:auto;
	padding-bottom:0;
}
.Header-right {
	display:none;
}
}

.top-inner {
	position: relative;
	margin: 0 auto;
	padding: 0px;
}
.top-cs {
	position: relative;
	margin-top:40px;
	padding:20px 0 25px 48px;
	text-align:left;
	letter-spacing:-1px;
	font-family:'Nanum Square';
	font-size:20px;
	font-weight:800;
	color:#000;
	border-top:1px solid #ccc;
}
.top-cs::before {
	content:'';
	display:block;
	position:absolute;
	top:20px;
	left:0;
	width:34px;
	height:34px;
	background:url(/img/icons/i_tel_white.png) no-repeat 50% 50% #000;
	background-size:24px;
	border-radius:5rem;
}
.top-cs .cs-time {
	display:inline-block;
	vertical-align:middle;
	font-family:'Apple Sandoll Gothic Neo', 'Noto Sans KR';
	font-size:12px;
	font-weight:400;
	font-style:italic;
	color:#666;
}

.top_drugBtn {
	display:inline-block;
	box-sizing:border-box;
	cursor: pointer;
	padding:12px 18px;
	letter-spacing:-1px;
	font-family:'Apple Sandoll Gothic Neo', 'Noto Sans KR';
	font-size:16px;
	font-weight:700;
	color:#fff;
	text-decoration:none;
	background-color:#242424;
	border-radius:1rem;
}
.top_drugBtn + .top_drugBtn {
	margin-left:5px;
}
.top_drugBtn:hover {
	color:#fff;
	text-decoration:none;
}
.top_drugBtn.topBtn_down {
	padding-top:9px;
	padding-bottom:9px;
	font-size:13px;
	background-color:#7152d5;
}
.top_drugBtn.topBtn_down::before {
	content:'';
	display:inline-block;
	width:24px;
	height:24px;
	vertical-align:middle;
	margin-right:8px;
	background:url(/img/icons/i_down.png) no-repeat 50% 50%;
	background-size:contain;
	filter:brightness(0) invert(1);
}

	
#util-menu {
	clear: both;
	position: relative;
	display:inline-block;
	width:100%;
	margin:0;
	text-align: center;
	background-color:#ebebeb;
	border-bottom:1px solid #bcbcbc;
}
.util-menu-inner {
	position: relative;
	display:inline-block;
}
.util-menu-inner .util-sns {
	float: left;
	margin-top: 7px;
	margin-right: 4px;
}

.top-util-menu {
	float:right;
	margin-right:15px;
}
.top-util-menu ul li {
	position: relative;
	box-sizing:border-box;
	float: left;
	padding: 0px 7px;
	margin:17px 0;
	font-size: 13px;
	line-height: 1;
}
.top-util-menu ul li a {
	padding:5px;
	color: #333;
}
.top-util-menu ul li a:hover {
	color:#6459ff;
	text-decoration:underline;
}
.top-util-menu ul li::before {
	content:'';
	display:block;
	position: absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:1px;
	height:15px;
	background-color:#333;
}
.top-util-menu ul li:first-child::before {
	display:none;
}
.top-util-btn {
	display:inline-block;
	box-sizing:border-box;
	float:right;
	padding:12px 20px;
	vertical-align:middle;
	font-size:14px;
	color:#333;
	text-decoration:none;
	border:1px solid #bcbcbc;
	border-width:0px 1px;
	background-color:transparent;
}
.top-util-btn + .top-util-btn {
	margin-right:-1px;
}
.top-util-btn i {
	display:inline-block;
	vertical-align:middle;
	width:24px;
	height:24px;
	margin-right:8px;
	background-position:50% 50%;
	background-repeat:no-repeat;
	background-size:contain;
	background-color:transparent;
}
.top-util-btn i.i_cart {
	background-image:url(/img/icons/i_cart.png);
}
.top-util-btn i.i_cs {
	background-image:url(/img/icons/i_headset.png);
}
.top-util-btn:hover {
	color:#000;
	text-decoration:none;
	background-color:#bcbcbc;
}
.btn_bookmark {
	display:inline-block;
	box-sizing:border-box;
	float:left;
	padding:14px 5px 14px 30px;
	vertical-align:middle;
	font-size:14px;
	color:#333;
	text-decoration:none;
	background-color:transparent;
}
.btn_bookmark::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:24px;
	height:24px;
	background:url(/img/icons/i_bookmark.png) no-repeat 0% 50%;
	background-size:contain;
}
.btn_bookmark2 {
	position:absolute;
	top:45px;
	right:0;
}
@media (max-width:1199px) {
#util-menu {
	display:none;
}
}

#logo-section {
	position: relative;
	clear: both;
	display:inline-block;
	width:100%;
	padding-right:420px;
	text-align: center;
	background-color: transparent;
}
.logo-section-inner {
	position: relative;
}
.header-logo {
	position: absolute;
	left:50%;
	top:20px;
	transform:translateX(-50%);
}
.Head-notice {
	float:left;
	display:inline-block;
	box-sizing:border-box;
	width:420px;
	margin-top:45px;
}
.Head-notice h2 {
	float:left;
	width:86px;
	height:22px;
	margin:0 20px 0 0;
	line-height:22px;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#fff;
	background-color:#000;
	border-radius:1rem;
}
.Head-notice .head-notice-contents {
	float:left;
	width:calc(100% - 106px);
	height:22px;
	overflow:hidden;
	text-align:left;
}
.Head-notice .head-notice-contents ._date {
	margin-right:10px;
}

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

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

#search-wrap {
	float:right;
}
.search-bar {
	float:none;
	box-sizing:border-box;
	width: 160px;
	height:42px;
	background-color: #fff;
	border:2px solid #7152d5;
	border-radius: 1rem;
}
.g_window .gbox {
	float: left;
	width:calc(100% - 57px);
	margin-top:2px;
	margin-bottom:2px;
	margin-left:15px;
}
.g_window .gbox input {
	float: none;
	width: 100%;
	margin: 0px;
	padding: 0;
	border: 0;
	outline: none;
	text-align: left;
	font-size:13px;
	color: #000000;
	background: transparent;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}
.g_window .gbox input::placeholder {
	color:#6666cc;
}
.g_window input[type=image] {
	float: left;
}
.g_window .btn_arw {
	float: left;
	width:28px;
	height:40px;
	margin:0 6px;
}
.g_window .btn_arw input {
	width:100%;
	height:100%;
}
.g_window .btn_arw a {
	display: block;
	padding: 7px 5px;
}
@media (max-device-width:1199px) {
#search-wrap {
	display: none;
}

#search-wrap-mb {
	display: none;
	position: fixed;
	z-index: 999;
	top: 0px;
	left: 0;
	width: 100%;
	height: 56px;
	box-sizing: border-box;
	margin: 0px;
	padding: 8px 10px;
	background-color:#5952b9;
}
.search-inner {
	width:480px;
	margin: 0 auto;
	display: inline-block;
}
.search-bar {
	float:left;
	width:calc(100% - 42px);
}
.g_window .gbox input {
	width: 100%;
}
.schbt-close {
	float:left;
	width: 32px;
	height:37px;
	margin-left:10px;
	background:url(/img/icons/i_closed_white.png) no-repeat 50% 50%;
	background-size:contain;
	cursor:pointer;
}
}
@media (max-device-width:539px) {
.search-inner {
	width:100%;
}
}
/***** Search END *****/

.img100 {
	width:auto;
}
@media (max-device-width:1199px) {
.img100 {
	width:100%;
}
}

.btn_fixed {
	display:none;
	position: fixed;
	width:64px;
	right:15px;
	bottom:80px;
	z-index: 91;
	opacity:0.85;
}
@media (max-device-width:1199px) {
.btn_fixed {
	display:block;
}
}
@media (max-device-width:767px) {
.btn_fixed {
	width:48px;
}
}
@media (max-device-width:639px) {
.btn_fixed {
	right:10px;
	width:42px;
}
}


#Footer-CS {
	clear: both;
	width: 100%;
	margin: 0;
	padding:60px 0 45px 0;
	text-align: center;
	background-color:#1f1e24;
}
.bottom-inner {
	position: relative;
	box-sizing:border-box;
}

#Copy {
	clear: both;
	display:inline-block;
	width: 100%;
	margin: 0;
	padding:60px 0 100px 0;
	text-align: center;
	background-color:#0c0b12;
}
.copy-inner {
	position: relative;
	box-sizing:border-box;
}

.copy-contents {
	float:left;
	width:45%;
	box-sizing:border-box;
	padding-right:140px;
}

.bottom-cs {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
.bottom-cs > * {
	flex:0 0 auto;
	position:relative;
	box-sizing:border-box;
	text-align: left;
	word-break:keep-all;
}
.bottom-cs > * + * {
	margin-left:45px;
	padding-left:45px;
}
.bottom-cs > * + ::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	top:-12px;
	bottom:-12px;
	width:1px;
	background-color:#fff;
	opacity:0.1;
}
.bottom-cs > :nth-child(1) {
	width:35%;
}
.bottom-cs > :nth-child(2) {
	flex:1 0 0%;
}
.bottom-cs > :nth-child(3) {
	width:calc(35% - 45px);
}
.bottom-cs h4 {
	float:left;
	width:148px;
	margin-right:25px;
	line-height:1.4;
	font-family:'Nanum Square';
	font-size:19px;
	font-weight:900;
	color:#fff;
}
.bottom-cs h4 .subtxt {
	display:block;
	margin-top:5px;
	font-family:'Apple Sandoll Gothic Neo', 'Noto Sans KR';
	font-size:14px;
	font-weight:bold;
	color:#808080;
}
.bottom-cs .bottom-cs-contents {
	float:left;
	width:calc(100% - 173px);
	font-family:'Apple Sandoll Gothic Neo', 'Noto Sans KR';
	font-size:15px;
	color:#f1f1f1;
}
.bottom-cs .cs-tel {
	margin-bottom:8px;
	line-height:1;
	font-family:'Nanum Square';
	font-size:21px;
	font-weight:900;
	color:#fff;
}
.bottom-cs .cs-tel._headtel {
	font-size:26px;
}
.bottom-cs .cs-tel span + span {
	margin-left:12px;
}	
.bottom-cs > :nth-child(2) > h4 {
	width:108px;
}
.bottom-cs > :nth-child(2) > .bottom-cs-contents {
	width:calc(100% - 133px);
}
.bottom-cs > :nth-child(3) > h4 {
	float:none;
	clear:both;
	width:auto;
	margin-right:0;
	margin-bottom:12px;
}
.bottom-cs > :nth-child(3) > .bottom-cs-contents {
	float:none;
	clear:both;
	width:auto;
}
@media (max-device-width:1199px) {
.bottom-cs .cs-tel span {
	display:block;
}
.bottom-cs .cs-tel span + span {
	margin-left:0;
	margin-top:5px;
}
}
@media (max-device-width:1079px) {
.bottom-cs > :nth-child(1),
.bottom-cs > :nth-child(2),
.bottom-cs > :nth-child(3) {
	flex:1 0 0%;
	width:auto;
}

.bottom-cs h4 {
	float:none;
	clear:both;
	width:auto;
	margin-right:0;
	margin-bottom:18px;
}
.bottom-cs .bottom-cs-contents {
	float:none;
	clear:both;
	width:100% !important;
}
}
@media (max-device-width:767px) {
.bottom-cs > :nth-child(1),
.bottom-cs > :nth-child(2),
.bottom-cs > :nth-child(3) {
	flex:0 0 auto;
	width:100%;
}
.bottom-cs > * + * {
	margin-left:0;
	margin-top:25px;
	padding-top:25px;
	padding-left:0;
}
.bottom-cs > * + ::before {
	top:0;
	bottom:auto;
	left:0;
	right:0;
	width:auto;
	height:1px;
}
}

.bottom-utilmenu {
	float:left;
	list-style:none;
}
.bottom-utilmenu + .bottom-utilmenu {
	margin-left:35px;
}
.bottom-utilmenu li {
	clear:both;
	box-sizing:border-box;
	line-height:1.3;
	text-align:left;
	white-space:nowrap;
	font-size:13px;
	color:#fff;
}
.bottom-utilmenu li + li {
	margin-top:15px;
}
.bottom-utilmenu li::before {
	content:'\00B7';
	margin-right:8px;
	font-weight:bold;
}
.bottom-utilmenu li a {
	color: inherit;
}
.bottom-utilmenu li a:hover {
	text-decoration: underline;
	color:#ff8079;
}
@media (max-device-width:1199px) {
.bottom-utilmenu {
	display:inline-block;
	width:calc(33.3% - 20px);
}
.bottom-utilmenu + .bottom-utilmenu {
	margin-left:30px;
}
.bottom-utilmenu li {
	clear:none;
	float:left;
	width:calc(50% - 25px);
	margin:4px 25px 4px 0;
}
.bottom-utilmenu li + li {
	margin-top: 4px;
}
}
@media (max-device-width:1023px) {
.bottom-utilmenu {
	width:100%;
}
.bottom-utilmenu + .bottom-utilmenu {
	margin-left:0;
	margin-top:10px;
}

.bottom-utilmenu li {
	width:auto;
	min-width:85px;
	margin:4px 25px 4px 0;
}
}
@media (max-device-width:767px) {
.bottom-utilmenu li {
	width:calc(25% - 15px);
	min-width:auto;
	margin-right:15px;
}
.bottom-utilmenu > :nth-child(1) {
	width:calc(20% - 15px);
}
.bottom-utilmenu > :nth-child(2) {
	width:calc(30% - 15px);
}
}
@media (max-device-width:539px) {
.bottom-utilmenu > :nth-child(1),
.bottom-utilmenu > :nth-child(2),
.bottom-utilmenu li {
	width:calc(50% - 15px);
}
.bottom-utilmenu:nth-child(3) > :first-child {
	width:calc(100% - 15px);
}
}


#Copy .footer-logo {
	float:left;
	width:130px;
	margin-right:50px;
	opacity:0.4;
}
#Copy .copyright {
	float:left;
	width:calc(55% - 180px);
	position:relative;
	box-sizing:border-box;
	line-height:1.6;
	text-align: left;
	color: #909090;
	font-size: 14px;
	font-weight:400;
	word-break:keep-all;
}
#Copy .copyright span {
	display:inline-block;
	vertical-align:middle;
}
#Copy .copyright span::before {
	content:'\002F';
	margin-left:8px;
	margin-right:8px;
}
#Copy .esc {
	position: absolute;
	top: 0px;
	right:45px;
	filter:grayscale(1);
	opacity:0.5;
}
#Copy .gflow {
	position: absolute;
	top: 45px;
	right: 120px;
}
#Copy .bottom-sns {
	position:absolute;
	top:78px;
	left:5px;
}
.bottom-sns {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content: space-between;
}
.bottom-sns > * {
	flex:1 0 0%;
	margin:0 3px;
}
.bottom-sns a {
	display:block;
	cursor:pointer;
	width:24px;
	height:24px;
	border:0;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	background-color:transparent;
}
.bottom-sns .sns_blog {
	background-image:url(/img/icons/i_sns_blog.png);
}
.bottom-sns .sns_insta {
	background-image:url(/img/icons/i_sns_insta.png);
}
.bottom-sns .sns_twitter {
	background-image:url(/img/icons/i_sns_twitter.png);
}
.bottom-sns .sns_face {
	background-image:url(/img/icons/i_sns_facebook.png);
}
@media (max-device-width:1199px) {
#Copy .esc {
	right:25px;
}
#Copy .bottom-sns {
	top:164px;
}
}
@media (max-device-width:1023px) {
#Copy .bottom-sns {
	top:210px;
}
}
@media (max-device-width:767px) {
#Copy .esc {
	right:15px;
}
}
@media (max-device-width:535px) {
#Copy .copyright span {
	display:block;
}
#Copy .copyright span::before {
	display:none;
}
#Copy .bottom-sns {
	top:275px;
}
}
@media (max-device-width:479px) {
#Copy .esc {
	top:210px;
}
#Copy .bottom-sns {
	top:285px;
}
}

@media (max-device-width:1199px) {
#Copy {
	padding-bottom:60px;
}
.copy-inner {
	display:flex;
	flex-wrap:wrap;
}
.copy-inner > * {
	flex:0 0 auto;
}
.copy-contents {
	width:100%;
	padding-left:0;
	margin-bottom:45px;
	order:1;
}

#Copy .footer-logo,
#Copy .copyright {
	float:none;
	order:2;
}
#Copy .copyright {
	width:calc(100% - 180px);
}
}
@media (max-device-width:767px) {
.copy-contents {
	padding-left:0px;
	padding-right:100px;
}

#Copy .footer-logo {
	width:108px;
	margin-right:40px;
}
#Copy .copyright {
	width:calc(100% - 148px);
	font-size:13px;
}
}
@media (max-device-width:479px) {
.copy-contents {
	padding-right:0;
}

#Copy .footer-logo {
	width:100%;
	margin-right:0;
	margin-bottom:60px;
	text-align:left;
}
#Copy .copyright {
	width:100%;
	font-size:12px;
}
}

.qm-wrap {
	position:fixed;
	z-index:1000;
	right:25px;
	width:48px;
	bottom:80px;
	text-align:center;
}
.qmbt + .qmbt {
	margin-top:2px;
}
.qm-left {
	position:fixed;
	z-index:1000;
	left:7px;
	bottom:15px;
}
@media (max-device-width:1199px) {
.qm-left {
	display:none;
}
}
@media (max-device-width:767px) {
}
@media (max-device-width:539px) {
.qm-wrap {
	right:5px;
	width:32px;
}
}

#Visual-section {
	clear:both;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0;
	text-align: center;
}

#bannerRoll-section {
	clear:both;
	position: relative;
	width: 100%;
	margin: 0;
	text-align: center;
}

#main-Customer {
	clear:both;
}
.main-Customer-inner {
	position:relative;
	display: -ms-grid;
	display:grid;
	grid-template-columns:1fr 1fr;
	grid-template-rows:300px 310px 310px;
	-ms-grid-columns:1fr 1fr;
	-ms-grid-rows:300px 310px 310px;
	gap:0;
}
.main-event-Banner {
	grid-row:1/3;
	grid-column:1;
	display:inline-grid;
	position:relative;
}
.mainBottom-cstel {
	grid-row:1/2;
	grid-column:2;
	display:block;
	position:relative;
	padding:75px 60px 75px 75px;
	text-align:left;
	word-break:keep-all;
	font-size:14px;
	background-color:#f4f2f4;
}
.mainBottom-cslink {
	grid-row:3/4;
	grid-column:1;
	display:block;
	position:relative;
	padding:30px 0;
	color:#fff;
	background-color:#282949;
}
.mainBottom-guide {
	grid-row:2/4;
	grid-column:2;
	display:block;
	position:relative;
	padding:35px 64px 0 64px;
	background-color:#e6e6e6;
}

.mainBottom-cstel i {
	display:inline-block;
	float:left;
	width:128px;
	height:128px;
	margin-right:12px;
	background:url(/img/main/bottom_cs_img.png) no-repeat 50% 50%;
	background-size:contain;
}
.mainBottom-cstel .mainBottom-cstel-con {
	float:right;
	width:calc(100% - 140px);
}
.mainBottom-cstel .mainBottom-cstel-con > :last-child {
	font-size:16px;
}
.mainBottom-cstel h2 {
	margin:0 0 10px 0;
	line-height:1;
	font-size:24px;
	font-weight:bold;
	color:#1e1e1e;
}
.mainBottom-cstel h3 {
	margin:0 0 20px 0;
	vertical-align:middle;
	line-height:1;
	letter-spacing:-1px;
	font-family:'Nanum Square';
	font-size:48px;
	font-weight:800;
	color:#1e1e1e;
}
.mainBottom-cstel .csbtn {
	display:inline-block;
	vertical-align:middle;
	margin-left:18px;
	padding:8px 15px;
	font-size:14px;
	font-weight:500;
	color:#999;
	text-decoration:none;
	background-color:#efedef;
	border:1px solid #333;
	border-radius:5rem;
}
.mainBottom-cstel .csbtn + .csbtn {
	margin-left:8px;
}
.mainBottom-cstel .csbtn:hover {
	color:#000;
	text-decoration:none;
}

.mainBottom-cslink ol {
	list-style:none;
	float:right;
	width:860px;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
.mainBottom-cslink li {
	flex:1 0 0%;
	position:relative;
	box-sizing:border-box;
	padding:15px 30px;
	text-align:center;
	word-break:keep-all;
	line-height:1.4;
	font-size:16px;
}
.mainBottom-cslink li + li {
	border-left:1px solid rgba(255,255,255,0.2);
}
.mainBottom-cslink li a, .mainBottom-cslink li a:hover {
	display:block;
	width:100%;
	height:100%;
	color:inherit;
	text-decoration:none;
}
.mainBottom-cslink i {
	display:block;
	width:102px;
	height:102px;
	margin:10px auto 20px auto;
}
.mainBottom-cslink h3 {
	margin-bottom:12px;
	font-size:24px;
	font-weight:bold;
	color:#fff;
}

.mainBottom-guide > * {
	width:620px;
	box-sizing:border-box;
}
.mainBottom-guide .mainBottom-guide-title {
	position:relative;
	padding-top:65px;
	padding-bottom:50px;
	padding-right:320px;
	line-height:1.3;
	text-align:left;
	word-break:keep-all;
	font-size:18px;
	color:#333;
}
.mainBottom-guide .mainBottom-guide-title::after {
	content:'';
	display:block;
	width:256px;
	height:256px;
	position:absolute;
	top:0;
	right:0;
	background:url(/img/main/bottom_guide_img.png) no-repeat 100% 0%;
	background-size:contain;
}
.mainBottom-guide .mainBottom-guide-title h2 {
	margin-bottom:15px;
	word-break:keep-all;
	letter-spacing:-1px;
	font-size:35px;
	font-weight:bold;
	color:#333;
}
.mainBottom-guide .mainBottom-guide-List {
	text-align:left;
}
.mainBottom-guide .mainBottom-guide-List > h3 {
	margin-bottom:15px;
	font-size:18px;
	color:#000;
}
.mainBottom-guide .mainBottom-guide-List ul {
	list-style:none;
	border:1px solid #333;
	border-width:1px 0;
}
.mainBottom-guide .mainBottom-guide-List li {
	padding:18px 0;
	font-weight:500;
	color:#333;
}
.mainBottom-guide .mainBottom-guide-List li::before {
	content:'\00B7';
	margin-right:15px;
}
.mainBottom-guide .mainBottom-guide-List li + li {
	border-top:1px solid #a8a8a8;
}
.mainBottom-guide .mainBottom-guide-List li a {
	color:inherit;
}
@media (max-width:1599px) {
.mainBottom-cstel {
	padding:45px 45px 45px 64px;
}
.mainBottom-cstel .csbtn {
	margin-left:8px;
}

.mainBottom-guide > * {
	width:100%;
}
.mainBottom-guide .mainBottom-guide-title {
	padding-right:260px;
}
}
@media (max-device-width:1199px) {
.main-Customer-inner {
	grid-template-columns:50% 50%;
	grid-template-rows:210px 200px 230px;
	-ms-grid-columns:50% 50%;
	-ms-grid-rows:210px 200px 230px;
}
.mainBottom-cstel {
	padding:40px 25px 40px 35px;
	font-size:13px;
}
.mainBottom-cstel .mainBottom-cstel-con > :last-child {
	font-size:14px;
}
.mainBottom-cstel i {
	width:96px;
	height:96px;
}
.mainBottom-cstel .mainBottom-cstel-con {
	width:calc(100% - 108px);
}
.mainBottom-cstel h2 {
	font-size:20px;
}
.mainBottom-cstel h3 {
	margin-bottom:12px;
	font-size:36px;
}
.mainBottom-cstel .csbtn {
	padding:5px 12px;
}

.mainBottom-cslink {
	padding:20px 0;
}
.mainBottom-cslink ol {
	width:100%;
}
.mainBottom-cslink li {
	padding:10px 15px;
	font-size:13px;
}
.mainBottom-cslink i {
	width:64px;
	height:64px;
	margin-top:0;
	margin-bottom:12px;
}
.mainBottom-cslink h3 {
	font-size:18px;
}

.mainBottom-guide {
	padding-top:25px;
	padding-right:25px;
	padding-left:35px;
}
.mainBottom-guide .mainBottom-guide-title {
	padding-top:20px;
	padding-bottom:25px;
	padding-right:192px;
	font-size:16px;
}
.mainBottom-guide .mainBottom-guide-title::after {
	width:172px;
	height:172px;
}
.mainBottom-guide .mainBottom-guide-title h2 {
	font-size:30px;
}
.mainBottom-guide .mainBottom-guide-List li {
	padding:12px 0;
	font-size:14px;
}
}
@media (max-device-width:1079px) {
.main-Customer-inner {
	grid-template-rows:230px 140px 240px;
	-ms-grid-rows:230px 140px 240px;
}

.mainBottom-cstel {
	padding-top:25px;
	padding-bottom:25px;
}
.mainBottom-guide {
	padding-top:10px;
}
}
@media (max-device-width:1023px) {
.main-Customer-inner {
	grid-template-columns:1fr;
	grid-template-rows:570px 210px 170px 390px;
	-ms-grid-columns:1fr;
	-ms-grid-rows:570px 210px 170px 390px;
}

.main-event-Banner {
	grid-row:1;
}
.mainBottom-cslink {
	grid-row:2;
}
.mainBottom-cstel {
	grid-row:3;
	grid-column:1;
	padding:25px;
}
.mainBottom-guide {
	grid-row:4;
	grid-column:1;
	padding:10px 25px 25px 25px;
}
}
@media (max-device-width:767px) {
.main-Customer-inner {
	grid-template-rows:400px 210px 170px 390px;
	-ms-grid-rows:400px 210px 170px 390px;
}
}
@media (max-device-width:639px) {
.main-Customer-inner {
	grid-template-rows:400px 240px 190px 390px;
	-ms-grid-rows:400px 240px 190px 390px;
}
}
@media (max-device-width:539px) {
.main-Customer-inner {
	grid-template-rows:300px 240px 158px 390px;
	-ms-grid-rows:300px 240px 158px 390px;
}

.mainBottom-cstel {
	padding:25px 15px;
}
.mainBottom-cstel i {
	width:64px;
	height:64px;
}
.mainBottom-cstel .mainBottom-cstel-con {
	width:calc(100% - 76px);
}
.mainBottom-cstel h2 {
	font-size:18px;
}
.mainBottom-cstel h3 {
	font-size:28px;
}
.mainBottom-cstel .csbtn {
	font-size:12px;
}

.mainBottom-cslink li {
	padding-left:10px;
	padding-right:10px;
	font-size:12px;
}

.mainBottom-guide {
	padding:15px;
}
}
@media (max-device-width:479px) {
.main-Customer-inner {
	grid-template-rows:300px 240px 215px 360px;
	-ms-grid-rows:300px 240px 215px 360px;
}
.mainBottom-cstel .csbtn {
	margin-left:5px;
}

.mainBottom-cslink h3 {
	font-size:16px;
}

.mainBottom-guide .mainBottom-guide-title {
	padding-right:160px;
	font-size:14px;
}
.mainBottom-guide .mainBottom-guide-title::after {
	width:148px;
	height:148px;
}
.mainBottom-guide .mainBottom-guide-title h2 {
	font-size:24px;
}
.mainBottom-guide .mainBottom-guide-List > h3 {
	font-size:16px;
}
.mainBottom-guide .mainBottom-guide-List li {
	font-size:13px;
}
}
@media (max-device-width:410px) {
.main-Customer-inner {
	grid-template-rows:270px 240px 215px 360px;
	-ms-grid-rows:270px 240px 215px 360px;
}

.mainBottom-cslink h3 {
	font-size:14px;
}

.mainBottom-guide .mainBottom-guide-title {
	padding-right:108px;
}
.mainBottom-guide .mainBottom-guide-title::after {
	width:96px;
	height:96px;
}
}
@media (max-device-width:359px) {
.main-Customer-inner {
	grid-template-rows:240px 285px 215px 360px;
	-ms-grid-rows:240px 285px 215px 360px;
}

.mainBottom-cstel {
	font-size:12px;
}
.mainBottom-cstel .mainBottom-cstel-con > :last-child {
	font-size:12px;
}
.mainBottom-cstel h3 {
	font-size:24px;
}

.mainBottom-cslink {
	padding:0;
}
.mainBottom-cslink li {
	flex:0 0 auto;
	width:100%;
	padding:15px;
}
.mainBottom-cslink li + li {
	border-left:0;
	border-top:1px solid rgba(255,255,255,0.2);
}
.mainBottom-cslink i {
	float:left;
	margin-right:15px;
	margin-bottom:0;
}
	
.mainBottom-guide .mainBottom-guide-List li {
	padding:10px 0;
}
}
@media (max-device-width:319px) {
.main-Customer-inner {
	grid-template-rows:200px 285px 220px 360px;
	-ms-grid-rows:200px 285px 220px 360px;
}
.mainBottom-guide .mainBottom-guide-title {
	padding-right:65px;
}
.mainBottom-guide .mainBottom-guide-title::after {
	width:84px;
	height:84px;
}
}



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

.Banner-innner {
	position:relative;
}
.Banner-row {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
}
.Banner-col {
	flex:0 0 auto;
	position:relative;
}
.Banner-row.ban_2col > * {
	width:50%;
}
.Banner-innner a {
	display:flex;
	overflow:hidden;
	width:100%;
	height:100%;
}
.Banner-innner img {
	object-fit:cover;
}

.mainBan-event ._mb {
	display:none;
}
#mainBan-section {
	clear: both;
	margin:20px 0 100px 0;
	overflow:hidden;
}
#mainBan-section .Banner-row {
	justify-content: space-between;
	margin-left:-14px;
	margin-right:-14px;
}
#mainBan-section .Banner-row > * {
	margin:0 14px 45px 14px;
}
#mainBan-section .Banner-row > :nth-child(5),
#mainBan-section .Banner-row > :nth-child(1),
#mainBan-section .Banner-row > :nth-child(2) {
	width:calc(50% - 28px);
}
#mainBan-section .Banner-row > :nth-child(3),
#mainBan-section .Banner-row > :nth-child(4) {
	width:calc(25% - 28px);
}
@media (max-device-width:1079px) {
#mainBan-section {
	margin-bottom:60px;
}
#mainBan-section .Banner-row {
	margin-left:-10px;
	margin-right:-10px;
}
#mainBan-section .Banner-row > * {
	margin-left:10px;
	margin-right:10px;
}
#mainBan-section .Banner-row > :nth-child(5),
#mainBan-section .Banner-row > :nth-child(1),
#mainBan-section .Banner-row > :nth-child(2) {
	width:calc(50% - 20px);
}
#mainBan-section .Banner-row > :nth-child(3),
#mainBan-section .Banner-row > :nth-child(4) {
	width:calc(25% - 20px);
}
}
@media (max-device-width:1023px) {
#mainBan-section {
	margin-bottom:40px;
}
#mainBan-section .Banner-row {
	margin-left:-8px;
	margin-right:-8px;
}
#mainBan-section .Banner-row > * {
	margin-left:8px;
	margin-right:8px;
	margin-bottom:30px;
}
#mainBan-section .Banner-row > :nth-child(5),
#mainBan-section .Banner-row > :nth-child(1),
#mainBan-section .Banner-row > :nth-child(2) {
	width:calc(50% - 16px);
}
#mainBan-section .Banner-row > :nth-child(3),
#mainBan-section .Banner-row > :nth-child(4) {
	width:calc(25% - 16px);
}
}
@media (max-device-width:767px) {
#mainBan-section {
	margin-bottom:15px;
}
#mainBan-section .Banner-row {
	margin-left:-5px;
	margin-right:-5px;
}
#mainBan-section .Banner-row > * {
	margin-left:5px;
	margin-right:5px;
	margin-bottom:25px;
}
#mainBan-section .Banner-row > :nth-child(5),
#mainBan-section .Banner-row > :nth-child(1),
#mainBan-section .Banner-row > :nth-child(2) {
	width:calc(50% - 10px);
}
#mainBan-section .Banner-row > :nth-child(3),
#mainBan-section .Banner-row > :nth-child(4) {
	width:calc(25% - 10px);
}
}
@media (max-device-width:539px) {
#mainBan-section {
	margin-bottom:30px;
}
#mainBan-section .Banner-row > * {
	margin-bottom:12px;
}
#mainBan-section .Banner-row > :nth-child(5),
#mainBan-section .Banner-row > :nth-child(1),
#mainBan-section .Banner-row > :nth-child(2) {
	width:calc(100% - 10px);
}
#mainBan-section .Banner-row > :nth-child(1),
#mainBan-section .Banner-row > :nth-child(2) {
	margin-bottom:25px;
}
#mainBan-section .Banner-row > :nth-child(3),
#mainBan-section .Banner-row > :nth-child(4) {
	width:calc(50% - 10px);
}
}

#contents {
	position: relative;
	width: 100%;
	display: inline-block;
}
#contents-inner {
	position: relative;
	min-height: 640px;
	text-align: center;
	margin: 0 auto;
}
#article {
	position:relative;
	z-index:1;
	min-height:680px;
}
#article > * {
	position:relative;
}

@media (max-width:1199px) {
#contents-inner {
	min-height:57vh;
	margin-top:25px;
}

#article {
	min-height:480px;
}
}


.product-box {
	float: left;
	position:relative;
	width:calc(25% - 20px);
	height: 445px;
	box-sizing: border-box;
	margin: 10px;
	text-align: center;
	border: 1px solid transparent;
	border-radius:0rem;
}
.product-box:hover {
	border-color: #6459ff;
}
.product-box._Type2 {
	height: 320px;
}
.product-box._Type2:hover {
	background-color:#252525;
}
.product-box .pro-thumb {
	clear: both;
	overflow:hidden;
	margin-bottom:15px;
	background-color:#fff;
}
.product-box._Type2 .pro-thumb {
	background-color:transparent;
}
.product-box .pro-thumb,
.product-box .pro-thumb a {
	width: 100%;
	height:413px;
	border-radius:1rem;
}
.product-box._Type2:hover .pro-thumb,
.product-box._Type2:hover .pro-thumb a,
.product-box._Type2:hover .pro-thumb a:hover {
	opacity:0.6;
}

.product-box .pro-thumb a {
	display:block;
}
.product-box .pro-thumb img {
	width: 100%;
	height: 428px;
	object-fit:cover;
	object-position: 50% 0;
}



.product-box .pro-icon,
.product-box .pro-title,
.product-box .pro-price {
	padding-left:10px;
	padding-right:10px;
}
.product-box._Type2 .pro-icon,
.product-box._Type2 .pro-title,
.product-box._Type2 .pro-price {
	padding-left:15px;
	padding-right:15px;
}
.product-box .pro-icon {
	clear: both;
	margin-bottom:8px;
	word-wrap:break-word;
	line-height: 0;
	text-align: left;
}
.product-box .pro-memo {
	clear: both;
	color: #e14242;
	font-size: 14px;
	margin-top:4px;
	white-space: normal;
	overflow:hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.product-box .pro-title {
	width: 100%;
	box-sizing: border-box;
	margin-bottom:20px;
	line-height:1.3;
	font-size:15px;
	color: #000;
	font-weight: 500;
	text-align: left;
	word-break:keep-all;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	height: 40px;
}
.product-box .pro-title a {
	color: #333333;
	display:block;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	background:transparent;
}
.product-box:hover .pro-title a,
.product-box .pro-title a:hover {
	color: #6459ff;
}
.product-box._Type2 .pro-title {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-15px);
	margin-bottom:0;
	text-align:center;
}
.product-box._Type2 .pro-title,
.product-box._Type2 .pro-title a,
.product-box._Type2 .pro-title a:hover {
	color:#fff;
}
.product-box .pro-price {
	clear: both;
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	letter-spacing:-1px;
	font-family:'Apple Sandoll Gothic Neo', 'Noto Sans KR';
	font-size:16px;
	font-weight:700;
	color: #333333;
	text-align: left;
}
.product-box._Type2 .pro-price {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,20px);
	text-align:center;
	color:#fff;
}
.product-box .pro-price strong {
	font-size:24px;
	font-weight:800;
}
.product-box .pro-price del {
	color:#999;
	font-size:13px;
	font-weight:400;
	letter-spacing:0;
}
.product-box .pro-price span {
	display: inline-block;
	margin-left:4px;
	margin-right:4px;
}



.product-box .pro-price span:frist-child {
	margin-left:0;
}
.product-box .pro-price span:last-child {
	margin-right:0;
	font-size:29px;
}
.product-box .pro-price .price_dc {
	color:#cc3333;
}
.product-box .pro-price ._pleft {
	float: left;
	width: 100%;
	margin-left:-4px;
}
.product-box .pro-price ._pright {
	display:none;
	float:right;
	width:30%;
	text-align: right;
}

.soldout .pro-price.custom-price-wrap ._pright{
	display: none;
}
.pro-price.custom-price-wrap {
	padding:0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pro-price.custom-price-wrap .priceB::before {
	content: '';
	display: inline-block;
	float: left;
	width: 28px;
	height: 28px;
	margin-top: 4px;
	margin-right: 5px;
	vertical-align: middle;
	background: url(https://hellobant.com/img/icon_price.png) no-repeat 50% 50%;
	background-size: contain;
}
.pro-price.custom-price-wrap ._pleft .priceB{
	font-size:34px;
	display: flex;
	align-items: center;
	font-weight: lighter;
}
.pro-price.custom-price-wrap ._pright {
	display: block;
	text-align: left;
}
.pro-price.custom-price-wrap ._pright .priceS {
	width: 28%;
	text-align: right;
	font-size: 22px;
	color: #e14242;
	font-weight: lighter;
}
.pro-price.custom-price-wrap ._pright .priceS::after {
	content: '\0025';
}

.product-box._Type2 .pro-price .price_dc,
.product-box._Type2 .pro-price del,
.product-box._Type2 .pro-icon,
.product-box._Type2 .pro-title,
.product-box._Type2 .pro-memo,
.product-box._Type2 .pro-price {
	display:none;
}
.product-box._Type2:hover > .pro-title,
.product-box._Type2:hover > .pro-price {
	display:block;
}

.product_more {
	clear: both;
	margin: 0px auto;
	padding: 20px 0px;
	text-align: center;
}
@media (max-device-width: 1199px) {
.product-box {
	height: 450px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height: 335px;
}
.product-box .pro-price {
	font-size:15px;
}
.product-box .pro-memo{
	font-size:12px;
}
}
@media (max-device-width: 1078px) {
.product-box {
	height: 398px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height: 286px;
}
}
@media (max-device-width: 1023px) {
.product-box {
	height: 330px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height: 238px;
}
.product-box .pro-title,
.product-box .pro-price {
	font-size:14px;
}
.product-box .pro-price strong {
	font-size:20px;
}
.product-box .pro-title {
	margin-bottom:15px;
}
.product-box .pro-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space:normal;
}
}
@media (max-device-width: 899px) {
.product-box {
	height: 314px;
}
.pro-price.custom-price-wrap ._pleft .priceB {
	font-size: 18px;
}
.pro-price.custom-price-wrap .priceB::before {
	width: 15px;
	height: 15px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height: 204px;
}
.product-box._Type2 .pro-title {
	transform:translate(-50%,-18px);
}
}
@media (max-device-width: 767px) {
.product-box {
	width:calc(50% - 16px);
	height:400px;
	margin:8px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:300px;
}
.product-box .pro-title {
	margin-bottom:10px;
}
}
@media (max-device-width: 539px) {
.product-box {
	width:calc(50% - 8px);
	height:350px;
	margin:6px 4px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:262px;
}
.product-box .pro-thumb,
.product-box .pro-title {
	margin-bottom:10px;
}
.product-box .pro-memo {
	display:none;
}
.product-box .pro-price strong {
	font-size:18px;
}
.product-box .pro-price del {
	font-size:12px;
}
.product-box._Type2 .pro-title {
	transform:translate(-50%,-20px);
}
.product-box._Type2 .pro-price {
	transform:translate(-50%,12px);
}
}
@media (max-device-width: 479px) {
.product-box {
	height:300px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:208px;
}
}
@media (max-device-width:410px) {
.product-box {
	height: 286px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:196px;
}
.product-box .pro-title,
.product-box .pro-price {
	font-size:13px;
}
}
@media (max-device-width: 359px) {
.product-box {
	height: 260px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:171px;
}
.product-box .pro-price ._pleft,
.product-box .pro-price ._pright {
	float:none;
	width:100%;
}
.product-box .pro-price ._pright {
	margin-top:5px;
	text-align:left;
}
}
@media (max-device-width: 319px) {
.product-box {
	height: 250px;
}
.product-box._Type2,
.product-box .pro-thumb,
.product-box .pro-thumb a {
	height:145px;
}
}

.product-List {
	display: inline-block;
	clear: both;
	width : 100%;
	text-align: left;
}


.goodsCate-Tabs {
	clear:both;
	position:relative;
	display:inline-block;
	margin:0 auto 40px auto;
	text-align:center;
}
.goodsCate-Tabs li {
	float:left;
	position:relative;
	box-sizing:border-box;
	margin:0 12px;
	height:46px;
	padding:10px 25px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	word-break:keep-all;
	line-height:1;
	font-size:18px;
	font-weight:400;
	color:#999;
	background-color:#fff;
	border:2px solid #c7c7c7;
	border-radius:5rem;
	box-shadow:none;
	outline:none;
	cursor:pointer;
}
.goodsCate-Tabs li:hover {
	color:#6459ff;
	border-color:#6459ff;
}
.goodsCate-Tabs li.active,
.goodsCate-Tabs li.active:hover {
	color:#fff;
	font-weight:300;
	text-decoration:none;
	background-color:#6459ff;
	border-color:#6459ff;
	box-shadow:0px 8px 15px 1px rgba(0,0,0,0.15);
}
.goodsCate-Tabs li.active {
	margin-right:72px;
}
.goodsCate-Tabs li.active::after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:-60px;
	transform:translateY(-50%);
	width:46px;
	height:46px;
	color:#fff;
	background:url(/img/icons/i_plus_circle.png) no-repeat 50% 50%;
	background-size:contain;
	background-color: transparent;
	border-radius:5rem;
}
.goodsCate-Tab a:focus {
	outline:none;
}
.goodsTabs-panel {
	clear:both;
	list-style:none;
	min-height:480px;
}
.goodsTabs_content {}
.goodsTabs_content .moreBtn{
	display: block;
	margin: 10px auto 0;
	padding: 10px 80px;
	text-align: center;
	/*	more pretty */
	border:1px solid #443ea0;
	background: #6459ff;
	color:#fff;
	border-radius: 10em;
	cursor: pointer;
}

@media (max-device-width:1199px) {
.goodsTabs-panel {
	min-height:380px;
}
.goodsCate-Tabs li {
	padding-left:15px;
	padding-right:15px;
}
.goodsCate-Tabs li.active {
	margin-right:70px;
}
.goodsCate-Tabs li.active::after {
	right:-58px;
}
}
@media (max-device-width:1199px) {
.goodsCate-Tabs li {
	padding-left:15px;
	padding-right:15px;
}
.goodsCate-Tabs li.active {
	margin-right:70px;
}
.goodsCate-Tabs li.active::after {
	right:-58px;
}
}
@media (max-device-width:1079px) {
.goodsCate-Tabs li {
	height:42px;
	font-size:16px;
}
.goodsCate-Tabs li.active {
	margin-right:62px;
}
.goodsCate-Tabs li.active::after {
	right:-50px;
	width:42px;
	height:42px;
}
}
@media (max-device-width:1023px) {
.goodsCate-Tabs li {
	margin-left:8px;
	margin-right:8px;
}
}
@media (max-device-width:899px) {
.goodsCate-Tabs {
	display:inline-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	margin-bottom:25px;
}
.goodsCate-Tabs li {
	float:none;
	flex:0 0 25%;
	margin-bottom:20px;
}
.goodsCate-Tabs li:nth-child(3n+1) {
}
}
@media (max-device-width:539px) {
.goodsCate-Tabs li {
	flex:0 0 auto;
	width:calc(33.3% - 10px);
	height:36px;
	margin-left:5px;
	margin-right:5px;
	margin-bottom:12px;
	padding:8px 12px;
	font-size:14px;
}
.goodsCate-Tabs li.active {
	margin-right:5px;
}
.goodsCate-Tabs li.active,
.goodsCate-Tabs li.active:hover {
	box-shadow:0px 4px 8px rgba(0,0,0,0.15);
}
.goodsCate-Tabs li.active::after {
	display:none;
}
}
@media (max-device-width:410px) {
.goodsCate-Tabs {
	margin-bottom:20px;
}
/*
.goodsCate-Tabs li:nth-child(3n+1) {
	clear: none;
}
.goodsCate-Tabs li:nth-child(2n+1) {
	clear: both;
}*/
}
@media (max-device-width:359px) {
.goodsCate-Tabs li {
	width:calc(50% - 10px);
}
}


.goods-subject::before {
	content:'';
	display:block;
	position:absolute;
	left:0;
	right:0;
	top:50%;
	transform:translateY(-50%);
	width:100%;
	height:1px;
	background-color:#b9b9b9;
}
.goods-subject {
	position:relative;
	margin-bottom:35px;
	text-align:center;
}
.goods-subject h3 {
	display:inline-block;
	position:relative;
	margin:0 auto;
	padding:0 45px;
	vertical-align:middle;
	word-break:keep-all;
	text-align: center;
	line-height:1.2;
	font-size:36px;
	font-weight:400;
	color:#000;
	background-color:#fff;
}
.goods-subject h3 strong {
	font-weight:900;
}
.goods-subject h3 .subtxt {
	display:block;
	margin:10px auto;
	word-break:keep-all;
	font-size:18px;
	font-weight:300;
}
@media (max-device-width:899px) {
.goods-subject h3 {
	font-size:32px;
}
.goods-subject h3 .subtxt {
	font-size:16px;
}
}
@media (max-device-width:639px) {
.goods-subject h3 {
	font-size:28px;
}
.goods-subject h3 .subtxt {
	margin-top:8px;
}
}
@media (max-device-width:539px) {
.goods-subject {
	margin-bottom:20px;
}
.goods-subject h3 {
	font-size:24px;
}
.goods-subject h3 .subtxt {
	font-size:14px;
}
.goods-subject::before {
	display:none;
}
}



/*** Main MDchoice ***/
.mainGoods-MDchoice {
	position:relative;
	margin-top:140px;
	margin-bottom:60px;
}
@media (max-device-width:1199px) {
.mainGoods-MDchoice {
	margin-top:100px;
}
}

/*** Main Time ***/
.mainGoods-Deadline {
	position:relative;
	margin-top:60px;
	margin-bottom:140px;
	background:url(/img/main/goods_soldout_bg.jpg) no-repeat 50% 0% #ffffff;
	background-size:100% auto;
}
.mainGoods-Deadline-inner {
	position:relative;
	z-index:5;
	min-height:480px;
}
.Deadline-subject-bg {
	position:absolute;
	z-index:2;
	top:0;
	left:0;
	right:0;
	height:640px;
	background:url(/img/main/goods_soldout_img.png) no-repeat 100% 0%;
	background-size:contain;
}
.Deadline-subject {
	position: relative;
	z-index:5;
	margin-bottom:60px;
	padding-top:108px;
	word-break:keep-all;
	text-align:left;
	line-height:1.4;
	font-size:18px;
	color:#666;
}
.Deadline-subject h3 {
	margin:0;
	line-height:1.3;
	font-family:'Nanum Square';
	font-size:30px;
	font-weight:400;
	color:#000;
}
.Deadline-subject h2 {
	margin:0 0 10px 0;
	line-height:1.3;
	font-family:'Nanum Square';
	font-size:40px;
	font-weight:800;
	color:#000;
}
.btn-moreview {
	display:inline-block;
	position:relative;
	box-sizing:border-box;
	margin-top:38px;
	margin-right:72px;
	height:50px;
	padding:15px 25px;
	vertical-align:middle;
	text-decoration:none;
	text-align:center;
	word-break:keep-all;
	line-height:1;
	font-family:'Nanum Square';
	font-size:19px;
	font-weight:400;
	color:#fff;
	background-color:#6459ff;
	border-radius:5rem;
	outline:none;
	cursor:pointer;
}
.btn-moreview:hover {
	text-decoration:none;
	color:#fff;
	background-color:#6459ff;
}
.btn-moreview::after {
	content:'';
	display:block;
	position:absolute;
	top:50%;
	right:-60px;
	transform:translateY(-50%);
	width:46px;
	height:46px;
	color:#fff;
	background:url(/img/icons/i_plus_circle.png) no-repeat 50% 50%;
	background-size:contain;
	background-color: transparent;
	border-radius:5rem;
}

.Deadline-List {
	display:-ms-grid;
	display:grid;
	grid-template-columns: repeat(5, 1fr);
	-ms-grid-columns:repeat(5, 1fr);
	grid-template-rows: repeat(2, 396px);
	-ms-grid-rows:repeat(2, 396px);
	grid-gap:20px;
	grid-template:
	"deadP1 deadP1 deadP2 deadP3 deadP4"
	"deadP5 deadP6 deadP7 deadP8 deadP8";
}
.Deadline-List .product-box {
	width: inherit;
	margin:inherit;
	
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:396px;
}
.Deadline-List .product-box:nth-child(1) {
	grid-area:deadP1;
}
.Deadline-List .product-box:nth-child(2) {
	grid-area:deadP2;
}
.Deadline-List .product-box:nth-child(3) {
	grid-area:deadP3;
}
.Deadline-List .product-box:nth-child(4) {
	grid-area:deadP4;
}
.Deadline-List .product-box:nth-child(5) {
	grid-area:deadP5;
}
.Deadline-List .product-box:nth-child(6) {
	grid-area:deadP6;
}
.Deadline-List .product-box:nth-child(7) {
	grid-area:deadP7;
}
.Deadline-List .product-box:nth-child(8) {
	grid-area:deadP8;
}
@media (max-device-width:1199px) {
.mainGoods-Deadline {
	margin-bottom:100px;
}

.Deadline-subject-bg {
	height:520px;
}
.Deadline-subject {
	padding-top:60px;
}
.Deadline-List {
	grid-template-rows: repeat(2, 312px);
	-ms-grid-rows:repeat(2, 312px);
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:312px;
}
}
@media (max-device-width:1079px) {
.Deadline-subject-bg {
	height:436px;
	transform:translateY(40px);
}
.Deadline-List {
	grid-template-rows: repeat(2, 266px);
	-ms-grid-rows:repeat(2, 266px);
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:266px;
}
}
@media (max-device-width:1023px) {
.mainGoods-Deadline-inner {
	min-height:240px;
}
.Deadline-subject-bg {
	height:370px;
	transform:translateY(100px);
}
.Deadline-subject {
	height:280px;
}
.Deadline-List {
	grid-template-rows: repeat(2, 240px);
	-ms-grid-rows:repeat(2, 240px);
	grid-gap:20px 15px;
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:230px;
}
}
@media (max-device-width:899px) {
.Deadline-subject-bg {
	height:300px;
	transform:translateY(120px);
}
.Deadline-subject {
	height:260px;
	margin-bottom:45px;
	font-size:16px;
}
.Deadline-subject h2 {
	font-size:36px;
}
.Deadline-subject h3 {
	font-size:24px;
}
.Deadline-List {
	grid-template-rows: repeat(2, 196px);
	-ms-grid-rows:repeat(2, 196px);
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:196px;
}
.btn-moreview {
	height:42px;
	margin-top:30px;
	margin-right:48px;
	padding-top:12px;
	padding-bottom:12px;
	font-size:17px;
}
.btn-moreview::after {
	width:36px;
	height:36px;
	right:-48px;
}
}
@media (max-device-width:767px) {
.Deadline-subject-bg {
	height:228px;
	transform:translateY(108px);
}
.Deadline-subject {
	height:182px;
	margin-bottom:65px;
	padding-top:0;
}
.Deadline-List {
	display: inline-block;
}
.Deadline-List .product-box {
	width:calc(50% - 16px);
	margin:8px;
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:408px;
}
}
@media (max-device-width:639px) {
.Deadline-subject {
	height:168px;
}
.Deadline-subject h2 {
	font-size:28px;
}
.Deadline-subject h3 {
	font-size:20px;
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:342px;
}
}
@media (max-device-width:539px) {
.mainGoods-Deadline-inner {
	padding-left:4px;
	padding-right:4px;
}
.Deadline-subject-bg {
	height:180px;
	transform:translateY(90px);
}
.Deadline-subject {
	height:154px;
	margin-bottom:45px;
	padding-top:8px;
	font-size:14px;
}
.Deadline-subject h2 {
	font-size:24px;
}
.Deadline-subject h3 {
	font-size:16px;
}
.Deadline-List .product-box {
	width:calc(50% - 8px);
	margin:6px 4px;
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:304px;
}
}
@media (max-device-width:479px) {
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:256px;
}

.btn-moreview {
	height:32px;
	margin-top:20px;
	margin-right:40px;
	padding:9px 15px;
	font-size:14px;
}
.btn-moreview::after {
	width:28px;
	height:28px;
	right:-36px;
}
}
@media (max-device-width:410px) {
.Deadline-subject-bg {
	transform:translateY(128px);
}
.Deadline-subject {
	height:198px;
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:218px;
}
}
@media (max-device-width:359px) {
.Deadline-subject-bg {
	height:148px;
	transform:translateY(148px);
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:190px;
}
}
@media (max-device-width:319px) {
.Deadline-subject-bg {
	transform:translateY(174px);
}
.Deadline-subject {
	margin-bottom:65px;
}
.Deadline-List .product-box,
.Deadline-List .product-box .pro-thumb,
.Deadline-List .product-box .pro-thumb a {
	height:160px;
}
}
/******/



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

/*--- membership page ---*/
.member-inner {
	margin-bottom:100px;
}

.login-form {
	display:inline-flex;
	flex-wrap:wrap;
	align-items:stretch;
	margin: 30px auto;
	text-align: center;
	font-size: 14px;
}
.login-form .login-box {
	flex:1 0 0%;
	width:320px;
	min-height:383px;
	align-self: stretch;
	box-sizing:border-box;
	padding:25px;
	border:2px solid #555;
	border-radius:0.75rem;
	background-color:#fcfcfc;
}
.login-form > :nth-child(2) {
	margin-left:60px;
}
.login-form h2 {
	margin-bottom: 20px;
	line-height: 1.3;
	text-align: center;
	word-break:keep-all;
	font-size: 32px;
	font-weight: 500;
	color: #000;
}
.login-form h2 .fs {
	display:block;
	margin-top:10px;
	font-size:14px;
}
.login-form ul {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
}
.login-form li {
	list-style:none;
	padding: 3px 0;
	text-align: left;
}
input.login {
	width: 100%;
	height: 42px !important;
	box-sizing: border-box;
	padding: 0px 12px !important;
	line-height: 40px !important;
	color: #000;
	text-align: left;
	border-radius:0.5rem;
/*	border: 0px !important;*/
	background-color: #fff;
}
.login-form .login-btnform > * {
	width:100%;
}
.login-form .login-member {
	margin-top:25px;
	padding-top:15px;
	border-top:2px dashed #d2d2d2;
}
.login-form .login-member a {
	display:block;
	margin:5px 0px;
	color:#666;
}
@media (max-device-width:767px) {
.login-form {
	justify-content:center;
	width:320px;
}
.login-form > :nth-child(2) {
	margin-left:0;
	margin-top:60px;
}
.login-form h2 {
	font-size:28px;
}
}
@media (max-device-width:359px) {
.login-form {
	justify-content:center;
	width:100%;
}
.login-form .login-box {
	flex:0 0 auto;
	width:100%;
	padding-left:15px;
	padding-right:15px;
}
}

.join-form {
	display:inline-block;
	box-sizing:border-box;
	width: 100%;
	margin: 25px auto;
}
.join-form .join-box {
	width: 100%;
	display:inline-block;
	box-sizing:border-box;
	padding: 10px 15px;
	text-align: center;
	background-color: #fcfcfc;
	border: 1px solid #555;
	border-radius:0.75rem;
}
.join-inputform dl {
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	margin:8px 0;
}
.join-inputform dl > * {
	flex:1 0 0%;
	padding: 8px;
	word-break:keep-all;
	text-align: left;
}
.join-inputform dt {
	flex:0 0 auto;
	width:150px;
	margin-left:10px;
	color:#000;
	font-weight:bold;
}
.join-inputform dt::before {
	content:'\00B7';
	display:inline-block;
	width:10px;
	margin-right:8px;
	margin-left:-10px;
	text-align:center;
}
.join-inputform dd > * {
	margin-bottom:4px;
}
.join-form .joinsearch-group {
	float:left;
	width:50%;
	box-sizing:border-box;
	text-align:center;
}
.join-form .join-schbox {
	width: 320px;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 20px 20px 15px 20px;
	background-color: #fcfcfc;
	border: 1px solid #ddd;
	border-radius:0.75rem;
}
.join-form .join-schbox ul {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 10px auto;
	box-sizing: border-box;
	border:0;
}
.join-form .join-schbox li {
	padding: 5px;
	text-align: left;
	background-color: transparent;
}
.join-form .join-schbox li:first-child {
	border-top: 0px;
}
.join-form .btn-group {
	margin-top:30px;
	text-align:center;
}
.join-form .btn-group > * {
	width:300px;
}
@media (max-device-width:767px) {
.join-inputform dl {
	margin:6px 0;
}
.join-inputform dl > * {
	padding:5px;
}
.join-inputform dt {
	align-self:flex-start;
	width:120px;
}

.join-form .joinsearch-group {
	float:none;
	width:100%;
	clear:both;
	margin-bottom:60px;
}
.joinsearch-group + .joinsearch-group {
	border-top:1px dashed #ddd;
	padding-top:60px;
}
}
@media (max-device-width:539px) {
.join-inputform dt {
	width:80px;
}

.join-form .joinsearch-group {
	margin-bottom:45px;
}
.joinsearch-group + .joinsearch-group {
	padding-top:45px;
}
}
@media (max-device-width:410px) {
.join-form .join-schbox {
	width: 100%;
}
.join-form .btn-group > * {
	width: 100%;
}
}
@media (max-device-width:359px) {
.join-inputform dl > * {
	flex:0 0 auto;
	width:100%;
}
.join-inputform dt {
	width:100%;
}

.join-form .btn-group > * {
	width:100%;
}
}

.mypage-tab {
	clear: both;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 40px;
	border: 2px solid #e4e4e4;
}
.mypage-tab > * {
	list-style:none;
	box-sizing:border-box;
	flex:0 0 auto;
	width: 33.3%;
	border-left:1px solid #e4e4e4;
}
.mypage-tab > :first-child {
	border-left:0;
}
.mypage-tab a {
	display: block;
	box-sizing:border-box;
	width:100%;
	height:100%;
	padding:20px 10px;
	align-self:center;
	text-align: center;
	word-break:keep-all;
	font-size: 18px;
	font-weight: bold;
	color: #454545;
}
@media (max-device-width:1023px) {
.mypage-tab a {
	font-size: 16px;
}
}
@media (max-device-width:539px) {
.mypage-tab {
	border-width:1px;
}
.mypage-tab a {
	padding:12px 5px;
	font-size: 13px;
}
}

#contents-inner .main-sub-banner {
	height: 207px;
	display: inline-block;
}
#contents-inner .main-sub-banner ul li {
	float: left;
}

.location {
	display:inline-block;
	width: 100%;
	margin: 45px auto;
	padding:15px 0;
	text-align: center;
	border:1px solid #ebebeb;
	border-width:1px 0;
}
.location ul {
	display:inline-block;
	margin:0 auto;
}
.location ul li {
	float: left;
	position:relative;
	margin-right:12px;
	line-height:32px;
	font-size:19px;
	color:#555;
}
.location ul li::after {
	content:'\002F';
	color:#DCDCDC;
	font-weight:300;
	margin-left:10px;
}
.location ul li:first-child {
	margin-right:30px;
	width:32px;
	height:32px;
	background:url(/img/icons/i_home.png) no-repeat 50% 50%;
	background-size:contain;
}
.location ul li:first-child::after {
	margin-left:38px;
}
.location ul li:last-child::after {
	display:none;
}
@media (max-width:1199px) {
.location {
	display:none;
}
}


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

.sub-con, .etc-wrap {
	clear: both;
	box-sizing: border-box;
	position:relative;
	padding:0px;
	margin-bottom:100px;
}

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

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

#REC_wrap {
	margin: 0;
	padding: 0;
	width: 600px;
	font-size: 12px;
	color: #333333;
}
#REC_wrap table {
	font-size: 12px;
}
.REC_toplogo {
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 12px;
}
.REC_toplogo ul {
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}
.REC_toplogo li {
	float: left;
	margin: 0;
	padding: 0;
}
.REC_toplogo li.h1 {
	float: right;
	font-size: 40px;
	font-weight: bold;
}
#REC_info {
	width: 100%;
	clear: both;
	border-bottom: 1px solid #f1f1f1;
	margin-bottom: 12px;
	padding-bottom: 12px;
}
#REC_info ul.date {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.date li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.date li.right {
	float: right;
}
#REC_info ul.shop {
	float: left;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
	clear: both;
}
.shop li {
	float: left;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
.shop li.right {
	float: left;
	padding-left: 10px;
}
#REC_con {
	width: 100%;
	clear: both;
}
.REC_table {
	width: 600px;
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
}
.REC_table th {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #777777;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
}
.REC_table th {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	background-color: #738384;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 3px 5px;
}
.REC_table td {
	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	color: #333333;
	padding: 3px 5px;
}
.REC_table td.td2 {
	background-color: #f1f1f1;
}
.REC_table td.to {
	background-color: #ffdddd;
	color: #ff0000;
}

/* 0) 카드 높이 고정 해제: 이미지가 커져도 텍스트 영역은 그대로, 카드만 높아짐 */
.product-box { height: auto !important; }

/* 1) 썸네일 컨테이너만 더 길게 */
.product-box .pro-thumb,
.product-box .pro-thumb a {
  height: 520px !important;      /* 데스크톱에서 크게 보이게 (원하면 480~560px로 조절) */
  overflow: hidden;
}

/* 2) 이미지가 컨테이너를 꽉 채우도록 */
.product-box .pro-thumb img {
  height: 100% !important;       /* 기존 428px 고정 제거 */
  width: 100% !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: 50% 50% !important; /* 중앙 크롭 */
}

/* 3) 반응형(원하는 값으로 조절 가능) — 기존 max-device-width 체계에 맞춤 */
@media (max-device-width:1199px){
  .product-box .pro-thumb,
  .product-box .pro-thumb a { height: 420px !important; }
}
@media (max-device-width:767px){
  .product-box .pro-thumb,
  .product-box .pro-thumb a { height: 320px !important; }
}
@media (max-device-width:539px){
  .product-box .pro-thumb,
  .product-box .pro-thumb a { height: 280px !important; }
}
/* 부드러운 확대 호버(강제 오버라이드용) */
.product-box .pro-thumb { 
	overflow: hidden !important; 
	border-radius: 1rem !important; /* 원하면 제거 가능 */
  }
  
  .product-box .pro-thumb img,
  .product-box .pro-thumb a img {
	display: block !important;
	transform: translateZ(0) !important;
	-webkit-transform: translateZ(0) !important;
	transform-origin: 50% 50% !important;
	backface-visibility: hidden !important;
	-webkit-backface-visibility: hidden !important;
	will-change: transform !important;
	transition: transform .55s cubic-bezier(.22,.61,.36,1) !important; /* 더 부드럽게 */
  }
  
  @media (hover: hover) {
	.product-box .pro-thumb:hover img,
	.product-box .pro-thumb:hover a img {
	  transform: scale(1.06) !important;
	  -webkit-transform: scale(1.06) !important;
	}
  }
  .product-box .pro-thumb{ transition: box-shadow .35s ease !important; }
.product-box:hover .pro-thumb{
  box-shadow:0 0 30px rgba(100,89,255,.6), 0 0 50px rgba(100,89,255,.35) !important;
}
.product-box:hover .pro-thumb img,
.product-box:hover .pro-thumb a img{
  filter:saturate(1.25) contrast(1.05) !important;
}
<style>
/* 메인 - 품절임박 섹션만 강제 노출/격자 */
.mainGoods-Deadline .product-List.Deadline-List {
  display: grid !important;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr)) !important;
  gap: 16px !important;
}
.mainGoods-Deadline .product-List.Deadline-List .product-box {
  display: block !important; visibility: visible !important; opacity: 1 !important;
}
/* 혹시 13개 이후 숨기던 규칙이 있으면 무력화 */
.mainGoods-Deadline .product-List.Deadline-List .product-box:nth-child(n+13) {
  display: block !important;
}
</style>
