@charset "utf-8";

.cs_txt .cs_tit{padding-bottom:23px;font-size:20px;color:#fff;font-family:'Noto Sans KR';font-weight:700}
.cs_txt .cs_tel{padding-bottom:13px;font-size:38px;font-weight:800;color:#fff;letter-spacing:-0.8px;font-family:'Roboto', sans-serif}
.cs_txt p{color:#ffe5c7}
.cs_txt .go_btn{display:inline-block;overflow:hidden;position:absolute;z-index:20;top:77px;left:327px;width:174px;;padding:13px 0;border:solid 1px #ffd5a4;font-size:16px;color:#fff;text-align:center;box-sizing:border-box;font-family:'Noto Sans KR';font-weight:500}
.cs_txt .go_btn:after{position:absolute;;z-index:-10;top:-50px;left:-75px;width:50px;height:155px;background:#fff;content:"";opacity:.2;transform:rotate(35deg);transition:all 1s cubic-bezier(0.19, 1, 0.22, 1)}

/* 반응형 [s] */
@media (hover:hover) {
.cs_txt .go_btn:hover{color:#ff971c;background:#fff}
.cs_txt .go_btn:hover:after{left:120%;transition:all 1s cubic-bezier(0.19, 1, 0.22, 1)}
}
/* 반응형 [e] */
