@charset "utf-8";

#atc02{opacity:0;transform:translateY(40px);padding:50px 0;background:#f2f2f2;transition:all .2s}
#atc02 *{word-break:keep-all}
#atc02 .inner{position:relative;max-width:1400px;margin:0 auto}

/* 타이틀 */
#atc02 .tit p{font-size:30px;color:#222;font-family:'GongGothicLight'}
#atc02 .tit p span{font-family:'GongGothicMedium'}
#atc02 .tit p em{font-style:normal;color:var(--primary)}

/* 링크배너 */
#atc02 img{position:absolute;top:-120px;right:0}
#atc02 .latest{display:flex;margin-top:15px;align-items:center;width:100%;height:50px;font-size:14px}
#atc02 .latest dl{flex-grow:1;display:flex;align-items:center;height:100%}
#atc02 .latest dt{height:40px;padding:0 20px;margin-right:17px;border-radius:30px;color:#fff;line-height:40px;background:#3a3a3a}
#atc02 .latest dd{overflow:hidden;height:50px}
#atc02 .latest .latest_slide{height:100%}
#atc02 .latest ul li{height:100%;line-height:50px}
#atc02 .latest ul li a{display:flex;color:#aaa;justify-content:space-between}
#atc02 .latest ul li p{overflow:hidden;width:280px;margin-right:30px;font-size:14px;white-space:nowrap;text-overflow:ellipsis}
#atc02 .latest ul li span{text-align:right}

/* 반응형 [s] */
@media(max-width:1024px){
#atc02{padding:25px 0;text-align:center}
#atc02 .tit p{font-size:25px}
#atc02 .latest dl{justify-content:center}
#atc02 .latest ul li p{text-align:left}
#atc02 img{display:none}
}
@media(max-width:768px){
#atc02 .latest{height:90px;padding:0 10px}
#atc02 .latest dl{flex-direction:column}
#atc02 .latest dt{margin-right:0}
}
@media(max-width:480px){
#atc02 .tit p{font-size:20px}
#atc02 .latest ul li p{width:180px}
}
/* 반응형 [e] */