/* 공통 */
.sub_con {width: 1340px; margin:0 auto; min-width: 1340px;}
.sub_table {border-collapse: collapse; width: 100%; border-top:3px solid #675846;}
.sub_table th {width: 200px; background: #f7f7f7; text-align: center;font-size:18px; font-weight: 700; color:#333; font-family: 'NanumSquare',sans-serif;
border-bottom: 1px solid #eee; padding:30px 0; line-height: 30px;}
.sub_table td {background: #fff; border-bottom: 1px solid #eee; padding:30px 60px; font-size:16px; font-weight: 300; color:#666; line-height: 30px; }
.sub_table td span {color:#bf6a04;}
.sub_table td ul li {padding-left:15px; position: relative; }
.sub_table td ul li::before {content: ''; display: block; width:5px; height: 5px; background: #675846; position: absolute; left:0; top:12px; }
.sub_title {font-size:30px; font-weight: 700; color:#333;  font-family: 'NanumSquare',sans-serif; display: flex; align-items: flex-start;}
.sub_title::before {content: ''; display: block; width: 18px; height: 18px; background: #fff; border:4px solid #5a4e40; margin-right: 15px; border-radius: 50%; position: relative;
top:8px;}
.sub_p {font-size:16px; font-weight: 300; color:#666; letter-spacing: -.5px;}

/*Content CSS*/
#business2 {padding:60px 0 150px; }
#business2 .sub_table {margin-top:50px; }
#business2 .sub_table th {width: 240px;}

/* b2_sec2 */
.b2_sec2 {margin-top:100px;}
.b2_sec2 ul {display: flex; flex-wrap:wrap; margin-top: 40px;}
.b2_sec2 ul li {width: 100%; padding:0 0 50px ;border-bottom: 1px solid #eee; text-align: center;  margin-bottom: 60px;}
.b2_sec2 ul li:last-child {margin-bottom: 0;}
/* .b2_sec2 ul li:nth-child(even) {background: #fbfbfb;} */
.b2_sec2 ul li h2 {font-size:18px; font-weight: 600;  font-family: 'NanumSquare',sans-serif; display: flex; align-items: center; height: 50px; line-height: 20px; height: 60px;
background: #f7f7f7; padding:0 0; border-bottom: 1px solid #eee; border-top:3px solid #5a4e40;}
.b2_sec2 ul li h2 span {font-size:28px; font-weight: 900; font-family: 'NanumSquare',sans-serif;  color:#5a4e40; display: block;  margin-right: 20px; width: 75px; height: 57px;
background: #5a4e40; color:#fff; line-height: 57px;}
.b2_sec2 ul li .img img {display: inline-block; margin-top:50px; border:1px solid #eee;}
.b2_sec2 ul li .sub_p {margin-top:20px;}
/* .b2_sec2 ul li:nth-child(even) h2 span {border:1px solid #5a4e40; color:#5a4e40; background: #fff;} */

.flex_box {display: flex; align-items: center; justify-content: space-between; width: 100%;}




@media screen and (max-width:1340px) {

}

@media screen and (max-width:1200px) {

}

@media screen and (max-width:1024px) {

}

@media screen and (max-width:768px) {

}

@media screen and (max-width:640px) {

}

@media screen and (max-width:480px) {


}

@media screen and (max-width:320px) {
}
