@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 .txtBox{
	box-sizing: border-box;
	font-size: 18px;
	line-height: 1.9;
	color: #6d717c;
	border-radius: 20px;
	margin-top: 45px;
}

.section1 .txtBox h3{
	font-size: 20px;
	color: var(--mainCol);
	display: inline-block;
}

.section1 .txtBox h3::after{
	content: '';
	display: block;
	width: 40px;
	height: 2px;
	background: var(--mainCol);
	margin: 15px 0;
}

.section1 .txtBox p + h3{
	margin-top: 20px;
}

.section1 .txtBox .signP{
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.section1 .txtBox .signP img{
	margin-left: 15px;
}






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


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

/* section1 */
.section1 .txtBox{
	font-size: 3.5vw;
	border-radius: 3vw;
	margin-top: 5vw;
}

.section1 .txtBox h3{
	font-size: 4.5vw;
}

.section1 .txtBox h3::after{
	width: 10vw;
	height: 2px;
	margin: 2vw 0 3vw;
}

.section1 .txtBox p + h3{
	margin-top: 4vw;
}

.section1 .txtBox .signP{
	display: flex;
	align-items: center;
	margin-top: 8vw;
}

.section1 .txtBox .signP img{
	margin-left: 3vw;
	width: 16vw;
}




}