@charset "utf-8";

/* =========================== SUB */
#subBnr{overflow:hidden;position:relative;width:100%;height:650px}
#subBnr .bg{position:absolute;transform:scale(1.05);width:100%;height:100%;background:url(../img/sub/sub_bg.jpg) center no-repeat;background-size:cover;transition:all 1.2s cubic-bezier(0.165, 0.840, 0.440, 1)}
#subBnr.on .bg{transform:scale(1)}
#subBnr .txt_area{position:absolute;left:50%;top:57%;z-index:1;transform:translateX(-50%);max-width:1200px;width:100%;font-size:18px;color:#fff}
#subBnr .txt_area .btxt{margin-bottom:20px;font-size:42px;font-weight:700}

/* 반응형 [s] */
@media (max-width:1380px){
#subBnr .txt_area{max-width:unset;width:90%}
}
@media (max-width:1024px){
#subBnr{height:450px}
#subBnr .txt_area{top:50%;transform:translate(-50%, -50%);text-align:center;font-size:16px;line-height:1.3}
#subBnr .txt_area .btxt{margin-bottom:20px;font-size:34px}
}
@media (max-width:768px){
#subBnr{height:380px}
#subBnr .txt_area{font-size:15px}
#subBnr .txt_area .btxt{margin-bottom:15px;font-size:30px}
}
@media (max-width:580px){
#subBnr{height:340px}
#subBnr .txt_area{font-size:14px}
#subBnr .txt_area .btxt{margin-bottom:12px;font-size:26px}
}
@media (max-width:480px){
#subBnr{height:55px;border-bottom:1px solid #e1e1e1}
#subBnr .bg{display:none}
#subBnr .txt_area .btxt{margin-bottom:0px;font-size:16px;color:#000}
#subBnr .txt_area .stxt{display:none}
}
/* 반응형 [e] */

/* =========================== SNB */
#shSnb{display:flex;align-items:center;position:absolute;bottom:0;left:0;z-index:2;width:100%;height:80px;padding-left:calc((100% - 1200px) / 2);backdrop-filter:blur(5px);background:rgba(0,0,0,.5)}
#shSnb li{position:relative}
#shSnb li+li:before{display:inline-block;content:"";width:1px;height:12px;margin:0 30px;background:rgba(255,255,255,.25)}
#shSnb li a{opacity:.65;font-size:16px;font-weight:500;color:#fff;line-height:80px;transition:all .2s}
#shSnb li a:hover{opacity:1}
#shSnb li.on a{opacity:1}

/* 반응형 [s] */
@media (max-width:1380px){
#shSnb{padding-left:5%}
}
@media (max-width:1024px){
#shSnb{display:none}
}
/* 반응형 [e] */


/* =========================== 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}
}