/*공통*/
.con1600 {width: 1600px; margin: 0 auto;}
.con1300 {width: 1300px; margin: 0 auto;}

.c_title {text-align: center;}
.c_title h2 {font-size: 18px; font-family: 'Poppins',sans-serif; font-weight: 600; color:#bcc0cf; letter-spacing: 1.8px;}
.c_title h2 span {color:#3f5aab;}
.c_title h1 {font-size:38px; font-weight: 400; color:#222; line-height: 50px; letter-spacing: -1.9px; margin: 20px 0 30px 0;}
.c_title h1 span {font-weight: 700;}
.c_title p {font-size: 14px; font-weight: 300; color: rgba(34, 34, 34, 0.5); line-height: 26px; word-break: keep-all;}

.sub_h1 {font-size: 24px; font-weight: 400; color:#222; margin-bottom: 25px; position: relative; padding-left: 32px;}
.sub_h1::before {display: block; content:""; width: 17px; height: 17px; border-radius: 50%; border:4px solid #3f5aab; background: #fff; position: absolute; top: 10px; left: 0; }

.busin_table {width: 1300px; margin: 0 auto;  margin-bottom: 50px;}
.busin_table table {width: 100%;font-family: 'Noto Sans KR', sans-serif; border-collapse: collapse;}
.busin_table table th, .busin_table table td {padding: 10px; word-break: keep-all;}
.busin_table table thead th, .busin_table table thead td {color:#fff; border: 1px solid #536fc3; font-size: 14px; font-weight: 400; line-height: 26px;}
.busin_table table thead th {background: #3f5aab; }
.busin_table table thead th:last-child {border-right: 1px solid #3f5aab}
.busin_table table thead tr:last-child th {border-bottom: 1px solid #3f5aab}

.busin_table table thead td {background: #28548d; border: 1px solid #5376a4;}
.busin_table table thead td:last-child {border-right: 1px solid #28548d}


.busin_table table tbody th, .busin_table table tbody td {  }
.busin_table table th {text-align: center; font-weight: 400; color:#333; background: #edeff6; line-height: 26px;font-size: 14px;  border: 1px solid #d3d8e9 }
.busin_table table td {font-weight: 300; color:#666; line-height: 26px; background: #fff; font-size: 14px; text-align: center;border: 1px solid #dfe3ed; }
.busin_table table td i {}


/*Content CSS*/
.business{position: relative; padding-bottom: 100px; overflow: hidden;}
.business::before {display: block; width: 100%; height: calc(100% - 250px); position: absolute; bottom: 0; left: 0; background: url('../img/dot_bg.jpg'); content: "";}
.business .con1300 {position: relative; z-index: 2}

#busin1_c1 {margin: 40px 0 70px 0}
#busin1_c1 .img {width: 100%; background: #fff; border: 1px solid #dfe3ed; text-align: center;padding: 45px 0;}

#busin1_c2 {width: 100%; display: flex; flex-direction: row; justify-content: space-between; margin-bottom: 70px;}
#busin1_c2 .box {width: 410px;}
#busin1_c2 .box .img {width: 100%; height: 300px; line-height: 298px;border: 1px solid #dfe3ed; background: #fff;  text-align: center; overflow: hidden; font-size: 0;text-align: center;}
#busin1_c2 .box .img img {height: 100%; text-align: center;}
#busin1_c2 .box .img_wrap {display: flex; flex-direction: row; justify-content: space-between;}
#busin1_c2 .box .img_wrap .img {width: 200px;}

#busin1_c3 .img {width: 100%; background: #fff; border: 1px solid #dfe3ed; text-align: center;padding: 45px 0; margin-bottom: 30px;}





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


}

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


}
