/* 공통 */
.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; }
.color_bg {width: 100%; height: 450px; position: absolute; z-index: -1;  left:0; top:350px; background-image: linear-gradient(to bottom, #aacd06, #009944);}
/* s_list */
.s_list {width: 100%: }
.s_list li {position: relative; padding-left:20px ;font-size:16px; font-weight: 300; color:#666; margin-bottom: 10px; }
.s_list li::before {content: ''; display: block; width: 5px; height: 5px; background-color: #aacd06; position: absolute; left:0; top:10px;}
.s_list li:last-child {margin-bottom: 0; }



/*Content CSS*/
#org_chart {padding:40px 0 60px; position: relative ; z-index: 1; text-align: center;}
/* section1 */
#org_sec {margin-top:40px;}
#org_sec img {max-width: 100%;}





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

}

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

}

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

}
