@charset "utf-8";

#shSub{display:flex;align-items:center;justify-content:center;height:430px;margin:0 auto;background:url(./sub_bg.jpg) center no-repeat;background-size:cover}
.sub_search{display:none !important}
#shSub .txt_area{margin-top:30px;color:#fff;text-align:center;text-transform:uppercase;font-family:var(--main-font)}
#shSub .txt_area p{margin-bottom:20px;font-size:70px;font-weight:400;line-height:1}
#shSub .txt_area div{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:500;font-family:"Pretendard"}
#shSub .txt_area div a{padding-top:3px}
#shSub .txt_area div svg{fill:#fff}
#shSub .txt_area div i{margin:0 20px;font-size:14px}
#shSub .sub_tit{display:none}

/* 반응형 [s] */
@media (max-width:1024px){
#shSub{height:380px}
#shSub .txt_area{margin-top:0px}
#shSub .txt_area p{margin-bottom:10px;font-size:65px}
}
@media (max-width:768px){
#shSub{height:350px}
#shSub .txt_area p{font-size:60px}
#shSub .txt_area div{font-size:15px}
}
@media (max-width:580px){
#shSub{height:320px}
#shSub .txt_area p{font-size:55px}
#shSub .txt_area div{font-size:14px}
}
@media (max-width:480px){
#shSub{height:55px;border-bottom:1px solid #e1e1e1;background: #c5ae55;}
#shSub .txt_area p{margin-bottom:0px;font-size:16px;font-weight:700;font-family:"Pretendard";color: #fff;}
#shSub .txt_area div{display:none}
}
/* 반응형 [e] */