.lancome_plp .lancome_plp_content_part .swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
}
/* slick */


.swiper-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
}

.swiper-slide {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: 0;
	margin-right: 0;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	/* height: 100%; */
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-list .slick-track .slick-slide>div {
	display: table;
	width: 100%;
	height: 100%;
}

.slick-list .slick-track .slick-slide>div>div {
	display: table-cell !important;
	width: 100%;
	vertical-align: middle;
}

.slick-list .slick-track .slick-slide>div>div>a {
	display: block;
	overflow: hidden;
}

.slide-info {
	position: absolute;
	bottom: 25px;
	left: 50%;
	height: 37px;
	line-height: 37px;
	padding-right: 42px;
	margin: 0 0 0 -16px;
	border-radius: 20px;
	background: rgba(0, 0, 0, 0.54);
}

.slide-info .slide-infoBox {
	display: inline-block;
	padding: 0 0 0 20px;
	text-align: left;
	color: #fff;
}

.slide-info .slide-infoBox span {
	font-family: 'Roboto';
}

.slide-pause,
.slide-play {
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -6px;
	width: 12px;
	height: 12px;
	padding: 0;
	background: transparent;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
}

.slide-pause {
	background-position: -250px top;
}

.slide-play {
	background-position: -250px -50px
}

.slick-dots {
	display: block !important;
	text-align: center;
	left: 0;
  bottom: 10px;
}

.slick-dots>li {
	display: inline-block;
	margin: 0 0 0 6px;
	width: inherit !important;
	float: inherit !important;
}

.slick-dots li {
  background: white;
  opacity: 0.5;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  margin: 0 3px;
  display: inline-flex;
  align-items: flex-end;
}
.slick-dots li.slick-active {
  background: white;
  opacity: 1;
}

.slick-dots li button::before {
  display: none;
}
.slick-dots>li:first-child {
	margin: 0;
}

.slick-dots>li button {
	text-indent: -9999px;
	width: 16px;
	height: 2px;
	padding: 0;
	background: #e6e6e6;
	transition: 0.33s ease-in-out;
}

.slick-dots>li.slick-active button {
	width: 32px;
	background: #111;
}

.brand-wrap .slick-dots {
	position: relative;
	top: -200px;
}

.slide-arrowBox {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.slide-arrowBox .slide-prev {
	width: 8px;
	height: 16px;
}

.slide-arrowBox .slide-pause {
	width: 12px;
	height: 16px;
}

.slide-arrowBox .slide-next {
	width: 9px;
	height: 16px;
}

.slick-arrow {
	display: none;
	position: absolute;
	top: 50%;
	display: block;
	width: 50px;
	height: 46px;
	padding: 0;
	text-indent: -9999px;
	z-index: 100;
	background: transparent;
	background-image: url('../images/arrow.png');
	background-repeat: no-repeat;
}

.slick-arrow.slick-next,
.slick-arrow.slick-prev {
  /* top: 40%; */
  width: 14px;
  height: 26px;
  z-index: 1;
  opacity: 1;
}

.slick-arrow.slick-next:before,
.slick-arrow.slick-prev:before {
  display: none;
}
.slick-arrow.slick-next {
  background: url(../../images/lancome/Common/arrow-next.png) no-repeat right;
  background-size: contain;
  right: 2%;
}

.slick-arrow.slick-prev {
  background: url(../../images/lancome/Common/arrow-prev.png) no-repeat left;
  background-size: contain;
  left: 2%;
}

/* .slick-arrow.slick-prev {
	left: 0;
	background-position: left top
}

.slick-arrow.slick-next {
	right: 0;
	background-position: -24px top;
} */

.slick-arrow.slick-hidden {
	display: none;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
	opacity: 0.25
}

/* EOD : slick */
.br767 {
	display: block !important;
}

.view767 {
	display: none !important;
}

.lancome_plp_banner img,
.lancome_best_seller img,
.lancome_promotion_banner img,
.lancome_bottom_section img,
.slick-slide img {
	width: 100%;
	height: auto;
}
.slick-dotted.slick-slider {
  margin-bottom: 25px;
}
.lancome_homepage {
	position: relative;
	text-align: center;
}
.lancome_suggestion_carousel .slick-arrow.slick-next {
  right: -4%;
}

.lancome_suggestion_carousel .slick-arrow.slick-prev {
  left: -4%;
}
/* slick end */


.detailWrap {
	min-width: 1000px;
}
/* common end */

.bootstrap-row {
	display: flex;
}
/*-----------------------------------------header start-----------------------------------------*/
.lancome_header {
	position: relative;
	background: black;
	width: 100%;
	z-index: 99;
}

.lancome_header.isFixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

.lancome_header .lancome_header_logo {
	position: relative;
	margin: 0 auto;
}
.lancome_header .lancome_header_logo a {
	width: 140px;
	padding: 20px 0;
	display: block;
	margin: 0 auto;
}

/* header tab */
.lancome_header .lancome_header_tab_list {
	position: relative;
	border-top: 1px solid #333333;
}
.lancome_header .lancome_header_tab_list_holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lancome_header .lancome_header_tab {
	position: relative;
	width: calc(100% / 7);
	text-align: center;
	padding: 14px 0;
}
.lancome_header .lancome_header_tab a {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	transition: all ease .3s;
	position: relative;
	width: 100%;
	display: block;
}

.lancome_header .lancome_header_tab a:hover::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -14px;
	left: 0;
	background-color: #fff;
}


.lancome_header .lancome_header_tab a.active::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 2px;
	bottom: -14px;
	left: 0;
	background-color: #fff;
}

.lancome_header .lancome_header_icons_container {
	display: inline-block;
}

.lancome_header .lancome_header_icons_container .search_icon,
.lancome_header .lancome_header_icons_container .pin_icon {
	display: inline-block;
	height: 20px;
	-webkit-transform: translateY(25%);
	transform: translateY(25%);
	cursor: pointer;
}

.lancome_header .lancome_header_icons_container .search_icon img,
.lancome_header .lancome_header_icons_container .pin_icon img {
	width: auto;
	height: 100%;
}

.lancome_header .lancome_header_icons_container .search_icon {
	padding-left: 10px;
}

.lancome_header .dropdown-list-container {
	position: absolute;
	display: none;
	top: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: calc(100% + 1px);
	background: #fff;
	padding: 25px 20px 30px 20px;
}

.lancome_header .dropdown-list-container .dropdown-container img {
	width: auto !important;
	margin: auto;
	display: block;
}
.lancome_header .dropdown-list-container .dropdown-container {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.lancome_header .dropdown-list-container .dropdown-container>div {
	width: 25%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-right: 1px solid #ddd;
}
.lancome_header .dropdown-list-container .dropdown-container>div:last-child {
	border-right: none;
}
.lancome_header .dropdown-list-container .dropdown-container .container-row2 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.lancome_header .dropdown-list-container .dropdown-container .container-box>div {
	border-bottom: 1px solid #ddd;
	height: 277px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lancome_header .dropdown-list-container .dropdown-container .container-box>div:last-child {
	border-bottom: none;
}
.lancome_header .dropdown-list-container .dropdown-container .box-wrap {
	padding: 0 18px;
}
.lancome_header .dropdown-list-container .dropdown-container .box-wrap img{
	height: 110px; width: auto;
}
.lancome_header .dropdown-list-container .dropdown-container .box_img {
	height: 100px;
	overflow:hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}
.lancome_header .dropdown-list-container .dropdown-container .box_img img{
	width: 100%; height: auto;
}
.lancome_header .dropdown-list-container .dropdown-container .dropdown-para01 {
	font-size: 16px;
	font-weight: 500;
	white-space: normal;
	line-height: 1.4em;
	height: 2.8em;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
	margin: 5px 0 0 0;
	color: #000;
}
.lancome_header .dropdown-list-container .dropdown-container .dropdown-para02 {
	color: #999;
	font-size: 14px;
	white-space: normal;
	line-height: 1.4em;
	height: 2.8em;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-align: center;
	margin: 7px 0 0 0;
}
.lancome_header .dropdown-list-container .dropdown-container .buy-btn {
	display: block;
	border: 1px solid #000;
	color: #000;
	width: 120px;
	margin: 12px auto 0 auto;
	font-size: 14px;
	text-align: center;
	height: 35px;
	line-height: 35px;
}
.lancome_header .dropdown-list-container .dropdown-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.lancome_header .dropdown-list-container .dropdown-inner .inner-menu {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.lancome_header .dropdown-list-container .dropdown-inner .inner-menu .dropdown-list {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.lancome_header .dropdown-list-container .dropdown-inner .inner-img {
	width: 297px;
	padding-left: 18px;
	border-left: 1px solid #ddd;
}
.lancome_header .dropdown-list-container .dropdown-inner .inner-img a {
	margin-bottom: 15px;
	display: block;
}
.lancome_header .dropdown-list-container .dropdown-inner .inner-img a:last-child {
	margin-bottom: 0;
}

.lancome_header .list_title {
	font-family: "Noto Sans KR", sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 15px;
	line-height: 1;
	color: #000;
}
.lancome_header .list_item {
	margin-bottom: 5px;
}
.lancome_header .list_item:last-child {
	margin-bottom: 0;
}
.lancome_header .list_item a {
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;
	color: #707070;
	line-height: 1;
}
.lancome_header .list_item a:hover {
	border-bottom: 1px solid #ccc;
}
/*-----------------------------------------header end-----------------------------------------*/

.lancome_homepage .lancome_title {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin: 5% 0;
}
.lancome_homepage .lancome_title--big {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin: 5% 0;
}
.lancome_homepage {
	position: relative;
	text-align: center;
}
/*-----------------------------------------index start-----------------------------------------*/

.lancome_homepage #lancome_homepage_carousel img {
	width: 100%;
}
.lancome_homepage .lancome_homepage_product_carousel {
	padding: 0 4%;
}
/* 메인 슬라이드 재생정지버튼 */
.slide-controller-wrap {
	display: block;
	text-align: center;
	margin-top: -50px;
	margin-bottom: 50px;
	position: relative;
	z-index: 9;
}
.slide-controller-wrap .slide-controller {
	height: 30px;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	background-color: rgba(0, 0, 0, .75);
	padding: 0 10px;
	border-radius: 15px;
}
.slide-controller-wrap .slide-controller > span {
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	padding: 2px;
	line-height: 1;
}
.slide-controller-wrap .slide-controller > span .btn-control {
	font-size: 0;
	display: inline-block;
	width: 18px; height: 18px;
	background: url(../../images/lancome/Common/ico_pause.png) no-repeat 50% 50%;
	background-size: 18px 18px;
	margin-left: 5px;
}
.slide-controller-wrap .slide-controller > span .btn-control.pause {
	background: url(../../images/lancome/Common/ico_play.png) no-repeat 50% 50%;
}

.lancome_homepage .lancome_homepage_product_carousel .items {
	outline: none;
}
.lancome_homepage .lancome_homepage_product_container {
	position: relative;
	max-width: 250px;
	margin: 0 auto;
	padding: 0 3%;
}
/* 면세점 세트상품 */
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_product_img {
	position: relative;
	/*background: url(../../images/lancome/Homepage/product_bg.jpg) no-repeat top center;*/
	background-size: 100% auto;
	display: block;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_product_img img {
	width: 100%;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_product_img .lancome_homepage_product_title {
	position: absolute;
	top: 3%;
	width: 100%;
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 18px;
	font-weight: 500;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_product_img .icon {
	position: absolute;
	top: 5%;
	right: 6%;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_prodouct_name {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 18px;
	color: #4a4a4a;
	margin-bottom: 5%;
	white-space: normal;
	line-height: 1.4em;
	height: 2.8em;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 500;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_prodouct_price {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	margin-bottom: 5%;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_prodouct_price .us_price {
	color: #be0f34;
	font-size: 18px;
	font-weight: bold;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_prodouct_price .cn_price {
	font-size: 14px;
	color: #707070;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_prodouct_price .cn_price>div {
	display: inline-block;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_product_btns {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 14px;
	height: 36px;
	line-height: 34px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_product_btns>a {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 49%;
	flex: 0 0 49%;
	max-width: 50%;
	border: 1px solid black;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_product_btns>a.black {
	background: black;
	color: white;
}
.lancome_homepage .lancome_homepage_product_container .lancome_homepage_product_btns>a.sold-out {
	flex: 0 0 100%;
	max-width: 100%;
}

/* 메인 하단 배너슬라이드 */
.lancome_homepage .lancome_bottom_carousel {
	padding: 0 0;
}
.lancome_homepage .lancome_bottom_carousel .slick-slide {
	position: relative;
}
.lancome_homepage .lancome_bottom_section {
	position: relative;
	
}
.lancome_homepage .lancome_bottom_carousel_btn {
	position: absolute;
	width: 15%;
	height: 8%;
}
.lancome_homepage .lancome_bottom_carousel_btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	outline: none;
}

/* 20220811 */
.lancome_homepage .lancome_bottom_carousel_btn1 {
	top: 38%;
	left: 18.5%;
}
/* //20220811 */

.lancome_homepage .lancome_bottom_carousel_btn2 {
	top: 51%;
	left: 65.5%;
}
.lancome_homepage .lancome_bottom_carousel_btn3 {
	top: 43%;
	left: 19%;
}

.lancome_homepage .lancome_bottom_carousel_btn4 {
	top: 42%;
	left: 71.5%;
}

.lancome_homepage .lancome_bottom_carousel_btn5 {
	top: 50%;
	left: 20%;
}

.lancome_homepage .lancome_bottom_carousel_btn6 {
	top: 67.6%;
	left: 70.8%;
}

.lancome_homepage .lancome_bottom_carousel_btn7 {
	top: 45%;
	left: 22.5%;
}

.lancome_homepage .lancome_bottom_carousel_btn8 {
	top: 57%;
	left: 67.5%;
}

.lancome_homepage .lancome_bottom_carousel_btn9 {
	top: 45%;
	left: 18.5%;
}

.lancome_homepage .lancome_bottom_carousel_btn10 {
	top: 65%;
	left: 75%;
}

.lancome_homepage .lancome_bottom_carousel_btn11 {
	top: 49%;
	left: 14%;
}

.lancome_homepage .lancome_bottom_carousel_btn12 {
	top: 65%;
	left: 78%;
}
/* 메인 하단 제품 유형별 */
.lancome_homepage .lancome_category_btn {
	position: absolute;
}
.lancome_homepage .lancome_category_btn a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.lancome_homepage .lancome_category_btn1 {
	top: 0;
	left: 0;
	width: 33%;
	height: 100%;
}

.lancome_homepage .lancome_category_btn2 {
	top: 0;
	left: 33.5%;
	width: 33%;
	height: 100%;
}

.lancome_homepage .lancome_category_btn3 {
	top: 0;
	left: 67%;
	width: 33%;
	height: 49%;
}

.lancome_homepage .lancome_category_btn4 {
	top: 50%;
	left: 67%;
	width: 33%;
	height: 50%;
}

/* 메인 하단 video area */

.lancome_homepage .lancome_video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: black;
	opacity: 0;
}

.lancome_homepage .lancome_video_container {
	position: relative;
	padding-bottom: 53.25%;
	margin-top: 5%;
}
.lancome_homepage .lancome_video_container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*------------------------------------------index end------------------------------------------*/
/*-------------------------------------best_seller start---------------------------------------*/
.lancome_page_hodler {
	overflow: visible;
}

.lancome_best_seller {
	position: relative;
}

.lancome_best_seller>div {
	position: relative;
}

.lancome_best_seller .lancome_product_btns {
	position: absolute;
	font-family: "Noto Sans KR", sans-serif;
	font-size: 16px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	cursor: pointer;
}
.lancome_best_seller .lancome_product_btns>a {
	width: 205px;
	line-height: 60px;
	height: 60px;
	margin: 0 3px;
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: 500;
}
.lancome_best_seller .lancome_product_btns>a.black {
	background: #000;
	color: #fff;
}

.lancome_best_seller .lancome_product_btns1 {
	bottom: 10.6%;
	left: 8.6%;
}

.lancome_best_seller .lancome_product_btns2 {
	bottom: 8.5%;
	right: 8.5%;
}

.lancome_best_seller .lancome_product_btns3 {
	bottom: 4.4%;
	left: 6.6%;
}

.lancome_best_seller .lancome_product_btns4 {
	bottom: 5.4%;
   right: 10.2%;
}

.lancome_best_seller .lancome_product_btns5 {
	bottom: 7.2%;
   left: 9.8%;
}

.lancome_best_seller .lancome_product_btns6 {
	bottom: 7.7%;
   right: 9.5%;
}

.lancome_best_seller .lancome_product_btns7 {
	bottom: 3.4%;
	left: 8.5%;
}

.lancome_best_seller .lancome_product_btns8 {
	bottom: 8.8%;
	right: 8.3%;
}

.lancome_best_seller .lancome_product_btns9 {
	bottom: 6.1%;
   left: 9.7%;
}

.lancome_best_seller .lancome_product_btns10 {
	bottom: 10.3%;
	right: 7.2%;
}
/*--------------------------------------best_seller end----------------------------------------*/

/* ---------------------------------------plp page start--------------------------------------- */
/* plp상단 필터 */
.lancome_plp .lancome_plp_upper_part {
	margin: 30px 0 60px 0;
}
.lancome_plp .lancome_plp_upper_part .lancome_product_navi {
	float: left;
	list-style: none;
	-webkit-padding-start: 0;
	padding-inline-start: 0;
	padding: 0;
	margin: 0;
}
.lancome_plp .lancome_plp_upper_part .lancome_product_navi>li {
	display: inline-block;
	/*font-family: "Noto Sans KR", serif;*/
	font-family: "Noto Sans KR", sans-serif; /* 20220907 수정 */
	font-size: 14px;
	
}
.lancome_plp .lancome_plp_upper_part .lancome_product_navi>li a {
	color: black;
}
.lancome_plp .lancome_plp_upper_part .lancome_product_navi>li .dropdown_selecter {
	position: relative;
	display: inline-block;
	margin-right: 10px;
	cursor: pointer;
}
.lancome_plp .lancome_plp_upper_part .lancome_product_navi>li .dropdown_selecter:after {
	position: absolute;
	content: "";
	top: 50%;
	left: 100%;
	margin-left: 5px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 3px 0 3px;
	border-color: black transparent transparent transparent;
}
.lancome_plp .lancome_plp_upper_part .lancome_product_navi>li .dropdown_selecter ul {
	list-style: none;
	position: absolute;
	visibility: hidden;
	max-height: 0px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background: white;
	padding: 0px 20px;
	border: 1px solid black;
	white-space: nowrap;
	z-index: 10;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	overflow: hidden;
}
.lancome_plp .lancome_plp_upper_part .lancome_product_navi>li .dropdown_selecter ul li {
	white-space: nowrap;
}
.lancome_plp .lancome_plp_upper_part .lancome_product_navi>li .dropdown_selecter:hover ul {
	visibility: visible;
	max-height: 1000px;
	padding: 10px 20px;
}

.lancome_plp .lancome_plp_upper_part .lancome_product_navi>li:nth-child(n+2):before {
	display: inline-block;
	content: ">";
	margin: 0 6px;
	vertical-align: top;
	opacity: 0.6;
}
.lancome_plp .lancome_plp_upper_part .filter_btns {
	display: none;
	flex-direction: row;
	padding: 0 4%;
}

.lancome_plp .lancome_plp_upper_part .filter_btns .filter_rest_btn,
.lancome_plp .lancome_plp_upper_part .filter_btns .filter_confirm_btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 44px;
	font-size: 14px;
}

.lancome_plp .lancome_plp_upper_part .filter_btns .filter_rest_btn {
	width: 100px;
	background-color: transparent;
	color: #000;
	border: 1px solid #ccc;
}

.lancome_plp .lancome_plp_upper_part .filter_btns .filter_confirm_btn {
	flex: 1;
	background-color: #000;
	color: #fff;
}
/* 필터접기 */
.lancome_plp .lancome_plp_upper_part .lancome_plp_filter_trigger {
	float: right;
	/*font-family: "Noto Sans KR", serif;*/
	font-family: "Noto Sans KR", sans-serif; /* 20220907 serif -> sans-serif 수정 */
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}
/* 필터 본문 */
.lancome_plp .lancome_plp_upper_part .lancome_plp_filter {
	max-height: 1000px;
	padding: 10px 0;
	margin: 15px 0;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	overflow: hidden;
}
.lancome_plp .lancome_plp_upper_part .lancome_plp_filter.hide {
	max-height: 0;
	padding: 0;
	margin: 0;
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}

.lancome_plp .lancome_plp_upper_part .lancome_plp_filter>div>div {
	padding: 10px 0;
	border-bottom: 1px dashed #ececec;
}
.lancome_plp .lancome_plp_upper_part .lancome_plp_filter>div>div:last-child,
.lancome_plp .lancome_plp_upper_part .lancome_plp_filter>div>div:nth-last-child(2) {
	padding-bottom: 0px;
	border-bottom: none;
}

.lancome_plp .lancome_plp_upper_part .filter_parent {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 12%;
	flex: 0 0 12%;
	max-width: 12%;
	/*font-family: "Noto Sans KR", serif;*/
	font-family: "Noto Sans KR", sans-serif; /* 20220907 수정 */
	font-size: 14px;
	padding: 0 10px;
}
.lancome_plp .lancome_plp_upper_part .filter_child_container {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 81%;
	flex: 0 0 81%;
	max-width: 81%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.lancome_plp .lancome_plp_upper_part .filter_child {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(16.666667% - 20px);
	flex: 0 0 calc(16.666667% - 20px);
	width: calc(16.666667% - 20px);
	/*font-family: "Noto Sans KR", serif;*/
	font-family: "Noto Sans KR", sans-serif; /* 20220907 수정 */
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	color: #999;
	text-align: center;
	margin: 0 10px;
	display: flex;
	align-items: center;
}
.lancome_plp .lancome_plp_upper_part .filter_child .text {
	position: relative;
	display: inline-block;
	border: 1px solid transparent;
	padding: 2px 2px;
	margin-bottom: 5px;
	line-height: 1.4em;
	width: 100%;
	color: #959595;
}
.lancome_plp .lancome_plp_upper_part .filter_child .text.checked {
	border: 1px solid #d51a52;
	color: #d51a52;
	border-radius: 2px;
}

.lancome_plp .lancome_plp_upper_part .filter_more {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 7%;
	flex: 0 0 7%;
	max-width: 7%;
	/*font-family: "Noto Sans KR", serif;*/
	font-family: "Noto Sans KR", sans-serif; /* 20220907 수정 */
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	cursor: pointer;
}
.lancome_plp .lancome_plp_upper_part .filter_more .text {
	display: inline-block;
}
.lancome_plp .lancome_plp_upper_part .filter_more:after {
	content: "";
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform-origin: center;
	transform-origin: center;
	transform: rotate(45deg) translate(0%, -50%);
	-webkit-transform: rotate(45deg) translate(0%, -50%);
}
.lancome_plp .lancome_plp_upper_part .filter_more.no-arrow {
	display: none;
}

.lancome_plp .lancome_plp_upper_part .filter_more.close:after {
	content: "";
	border: solid black;
	border-width: 0 1px 1px 0;
	display: inline-block;
	padding: 3px;
	-webkit-transform-origin: center;
	transform-origin: center;
	transform: rotate(-135deg) translate(-50%, 0%);
	-webkit-transform: rotate(-135deg) translate(-50%, 0%);
}


.lancome_plp .lancome_plp_upper_part .filter_reset {
	font-size: 12px;
	color: #666;
	background-color: transparent;
	border: 1px solid #ccc;
	border-radius: 2px;
	width: 50px;
	text-align: center;
	height: 25px;
	line-height: 23px;
	margin-left: auto;
	display: block;
	cursor: pointer;
	outline: none;
}
.lancome_plp  .lancome_plp_content_part {
	margin: 2% 0;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_content_upper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_sorting_btns {

	display: flex;
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 14px;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_sorting_btns>div {
	padding: 5px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #d9d9d9;
	cursor: pointer;
	width: 165px;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_sorting_btns>div.current {
	border: 1px solid #e6e6e6;
}
/* plp page 총 - 개 상품  */
.lancome_plp .lancome_plp_content_part .lancome_plp_product_amount {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 14px;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_amount span {
	font-size: 16px;
	font-weight: bold;
}
.lancome_plp .lancome_plp_content_part .best_sell_btn .text {
	position: relative;
}
.lancome_plp .lancome_plp_content_part .best_sell_btn .text:after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 9px;
	margin-left: 5px;
	background: url(../resource/images/lancome/Common/arrow_down.png) no-repeat;
}

.lancome_plp .lancome_plp_content_part .price_btn {
	position: relative;
}

.lancome_plp .lancome_plp_content_part .price_btn .text {
	position: relative;
}

.lancome_plp .lancome_plp_content_part .price_btn .text:after {
	display: inline-block;
	content: "";
	width: 7px;
	height: 11px;
	margin-left: 5px;
	background: url(../../images/lancome/Common/arrow_up_n_down.png) no-repeat;
	background-size: cover;
}
.lancome_plp .lancome_plp_content_part .price_btn .dropdown_list {
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	max-height: 0px;
	overflow: hidden;
	z-index: 10;
	text-align: center;
	line-height: 2;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	margin-top: 1px;
	border: 1px solid transparent;
}

.lancome_plp .lancome_plp_content_part .price_btn .dropdown_list.show {
	max-height: 1000px;
	border: 1px solid black;
	background: white;
}
/* 결과없는 페이지 */
.lancome_plp .lancome_result {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 100px 0 150px 0;
}
.lancome_plp .lancome_result img{
	display: block;
  width: 137px !important;
}
.lancome_plp .lancome_result p {
	padding: 0;
	color: #666;
	font-size: 26px;
	text-align: center;
	margin-top: 45px;
}
/* plp list banner area start */
.lancome_plp .lancome_plp_content_part .lancome_plp_content_banners {
	margin: 3% 0;
	width: 100%;
	display: flex;
	flex-direction: row;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_content_banners > div{
	flex: 1;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_content_banners > div img{ 
	width: 100%;
}
/* plp list start */
.lancome_plp .lancome_plp_content_part .lancome_plp_products_container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container {
	position: relative;
	width: 25%;
	box-sizing: border-box;
	padding: 15px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	text-align: center;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_products_container.list01 .lancome_extra_holder {
	display: none;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container:hover {
	box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_img {
	position: relative;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: block;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_img img {
	height: auto;
	width: 100%;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_img .lancome_suggestion_icons {
	position: absolute;
	right: 0;
	top: 0;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_img .lancome_suggestion_icons>div {
	display: inline-block;
	width: 45px;
	margin-left: 5px;
}
/* 제목 */
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_name {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 18px;
	font-weight: normal;
	line-height: 1.5em;
	text-align: center;
	white-space: normal;
	height: 3em;
	word-wrap: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
/* 가격 */
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_price {
	position: relative;
	margin: 15px 0 0 0;
	padding-bottom: 24px;
}

.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_price .price {
	color: #be0f34;
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_price .worth_price_txt {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 14px;
	color: #707070;
	text-align: center;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container:hover .lancome_plp_product_btns {
	opacity: 1;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_btns .lancome_plp_product_btn {
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 14px;
	width: 110px;
	line-height: 38px;
	height: 40px;
	text-align: center;
	border: 1px solid black;
	background: white;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
	margin: 0 2px;
}

.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_btns .lancome_plp_product_btn.black {
	background-color: #000;
	color: #fff;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_btns .lancome_plp_product_btn.sold-out {
	width: 100%;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_btns .lancome_plp_product_btn.lancome_plp_product_likebtn {
	width: 52px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-image: url(../../images/lancome/Products/like03.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_plp_product_btns .lancome_plp_product_btn.lancome_plp_product_likebtn.active {
	background-image: url(../../images/lancome/Products/like04.png);
}
/* 색상 선택 lancome_extra_holder */
.lancome_extra_holder {
	position: relative;
	height: 60px;
}
.lancome_extra_holder .lancome_product_colors {
	position: absolute;
	top: 0;
	left: 10%;
	width: 84%;
	height: 100%;
}

/* 20220810 */
.lancome_product_colors .swiper-slide {
	width:20%;
}
.lancome_product_colors.swiper-no-swiping .swiper-wrapper{
	justify-content:center;
}
/* //20220810 */

.lancome_product_colors .color_ball {
	position: relative;
	width: calc(100% - 12px);
	height: 0;
	padding-bottom: calc(100% - 12px);
	background: black;
	border-radius: 50%;
}
.lancome_product_colors .swiper-slide-active .color_ball {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transform-origin: center;
	transform-origin: center;
}
.lancome_product_colors .swiper-slide-active .color_ball:after {
	position: absolute;
	display: block;
	content: "";
	top: -6px;
	left: -6px;
	width: calc(100% + 12px);
	height: calc(100% + 12px);
	border: 3px solid black;
	border-radius: 50%;
	box-sizing: border-box;
}
.lancome_plp_product_container .lancome_extra_holder .lancome_product_colors .swiper-button-next:after,
.lancome_plp_product_container .lancome_extra_holder .lancome_product_colors .swiper-button-prev:after {
	font-size: 20px;
}
.lancome_plp_product_container .lancome_extra_holder .lancome_product_colors .swiper-button-next {
	left: 100%;
}
.lancome_plp_product_container .lancome_extra_holder .lancome_product_colors .swiper-button-prev {
	left: auto;
	right: 100%;
}


/* 용량 선택 .lancome_volume*/
.lancome_plp .lancome_plp_content_part .lancome_plp_product_container .lancome_volume {
	-moz-appearance: none;
	appearance: none;
	-webkit-appearance: none !important;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2% 15% 2% 2%;
	margin-top: 15px;
}

/* ------------recom start-------------*/

.recom-list {
	width: 100%;
	clear: both;
	position: relative;
	box-sizing: border-box;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.recom-list .recom-tit {
	font-size: 24px;
}
.recom-list .recom-slide-wrap {
	overflow: hidden;
	margin: 20px 50px;
	position: relative;
}
.recom-list .recom-slide-wrap > ul > li {
	display: inline-flex;
	flex-direction: column;
	margin-right: 10px;
	text-align: center;
	font-size: 18px;
}
.recom-list .recom-slide-wrap > ul > li img {
	width: 100%; height: auto;
}
.recom-list .recom-slide-wrap > ul > li .prod_tit {
	width: 100%;
	margin-top: 10px;
	/* 20220817 */
	overflow: hidden;
	height:3.06em;
	text-overflow: ellipsis;
	display: -webkit-box;
	word-break: keep-all;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.recom-list .recom-slide-wrap > ul > li .prod_pri {
	color: #be0f34;
	font-weight: bold;
	margin-top: 5px;
}
.worth_price_txt {
	font-size: 14px;
}
.recom-list .recom-slide-wrap > ul > li .btns {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}
.recom-list .recom-slide-wrap > ul > li .btns a {
	flex: 1;
	font-family: '맑은 고딕', 'Malgun Gothic', Arial, 'Dotum', '돋움', sans-serif;
	font-size: 14px;
	line-height: 38px;
	height: 40px;
	text-align: center;
	border: 1px solid #000;
	background: #fff;
	cursor: pointer;
	box-sizing: border-box;
}
.recom-list .recom-slide-wrap > ul > li .btns a.btn_direct {
	border: 1px solid #000;
	background: #000;
	color: #fff;
}
.recom-list .recom-slide-wrap > ul > li .btns a + a {
	margin: 0 2px;
}
.recom-list .swiper-button-prev,
.recom-list .swiper-button-next {
	font-size: 0;
	/* top: auto; */
	bottom: 85px;
	color: #000;
}

/* ------------recom end-------------*/






/* lancome_plp_products_pager */

.lancome_plp .lancome_plp_content_part .lancome_plp_products_pager {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 25px 0 50px;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_products_pager>a {
	margin: 0 3px;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_products_pager .pager_number {
	margin: 0 5px;
	width: 24px;
	height: 24px;
	line-height: 24px;
	font-size: 12px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.lancome_plp .lancome_plp_content_part .lancome_plp_products_pager .pager_number.on {
	color: #fff;
	font-weight: 600;
	background-color: #7d7d7d;
}
/* ----------------------------------------plp page end---------------------------------------- */



/*------------------------------------------footer start------------------------------------------*/
.lancome_footer {
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 10;
}
.lancome_footer .lancome_footer_tab_list {
	background: black;
	display: flex;
	padding: 29px 20px;
}
.lancome_footer .lancome_footer_tab {
	width: calc(100% / 7);
	display: flex;
	justify-content: center;
	align-items: center;
}
.lancome_footer .lancome_footer_tab a {
	font-family: "Noto Sans KR", sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	line-height: 1.4em;
	-webkit-transition: all ease .3s;
	transition: all ease .3s;
}

.lancome_footer .lancome_header_logo {
	position: relative;
	height: 75px;
	margin: 20px auto;
}
.lancome_footer .lancome_header_logo a {
	position: absolute;
	max-width: 280px;
	width: 20%;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.lancome_footer .lancome_header_logo a img {
	width: 100%;
	height: auto;
}




/*------------------------------------------footer end------------------------------------------*/
/*---------------------------------restock calendar ui start-------------------------------------*/
.restock .ui-datepicker .ui-datepicker-calendar th {
	text-align: center;
}
.restock .ui-datepicker .ui-datepicker-calendar, .restock .tblV {
	display: table;
}
/*---------------------------------restock calendar ui end-------------------------------------*/
