@charset "utf-8";

/* 내용관리 */
#ctt {margin:10px 0;padding:20px;background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {padding:10px 0;line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}

/* con */
.con1{
	background: url(/include/img/sub_introBg.png) no-repeat center / cover;
}

.con1 .conTxt{
	font-size: 18px;
}

.con1 ul{
	display: flex;
	margin-top: 50px;
}

.con1 ul li{
	width: 50%;
	position: relative;
	animation-delay: 0.4s;
}

.con1 ul li iframe{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}



/* -------------------------------------------------------------------720 */
@media screen and (max-width: 720px){

.con1 .conTxt{
	font-size: 3vw;
}

.con1 ul{
	flex-wrap: wrap;
}

.con1 ul li{
	width: 100%;
}

.con1 ul li iframe{
	position: static;
	left: auto;
	top: auto;
	height: 65vw;
}


}