@charset "utf-8";

#atc02{overflow:hidden;position:relative;width:100%;min-height:940px;color:#fff}
#atc02:before{display:block;content:"";position:absolute;top:-5%;left:-5%;z-index:0;width:110%;height:110%;background:url(../../common/texture.jpg) 50%;animation:grain .8s steps(1) 0s infinite;pointer-events:none}

/* 타이틀 */
#atc02 .txt_area{position:absolute;width:600px;left:50%;top:50%;z-index:10;transform:translateY(-50%);margin-left:-600px }
#atc02 .txt_area span{font-size:17px}
#atc02 .txt_area p{margin:50px 0 70px;font-size:68px;line-height:1;white-space:pre-line}
#atc02 .txt_area .desc{padding-left:40px;white-space:pre-line;word-break:keep-all}
#atc02 .txt_area .desc a{display:inline-block;position:relative;padding-right:40px;margin-top:100px;color:#fff;line-height:1;text-decoration:none;transition:all .5s var(--ani)}
#atc02 .txt_area .desc a:before{content:"";position:absolute;right:0;top:calc(50% - 1px);z-index:1;width:28px;height:2px;transform-origin:right;transform:scaleX(0);background:#fff;transition:transform .5s var(--ani)}
#atc02 .txt_area .desc a span:before,#atc02 .txt_area .desc a span:after{content:"";position:absolute;right:-2px;bottom:7.5px;background:#fff;transition:transform .5s var(--ani);transition-delay:.2s;z-index:2}
#atc02 .txt_area .desc a span:before{width:2px;height:13px;transform-origin:0% 100%;transform:translateZ(0) rotate(-90deg)}
#atc02 .txt_area .desc a span:after{width:13px;height:2px;transform-origin:100% 0%;transform:translateX(-2px) translateZ(0) rotate(0deg)}
#atc02 .txt_area .desc a:hover:before{transform-origin:left;transform:scaleX(1)}
#atc02 .txt_area .desc a:hover span:before{transform:translateX(0.5px) rotate(-45deg)}
#atc02 .txt_area .desc a:hover span:after{transform:translateX(-0.5px) rotate(-45deg)}

/* 이미지 */
#atc02 .img_area{position:absolute;left:70%;top:50%;transform:translateY(-50%);width:50%;padding-right:100px}
#atc02 .img_area ul{display:flex;align-items:flex-end}
#atc02 .img_area ul li{width:570px;height:730px;background:center no-repeat;background-size:cover}
#atc02 .img_area ul li:nth-child(even){height:530px}
#atc02 .img_area ul li .overlay{display:flex;align-items:flex-end;justify-content:space-between;position:absolute;left:0;bottom:-200px;width:100%;height:200px;padding:0 50px 50px 50px;font-size:17px;color:#fff;background-color:rgba(0,0,0,.8);transition:all .6s var(--ani);transform:translateZ(0);backface-visibility:hidden;will-change:transform}
#atc02 .img_area ul li .overlay p{font-size:27px}
#atc02 .img_area ul li .overlay .view_btn{width:140px;height:45px;margin-bottom:5px;border-radius:50%;border:1px solid rgba(255,255,255,.8);font-size:14px;text-align:center;line-height:45px}
#atc02 .img_area ul li:hover .overlay{bottom:0}

/* 반응형 [s] */
@media (max-width:1400px){
#atc02{display:flex;align-items:center;padding:0 30px}
#atc02 .txt_area{position:static;max-width:450px;width:100%;margin-left:0;transform:none}
#atc02 .txt_area p{margin:40px 0 60px;font-size:56px}
#atc02 .txt_area .desc{padding-left:0}
#atc02 .txt_area .desc a{margin-top:60px}
#atc02 .img_area{position:static;transform:none;padding-right:0;width:auto}
#atc02 .img_area ul li{width:470px;height:650px}
#atc02 .img_area ul li:nth-child(even){height:480px}
#atc02 .img_area ul li .overlay{height:auto;padding:30px;font-size:14px}
#atc02 .img_area ul li .overlay p{font-size:22px}
#atc02 .img_area ul li .overlay .view_btn{height:42px;font-size:13px;line-height:42px}
}
@media (max-width:1200px){
#atc02 .txt_area{max-width:400px}
#atc02 .txt_area span{font-size:15px}
#atc02 .txt_area p{margin:30px 0 40px;font-size:46px}
#atc02 .txt_area .desc a{margin-top:40px}
#atc02 .img_area ul li{width:400px;height:580px}
#atc02 .img_area ul li:nth-child(even){height:450px}
#atc02 .txt_area .desc a:hover span:before{transform:translate(1px, 0.5px) rotate(-45deg)}
}
@media (max-width:1024px){
#atc02{flex-direction:column;gap:60px;min-height:max-content;padding:80px 15px}
#atc02 .txt_area{display:flex;flex-direction:column;align-items:center;max-width:none;text-align:center}
#atc02 .txt_area span{font-size:14px}
#atc02 .txt_area p{margin:15px 0 20px;font-size:38px}
#atc02 .txt_area .desc{display:flex;flex-direction:column;align-items:center;white-space:normal}
#atc02 .txt_area .desc a{margin-top:25px}
#atc02 .img_area{width:100%}
#atc02 .img_area ul li{width:330px;height:386px !important}
#atc02 .img_area ul li .overlay{opacity:0;visibility:hidden;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:30px;padding:20px;bottom:unset;top:0;height:100%;transition:opacity 0.2s, visibility 0.2s}
#atc02 .img_area ul li:hover .overlay{opacity:1;visibility:visible}
#atc02 .img_area ul li .overlay p{font-size:18px}
#atc02 .img_area ul li .overlay .view_btn{width:90px;height:38px;font-size:12px;line-height:38px}
#atc02 .txt_area .desc a{padding-right:30px}
#atc02 .txt_area .desc a:before{width:22px}
#atc02 .txt_area .desc a:hover span:before{height:12px}
#atc02 .txt_area .desc a:hover span:after{width:12px}
#atc02 .txt_area .desc a:hover span:before{transform:translateX(1px) rotate(-45deg)}
}
@media (max-width:768px){
#atc02{gap:40px}
#atc02 .txt_area p{margin:10px 0 15px;font-size:30px}
#atc02 .txt_area .desc{font-size:14px}
#atc02 .img_area ul li{height:350px !important}
#atc02 .img_area ul li .overlay{font-size:12px}
#atc02 .img_area ul li .overlay p{font-size:15px}
#atc02 .txt_area .desc a:before{width:20px;top:calc(50% - 2px)}
#atc02 .txt_area .desc a:hover span:after{width:10px}
#atc02 .txt_area .desc a:hover span:before{height:10px}
}
@media (max-width:480px){
#atc02{padding:60px 15px}
#atc02 .txt_area p{font-size:26px}
}
/* 반응형 [e] */