@charset "utf-8";

#inc02{position:relative;font-family:var(--k-font);background-color:var(--bg-color)}

/* 이벤트 배너 */
#inc02 .group-event .link-event{display:flex;min-height:302px;background-image:url(./img/banner.png);background-size:cover;background-repeat:no-repeat}
#inc02 .group-event .atc__inner{display:flex;flex-direction:column;justify-content:center}
#inc02 .group-event .txt-l{padding-bottom:30px;font-size:30px;line-height:1.16;color:#fff;font-weight:500;white-space:pre-line}
#inc02 .group-event .txt-s{font-size:15px;line-height:1.6;color:rgba(255,255,255,0.5);font-family:var(--k-font);font-weight:300}

/* 진료사례 */
#inc02 .group-review{padding-top:155px;padding-bottom:195px}
#inc02 .group-review .atc__inner{display:flex}
#inc02 .group-review .cont .review-list{display:flex;gap:30px}
#inc02 .group-review .cont .link-review{display:flex;flex-direction:column}
#inc02 .group-review .cont .link-review .thumb-box{width:400px;height:273px;background:#ccc;border-radius:15px;overflow:hidden}
#inc02 .group-review .cont .link-review .thumb-box .img{display:block;width:100%;height:100%;background-size:cover;background-repeat:no-repeat;transition:transform 0.2s}
#inc02 .group-review .cont .link-review:hover .thumb-box .img{transform:scale(1.1)}
#inc02 .group-review .cont .link-review .atc__info{display:flex;flex-direction:column}
#inc02 .group-review .cont .link-review .atc__info .atc__title{padding:16px 0 20px;font-size:16px;color:#333;font-weight:500;text-align:center}
#inc02 .group-review .cont .link-review .atc__info .atc__data .dl{display:flex;align-items:center;gap:7px;font-size:15px;line-height:1.6}
#inc02 .group-review .cont .link-review .atc__info .atc__data .dt{display:flex;align-items:center;gap:7px;color:#333}
#inc02 .group-review .cont .link-review .atc__info .atc__data .dt::before{content:'';width:3px;height:3px;border-radius:50px;background-color:#333}