@charset "utf-8";

/* =========================== SUB */
#shSub{display:flex;align-items:center;justify-content:center;width:90%;height:350px;margin:0 auto;background:url(../img/sub/sub_bg.jpg) center no-repeat;background-size:cover}
#shSub .txt_area{font-size:18px;text-align:center;color:rgba(255,255,255,.7);font-family:'Pretendard'}
#shSub .txt_area p{margin-bottom:20px;font-size:45px;font-weight:700;color:#fff}
@media(max-width:1300px){
#shSub{width:100%;height:260px}	
#shSub .txt_area{font-size:16px}
#shSub .txt_area p{font-size:36px}
}
@media(max-width:480px){
#shSub{height:auto;background:none;border-top:1px solid #e1e1e1;border-bottom:1px solid #eee}
#shSub .txt_area p{margin:15px 0;font-size:18px;color:#222}
#shSub .txt_area span{display:none}	
}

/* =========================== SNB */
#shSnb{display:flex;justify-content: center;width:max-content;margin:-30px auto 50px;box-shadow:6px 6px 16px rgba(0,0,0,.3);background:var(--primary)}
#shSnb li+li{border-left:1px solid rgba(255,255,255,.15)}
#shSnb li a{opacity:.7;display:block;min-width:160px;height:62px;padding:0 20px;font-size:17px;font-weight:400;line-height:62px;text-align:center;color:#fff;back}
#shSnb li.on a{opacity:1;font-weight:600}
@media(max-width:1024px){
#shSnb{display:none}
}

/* =========================== PAGE */
#greeting{font-size:15px;font-weight:400;line-height:1.8;letter-spacing:-.2px;color:#777;font-family:'Noto Sans KR'}
#greeting .tit_area{padding:0 0 40px 5%;font-size:38px;font-weight:100;line-height:1.35;letter-spacing:-.5px;color:#222}
#greeting .tit_area p{font-weight:600}
#greeting .img{height:420px;background:url(../img/sub/greeting_img.jpg) center no-repeat;background-size:cover}
#greeting .cont{padding:40px 0 0 25%}
#greeting .cont .pl{white-space:pre-line}
#greeting .cont .sign{margin-top:30px;font-weight:500;color:#222}
#greeting .cont .sign span{margin-left:20px;font-size:17px}
@media(max-width:1024px){
#greeting{padding:20px;font-size:14px;line-height:1.6}
#greeting .tit_area{padding:0;font-size:28px;line-height:1.4;color:#222;word-break:keep-all}
#greeting .img{height:200px;margin:15px 0}
#greeting .cont{padding:0}
#greeting .cont .sign{margin-top:20px}
#greeting .cont .sign span{margin-left:0;font-size:15px}
}
@media(max-width:768px){
#greeting .cont .pl{white-space:normal}	
}
@media(max-width:480px){
#greeting{padding:15px 12px}	
#greeting .tit_area{font-size:22px}
}
