/* 공통 */
.sub_con {width: 100%; margin:0 auto; position: relative; }
.s_title h2 {font-size:24px; font-weight: 400; font-family: 'NanumSquare',sans-serif; color:#009fe8; text-transform: uppercase; }
.s_title h1 {font-size:36px; font-weight: 800; color:#000 ; font-family: 'NanumSquare',sans-serif;}
.s_title p {font-size:15px; font-weight: 300; color:#000; line-height: 30px; margin-top: 15px; text-transform: capitalize; word-break: keep-all;}
.section {padding:100px 0; position: relative; }
.section.gray {background-color: #f7f7f7;}
/* sec_arrow */
.sec_arrow {position: absolute; display: flex; align-items: center; justify-content: center; width: 61px ;height: 61px; border-radius: 5px; top:-30px;
background-image: linear-gradient(to bottom, #009fe8, #003b94); left:50%; transform:translateX(-50%); }
.sec_arrow img {animation:ani 1.1s infinite ease;}
@keyframes ani {
    0%{transform: translateY(3px);}
    50%{transform: translateY(-3px);}
    100% {transform: translateY(3px);}
}
/* bullet_title */
.bullet_title {font-size:18px ;font-weight: 800; color:#000; position: relative; padding-left: 30px;  font-family: 'NanumSquare',sans-serif; word-break:
keep-all;}
.bullet_title::before {content: ''; display: block; position: absolute; left: 0; top: 0px; width: 19px; height: 19px; background: url('../img/bullet_title.png') 50% 50% no-repeat;}
/* rec_list */
.rec_list li {width: 100%; font-size:14px; font-weight: 300; color:#000; line-height: 28px; position: relative; word-break: keep-all; margin-bottom: 7px;padding-left: 18px; letter-spacing: -.4px; word-break: keep-all;}
.rec_list li:last-child {margin-bottom: 0;}
.rec_list li::before {content: ''; display: block; width: 5px; height: 5px; background-color: #009fe8; position: absolute; left: 0; top: 11px;}
.s_btn a {display: block; width: 250px; height: 60px; line-height: 60px; text-align: center; transition: all .3s ease ; background-color: #00172e; font-size:17px; font-weight: 300; color:#fff;
font-family: 'NanumSquare',sans-serif; }
.s_btn a img {margin-left: 10px ; position: relative; left: 0 ;transition: all .3s ease; top: -1px;}
.s_btn a:hover {background-color: #009fe8; }
.s_btn a:hover img {left: 12px;}



/*Content CSS*/
/* section1 */
#busin1_sec1 {text-align: center; padding: 60px 20px;}

/* section2 */
#busin1_sec2 {padding: 60px 20px;}
#busin1_sec2 .article_wr .article {margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #ddd;}
#busin1_sec2 .article_wr .article:last-child {margin-bottom: 0;}
#busin1_sec2 .flex {}
#busin1_sec2 .flex .img {width: 100%; padding: 30px; display: flex; align-items: center ; justify-content: center; background-color: #fff;  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.08); margin-bottom: 20px;}
#busin1_sec2 .flex .img img {max-width: 100%;}
#busin1_sec2 .flex .txt {width: 100%;}
#busin1_sec2 .bullet_title {padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #ddd; }
#busin1_sec2 .s_btn {margin-top: 20px; }



/* section3 */
#busin1_sec3 {padding: 60px 20px;}
#busin1_sec3 .arti1 {}
#busin1_sec3 .arti1 .logo {margin-bottom: 30px;}
#busin1_sec3 .arti1 .logo img {max-width: 100%;}
#busin1_sec3 .arti1 .img {display: flex; margin-top: 20px;}
#busin1_sec3 .arti1 .img li {width: 49%;}
#busin1_sec3 .arti1 .img li:last-child {margin-left: 2%;}
#busin1_sec3 .arti1 .img li img {width: 100%;}


#busin1_sec3 .arti2 {margin-top: 50px; border-top: 1px solid #ddd; padding-top: 50px;}
#busin1_sec3 .arti2 .bullet_title {margin-bottom: 30px;}
#busin1_sec3 .arti2 > div { }
#busin1_sec3 .arti2 .box {width: 100%; border:1px solid #ddd; border-top: 2px solid #009fe8; padding: 35px 20px; margin-bottom: 30px;}
#busin1_sec3 .arti2 .box > h1 {font-family: 'NanumSquare',sans-serif; display: flex; align-items: center; font-size: 18px; font-weight: 800; color:#000;}
#busin1_sec3 .arti2 .box > h1 span {display: flex; align-items: center; justify-content: center; width: 40px; height: 40px;  background-image: linear-gradient(to bottom, #009fe8, #003b94);
font-size:20px; font-weight: 800; color:#fff; margin-right: 15px ;}

#busin1_sec3 .arti2 .box .app {width: 100%; margin-right: 35px; text-align: center; display: flex; align-items: center;}
#busin1_sec3 .arti2 .box .app .icon {width: 61px; height: 61px; border:1px solid #ddd; display: flex; align-items: center; justify-content: center; margin-right: 15px;}
#busin1_sec3 .arti2 .box .app p {font-size: 16px; font-weight: 500; color:#000; }

#busin1_sec3 .arti2 .box .rec_list {margin: 25px 0;}
#busin1_sec3 .arti2 .box .rec_list li {margin-bottom: 10px;}
#busin1_sec3 .arti2 .box .rec_list li:last-child {margin-bottom: 0;  }











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

}


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

}

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

}
