@charset "utf-8";
.pcbr {
	display: none;
}
.ptbr {
	display: block;
}
.tbbr {
	display: block;
}
.mbbr {
	display: none;
}
.dn {
	display: none;
}

.innerwrap {
	position: relative;
	z-index: 2;
	width: 94%;
	max-width: 1800px;
	margin: 0 auto;
}

.secTit {
	font-size: var(--fz-20);
	font-weight: 600;
}
.secTit.wh {
	color: #fff;
}

.secSlg {
	font-size: var(--fz-68);
	font-weight: 600;
	line-height: 1.2em;
}
.secSlg.wh {
	color: #fff;
}

.flexTit {
	margin-top: 50px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 30px;
}

.linkBtn {
	position: relative;
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	gap: 5px;
	padding: 8px 25px;
	border-radius: 100px;
	border: 1px solid #3c3c3c;
	transition: all 0.3s;
}
.linkBtn span {
	font-size: 18px;
	font-weight: 600;
}
.linkBtn i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/main/link_arr.png) no-repeat center / contain;
}
.linkBtn:hover {
	background: #3c3c3c;
}
.linkBtn:hover span {
	color: #fff;
}
.linkBtn:hover i {
	background: url(/images/main/link_arr_wh.png) no-repeat center / contain;
}

.linkBtn.wh {
	border: 1px solid #fff;
}
.linkBtn.wh span {
	color: #fff;
}
.linkBtn.wh i {
	background: url(/images/main/link_arr_wh.png) no-repeat center / contain;
}
.linkBtn.wh:hover {
	background: #fff;
}
.linkBtn.wh:hover span {
	color: #252525;
}
.linkBtn.wh:hover i {
	background: url(/images/main/link_arr.png) no-repeat center / contain;
}

.sec1 {
	width: 100%;
	height: 100vh;
}
.sec1 .visual {
	position: relative;
	width: 100%;
	height: 100%;
}
.sec1 .visual .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sec1 .visual .swiper-slide .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec1 .visual .swiper-slide .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec1 .visual .swiper-slide .txts {
	position: absolute;
	left: 3%;
	bottom: 26%;
	width: 94%;
}
.sec1 .visual .swiper-slide .txts .name {
	font-size: clamp(34px, 4.64vw, 68px);
	font-weight: 600;
	color: #fff;
}
.sec1 .visual .swiper-slide .txts .exp {
	font-size: var(--fz-18);
	font-weight: 600;
	line-height: 1.7em;
	color: #fff;
	margin-top: 20px;
}

.sec1 .visual .btns {
	position: absolute;
	left: 3%;
	bottom: 10%;
	width: 94%;
	z-index: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	gap: 24px;
}
.sec1 .visual .btns li {
	width: 100%;
	cursor: pointer;
}
.sec1 .visual .btns li .num {
	font-size: var(--fz-18);
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
}
.sec1 .visual .btns li .name {
	font-size: var(--fz-30);
	font-weight: 600;
	color: rgba(255, 255, 255, 0.6);
	margin: 5px 0 15px;
}
.sec1 .visual .btns li .bar {
	position: relative;
	width: 100%;
	height: 2px;
	background: rgba(255, 255, 255, 0.6);
}
.sec1 .visual .btns li .bar:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 2px;
	background: #fff;
}
.sec1 .visual .btns li.on .num {
	color: #fff;
}
.sec1 .visual .btns li.on .name {
	color: #fff;
}
.sec1 .visual .btns li.on .bar:after {
	width: 100%;
	transition: all 4s;
}

.sec2 {
	padding: 180px 0 0;
	background: #e0e0de;
}
.sec2 .product {
	margin-top: 110px;
	padding-bottom: 150px;
}
.sec2 .product .swiper-slide {
	width: 426px;
}
.sec2 .product .swiper-slide .thumb {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
	transition: all 0.3s;
}
.sec2 .product .swiper-slide:hover .thumb {
	border-radius: 60px 0;
}
.sec2 .product .swiper-slide .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.sec2 .product .swiper-slide:hover .thumb img {
	transform: scale(1.1);
}
.sec2 .product .swiper-slide .info {
	margin: 20px 0 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec2 .product .swiper-slide .info .name {
	font-size: var(--fz-24);
	font-weight: 600;
}
.sec2 .product .swiper-slide .info .arr {
	flex-shrink: 0;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #3c3c3c;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all 0.3s;
}
.sec2 .product .swiper-slide .info .arr i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/main/sec3_arr.png) no-repeat center / contain;
	transition: all 0.3s;
}
.sec2 .product .swiper-slide:hover .info .arr {
	background: #3c3c3c;
}
.sec2 .product .swiper-slide:hover .info .arr i {
	filter: grayscale(100%) brightness(1000%);
}
.sec2 .slgWrap {
	padding: 200px 0;
	display: flex;
	flex-direction: column;
}
.sec2 .slgWrap .slg {
	font-size: min(10vw, 204px);
	font-weight: 600;
}
.sec2 .slgWrap p {
	font-size: var(--fz-24);
	font-weight: 600;
	line-height: 1.5em;
}

.sec2 .product .ctr {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec2 .product .ctr .swiper-scrollbar {
	width: calc(100% - 20px - 75px);
	margin-right: 20px;
	position: static;
	height: 2px;
}
.sec2 .product .ctr .btns {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 75px;
}
.sec2 .product .ctr .btns > div {
	position: static;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.sec2 .product .ctr .btns .vprev {
	background: url(/images/main/sec7_prev.png) no-repeat center / contain;
}
.sec2 .product .ctr .btns .vnext {
	background: url(/images/main/sec7_next.png) no-repeat center / contain;
}

.sec3 {
	padding: 180px 0;
	background: #a7a7a7;
}
.sec3 .conWrap {
	display: flex;
	justify-content: space-between;
}
.sec3 .conWrap .btns {
	width: 33%;
	margin-top: 70px;
}
.sec3 .conWrap .btns li {
	width: 100%;
}
.sec3 .conWrap .btns li a {
	display: inline-flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 12px 0;
	border-bottom: 1px solid #3c3c3c;
}
.sec3 .conWrap .btns li a span {
	font-size: var(--fz-24);
	font-weight: 600;
	color: #424242;
	flex-shrink: 1;
}
.sec3 .conWrap .btns li a .arr {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #3c3c3c;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
}
.sec3 .conWrap .btns li a .arr i {
	display: block;
	width: 24px;
	height: 24px;
	background: url(/images/main/sec3_arr.png) no-repeat center / contain;
	transition: transform 0.3s;
}
.sec3 .conWrap .btns li:hover a .arr i {
	transform: rotate(45deg);
}
.sec3 .conWrap .btns li.on a span {
	color: #fff;
}
.sec3 .conWrap .btns li.on a .arr {
	background: #3c3c3c;
}
.sec3 .conWrap .btns li.on a .arr i {
	filter: grayscale(100%) brightness(1000%);
}
.sec3 .conWrap .conList {
	width: 60%;
}
.sec3 .conWrap .con {
	display: none;
}
.sec3 .conWrap .con.on {
	display: block;
}
.sec3 .conWrap .con .titWrap {
}
.sec3 .conWrap .con .titWrap p {
	font-family: "Pretendard";
	font-size: var(--fz-18);
	margin: 30px 0;
}
.sec3 .conWrap .con .img {
	margin: 60px auto 0;
	text-align: center;
}
.sec3 .conWrap .con .img img {
	width: 100%;
}

.sec4 {
	padding: 180px 0;
	background: #e0e0de;
}
.sec4 .tabs {
	margin: 60px auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
}
.sec4 .tabs li {
	width: calc((100% - 50px) / 6);
}
.sec4 .tabs li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 60px;
	padding: 5px 20px;
	border-top: 1px solid #b5b5b5;
	border-bottom: 1px solid #b5b5b5;
}
.sec4 .tabs li a .logo {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec4 .tabs li a .logo img {
	opacity: 0.3;
	max-height: 100%;
}
.sec4 .tabs li.on a {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
.sec4 .tabs li.on a .logo img {
	opacity: 1;
}
.sec4 .conWrap {
	display: flex;
	flex-direction: column;
}
.sec4 .conWrap .mainImg {
	width: 100%;
}
.sec4 .conWrap .mainImg img {
	width: 100%;
	aspect-ratio: 884 / 580;
	object-fit: cover;
}
.sec4 .conWrap .txtWrap {
	width: 100%;
	padding-top: 50px;
}
.sec4 .conWrap .txtWrap .logo {
	margin-bottom: min(13vh, 120px);
}
.sec4 .conWrap .txtWrap .slg {
	font-size: var(--fz-30);
	font-weight: 600;
	line-height: 1.3em;
}
.sec4 .conWrap .txtWrap p {
	font-family: "Pretendard";
	font-size: var(--fz-18);
	color: #3f3f3f;
	line-height: 1.7em;
	margin: 10px 0 20px;
}
.sec4 .conWrap .sec4Swiper {
	width: 318px;
	padding-top: 20px;
	display: none;
}
.sec4 .conWrap .sec4Swiper .swiper-slide img {
	width: 100%;
	aspect-ratio: 318 / 373;
	object-fit: cover;
}
.sec4 .conWrap .sec4Swiper .swiper-pagination {
	width: unset;
	left: unset;
	bottom: unset;
	top: 0;
	right: 0;
}
.sec4 .conWrap .sec4Swiper .swiper-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	opacity: 1;
	background: #a6a6a6;
}
.sec4 .conWrap .sec4Swiper .swiper-pagination .swiper-pagination-bullet-active {
	background: #000;
}

.sec5 {
	position: relative;
	padding: 180px 0;
	overflow: hidden;
}
.sec5 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec5 p {
	font-size: var(--fz-18);
	line-height: 1.7em;
	margin-bottom: 200px;
}
.sec5 .txts {
}
.sec5 .txts .secSlg {
	margin-bottom: 30px;
}

.sec6 {
	position: relative;
	padding: 180px 0 600px;
	overflow: hidden;
}
.sec6 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/sec6_bg.jpg) no-repeat center / cover;
}
.sec6 .top {
	display: flex;
	flex-direction: column;
	gap: 50px;
}
.sec6 .top .secTit {
	width: 100%;
}
.sec6 ul {
	display: flex;
	flex-wrap: wrap;
	margin-top: 130px;
}
.sec6 li {
	width: 25%;
	padding: 0 4%;
	border-left: 1px solid rgba(204, 204, 204, 0.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.sec6 li:last-child {
	border-right: 1px solid rgba(204, 204, 204, 0.5);
}
.sec6 li .icon {
	width: 134px;
	height: 134px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(20px);
	display: flex;
	justify-content: center;
	align-items: center;
}
.sec6 li p {
	margin-top: 30px;
	font-size: var(--fz-24);
	font-weight: 600;
	line-height: 1.5em;
	color: #fff;
}

.sec7 {
	padding: 180px 0;
	background: #e0e0de;
}
.sec7 .flexTit {
	margin: 0;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.sec7 .press {
	margin-top: 130px;
	padding-bottom: 130px;
}
.sec7 .press .swiper-slide {
	width: 426px;
}
.sec7 .press .swiper-slide .thumb {
	width: 100%;
	aspect-ratio: 1;
	overflow: hidden;
}
.sec7 .press .swiper-slide .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.6s;
}
.sec7 .press .swiper-slide:hover .thumb img {
	transform: scale(1.1);
}
.sec7 .press .swiper-slide .info {
	margin: 20px 0 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.sec7 .press .swiper-slide .info .cate {
	font-size: var(--fz-18);
	font-weight: 600;
	text-transform: uppercase;
}
.sec7 .press .swiper-slide .info .date {
	font-weight: 300;
}
.sec7 .press .swiper-slide .con {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size: var(--fz-24);
	font-weight: 600;
	line-height: 1.4em;
	height: 2.8em;
}
.sec7 .press .ctr {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.sec7 .press .ctr .swiper-scrollbar {
	width: calc(100% - 20px - 75px);
	margin-right: 20px;
	position: static;
	height: 2px;
}
.sec7 .press .ctr .btns {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	width: 75px;
}
.sec7 .press .ctr .btns > div {
	position: static;
	width: 36px;
	height: 36px;
	cursor: pointer;
}
.sec7 .press .ctr .btns .vprev {
	background: url(/images/main/sec7_prev.png) no-repeat center / contain;
}
.sec7 .press .ctr .btns .vnext {
	background: url(/images/main/sec7_next.png) no-repeat center / contain;
}

.sec8 {
	position: relative;
	padding: 180px 0;
	overflow: hidden;
}
.sec8 .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/sec8_bg.jpg) no-repeat center / cover;
}
.sec8 .boxWrap {
	margin-top: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 24px;
}
.sec8 .boxWrap .box {
	width: calc((100% - 24px) / 2);
	padding: 40px;
	background: rgba(255, 255, 255, 0.3);
	backdrop-filter: blur(20px);
}
.sec8 .boxWrap .box .icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #fff;
}
.sec8 .boxWrap .box .tit {
	margin: 30px 0 15px;
	font-size: var(--fz-24);
	font-weight: 600;
	color: #fff;
}
.sec8 .boxWrap .box p {
	font-family: "Pretendard";
	font-size: var(--fz-18);
	line-height: 1.7em;
	color: #fff;
}
