@charset "utf-8";

#shSub{font-family:'pretendard';display:flex;align-items:center;justify-content:center;height:420px;margin:0 auto;background:linear-gradient(rgb(0, 0, 0, 0.6), rgb(0, 0, 0, 0.6)), url(./sub_bg.jpg);background-repeat:no-repeat;background-position:50% 44%;background-size:cover;font-family:var(--e-font),var(--k-font)}
#shSub .txt_area{padding-top:40px;color:#fff;text-align:center}
#shSub .txt_area p{font-family:'pretendard';margin-bottom:20px;font-size:42px}
#shSub .txt_area div{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:500}
#shSub .txt_area div a{color:#fff}
#shSub .txt_area div svg{width:15px;margin:0 10px}

/* 반응형 [s] */
@media (max-width:1024px){
#shSub{height:410px}
}
@media (max-width:768px){
#shSub{height:340px}
#shSub .txt_area p{margin-bottom:12px;font-size:35px}
}
@media (max-width:480px){
#shSub{height:100%;padding:15px 0;background:#fff;border-bottom:1px solid #e1e1e1;border-top:1px solid #e1e1e1}
#shSub .txt_area{padding-top:0}
#shSub .txt_area div{display:none}
#shSub .txt_area p{display:block;font-size:16px;font-weight:500;color:#000;text-align:center;margin-bottom:0}
}
/* 반응형 [e] */