<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

#inc03 .Gallery{position:relative}
#inc03 .Gallery:before{position:absolute;left:0;top:0;content:'';z-index:-1;width:100%;height:686px;background: url('./bg.jpg') no-repeat center top;background-size:cover}
#inc03 .Gallery:after{position:absolute;content:'';left: 191px;top:69.2%;width:1px;height: 1198px;background:#e1e1e1}
#inc03 .Gallery .inner{width:100%;max-width:1520px;position:relative;margin:0 auto;padding:100px 0;overflow:hidden}
#inc03 .Gallery .top_box{display:flex;align-items: flex-end;justify-content:space-between}
#inc03 .Gallery .top_box:after{position:absolute;content:'';left:0;top:410px;width:100%;height:1px;background:rgba(255,255,255,0.2)}
#inc03 .Gallery .top_box .txt_inner{display:flex;width:100%;max-width:1520px;margin:0 auto;padding:140px 0 80px 0;align-items:flex-end;justify-content: space-between;}
#inc03 .Gallery .top_box .txt_box{font-weight:400;font-family:var(--k-font);color:#fff;word-break:keep-all}
#inc03 .Gallery .top_box .txt_box .top_txt{padding-bottom:40px;font-size:40px;font-weight:300;line-height:50px}
#inc03 .Gallery .top_box .txt_box .top_txt b{font-weight:600;display:block}
#inc03 .Gallery .top_box .more{display:flex;align-items:center;justify-content:center;gap:27px;width:185px;height:60px;font-size:13px;font-weight:600;border:1px solid #fff;color:#fff;transition:all 0.2s}
#inc03 .Gallery .top_box .more svg{width:16px}
#inc03 .Gallery .top_box .more:hover{gap:20px}
#inc03 .Gallery .control{position:absolute;display:flex;flex-direction:column;gap:10px;width:max-content}
#inc03 .Gallery .control span{display:flex;align-items:center;justify-content:center;width:50px;height:50px;border:1px solid rgba(255,255,255,0.3);cursor:pointer;transition:all 0.2s}
#inc03 .Gallery .control span:hover{border:1px solid #fff}
#inc03 .Gallery .control span svg{width:18px;color:#fff}
#inc03 .gal_slide{padding-left:100px}
#inc03 .gal_slide .item .img_box img{width:100%;height:100%}

/* 반응형 [s] */
@media (hover:hover){
}
@media (max-width:1400px){
#inc03 .Gallery .top_box .txt_inner{padding:140px 30px 80px 30px}
#inc03 .Gallery .inner{padding:30px}
#inc03 .Gallery .top_box:after{top:384px}
#inc03 .Gallery:before{height:580px}
}
@media (max-width:1200px){
#inc03 .Gallery .top_box .txt_inner{padding:70px 30px 80px 30px}   
#inc03 .Gallery .top_box:after{top:315px}
#inc03 .Gallery:before{height:540px}
}
@media (max-width:1024px){
#inc03 .Gallery .top_box .txt_box .top_txt{font-size:35px;line-height:45px}
#inc03 .Gallery .top_box .txt_inner{padding:70px 30px 70px 30px}
#inc03 .Gallery .inner{padding:0 30px 30px 30px}
#inc03 .Gallery .top_box:after{display:none}
#inc03 .Gallery:before{height:480px}
#inc03 .Gallery:after{display:none}
}
@media (max-width:900px){
#inc03 .Gallery .top_box{text-align:center}
#inc03 .Gallery .top_box .txt_inner{flex-direction:column;align-items:center;gap:30px;padding:50px 15px 50px 15px}
#inc03 .Gallery .top_box .txt_box .top_txt{padding-bottom:20px}
}
@media (max-width:768px){
#inc03 .Gallery .top_box .txt_box br{display:none}
#inc03 .Gallery .top_box .txt_box .top_txt{font-size:30px;line-height:40px}
#inc03 .Gallery:before{height:500px}
#inc03 .gal_slide{padding-left:0}
#inc03 .Gallery .control{display:none}
#inc03 .Gallery:after{display:none}
#inc03 .Gallery .inner{padding:0 15px 30px 15px}
}
@media (max-width:480px){
#inc03 .Gallery .top_box .txt_box .top_txt{font-size:25px;line-height:35px}
#inc03 .Gallery .top_box .more{height:53px;font-size:12px}
#inc03 .Gallery .top_box .txt_inner{padding:50px 15px 50px 15px}
#inc04 .tit_ko h2{font-size:25px}
}
@media (max-width:380px){
#inc03 .Gallery .top_box .txt_inner{padding:70px 10px 70px 10px}
}
/* 반응형 [e] */
</pre></body></html>