@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}


/* publications */
.pub_tit {display:block;text-align:center;font-size:36px;color:#0a0a0a;font-weight:700;
    line-height:43px;margin:0 0 60px;}
.pub_tit div {display:flex;justify-content:center;gap:10px;margin-top:15px;}
.pub_tit span {display:block;font-size:20px;font-weight:600;color:#4c709f;line-height:34px;border-radius:100vw;
    padding:0 20px;background:#ebf0f9;}
.pub_tit span:first-child {font-weight:800;color:#0a0a0a;text-decoration:underline;}
.publications {display:flex;flex-direction:column;}
.publications li {}
.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 10px;display:flex;flex-direction:column;gap:20px;}
.publications .cont_wrap p {font-size:16px;line-height:24px;color:#0A0A0A;word-break:auto-phrase;}
.publications .cont_wrap p.pap {text-decoration:underline;font-weight:500;letter-spacing:-0.5px;}
.publications .cont_wrap p span {font-style:italic;font-weight:800;}


/* topics */
.topics {}
.topics > li {border-bottom:3px double #0a0a0a;padding:50px 0;}
.topics > li:first-child {padding-top:0;}
.topics > li:last-child {border:0;}
.topics .cont_t {margin:0 0 30px;font-size:20px;}
.topics .cont_t span {font-weight:700;}
.topics .ul_t {margin:0 0 15px;font-size:20px;font-weight:700;}
.topics .cont_ul {display:flex;flex-direction:column;gap:10px;}
.topics .cont_ul li {display:flex;}
.topics .cont_ul li::before {content:'';display:block;width:5px;height:5px;border-radius:100vw;
    background:#0a0a0a;margin:12px 15px 0;}
.topics .cont_ul li p {font-size:18px;width:calc(100% - 35px);}
.topics .cont_ul li span {font-weight:700;}






/* teaching */
.teaching {display:flex;flex-direction:column;}
.teaching li {}
.teaching .year {padding:0 10px;line-height:56px;font-size:24px;font-weight:700;color:#0A4A9B;
    border-bottom:1px solid #0A4A9B;}
.teaching .area {padding:20px 10px 0;font-size:20px;font-weight:600;}
.teaching .cont_wrap {padding:25px 20px;display:flex;flex-direction:column;gap:20px;}
.teaching .cont_wrap li {font-size:16px;line-height:24px;color:#0A0A0A;word-break:auto-phrase;
    list-style:inside;}














@media (max-width:640px) {
    .teaching .area {font-size:18px;padding:15px 6px 0;}
    .teaching .cont_wrap {padding:10px 12px 15px;gap:12px;}
    .teaching .cont_wrap li {font-size:14px;line-height:22px;}

    .pub_tit {margin:0 0 30px;}

    .topics .cont_t {font-size:18px;}
    .topics .ul_t {font-size:18px;}
    .topics .cont_ul li p {font-size:17px;}
}

@media (max-width:480px) {
    .pub_tit {font-size:2em;}
    .pub_tit div {gap:6px;}
    .pub_tit span {font-size:15px;padding:0 14px;line-height:28px;}
}