@charset "utf-8";

.idx_atc02{position:relative;width:100%;background:#f7f7f7}
.idx_atc02 .atc02_icon{overflow:hidden;width:1200px;margin:0 auto;padding:50px 0;font-size:25px;font-weight:700;color:#222;text-align:center;font-family:'Poppins', 'notokr-medium'}
.idx_atc02 .atc02_icon p{width:50%;margin:20px auto 0;padding:10px;border-radius:5px;font-weight:700;color:#fff;background:#102b5e;font-family:'Poppins', 'notokr-bold'}
.idx_atc02 .atc02_icon i{display:inline-block;width:40px;border-radius:50px;font-size:21px;color:#fff;text-align:center;line-height:40px;background:#102b5e}

/*라테스트*/
.atc02_latest{width:100%;height:87px;background:#24282c}
.atc02_latest .latest_cont{width:1200px;height:87px;margin:0 auto}
.atc02_latest .latest_cont > div{overflow:hidden;float:left;width:50%;height:87px}
.atc02_latest .latest_cont > div:first-child{border-right:1px solid rgba(255,255,255,.1)}
.atc02_latest .latest_cont .cont_tit{float:left;font-weight:600;font-size:18px;line-height:87px;color:#fff;font-family: 'Poppins', sans-serif}
.atc02_latest .latest_cont > div:last-child .cont_tit{padding-left:40px}

/*움직임*/
.idx_atc02 .atc02_icon > div:nth-child(1){transition-delay:.2s}
.idx_atc02 .atc02_icon > div:nth-child(2){transition-delay:.5s}
.idx_atc02 .atc02_icon > div:nth-child(3){transition-delay:.8s}

.idx_atc02.active .atc02_icon > div{opacity:1}

