/* 공통 */
.sub_con {width: 100%; margin:0 auto; position: relative; padding:0 15px; }
.sub_title {text-align: center;}
.sub_title h2 {    font-size: 12px; font-weight: 400; color: #0867ae; letter-spacing: 3px; font-family: 'Montserrat'; margin-bottom: 8px; text-transform: uppercase;}
.sub_title h1 {    font-size:22px; font-weight: 400; color: #333; font-family: 'NanumSquare',sans-serif; line-height: 35px; word-break: keep-all;}
.sub_title h1 b {font-weight: 800;}
.apos_head {display: inline-block; position: relative; text-align: center; padding:0 30px;}
.apos_head h1 {font-size:18px; font-weight: 400; color:#333; font-family: 'NanumSquare',sans-serif; word-break: keep-all; line-height: 30px; }
.apos_head h1 span {font-weight: 800; color:#0867ae;}
.apos_head > img {position: absolute; top:-10px; width: 20px; }
.apos_head > img.apos1 {left:0;}
.apos_head > img.apos2 {right:0;}
.sub_p {font-size:14px; font-weight: 300; color:#666; letter-spacing: -.7px; line-height: 25px; word-break: keep-all; word-break: keep-all;}
.sub_list {text-align: left;}
.sub_list li {font-size:12px; font-weight: 300; color:#666; letter-spacing: -.7px; margin-bottom: 6px; display: flex; align-items: flex-start;}
.sub_list li:last-child {margin-bottom: 0;}
.sub_list li::before {content: ''; display: block; width: 3px; height: 3px; min-width: 3px; min-height: 3px; background: #0867ae; margin-right:8px; position: relative; top:7px;}

/* btn */
.busin_btn{display: flex; width: 180px; height: 45px; text-align: center; align-items: center; justify-content: center; font-size: 14px; font-weight: 500; color:#fff; background: transparent;  transition: all .3s ease; position:relative; z-index:1; border:1px solid #fff ; margin:0 auto; }
.busin_btn i {margin-left:15px;}
.busin_btn:active {background: #0867ae; border-color: #0867ae ;}

/*Content CSS*/
#business1 {text-align: center; padding:0 0 50px;}
.busin_box {display: flex; margin-bottom: 30px; flex-direction: column; }
#business1 .sub_con > .busin_box:last-child {margin-bottom: 0; }
.busin_box > div { }
.busin_box .img {width: 100%; overflow: hidden; }
.busin_box .img img {width: 100%; }
.busin_box .txt {display: flex; flex-direction:  column; justify-content: flex-start; padding:30px 30px 30px; text-align: center; background: #fff;     box-shadow: 0 0 20px 0 rgb(0 0 0 / 5%); width: 100%; }
.busin_box .txt h2 {    font-size: 12px; font-weight: 400; color: #0867ae; letter-spacing: 2px; font-family: 'Montserrat'; margin-bottom: 5px; text-transform: uppercase;}
.busin_box .txt h1 {    font-size: 18px; font-weight: 800; color: #333; font-family: 'NanumSquare',sans-serif; line-height: 30px; margin:0 0 10px;}


/* 실적보기 버튼 */
.busin_top {width: 100%; position: relative; width: 100%; margin-bottom: 30px; display: flex; flex-direction: column; }
.busin_top .img {width: 100%; }
.busin_top .img img {width: 100%; }
.busin_top .txt {width: 100%;  text-align: center; padding:30px 30px 30px ; background: url('../img/busin_top.jpg') 50% 50% no-repeat; background-size:cover;
position: relative; z-index: 1; }
.busin_top .txt::before {content: ''; display: block; width: 100%; height: 100%; position: absolute; left:0; top:0;z-index: -1; background: rgba(0,0,0,.7); }
.busin_top .txt h1 {    font-family: 'NanumSquare',sans-serif; font-size: 20px;  color: #fff; font-weight: 300; line-height: 30px; word-break: keep-all;}
.busin_top .txt h1 b {font-weight: 800; }
.busin_top .txt  p {font-size:14px; font-weight: 300; color:rgba(255,255,255,.8); line-height: 25px; margin:10px 0 20px; letter-spacing: -.7px; word-break: keep-all;}

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

}

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

}

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

}

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

}
