@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{
	background: #f6fcfb;
	background: #f6f4f3;
	max-width: 1380px;
	box-sizing: border-box;
	padding: 40px 30px;
	font-size: 20px;
	line-height: 1.6;
	margin: auto;
	margin-top: 45px;
}

.section1 .txtBox .highl{
	display: inline-block;
	background: var(--mainCol);
	color: #fff;
	line-height: 1.4;
	padding: 0 3px;
}

.section1 .txtBox .sign{
	display: flex;
	align-items: center;
}

.section1 .txtBox .sign img{
	margin-left: 10px;
}





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


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

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

.section1 .txtBox strong span{
	padding: 0 1vw;
}

.section1 .txtBox .sign{
	display: flex;
	align-items: center;
}

.section1 .txtBox .sign img{
	margin-left: 1vw;
	width: 16vw;
}



}