@charset "utf-8";

#inc01{height:100vh;border-bottom:1px solid #e1e1e1}
#inc01 .inner{display:flex;align-items:center;height:100%}
#inc01 .inner > div{width:50%}
#inc01 .left_img_mobile{display:none}
#inc01 .left_img_mobile > img{max-width:100%}
#inc01 .bot_txt{line-height:1.5}
#inc01 .bot_txt .txt{color:#777;font-weight:400;font-size:16px}
#inc01 .bot_txt .txt +.txt{margin-top:35px}
#inc01 .bot_txt .txt01{color:var(--dark);font-weight:600;font-size:22px}
#inc01 .inc01_btn_box{display:flex;align-items:center;justify-content:flex-end}
#inc01 .all_btn_wrap01{text-align:center;margin-top:75px;width:200px}
#inc01 .right_img{padding:95px 0 0 110px}
#inc01 .right_img > img{max-width:100%;width:100%}

/* 반응형 [s] */
@media (max-width:1600px){
#inc01 .right_img{padding:95px 0 0 5%}
}
@media (max-width:1200px){
#inc01{height:auto;padding:110px 0}
#inc01 .inner{display:block}
#inc01 .inner > div{width:100%}
#inc01 .left_img_mobile{display:block;margin-bottom:50px;text-align:center}
#inc01 .all_txt_wrap01{text-align:center}
#inc01 .bot_txt{text-align:center}
#inc01 .right_img_pc{display:none}
#inc01 .inc01_btn_box{justify-content:center}
#inc01 .all_btn_wrap01{width:auto}
}
@media (max-width:1024px){
#inc01{padding:100px 0}
}
@media (max-width:768px){
#inc01{padding:80px 0}
#inc01 .bot_txt .txt01{font-size:20px}
}
@media (max-width:580px){
#inc01{padding:60px 0}
#inc01 .left_img_mobile{margin-bottom:40px}
#inc01 .bot_txt .txt01{font-size:18px}
#inc01 .bot_txt .txt + .txt{margin-top:30px}
#inc01 .bot_txt .txt br{display:none}
#inc01 .all_btn_wrap01{margin-top:50px}
}
@media (max-width:480px){
#inc01 .all_btn_wrap01{margin-top:40px}
#inc01 .bot_txt .txt01{font-size:17px}
}
/* 반응형 [e] */

