@charset "utf-8";

div {border:0px solid #fff}

#shSub{display:flex;align-items:center;justify-content:center;height:400px;margin:0 auto;background:url(./sub_bg.jpg) center no-repeat;background-size:cover}
#shSub .txt_area{padding-top:80px;color:#111;text-align:center;font-family:'Pretendard'}
#shSub .txt_area p{margin-bottom:0px;font-size:46px;font-weight:700}
#shSub .txt_area div{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:500}
#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, .b_txt2{display:none}
.b_txt {margin-top:20px;line-height:1.5;font-weight:700;color:#6c4413;word-break:keep-all}

@media (max-width:1024px){
#shSub{height:250px;padding:0px 5%;}
#shSub .txt_area{padding-top:0px;}
#shSub .txt_area p{font-size:35px}
}
@media (max-width:480px){
#shSub{height:100%;border-bottom:1px solid #e1e1e1;background:#fff;display:flex;flex-direction:column;}
#shSub .txt_area{display:none}
#shSub .sub_tit{display:block;padding:10% 0 ;font-size:20px;font-weight:600;font-family:'roboto','Noto Sans KR'}
.b_txt2 {display:block;margin:0px 0 20px;line-height:1.5;font-weight:700;color:#3d9014;text-align:center;word-break:keep-all}
}