@charset "utf-8";

/* =========================== SUB */
#shSub{display:flex;align-items:center;justify-content:center;height:350px;margin:0 auto;background:url(../img/sub/sub_bg33.jpg) center no-repeat;background-size:cover;font-family:var(--main-font)}
#shSub .txt_area{color:#fff;text-align:center}
#shSub .txt_area p{margin-bottom:20px;font-size:42px;font-weight:600}
#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 i{margin:0 20px;font-size:14px}
/* 반응형 [s] */
@media (max-width:1024px){
#shSub{height:300px}
#shSub .txt_area p{margin-bottom:15px;font-size:34px}
}
@media (max-width:768px){
#shSub{height:380px}
#shSub .txt_area p{margin-bottom:12px;font-size:30px}
#shSub .txt_area div{font-size:15px}
}
@media (max-width:580px){
#shSub{height:340px}
#shSub .txt_area p{margin-bottom:10px;font-size:28px}
#shSub .txt_area div{font-size:14px}
}
@media (max-width:480px){
#shSub{height:55px;border-top:1px solid #e1e1e1;border-bottom:1px solid #e1e1e1;background:none}
#shSub .txt_area{padding-top:0px}
#shSub .txt_area p{margin-bottom:0px;font-size:16px;color:#111}
#shSub .txt_area div{display:none}
}
/* 반응형 [e] */

/* =========================== SNB */
#shSnb{display:flex;justify-content:center;position:absolute;left:0;bottom:0;width:100%;background:var(--primary)}
#shSnb li a{display:block;min-width:180px;height:62px;padding:0 30px;font-size:17px;font-weight:500;line-height:62px;text-align:center;color:#fff}
#shSnb li.on a{font-weight:600;color:var(--primary);background:#fff; border-radius:20px 20px 0 0}

@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:18px;font-weight:600;line-height:1.35;letter-spacing:-.5px;color:#111; text-align:center}
#greeting .tit_area p{font-weight:800; font-size:45px;letter-spacing:-.5px;color:#111;letter-spacing:-0.1rem;}
#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}
}