/* 공통 */
.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: 8px;}
.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;}
/* w_box */
.w_box {background: #fff; box-shadow: 0.5px 0.9px 7px 0 rgba(102, 102, 102, 0.15);}

/*Content CSS*/
#qp {padding:100px 0 0; }

/* sec1 */
#qp_sec1 .top {padding-bottom: 80px;}
#qp_sec1 .top h2 {font-size:19px; font-weight: 400; color:#000; letter-spacing: -.5px; }
#qp_sec1 .article_wr {padding:80px 0; background-color: #f9f9f9; }
#qp_sec1 .article {display: flex; align-items: center; justify-content:space-between;}
#qp_sec1 .article .img {padding:2px; }
#qp_sec1 .txt_box_wr .w_box {width: 445px; padding:45px; display: flex; align-items: flex-start;  }
#qp_sec1 .txt_box_wr h1 {font-size: 25px; font-weight: 700; color:#0371fb; width: 30px; }
#qp_sec1 .txt_box_wr .cont {width: calc(100% - 30px); padding-left: 30px; padding-top:4px;}
#qp_sec1 .txt_box_wr .cont h2 {font-size:20px; font-weight: 700; color:#000; margin-bottom: 23px; position: relative; }
#qp_sec1 .txt_box_wr.left .cont h2::before {content: ''; display: block; width: 175px; height: 1px; background-color: #0371fb; position: absolute; right:-100px;
position: absolute; top: 14px;}
#qp_sec1 .txt_box_wr.right .cont h2::before {content: ''; display: block; width: 70px; height: 1px; background-color: #0371fb; position: absolute; left:-155px;
position: absolute; top: 14px;}

/* sec2 */
#qp_sec2 {padding:80px 0; position: relative; z-index: 1; }
#qp_sec2::before {content: ''; display: block; width: 100%; height: 330px; position: absolute; left: 0; bottom: 0; z-index: -1; background-color: #f9f9f9; }
#qp_sec2 .w_box {text-align: center; padding:90px 65px; }
#qp_sec2 .w_box .list {display: flex; width: 100%; margin-top: 60px;}
#qp_sec2 .w_box .list li {flex:1; border-right:1px solid #eee; padding:5px 0;}
#qp_sec2 .w_box .list li:last-child {border-right: 0;}
#qp_sec2 .w_box .list li .icon {height: 45px; line-height: 45px; }
#qp_sec2 .w_box .list li h2 {font-size:16px; font-weight: 700; color:#000; line-height: 28px; }
#qp_sec2 .w_box .list li h2::before {content: ''; display: block;width: 15px; height: 3px; background-color: #0371fb; margin:27px auto 25px;}
#qp_sec2 .w_box .list li p {font-size:16px; font-weight: 300; color:#666; margin-top: 5px; }











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

}

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

}

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

}

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

}
