#content{width: 60%; margin: 300px auto 200px;}
.con h3{text-align: center; font-size: 2.5rem;}
.flex_box{display: flex; margin: 100px 0;justify-content: space-between;border-bottom: 1px solid#ccc; padding-bottom: 50px;}
.t_li{font-size: 2rem; width: 40%; font-weight: 500;}
.no_t_li{width: 40%;text-align: justify;}

.flex_box02{display: flex; flex-wrap: wrap;justify-content: space-between;}
.flex_box02 li{width: 45%; border-bottom: 1px solid#ccc; padding-bottom: 50px; margin-bottom: 50px;}
.flex_box02 div{width: 100%; height: 200px;background-repeat: no-repeat; background-size: cover; }
.div_box01{background: url(../images/img06.jpeg);}
.div_box02{background: url(../images/img07.jpeg);}
.div_box03{background: url(../images/img09.png);}
.div_box04{background: url(../images/img08.jpeg);}
.flex_box02 span{font-size: 1.2rem; font-weight: 500; line-height: 100px;}

/* 일반 pc */
@media screen and (max-width:1280px) {
	
}

/* 테블릿 */
@media screen and (max-width:1024px) {
  
}

/* 소형 테블릿 */
@media screen and (max-width:768px) {


}
/* 모바일 */
@media screen and (max-width:640px) {
    
    
}

/* 최소 사이즈 처리 */
@media screen and (max-width:480px) {

}
