@charset "utf-8";

.eql_header {
	display: flex;
	justify-content: space-between;
	height: 270px;
	padding: 60px;
	color: var(--txt-color-white);
	background: var(--bg-color-black);
}
.eql_header .eql_profile {
	display: flex;
	padding-right: 100px;
}
.eql_header .eql_profile .profile_img {
	width: 150px;
	height: 150px;
	margin-right: 30px;
	border-radius: 50%;
	background: var(--bg-color-gray02);
	overflow: hidden;
	font-size: 60px;
	display: flex;
	justify-content: center;
	align-items: center;
	line-height: 150px;
	font-weight: 700;
	color: var(--txt-color-gray01);
	flex-shrink: 0;
}
.eql_header .eql_profile .profile_img img {
	max-width: 100%;
}
.eql_header .eql_profile .profile_info {
	margin: auto 0; /* padding:30px 0 0; */
}
.eql_header .eql_profile .profile_info .name {
	font-size: 28px;
	line-height: 36px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.eql_header .eql_profile .profile_info .name em {
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.eql_header .eql_profile .profile_info .name a {
	display: inline-block;
	width: 25px;
	height: 25px;
	overflow: hidden;
	text-indent: -200px;
	vertical-align: middle;
}
.eql_header .eql_profile .profile_info .name a + a {
	margin-left: 6px;
}
.eql_header .eql_profile .profile_info .name a.ico_insta {
	background: url(../image/icon/ico_insta_25.png) no-repeat center;
	background-size: 25px auto;
}
.eql_header .eql_profile .profile_info .name a.ico_utub {
	background: url(../image/icon/ico_youtube_25.png) no-repeat center;
	background-size: 25px auto;
}
.eql_header .eql_profile .profile_info .ment {
	margin-top: 20px;
	font-weight: 400;
	line-height: 1.57;
	word-break: break-all;
}
.eql_header ul.eql_items_size {
	display: flex;
	margin: auto 0;
	min-width: 350px;
	height: 100px;
	justify-content: space-between;
	flex-shrink: 0;
}
.eql_header ul.eql_items_size li {
	text-align: center;
	position: relative;
	width: 100%;
	padding: 0 35px;
}
.eql_header ul.eql_items_size li + li::before {
	content: '';
	position: absolute;
	width: 1px;
	height: 100px;
	left: -1px;
	background: var(--bg-color-white);
	opacity: 0.2;
}
.eql_header ul.eql_items_size li em {
	display: block;
	padding: 10px 0;
	color: var(--txt-color-gray02);
	min-width: 75px;
}
.eql_header ul.eql_items_size li strong {
	display: block;
	font-size: 40px;
	line-height: 50px;
	min-width: 75px;
	font-weight: 500;
}

.ico_eql {
	display: inline-flex;
	width: 20px;
	height: 20px;
	background: url(../image/icon/ico_pro_equal_s_on.png) no-repeat center;
}
.ico_eql_s {
	width: 18px;
	height: 18px;
	display: inline-flex;
	background: url('../image/icon/ico_pro_equal_18.png') no-repeat center;
}
[class*='ico_eql'].rMg {
	margin-right: 5px;
}
[class*='ico_eql'].rMg01 {
	margin-left: 10px;
	margin-right: 5px;
}

ul.eql_brand_list {
}
ul.eql_brand_list .brand_list {
	justify-content: space-between;
}
ul.eql_brand_list .brand_items ~ .brand_items {
	margin-top: 90px;
}
ul.eql_brand_list .brand_set {
	display: flex;
	overflow: hidden;
	margin-right: 20px;
}
.brand_list li {
	display: flex;
	align-items: center;
}
.eql_brand_list .brand_list .brand_set .button_equal {
	position: relative;
	margin: 8px 0 0 0;
	flex: 0 0 24px;
}
/* ul.eql_brand_list .swiper-slide       {padding-bottom:90px; } */

.eql_brand_list .brand_list .button_equal {
	position: absolute;
	margin-top: -1px;
	margin-left: 15px;
}

.equal_sub .swiper_type3 {
	margin-right: 0;
	padding-right: 0;
	overflow-x: hidden;
}
.equal_sub .swiper_type3 .swiper-wrapper {
}
.equal_sub .swiper_type3 .product_info > li {
	width: calc((100% - 60px) / 7);
}

/* eql contents
 * 이미지 로드때문에 덜컥거려서 처음에 숨기고 스크립트로 show()
 */
.eql_contents_grid {
	display: none;
}
.eql_contents_grid.product_info li.grid-item {
	width: calc(25% - 30px);
	margin: 0;
	padding-bottom: 90px;
}
.eql_contents_grid.product_info .grid-item.type1 .thumb img {
}
.eql_contents_grid.product_info .grid-item.type2 .thumb img {
}
.eql_contents_grid.product_info .grid-item .thumb_area {
	padding-bottom: 0;
	background-size: cover;
}
.eql_contents_grid.product_info .grid-item .thumb_area:has(.thumb img) {
	background-image: none;
}
.eql_contents_grid.product_info .grid-item .thumb_area .checkbox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 2;
}
.eql_contents_grid.product_info .grid-item .thumb_area .thumb {
	position: relative;
	display: block;
	width: 100%;
	/* padding-bottom: 133%; */
}
.eql_contents_grid.product_info .grid-item.type2 .thumb_area .thumb {
	padding-bottom: 133.4%;
}
.eql_contents_grid.product_info .grid-item.type1 .thumb_area .thumb {
	padding-bottom: 66.5%;
}
.eql_contents_grid.product_info .grid-item.type2 .thumb_area .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.eql_contents_grid.product_info .grid-item.type1 .thumb_area .thumb img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.equal_content .eql_contents_grid.product_info li.grid-item {
	width: calc((100% - 60px) / 2);
	margin: 0;
	margin-bottom: 60px;
	padding-bottom: 0;
}

.eql_contents_grid.product_info {
	margin-left: 0;
	margin-right: -30px;
}
.eql_contents_grid.product_info .__grid--masonry {
	justify-content: flex-start;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: -90px;
	padding: 0;
	grid-row-gap: 0;
} /* 개발페이지 수정용 */

/* collection_list */
.collection_list {
	gap: 90px 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.collection_list li {
	cursor: pointer;
	display: flex;
	margin-bottom: 40px;
	width: calc((100% - 120px) / 5);
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}
.collection_list li .inner {
	height: 0;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
	width: 100%;
}
.collection_list li .inner .col_wrap {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
}
.collection_list li .add_coll {
	display: inline-flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border: 1px dashed var(--line-color-gray01);
	background-color: var(--bg-color-gray04);
}
.collection_list li .add_coll div {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: auto;
}
.collection_list li .add_coll button {
	display: block;
	margin: 0 auto;
	width: 36px;
	height: 36px;
	background: var(--bg-color-black) url('../image/icon/ico_plus_w.png')
		no-repeat center;
	border-radius: 18px;
}
.collection_list li .add_coll p {
	margin-top: 10px;
	text-align: center;
	line-height: 1.25;
	font-size: 16px;
}

.collection_list li .thumb_wrap {
	border: 1px solid var(--bg-color-gray);
}
.collection_list li .thumb_wrap .thum_area {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	gap: 2px 2px;
}
.collection_list li .thumb_wrap .thum_area .item {
	width: calc((100% - 2px) / 2);
}
.collection_list li .thumb_wrap .thum_area .item .thum {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
}
.collection_list li .thumb_wrap .thum_area .thum .img_box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	padding-bottom: 0;
}
.collection_list li .thumb_wrap .thum_area .thum .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.collection_list li .thum_txt {
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
	width: 100%;
}
.collection_list li .thum_txt .txt_coll {
	display: flex;
	width: calc(100% - 35px);
	font-size: 16px;
	line-height: 1.38;
}
.collection_list li .thum_txt .txt_coll p {
	margin-right: 4px;
	display: -webkit-box;
	line-height: 1.42;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	white-space: normal;
	overflow: hidden;
}

/* collection_list_squre */
.collection_list_squre {
	gap: 10px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
	width: 100%;
}
.collection_list_squre li {
	display: flex;
	width: calc((100% - 40px) / 5);
	position: relative;
}
.collection_list_squre li .inner {
	height: 0;
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
	width: 100%;
}
.collection_list_squre li .thum_area {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 100%;
	overflow: hidden;
	display: block;
	cursor: pointer;
}
.collection_list_squre li .thum_area .thum {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: none;
	padding-bottom: 0;
}
.collection_list_squre li .thum_area .thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.collection_list_squre li .count_box {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
	width: calc(100% - 20px);
}
.collection_list_squre li .thum_area .checkbox {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 1;
}
.collection_list_squre li .btn_del {
	flex: 0 0 auto;
	width: 16px;
	height: 16px;
	margin-left: 0;
	background: url('../image/icon/ico_delete_dg.png') no-repeat center /
		contain;
	border-radius: 50%;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}

/* collection move_list */
.modal_content .collection_move_list {
	margin-top: -20px;
}
.collection_move_list li {
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.collection_move_list .pointer {
	cursor: pointer;
}
.collection_move_list li:last-child {
	margin-bottom: 0;
}
.collection_move_list li .thum {
	flex-shrink: 0;
	width: 80px;
	height: 80px;
	border: 1px solid var(--line-color-gray01);
	margin-right: 15px;
	overflow: hidden;
}
.list_coll_area .collection_move_list li .thum {
	border: 1px solid var(--line-color);
}
.collection_move_list li .thum img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.collection_move_list li .thum.add {
	border-style: dashed;
	background-color: #fafafa;
	text-align: center;
}
.collection_move_list li .thum.add:before {
	content: '';
	display: inline-block;
	width: 12px;
	height: 100%;
	background: url('../image/icon/ico_collection_plus.png') no-repeat 0 50%;
	background-size: 12px 12px;
}
.collection_move_list li .thum_txt {
	max-width: calc(100% - 95px);
	display: flex;
	align-items: center;
}
.collection_move_list li .thum_txt span {
	display: flex-box;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	font-size: 16px;
}
.collection_move_list li .thum_txt p {
	display: inline-flex;
	flex-shrink: 0;
	padding-left: 5px;
	font-size: 16px;
}

/* photo_review_swipe */
.modal_footer .photo_review_swipe {
	background: var(--bg-color-white);
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
	padding: 20px 40px 20px 40px;
	border-bottom: 0;
	margin-left: 0px;
	margin-right: 0px;
	width: 100%;
}
.photo_review_swipe {
	border-bottom: 0;
}
.photo_review_swipe .swiper {
	margin-right: 0;
}
.photo_review_swipe .swiper-slide {
	position: relative;
	padding-bottom: 0%;
	width: 120px !important;
	height: 120px;
	overflow: hidden;
	background: var(--bg-color-gray02) url('../image/common/no_thum.png')
		no-repeat;
	background-size: cover;
}
.photo_review_swipe a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.photo_review_swipe a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.photo_review_swipe .btn_delete {
	position: absolute;
	top: 10px;
	right: 10px;
}

@media (max-width: 1280px) {
	.equal_sub .swiper_type3 .product_info > li {
		width: calc((100% - 50px) / 6);
	}
}
