@charset "utf-8";

/* 내용관리 */
#ctt {background:#fff}
.ctt_admin {text-align:right}
#ctt header h1 {position:absolute;font-size:0;line-height:0;overflow:hidden}
#ctt_con {line-height:1.6em}
#ctt_con img{max-width:100%;height:auto}
.ctt_img {text-align:center}


/* Intro */
#ctt_con .intro {}
#ctt_con .intro img {max-width:400px;width:85%;}
#ctt_con .intro ul {display:flex;flex-direction:column;gap:5px;}
#ctt_con .intro ul li {list-style:inside;font-size:16px;}


/* publications */
.publications {display:flex;flex-direction:column;}
.publications li {border-left:1px solid #eee;}
.publications .year {padding:0 10px;line-height:56px;font-size:24px;font-weight:700;color:#0A4A9B;
    border-bottom:1px solid #0A4A9B;}
.publications .cont_wrap {padding:25px;display:flex;flex-direction:column;gap:20px;
    position:relative;}
.publications .cont_wrap::before {content:'';position:absolute;top:50%;left:-3px;width:6px;height:6px;
    border-radius:100vw;background:#0a4a9b;margin-top:-3px;}
.publications .cont_wrap p {font-size:16px;line-height:24px;color:#0A0A0A;word-break:auto-phrase;}

