@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(/sh_img/common/texture.jpg) 50%;animation:grain .8s steps(1) 0s infinite}

/* 타이틀 */
#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:66px;line-height:1}
#atc02 .txt_area .desc{padding-left:40px;color:#999}
#atc02 .txt_area .desc a{display:table-caption;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:rotate(-90deg)}
#atc02 .txt_area .desc a span:after{width:13px;height:2px;transform-origin:100% 0%;transform:translateX(-1px) rotate(0deg)}
#atc02 .txt_area .desc a:hover:before{transform-origin:left;transform:scaleX(1)}
#atc02 .txt_area .desc a:hover span:before{transform:rotate(-45deg)}
#atc02 .txt_area .desc a:hover span:after{transform:translateX(-2px) 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)}
#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}
