@charset "utf-8";

/* 내용관리 */
#ctt {width:1000px; margin:0 auto; padding:20px;background:#fff}
.ctt_admin {text-align:right;display: none;}
#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}


/* section1 */
.section1 h5{
	margin: 20px 0 15px;
	line-height: 1.3;
	font-size: 22px;
	font-weight: 600;
}

.section1 p{
	font-size: 16px;
	color: #616161;
	line-height: 1.7;
}

.section1 .infoBox{
	margin-top: 30px;
	background: #f6f8fa;
	box-sizing: border-box;
	padding: 25px;
	font-size: 16px;
	line-height: 1.7;
}

.section1 .infoBox strong{
	color: var(--mainCol);
}

/* section3 */
.section3 article{
	display: flex;
	align-items: center;
}

.section3 article > div{
	width: 50%;
}

.section3 article iframe{
	width: 100%;
	height: 450px;
}

.section3 article .rightBox{
	box-sizing: border-box;
	padding: 50px;
}

.section3 article .rightBox h5{
	font-size: 22px;
	line-height: 1.3;
	font-weight: 600;
	margin-bottom: 20px;
}

.section3 article .rightBox > p{
	font-size: 18px;
	line-height: 1.7;
}

.section3 article .rightBox > p strong{
	color: var(--mainCol);
	font-weight: 600;
}

.section3 article .rightBox a{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 65px;
	box-sizing: border-box;
	border: 1px solid var(--mainCol);
	background: #fff;
	margin-top: 30px;
}

.section3 article .rightBox a p{
	font-size: 22px;
	margin-left: 10px;
	margin-top: -4px;
}




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


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

/* section1 */
.section1 h5{
	margin: 4vw 0 3vw;
	font-size: 3.4vw;
}

.section1 p{
	font-size: 3vw;
}

.section1 .infoBox{
	margin-top: 5vw;
	padding: 4vw;
	font-size: 3vw;
}

/* section2 */
.section2 .imgBox{
	width: 80%;
	margin: auto;
}

/* section3 */
.section3 article{
	flex-wrap: wrap;
}

.section3 article > div{
	width: 100%;
}

.section3 article iframe{
	height: 50vw;
}

.section3 article .rightBox{
	padding: 0;
	margin-top: 5vw;
}

.section3 article .rightBox h5{
	font-size: 3.5vw;
	margin-bottom: 4vw;
}

.section3 article .rightBox > p{
	font-size: 3vw;
}

.section3 article .rightBox a{
	width: 200px;
	height: 40px;
	background: #fff;
	margin-top: 5vw;
}

.section3 article .rightBox a img{
	width: 20px;
}

.section3 article .rightBox a p{
	font-size: 14px;
	margin-left: 10px;
	margin-top: -3px;
}


}