@charset "utf-8";

/* 메인비주얼 */
.animated {
    opacity: 0;
    -webkit-transform: translateY(80px);
    transform: translateY(80px);
    -webkit-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}
.mv_wrap .item .bg_box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    transition: 5s ease-in-out;
}

/* .mv_wrap .item.swiper-slide-active .bg_box {
	animation: zoom_outt 5s linear ;
    transition: all 5s ease;
} */
/* @keyframes zoom_outt {
	100% { transform:translateZ(0) scale(1) }
    0% { transform:translateZ(0) scale(1.08)}
} */
.shop-login-guest .etc_box_wrap {
	max-height: 112px;
	overflow: auto;
	border: 1px solid #ddd;
	box-sizing: border-box;
	padding: 1em;
}
.etc_label {
	display: flex;
	align-items: center;
	margin: 1em 0;
}
.d-1s {
    -webkit-transition-delay: .1s;
    transition-delay: .1s;
}

.d-2s {
    -webkit-transition-delay: .4s;
    transition-delay: .4s;
}
.mv_wrap .bg_inner {
	margin: 0 140px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	position: relative;
}
.mv_wrap .scroll_down_box {
	position: absolute;
	right: 3%;
	bottom: 5%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	z-index: 10;
}
.mv_wrap .scroll_down_box .scroll_txt {
	width: 12px;
	height: 72px;
	margin-bottom: 20px;
}
.mv_wrap .scroll_down_box .scroll_txt img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.mv_wrap .scroll_down_box .scroll_line {
	width: 22px;
    height: 42px;
    position: relative;
	border-radius: 11px;
	border: 2px solid #b0ada9;
	display: block;
}
.mv_wrap .scroll_down_box .scroll_bar {
	width: 4px;
    height: 4px;
	border-radius: 50%;
	top: 5px;
	left: 50%;
	transform: translateX(-50%);
    position: absolute;
    background-color: #000;
	animation-name: scrolldown;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    transition: all 5s ease;
}
.mv_wrap .scroll_down_box .scroll_bar::after {
	content: '';
	position: absolute;	
    left: 50%;
    transform: translateX(-50%);	
	bottom: 0;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #000;
}
@keyframes scrolldown {
    from {
        top: 5px;
		opacity: 1;
    }

    to {
        top: 30px;
		opacity:0;
    }
}

.mv_wrap .item {
	height: 950px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: relative;
	display: flex;
	align-items: center;
}
.mv_wrap .item.swiper-slide-active .animated {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
	
}
.mv_wrap .item .tit_box .tit_box_2 {
	line-height: 1;
    overflow: hidden;
    text-align: center;
    z-index: 3;
    position: relative;
}
.mv_wrap .top_text_box.color {
	background-color: #e37f25;
}

.mv_wrap .item .tit_box {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	flex-direction: column;
    text-align: center;
}
.mv_wrap .item .tit_box .tit .thin{
    font-weight: 300;
}
.mv_wrap .item .tit_box .tit {
	font-size: 52px;
	font-weight: 500;
	font-family: 'Pretendard',sans-serif;
	color: #fff;
	line-height: 1.3;
	margin-bottom: 70px;
}
.mv_wrap .item .tit_box .tit.color {
	color: #fff;
}
.mv_wrap .item .tit_box_2 .tit_2.color {
	color: #fff;
}
.mv_wrap .item .tit_box_2 .tit_2 {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Pretendard',sans-serif;
	display: flex;
	line-height: 1.4em;
    justify-content: center;
}
.mv_wrap .item .tit_box_2 .tit_2 span {
	display: inline-block;
	margin-right: 12px;
	line-height: 42px;
	padding: 0 10px;
	background-color: rgba(117, 98, 124, 0.1);
	color: #75627c;
}
.mv_wrap .item .tit_box_2 .tit_2.one span {
	color: #427205;
	background-color: rgba(66, 114 ,5, 0.1);
}
.mv_wrap .item .tit_box_2 .tit_2.two span {
	color: #515a6c;
	background-color: rgba(81, 90 ,108, 0.1);
}
.mv_wrap .item .tit_box_2 .tit_2.three span {
	color: #98653c;
	background-color: rgba(152, 101 ,60, 0.1);
}
.mv_wrap .item .tit_box .sub_tit {
	font-size: 24px;
	font-weight: 500;
	color: #000000;
	font-family: 'Pretendard',sans-serif;
	line-height: 1;
	margin-bottom: 35px;
	display: inline-block;
}
.mv_wrap .nav_big_box {
	display: flex;
	position: absolute;
	align-items: center;
	margin: 0 140px;
	bottom: 20%;
}
.mv_wrap .swiper-pagination {
    width: auto;
    height: auto;
	position: relative;
    bottom: unset;
    left: unset;    
    text-align: center;
    padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 13px;
	font-weight: 700;
	gap: 5px;
}
.mv_wrap .swiper .tit_box p{
    color: #fff;
}
.mv_wrap .swiper .tit_box .tit{
    font-family: 'Pretendard';
    font-size: 52px;
}
@keyframes circ1 {
	0% {stroke-dashoffset: 80px;}
	100% {stroke-dashoffset: 40px;}
}
@-webkit-keyframes circ1 {
	0% {stroke-dashoffset: 80px;}
	100% {stroke-dashoffset: 40px;}
}
.mv_wrap .swiper-pagination {
    width: 100%;
    height: auto;
    bottom: unset;
    left: unset;    
    text-align: center;
    padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
    position: absolute;
    bottom: 60px;
}
.mv_wrap .swiper-pagination-bullet .circ {
    display: none;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
.mv_wrap .swiper-pagination-bullet {
	width: 8px;
    height: 8px;
    margin: 5px 12px !important;
    border-radius: 100%;
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
    position: relative;
}
.mv_wrap .swiper-pagination-bullet-active {
    margin: 0 12px !important;
    border-radius: 100%;
    padding: 0;
    opacity: 1;
    background-color: #000;
    border: 1px solid #000;
}
.mv_wrap .swiper-pagination-bullet-active::after{
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid #000;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.mv_wrap .swiper-pagination-bullet .circ .circ1 {
    stroke-dashoffset: 80px;
}
.mv_wrap .swiper-pagination-bullet .circ circle {
    stroke-dasharray: 80px;
}
.mv_wrap .swiper-pagination-bullet-active .circ {
    display: block;
}
.mv_wrap .swiper-pagination-bullet-active .circ .circ1 {
    animation: circ1 5.5s linear forwards;
    -webkit-animation: circ1 5.5s linear forwards;
    -moz-animation: circ1 5.5s forwards linear;
    -ms-animation: circ1 5.5s forwards linear;
    -o-animation: circ1 5.5s forwards linear;
}
.mv_wrap .swiper-button-next,
.mv_wrap .swiper-button-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	width: 65px;
	height: 65px;
	overflow: hidden;
	text-indent: -9999rem;
}
.mv_wrap .swiper-button-prev {
	left: unset;
	right: unset;
	margin-right: 10px;
    left: 110px;
}
.mv_wrap .mvvv {
	position: absolute;
	left: 0;
	bottom: 50%;
    transform: translateY(-50%);
	display: flex;
	align-items: center;
	z-index: 10;
}
.mv_wrap .mvvv span.text {
	font-size: 17px;
	font-weight: 500;
	color: #000;
	margin-right: 10px;
}
.mv_wrap .swiper-button-next {
	right: unset;
	left: unset;
	margin-left: 10px;
    right: 110px;
}
.mv_wrap .swiper-button-next:after, .mv_wrap .swiper-button-prev:after {
	width: 65px;
	height: 65px;
	overflow: hidden;
}
.mv_wrap .swiper-button-next:after {
	background: url('../image/main/mv_right.png') no-repeat;
	background-size: contain;
}
.mv_wrap .swiper-button-prev:after {
	background: url('../image/main/mv_left.png') no-repeat;
	background-size: contain;
}
/* Dots */
/* .mv_wrap .slick-dots {
    position: absolute;
	bottom:33px; left:0; right:0;
	text-align:center;
    display: block;
    padding: 0;
    list-style: none;
}
.mv_wrap .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.mv_wrap .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background:transparent;
	background-color:#eee;
    border:0;
    width: 11px; height: 11px;
	border-radius:5px;
}
.mv_wrap .slick-dots li button:hover,
.mv_wrap .slick-dots li button:focus {
    outline: none;
}
.mv_wrap .slick-dots li.slick-active button {
	background-color:#e53e3a;
} */
/* controls */
/* .mv_wrap .slick-prev, .mv_wrap .slick-next {
	position:absolute;
	top:50%; margin-top:-35px;
	border:none;
	outline:none;
	cursor:pointer;
	text-indent:-9999px;
	background:transparent;
	z-index:99;
	width: 41px; height: 70px;
	background-image:url("../image/main/mv_wrap_arr.png");
	background-repeat:no-repeat;
}
.mv_wrap .slick-prev {
	left:50%; margin-left:-640px;
	background-position:0 0;
}
.mv_wrap .slick-next {
	right:50%; margin-right:-640px;
	background-position:-41px 0;
} */

/* title style */
.cts_tit {
	position:Relative;
	text-align:center; color:#010000;
	padding-bottom:25px;
	margin-bottom:30px;
}
.cts_tit .em {
	font-size:25px; line-height:1.65em;
}
.cts_tit .opensans {
	display:block;
	font-size:17px; line-height:1.5em;
	letter-spacing:0.029em;
}
.cts_tit::after {
	display:inline-block; content:'';
	position:absolute;
	bottom:0; left:0; right:0;
	margin:0 auto;
	width:25px; height:1px;
	background:#010000;
}
.cts_tit.tint1 {color:#fff;}
.cts_tit.tint1::after {background:#fff;}
.cts_tit3 {
	position:Relative; color:#ffffff;
	padding-bottom:25px;
}
.cts_tit3 .em {
	font-size:25px; line-height:1.5em; font-weight:600;
	letter-spacing:-0.03em;
}
.cts_tit3 .opensans {
	display:block; margin-bottom:5px;
	font-size:17px; line-height:1.5em;
	letter-spacing:0.029em;
}
.cts_tit3::after {
	display:inline-block; content:'';
	position:absolute;
	bottom:0; left:0;
	width:25px; height:1px;
	background:#ffffff;
}
.cts_tit3.tint2 {color:#333;}
.cts_tit3.tint2::after {background:#333;}


/* contents */
.mcts {
	position:Relative;
	padding:60px 0 60px;
	box-sizing:border-box;
}
.mcts.t1 {background:#f8f8f8;}
.popular_wrap {
	position:Relative;
	height:450px;
} 
.mpr {
	width:540px; height:300px;
	overflow:hidden;
}

/* best items */
.best_items {
	padding: 120px 0; 
}
.main_tit {
	font-size: 38px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
	letter-spacing: -0.5px;
}
.main_sub {
	font-size: 17px;
	color: #999;
	font-weight: 500;
	text-align: center;
	margin: 20px 0 70px;
}
.more_btn a {
	font-weight: 500;
}
.more_btn a b {
	font-weight: bold;
	color: #2ea7e5;
}

.product_list.best_list .slick-dots {
	padding: 0 15px;
	box-sizing: border-box;
}
.product_list {
	display: flex;
	flex-wrap: wrap;
	/* margin: 0 -15px; */
}
.product_list .item {
	width: 25%;
	padding: 0 15px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 80px;
}
.product_list .item .img {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: calc(330/330 * 100%);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 10px;
	overflow: hidden;
	z-index: 10;
}
/* .product_list .item .img button {
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 50;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	border: unset;
	background: unset;
	padding: unset;
	margin: unset;
}
.product_list .item .img button img {
	width: 100%;
	height: 100%;
	object-fit: contain;
} */
.product_list .item .text {
	margin: 25px 0 0;
}
.product_list .item .prod_name {
	font-size: 16px;
	font-weight: 500;
}
.product_list .item .prod_sub {
	font-size: 16px;
	font-weight: 500;
	color: #555;
	margin: 5px 0 15px;
}
.product_list .item .prod_price {
	display: flex;
	align-items: center;
	font-weight: 500;
}
.product_list .item .prod_price .percent {
	color: #ff3838;
	font-size: 18px;
}
.product_list .item .prod_price .num b {
	font-size: 17px;
	margin: 0 3px 0 10px;
}
.product_list .item .prod_price .num span {
	color: #999;
	text-decoration: line-through;
	font-size: 14px;
}
.product_list .item .product_tag {
	margin-top: 30px;
}
.product_tag span {
	font-size: 12px;
	font-weight: bold;
	border-radius: 3px;
	width: 50px;
	line-height: 25px;
	color: #ff3838;
	border: 1px solid #ff3838;
	display: inline-block;
	text-align: center;
	margin-right: 5px;
}
.product_tag span.new {
	color: #666;
	border: 1px solid #999;
}
.product_list .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 20%;
	text-indent: -9999em;
	width: 30px;
	height: 40px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.product_list .slick-prev {
	left: -100px;
	background: url('../image/main/prod_prev.png') no-repeat center;
}
.product_list .slick-next {
	right: -100px;
	background: url('../image/main/prod_next.png') no-repeat center;
}
.product_list .slick-dots {
	margin-top: 30px;
	display: table;
	width: 100%;
	table-layout: fixed;
}
.product_list .slick-dots li {
	display: table-cell;
}
.product_list .slick-dots li button {
	text-indent: -9999em;
	border: 0;
	outline: 0;
	cursor: pointer;
	width: 100%;
	height: 3px;
	background: #000;
	box-sizing: border-box;
	opacity: 0.2;
}
.product_list .slick-dots li.slick-active button {
	opacity: 1;
}

/* new items */
.new_items {
	margin-top: 135px;
}
.new_items .main_btn {
	margin-top: 40px;
}
.new_items .main_btn a {
	margin: 0 auto;
}

/* notice */
.main_event {
	padding: 30px 0;
	background: #f6f6f6;
}
.event_list  {
	margin: 0 -15px;
}
.event_list .item {
	margin: 0 15px;
}
.event_list .item a {
	display: block;
}
.event_list .item a .img {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: calc(330/685 * 100%);
	width: 100%;
	height: 0;
	border-radius: 15px;
	overflow: hidden;
}
.event_list .item a .tit {
	font-size: 23px;
	font-weight: 600;
	margin: 35px 0 25px;
}
.event_list .item a .num {
	font-size: 16px;
	font-weight: 500;
	color: #aaa;
}
.event_list .slick-dots {
	text-align: center;
	margin-top: 50px;
}
.event_list .slick-arrow {
	position: absolute;
	z-index: 9;
	top: 20%;
	text-indent: -9999em;
	width: 30px;
	height: 40px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.event_list .slick-prev {
	left: -100px;
	background: url('../image/main/prod_prev.png') no-repeat center;
}
.event_list .slick-next {
	right: -100px;
	background: url('../image/main/prod_next.png') no-repeat center;
}
.event_list .slick-dots {
	margin-top: 70px;
	text-align: center;
	display: flex;
	justify-content: center;
}
.event_list .slick-dots li {
	margin: 0 5px;
}
.event_list .slick-dots li button {
	text-indent: -9999em;
	border: 0;
	outline: 0;
	cursor: pointer;
	width: 8px;
	height: 8px;
	background: #000;
	box-sizing: border-box;
	opacity: 0.2;
	border-radius: 100%;
}
.event_list .slick-dots li.slick-active button {
	opacity: 1;
	border-radius: 10px;
	width: 30px;
}


/* 이벤트 */
/* .mevent_wrap {
	margin-top:30px;
	overflow:hidden;
}
.mevent {
	position:relative;
	width:540px; height:470px;
}
.mevent .item {
	position:Relative;
	width:540px; height:470px;
	overflow:hidden;
}
.mev_l {float:left;} 
.mev_r {float:right;}
.mev_l .img {
	height:385px; 
	overflow:hidden;
}
.pl_img a {display:block;}
.pl_img {
	position:Relative;
}
.pl_img a::after {
	display:none;
	content:'자세히 보기';
	position:absolute;
	bottom:0; left:0; right:0;
	height:43px; line-height:43px;
	text-align:center;
	color:#fff;
	background:url("../image/main/black50.png");
}
.pl_img.sold_out a::after {
	display:block;
	position:absolute;
	top:0; left:0; right:0; bottom:0;
	height:100%; width:100%; line-height:1.5em;
	content:'본 상품은 품절되었습니다.';
	padding-top:115px; box-sizing:border-box;
	background:url("../image/sub/sold_out_logo.png") no-repeat center top, url("../image/sub/bk50.png");
}
.pl_img a:hover::after {
	display:inline-block;z
}
.pl_info1 {
	position:relative;
	padding:17px 20px; 
	min-height:51px;
	background:#fff;
}
.pl_info1 .cart {
	position:absolute; right:20px;
	top:50%; margin-top:-20px;
}
.pl_info1 .cart a {
	display:inline-block;
	text-indent:-9999px;
	width:40px; height:40px;
	background:url("../image/sub/prod_ic.jpg") no-repeat;
	background-position:-40px 0;
}
.pl_info1 .cart a:hover {background-position:0 0;}
.pl_info1 .name {
	margin-top:3px;
}
.pl_info1 .name a {
	display:block;
	font-size:17px; line-height:1.5em;
	color:#333333; font-weight:600;
	overflow:hidden;
}
.pl_info1 .price {
	position:absolute;
	right:80px; bottom:21%;
	text-align:right;
	font-size:19px; line-height:1.25em;
	color:#e53e3a; font-weight:600;
}
.pl_info1 .name.w1 {width:160px; height:25px; overflow:hidden;}
.pl_info1 .name.w2 {width:320px;}


.mev_r .cts {
	position:absolute;
	bottom:0; left:0; right:0;
	padding:30px; box-sizing:border-box;
	height:540px; height:87px;
	background:url("../image/main/black70.png");
	overflow:hidden;
}
.mev_r .tit {
	float:left;
	width:50%;
	font-size:19px; line-height:1.5em;
	color:#fff; font-weight:600;
}
.mev_r .date {
	float:right;
	width:50%;
	font-size:19px; line-height:1.5em;
	color:#fff; font-weight:600;
} */

/* 공지사항 */
.notice_wrap {
	padding: 30px 0;
	border-top: 1px solid #ddd;
	color: #000;
}
.notice_wrap .title {
	font-size: 16px;
	font-weight: 700;
	position: absolute;
	left:0; top: 0;
}
.notice_slide_wrap {
	padding-left: 120px;
	padding-right: 150px;
}
.notice_slide .item {
	position: relative;
	display: flex !important;
	justify-content: space-between;
}
.notice_slide .item .num {
	color: #aaa; 
	font-weight: 500;
	margin-left: 30px;
}
.notice_arw {
	position: absolute;
	z-index: 9;
	top: 0; right: 0;
}
.notice_arw .slick-arrow {
	text-indent: -9999em;
	width: 15px;
	height: 15px;
	border: 0;
	outline: 0;
	cursor: pointer;
}
.notice_arw .slick-prev {
	background: url('/image/main/prod_prev.png') no-repeat center / 100%;
}
.notice_arw .slick-next {
	margin-left: 10px;
	background: url('/image/main/prod_next.png') no-repeat center / 100%;
}

/* Dots */
.mevent .slick-dots {
    position: absolute;
	right:30px; top:30px;
    display: block;
    padding: 0;
    list-style: none;
}
.mevent .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.mevent .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 0;
    cursor: pointer;
    color: transparent;
    background:transparent;
    border:0;
    width: 10px; height: 10px;
	background-color:#909090;
	border-radius:5px;
}
.mevent .slick-dots li button:hover,
.mevent .slick-dots li button:focus {
    outline: none;
}
.mevent .slick-dots li.slick-active button {
	background-color:#e53e3a;
}

/* controls */
.mevent .slick-prev, .mevent .slick-next {
	position:absolute;
	top:175px;
	border:none;
	outline:none;
	cursor:pointer;
	text-indent:-9999px;
	background:transparent;
	z-index:99;
	width: 35px; height: 35px;
	background-image:url("../image/main/ev_arr.png");
	background-repeat:no-repeat;
}
.mevent .slick-prev {
	left:30px;
	background-position:0 0;
}
.mevent .slick-next {
	right:30px;
	background-position:-35px 0;
}

/* 베스트제품 */
.mbest_wrap {
	overflow:hidden;
}
.mbest_bn {
	float:left;
	width:613px; height:338px;
	overflow:Hidden;
}
.mbest_no {
	float:right;
	width:356px; height:338px;
	box-sizing:border-box;
	border:1px solid #dddddd;
	overflow:hidden;
}
.mbest_slide {
	padding-left:75px;
	padding-right:55px;
	position:Relative;
	float:right;
	width:486px;
}
.mbest_slide .item {
	width:356px; height:338px;
	box-sizing:border-box;
	border:1px solid #dddddd;
	overflow:hidden;
}
.mbest_slide .pl_info1 {
	padding:14px 20px;
}
/* controls */
.mbest_slide .slick-prev, .mbest_slide .slick-next {
	position:absolute;
	top:140px;
	border:none;
	outline:none;
	cursor:pointer;
	text-indent:-9999px;
	background:transparent;
	z-index:99;
	width: 35px; height: 35px;
	background-image:url("../image/main/recm_arr.png");
	background-repeat:no-repeat;
}
.mbest_slide .slick-prev {
	left:20px;
	background-position:0 0;
}
.mbest_slide .slick-next {
	right:0;
	background-position:-35px 0;
}

/* 신상제품 */
.mnew_slide .item {
	margin-right:15px;
	width:356px; height:338px;
	overflow:hidden;
}
.mnew_slide .img {
	width:356px; height:253px;
	overflow:hidden;
}
/* controls */
.mnew_slide .slick-prev, .mnew_slide .slick-next {
	position:absolute;
	top:140px;
	border:none;
	outline:none;
	cursor:pointer;
	text-indent:-9999px;
	background:transparent;
	z-index:99;
	width: 35px; height: 35px;
	background-image:url("../image/main/recm_arr.png");
	background-repeat:no-repeat;
}
.mnew_slide .slick-prev {
	left:-65px;
	background-position:0 0;
}
.mnew_slide .slick-next {
	right:-65px;
	background-position:-35px 0;
}

/* 프로모션 */
.mpr_full_w {
	height:317px; 
	background-repeat:no-repeat;
	background-position:center center;
}
.mpr_full_w .btn {
	margin-top:30px;
}
.mpr_full_w .btn a {
	display:inline-block;
	border:2px solid #fff;
	border-radius:25px;
	width:146px; height:41px; line-height:41px;
	font-size:16px; font-weight:600;
	text-align:center;
	color:#fff; 
}

/* 쇼핑카트 */
.shop_cart_btn {
	/* position: absolute;
    bottom: 10px;
    right: 10px;
    background: none;
    border: none;
	z-index: 99;
	padding: unset;
	cursor: pointer; */
	display: none;
}
/* .best_list_wrap {
	overflow: hidden;
	width: 100%;
} */
.product_list.best_list {		
	max-height: 998px;
	overflow: hidden;
}
/* .product_list.best_list:hover {
	width: 100%;
}
.product_list.best_list::-webkit-scrollbar {
    width: 2px;
	display: block;
	background-color: transparent;
} */
/* 스크롤바 막대 설정*/
/* .product_list.best_list:hover::-webkit-scrollbar-thumb{
    height: 17%;
    background-color: #ddd;
    border-radius: 10px;    
} */


/* 반응형 */
@media all and (max-width:1399px) {
	.product_list.best_list {	
		max-height: calc(100vw * (855/1400));
	}
	/* html, body {
		font-size: calc(100vw * (15/1400));
	} */

	/* 메인비주얼 */
	.mv_wrap .top_text_box {
		font-size: calc(100vw * (18/1400));
		line-height: calc(100vw * (47/1400));
		padding: 0 calc(100vw * (20/1400));
		border-radius: calc(100vw * (23/1400));
		margin-bottom: calc(100vw * (45/1400));
	}
	.mv_wrap .item {
		height: calc(100vw * (950/1400));
	}
	.mv_wrap .bg_inner {
		margin: 0 calc(100vw * (140/1400));
	}
	.mv_wrap .item .tit_box {
		margin: 0 auto;
	}
	.mv_wrap .item .tit_box .tit {
		font-size: calc(100vw * (52/1400));
		margin-bottom: calc(100vw * (70/1400));
	}
	.mv_wrap .item .tit_box_2 .tit_2 {
		font-size: calc(100vw * (20/1400));
	}
	.mv_wrap .item .tit_box .sub_tit {
		font-size: calc(100vw * (20/1400));
		margin-bottom: calc(100vw * (35/1400));
	}
	.mv_wrap .item .tit_box_2 .tit_2 span {
		margin-right: calc(100vw * (12/1400));
		line-height: calc(100vw * (42/1400));
		padding: 0 calc(100vw * (10/1400));
	}
	.mv_wrap .mvvv {
		left:calc(100vw * (250/1400));
	}
	.mv_wrap .nav_big_box {
		margin: 0 calc(100vw * (140/1400));
	}
	.mv_wrap .mvvv span.text {
		font-size: calc(100vw * (18/1400));		
	}
	.mv_wrap .swiper-pagination {
		font-size: 12px
	}
	.mv_wrap .swiper-button-prev {
		margin-right: calc(100vw * (10/1400));
	}
	.mv_wrap .swiper-button-next {
		margin-left: calc(100vw * (10/1400));
	}
	.mv_wrap .swiper-button-next:after, .mv_wrap .swiper-button-prev:after {
		width: calc(100vw * (60/1400));
		height: calc(100vw * (60/1400));
	}
	.mv_wrap .swiper-button-next, .mv_wrap .swiper-button-prev {
		width: calc(100vw * (60/1400));
		height: calc(100vw * (60/1400));
	}

	/* 베스트아이템 */
	.best_items {
		padding: calc(100vw * (120/1400)) 0;
	}
	.main_tit {
		font-size: calc(100vw * (38/1400));
	}
	.main_sub {
		font-size: calc(100vw * (17/1400));
		margin: calc(100vw * (20/1400)) 0 calc(100vw * (70/1400));
	}
	
	.product_list .slick-arrow {
		display: none !important;
	}
	.product_list .item {
		padding: 0 calc(100vw * (15/1400));
		margin-bottom: calc(100vw * (80/1400));
	}
	.product_list .item .text {
		margin: calc(100vw * (25/1400)) 0 0;
	}
	.product_list .item .prod_name {
		font-size: calc(100vw * (16/1400));
	}
	.product_list .item .prod_sub {
		font-size: calc(100vw * (14/1400));
		margin: calc(100vw * (5/1400)) 0 calc(100vw * (15/1400));
	}
	.product_list .item .prod_price .percent {
		font-size: calc(100vw * (18/1400));
	}
	.product_list .item .prod_price .num b {
		font-size: calc(100vw * (17/1400));
		margin: 0 calc(100vw * (3/1400)) 0 calc(100vw * (10/1400));
	}
	.product_list .item .prod_price .num span {
		font-size: calc(100vw * (14/1400));
	}
	.product_list.best_list .slick-dots {
		padding: 0 calc(100vw * (15/1400));
	}	
	.product_list .slick-dots {
		margin-top: calc(100vw * (30/1400));
	}

	/* new아이템 */
	.new_items {
		margin-top: calc(100vw * (135/1400));
	}
	.new_items .main_btn {
		margin-top: calc(100vw * (40/1400));
	}

	/* 이벤트 */
	.main_event {
		padding: calc(100vw * (30/1400)) 0;
		background: #f6f6f6;
	}
	.event_list .slick-arrow {
		display: none !important;
	}
	.event_list {
		margin: 0 calc(100vw * (-15/1400));
	}
	.event_list .item {
		margin: 0 calc(100vw * (15/1400));
	}
	.event_list .item a .tit {
		font-size: calc(100vw * (23/1400));
		margin: calc(100vw * (35/1400)) 0 calc(100vw * (25/1400));
	}
	.event_list .item a .num {
		font-size: calc(100vw * (16/1400));
	}
	.event_list .slick-dots {
		margin-top: calc(100vw * (70/1400));
	}
	.event_list .slick-dots li.slick-active button {
		width: calc(100vw * (30/1400));
	}	
	.event_list .slick-dots li button {
		width: calc(100vw * (8/1400));
		height: calc(100vw * (8/1400));
	}

	/* 공지사항 */
	.notice_wrap {
		padding: calc(100vw * (30/1400)) 0;
	}
	.notice_wrap .title {
		font-size: calc(100vw * (16/1400));
	}
	.notice_slide_wrap {
		padding-left: calc(100vw * (120/1400));
		padding-right: calc(100vw * (150/1400));
	}
	.notice_slide .item .num {
		margin-left: calc(100vw * (30/1400));
	}
	.notice_arw .slick-arrow {
		width: calc(100vw * (15/1400));
		height: calc(100vw * (15/1400));
	}
}

@media all and (max-width:1199px) {
}


/* 타블렛 세로 */
@media all and (max-width:1023px) {
}


/* 타블렛 가로 미만 ~ 모바일 */
@media all and (max-width:767px) {
	.mv_wrap .scroll_down_box {
		display: none;
	}
	.product_list.best_list::-webkit-scrollbar {
		opacity: 1;
	}
	.product_list.best_list {	
		max-height: calc(100vw * (400/640));
	}
	html, body {
		font-size: calc(100vw * (15/640));
	}

	/* 메인비주얼 */
	.mv_wrap .top_text_box {
		font-size: calc(100vw * (18/640));
		line-height: calc(100vw * (47/640));
		padding: 0 calc(100vw * (20/640));
		border-radius: calc(100vw * (23/640));
		margin-bottom: calc(100vw * (45/640));
	}
	h1.logo a {
		width: calc(100vw * (152/640));
		height: calc(100vw * (44/640));
	}
	h1.logo a img {
		vertical-align: unset;
	}
	.mv_wrap .item {
		height: calc(100vw * (750/640));
	}
	.mv_wrap .bg_inner {
		margin: 0 calc(100vw * (40/640));
	}
	.mv_wrap .item .tit_box {
		/* margin: 0 calc(100vw * (40/640)); */
        margin: 0 auto;
	}
	.mv_wrap .mvvv {
		left:calc(100vw * (40/640));
	}
	.mv_wrap .swiper-pagination {
		font-size: 18px;
	}
	.mv_wrap .mvvv span.text {
		font-size: calc(100vw * (18/640));
	}
	.mv_wrap .item .tit_box .tit {
		font-size: calc(100vw * (40/640));
		margin-bottom: calc(100vw * (50/640));
	}
	.mv_wrap .item .tit_box_2 .tit_2 {
		font-size: calc(100vw * (18/640));
	}
	.mv_wrap .item .tit_box .sub_tit {
		font-size: calc(100vw * (24/640));
		margin-bottom: calc(100vw * (35/640));
	}
	.mv_wrap .item .tit_box_2 .tit_2 span {
		margin-right: calc(100vw * (12/640));
		line-height: calc(100vw * (42/640));
		padding: 0 calc(100vw * (10/640));
	}
	.mv_wrap .nav_big_box {
		margin: 0 calc(100vw * (40/640));
	}
	
	.mv_wrap .swiper-button-prev {
		margin-right: calc(100vw * (10/640));
	}
	.mv_wrap .swiper-button-next:after, .swiper-button-prev:after {
		font-size: calc(100vw * (19/640));
	}
	.mv_wrap .swiper-button-next:after, .mv_wrap .swiper-button-prev:after {
		width: calc(100vw * (10/640));
		height: calc(100vw * (15/640));
	}
	.mv_wrap .swiper-button-next, .mv_wrap .swiper-button-prev {
		width: calc(100vw * (10/640));
		height: calc(100vw * (15/640));
	}
	.mv_wrap .swiper-button-next {
		margin-left: calc(100vw * (10/640));
	}

	/* 베스트아이템 */
	.best_items {
		padding: calc(100vw * (80/640)) 0;
	}
	.main_tit {
		font-size: calc(100vw * (32/640));
	}
	.main_sub {
		font-size: calc(100vw * (15/640));
		margin: calc(100vw * (20/640)) 0 calc(100vw * (50/640));
	}
	.product_list {
		margin: 0 calc(100vw * (-10/640));
	}
	.product_list .item {
		padding: 0 calc(100vw * (10/640));
		margin-bottom: calc(100vw * (50/640));
	}
	.product_list .item .text {
		margin: calc(100vw * (25/640)) 0 0;
	}
	.product_list .item .prod_name {
		font-size: calc(100vw * (16/640));
	}
	.product_list .item .prod_sub {
		font-size: calc(100vw * (14/640));
		margin: calc(100vw * (5/640)) 0 calc(100vw * (15/640));
	}
	.product_list .item .prod_price .percent {
		font-size: calc(100vw * (18/640));
	}
	.product_list .item .prod_price .num b {
		font-size: calc(100vw * (17/640));
		margin: 0 calc(100vw * (3/640)) 0 calc(100vw * (10/640));
	}
	.product_list .item .prod_price .num span {
		font-size: calc(100vw * (14/640));
	}
	.product_list.best_list .slick-dots {
		padding: 0 calc(100vw * (15/640));
	}	
	.product_list .slick-dots {
		margin-top: calc(100vw * (30/640));
	}

	/* new아이템 */
	.new_items {
		margin-top: calc(100vw * (80/640));
	}
	.new_items .main_btn {
		margin-top: calc(100vw * (40/640));
	}
	.product_list .item {
		width: 50%;
		margin-bottom: calc(100vw * (50/640));
	}

	/* 이벤트 */
	.main_event {
		padding: calc(100vw * (30/640)) 0;
	}
	.event_list {
		margin: 0 calc(100vw * (-10/640));
	}
	.event_list .item {
		margin: 0 calc(100vw * (10/640));
	}
	.event_list .item a .tit {
		font-size: calc(100vw * (18/640));
		margin: calc(100vw * (25/640)) 0 calc(100vw * (15/640));
	}
	.event_list .item a .num {
		font-size: calc(100vw * (14/640));
	}
	.event_list .slick-dots {
		margin-top: calc(100vw * (40/640));
	}
	.event_list .slick-dots li.slick-active button {
		width: calc(100vw * (30/640));
	}	
	.event_list .slick-dots li button {
		width: calc(100vw * (8/640));
		height: calc(100vw * (8/640));
	}

	/* 공지사항 */
	.notice_wrap {
		padding: calc(100vw * (30/640)) 0;
	}
	.notice_wrap .title {
		font-size: calc(100vw * (16/640));
	}
	.notice_slide_wrap {
		padding-left: calc(100vw * (80/640));
		padding-right: 0;
	}
	.notice_slide .item .num {
		display: none;
	}
	.notice_arw .slick-arrow {
		width: calc(100vw * (15/640));
		height: calc(100vw * (15/640));
	}
	.btn-normal.normal {
		margin: 0;
	}
}

/* 모바일 상세 */
@media all and (max-width:640px) {
}

/* 모바일 가로 */
@media all and (max-width:568px) {

}

@media all and (max-width:425px) {

}

@media all and (max-width:375px) {

}

@media all and (max-width:320px) {

}


.selecting_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.selecting_box select {
    border: inherit;    
}

/* .mv_wrap .item.swiper-slide-active .bg_box {
    animation: zoom_outt 5s linear;
    transition: all 5s ease;
} */