@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{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

.section1 .imgBox{
	display: flex;
	justify-content: flex-end;
	margin-bottom: 70px;
	width: 100%;
}

.section1 .imgBox img{
	margin: 0;
	max-width: 1711px;
	width: 93%;
}

.section1 .inner{
	max-width: 1711px;
	width: 93%;
	margin: 0;
	padding-right: 100px;
}

.section1 .inner h5{
	color: #fff;
	font-size: 30px;
	font-weight: normal;
	font-family: "pm";
	margin-bottom: 40px;
}

.section1 .inner p{
	font-family: "pl";
	font-size: 18px;
	font-weight: normal;
	line-height: 1.8;
	color: #fff;
}

.section1 .sign{
	font-size: 30px;
	line-height: 1.2;
	font-family: "pl";
	margin-top: 70px;
	color: #bbbbbb;
	display: flex;
	align-items: center;
}

.section1 .sign strong{
	color: #fff;
	font-family: "pb";
	font-weight: normal;
}







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


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

/* section1 */
.section1 .imgBox{
	justify-content: center;
	margin-bottom: 10vw;
}

.section1 .imgBox img{
	width: 90%;
	margin: auto;
}

.section1 .inner{
	max-width: 1711px;
	width: 90%;
	margin: auto;
	padding-right: 0px;
}

.section1 .inner h5{
	font-size: 4.5vw;
	margin-bottom: 6vw;
}

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

.section1 .sign{
	font-size: 4.5vw;
	margin-top: 10vw;
	display: block;
	text-align: center;
}

.section1 .sign img{
	width: 35vw;
	margin: auto;
	display: block;
	/* float: right */
}




}