/* 공통 */
.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;}

.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; word-break: keep-all;}
.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; }


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

#ser3_sec1, #ser3_sec2 {padding-bottom: 50px; margin-bottom: 50px; border-bottom: 1px solid #ddd;}


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

/* sec1- box 2 */
.s1_box2 {margin-top:40px;}
.s1_box2 .list {display: flex; flex-direction: column; width: 100%; position: relative; z-index: 2;}
.s1_box2 .list > li {width: 100%; margin-bottom: 30px; border:1px solid #eee; }
.s1_box2 .list > li:last-child {margin-bottom: 0; }
.s1_box2 .list > li h1 {font-size:17px; background-color: #aacd06; display: flex; align-items: center ;justify-content: center; width: 100%; height: 50px; color:#fff;
font-weight: 600; font-family: 'NanumSquare',sans-serif; }
.s1_box2 .list > li:last-child h1 { background-color: #11688e;}
.s1_box2 .list > li:nth-child(2) h1 {background-color: #50c3d5; }
.s1_box2 .list > li:nth-child(3)  h1{background-color: #3da2c7; }
.s1_box2 .list > li .s_list {width: 100%; padding:30px 20px; background-color: #fff; border-left:1px solid #eee; }
.s1_box2 .list > li .s_list li {font-size:14px;}
.s1_box2 .list > li .s_list li::before {top:8px;}
.s1_box2 .list > li:last-child .s_list {border-right: 0; }
.s1_box2 .list > li h2 {width:100%; margin:0 auto;  display: flex; align-items: center; justify-content: center; height: 60px; font-size:15px; font-weight: 500; color:#333; line-height:28px; background-color: #f8fbec;  text-align: center; }

/* color */
.s1_box2 .list > li:nth-child(2) .s_list li::before {background-color: #50c3d5;}
.s1_box2 .list > li:nth-child(3) .s_list li::before {background-color: #3da2c7;}
.s1_box2 .list > li:nth-child(4) .s_list li::before {background-color: #11688e;}
.s1_box2 .list > li:nth-child(2) h2 {background-color: #dcf3f7;}
.s1_box2 .list > li:nth-child(3) h2 {background-color: #d8ecf4;}
.s1_box2 .list > li:nth-child(4) h2 {background-color: #cfe1e8;}

.s1_box2 .arrow_up {text-align: center; padding-top:80px; position: relative; z-index: 1;}
.s1_box2 .arrow_up h1 {font-size:18px; font-weight: 600; color:#000; font-family: 'NanumSquare',sans-serif;}
.s1_box2 .arrow_up > img {position: absolute; z-index: -1; left:50%; transform:translateX(-50%); bottom:-50px; max-width: 100%;}

/* section2 */
#ser3_sec2 .img {margin-top:40px; text-align: center;}
#ser3_sec2 .img img {max-width: 100%;}
#ser3_sec2 .num_title {flex-direction: column; align-items: center;}
#ser3_sec2 .num_title span {margin-right: 15px ;margin-bottom: 10px;}


/* section3 */
.s3_box1 .list {display: flex;  flex-direction: column; margin-top:40px; }
.s3_box1 .list > li {width: 100%; margin-bottom: 15px;}
.s3_box1 .list > li:last-child {margin-bottom: 0; }
.s3_box1 .list > li h1 {display: flex; align-items: center; justify-content: center; width: 100%; height: 50px; color:#000; text-align: center;
background-color: #f7f7f7; font-size:17px ; font-weight: 600; font-family: 'NanumSquare',sans-serif; border:1px solid #ddd; }
.s3_box1 .list > li .txt {width: 100%; border:1px solid #ddd; border-top: 0; padding:25px 20px; }
.s3_box1 .arrow {text-align: center; margin-top:20px ;}
.s3_box1 .arrow i {font-size:50px; color:#aacc04; }
/* box2 */
.s3_box2 .s_table table tbody th {border-bottom: 1px solid #ddd ;}
.s3_box2 .s_table table tbody td {vertical-align: top; text-align: left; }
.s3_box2 .s_table table tbody td .s_list li {font-size:13px;}
.s3_box2 .s_table table tbody td .s_list li::before {top:8px; width: 4px; height: 4px;}




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

}

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

}

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

}
