@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 .inner{
}

.section1 article{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	background: #f6f8fa;
	box-sizing: border-box;
	padding: 90px 0px 70px;
}

.section1 article > div{
	box-sizing: border-box;
	position: relative;
}

.section1 article .leftBox{
	width: 40%;
}

.section1 article .rightBox{
	width: 60%;
}

.section1 article .rightBox .txt1{
	font-size: 16px;
	line-height: 1.8;
	color: #616161;
}

.section1 article .rightBox .txt2{
	font-size: 22px;
	line-height: 2.3;
	margin-top: 20px;
}

.section1 article .rightBox .txt2 strong{
	color: var(--mainCol);
}

.section1 article .bottomBox{
	width: 100%;
	margin-top: 50px;
	padding: 0 40px;
}

.section1 article .bottomBox h5{
	color: var(--mainCol);
	line-height: 1;
	margin-bottom: 30px;
	font-size: 22px;
}

.section1 article .bottomBox ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.section1 article .bottomBox ul li{
	width: calc(100%/5 - 100px/5);
}

.section1 article .bottomBox ul li img{
	width: 100%;
}

.section1 article .bottomBox ul li p{
	font-size: 16px;
	color: #616161;
	text-align: center;
	line-height: 1;
	margin-top: 15px;
}



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


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

/* section1 */
.section1 article{
	padding: 6vw 5vw 9vw;
}

.section1 article .leftBox{
	width: 100%;
	margin-bottom: 3vw;
}

.section1 article .leftBox img{
	width: 60%;
}

.section1 article .rightBox{
	width: 100%;
}

.section1 article .rightBox .txt1{
	font-size: 3vw;
}

.section1 article .rightBox .txt2{
	font-size: 4vw;
	margin-top: 4vw;
}

.section1 article .bottomBox{
	margin-top: 3vw;
	padding: 0vw;
}

.section1 article .bottomBox h5{
	margin-bottom: 5vw;
	font-size: 4vw;
}

.section1 article .bottomBox ul li{
	width: calc(100%/2 - 3vw/2);
	margin-top: 5vw !important;
}

.section1 article .bottomBox ul li:nth-child(-n+2){
	margin-top: 0 !important;
}

.section1 article .bottomBox ul li img{
	width: 100%;
}

.section1 article .bottomBox ul li p{
	font-size: 3vw;
	margin-top: 2vw;
}



}