@charset "utf-8";
.pcbr {
	display: none;
}
.ptbr {
	display: block;
}
.tbbr {
	display: block;
}
.tmbr {
	display: block;
}
.mbbr {
	display: none;
}
.pc_view {
	display: none;
}
.m_view {
	display: none;
}
.dn {
	display: none;
}
.pc_view {
	display: none;
}
.m_view {
	display: none;
}

/* 공통 */
.innerWrap {
	position: relative;
	width: 92%;
	max-width: 1780px;
	margin: 0 auto;
}
.innerWrap2 {
	position: relative;
	width: 92%;
	max-width: 1410px;
	margin: 0 auto;
}
.linkBox a {
	display: flex;
	align-items: center;
}
.linkBox .linkText {
	color: #1e1e1e;
	font-family: "Instrument Sans";
	font-size: var(--fz-15);
	margin-right: 12px;
	font-weight: 500;
}
.linkBox .icon {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #1e1e1e url(/images/main/link_icon_arr.png) no-repeat center;
}
.linkBox.white .linkText {
	color: #fff;
	font-family: "Instrument Sans";
	font-size: var(--fz-15);
	margin-right: 12px;
	font-weight: 500;
}
.linkBox.white .icon {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	background: #fff url(/images/main/link_icon_arr_bl.png) no-repeat center;
}
.containerTitle .subTitle {
	font-size: var(--fz-20);
	font-weight: 400;
}
.containerTitle .title {
	font-size: var(--fz-64);
	font-weight: 500;
	margin-top: 22px;
}

main {
}

/* visual */
.visual {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 100vh;
}
.visual .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(/images/main/visual1.jpg) no-repeat center / cover;
}
.visual .bg video {
	width: 100%;
	height: 120%;
	object-fit: cover;
}
.visual .txtWrap {
	position: absolute;
	right: 3%;
	top: 200px;
	z-index: 100;
	width: 100%;
	padding: 0 5%;
	text-align: right;
}
.visual .txtWrap > div > div {
	overflow: hidden;
}
.visual .txtWrap > div > div > span {
	display: block;
	font-family: "Instrument Sans";
	font-size: var(--fz-68);
	color: #fff;
	font-weight: 500;
	line-height: 1.2em;
}

/* sec1 */
.sec1 {
	overflow: hidden;
	position: relative;
}
.sec1 .bg {
	position: absolute;
	right: -5%;
	bottom: -40%;
	width: 40%;
	aspect-ratio: 806/869;
	background: url(/images/main/sec1_bg.png) no-repeat center / cover;
}
.sec1 .conWrap {
	max-width: 1266px;
	width: 100%;
	height: 100vh;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.sec1 .conWrap .title1 {
}
.sec1 .conWrap .content-row {
	display: flex;
	align-items: flex-start;
	gap: 30px;
	position: relative;
	z-index: 1;
	margin: 30px 0 0;
}
.sec1 .conWrap .content-row .img {
	width: 36vw;
	aspect-ratio: 395 / 372;
	object-fit: cover;
	border-radius: 16px;
	flex-shrink: 0;
}
.sec1 .conWrap .content-row .textWrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding-top: 0;
}

.sec1 .conWrap .content-row .textWrap .text {
	margin-top: 20px;
	font-size: var(--fz-20);
	line-height: 1.5;
	color: #000;
}
.sec1 .conWrap .text-line {
	position: relative;
	font-family: "Instrument Sans";
	font-size: var(--fz-135);
	font-weight: 500;
	line-height: 1.05;
	color: #ddd;
	paint-order: stroke fill;
}
.sec1 .conWrap .text-line span {
	width: 100%;
	height: 120%;
	/* -webkit-text-stroke: 1px transparent; */
	font: inherit;
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
	/* clip-path: polygon(0px 0px, 50% 0px, 0% 100%, 0px 50%); */
	background: #222;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	paint-order: stroke fill;
}

/* sec2 */
.sec2 {
	overflow: hidden;
	position: relative;
	height: 100vh;
}
.sec2 .mainSwiper {
	position: relative;
	width: 100%;
	height: 100%;
}
.sec2 .mainSwiper .swiper-slide {
	position: relative;
	width: 100%;
	height: 100%;
}
.sec2 .mainSwiper .swiper-slide a {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	padding: 100px 0;
}
.sec2 .mainSwiper .swiper-slide a .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec2 .mainSwiper .swiper-slide a .bg img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec2 .mainSwiper .swiper-slide a .innerWrap2 {
	height: 100%;
}
.sec2 .mainSwiper .swiper-slide a .txts {
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
}
.sec2 .mainSwiper .swiper-slide a .txts .top .cate {
	font-family: "Instrument Sans";
	font-size: var(--fz-26);
	font-weight: 500;
	color: #fff;
}
.sec2 .mainSwiper .swiper-slide a .txts .top .exp {
	margin-top: 40px;
	font-family: "Instrument Sans";
	font-size: var(--fz-56);
	font-weight: 500;
	color: #fff;
}
.sec2 .mainSwiper .swiper-slide a .txts .name {
	width: 100%;
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	margin-top: 30px;
}
.sec2 .bot {
	position: absolute;
	left: 50%;
	bottom: 100px;
	transform: translateX(-50%);
	width: 92%;
	max-width: 1410px;
	z-index: 3;
	display: flex;
	justify-content: flex-start;
}
.sec2 .bot .thumb {
	width: calc(101px + 30px + 480px);
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	gap: 30px;
}
.sec2 .bot .thumb .ctr {
	display: flex;
	gap: 5px;
}
.sec2 .bot .thumb .ctr > a {
	display: block;
	width: 48px;
	height: 48px;
	border: 1px solid #fff;
	border-radius: 50%;
}
.sec2 .bot .thumb .ctr .sec2Prev {
	background: url(/images/main/btn_prev.png) no-repeat center / 16px;
}
.sec2 .bot .thumb .ctr .sec2Next {
	background: url(/images/main/btn_next.png) no-repeat center / 16px;
}
.sec2 .bot .thumb .thumbSwiper {
	width: 480px;
	overflow: hidden;
}
.sec2 .bot .thumb .thumbSwiper .swiper-slide {
	width: 235px;
	height: 120px;
}
.sec2 .bot .thumb .thumbSwiper .swiper-slide-thumb-active {
	border: 2px solid #fff;
}
.sec2 .bot .thumb .thumbSwiper .swiper-slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#custom_cursor {
	display: none;
}

/*
.cursor{
	position:fixed;left:50%;top:50%;z-index:10;
	width:160px;height:160px;
	transform:translate(-50%,-50%);
}
.cursor a{
	display:flex;align-items:center;justify-content:center;
	width:100%;height:100%;
	font-size:var(--fz-15);color:#fff;text-align:center;
	backdrop-filter: blur(40px);
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.36);
}
.cursor a i{}
*/

/* sec3 */
.sec3 {
	padding: 100px 0;
}
.sec3 .titleArea {
	position: relative;
}
.sec3 .titleArea h3 {
	font-family: "Instrument Sans";
	font-size: var(--fz-26);
	font-weight: 500;
	color: #ba1d22;
}
.sec3 .titleArea h4 {
	margin-top: 15px;
	font-size: var(--fz-56);
	font-weight: 500;
	color: #000;
}
.sec3 .titleArea a {
	margin-top: 20px;
}

.sec3 .conWrap {
	margin: 50px 0 0;
}
.sec3 .conWrap ul {
	display: flex;
	gap: 25px;
	padding-bottom: 20px;
	overflow-x: auto;
}
.sec3 .conWrap ul li {
	width: 400px;
	aspect-ratio: 260 / 373;
	overflow: hidden;
	position: relative;
	border-radius: 16px;
	transition: all 0.6s;
	flex-shrink: 0;
}
.sec3 .conWrap ul li video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec3 .conWrap ul li .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.sec3 .conWrap ul li .texts {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 35px;
	width: 100%;
	transition: all 0.4s 0.6s;
}
.sec3 .conWrap ul li .texts .tit {
	font-size: var(--fz-34);
	font-weight: 500;
	color: #fff;
}
.sec3 .conWrap ul li .texts .hiddenArea {
	width: 100%;
	margin-top: 20px;
}
.sec3 .conWrap ul li .texts .hiddenArea .txt {
	font-size: var(--fz-20);
	color: #fff;
}
.sec3 .conWrap ul li .texts .hiddenArea a {
	margin-top: 24px;
}

/* sec4 */
/* .sec4 {
	position: relative;
}
.sec4 .bg {
	position: relative;
	width: 100%;
	aspect-ratio: 1920/983;
	background: url(/images/main/sec4_bg.jpg) no-repeat center / cover;
}
.sec4 .bg .titleArea {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.sec4 .bg .titleArea h3 {
	font-family: "Instrument Sans";
	font-size: var(--fz-26);
	font-weight: 500;
	color: #fff;
}
.sec4 .bg .titleArea h4 {
	margin-top: 40px;
	font-size: var(--fz-56);
	font-weight: 500;
	color: #fff;
}
.sec4 .conWrap {
	position: relative;
	z-index: 100;
	text-align: center;
}
.sec4 .conWrap .innerWrap {
	position: static;
}
.sec4 .conWrap .titleArea {
	display: none;
}
.sec4 .conWrap .titleArea h3 {
	font-family: "Instrument Sans";
	font-size: var(--fz-26);
	font-weight: 500;
	color: #fff;
}
.sec4 .conWrap .titleArea h4 {
	margin-top: 40px;
	font-size: var(--fz-56);
	font-weight: 500;
	color: #fff;
}
.sec4 .conWrap ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: -85px;
}
.sec4 .conWrap ul li {
	width: calc((100% - 28px * 2) / 3);
}
.sec4 .conWrap ul li .img {
	overflow: hidden;
	border-radius: 18px;
}
.sec4 .conWrap ul li .tit {
	margin: 40px 0 0;
	font-size: var(--fz-34);
	font-weight: 500;
	color: #000;
}
.sec4 .conWrap ul li .txt {
	margin: 16px 0 30px;
	font-size: var(--fz-22);
	color: #666;
	line-height: 1.5em;
}
.sec4 .conWrap ul li a {
	margin: 0 auto;
} */
.sec4 {
	padding: 0;
}
.sec4 .titleArea {
	position: relative;
}
.sec4 .titleArea h3 {
	font-family: "Instrument Sans";
	font-size: var(--fz-26);
	font-weight: 500;
	color: #ba1d22;
}
.sec4 .titleArea h4 {
	margin-top: 15px;
	font-size: var(--fz-56);
	font-weight: 500;
	color: #000;
}
.sec4 .titleArea a {
	margin-top: 20px;
}
.sec4 .boxWrap {
	margin-top: 50px;
	display: flex;
	flex-wrap: wrap;
	gap: 25px;
}
.sec4 .boxWrap .box {
	position: relative;
	padding: 50px 35px;
	border-radius: 16px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
	height: 500px;
}
.sec4 .boxWrap .box1 {
	width: calc(60% - 12.5px);
}
.sec4 .boxWrap .box4 {
	width: calc(40% - 12.5px);
}
.sec4 .boxWrap .box2 {
	width: calc(40% - 12.5px);
}
.sec4 .boxWrap .box3 {
	width: calc(60% - 12.5px);
}
.sec4 .boxWrap .box .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sec4 .boxWrap .box1 .bg {
	background: url(/images/main/sec4_box_bg1.jpg) no-repeat center / cover;
}
.sec4 .boxWrap .box2 .bg {
	background: url(/images/main/sec4_box_bg2.jpg) no-repeat center / cover;
}
.sec4 .boxWrap .box3 .bg {
	background: url(/images/main/sec4_box_bg3.jpg) no-repeat center / cover;
}
.sec4 .boxWrap .box4 .bg {
	background: url(/images/main/sec4_box_bg4.jpg) no-repeat center / cover;
}
.sec4 .boxWrap .box .txts {
	position: relative;
	z-index: 2;
}
.sec4 .boxWrap .box .txts .tit {
	font-size: var(--fz-42);
	font-weight: 500;
	color: #fff;
}
.sec4 .boxWrap .box .txts p {
	font-size: var(--fz-20);
	color: #fff;
	margin-top: 8px;
}

/* sec5 */
.sec5 {
	overflow: hidden;
	padding: 100px 0;
}
.sec5 .titleArea {
	position: relative;
}
.sec5 .titleArea h3 {
	font-family: "Instrument Sans";
	font-size: var(--fz-26);
	font-weight: 500;
	color: #ba1d22;
}
.sec5 .titleArea h4 {
	margin-top: 15px;
	font-size: var(--fz-56);
	font-weight: 500;
	color: #000;
}
.sec5 .titleArea a {
	margin-top: 20px;
}
.sec5 .conWrap {
	overflow: hidden;
	margin: 50px 0 0;
}
.sec5 .conWrap .press {
	padding-bottom: 60px;
}
.sec5 .conWrap .press .swiper-slide {
	width: calc((100% - 25px * 2) / 3);
}
.sec5 .conWrap .press .swiper-slide .thumb {
	width: 100%;
	aspect-ratio: 530 / 322;
	border-radius: 16px;
	overflow: hidden;
}
.sec5 .conWrap .press .swiper-slide .thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec5 .conWrap .press .swiper-slide .tit {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 30px 0 15px;
	font-size: var(--fz-26);
	font-weight: 500;
	color: #000;
}
.sec5 .conWrap .press .swiper-slide .txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	font-size: var(--fz-20);
	color: #666;
	line-height: 1.7em;
	margin: 0 0 15px;
}
.sec5 .conWrap .press .swiper-slide .date {
	font-size: var(--fz-20);
	color: #666;
}
.sec5 .conWrap .press .swiper-scrollbar {
	width: 100%;
	left: 0;
	background: 0;
	box-shadow: 0 -2px 0 #d9d9d9 inset;
}
.sec5 .conWrap .press .swiper-scrollbar .swiper-scrollbar-drag {
	background: #000;
	border-radius: 0;
}
