
#contents * {
	font-family: var(--main-fonts);
}
/* 공통::s */
.cur {
    width: 0px; 
    height: 0px; 
    opacity: 1;
    background: url(/common/image/plan/lgbrand/drag.svg) no-repeat;
    background-size: 0px 0px;
    position: fixed; top: 0; left: 0; z-index: 200;
    border-radius: 50%; transform: translate(-50%,-50%);
    pointer-events: none; 
    transition: 0.2s;
    display: flex; 
    justify-content: center;
    align-items: center;  
}
.cur.over{
    width: 140px; height: 140px;
    transform: translate(-50%,-50%);
    opacity: 0.6;
    background-size: 140px 140px;
}  
section .section__title {
	font-size: 32.01px;
	font-weight: 600;
	margin: 0;
	letter-spacing: -.5px;
	line-height: 44px;
}
section .section__title span{
    font-size: 23px;
    font-weight: 500;
    line-height: 45px;
} 
section .section__title2 {
	font-size: 26px;
	font-weight: 600;
	margin: 0 0 20px;
	letter-spacing: -.5px;
}
section .section__title2 span{
    font-size: 23px;
    font-weight: 500;
    line-height: 45px;
} 
/* 공통::e */

/* service::s */
.service{
	padding: 24px 0;
	border-top: 1px solid #e1e1e1;
	border-bottom: 1px solid #e1e1e1;
}
#service_f{
	margin: 0 auto !important;
}
#service_f .top_title p{
	font-size: 24px;
	font-weight: 500;
	text-align: center;
}
/* service::e */

/* cate::s */
section {
	width: 1280px; 
	margin: 56px auto;
}
section .cate-top{
	display: flex;
	justify-content: space-between;
}
section .cate-top ul,
section .cate-bottom{
	display: flex;
	gap: 47.5px;
}
section .cate-bottom{
	margin-top: 30px;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.nav_item p{
	text-align: center; 
	font-size: 15px; 
	margin: 10px 0 0;
	font-weight: 500; 
	word-break: keep-all; 
	line-height: 16px;
}
.cate>ul>li .section__title{
	margin-right: 78px;
	padding-top: 18px;
}
.cate .nav_item{
	width: 85px;
	position: relative;
}
.cate>ul a{
	font-size: 14px; 
	line-height: 28px;
}
.cate .nav_item .depth2{
	display: none;
	background: #fff;
	padding: 10px 15px 15px;
	border: 1px solid #d9dddc;
	border-radius: 10px;
	white-space: nowrap;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 10;
	width: 182px;
	box-sizing: border-box; 
}
.cate .nav_item .depth3{
	display: none;
	background: #fff;
	padding: 10px 15px 15px;
	border: 1px solid #d9dddc;
	border-radius: 10px;
	white-space: nowrap;
	position: absolute;
	left: 100%;
	top:0;
	z-index: 10;
}
.cate .nav_item:last-child .depth2{
	left: -100%;
}
.cate ul a:hover{
	font-weight: bold;
}
/* cate::e */

/* 월간베스트::s */
.month_best{
    background-color: #323232;
    color: #fff;
    width: 100%;
    padding: 60px 0;
    height: 730px;
}
.month_best .section__div{
	margin-bottom: 10px;
}
section .more {
	display: flex;
	align-items: end;
	font-size: 15px;
	color: #adadad;
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
section .more::before{
    content: '';
    display: block;
    background: #adadad;
    width: 1100px;
    height: 1px;
    position: absolute;
    bottom: -2px;
    right: 0;
}
#best__slide{
	max-width: 1160px;
	margin: 0 auto;
    position: relative;
}
.best_slide{
    width: 100%;
    position: relative;
    overflow: hidden;
    padding: 60px 0 40px;
}
#best__slide .product{
    background: #fff;
    border-radius: 10px;
    padding: 7px;
    width: 205px;
}
#best__slide .product_img .thumb{
	border-radius: 10px;
}
#best__slide .pn_num{
    position: absolute;
    top: 7px;
    left: 7px;
    display: table;
    color: #fff;
    background: #000;
    padding: 8px;
    z-index: 2;
    font-size: 12px;
    border-radius: 10px 0 10px 0;
}
#best__slide span::after{
    display: none;
}
#best__slide .swiper-slide{
    filter:brightness(0.5);
    transition: 0.5s;
}
#best__slide .swiper-slide-active{
    filter:brightness(1);
    transform: scale(1.2);
    z-index: 4;
    margin-top: 12px;
}
#best__slide .swiper-slide-active .product{
	height: 400px;
}
#best__slide .swiper-slide-active .product_txt{
	padding-left: 2px !important;
	padding-top: 9px !important;
}
#best__slide .swiper-slide-active .icon_list{
	margin-bottom: 8px;
}
#best__slide .swiper-slide-active .pn_num{
    font-size: 10px;
    padding: 7px;
}
#best__slide .swiper-slide-active .icon_list > span {
    font-size: 10px;
    padding: 3px;
    transform: scale(.9);
    transform-origin: left;
}
#best__slide .swiper-slide-active .item_tit{
    font-size: 17px;
    padding-right: 7px;
    margin-bottom:5px;
}
#best__slide .swiper-slide-active .title_txt{
    font-size: 11px;
    margin-bottom: 3px;
}
#best__slide .swiper-slide-active .prd_price{
    width: 187px;
}
#best__slide .swiper-slide-active .prd_bp{
    width: 187px;
}
#best__slide .swiper-slide-active .prc_sale_per{
	font-size: 18px;
}
#best__slide .swiper-slide-active .prc_normal{
	font-size: 13px;
}
#best__slide .swiper-slide-active .prc_name{
	font-size: 11px;
}
#best__slide .swiper-slide-active .prc_sell_prc{
	font-size: 18px;
}
#best__slide .swiper-button-next {
  /* display: none; */
  background-image: url('/common/image/arrow/arrow_g.svg');
  right: -60px;
  top:242px;
  margin-right: 0px;
  width: 15px;
  background-size: contain;
}
#best__slide .swiper-button-prev {
  /* display: none; */
  background-image: url('/common/image/arrow/arrow_g.svg');
  left: -60px;
  top:242px;
  margin-left: 0px;
  width: 15px; 
  background-size: contain;
  transform: rotate(180deg);
}
/* 월간베스트::e */

/* MD's Choice::s */
section .section__div2 {
	width: 1280px;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}
.prd__slide{
	width: 1280px;
	margin: 0 auto;
    position: relative;
}
section .more2 {
	display: flex;
	align-items: end;
	font-size: 16px;
	font-weight: 500;
	color: #787878;
	position: relative;
	margin-bottom: 10px;
}
.parrow2 {
	width: 20px !important;
	height: 20px !important;
	margin-left: 10px !important;
	display: inline-block;
	margin-right: 10px;
}
section .section__div {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	margin-bottom: 50px;
}
.parrow {
	width: 8px !important;
	height: 15px !important;
	margin-left: 14px !important;
	display: inline-block;
	margin-bottom: 2px;
}
/* MD's Choice::e */

.keyword{
	display: flex; 
	justify-content: space-between;
}
.keyword .key {
	width: 210px;
	height: 421px;
}
.keyword .key h3{
  font-size: 32px;
  line-height: 41px;
  margin-bottom: 32px;
}
.keyword .key a{
  display: table;
  font-size: 18px;
  margin-bottom: 13px;
  background: #f4f4f4;
  border-radius: 20px;
  padding: 8px 20px;
  transition: .3s;
}
.keyword .key a.co:hover{
	background: #ddd;
}
.keyword .product{
	width: 197px;
	margin-right: 0;
}
.prd_slide{
	overflow: hidden; 
	width: 100%; 
	margin-bottom: 60px;}
.prd__slide .product{ 
	width: 300px;
}
.prd__slide .swiper-button-next {
  /* display: none; */
  background-image: url('/common/image/plan/lgbrand/md_arrow.png');
  right: -25px;
  top:148px;
  margin-right: 0px;
  width: 12px;
  height: 18px;
  background-size: contain;
}
.prd__slide .swiper-button-prev {
  /* display: none; */
  background-image: url('/common/image/plan/lgbrand/md_arrow.png');
  left: -32px;
  top:148px;
  margin-left: 0px;
  width: 12px; 
  height: 18px;
  background-size: contain;
  transform: rotate(180deg);
}

.prd_cont {
  display: flex;
  flex-wrap: wrap;
  width: 1066px;
  margin: 0 auto;
}

.story a{display: block;} 
.story{display:flex; flex-wrap: wrap; gap: 20px;}
section h2{font-size: 32px;}

.vod_zone video{
  width: 100%;
  object-fit: cover;
}
.prd__slide .swiper-button-next.swiper-button-disabled,
.prd__slide .swiper-button-prev.swiper-button-disabled{
  opacity: 0.5;
}
.story a{overflow: hidden;}
.story a img{transition: .5s;}
.story>a:hover >img{transform: scale(1.02);}

/* .cate ul li:nth-child(13){display: none;} */

.vod_zone{margin: 110px auto;}
.key_zone{margin-bottom: 30px;}
.banner1{margin: 0 auto 100px;}
.md{margin-bottom: 0;}
.md .prd__slide2 .prd_slide{margin-bottom: 0px;}
.banner2{margin: 50px auto 100px;}
.banner3{margin: 70px auto 100px;}
.banner4{margin: 100px auto;}

.section__div2:last-child .prd_slide{margin-bottom: 50px;}

#contents .banner_div {
  margin-top: 50px!important;
}

.banner_div {
    width: 1280px;
    margin: 0px auto !important;;
    overflow: hidden;
} 
.banner_div .banner_con {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 1;
    width: 82px;
    height: 50px;
    background: rgba(0,0,0,.3);
    transform: translate(0, -50%);
    overflow: hidden;
}
.banner_div .banner_con .swiper-pagination {
    width: 100%;
    right: 0;
    color: #fff;
    font-weight: 600; 
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    z-index: 1;
}
.banner_div .banner_con .swiper-pagination span {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
}
.banner_div .banner_con .swiper-pagination-current {
    font-size: 14px;
}
.banner_div .banner_con .swiper-pagination-total {
    font-weight: 500;
    font-size: 12px;
}
.banner_div .swiper-button-prev { 
    background-image: url(/common/image/main/banner/arrow_l.png);
    background-size: 20px 27px;
    left: 8px;
    z-index: 2;
}
.banner_div .banner_con .swiper-button-next { 
    background-image: url(/common/image/main/banner/arrow_r.png);
    background-size: 20px 27px;
    right: 8px;
    z-index: 2;
}
.banner_div .swiper-pagination-fraction {
    bottom: 15px;
    left: -15px;
}
.banner_div .banner_con, .banner_div .swiper-button-prev {
    display: none;
}
.banner_div:hover .banner_con, .banner_div:hover .swiper-button-prev{
    display: block;
}
.product_img p.prdnum{
    background: #d52059;
}
.prc_name, .prc_sale_per, .percent{
    color: #d52059 !important;
}
.product_img .prdnum{
	background: #d52059;
}
.prc_name, .prc_sale_per, .percent{
	color: #d52059 !important;
}