/* MAIN */
#contents {
	margin: 165px auto 80px;
	margin: 0 auto 80px;
}
.main__contents section {padding-top: 80px;}
.main__contents .main-slide-box {padding-top: 0;}
.main__contents .inner {
	max-width: 1600px;
	padding: 0 40px;
	margin: 0 auto;
}
.main__contents .img-box img {
	display: block;
	width: 100%;
}
.main__slider .txt-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0 160px;
	box-sizing: border-box;
}
.main__slider .txt-box > * {
	transform: translateY(30px);
	opacity: 0;
	overflow: hidden;

	transition: all .5s;
}
.main__slider .txt-box .on  {
	transform: translateY(0px);
	opacity: 1;
}
.main__slider .txt-box .tit {
	font-family: 'Zurich-Bold', sans-serif;
	font-weight: 700;
	font-size: 60px;
	line-height: 64px;
	color: rgb(255, 255, 255);
}
.main__slider .txt-box .txt {
	margin-top: 27px;
	font-size: 16px;
	line-height: 26px;
	color: rgb(255, 255, 255);
}
.main__slider .txt-box a {margin-top: 80px;}
.main__slider .slider-btn-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	z-index: 3;
	pointer-events: none;
} 
.main__slider .slider-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	pointer-events: auto;
}
.main__slider .slider-pagination .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	margin: 0 5px;
	border-radius: 0;
	background-color: rgb(190, 190, 190);
	opacity: 1;
	transition: all .3s;
}
.main__slider .slider-pagination .swiper-pagination-bullet-active {
	background-color: rgb(40, 40, 40);
}
.main__slider .slider-btn-box button {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	border: 1px solid rgb(204, 204, 204);
	box-sizing: border-box;
	background-position: center;
	background-size: ;
	background-repeat: no-repeat;
	font-size: 0;
	pointer-events: auto;
}
.main__slider .slider-btn-box .slider-prev-btn {
	left: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.414' height='14.828' viewBox='0 0 18.414 14.828'%3E%3Cline id='선_5' data-name='선 5' x1='16' transform='translate(1.414 7.414)' fill='none' stroke='%23ccc' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='선_6' data-name='선 6' x1='6' y2='6' transform='translate(1.414 1.414)' fill='none' stroke='%23ccc' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='선_7' data-name='선 7' x1='6' y1='6' transform='translate(1.414 7.414)' fill='none' stroke='%23ccc' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.main__slider .slider-btn-box .slider-next-btn {
	right: 30px;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18.414' height='14.828' viewBox='0 0 18.414 14.828'%3E%3Cline id='선_5' data-name='선 5' x2='16' transform='translate(1 7.414)' fill='none' stroke='%23ccc' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='선_6' data-name='선 6' x2='6' y2='6' transform='translate(11 1.414)' fill='none' stroke='%23ccc' stroke-linecap='round' stroke-width='2'/%3E%3Cline id='선_7' data-name='선 7' y1='6' x2='6' transform='translate(11 7.414)' fill='none' stroke='%23ccc' stroke-linecap='round' stroke-width='2'/%3E%3C/svg%3E%0A");
}

.main__contents .head-box {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}
.main__contents .head-box p {
	font-family: 'Zurich-Bold', sans-serif;
	font-weight: 700;
	font-size: 14px;
	line-height: 16px;
}
.main__contents .head-box h2 {
	margin-top: 19px;
	font-family: 'Zurich-Extended', sans-serif;
	font-size: 48px;
	line-height: 57px;
}
.main__contents .popular-grip-box {background-color: rgb(245, 245, 245);}
.main__contents .cate-tab-box {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.main__contents .cate-tab-box .tab-wrap {
	display: flex;
	gap: 42px;
	position: relative;
	border-bottom: 2px solid rgb(227, 227, 227);
}
.main__contents .cate-tab-box button {
	padding-bottom: 12px;
	font-family: 'Zurich-Regular', 'Pretendard', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
.main__contents .cate-tab-box button.on {
	font-family: 'Zurich-Bold', 'Pretendard', sans-serif;
	font-weight: 700;
}
.main__contents .cate-tab-box .slide-bar {
	position: absolute;
	left: 0;
    bottom: -2px; 
    height: 2px;
	background-color: rgb(40, 40, 40);
	
	transition: all .3s ease-in-out;
}
.main__contents .cate-pd-box {margin-top: 60px;}
.main__contents .cate-pd-box .pd__list {
	display: none;
}
.main__contents .cate-pd-box .pd__list.on {display: grid;}
.main__contents .cate-pd-box .pd__list li {
	transform: translateY(30px);
	opacity: 0;
	transition: all .5s ease-in-out;
}
.main__contents .cate-pd-box .pd__list .showUp {
	transform: translateY(0px);
	opacity: 1;
}
.main__contents .popular-grip-box .btn__style01 {margin-top: 60px;}

.main__contents .wide-banner-box {
	background-color: rgb(245, 245, 245);
}
/*.wide-banner-box .bnr-box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	width: 100%;
	height: 600px;
	padding: 0 160px;
	box-sizing: border-box;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.wide-banner-box .bnr-box .txt-box {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	text-align: center;
	width: 50%;
	max-width: 800px;
}
.wide-banner-box .bnr-box .txt-box p {
	font-size: 16px;
	line-height: 26px;
	color: rgb(255, 255, 255);
}
.wide-banner-box .bnr-box .txt-box .small {
	font-family: 'Zurich-Bold', sans-serif;
	font-size: 14px;
	font-weight: 700;
}
.wide-banner-box .bnr-box .txt-box .tit {
	margin-top: 21px;
	font-weight: 700;
	font-size: 48px;
	line-height: 56px;
	white-space: nowrap;
}
.wide-banner-box .bnr-box .txt-box .txt {margin-top: 41px;}
.wide-banner-box .bnr-box .txt-box a {margin-top: 60px;}*/
.main__contents .our-team-box .con-box {
	display: flex;
	justify-content: space-between;
	gap: 20px;	
	width: 100%;
	margin-top: 56px;
}
.main__contents .our-team-box .con-box .name {
	margin-top: 50px;
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}
.main__contents .collection__list {
	display: grid;
    grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}
.main__contents .collection__list li {
	position: relative;
	overflow: hidden;
}
.main__contents .collection__list li img {transition: all .5s;}
.main__contents .collection__list .txt-box {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
}
.main__contents .collection__list .txt-box p {
	font-family: 'Zurich-Bold', sans-serif;
	font-weight: 700;
	font-size: 48px;
	line-height: 57px;
	color: rgb(255, 255, 255);
}
.main__contents .collection__list li:hover .img-box img {
	transform: scale(1.05);
}
.main__contents .collection__list ._after {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.main__contents .collection__list li:hover ._after {
	opacity: 1;
}
/* MAIN */
