/* 공통 */
.sub_con {width: 1300px; margin:0 auto; position: relative; }
.sub_p {font-size:16px; font-weight: 300; color:#666; letter-spacing: -.5px; word-break: keep-all; line-height: 32px ;}

/* line_title */
.line_title {position: relative; font-size:35px; font-weight:700; color:#000; padding-left: 0; font-family:'Raleway', 'NanumSquare',sans-serif; margin-bottom: 50px; }
.line_title b {font-weight: 800;}
.line_title::before {content: ''; display: block; width: 4px; height: 30px; background-color: #0371fb; position: absolute; left:-25px; top: 6px; }
/* bullet_list*/
.bullet_list li {position: relative; padding-left: 15px; font-size:16px; font-weight: 300; color:#666; word-break: keep-all; letter-spacing: -.5px; line-height: 28px;
margin-bottom: 10px;}
.bullet_list li:last-child {margin-bottom: 0; }
.bullet_list li::before {content: ''; display: block; width: 4px; height: 4px; border-radius: 50%; background-color: #666; position: absolute; left: 0; top:12px;}


/*Content CSS*/
#about {padding:100px 0 120px; }
#about > .section .article {margin-bottom: 70px; padding-bottom: 70px; border-bottom: 1px solid #ddd; }
#about > .section:last-child .article {margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }

/* sec1 */
#ab_sec1 h2 {font-size:19px; font-weight: 400; color:#000; letter-spacing: -.5px; line-height: 36px; margin-bottom: 20px;}

/* sec2 */
#about > #ab_sec2 .article {padding-left: 0; }
#ab_sec2 .his_list {display: flex; position: relative; z-index: 1; }
#ab_sec2 .his_list::before {content: ''; position: absolute; width: 1100px; height: 2px; background-color: #ccc; left: 0; top: 11px; z-index: -1;}
#ab_sec2 .his_list > li {flex:1; }
#ab_sec2 .his_list > li h1 { font-size:25px; font-weight: 800; color:#000; font-family: 'NanumSquare',sans-serif; padding: 0 17px; display: inline-block; background-color: #fff;}
#ab_sec2 .his_list > li h1 span {color:#0371fb; }
#ab_sec2 .his_cont {padding-top: 55px; position: relative; z-index: 1; margin-top: 40px; padding-left: 17px;}
#ab_sec2 .his_cont::before {content:''; display: block; width: 100%; height: 55px; z-index: -1; background-image: linear-gradient(to top, #fff, rgba(215,215,215,.13)); position: absolute; left: 0;
top: 0;}
#ab_sec2 .his_cont > div {margin-bottom: 30px; }
#ab_sec2 .his_cont > div:last-child {margin-bottom: 0; }
#ab_sec2 .his_cont h2 {font-size:18px; font-weight: 700; color:#000; margin-bottom: 10px; }

/* sec3 */
#ab_sec3 .flex {display: flex; align-items: center; }
#ab_sec3 .flex .txt {padding-left: 70px; }
#ab_sec3 .flex .txt h1 {font-size:25px; font-weight: 700; color:#000; font-family: 'Raleway', sans-serif; margin-bottom: 25px; }
#ab_sec3 .flex .txt h1 span {color:#d21034; }

/* sec4*/
#ab_sec4 .top {display: flex; align-items: center; margin-bottom: 50px;}
#ab_sec4 .top .line_title {margin-bottom: 0; }
#ab_sec4 .top h2 {padding-left: 15px ;position: relative; font-size:19px; font-weight: 500; color:#000; letter-spacing: -.5px; margin-left: 25px; }
#ab_sec4 .top h2::before {content: ''; display: block; width: 5px; height: 5px; border-radius: 50%; background-color: #666; position: absolute; left: 0; top:12px;}
#ab_sec4 .w_box { background-color: #fff; box-shadow: 0.5px 0.9px 10px 0 rgba(102, 102, 102, 0.1); padding:100px 0;}

/* num_info*/
#ab_sec4 .num_info {display: flex; justify-content: center; text-align: center;}
#ab_sec4 .num_info li {padding:10px 105px; border-right: 1px solid #eee;}
#ab_sec4 .num_info li .icon {height: 55px; line-height: 55px; }
#ab_sec4 .num_info li:last-child {border-right: 0;}
#ab_sec4 .num_info li h2 {font-size:16px; font-weight: 400; color:#000; margin:30px 0 10px; }
#ab_sec4 .num_info li h1 {font-size:36px; font-weight: 900; color:#000; }
/* #ab_sec4 .num_info li:nth-child(2) {width: 397px;} */






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

}


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

}

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

}
