@charset "utf-8";
/* CSS Document */

/******************************

COLOR PALETTE




[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Home
	3.1 Currency
	3.2 Language
	3.3 Account
	3.4 Main Navigation
	3.5 Hamburger Menu
	3.6 Logo
	3.7 Main Slider
4. Banner
5. New Arrivals
	5.1 New Arrivals Sorting
	5.2 New Arrivals Products Grid
6. Deal of the week
7. Best Sellers
	7.1 Slider Nav
8. Benefit
9. Blogs
10. Newsletter




******************************/


/*********************************
3.7 Main Slider
*********************************/

.slider-banner{
	width: 100%; /*1400px;*/
	margin-top: 100px;
	pointer-events: none;/*클릭방지*/
}
.slick-dots{
	pointer-events:auto;/*클릭방지해제*/
}
.main_slider {
	background-repeat: no-repeat;
	background-position: center center;
	margin-top: 40px;
	/* border: 1px solid #000; */
	height: 600px;
	display: block;
	background-image:url('../../img2/m_slide1.jpg'); 
	background-size: cover;
}
.main_banner {
	margin-top: 170px;
	overflow-y: hidden
}
.main-do-banner{
	gap: 30px;
}
.main_slider_content {
	/*width: 60%;*/
	text-align: center;
}

.main_slider_content h6 {
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 29px;
}

.main_slider_content h1 {
	font-weight: 500;
	line-height: 130%;
}

.red_button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	height: 50px;
	background: #ff6868;
	border-radius: 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.red_button:hover {
	background: #FE7C7F !important;
}

.red_button a {
	display: block;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	width: 100%;
}

.red_color_button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: auto;
	height: 50px;
	background: #fff;
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.red_color_button:hover {
	background: #ffeeef !important;
}

.red_color_button a {
	display: block;
	color: #FE7C7F;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	line-height: 50px;
	width: 100%;
	background: #fff5f5 !important;
}

.shop_now_button {
	width: 160px;
	margin-top: 32px;
}


.btn-main{
	margin:auto; 
	width: 82%; 
	margin-top: 150px;
}
.main-tit{
	font-size:2.6rem;
	letter-spacing: -0.14rem;
	font-weight: 600;
}

@media (min-width: 992px){
  .btn-main{
    display: none;
  }
  .main-slider{
    margin-top:210px;
    height: 480px;
  } 
}

@media (max-width: 991px){
	.slider-banner{
		margin-top: 88px;
	}
	.btn-main{
		margin-top: 88px;
		padding:20px 8vw;
		background:#f1f1fa;
		width:100%;
	}
	.main_slider {
		margin-top: 0;		
		height: 300px;
	}
	.main_slider_content {
		width: 100%;
		padding-right: 15px;
	}	
	.main_slider_content h6 {
		margin-bottom: 23px;
	  }
}
@media only screen and (max-width: 880px) {
	/* .slider-banner{
		margin-top: 30px auto;
	  }
	  .main_slider{
		height: 300px;
	  } */
}
@media only screen and (max-width: 767px) {
	.main_slider  {
	background-repeat: no-repeat;
	background-position: center center;
	/* margin-top: 66px; */
	/* height: 300px;  */
	height: 50vw;
	display: block;
	background-image:url('../../img2/m_slide1.jpg'); 
	background-size: cover;
	}	
	.main_slider_content h6 {
		margin-bottom: 20px;
	  }
}

@media (max-width:479px){
	.btn-main{
		margin-top: 66px;
	}
	.slider-banner{
		margin-top:80px;
	}
	.main_slider {
		/* height: calc(35vh - 50px);*/
		height: 55vw;
		min-height: auto;
	  }
	  .main_slider_content h6 {
		margin-bottom: 15px;
	  }
	  .main_slider_content h1 {
		font-size: 24px;
	  }
}


/*********************************
4. Banner
*********************************/
@media only screen and (max-width: 991px) {
	.banner_item {
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 90px;
	margin-bottom: 10px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
	}
}
.banner {
	width: 100%;
	margin-top: 30px;
}
@media only screen and (min-width: 992px) {
.banner_item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	border-radius: 10px;
}
}


.banner_category {
	height: 50px;
	background: #FFFFFF;
	min-width: 180px;
	padding-left: 25px;
	padding-right: 25px;
}


.banner_category a {
	display: block;
	color: #1e1e27;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.banner_category a:hover {
	color: #b5aec4;
}

/*********************************
4. Banner2
*********************************/

.banner2 {
	width: 100%;
	margin-top: 5px;
}

.banner_item2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 60px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


.banner_category2 {
	height: 50px;
	background: #FFFFFF;
	min-width: 180px;
	padding-left: 25px;
	padding-right: 25px;
}


.banner_category2 a {
	display: block;
	color: #1e1e27;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	line-height: 50px;
	width: 100%;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}

.banner_category2 a:hover {
	color: #b5aec4;
}

/*********************************
5. New Arrivals
*********************************/

.new_arrivals {
	width: 100%;
}
.new_arrivals.product-st2{
	height:auto;
	margin-bottom: 4rem;
}
.product-st2 .product-left{
	/* margin:16px 0; */
	height: auto;
	padding:0;
	text-align: center;
}
.product-st2 .product-left img{
	width:95%;
	height:auto;	
	border-radius: 20px;
	object-fit:cover;
}
.product-st2 .product-item, .product-st2 .product{
	width:100%;
}
.product-st2 .product-item{
	margin-bottom:0;	
}
.product-st2 .slick-list{
	height:100%;
}
.product-st2 .slick-track{
	/*margin: 1.6rem 1rem;*/
}
@media only screen and (max-width: 575px) {	
	.product-st2 .product-grid{
		width:95% !important;
		margin:10px auto;
	}
	.product-st2.new_arrivals{
		margin-bottom: 0px;
	}
	.product-st2 .product-left{
		margin-top: 0;
		height: auto;
		text-align:center;
	}
	.product-st2 .product-left img{
		width:calc(100% - 40px);
		height:180px;
	}
}


/*********************************
5.1 New Arrivals Sorting
*********************************/

.new_arrivals_sorting {
	display: inline-block;
	border-radius: 3px;
	width:100%;
	margin-top: 30px;
	overflow: visible;
}

.grid_sorting_button {
	height: 44px;
    padding: 5px 30px;
    cursor: pointer;
    border: solid 1px #ebebeb;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
    background: #FFFFFF;
    border-radius: 30px;
	margin: 0 5px 5px 0;
    float: left;
}


.grid_sorting_button.active:hover {
	background: #BC8E67 !important;
}

.grid_sorting_button.active {
	color: #FFFFFF;
	background: #926E50;
}

.new_arrivals_sorting2 {
	display: inline-block;
	border-radius: 3px;
	width:100%;
	margin-top: 0px;
	overflow: visible;
}

.grid_sorting_button2 {
    width: 25%;
	box-sizing: border-box;
	max-width: 160px;
    border: solid 1px #ebebeb;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    background: #FFFFFF;
    border-radius: 8px;
    margin: 2px;
    float: left;
}
.grid_sorting_button2 a{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:40px;
	padding:0 5px;
    cursor: pointer;
}

.grid_sorting_button2:last-child {}

.grid_sorting_button2.active:hover {
	background: #926E50/* #FE7C7F*/ !important;
}

.grid_sorting_button2.active {
	color: #FFFFFF;
	background: #444;
}
@media (min-width: 992px) {

}
@media only screen and (max-width: 539px) {
.new_arrivals_sorting2 {
	display: inline-block;
	border-radius: 3px;
	width:100%;
	margin-top: 0px;
	overflow: visible;
}

.grid_sorting_button2 {
	height: 38px;
    width: 30.3%;
    padding-left: 4px;
    padding-right: 4px;
    cursor: pointer;
    border: solid 1px #ebebeb;
    font-size: 12px;
	letter-spacing: -1px;
    font-weight: 400;
    text-transform: uppercase;
    background: #FFFFFF;
    border-radius: 5px;
    margin: 0px 5px 8px 4px;
    float: left;
}
.grid_sorting_button2:last-child {}

.grid_sorting_button2.active:hover {
	background: #FE7C7F !important;
}
.grid_sorting_button2.active {
	color: #FFFFFF;
	background: #333;
}
}
/*********************************
5.2 New Arrivals Products Grid
*********************************/

.product-grid {
	width: 100%;
	margin-top: 57px;
}

.product-item {
	width: 20%;
	height:auto;
	/* min-height: 240px; */
	margin-bottom:20px;
	cursor: pointer;
}


.product-item::after {
	display: block;
	position: absolute;
	top: 0;
	left: -1px;
	width: calc(100% + 1px);
	height: 100%;
	pointer-events: none;
	content: '';
	border: solid 1px rgba(255, 255, 255, 0);
	border-radius: 3px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.product-item:hover::after {
	-webkit-box-shadow: 0 10px 15px rgba(63, 78, 100, 0.15);
	box-shadow: 0 10px 15px rgba(63, 78, 100, 0.15);
	border: solid 1px rgba(255, 255, 255, 1);
}

.product {
	width: 100%;
	height: auto;
	/* min-height: 350px; */
	padding: 15px 15px 25px;
}

#search .product:nth-child(5n) {
	border-right: none;
}

.product_image {
	width: 100%;
}

.product_image img {
	width: 100%;
	height: 21vw;
	object-fit: cover;
	border-radius: 3px !important;
	max-width: 307px;
	max-height: 307px;
}
.new_arrivals .product_image img{
	height: auto;
}
.best_sellers .product_slider .product_image img{
	height: 15.4vw !important;
	max-height: 240px !important;
}
@media screen and (min-width: 992px) and (max-width: 1280px){
	.best_sellers .product_slider .product_image img{
		height: 15.4vw !important;
		max-height: 240px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 991px){
	.product_image img{
		height: 20vw !important;
	}
	.best_sellers .product_slider .product_image img{
		height: 30vw !important;
	}
}
@media screen and (max-width: 767px){
	.product_image img{
		height: 30vw !important;
	}
	.best_sellers .product_slider .product_image img,
	.best_sellers .product-grid .product_image img{
		height: 43vw !important;
	}
}
@media only screen and (max-width: 479px) {
}

.product_info {
	text-align: left;
	padding-left: 2px;
	padding-right: 2px;
}

.product_name {
	padding: 15px 0 2px;
	font-size: 1rem;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 4rem;
	font-weight: normal
}

.product_name a {
	color: #1e1e27;
	width: 100%;
	display: inline-block;
	line-height: 1.2;
	font-size: 1rem
}
.product_name .product_tlt {
	color: #1e1e27;
	width: 100%;
	display: inline-block;
	line-height: 1.2;
	font-size: 1rem;
	margin-bottom:0
}
.product_name:hover a {
	text-decoration: underline;
}

.product_seller {
	margin-bottom: 0;
	font-size: .8rem;
}

.product_comment {
	font-size: .8rem;
	margin-top: 6px;
}

.product_icon {
	width: 3rem;
	height: 3rem;
	position: absolute;
	left: 5%;
	top: 5%;
}

.product_bkc {
    width: 96%;
    display: inline-block;
    text-align: center;
    height: 24px;
    position: absolute;
    left: 2%;
    bottom: 3px;
    border-bottom: 1px solid #e5e5e5;
    background: rgb(255 255 255 / 75%);
    /* padding-left: 5px;*/
    padding: 1px 0; 
    color: #333;
    border-radius: 0px;
}

.product_bkc:before {
	content: '';
	/*background: url('../../images/icon/coins.svg');*/
	width: 0px;
	height: 0px;
	display: inline-block;
	margin-right: 0px;
	vertical-align: text-top;
}

.product_bkc .product_btn {
	border-radius: 0 0 6px 6px;
	overflow: hidden;
}

.product_btn .add_to_cart_button {
	width: 50%;
	border-radius: 0;
	border-top: 1px solid #f1f1f1;
}

.discount .product_info .product_price {
	font-size: 18px;
}

.product_price {
	font-size: 16px;
	font-weight: 600;
 font-weight: 600;
	color: #1e1e27;
}

.product_price span {
	font-size: 12px;
	color: #b5aec4;
	text-decoration: line-through;
	display: block;
}

.product_bubble {
	position: absolute;
	top: 15px;
	width: 50px;
	height: 22px;
	border-radius: 3px;
	text-transform: uppercase;
}

.product_bubble span {
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
}

.product_bubble_right::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: 6px;
	right: auto;
	top: auto;
	bottom: -6px;
	border: 6px solid;
}

.product_bubble_left::after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
	left: auto;
	right: 6px;
	bottom: -6px;
	border: 6px solid;
}

.product_bubble_red::after {
	border-color: transparent transparent transparent #fe4c50;
}

.product_bubble_left::after {
	border-color: #51a042 #51a042 transparent transparent;
}

.product_bubble_red {
	background: #fe4c50;
}

.product_bubble_green {
	background: #51a042;
}

.product_bubble_left {
	left: 15px;
}

.product_bubble_right {
	right: 15px;
}

.add_to_cart_button {
	width: 100%;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.add_to_cart_button a {
	font-size: 13px;
}

.product-item:hover .add_to_cart_button {
	visibility: visible;
	opacity: 1;
}

.favorite {
	position: absolute;
	top: 15px;
	right: 15px;
	color: #b9b4c7;
	width: 17px;
	height: 17px;
	visibility: hidden;
	opacity: 0;
}

.favorite_left {
	left: 15px;
}

.favorite.active {
	visibility: visible;
	opacity: 1;
}

.product-item:hover .favorite {
	visibility: visible;
	opacity: 1;
}

.favorite.active::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f004';
	color: #fe4c50;
}

.favorite::after {
	font-family: 'Font Awesome 5 Free';
	content: '\f004';
}

.favorite:hover::after {
	color: #fe4c50;
}

/*********************************
6. Deal of the week
*********************************/

.deal_ofthe_week {
	width: 100%;
	margin-top: 41px;
	background: #f2f2f2;
}

.deal_ofthe_week_img {
	height: 540px;
}

.deal_ofthe_week_img img {
	height: 100%;
}

.deal_ofthe_week_content {
	height: 100%;
}

.section_title {
	display: inline-block;
	text-align: center;
}

/*
.section_title h2 {
  display: inline-block;
}
*/

/*
.section_title::after {
  display: block;
  position: absolute;
  top: calc(100% + 13px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 60px;
  height: 5px;
  background: #fe4c50;
  content: '';
}
*/

.timer {
	margin-top: 66px;
}

.timer li {
	display: inline-block;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	background: #FFFFFF;
	margin-right: 10px;
}

.timer li:last-child {
	margin-right: 0px;
}

.timer_num {
	font-size: 48px;
	font-weight: 600;
	color: #fe4c50;
	margin-top: 10px;
}

.timer_unit {
	margin-top: 12px;
	font-size: 16px;
	font-weight: 500;
	color: #51545f;
}

.deal_ofthe_week_button {
	width: 140px;
	background: #1e1e27;
	margin-top: 52px;
}

.deal_ofthe_week_button:hover {
	background: #2b2b34 !important;
}

/*********************************
7. Best Sellers
*********************************/

.product_slider_container {
	width: 100%;
	margin-top: 20px;
	border-radius: 10px;
}

.product_slider_container::after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 1px;
	height: 100%;
	background: #FFFFFF;
	content: '';
	z-index: 1;
}

.product_slider {
	overflow: visible !important;
}

.product_slider_item .product-item {
	/* height: 400px; */
}

.product_slider_item {
	width: 20%;
}

.product_slider_item .product-item {
	width: 100% !important;
}

.product_slider_container .owl-stage{
	margin-bottom: 20px;
}
/*********************************
7.1 Slider Nav
*********************************/

.product_slider_nav {
	position: absolute;
	width: 30px;
	height: 70px;
	background: #d3d3d6;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2;
	cursor: pointer;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.product_slider_container:hover .product_slider_nav {
	visibility: visible;
	opacity: 1;
}

.product_slider_nav i {
	color: #FFFFFF;
	font-size: 12px;
}

.product_slider_nav_left {
	top: 50%;
	left: 0;
}

.product_slider_nav_right {
	top: 50%;
	right: 0;
}

/*********************************
8. Benefit
*********************************/

.benefit {
	margin-top: 74px;
}

.benefit_row {
	padding-left: 15px;
	padding-right: 15px;
}

.benefit_col {
	padding-left: 0px;
	padding-right: 0px;
}

.benefit_item {
	height: 100px;
	background: #f3f3f3;
	border-right: solid 1px #FFFFFF;
	padding-left: 25px;
}

.benefit_col:last-child .benefit_item {
	border-right: none;
}

.benefit_icon i {
	font-size: 30px;
	color: #fe4c50;
}

.benefit_content {
	padding-left: 22px;
}

.benefit_content h6 {
	text-transform: uppercase;
	line-height: 18px;
	font-weight: 500;
	margin-bottom: 0px;
}

.benefit_content p {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 0px;
	color: #51545f;
}

/*********************************
9. Blogs
*********************************/

.blogs {
	margin-top: 72px;
}

.blogs_container {
	margin-top: 53px;
}

.blog_item {
	height: 255px;
	width: 100%;
}

.blog_background {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.blog_content {
	position: absolute;
	top: 30px;
	left: 30px;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	background: rgba(255, 255, 255, 0.9);
	padding-left: 10px;
	padding-right: 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transform-origin: center center;
	transform-origin: center center;
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
	-webkit-transition: all 300ms ease;
	transition: all 300ms ease;
}

.blog_item:hover .blog_content {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.blog_title {
	font-weight: 500;
	line-height: 1.25;
	margin-bottom: 0px;
}

.blog_meta {
	font-size: 12px;
	line-height: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #51545f;
	margin-bottom: 0px;
	margin-top: 3px;
	letter-spacing: 1px;
}

.blog_more {
	font-size: 14px;
	line-height: 16px;
	font-weight: 500;
	color: #fe4c50;
	border-bottom: solid 1px #fe4c50;
	margin-top: 12px;
}

.blog_more:hover {
	color: #FE7C7F;
}

/*********************************
10. Newsletter
*********************************/

.newsletter {
	width: 100%;
	background: #f2f2f2;
	margin-top: 81px;
}

.newsletter_text {
	height: 120px;
}

.newsletter_text h4 {
	margin-bottom: 0px;
	line-height: 24px;
}

.newsletter_text p {
	margin-bottom: 0px;
	line-height: 1.7;
	color: #51545f;
}

.newsletter_form {
	height: 120px;
}

#newsletter_email {
	width: 300px;
	height: 46px;
	background: #FFFFFF;
	border: none;
	padding-left: 20px;
}

#newsletter_email:focus {
	border: solid 1px #7f7f7f !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

:focus {
	outline: none !important;
}

#newsletter_email::-webkit-input-placeholder {
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}

#newsletter_email:-moz-placeholder

/* older Firefox*/
	{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}

#newsletter_email::-moz-placeholder

/* Firefox 19+ */
	{
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}

#newsletter_email:-ms-input-placeholder {
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}

#newsletter_email::input-placeholder {
	font-size: 14px !important;
	font-weight: 400;
	color: #b9b4c7 !important;
}

.newsletter_submit_btn {
	width: 160px;
	height: 46px;
	border: none;
	background: #fe4c50;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	cursor: pointer;
}

.newsletter_submit_btn:hover {
	background: #FE7C7F;
}


/*section*/
.section-bg {
	width: 100%;
	height: 280px;
}

.section-bg-mt {
	margin-top: -270px;
}

.best_sellers .sub-tlt {
	display: inline-block;
	padding: 0 25px;
	border-radius: 30px;
	font-weight: normal;
	font-size: 1.2rem;
	line-height: 30px;
	border: 1px solid #000;
	margin-bottom: 10px;
}

.best_sellers-all {
	position: absolute;
	right: 1rem;
	bottom: 0;
}

.best_sellers-all .icon,
.best_sellers-all2 .icon {
	font-size: 12px
}

.best_sellers-all2 {
	text-align: center;
	padding: .7rem;
	/* background:linear-gradient(to right, #8b7a5b 0%, #5b3819 100%); */
	background: linear-gradient(to right, #ffbb00 0%, #ffb3e4 100%);
    color: #ffffff;
}

.section-md .product-tlt {
	cursor: inherit
}

.section-md .product-tlt::after {
	display: none
}

.section-md .product-tlt h3,
.section-md .link-all {
	color: #fff
}

.section-md .product-tlt p {
	color: #e7e7e7
}

.section-md .link-all {
	position: absolute;
	bottom: 3rem;
}

.section-md .link-all .icon {
	font-size: 12px;
}

.section-category {
	max-width: 1140px;
	margin: 0 auto 60px;
	width: 100%;
	padding: 15px;
}

/*section-md color*/
.section-md.green .row {
	border-top: 3px solid #24a44d;
}

.section-md.green .product-tlt .product {
	background-color: #24a44d;
}

.section-md.blue .row {
	border-top: 3px solid #0e5bae;
}

.section-md.black .product-tlt .product {
	background-color: #3a3a3a;
}

.section-md.black .row {
	border-top: 3px solid #3a3a3a;
}

.section-md.blue .product-tlt .product {
	background-color: #0e5bae;
}
/*section-seller*/
.section-seller .tag span {
	background: #f5f5f5;
	padding: 1px 5px;
	margin-right: 4px;
	margin-bottom: 4px;
	font-size: .84rem;
	color: #676767;
	font-weight: 300;
	white-space: nowrap;
	display: inline-block
}
@media only screen and (min-width: 767px){
	.section-category {
		margin-top: 3rem;
	}
}
@media only screen and (max-width: 767px){
	.section-category {
		padding: 0;
		padding-top: 0;
		margin:0;
		margin-top: 1.8rem;
	}
	.section-category h2{
		display: none;
	}
}
/*deal*/
.con-timedeal li{
	padding-bottom: 1rem;
	border-bottom:0px solid #414141;
}
.con-timedeal .time{
	padding-bottom: 2px;
}
.con-timedeal .price .discount{
	color:#ff079c;
}
.con-timedeal .price s{
	color: #b5aec4;
	text-decoration: line-through;
}
.con-timedeal .price strong{
	display: block;
}
.con-schedule .product-list li{
	position: relative
}
.con-schedule .product_image{
	width: 130px;
}
.con-schedule .info{
	position: absolute;
	width: calc(100% - 170px);
	left: 158px;
	top: 50%;
	transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
}
.con-schedule .info .name{
	font-size: 1.02rem;
	font-weight: normal
}
.con-schedule .lbl-time{
	padding: 8px 0px;
	font-weight: 500;
	color: #299c64;
	font-size: 15px;
} 
.con-schedule .product_price{
	font-size: 13px;
	font-weight: 300;
	padding-top: .4rem;
	color: #626262;
	line-height: 1.4;
}


/* #### 카테고리 #### */
.sub-cate{
	width: 90%;
	margin: 4rem auto;
  }
.sub-cate-inner {
	display: flex;	
	margin: auto;
	flex-wrap: wrap; /* 줄바꿈 허용 */
	justify-content: center;
	/* justify-content: flex-start;  */
	/* border: 1px solid #000; */	
	/* padding-top: 40px; */
	gap: 20px; /* 요소 간 간격 */
}
.items-in{	
	
}
.cate-items{
	width: 120px;
	margin-bottom:20px;
}
.cate-items a{
	color: #464646;
	font-size: 16px;
	text-align: center;
}
.cate-items a p{
	color:inherit;
}
.cate-items p{
	margin-top: 10px;
}
.sub-cate img{
	width:90px !important;
	height:auto;
	border-radius: 10px;
}
@media only screen and (max-width: 991px){
	.sub-cate{
		margin: 3.8rem auto 2rem;
	  }
	.sub-cate-inner{
		gap:20px;
	}
	.cate-items{
		width:calc((100% - 100px)/6)
	}
}
@media only screen and (max-width: 767px){
	.sub-cate{
		margin: 3rem auto 2rem;
	  }
	.sub-cate-inner{
		gap:8px;
	}
	.cate-items{
		width:calc((100% - 20px)/6);
	}
}
@media only screen and (max-width: 539px){
	.sub-cate{
		margin: 2.25rem auto 1.25rem;
	  }
}
@media only screen and (max-width: 400px) {
	.cate-items{
		width:calc((100% - 10px)/6);
	}
	.cate-items a p{
	  font-size: .75019rem;
  }
}