/*another*/
.subWrap{
	margin-top:0;
}
.container{
	margin:0 auto;
}

*{
	line-height:100%;
}
.ovH{
	overflow:hidden;
}

/*start*/
.eventWrap{
	font-family: 'Pretendard';
	font-weight: 300;
}
.eventWrap .mainVisual{

}
.eventWrap .content{
	background:#fdf2f5;
	padding: 5% 2.5% 15%;
}
.eventWrap .maintit{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	gap: 10px;
	border-bottom:1px solid #5a5657;
	padding-bottom: 2.5%;
	margin-bottom: 5%;
}
.eventWrap .maintit .image{

}
.eventWrap .maintit .text{
	font-size: 36px;
	letter-spacing: -2px;
	line-height: 100%;
}
.eventWrap .maintit .text .point{
	color:#ea7f9d;
	letter-spacing: -2px;
}
.eventWrap .listWrap{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 7.5% 2.5%;
    padding: 0 5%;
}
.eventWrap .listcon{
	opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
	transition:1s 0.5s;
}
.eventWrap .aos-animate .listcon:hover{
}
.eventWrap .listcon .btn{
	text-align: center;
	border: 1px solid #d5d5d5;
	background: #f7f7f7;
	padding: 5px;
	font-weight: 500;
	letter-spacing: -2px;
	cursor:pointer;
	transition:0.5s all;
	width: 80%;
	margin: 0 auto;
	display:none;
}
.eventWrap .listcon .btn:hover{
	background:#005052;
	color:#fff;
}
.eventWrap .aos-animate .listcon{
	opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.eventWrap .aos-animate .listcon:nth-child(2){
	transition-delay:0.6s;
}
.eventWrap .aos-animate .listcon:nth-child(3){
	transition-delay:0.7s;
}
.eventWrap .aos-animate .listcon:nth-child(4){
	transition-delay:0.8s;
}
.eventWrap .aos-animate .listcon:nth-child(5){
	transition-delay:0.9s;
}
.eventWrap .aos-animate .listcon:nth-child(6){
	transition-delay:1s;
}
.eventWrap .aos-animate .listcon:nth-child(7){
	transition-delay:1.1s;
}
.eventWrap .aos-animate .listcon:nth-child(8){
	transition-delay:1.2s;
}
.eventWrap .aos-animate .listcon:nth-child(9){
	transition-delay:1.3s;
}
.eventWrap .aos-animate .listcon:nth-child(10){
	transition-delay:1.4s;
}
.eventWrap .listcon .title{
	background:#525252;
	color:#fff;
	border-radius:30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 8px;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 5%;
	width: 100%;
}
.eventWrap .listcon:nth-child(2n) .title{
	background:#f49db8;
}
.eventWrap .listcon .movieWrap{
    position: relative;
    margin-bottom: 5%;
    border-radius: 30px;
    overflow: hidden;
}
.eventWrap .listcon .movieWrap .image{cursor: pointer;text-align:center;transition:0.5s all;}
.eventWrap .listcon .movieWrap .image:hover{
	opacity:0.5;
}
.eventWrap .listcon .movieWrap .image img{
	max-width:max-content;
}
.eventWrap .listcon .movieWrap iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.eventWrap .listcon .statWrap{
	display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 300;
}
.eventWrap .listcon .statWrap .con{

}
.eventWrap .listcon .statWrap .num{
	font-weight:700;
	margin-left:5px;
}
.eventWrap .listcon .label{
	cursor:pointer;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}
.eventWrap .listcon .label .input{
	width:20px;
	height:20px;
	cursor:pointer;
	margin-bottom: 5%;
}

.seminar_wrap .bg_seminar_middle{
	width:calc(100% - 30px);
	margin:0 auto;
	padding: 5% 2.5%;
}

.popup{
	position:fixed;
	background: rgba(1,1,1,0.9);
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1000;
	display:none;
}
.popup .popup_content{
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	height: 100%;
	width: 100%;
}
.popup .movieWrap{
	padding: 177.78% 0 0 0;
	position: relative;
	width: 100%;
	margin-bottom: 5%;
}
.popup .movieWrap iframe{
	 position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.popup .title{
	color:#fff;
	font-size: 30px;
	letter-spacing: -2px;
	font-weight: 300;
	margin-bottom: 2.5%;
}
.popup .close{
	display: inline-flex;
	align-items:center;
	justify-content: center;
	margin: 5% auto;
	cursor: pointer;
}

@media(max-width:1080px){
	.eventWrap .maintit{
		flex-direction: column;
		align-items: center;
		font-size:28px;
	}
	.eventWrap .listWrap{
		grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
	}
	.eventWrap .listcon{
		border-bottom:1px solid #ddd;
		padding-bottom:10%;
	}
	.popup .popup_content{
		max-width:none;
		width:75%;
		justify-content: flex-start;
	}
	.seminar_wrap .bg_seminar_middle{
		padding:10% 0;
	}
	.seminar_wrap .tbl_frm01 th, .seminar_wrap .tbl_frm01 .selectbox{
		flex:1;
	}
	.seminar_wrap .tbl_frm01 .frm_input{
		flex:1;
	}
}

@media(max-width:640px){
	.eventWrap .maintit .text{
		font-size:6vw;
	}
	.eventWrap .maintit .image{
		width:15%;
	}
	.eventWrap .maintit .image img{
		max-width:max-content;
	}
	.eventWrap .listcon .title{
		font-size:3.8vw;
	}
	.eventWrap .listcon .statWrap{
		font-size: 3.6vw;
	}
}