@charset "utf-8";
.pcbr{display:none;}
.ptbr{display:none;}
.tbbr{display:none;}
.tmbr{display:block;}
.mbbr{display:block;}
.dn{display:none;}
#wrap{overflow:hidden;}





/* visual */
#container{position:relative;}
#visual{
	position:fixed;left:0;top:0;
	width:100%;height:100vh;
}
.visual{width:100%;height:100vh;}
.visual .swiper-wrapper{width:100%;height:100%;}
.visual .swiper-slide{
	overflow:hidden;
	position:relative;
	width:100%;height:100%;
}
.visual .swiper-slide .slide-inner{
	width:100%;height:100%;
    position: absolute;left:0;top:0;z-index: 100;
    background-size: cover;
    background-position: center;
    display:flex;justify-content:center;align-items:center;
    text-align: left;	
}
.visual .swiper-slide .slide-inner>div{width:100%;height:100%;}
.visual .swiper-slide .bg{width:100%;height:100%;}
.visual .swiper-slide.v1 .bg{background:url(/images/main/visual1_m.jpg) no-repeat 60% center;background-size:cover}
.visual .swiper-slide.v2 .bg{background:url(/images/main/visual2.jpg) no-repeat center;background-size:cover}
.visual .swiper-slide.v3 .bg{background:url(/images/main/visual3.jpg) no-repeat center;background-size:cover}

.visual .swiper-slide .bg{transform:scale(1.1);}
.visual .swiper-slide-active .bg{transform:scale(1);z-index:10;}
.visual .swiper-slide .bg>div video{
	width:100%;height:100%;
	object-fit:cover;
}
.visual .swiper-slide .txtwrap{
	position:absolute;left:5%;top:16%;z-index:20;
	width:90%;
	
}
.visual .swiper-slide .txtwrap .tit{font-size:40px;color:#fff;font-weight:700;line-height:1.3em;}
.visual .swiper-slide .txtwrap a{
	display:block;
	box-sizing:border-box;
	margin:25px 0 0;
	font-size:20px;color:#fff;font-weight:600;
}
.visual .swiper-slide .txtwrap a i{
	display:inline-block;vertical-align:top;
	width:25px;height:25px;
	margin:0px;
	background:url(/images/main/visual_arr1.png) no-repeat;
}
.visual .ctr{
	display:flex;align-items:center;
	position:absolute;left:5%;bottom:120px;z-index:20;
}
.visual .ctr .vprev{margin-right:6px;}
.visual .ctr .vnext{margin-left:6px;}
.visual .ctr .vpaging{position:static;}
.visual .ctr .vpaging span{
	width:10px;height:10px;
	margin:0 8px;
	background:rgba(255,255,255,0.6);
	opacity:1;border-radius:5px;
	transition:all 0.24s;
}
.visual .ctr .vpaging span.swiper-pagination-bullet-active{width:55px;background:#3a7bfd;}




#contents{position:relative;z-index:100;margin-top:90vh;}
.innerwrap{max-width:1300px;width:90%;margin:0 auto;}
.titlearea{}
.titlearea h3{}
.titlearea h3 .en{font-size:16px;color:#909090;font-weight:700;}
.titlearea h3 .kr{margin:15px 0 0;font-size:40px;color:#000;font-weight:700;}



/* sec1 */
.sec1{
	position:relative;z-index:100;
	padding:100px 0;
	background:#fff;
	border-radius:60px;
}
.sec1 .evtTabs{position:relative;margin:50px 0 60px;}
.sec1 .evtTabs>ul{
	display:flex;align-items:center;
	padding:8px;
	background:#f6f6f6;
	border-radius:30px;
}
.sec1 .evtTabs>ul>li{width:33.333%;}
.sec1 .evtTabs>ul>li>a{
	display:flex;align-items:center;justify-content:center;
	position:relative;z-index:20;
	width:100%;height:44px;
	font-size:20px;color:#555;font-weight:600;
	border-radius:22px;
}
.sec1 .evtTabs>ul>li>a span{position:relative;}
.sec1 .evtTabs>ul>li>a span:after{
	display:block;content:"";
	width:6px;height:6px;
	border-radius:50%;
	background:#3473ef;
	position:absolute;left:calc(100% + 5px);top:0;
	transform:scale(0);opacity:0;
	transition:all 0.4s;
}
.sec1 .evtTabs>ul>li.on>a{color:#fff;}
.sec1 .evtTabs>ul>li.on>a span:after{transform:scale(1);opacity:1;}
.sec1 .evtTabs .chk{
	position:absolute;left:8px;top:8px;
	width:33.333%;height:44px;
	border-radius:22px;
	background:#000;
	transition:all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sec1 .lists{}
.sec1 .lists>ul{display:none;}
.sec1 .lists .evtMobile{margin-bottom:60px;}
.sec1 .lists .evtMobile .swiper-slide{width:320px;}
.sec1 .lists .evtMobile .swiper-slide .thumb{overflow:hidden;position:relative;aspect-ratio:400/270;border-radius:15px;}
.sec1 .lists .evtMobile .swiper-slide .thumb img{width:100%;height:100%;object-fit:cover;}
.sec1 .lists .evtMobile .swiper-slide .thumb .dday{
	position:absolute;right:20px;top:20px;
	width:60px;height:30px;
	background:#3a7bfd;border-radius:12px;
	font-size:14px;color:#fff;text-align:center;line-height:30px;
}
.sec1 .lists .evtMobile .swiper-slide .tit{
	margin:25px 0 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	font-size:24px;color:#000;font-weight:700;line-height:1.3em;
}
.sec1 .lists .evtMobile .swiper-slide .txt{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size:14px;color:#666;
}
.sec1 .lists .evtMobile .swiper-slide .area{
	margin:20px 0;padding-left:20px;
	background:url(/images/main/sec1_area_icon.png) no-repeat left 4px;
	background-size:auto 12px;
	font-size:16px;color:#000;font-weight:500;
}
.sec1 .lists .evtMobile .swiper-slide .date{margin:10px 0 15px;font-size:16px;color:#adadad;font-weight:500;}
.sec1 .lists .evtMobile .swiper-slide .state{display:flex;flex-wrap:wrap;gap:4px;}
.sec1 .lists .evtMobile .swiper-slide .state>span{
	display:inline-block;
	box-sizing:border-box;
	padding:6px 13px;
	border:1px solid #919191;border-radius:50px;
	font-size:10px;color:#999;font-weight:500;
}











/* sec2 */
.sec2{padding:200px 0;margin:-100px 0;background:#f5f5f5;}
.sec2 .innerwrap{}
.sec2 .innerwrap .conwrap{overflow:hidden;position:relative;width:calc(100% + 35%);}
.sec2 .sec2bbs{
	position:relative;left:0;top:0;
	width:100%;
}
.sec2 .sec2bbs .swiper-slide{width:320px;}
.sec2 .sec2bbs .swiper-slide .thumb{overflow:hidden;border-radius:15px;}
.sec2 .sec2bbs .swiper-slide .tit{
	margin:28px 0 0;
	font-size:24px;color:#000;font-weight:700;
}
.sec2 .sec2bbs .swiper-slide .tit .cate{
	display:inline-flex;align-items:center;justify-content:center;vertical-align:top;
	width:60px;height:32px;
	border-radius:15px;
	font-size:14px;color:#fff;text-align:center;font-weight:500;
}
.sec2 .sec2bbs .swiper-slide .tit .cate1{background:#3a7bfd;}
.sec2 .sec2bbs .swiper-slide .tit .cate2{background:#2b2b2b;}
.sec2 .sec2bbs .swiper-slide .con{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin:20px 0 15px;
	font-size:16px;color:#6f6f6f;font-weight:500;
}
.sec2 .sec2bbs .swiper-slide .date{font-size:14px;color:#a3a3a3;font-weight:500;}
.sec2 .sec2bbs .ctr{
	display:flex;align-items:center;justify-content:space-between;
	width:calc(100% - 25.925%);
	margin:55px 0 0;
}
.sec2 .sec2bbs .ctr .sec2prev{
	width:40px;height:40px;
	background:url(/images/main/sec2prev.png) no-repeat center;
	background-size:cover;
	border:1px solid #000;border-radius:50%;
}
.sec2 .sec2bbs .ctr .sec2next{
	width:40px;height:40px;
	background:url(/images/main/sec2next.png) no-repeat center;
	background-size:cover;
	border:1px solid #000;border-radius:50%;
}
.sec2 .sec2bbs .ctr .swiper-button-disabled{opacity:0.3;}
.sec2 .sec2bbs .ctr .swiper-scrollbar{
	position:static;
	width:calc(100% - 80px - 8px - 33px);
	margin-left:30px;
	border-radius:0;
}
.sec2 .sec2bbs .ctr .swiper-scrollbar .swiper-scrollbar-drag{background:#000;}





/* sec3 */
.sec3{
	position:relative;z-index:100;
	padding:100px 0;
	background:#fff;
	border-radius:60px;	
}
.sec3 .lists{margin:55px 0 0;border-top:1px solid #ccc;}
.sec3 .lists ul{margin-bottom:55px;}
.sec3 .lists ul li{}
.sec3 .lists ul li a{}
.sec3 .lists ul li a .date{
	position:relative;
	width:100%;
	padding:40px 0 20px 28px;
	font-size:16px;color:#111;font-weight:500;
}
.sec3 .lists ul li a .date span{position:relative;}
.sec3 .lists ul li a .date span:before{
	display:block;content:"";
	width:12px;height:12px;
	background:#1958c6;
	border-radius:50%;
	position:absolute;right:calc(100% + 14px);top:4px;
}
.sec3 .lists ul li a .con{
	position:relative;
	box-sizing:border-box;
	width:100%;
	padding:0px 0 40px;
	border-bottom:1px solid #ccc;
}
.sec3 .lists ul li a .con .tit{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	font-size:22px;color:#000;font-weight:700;
}
.sec3 .lists ul li a .con .txt{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;	
	margin-top:15px;
	font-size:16px;color:#666;font-weight:400;
}
