@charset "utf-8";

#inc01 .img_box{position:relative;display:flex;justify-content:center;align-items:flex-end}
#inc01 .img_box a{overflow:hidden;display:block}
#inc01 .img_box a img{transition:all .3s;object-fit:cover}
#inc01 .img_box li:nth-child(1){position:absolute;z-index:10;bottom:0;left:0}
#inc01 .img_box li:nth-child(3){position:absolute;z-index:-1;bottom:0;right:0}

#inc01 .ment{margin:150px 0 50px;font-size:25px;font-weight:200;line-height:1.3;color:#111;text-align:center}
#inc01 .ment b{font-weight:700}

/* 반응형 [s] */
@media (hover:hover){
#inc01 .img_box a:hover img{transform:scale(1.1);filter:brightness(.5)}
}
@media (max-width:1380px){
#inc01 .img_box li:nth-child(1) img{width:620px}
#inc01 .img_box li:nth-child(2) img{width:600px}
#inc01 .img_box li:nth-child(3) img{width:330px}
}
@media (max-width:1180px){
#inc01 .img_box li:nth-child(1) img{width:570px}
#inc01 .img_box li:nth-child(2) img{width:550px}
#inc01 .img_box li:nth-child(3) img{width:280px}
}
@media (max-width:1024px){
#inc01 .img_box li:nth-child(1) img{width:480px}
#inc01 .img_box li:nth-child(2) img{width:450px}
#inc01 .img_box li:nth-child(3) img{width:270px}
#inc01 .ment{margin:130px 0 50px;font-size:23px}
}
@media (max-width:768px){
#inc01 .txt div{margin:auto;width:80%}
#inc01 .img_box{flex-direction:column;height:700px}
#inc01 .img_box li:nth-child(1){z-index:-1;bottom:unset;top:0px;width:60%}
#inc01 .img_box li:nth-child(1) img{width:100%;height:250px}
#inc01 .img_box li:nth-child(2){width:65%}
#inc01 .img_box li:nth-child(2) img{width:100%;height:500px}
#inc01 .img_box li:nth-child(3){z-index:3;right:unset;left:0px;width:45%}
#inc01 .img_box li:nth-child(3) img{width:100%;height:300px}
#inc01 .ment{margin:100px auto 30px;width:90%;font-size:21px}
}
@media (max-width:480px){
#inc01 .txt div{width:95%}
#inc01 .img_box{height:520px}
#inc01 .img_box li:nth-child(1) img{height:185px}
#inc01 .img_box li:nth-child(2) img{height:350px}
#inc01 .img_box li:nth-child(3) img{height:230px}
#inc01 .ment{margin:80px auto 20px;width:95%;font-size:19px}
}
@media (max-width:380px){
#inc01 .img_box{height:430px}
#inc01 .img_box li:nth-child(1) img{height:140px}
#inc01 .img_box li:nth-child(2) img{height:320px}
#inc01 .img_box li:nth-child(3) img{height:200px}
#inc01 .ment{margin:60px auto 10px;font-size:17px}
}
/* 반응형 [e] */
