/* 공통 */
.sub_con {width: 100%; padding:0 15px ;}
.s_title {text-align: center; }
.s_title h2 {font-size:15px; font-weight: 500; color:#aacd06; letter-spacing: 3.6px;  border-bottom: 2px solid #aacd06; display: inline-block ; padding-bottom: 5px;
text-transform: uppercase;}
.s_title h1 {font-size:24px; font-weight: 600; color:#000; margin-top:12px;}
.sub_p {font-size:14px; font-weight: 300; color:#666; letter-spacing: -.7px; word-break: keep-all; line-height: 22px;}

.w_box {background: #fff; position: relative; z-index: 2; }
.cir_bullet {display: flex; flex-direction: column; align-items: center; }
.cir_bullet > span {display: block; width: 10px; height: 10px; border-radius: 50%; background-image: linear-gradient(to left, #aacd06, #009944); margin-bottom: 10px; }
.cir_bullet > span:nth-child(2) {opacity: .4;}
.cir_bullet > span:nth-child(3) {opacity: .2; margin-bottom: 0; }
/* s_list */
.s_list {width: 100%: }
.s_list li {position: relative; padding-left:15px ;font-size:14px; font-weight: 300; color:#666; margin-bottom: 10px; letter-spacing: -.5px;}
.s_list li::before {content: ''; display: block; width: 5px; height: 5px; background-color: #aacd06; position: absolute; left:0; top:8px;}
.s_list li:last-child {margin-bottom: 0; }
.b_title {font-size:18px; font-weight: 500; color:#2a2a2a; padding-left:15px; position: relative; text-align: left; }
.b_title::before {content: ''; display: block; width: 3px; height:17px; background-color: #aacd06; position: absolute; left:0; top:6px;}
/* table */
.s_table table {width: 100%; border-collapse: collapse; margin-top:20px; border-top:3px solid #aacd06; }
.s_table table thead th {font-size:15px; font-weight:500; color:#fff;  padding:10px; border:1px solid rgba(255,255,255,.2); background: #009944; word-break: keep-all; }
.s_table table tbody th {font-size:14px; font-weight: 400; color:#000; background-color: #f7f7f7; padding:10px 15px; word-break: keep-all; border-left: 1px solid #ddd;
 border-right: 1px solid #ddd; letter-spacing: -.5px;}
.s_table table tbody td { border:1px solid #ddd; background-color: #fff; padding:15px 15px; word-break: keep-all; text-align: left;  font-size:13px; color:#666;
font-weight: 300; text-align: center; line-height: 22px;}
.s_table table tbody td b {font-weight: 400; color:#000; }
/* num_title */
.num_title {display: flex; text-align: center; justify-content: center; align-items: center; font-size:20px; font-weight: 600; color:#000; }
.num_title span {font-size:24px; font-weight: 900; color:#aacd06; position: relative; z-index: 1; margin-right: 15px; display:block ;}
.num_title span::before {content: ''; display: block; width: 35px; height: 14px; background-color: rgba(170,205,6,.23); position: absolute; z-index: -1; bottom: 1px; left:-3px;}
/* txt_box */
.txt_box {width: 100%; border:1px solid rgba(170, 205, 6, 0.69); text-align: center; padding:20px 15px; background-color: #f8fbec; margin-top:30px; }
.txt_box h1 {font-size:15px; font-weight: 400; color:#6b9800; letter-spacing: -.5px; word-break: keep-all; line-height: 26px;}
.txt_box.flex {display: flex; align-items: center; flex-direction: column; }
.txt_box h2 {font-size:16px; font-weight: 500; color:#000; word-break: keep-all;}



/*Content CSS*/
#service1 {padding:40px 0 60px; position: relative ; z-index: 1; }
#service1 .w_box {padding:0 15px; margin-top:40px;}
#service1 .w_box > div {}
#service1 .color_bg {background: #f7f7f7; top:680px; }
#service1 .box {margin-top:40px; }

#ser1_sec1, #ser1_sec2, #ser1_sec3 {padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #ddd;}


/* section1 */
.s1_box1 .img {margin-top:20px; text-align: center;}
.s1_box1 .img img {max-width: 100%;}

/* section2 */
.s1_box2 table td img {max-width: 100%;}

.s2_list {margin-top:30px; display: flex; flex-wrap:wrap;}
.s2_list li {width: 50%; padding:50px 15px 25px; text-align: center; }
.s2_list li:nth-child(odd) { border-right: 1px dashed #ddd;}
.s2_list li:nth-child(n+3) { border-top: 1px dashed #ddd;}
.s2_list li:last-child {border-right: 0; }
.s2_list li > div { width: 105px; height: 105px;  position: relative; z-index: 1; padding:20px 0 0 ;margin:0 auto; }
.s2_list li > div::before {content: ''; display: block; width: 100%; height: 100%; transform: rotate(45deg); transition: all .3s ease;     border-style: solid;
border-image: linear-gradient(to bottom, #009944, #aacd06);     border-image-slice: 1; border-image-width: 3px; position: absolute; left:0; top:0; z-index: -1;}
.s2_list li > div h2 {font-size:12px; font-weight: 500; color:#aacd06; margin-bottom: 5px;}
.s2_list li > div h1 {font-size:14px; font-weight: 500; color:#000; letter-spacing: -.6px; line-height: 20px; }
.s2_list li .sub_p {margin-top:40px; }

/* section3 */
#ser1_sec3 .txt_box {padding:20px 15px; }
#ser1_sec3 .txt_box .s_list {border-top:1px solid #c4dc53; display: flex; flex-wrap: wrap; text-align: left; margin-top:15px; padding-top:15px;}
#ser1_sec3 .txt_box .s_list li {width:100%; }
.s3_list {display: flex ; flex-direction: column; align-items: center; margin-top:40px; }
.s3_list > li {width: 350px; margin-bottom: 40px;}
.s3_list > li:last-child {margin-bottom: 0; }
.s3_list > li .img {border:1px solid rgba(0, 0, 0, 0.09); overflow: hidden; }
.s3_list > li h2 {font-size:16px; font-weight: 500; color:#000; padding-bottom: 15px; margin-bottom: 20px; border-bottom: 1px solid #ddd; position: relative; margin-top:20px;}
.s3_list > li h2::before {content: ''; display: block; width: 200px; height: 2px; background-color: #aacd06; position: absolute; left:0; bottom: -1px ;}
.s3_list .s_list li {font-size:14px; padding-right: 15px ; padding-left:15px ;}
.s3_list .s_list li::before {top:8px;}

/* section4 */
#ser1_sec4 .txt_box {padding:20px 15px; }
#ser1_sec4 .txt_box .s_list { border-top:1px solid #c4dc53; text-align: left; margin-top:15px; padding-top:15px; }
.s4_box1 .img {margin-top:20px; border:1px solid #ddd; overflow: hidden; }
.s4_box1 .img img {max-width: 100%;}
.s4_box2 {display: flex ;align-items: center; flex-direction: column;}
.s4_box2 .txt {width: 100%; }
.s4_box2 .txt .s_list {border-top:1px solid #ddd; margin-top:20px ;padding-top:20px ;}
.s4_box2 .img {width: 100%;  border:1px solid #ddd; margin-top:30px;}
.s4_box2 .img img {max-width: 100%;}














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

}

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

}

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

}

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

}
