@charset "utf-8";

#shSub{display:flex;align-items:center;justify-content:center;height:460px;margin:0 auto;background-image:linear-gradient(rgb(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(./sub_bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 70%;font-family:var(--e-font),var(--k-font)}
#shSub .txt_area{color:#fff;text-align:center}
#shSub .txt_area p{margin-bottom:15px;font-size:42px}
#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 18px;font-size:14px}

/* 반응형 [s] */
@media (max-width:1024px){
#shSub{height:360px}
#shSub .txt_area p{margin-bottom:10px;font-size:36px}
}
@media (max-width:768px){
#shSub{height:130px}
#shSub .txt_area p{margin-bottom:8px;font-size:30px}
}
@media (max-width:580px){
#shSub .txt_area p{margin-bottom:6px;font-size:28px}  
}
@media (max-width:480px){
#shSub .txt_area p{margin-bottom:0px;font-size:18px;color:#fff}  
#shSub .txt_area div{display:none}
}
/* 반응형 [e] */




#shSub2{display:flex;align-items:center;justify-content:center;height:460px;margin:0 auto;background-image:linear-gradient(rgb(0, 0, 0, 0.2), rgb(0, 0, 0, 0.2)), url(./sub_bg.jpg);background-size:cover;background-repeat:no-repeat;background-position:50% 70%;font-family:var(--e-font),var(--k-font)}
#shSub2 .txt_area{color:#fff;text-align:center}
#shSub2 .txt_area p{margin-bottom:15px;font-size:42px}
#shSub2 .txt_area div{display:flex;justify-content:center;align-items:center;font-size:16px;font-weight:500}
#shSub2 .txt_area div a{color:#fff}
#shSub2 .txt_area div i{margin:0 18px;font-size:14px}

/* 반응형 [s] */
@media (max-width:1024px){
#shSub2{height:360px}
#shSub2 .txt_area p{margin-bottom:10px;font-size:36px}
}
@media (max-width:768px){
#shSub2{height:130px}
#shSub2 .txt_area p{margin-bottom:8px;font-size:30px}
}
@media (max-width:580px){
#shSub2 .txt_area p{margin-bottom:6px;font-size:28px}  
}
@media (max-width:480px){
#shSub2 .txt_area p{margin-bottom:0px;font-size:18px;color:#fff}  
#shSub2 .txt_area div{display:none}
}
/* 반응형 [e] */

