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

/*Content CSS*/
#partner1 {padding:40px 0 60px; position: relative ; z-index: 1; }
/* section1 */
#pa1_sec {margin-top:40px; padding:0 15px; }
#pa1_sec .b_title {margin-bottom: 20px; }
.s_box1 {margin-bottom: 50px; padding-bottom: 50px; border-bottom: 1px solid #ddd; }

.pa1_list {display: flex; flex-wrap:wrap ; }
.pa1_list li {width: calc(50% - 5px); height:60px; display: flex; align-items: center ;justify-content: center; border:1px solid #ddd; position: relative; margin-right: 10px;
margin-bottom:10px; }
.pa1_list li img {max-height: 50px;}
/* .pa1_list li::before {content: '' ;display: block; width: 100%; height: 100%; position: absolute; left:0; top:0; transition: opacity .3s ease; opacity: 0;
border-style: solid; border-image: linear-gradient(to bottom, #009944, #aacd06); border-image-slice: 1; border-image-width: 3px; } */
.pa1_list li:nth-child(even) {margin-right: 0; }
.pa1_list li:nth-last-child(-n+2) {margin-bottom: 0; }
/* .pa1_list li:hover::before {opacity: 1; } */







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

}

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

}

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

}
