@charset "utf-8";
/*------------------------------------------------------------
	렌즈 추천
------------------------------------------------------------*/
#conts.recommend .content .search-lens{
    padding: 10rem 0 16rem;
}
#conts.recommend .content .search-lens .recommend-title{
    font-size: 3.7rem;
    font-weight: 700;
    line-height: 140%;
    text-align: center;
    margin-bottom: 8rem;
}
#conts.recommend .content .search-lens .lens-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 3rem 2rem;
}
#conts.recommend .content .search-lens .lens-list .list-item{
    position: relative;
    border: 2px solid transparent;
    width: calc(100% / 3 - 1.34rem);
    transition: 0.2s ease;
    box-sizing: border-box;
}
/* #conts.recommend .content .search-lens .lens-list .list-item a::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 70.51%, #000 110%);
} */
#conts.recommend .content .search-lens .lens-list .list-item .item-tit{
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 140%;
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    z-index: 1;
    padding-right: 2rem;

    display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#conts.recommend .content .search-lens .lens-list .list-item a {
    width: 100%;
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 131.25%;
    overflow: hidden;
}
#conts.recommend .content .search-lens .lens-list .list-item a:hover {
    opacity: unset;
}
#conts.recommend .content .search-lens .lens-list .list-item img {
    display:block;
    width:100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

#conts.recommend .content .search-lens .lens-list .list-item:hover {
    border-color: #FF0000;
}

/* 상세페이지 */
#conts.recommend .guide-detail {
    padding: 10rem 0 18.5rem;
}
#conts.recommend .guide-detail .detail-head {
    padding-bottom: 3rem;
    border-bottom: 0.2rem solid #d9d9d9;
}
#conts.recommend .guide-detail .detail-head .summary {
    font-family: var(--en-font);
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 140%;
    color: #ececec;
}
#conts.recommend .guide-detail .detail-head .summary + .title {
    padding-top: 1.2rem;
}
#conts.recommend .guide-detail .detail-head .title {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 140%;
    color: #ffffff;
}
#conts.recommend .guide-detail .detail-head + .detail-body {
    padding-top: 6rem;
}
#conts.recommend .guide-detail .detail-body img {
    width: 100%;
    display: block;
}
#conts.recommend .guide-detail .detail-body + .detail-aside {
    padding-top: 16rem;
    padding-bottom: 2.5rem;
    position: relative;
}
#conts.recommend .guide-detail .detail-aside .para {
    font-size: 3.4rem;
    font-weight: 700;
    line-height: 140%;
    color: #ffffff;
}
#conts.recommend .guide-detail .detail-aside .para + .pd_wrap {
    padding-top: 3rem;
    position: unset;
}
#conts.recommend .guide-detail .detail-aside .pd_list {
    align-items: stretch;
    flex-wrap: nowrap;
}
#conts.recommend .guide-detail .detail-aside .pd_item {
    background: #131313;
    border: 1px solid rgba(255, 255, 255, 0.10);
    box-sizing: border-box;
}
#conts.recommend .guide-detail .detail-aside .pd_item .link {
    display: block;
}
#conts.recommend .guide-detail .detail-aside .pd_item .item-figure img {
    width: 100%;
}
#conts.recommend .guide-detail .detail-aside .pd_item .item-body {
    padding: 2.4rem;
}
#conts.recommend .guide-detail .detail-aside .pd_item .name {
    font-family: var(--en-font);
    font-size: 2rem;
    font-weight: 500;
    line-height: 150%;
    color: #FFF;
    padding-right: 2rem;
    min-height: 6rem;

    text-overflow: ellipsis;
	overflow: hidden;
	word-break: keep-all;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical
}
#conts.recommend .guide-detail .detail-aside .pd_item .name + .btn-display {
    padding-top: 1.6rem;
    justify-content: center;
}
/* #conts.recommend .guide-detail .detail-aside .pd_item .price {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 150%;
    color: #FFF;
    display: flex;
    align-items: center;
}
#conts.recommend .guide-detail .detail-aside .pd_item .price .num {
    display: inline-block;
    padding-right: 0.2rem;
    font-family: var(--en-font);
    font-size: 2.4rem;
    font-weight: 600;
} */
#conts.recommend .guide-detail .detail-aside .recommend-swiper .swiper-scrollbar {
    width: 100%;
    left: auto;
    height: 0.5rem;
    background: rgba(255,255,255,0.05);
}
#conts.recommend .guide-detail .detail-aside .recommend-swiper .swiper-scrollbar .swiper-scrollbar-drag {
    background: #000000;
}



@media all and (max-width: 1199px) and (min-width: 768px) {
    #conts.recommend .content .search-lens .lens-list .list-item .item-tit {
        font-size: 2vw;
        left: 2.5vw;
        bottom: 2.5vh;
    }
    #conts.recommend .content .search-lens .lens-list {
        gap: 1.8rem;
    }
}

@media all and (max-width: 767px) {
    #conts.recommend .content .search-lens {
        padding: 5rem 0 9rem;
    }
    #conts.recommend .content .search-lens .recommend-title {
        font-size: 2rem;
        margin-bottom: 2rem;
    }
    #conts.recommend .content .search-lens .lens-list {
        row-gap: 1rem;
    }
    #conts.recommend .content .search-lens .lens-list .list-item {
        width: 100%;
    }
    #conts.recommend .content .search-lens .lens-list .list-item a {
        padding-bottom: 89.55%;
    }
    #conts.recommend .content .search-lens .lens-list .list-item .item-tit {
        font-size: 2rem;
        left: 2.4rem;
        bottom: 2.4rem;
    }

    /* sub */
    #conts.recommend .guide-detail {
        padding: 5rem 0 9rem;
    }
    #conts.recommend .guide-detail .detail-head {
        padding-bottom: 2rem;
        border-width: 0.1rem;
    }
    #conts.recommend .guide-detail .detail-head .summary {
        font-size: 1.4rem;
    }
    #conts.recommend .guide-detail .detail-head .title {
        font-size: 2rem;
    }
    #conts.recommend .guide-detail .detail-head .summary + .title {
        padding-top: 0.6rem;
    }
    #conts.recommend .guide-detail .detail-head + .detail-body {
        padding-top: 3rem;
    }
    #conts.recommend .guide-detail .detail-aside .para {
        font-size: 2rem;
    }
    #conts.recommend .guide-detail .detail-body + .detail-aside {
        padding-top: 5rem;
    }
    #conts.recommend .guide-detail .detail-aside .pd_item {
        width: 100%;
    }
    #conts.recommend .guide-detail .detail-aside .pd_item .item-body {
        padding: 2rem 1.8rem 3rem;
    }
    #conts.recommend .guide-detail .detail-aside .pd_item .name {
        font-size: 1.6rem;
    }
    #conts.recommend .guide-detail .detail-aside .pd_item .price .num {
        font-size: 2.2rem;
    }
    #conts.recommend .guide-detail .detail-aside .pd_item .name + .price {
        padding-top: 1rem;
    }
}

/* 렌즈 pick */
#conts.recommend .content .lens-pick {
    padding-block: 10rem 16rem;
}
#conts.recommend .content .lens-pick .content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#conts.recommend .content .lens-pick .title {
    color: #FFF;
    font-size: 34px;
    font-weight: 700;
    line-height: 140%;
    text-align: left;
}
#conts.recommend .content .lens-pick .info-wrap {
    position: relative;
    flex-shrink: 0;
}
#conts.recommend .content .lens-pick .info-wrap .info-title {
    color: #979797;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    position: relative;
    display: flex;
    align-items: center;
}
#conts.recommend .content .lens-pick .info-wrap.tooltip-layout .info-title::after {
	content: '';
	display: inline-block;
	width: 1.4rem;
	height: 1.4rem;
	vertical-align: middle;
	margin-left: 0.6rem;
    background: url('/resources/assets/img/rflensworld/common/icon-help.svg') no-repeat center center;
    background-size: cover;
}
#conts.recommend .content .lens-pick .tooltip-display {
    width: 273px;
}
#conts.recommend .content .lens-pick .content-head + .content-body {
    margin-top: 6.4rem;
}

@media all and (max-width: 767px) {
    #conts.recommend .content .lens-pick {
        padding-block: 4rem 9rem;
    }
    #conts.recommend .content .lens-pick .content-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 1.2rem;
    }
    #conts.recommend .content .lens-pick .title {
        font-size: 20px;
        text-align: left;
    }
    #conts.recommend .content .lens-pick .content-head + .content-body {
        margin-top: 5rem;
    }
    #conts.recommend .content .lens-pick .tooltip-display {
        left: 0;
        right: unset;
    }
}

/* 정품등록 이력 스와이퍼 */
#conts.recommend .content .lens-pick .product-history-head .title {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;
}
#conts.recommend .content .lens-pick .product-history-head + .product-history-body {
    margin-top: 2rem;
    padding-bottom: 2.1rem;
}
#conts.recommend .content .lens-pick .product-history-body .product-item {
    width: 230px;
    min-height: 158px;
    box-sizing: border-box;
}
#conts.recommend .content .lens-pick .product-history-body .item-wrap {
    padding-block: 32px 20px;
    display: block;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #131313;
    box-sizing: border-box;
}
#conts.recommend .content .lens-pick .product-history-body .product-img {
    width: 100%;
    overflow: hidden;
    aspect-ratio: 230 / 173;
    display: flex;
    align-items: center;
    justify-content: center;
}
#conts.recommend .content .lens-pick .product-history-body .product-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#conts.recommend .content .lens-pick .product-history-body .product-img + .product-name {
    padding-top: 2.2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}
#conts.recommend .content .lens-pick .product-history-body .product-name {
    min-height: 56px;
    margin-inline: 1.6rem;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 140%;

    text-overflow: ellipsis;
	overflow: hidden;
	word-break: break-word;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
    box-sizing: border-box;
}
#conts.recommend .content .lens-pick .product-history-body .product-name + .product-date {
    margin-top: 1.4rem;
}
#conts.recommend .content .lens-pick .product-history-body .product-date {
    color: #C3C3C3;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    display: block;
    padding-inline: 1.6rem;
    box-sizing: border-box;
}

#conts.recommend .content .lens-pick .product-history + .product-accordion {
    margin-top: 8rem;
}

@media all and (max-width: 767px) {
    #conts.recommend .content .lens-pick .product-history-head .title {
        font-size: 18px;
    }
    #conts.recommend .content .lens-pick .product-history-body .product-item {
        width: 180px;
        min-height: 124px;
    }
    #conts.recommend .content .lens-pick .product-history-body .item-wrap {
        padding-block: 20px 16px;
    }
    #conts.recommend .content .lens-pick .product-history-body .product-name {
        min-height: 50px;
        margin-inline: 2rem;
        font-size: 18px;
    }
    #conts.recommend .content .lens-pick .product-history-body .product-name + .product-date {
        margin-top: 1rem;
    }
    #conts.recommend .content .lens-pick .product-history-body .product-date {
        padding-inline: 2rem;
    }
    #conts.recommend .content .lens-pick .product-history + .product-accordion {
        margin-top: 5rem;
    }
}


/* 제품선택 아코디언 */
#conts.recommend .content .lens-pick .product-accordion .accordion + .accordion {
	margin-top: 4.2rem;
}
#conts.recommend .content .lens-pick .product-accordion .accordion-head {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
}
#conts.recommend .content .lens-pick .product-accordion .accordion-head:after {
    content: '';
    width: 2.4rem;
    height: 2.4rem;
    background: url(/resources/assets/img/rflensworld/common/icon-arrow-wh-pc.svg) no-repeat center center;
    background-size: cover;
    transition: 0.2s;
    position: absolute;
    right: 0;
    top: 0;
}
#conts.recommend .content .lens-pick .product-accordion .accordion-head .title {
    color: #FFF;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 13px;
    padding-right: 24px;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid #D9D9D9;
    box-sizing: border-box;
}

#conts.recommend .content .lens-pick .product-accordion .accordion-head .subject {
    color: #E02C2C;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    position: absolute;
    right: 4.4rem;
    bottom: 1.4rem;

    display: none;
}
#conts.recommend .content .lens-pick .product-accordion .accordion-head .subject.view {
    display: block;
}

#conts.recommend .content .lens-pick .product-accordion .accordion-head.on:after {
    transform: rotate(180deg);
}

#conts.recommend .content .lens-pick .product-accordion .hide-box {
    display: none;
}

#conts.recommend .content .lens-pick .product-accordion .product-select .product-head {
	color: #FFF;
	font-size: 18px;
	font-weight: 400;
    font-family: Montserrat;
}
#conts.recommend .content .lens-pick .product-accordion .product-select .product-head + .product-body {
	margin-top: 1.6rem;
}
#conts.recommend .content .lens-pick .product-accordion .product-select + .product-gallery {
    margin-top: 8rem;
}
#conts.recommend .content .lens-pick .product-accordion .product-select + .coming-soon {
    margin-top: 16rem;
}

/* body 제품 선택 */
#conts.recommend .content .lens-pick .product-accordion .product-choice .accordion-head + .hide-box {
	margin-top: 4rem;
}
#conts.recommend .content .lens-pick .product-accordion .product-choice .product-select + .product-select {
	margin-top: 2.4rem;
}
#conts.recommend .content .lens-pick .product-accordion .product-choice .product-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(192px, 1fr));
}
#conts.recommend .content .lens-pick .product-accordion .product-choice .product-item {
	min-height: 15rem;
	border: 1px solid rgba(255, 255, 255, 0.10);
	background: #222;
	cursor: pointer;
	transition: 0.2s;
}
#conts.recommend .content .lens-pick .product-accordion .product-choice .product-item:hover,
#conts.recommend .content .lens-pick .product-accordion .product-choice .product-item.active {
	border-color: #F00;
}
#conts.recommend .content .lens-pick .product-accordion .product-choice .item-wrap {
	padding: 1.1rem 0.8rem 0.8rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    cursor: pointer;
}
#conts.recommend .content .lens-pick .product-accordion .product-choice .product-img {
    width: 9rem;
    height: 9rem;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#conts.recommend .content .lens-pick .product-accordion .product-choice .product-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media all and (max-width: 767px) {
    #conts.recommend .content .lens-pick .product-accordion .accordion-head {
        flex-direction: column;
        align-items: flex-start;
    }
    #conts.recommend .content .lens-pick .product-accordion .accordion + .accordion {
        margin-top: 3rem;
    }
    #conts.recommend .content .lens-pick .product-accordion .accordion-head:after {
        width: 2rem;
        height: 2rem;
        background: url(/resources/assets/img/rflensworld/common/icon-arrow-wh-mo.svg) no-repeat center center;
        background-size: cover;
    }
    #conts.recommend .content .lens-pick .product-accordion .accordion-head .title {
        padding-bottom: 12px;
        font-size: 16px;
    }
    #conts.recommend .content .lens-pick .product-accordion .accordion-head .subject {
        font-size: 16px;
        position: relative;
        right: unset;
        left: 0;
        bottom: 0;
        padding-top: 12px;
    }
    #conts.recommend .content .lens-pick .product-accordion .product-select .product-head {
        font-size: 16px;
    }
    #conts.recommend .content .lens-pick .product-accordion .product-select .product-head + .product-body {
        margin-top: 1.2rem;
    }
    #conts.recommend .content .lens-pick .product-accordion .product-select + .product-gallery {
        margin-top: 5rem;
    }

    /* body 제품 선택 */
    #conts.recommend .content .lens-pick .product-accordion .product-choice .accordion-head + .hide-box {
        margin-top: 3rem;
    }
    #conts.recommend .content .lens-pick .product-accordion .product-choice .product-list {
        gap: 0.8rem;
        grid-template-columns: repeat(auto-fill, minmax(106px, 1fr));
	}
	#conts.recommend .content .lens-pick .product-accordion .product-choice .product-item {
		min-height: 14.8rem;
		background: #222;
	}
    #conts.recommend .content .lens-pick .product-accordion .product-choice .item-wrap {
        padding: 0.7rem 1.2rem;
        gap: 0.4rem;
        align-items: baseline;
    }
    #conts.recommend .content .lens-pick .product-accordion .product-choice .product-img {
        width: 8rem;
        height: 8rem;
        margin: 0 auto;
    }
    #conts.recommend .content .lens-pick .product-accordion .product-select + .coming-soon {
        margin-top: 9rem;
    }
}

/* 렌즈 top 5 */
#conts.recommend .content .lens-pick .product-accordion .lens-top5 .accordion-head + .hide-box {
	margin-top: 6rem;
}

/* 렌즈 top 5 & 추가 렌즈 top 5 제품 리스트 공통 */
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-list {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(auto-fill, minmax(192px, 1fr));
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-item {
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: #222;
    padding-bottom: 2.6rem;
    box-sizing: border-box;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-img {
    width: 100%;
    min-height: 160px;
    aspect-ratio: 192 / 160;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-img .top-num {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;

    background: linear-gradient(180deg, #FFF 43.75%, #737373 72.78%, #FFF 81.25%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-info {
    padding-inline: 1.6rem;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-name {
    color: #ECECEC;
    text-align: center;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 600;
    line-height: 140%;

    min-height: 50px;

    display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-name + .product-util {
    margin-top: 3rem;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .btn-display {
    flex-direction: column;
    align-items: center;
    gap: 1.2rem;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .btn-display .btn {
    min-width: 12.7rem;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .btn-display .form {
    min-width: 12.7rem;
    cursor: pointer;
}
#conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .btn-display .form > label  {
    cursor: pointer;
    justify-content: center;
}

/* 추가 렌즈 top 5 */
#conts.recommend .content .lens-pick .product-accordion .lens-plus5 .accordion-head + .hide-box {
	margin-top: 2.8rem;
}
#conts.recommend .content .lens-pick .product-accordion .lens-plus5 .info-wrap .info-title {
	justify-content: end;
}
#conts.recommend .content .lens-pick .product-accordion .lens-plus5 .info-wrap + .product-list {
    margin-top: 2rem;
}


@media all and (max-width: 767px) {
    /* 렌즈 top 5 */
    #conts.recommend .content .lens-pick .product-accordion .lens-top5 .accordion-head + .hide-box {
        margin-top: 3rem;
    }
    /* 렌즈 top 5 & 추가 렌즈 top 5 제품 리스트 공통 */
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-list {
        gap: 0.9rem;
        grid-template-columns: repeat(auto-fill, minmax(163px, 1fr));
    }
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-item {
        padding-bottom: 2.4rem;
    }
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-img {
        min-height: 136px;
        aspect-ratio: 163 / 136;
    }
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-img .top-num {
        font-size: 16px;
        font-weight: 600;

        top: 1rem;
        left: 1.2rem;
    }
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-info {
        padding-inline: 1rem;
    }
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-name {
        color: #FFF;
        font-size: 14px;
        line-height: 24PX;
        min-height: 48px;
    }
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .product-name + .product-util {
        margin-top: 2.4rem;
    }
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .btn-display {
        gap: 1rem;
    }
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .btn-display .btn,
    #conts.recommend .content .lens-pick .product-accordion .common-top5 .product-select .btn-display .form {
        width: 100%;
    }
    /* 추가 렌즈 top 5 */
    #conts.recommend .content .lens-pick .product-accordion .lens-plus5 .accordion-head + .hide-box {
        margin-top: 3rem;
    }
    #conts.recommend .content .lens-pick .product-accordion .lens-plus5 .info-wrap .info-title {
        justify-content: start;
    }
}

/* 사진 갤러리 */
#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list {
    margin: 0 auto 8rem;
    display: flex;
    flex-wrap: wrap;
    gap: 6.4rem 3.6rem;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item {
    width: calc(100% / 3 - 2.4rem);
    border: 1px solid transparent;
    cursor: pointer;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a {
    text-align: center;
    position: relative;
    transition: 0.2s ease-out;
    overflow: hidden;
    display: block;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .figure {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .text-wrap {
    margin-top: 2rem;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .text-wrap .tit {
    font-size: 1.4rem;
    font-weight: 500;
    color: #9E9E9E;
    line-height: 140%;
    text-align: left;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .text-wrap .tit+.desc {
    padding-top: 1.2rem;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .text-wrap .desc {
    font-size: 2rem;
    font-weight: 700;
    color: #FFF;
    line-height: 140%;
    text-align: left;

    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a:hover {
    opacity: unset;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a {
    text-align: center;
    position: relative;
    transition: 0.2s ease-out;
    height: 0;
    padding-bottom: 100%;
    overflow: hidden;
    display: block;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .author {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    font-family: var(--en-font);
    font-size: 2.4rem;
    font-weight: 700;
    color: #fff;
    line-height: 140%;
    z-index: 2;
    opacity: 0;
    transition: 0.2s ease-out;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .author.no-name {
    font-family: 'Pretendard', sans-serif;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a::after {
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.2s ease-out;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item:hover {
    border-color: #FF0000;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item:hover a .author {
    opacity: 1;
}

#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item:hover a::after {
    background: rgba(0, 0, 0, 0.7);
}
#conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a img {
    display:block;
    width:100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

/* button */
#conts.recommend .content .lens-pick .product-gallery .btn-display {
    justify-content: center;
}

@media all and (max-width: 767px) {
    /* 사진 갤러리 */
    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list {
        margin: 0 auto 5rem;
        gap: 1.8rem 1.6rem;
    }
    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item {
        width: calc(100% / 2 - 0.8rem);
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .text-wrap {
        margin-top: 2rem;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .text-wrap .tit {
        font-size: 1.4rem;
        font-weight: 500;
        color: #9E9E9E;
        line-height: 140%;
        text-align: left;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .text-wrap .tit+.desc {
        padding-top: 1.2rem;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .text-wrap .desc {
        font-size: 2rem;
        font-weight: 700;
        color: #FFF;
        line-height: 140%;
        text-align: left;

        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a:hover {
        opacity: unset;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a {
        text-align: center;
        position: relative;
        transition: 0.2s ease-out;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
        display: block;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .author {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);

        font-family: var(--en-font);
        font-size: 2.4rem;
        font-weight: 700;
        color: #fff;
        line-height: 140%;
        z-index: 2;
        opacity: 0;
        transition: 0.2s ease-out;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a .author.no-name {
        font-family: 'Pretendard', sans-serif;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a::after {
        content: "";
        width: 100%;
        height: 100%;
        display: inline-block;
        position: absolute;
        top: 0;
        left: 0;
        transition: 0.2s ease-out;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item:hover {
        border-color: #FF0000;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item:hover a .author {
        opacity: 1;
    }

    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item:hover a::after {
        background: rgba(0, 0, 0, 0.7);
    }
    #conts.recommend .content .lens-pick .product-gallery .pd_wrap .pd_list .pd_item a img {
        display:block;
        width:100%;
        height: 100%;
        object-fit: cover;
        position: absolute;
        top: 50%; left: 50%;
        transform: translate(-50%,-50%);
    }

    /* button */
    #conts.recommend .content .lens-pick .product-gallery .btn-display {
        justify-content: center;
    }
}

/*갤러리 미노출 문구*/

#conts.recommend .coming-soon p {
    color: rgba(255, 255, 255, 0.50);
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
}

@media all and (max-width: 767px) {
    #conts.recommend .coming-soon p {
        font-size: 20px;
        font-weight: 700;
        line-height: 140%;
    }
}













