/* 공통  */
.sub_con {width: 100%; margin:0 auto; padding:0 15px; }
.blue_bg {width: 100%; background-color: #f0f5fc; padding:50px 0;}

.s_title {text-align: center; }
.s_title h2 {font-size:14px; font-weight: 600; letter-spacing:2px; color:#306fd9; text-transform: uppercase;font-family: 'Play', sans-serif; }
.s_title h1 {margin-top: 15px; font-size:24px; font-weight: 800; color: #000; line-height: 35px; font-family: 'NanumSquare',sans-serif;}
.s_title p {font-size:14px; font-weight: 400; color:#333; line-height: 26px; margin-top:20px; font-family: 'NanumSquare',sans-serif; word-break: keep-all;}



/*Content CSS*/
#about {padding:40px 0 0; text-align: center; }
/* section1 */
#ab_sec1 {padding-bottom: 50px;}
#ab_sec1 .list {display: flex;align-items:center ; margin-top:40px; flex-direction: column; }
#ab_sec1 .list li {display: flex; flex-direction: column; letter-spacing: center ;justify-content: center; background-color: #fff; width: 100%; margin-bottom: 25px;
box-shadow: 1.5px 1.4px 27px 0 rgba(48, 111, 217, 0.16); padding:40px 15px; max-width: 400px;}
#ab_sec1 .list li:last-child {margin-bottom:0; }
#ab_sec1 .list li .icon {height: 100px; line-height: 100px; }
#ab_sec1 .list li .icon img {transition: transform 500ms;}
#ab_sec1 .list li h1 {font-size:20px; font-weight: 800; color:#306fd9; margin:30px 0 10px ;  font-family: 'NanumSquare',sans-serif;}
#ab_sec1 .list li p {font-size:15px; font-weight: 400; color:#333; line-height: 26px; font-family: 'NanumSquare',sans-serif;}

/* section2 */
#ab_sec2 .s_title {margin-bottom:30px;}
#ab_sec2 .map .root_daum_roughmap .wrap_controllers {display: none;}

/* section3 */
#ab_sec3 {width: 100%; background-color: #306fd9; display: flex; align-items: center; text-align: left; }
#ab_sec3 .list {display: flex; width: 100%; flex-direction: column; }
#ab_sec3 .list > li {width: 100%; border-bottom: 1px solid rgba(247,247,247,.4); display: flex; padding:20px 0; justify-content: flex-start; align-items: flex-start; }
#ab_sec3 .list > li:last-child {border-bottom: 0; }
#ab_sec3 .list > li .txt {margin-left:20px; position: relative; top:5px;}
#ab_sec3 .list > li .txt h1 {font-size:17px; font-weight: 800; color:#f7f7f7; margin-bottom: 10px; font-family: 'NanumSquare',sans-serif;}
#ab_sec3 .list > li .txt p {font-size:13px; font-weight: 300; color:rgba(247,247,247,.72); line-height: 24px; word-break: keep-all; word-break: keep-all;}
#ab_sec3 .list > li .txt p span {font-weight: 600; padding-right: 8px; }














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

}

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

}

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

}

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

}
