/* 전문관 육백점 브랜드 이야기 */
#fp-nav.right {
	right: 50%;
	margin-right: -16vw;
}

#fp-nav ul li, .fp-slidesNav ul li {
	display: block;
	width: 10px;
	height: 10px;
	margin: 40px 0;
	position: relative;
}

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
	width: 10px;
	height: 10px;
	margin: 0;
}

#fp-nav ul li a span, .fp-slidesNav ul li a span {
	left: 0;
	background: #fff;
	width: 10px;
	height: 10px;
	margin: 0;
}

#fp-nav ul li a.active span, .fp-slidesNav ul li a.active span, #fp-nav ul li:hover a.active span,
	.fp-slidesNav ul li:hover a.active span {
	width: 10px;
	height: 10px;
	margin: 0;
	background: #fff;
	box-sizing: border-box;
}

#fp-nav ul li a.active span:after, .fp-slidesNav ul li a.active span:after,
	#fp-nav ul li:hover a.active span:after, .fp-slidesNav ul li:hover a.active span:after
	{
	content: "";
	position: relative;
	display: block;
	width: 26px;
	height: 26px;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 50%;
	top: -8px;
	left: -8px;
}

/* 추가 */
.fp-section.fp-table, .fp-slide.fp-table {
	width: 100vw !important;
	height: 100vh !important;
	text-align: center;
}

.fp-section.fp-table .ani-txt {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transition: all 1.1s ease-out;
	-webkit-transition: all 1.1s ease-out;
	animation-delay: 5s;
	width: 37.5vw;
	opacity: 0;
}

.fp-section.fp-table .ani-txt p {
	margin: 0;
	padding: 0 1.5vw;
	font-size: 1vw;
	color: #fff;
	line-height: 1.73;
	font-weight: 300;
	letter-spacing: -0.04em;
	text-align-last: left;
}

.fp-section.fp-table .ani-txt strong {
	color: #dc291e;
}

.fp-section.fp-table .ani-txt em {
	font-style: normal;
	text-decoration: underline;
}

.fp-section.fp-table .default-txt {
	position: absolute;
	top: 50vh;
	left: 0;
	right: 0;
	width: 37.5vw;
	margin: 0 auto;
	margin-top: 12vh;
}

.fp-section.fp-table .default-txt p {
	margin: 0;
	padding: 0 1.5vw;
	font-size: 1vw;
	color: #000;
	line-height: 1.73;
	font-weight: 300;
	letter-spacing: -0.04em;
	text-align: left;
}

.fp-section.fp-table .default-txt p:first-child {
	margin-bottom: 20px;
}

.fp-viewing-secondSection .fp-section.fp-table.active .ani-txt {
	top: 28vh;
	opacity: 1;
}

.fp-viewing-thirdSection .fp-section.fp-table.active .ani-txt {
	top: 28vh;
	opacity: 1;
}

.fp-section.fp-table .fp-tableCell {
	width: 100vw !important;
	height: 100vh !important;
}

.fp-section.fp-table .fp-tableCell img {
	width: 100vw;
	height: 100vh;
	object-fit: cover;
}

.fp-section.fp-table .btn-go-view {
	position: absolute;
	bottom: 1.5vw;
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16vw;
	height: 3vw;
	background: #333;
	text-decoration: none;
}

.fp-section.fp-table .btn-go-view span {
	display: block;
	color: #fff;
	font-size: 1vw;
	line-height: 3vw;
	text-align: center;
	letter-spacing: -0.04em;
}

.fp-section.fp-table .btn-go-view span:after {
	display: inline-block;
	width: 0.3vw;
	height: 0.3vw;
	margin: -0.3vw 0 0 0.3vw;
	border: 0.1vw solid #fff;
	border-width: 0.1vw 0.1vw 0 0;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

@media screen and (max-width: 900px) {
	.fp-section.fp-table .btn-go-view {
		width: 20vw;
	}
}

.fp-section.fp-table .btn-go-view {
	position: absolute;
	bottom: 1.5vw;
	display: inline-block;
	left: 0;
	right: 0;
	margin: 0 auto;
	width: 16vw;
	height: 3vw;
	background: #333;
	text-decoration: none;
}

.fp-section.fp-table .btn-go-view span {
	display: block;
	color: #fff;
	font-size: 1vw;
	line-height: 3vw;
	text-align: center;
	letter-spacing: -0.04em;
}

.fp-section.fp-table .btn-go-view span:after {
	display: inline-block;
	width: 0.3vw;
	height: 0.3vw;
	margin: -0.3vw 0 0 0.3vw;
	border: 0.1vw solid #fff;
	border-width: 0.1vw 0.1vw 0 0;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

@media screen and (max-width: 900px) {
	.fp-section.fp-table .btn-go-view {
		width: 20vw;
	}
}

/* 카테고리 */
.class-article {
	margin-top: -50px;
	padding: 25px 0;
	background: #C5C5C50F;
	text-align: center;
}

.class-article .title-wrap {
	padding: 0 0 34px;
}

.class-article .cate-wrap {
	font-size: 0;
}

.class-article .cate-wrap a {
	display: inline-block;
	margin-right: 25px;
	text-align: center;
	transition: all 0.3s ease;
	text-decoration: none;
}

.class-article .cate-wrap a .category-icon {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	background: #F3F3F3;
	border-radius: 100%;
	border-radius: 27px;
}

.class-article .cate-wrap a .category-icon img {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	transition: all 0.3s ease;
}

.class-article .cate-wrap a .category-icon img.off {
	display: block;
}

.class-article .cate-wrap a .category-icon img.on {
	display: none;
}

.class-article .cate-wrap a p {
	margin-top: 12px;
	font-size: 17px;
	color: #7E7E7E;
	line-height: 20px;
	letter-spacing: -1.7px;
}

.class-article .cate-wrap a:last-child {
	margin-right: 0;
}

.class-article .cate-wrap a:hover .icon-box {
	box-shadow: 0 10px 20px rgba(69, 142, 21, 0.06);
}

.class-article .cate-wrap a:hover .icon-box img.off {
	display: none;
}

.class-article .cate-wrap a:hover .icon-box img.on {
	display: block;
}

.class-article .cate-wrap .tip-box {
	position: absolute;
	bottom: 10px;
	left: 14px;
}

/* 베스트리뷰 */
.article.review-article {
	padding: 61px 0 90px;
	background: #f7f7f7;
	margin-top: 90px;
}

.article.review-article .inner-box {
	position: relative;
	width: 1020px;
	margin: 0 auto;
}

.article.review-article .title-wrap {
	padding: 0 0 34px;
	text-align: center;
}

.article.review-article .title-type {
	font-size: 28px;
	color: #333;
	line-height: 36px;
	font-weight: 700;
}

.article.review-article .review-slider .item {
	width: 330px;
	padding: 23px 20px 20px;
	border-radius: 8px;
	background: #fff;
	margin-right: 15px;
	box-sizing: border-box;
}

.article.review-article .review-slider .item a {
	text-decoration: none;
}

.article.review-article .review-slider .item .title {
	margin-bottom: 22px;
	font-size: 22px;
	line-height: 32px;
	color: #333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
}

.article.review-article .review-slider .item .title strong {
	font-weight: 600;
}

.article.review-article .star-graph {
	vertical-align: middle;
	font-size: 0;
	background-size: 100% 100%;
	position: relative;
	width: 78px;
	height: 13px;
	margin-top: 30px;
	background-image: url(../../images/pavilion/star_graph.png);
	background-size: 100% 100%;
}

.article.review-article .star-graph .star-graph-inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	overflow: hidden;
}

.article.review-article .star-graph .star-graph-inner:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 78px;
	height: 13px;
	background-image: url(../../images/pavilion/star_graph_on.png);
	background-size: 100% 100%;
}

.article.review-article .review-slider .item .cont {
	margin-top: 12px;
	font-size: 15px;
	color: #555555;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	height: 72px;
	word-break: break-all;
	white-space: initial;
}

.article.review-article .review-slider .item .prd {
	margin-top: 20px;
	font-size: 0;
}

.article.review-article .review-slider .item .prd div {
	display: inline-block;
	vertical-align: top;
}

.article.review-article .review-slider .item .prd .thumb {
	position: relative;
	width: 152px;
	height: 152px;
}

.article.review-article .review-slider .item .prd .thumb img {
	border-radius: 8px;
	overflow: hidden;
	width: 150px;
}

.article.review-article .review-slider .item .prd .thumb .btn-cart {
	position: absolute;
	opacity: 0.8;
	bottom: 15px;
	right: 15px;
}

.article.review-article .review-slider .item .prd .thumb .btn-cart a {
	display: block;
	font-size: 0;
}

.article.review-article .review-slider .item .prd .thumb .btn-cart a .ico-cart2
	{
	display: inline-block;
	vertical-align: middle;
	font-size: 0;
	background-size: 100% 100%;
	width: 44px;
	height: 44px;
	background-image: url(../../images/pavilion/ico_cart2.png);
}

.article.review-article .review-slider .item .prd .info {
	width: calc(99% - 152px);
	padding-left: 13px;
	box-sizing: border-box;
}

.article.review-article .review-slider .item .prd .info .subject {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 24px;
	height: 48px;
	word-break: break-all;
	white-space: initial;
	font-size: 17px;
	color: #333;
	font-weight: 500;
}

.article.review-article .review-slider .item .prd .info .price {
	margin-top: 10px;
}

.article.review-article .review-slider .item .prd .info .price em {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	font-size: 18px;
	line-height: 24px;
	color: #FF5600;
	font-style: normal;
	font-weight: 600;
}

.article.review-article .review-slider .item .prd .info .price p {
	display: inline-block;
	vertical-align: top;
	margin-bottom: 3px;
	font-size: 15px;
}

.article.review-article .review-slider .item .prd .info .price p strong
	{
	font-size: 18px;
	line-height: 24px;
}

.article.review-article .review-slider .item .prd .info .price del {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #B3B3B3;
	text-decoration: line-through;
}

.article.review-article .review-slider .slick-arrow {
	display: block;
	position: absolute;
	top: 50%;
	z-index: 5;
	transform: translateY(-50%);
	background-color: transparent;
	font-size: 0;
	vertical-align: middle;
	background-size: 100% 100%;
	width: 48px;
	height: 48px;
}

.article.review-article .review-slider .slick-arrow.slick-prev {
	left: -52px;
	background-image: url(../../images/pavilion/ico_prev.svg);
}

.article.review-article .review-slider .slick-arrow.slick-next {
	right: -52px;
	background-image: url(../../images/pavilion/ico_next.svg);
}

.article.review-article .review-slider .slick-arrow.slick-prev:before {
	display: none;
}

.article.review-article .review-slider .slick-arrow.slick-next:before {
	display: none;
}

.article.review-article .review-slider .item .star-rating {
	position: relative;
}

.article.review-article .review-slider .item .star-rating input {
	position: absolute;
	opacity: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0 none;
	outline: 0 none;
	z-index: 10;
}

.article.review-article .review-slider .item .star-rating .stars {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
}

.article.review-article .review-slider .item .icon.icon-star {
	background-image: url(../../images/pavilion/star_step.png);
	background-repeat: no-repeat;
	background-size: auto 100%;
	background-position: 0 0;
}

.article.review-article .review-slider .item .icon.icon-star.gradient10
	{
	background-position: 100% 0;
}

.article.review-article .review-slider .item .icon {
	display: block;
}

.article.review-article .review-slider .item .box-16 {
	width: 14px;
	height: 14px;
}

/* 더주막 페어링 */
.tjm-c {
	margin: 40px auto;
	width: 100%;
	color: #333;
	font-size: 30px;
}

.tjm-c .section-head-center {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 40px;
	display: flex;
}

.tjm-c .section-head-center .section-title {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}

.tjm-c .section-head-center .section-sub {
	margin-left: 20px;
	font-weight: 500;
	color: #606060;
	font-size: 16px;
}

.tjm-c .section-head-center .ico-service {
	display: block;
	margin-left: 6px;
	width: 15px;
	height: 15px;;
	background: url(../../images/pavilion/icon_questmark.png) no-repeat 100%/cover;
	cursor: pointer;
}

.tjm-c .section-head-center .noti-tooltip {
	display: none;
	position: absolute;
	top: -33px;
	right: 190px;
	width: 250px;
	height: 100px;
	padding: 9px 18px;
	box-sizing: border-box;
	border: 1px solid #B9B9B9;
	border-radius: 8px;
	background: #fff;
}

.tjm-c .section-head-center .noti-tooltip::before {
	position: absolute;
	left: -9px;
	top: 48px;
	display: inline-block;
	width: 10px;
	height: 10px;
	background: #fff;
	margin: -3px 3px 0 3px;
	border: 1px solid #999;
	box-sizing: border-box;
	border-width: 0 0 1px 1px;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
}

.tjm-c .section-head-center .noti-tooltip.on {
	display: block;
}

.tjm-c .section-head-center .noti-tooltip p {
	font-size: 14px;
	color: #333333;
	line-height: 20px;
	font-weight: 300;
}

.tjm-c .section-head-center .noti-tooltip p em {
	color: #FF7600;
}

.tjm-c .tabs li {
	float: left;
	width: 20%;
}

.tjm-c .tabs li:first-child a {
	border-left: 1px solid #E6E6E6;
}

.tjm-c .tabs a {
	position: relative;
	display: block;
	text-align: center;
	text-decoration: none;
	padding: 20px 0;
	border-top: 1px solid #E6E6E6;
	border-right: 1px solid #E6E6E6;
	background: #fff;
	font-size: 18px;
	color: #333;
}

.tjm-c .tabs a:hover, .tjm-c .tabs a.active {
	background: #333333;
	color: #fff;
}

.tjm-c .tabs a:hover::before, .tjm-c .tabs a.active::before {
	content: "";
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -20px;
	width: 0px;
	height: 0px;
	border-top: 20px solid #333333;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	z-index: 100;
}

.tjm-c .tabgroup .tab-cont {
	display: none;
	height: 276px;
	border: 1px solid #E6E6E6;
	box-sizing: border-box;
}

.tjm-c .tabgroup .tab-cont.active {
	display: block;
}

.tjm-c .clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.tjm-c .flag_tbc {
	display: inline-block;
	background-color: #ffffff;
	color: #6a6a6a;
	border-radius: 3px;
	letter-spacing: -.28px;
	font-size: 13px;
	padding: 3px 5px;
	border: 1px solid #f5f5f5;
	margin-right: 3px;
	margin-bottom: 5px;
	border-color: #e1e1e1;
}

.tjm-c .nineteen {
	position: absolute;
	padding: 5px 7px;
	top: 8px;
	left: auto;
	right: 7px;
	color: #ffffff;
	background-color: #ff7600;
	border-color: #ff7600;
	border-radius: 4px;
	font-size: 14px;
	opacity: .9;
}

.tjm-c .pd-info .pd-name {
	font-size: 18px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 26px;
	max-height: 60px;
	color: #333333;
}

.tjm-c .pd-info .price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-top: 10px;
}

.tjm-c .pd-info .price-row .d-rate {
	margin-right: 5px;
	color: #FF7600;
	font-weight: 300;
	font-size: 26px;
	letter-spacing: -0.52px;
}

.tjm-c .pd-info .price-row .sale-price {
	font-weight: 700;
	font-size: 17px;
	letter-spacing: -0.52px;
}

.tjm-c .pd-info .price-row .sale-price strong {
	font-size: 26px;
	letter-spacing: -0.34px;
}

.tjm-c .option-check {
	position: absolute;
	display: flex;
	align-items: center;
	z-index: 99;
}

.tjm-c .option-check input[type=checkbox] {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	width: 36px;
	height: 36px;
	margin: 0;
	padding: 0;
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	cursor: pointer;
}

.tjm-c .option-check label {
	width: 36px;
	height: 36px;
	background: url(../../images/pavilion/icon_checkbox_off.svg) no-repeat
		100%/cover;
}

.tjm-c .option-check.on label {
	background: url(../../images/pavilion/icon_checkbox_on.svg) no-repeat
		100%/cover;
}

.tjm-c .option-check span {
	padding: 0 0 0 15px;
	font-size: 18px;
	color: #333333;
	line-height: 50px;
	font-weight: 500;
}

.tjm-c .suitable {
	display: flex;
	width: 1280px;
}

.tjm-c .suitable .pd-info a.show-goods {
	position: absolute;
	right: 20px;
	width: 24px;
	height: 24px;
	background: url(../../images/pavilion/icon_show_goods.svg) 100%/cover;
}

.tjm-c .suitable .pd-info a.show-goods span {
	width: 0;
	height: 0;
	font-size: 0;
	opacity: 0;
}

.tjm-c .suitable .big-row-thumb {
	display: flex;
	width: 472px;
	height: 100%;
	margin-left: 20px;
	margin-right: 40px;
	padding: 20px 0;
	box-sizing: border-box;
}

.tjm-c .suitable .big-row-thumb a {
	position: relative;
}

.tjm-c .suitable .big-row-thumb a img {
	width: 100%;
}

.tjm-c .suitable .big-row-thumb .pd-info {
	position: relative;
	display: flex;
	justify-content: flex-end;
	flex-direction: column;
	width: 216px;
	margin-left: 20px;
}

.tjm-c .suitable .big-row-thumb figure {
	width: 236px;
	height: 236px;
	border: 2px solid #E2E2E2;
}

.tjm-c .suitable .big-row-thumb figure.on {
	border: 2px solid #FF7600;
}

.tjm-c .suitable .big-row-thumb a.soldout::after {
	content: "SOLD OUT";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
}

.tjm-c .suitable .big-row-thumb .option-check {
	position: absolute;
	top: 0;
	left: 0;
	width: 36px;
	height: 36px;
	z-index: 2;
}
.tjm-c .suitable .small-row-thumb {
	width: 748px;
	height: 276px;
    padding: 20px 0;
    overflow-y: scroll;
    box-sizing: border-box;
}

.tjm-c .suitable .row-thumb {
	float: left;
	display: flex;
	width: 320px;
	margin-right: 44px;
	margin-bottom: 24px;
}

.tjm-c .suitable .row-thumb a {
	position: relative;
}

.tjm-c .suitable .row-thumb figure {
	width: 100px;
	height: 100px;
	border: 2px solid #E2E2E2;
}

.tjm-c .suitable .row-thumb figure.on {
	border: 2px solid #FF7600;
}

.tjm-c .suitable .row-thumb a.soldout::after {
	content: "SOLD OUT";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 10;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
}
    
.tjm-c .suitable .row-thumb .pd-info {
	position: relative;
	width: 200px;
	margin: 0 0 0 20px;
}

.tjm-c .suitable .row-thumb .pd-info .pd-name {
	min-height: 51px;
	font-size: 18px;
	line-height: 26px;
	max-height: 51px;
	color: #333333;
}

.tjm-c .suitable .row-thumb .pd-info .price-row a.show-goods {
	position: absolute;
	right: 0;
	width: 24px;
	height: 24px;
	background: url(../../images/pavilion/icon_show_goods.svg) no-repeat
		100%/cover;
}

.tjm-c .suitable .row-thumb .pd-info .price-row a.show-goods span {
	width: 0;
	height: 0;
	font-size: 0;
	opacity: 0;
}

.tjm-c .suitable .big-row-thumb .option-check input[type=checkbox] {
	width: 236px;
    height: 236px;
}

.tjm-c .suitable .row-thumb .option-check input[type=checkbox] {
	width: 100px;
    height: 100px;
}

.tjm-c .select-container {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
}

.tjm-c .select-container .all-check {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
	padding: 0 20px;
	background: #F8F8F8;
	flex: 1;
}

.tjm-c .select-container .all-check .option-check {
	position: relative;
}

.tjm-c .select-container .all-check .num {
	display: flex;
	align-items: center;
	font-size: 18px;
	color: #333333;
}

.tjm-c .select-container .all-check .num .total {
	font-weight: 500;
}

.tjm-c .select-container .all-check .num .price {
	padding-left: 15px;
}

.tjm-c .select-container .all-check .num strong {
	font-size: 26px;
	font-weight: bold;
}

.tjm-c .select-container .btn-area {
	
}

.tjm-c .select-container .btn-area a {
	display: block;
	width: 256px;
	height: 60px;
	line-height: 60px;
	background: #FF7600;
	font-size: 18px;
	color: #ffffff;
	letter-spacing: -0.36px;
	text-align: center;
	height: 60px;
	font-weight: 500;
}

.cate_pr_list{
    margin-top:60px;
}
.cate_pr_list .sort-box {
    display:flex;
    justify-content:space-between;
    position: relative;
    margin-bottom:40px;
}
.cate_pr_list .sort-box p{
    font-size:16px;
    color: #7E7E7E;
}
.cate_pr_list .sort-box p span {
	color: #7E7E7E;
}
.cate_pr_list .sort-type a{
    font-size:16px;
    text-decoration:none;
}
.cate_pr_list .sort-type a:after{
    content: '';
    display: inline-block;
    font-size: 0;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    vertical-align: -4px;
    background-image: url(../../images/icon/ico_sort2.png);
    transform: rotate(180deg);
    transition: 0.5s all;
    margin-left:8px;
}
.cate_pr_list .sort-type.active a:after{
    transform: rotate(0deg);
    transition: 0.5s all;
}
.cate_pr_list .sort-box .sort-type.sort ul {
    display: none;
    position: absolute;
    top: 30px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
    padding: 10px 14px;
    z-index: 20;
    width: 106px;
}
.cate_pr_list .sort-box .sort-type.sort ul li {
    text-align: left;
}

.cate_pr_list .sort-box .sort-type.sort ul li a {
    font-size: 14px;
    line-height: 36px;
}

.cate_pr_list .sort-box .sort-type.sort ul li a:after {
    display: none;
}

.cate_pr_list .sort-box .sort-type.sort ul li.active a, .cate_pr_list .sort-box .sort-type.sort ul li:hover a {
    color: #FF4C2E;
}

.cate_pr_list .sort-box .sort-type.sort ul.sort-list {
    right: 0;
}

.cate_pr_list .sort-box .sort-type.ctg {
    float: left;
}

.cate_pr_list .sort-box .sort-type.ctg a {
    font-size: 16px;
}
.cate_pr_list .sort-box .sort-type.active ul {
    display: block;
}

.review_list .review_item {
	position: relative;
	float: left;
	width: 280px;
	min-height: 419px;
	margin-right: 53px;
	margin-bottom: 50px;
	background: #fff;
	text-align: left;
	border: 1px solid #F0F0F0;
    overflow: hidden;
}
.review_list .review_item:nth-child(4n) {
	margin-right: 0;
}
.review_list .review_item>a {
	position: relative;
	display: block;
	width: 280px;
	height: auto;
	z-index: 10;
	text-decoration: none;	
}
.review_list .review_item a img {
	width: 100%;
    display:block;
    position:absolute;
    top:50%;
    transform:translateY(-50%);
}
.review_list .review_item .txt-wrap {
	padding: 14px;
}
.review_list .review_item .txt-wrap .pd-name {
	font-size: 20px;
	line-height: 26px;
}
.review_list .review_item .txt-wrap .pd-name strong {
	font-weight: 700;
	font-size: 1em;
}
.review_list .review_item .point {
	display: flex;
	align-items: center;
}
.review_list .review_item .point img {
	width: 12px;
}
.review_list .review_item .name {
	font-size: 14px;
	color: #333;
	font-weight: 600;
}
.cate_pr_list .review_list .review_item .name::before{
	display: none;
}
.review_list .review_item .cont-txt {
	margin-top: 12px;
	font-size: 14px;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	line-height: 20px;
	height: 60px;
	letter-spacing: -0.32px;
}
.review_list .review_item .view-more {
	display: block;
	margin-top: 14px;	
	font-size: 13px;
	color: #7E7E7E;
	text-align: right;
	text-decoration: underline;
}
.review_list .review_item .txt-wrap .pd-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 14px;
	padding-top: 14px;
	border-top: 1px solid #F2F3F4;
}
.review_list .review_item .txt-wrap .pd-item .img {
	width: 67px;
	height: 67px;	
	background: #bbbbbb;
	border-radius: 10px;
	overflow: hidden;
    position:relative;
}
.review_list .review_item .txt-wrap .pd-item .img img{
    height:100%;
    opacity:.9;
}
.review_list .review_item .txt-wrap .pd-item .info {
	width: 168px;
}
.review_list .review_item .txt-wrap .pd-item .info p {
	width: 100%;
	height: 22px;
	line-height: 22px;
	font-size: 14px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.review_list .review_item .txt-wrap .pd-item .info span {
	font-size: 18px;
	color: #333333;
	line-height: 24px;
	letter-spacing: -0.4px;
}
.review_list .review_item .txt-wrap .pd-item .info span strong {
	font-weight: bold;
}
.review_list .review_item .txt-wrap .pd-item .info span .d-rate {
    color: #ff7600;
    font-size: 18px;
    line-height: 21px;
    margin-right: 8px;
}
.review_list .review_item .txt-wrap .pd-item .info .star_rating {
	display: block;
}
.review_list .review_item .txt-wrap .pd-item .info .star_rating .icon {
	display: inline-block;
	width: 10px;
	height: 10px;
	background: url(../../images/renew_2021/icon_star.png) no-repeat 0 50%;
}
.review_list .review_item .txt-wrap .pd-item .info .star_rating .grade {
	font-size: 13px;
	color: #333333;
}
.review_list .review_item .txt-wrap .pd-item .info .star_rating .review {
	margin-left: 5px;
	font-size: 13px;
	color: #999999;
	padding: 0;
	background: none;
}
.review_list .review_item .pic {
    position: relative;
    width: 100%;
    height: 180px;
    overflow: hidden;
}
.review_list .review_item .pic .detail_ico {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    font-size: 0;
    line-height: 0;
    transition: opacity .25s ease-in-out;
    opacity: 0;
}
.review_list .review_item:hover .pic .detail_ico {
	opacity: 1;
}
.review_list .review_item a .pic .detail_ico .txt {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    background: url(../../images/photoreview/icon_zoom.svg) no-repeat 0 0;
    z-index: 20;
    font-size: 18px;
    line-height: 1;
    color: #fff;
    text-align: center;
    font-weight: 400;
    letter-spacing: -1px;
}
.review_list .review_item a .pic .detail_ico .bg {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 10;
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}
.review_list .review_item .pic .num {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 30px;
	height: 30px;	
	font-size: 12px;
	letter-spacing: -0.24px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	background: #000;
    z-index: 10;
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}
.pop-rv {
	position: fixed;
    display: none;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    z-index: 101;
}
.pop-rv .pop-rv-wrapper {
	position: relative;
	top: 50%;
	left: 50%;
	width: 800px;
	margin-top: -250px;
	margin-left: -400px;	
	z-index: 101;
}
.pop-rv .pop-rv-wrapper .img_after {
    position: absolute;
    top: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #080808 url(../../images/photoreview/layer_close.svg) no-repeat center center;
    border-radius: 100%;
    z-index: 105;
}
.pop-rv .pop-rv-wrapper .swiper {
	position: relative;
    width: 400px;
    height: 500px;        
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    overflow: hidden;
}
.pop-rv .pop-rv-wrapper .swiper .swiper-slide {	
	position: relative;
    width: 100%;
    height: 500px;
    text-align: center;
    font-size: 18px;
    border-radius: 10px;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.pop-rv .pop-rv-wrapper .swiper .swiper-slide::after {
	content: "";
	position: absolute;
    top: 0;
    left: 0;
	width: 100%;
    height: 100%;    
    background: #000;
    z-index: -1;
    opacity: 0.6;
}
.pop-rv .pop-rv-wrapper .swiper .swiper-slide img {
    display: block;
    width: 100%;
    /* height: 100%; */
    /* object-fit: cover; */
}
.pop-rv .dimm{
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
}
.rvPopSwiper {
	float: left;
}
.rvPopSwiper .swiper-button-next,
.rvPopSwiper .swiper-button-prev {
    position: absolute;
    top: 50%;
    z-index: 1;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-color: rgba(51, 51, 51, 0.6);
    background-size: 10px 17px;
    cursor: pointer;
}
.rvPopSwiper .swiper-button-next:after, .rvPopSwiper .swiper-button-prev:after {
	display: none;
}
.rvPopSwiper .custom-fraction {
	position: absolute;
    right: 0;
    bottom: 0;
	width: 62px;
    height: 30px;
    margin: 20px;
    font-size: 14px;
    background-color: rgba(51, 51, 51, 0.6);
    border-radius: 24px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    z-index: 99;
}
.rvPopSwiper .custom-fraction span {
	font-size: 14px;
	color: #fff;
}
.btn-wrapper {
    margin-top:50px;
}
.main-c .main-side .sideSwiper .move {
	display: none;
	position: absolute;
	top: 50%;
	width: 14px;
	z-index: 1;
	transform: translateY(-50%);
	cursor: pointer;
	text-align: center;
}
.rvPopSwiper .swiper-button-prev {
	left: 0;
	background-image: url(../../images/photoreview/theme-prev.png);
}
.rvPopSwiper .swiper-button-next {
	right: 0;
	background-image: url(../../images/photoreview/theme-next.png);
}
.review_detail {	
    float: right;
    width: 400px;
    height: 500px;
    background: #fff;    
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    cursor: default;
}
.review_detail .txt-wrap {
	height: 100%;
	padding: 30px 20px;
    box-sizing: border-box;    
}
.review_detail .txt-wrap img {
	width: 100%;
}
.review_detail .txt-wrap .pd-name {
	font-size: 20px;
	line-height: 26px;
}
.review_detail .txt-wrap .pd-name strong {
	font-weight: 700;
	font-size: 1em;
}
.review_detail .point {
	display: flex;
	align-items: center;
	margin-top: 20px;
}
.review_detail .point img {
	width: 12px;
}
.review_detail .point .badge {
	display: flex;
    align-items: center;
	height: 25px;
	margin-left: 10px;
	padding: 0 7px;
	font-size: 12px;
	color: #fff;
	background: #00AEFF;
	border-radius: 4px;
}
.review_detail .cont-txt {
	margin-top: 12px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.32px;
	word-wrap: break-word;
	width:350px;
}
.review_detail .cont-txt.short{
	overflow-y:scroll;
	height:180px;
}
.review_detail .date-txt {
	margin-top: 16px;
	font-size: 14px;
	line-height: 20px;
	text-align: right;
    letter-spacing: normal;
}
.review_detail .txt-wrap .pd-item {
	display: flex;
	align-items: center;
	justify-content: space-around;	
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F0F0F0;
    cursor: pointer;
}
.review_detail .txt-wrap .pd-item .img {	
	width: 60px;
    height: 60px;
    margin-right: 16px;
    background: #ccc;
    border-radius: 10px;
    overflow: hidden;    
}
.review_detail .txt-wrap .pd-item .img img{
    opacity:.8;
}
.review_detail .txt-wrap .pd-item .info {
	width: 280px;
}
.review_detail .txt-wrap .pd-item .info p {
	width: 100%;
	height: 22px;
	margin-bottom: 14px;
	line-height: 22px;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.review_detail .txt-wrap .pd-item .info span {
	font-size: 20px;
	color: #333333;
	line-height: 24px;
	letter-spacing: -0.4px;
}
.review_detail .txt-wrap .pd-item .info span strong {
	font-weight: bold;
}
.review_detail .txt-wrap .pd-item .info span .d-rate {
    color: #ff7600;
    font-size: 20px;
    line-height: 24px;
    margin-right: 8px;
}
.review_detail .txt-wrap .about {
	margin-top: 20px;
	padding: 20px;
	background: #F8F8F8;
}
.review_detail .txt-wrap .about li {
	margin-bottom: 10px;
	font-size: 14px;
	color: #333333;
}
.review_detail .txt-wrap .about li:last-child {
	margin-bottom: 0;
}
.review_detail .txt-wrap .about li span {
	display: inline-block;
    min-width: 84px;
	margin-right: 10px;	
}
.review_detail .txt-wrap .about li strong {
	font-weight: bold;
}