@charset "utf-8";



/* 0101 인사말 221104*/
.education_list {margin-top: 2.5rem;}
.education_list li {position:relative;margin: 2rem 0 0 2.5rem;padding:1.5rem 1rem 1.5rem 4rem;font-size:.8rem;background:#fff;border-radius: 1.2rem;background:#f2f2f2;}
.education_list li span {position:absolute;top: -1.5rem;left:-2.5rem;width: 4.5rem;height: 4.5rem;line-height: 4.5rem;font-size:1.1rem;text-align:center;color:#fff;background:#2c61a2;box-shadow:0 0 10px 0 rgb(44 97 162 / 50%);border-radius:50%;}
.education_list li span > img {width:2.15rem; height:2.15rem;}
.education_list li:nth-child(even) span {background:#319889; box-shadow:0 0 10px 0 rgb(49 152 137 / 50%);}
.education_list li > .txt_point {color:#319889; font-size:.9rem; font-weight:600;}
.education_list li:nth-child(even) > .txt_point {color:#2c61a2; font-size:.9rem; font-weight:500;}




/* media query mobile */
@media screen and (max-width: 1280px){



	
}

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

	

}

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



}

@media (max-width:690px) {



}

@media (max-width:560px) {



}

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



}

@media (max-width:380px) {


}


