@charset "utf-8";

.idx_atc01{position:relative;width:100%;padding-bottom:100px;background:url(/sh_img/include/include_01/img/atc01_bg.jpg) bottom center #f7f7f7 no-repeat}
.idx_atc01 .atc01_tit{position:relative;z-index:2;max-width:1200px;margin:0 auto;text-align:center;transition:all .5s;opacity:0}
.idx_atc01 .atc01_tit .line_area{position:absolute;top:0;left:50%;z-index:-1;width:800px;height:100%;margin-left:-400px;border-left:1px solid #dedede;border-right:1px solid #dedede}
.idx_atc01 .atc01_tit .line_area:before{position:absolute;left:50%;content:'';width:1px;height:100%;background:#dedede}

.idx_atc01 h2{padding:100px 0 15px;font-weight:700;font-size:32px;line-height:32px;color: #24282c;font-family: 'Poppins', sans-serif}
.idx_atc01 h2 span{color:#24282c}
.idx_atc01 .atc01_txt{padding-bottom:45px;font-size:15px;line-height:26px;color:#878787;white-space:pre-line;font-family:'notokr-regular'}

/*움직임*/
.idx_atc01.active .atc01_tit{opacity:1}
.idx_atc01.active .idx_gall_wrap{margin-top:0;opacity:1}

/* 반응형 [s] */
@media (max-width:1024px){
.idx_atc01{padding-bottom:50px}
.idx_atc01 h2{padding:50px 0 15px;font-size:25px}
.idx_atc01 .atc01_tit{opacity:1}
.idx_atc01 .idx_gall_wrap{margin-top:0;opacity:1}
}
@media (max-width:480px){
.idx_atc01 h2{padding:55px 0 15px;font-size:25px}
.idx_atc01 .atc01_tit{padding:0 15px}
.idx_atc01 .atc01_txt{white-space:normal;word-break:keep-all}
}
/* 반응형 [e] */