/* 공통 */
.text-center {text-align:center;}
.sub_con {width:1280px; margin:0 auto;}
.sub_title {margin-top:50px;}
.sub_title h1 {font-family: 'NanumSquare', sans-serif; color:#000; font-size:32px; font-weight: 400; }
.sub_title h1 b {font-weight: 600;}
.sub_title span {display: block; width:50px; height:4px; background: #019b92; margin:0 auto 30px;}
.sub_p {font-size:16px; font-weight: 300; color:#666; letter-spacing: -.5px; word-break: keep-all; line-height: 30px;}
.sub_p span {color:#019b92; font-weight: 400;}
.border_bottom {padding-bottom:50px; border-bottom:1px solid #eee;}

/*Content CSS*/
.busin5_article {display: flex;  text-align:left; margin-top:50px; align-items: center; justify-content: center; flex-wrap:wrap;}
.busin5_article h2 {font-size:28px; color:#222;  font-family: 'NanumSquare', sans-serif; }
.busin5_article h2 img {margin-right:5px;}
.busin5_article .txt >  span, .busin5_flex >  span { display: block; width:50px; height:2px; background: #019b92; margin:30px 0;}

.t_right {text-align:right;}
.busin5_flex {display: flex; justify-content: flex-end;}

.youtube{width:100%; display: flex; justify-content: space-between; margin-top:60px;}


@media screen and (max-width:992px){

}

@media all and (max-width:768px){

}

@media all and (max-width:480px){

}
