/* position center of abstract submission */
.section02 ul > li > a > .icon.ico_abstract {
	margin-left: -19px !important;
}

/* Index Menu Coufrac like Style*/
body.site-index .section02 ul > li:nth-child(1) > a  {
    background: #fb3350;
}
body.site-index .section02 ul > li:nth-child(2) > a,
body.site-index .section02 ul > li:nth-child(4) > a  {
    background: #6A0888;
}
/* b와 strong 태그의 굵기를 강제로 보장 */
b, strong {
  font-weight: bold !important;
}
/* End */