@charset "utf-8";

#shSub{display:flex;align-items:center;justify-content:center;height:460px;margin:0 auto;background-image:linear-gradient(rgb(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(./sub_bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 70%;font-family:var(--e-font),var(--k-font)}
#shSub .txt_area{color:#fff;text-align:center}
#shSub .txt_area p{font-weight: 500; margin-bottom:15px;font-size:34px; letter-spacing: -2px; color: var(--primary);font-family: "Noto Serif KR", serif;}
#shSub .txt_area div{display:flex;color: #333; justify-content:center;align-items:center;font-size:16px;font-weight:500}
#shSub .txt_area div a{color:#333;font-weight:500}
#shSub .txt_area div i{margin:0 18px;font-size:14px}

/* 반응형 [s] */
@media (max-width:1024px){
#shSub{height:360px}
#shSub .txt_area p{margin-bottom:10px;font-size:36px}
}
@media (max-width:768px){
#shSub{height:320px}
#shSub .txt_area p{margin-bottom:8px;font-size:30px}
}
@media (max-width:580px){
#shSub{height:280px}
#shSub .txt_area p{margin-bottom:6px;font-size:28px}  
}
@media (max-width:480px){
#shSub{height:130px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;background:none}
#shSub .txt_area p{margin-bottom:0px;font-size:15px;color:#000}  
#shSub .txt_area div{display:none}
}
/* 반응형 [e] */