@charset "utf-8";

#inc04{display:flex;align-items:center;height:100vh;background:url("./img/inc04_bg01.png") no-repeat center/cover}
#inc04 .inc04_inner{width:1700px;margin:0 auto}
#inc04 .top_tit{display:block;margin-left:65px;margin-bottom:385px;font-weight:700;font-size:66px}
#inc04 .bot_wrap{display:flex;align-items:center;justify-content:flex-end}
#inc04 .bot_txt{margin-right:250px}
#inc04 .bot_txt .b_t_txt{display:block;margin-bottom:50px;font-weight:700;font-size:28px}
#inc04 .bot_txt .b_b_txt{line-height:1.4;color:rgba(17,17,17,0.4);font-weight:600;font-size:20px}

/* 반응형 [s] */
@media (max-width:1600px){
#inc04 .inc04_inner{width:95%}
#inc04 .top_tit{margin-left:0;margin-bottom:clamp(200px, 24.0625vw, 385px);font-size:clamp(28px, 4.125vw, 66px)}
#inc04 .bot_txt{margin-right:0}
}
@media (max-width:1200px){
#inc04{display:block;height:auto;padding:110px 0}
#inc04 .bot_txt .b_t_txt{margin-bottom:40px;font-size:25px}
#inc04 .bot_txt .b_b_txt{font-size:19px}
}
@media (max-width:1024px){
#inc04{padding:100px 0}
#inc04 .bot_txt .b_t_txt{margin-bottom:30px;font-size:22px}
#inc04 .bot_txt .b_b_txt{font-size:18px}
}
@media (max-width:768px){
#inc04{padding:80px 0}
#inc04 .inc04_inner{width:100%;padding:0 15px}
#inc04 .top_tit{margin-bottom:35px;text-align:center}
#inc04 .bot_wrap{display:block;text-align:center}
#inc04 .bot_txt .b_t_txt{margin-bottom:20px;font-size:20px}
#inc04 .bot_txt .b_b_txt{font-size:17px}
}
@media (max-width:580px){
#inc04{padding:70px 0}
#inc04 .top_tit{margin-bottom:30px;font-size:25px}
#inc04 .bot_txt .b_t_txt{line-height:1.4;margin-bottom:15px;font-size:18px}
#inc04 .bot_txt .b_b_txt{font-size:16px}
}
@media (max-width:480px){
#inc04{padding:65px 0}
#inc04 .top_tit{margin-bottom:25px;font-size:21px}
#inc04 .bot_txt .b_b_txt{font-size:15px}
#inc04 .bot_txt .b_b_txt br{display:none}
#inc04 .bot_txt .b_t_txt{margin-bottom:10px;font-size:17px}
}
/* 반응형 [e] */
