@charset "utf-8";

#shSub{position:relative;display:flex;align-items:center;justify-content:center;height:400px;margin:0 auto;background:url(./sub_bg.jpg) center no-repeat;background-size:cover;font-family:var(--e-font),var(--k-font)}
#shSub p{display:none}
#shSub::before{position:absolute;content:'';inset:0%;width:100%;height:100%;background-color:rgba(0,0,0,0.5)}
#shSub::after{position:absolute;content:'';bottom:0;left:0;width:100%;height:30px;background-color:#fff;border-radius:30px 30px 0 0}

/* 반응형 [s] */
@media (max-width:1024px){
#shSub{height:275px}
}
@media (max-width:768px){
#shSub{height:225px}
#shSub::after{border-radius:20px 20px 0 0}
}
@media (max-width:480px){
#shSub{height:55px;background:none;border-bottom:1px solid #e1e1e1}
#shSub::after{display:none}
#shSub::before{display:none}
#shSub p{display:block;font-family:var(--k-font);font-size:16px;font-weight:600}
}
/* 반응형 [e] */
