/* 공통 */
.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:12px ;font-size:13px; font-weight: 300; color:#666; margin-bottom: 10px; letter-spacing: -.5px; word-break: keep-all;}
.s_list li::before {content: ''; display: block; width: 4px; height: 4px; 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;}
.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;}
/* 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: #fdfff5; padding:10px 15px; word-break: keep-all; border: 1px solid #d9e8dd;
 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: 500; color:#000; }
/* res_table  */
.res_table {width: 100%; overflow-x: auto;}
.res_table table { width:100%;max-width: 768px; white-space: nowrap; min-width: 100%;}
.res_table_icon {text-align: right; margin-top:30px;}
.res_table_icon i {font-size:30px; color:#333;}




/*Content CSS*/
#job {padding:40px 0 0; position: relative ; z-index: 1; }
#job .num_title { padding-bottom: 20px; border-bottom: 1px solid #ddd;}
#job .sub_con {padding:50px 15px;}

/* section1 */
#job #job_sec1 {text-align: center; margin-top:40px; padding:0 15px 50px;}
#job_sec1 .list {display: flex; flex-direction: column; align-items: center; position: relative; z-index: 1; justify-content: space-between; margin-top:40px; }
#job_sec1 .list::before {content: ''; display: block; width: 80px; height: calc(100% - 50px); z-index: -1; position: absolute; top:25px;  left:50%; transform:translateX(-50%);
background-color: #f7f7f7; }
#job_sec1 .list li {display: flex; align-items: center; justify-content: center ;flex-direction: column; width: 320px; height: 277px; margin-bottom: 20px;
background: url('../img/job_s1_box.png') 50% 50% no-repeat; background-size: contain;}
#job_sec1 .list li:last-child {margin-bottom: 0;}
#job_sec1 .list li .icon {height: 100px; line-height: 100px; }
#job_sec1 .list li h1 {font-size:18px; font-weight: 600; color:#333; margin-top:25px; text-transform: uppercase; }
#job_sec1 .list li .icon img {height: 100px;}


/* section2 */
#job_sec2 {background-color: #f7f7f7; }
#job_sec2 .list {display: flex; flex-direction: column; align-items: center; text-align: center; margin-top:40px;}
#job_sec2 .list li {width: 175px; position: relative; margin-bottom: 57px;}
#job_sec2 .list li:last-child {margin-bottom: 0;}
#job_sec2 .list li h1 {font-size:18px ;font-weight: 600; color:#aacd06; letter-spacing: -1.15px; line-height: 23px; margin-bottom: 10px; }
#job_sec2 .list li .cir {display: flex; align-items: center; justify-content: center; flex-direction: column; width: 175px; height: 175px; border-radius: 50%;
background-color: #fff; border:5px solid #aacd06;}
#job_sec2 .list li .cir .icon {height: 53px; line-height: 53px; margin-bottom: 16px ;}
#job_sec2 .list li .cir p {font-size:16px; font-weight: 500; color:#333; }
#job_sec2 .list li .arrow {position: absolute; bottom: -40px; left:50%; transform:translateX(-50%) rotate(90deg);}



#job_sec2 .list li:nth-child(2) h1 {color:#8ac312; }
#job_sec2 .list li:nth-child(2) .cir {border-color: #8ac312; }
#job_sec2 .list li:nth-child(3) h1 {color:#6cba1d; }
#job_sec2 .list li:nth-child(3) .cir {border-color: #6cba1d; }
#job_sec2 .list li:nth-child(4) h1 {color:#37aa30; }
#job_sec2 .list li:nth-child(4) .cir {border-color: #37aa30; }
#job_sec2 .list li:nth-child(5) h1 {color:#159f3c; }
#job_sec2 .list li:nth-child(5) .cir {border-color: #159f3c; }


/* section3 */
#job .s_table table tbody td {text-align: left; padding:20px 15px; }
#job .s_table table {margin-top:5px;}
#job .s_table table .s_list {text-align: left; line-height: 22px;}
#job .s_table table .s_list li {margin-bottom: 5px;}
#job .s_table table tr td b {display: block; margin-top:15px; margin-bottom: 5px;font-size:14px;}
#job .s_table table tr td b:first-child {margin-top:0; }

















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

}

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

}

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

}
