@charset "utf-8";

#inc05{position:relative;padding-bottom:190px;max-width:1760px;margin:0 auto;display:flex;gap:30px}
#inc05 .lft{width:100%;background:url('./img/bg.jpg') no-repeat center / cover}
#inc05 .rgt{position:relative;display:flex;flex-flow:column;justify-content:center;gap:27px;padding:0 100px;width:100%;height:735px;background-color:var(--primary);color:#fff;font-weight:600;border-bottom-right-radius:130px;word-break:keep-all}
#inc05 .rgt h2{font-size:45px;line-height:55px;white-space:pre-line}
#inc05 .rgt a{position:relative;z-index:4;margin-top:86px;display:flex;align-items:center;gap:20px;color:#fff}
#inc05 .rgt a span{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:100%;border:1px solid #e1e1e1;font-size:18px;text-align:center;transition:all .3s}
#inc05 .rgt .bg_txt{position:absolute;font-size:180px;line-height:126px;font-weight:500;font-family:var(--e-font);opacity:.03;right:-30px;bottom:165px}

/* 반응형 [s] */
@media (hover:hover){
#inc05 .rgt a:hover span{margin-right:10px;border:1px solid #fff;color:#111;background-color:#fff}
}
@media (max-width:1380px){
#inc05{margin:auto;width:90%}
#inc05 .rgt h2{font-size:36px;line-height:1.3}
#inc05 .rgt .bg_txt{bottom:178px;right:-170px;font-size:130px}
}
@media (max-width:1024px){
#inc05{width:95%}
#inc05{padding-bottom:120px;gap:20px}
#inc05 .lft{width:50%}
#inc05 .rgt{gap:20px;padding:0 5%;width:50%;height:600px;border-bottom-right-radius:100px}
#inc05 .rgt h2{font-size:28px}
#inc05 .rgt .bg_txt{bottom:130px;right:-110px;font-size:80px}
#inc05 .rgt a{gap:15px}
#inc05 .rgt a span{width:55px;height:55px}
}
@media (max-width:768px){
#inc05{padding-bottom:80px;gap:15px;}
#inc05 .rgt{padding:0 2.5%;height:550px;border-bottom-right-radius:70px}
#inc05 .rgt h2{font-size:25px}
#inc05 .rgt a{gap:12px;margin-top:60px}
#inc05 .rgt a span{width:50px;height:50px}
#inc05 .rgt .bg_txt{bottom:5px;right:unset;left:5%;font-size:50px}
}
@media (max-width:480px){
#inc05{flex-direction:column;padding-bottom:40px;gap:10px}
#inc05 .lft{width:100%;height:250px}
#inc05 .rgt{align-items:center;text-align:center;width:100%;height:300px;border-bottom-right-radius:0px}
#inc05 .rgt h2{font-size:21px}
#inc05 .rgt a{margin-top:35px}
#inc05 .rgt a span{margin-right:0px !important;width:48px;height:48px;color:#000;background-color:#fff;}
#inc05 .rgt .bg_txt{display:none}
}
@media (max-width:380px){
#inc05{padding-bottom:30px}
#inc05 .lft{height:230px}
#inc05 .rgt{gap:15px;height:270px}
#inc05 .rgt h2{font-size:19px}
#inc05 .rgt a{margin-top:25px}
#inc05 .rgt a span{width:45px;height:45px}
}
/* 반응형 [e] */
