#sub-about-us .gw-btn-wrap{position: relative;z-index: 100;}
#sub-about-us .gw-img-container{height: 500px;}
#sub-about-us .gw-img-container > div{position: absolute;bottom: 0;left: 0;overflow: hidden;}
#sub-about-us .gw-img-container .bg{width:100%;height:500px;}
#sub-about-us .gw-img-container .img{width: 100%;bottom: 0;right: 0;}
#sub-about-us .gw-img-container .building {transform: translateY(100%);opacity:0;transition: all 1.5s ease;}
#sub-about-us.active .gw-img-container .building{transform: translateY(0);opacity: 1;}
#sub-about-us .gw-company-container {margin: 0 auto;width: 768px;border-top: 2px solid #000;}
#sub-about-us .gw-company-container > li{padding:19px 30px;border-bottom: 1px solid #ddd;}
#sub-about-us .gw-box-container{flex-wrap: wrap;}
#sub-about-us .gw-box-container > li{position:relative;padding: 40px 20px;background: #fff;counter-increment: list-counter;}
#sub-about-us .gw-box-container > li:before {content: counter(list-counter, decimal-leading-zero); position: absolute;left: 20px; top: 20px;font-family: 'Poppins_SB', sans-serif;color: #999;}
#sub-about-us .gw-col-2{width:calc(50% - 10px);}
#sub-about-us .gw-col-3{width:calc(33.3% - 10px);}
#sub-about-us .gw-col-4{width:calc(25% - 10px);}
#sub-about-us .gw-box-container .icon{color: var(--main-color);}

/* custom */
#sub-about-us .gw-sub-con-100 .gw-sub-label { color:#2376ec; font-size:22px; letter-spacing:0.01px; font-family: "Lexend", sans-serif; }
#sub-about-us .gw-sub-con-100 .gw-sub-wrap .gw-sub-label { color:#69BD45; }
#sub-about-us .gw-sub-con-100 .bg{ position: absolute;bottom: 0;left: 0;overflow: hidden; width:100%;height:500px; z-index:0;}
#sub-about-us .gw-sub-con-100 .img{width: 100%;bottom: 0;right: 0;}
#sub-about-us .gw-sub-con-100 .img img { opacity:0.5; }
#sub-about-us .gw-sub-con02 { height:500px; background:#111; }
#sub-about-us .gw-sub-con02 .gw-sub-wrap { position:relative; color:#fff; padding:150px 0 0 0; z-index:2; }
#sub-about-us .gw-sub-con02 .gw-sub-wrap .gw-sub-text { color:#fff; opacity:0.75; }


/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1280px){
    #sub-about-us .gw-box-container{padding: 0;}
	#sub-about-us .gw-sub-con-100 .bg{ height:400px; }
	#sub-about-us .gw-sub-con02 { height:400px; background:#111; }
	#sub-about-us .gw-sub-con02 .gw-sub-wrap { padding:100px 0 0 0; }
}

@media screen and (max-width:1024px){
    #sub-about-us .gw-w-15{width:25% !important;}
    #sub-about-us .gw-box-container{padding: 0;}
}

@media screen and (max-width:768px){
    #sub-about-us .gw-w-15 {width: 25% !important;}
    #sub-about-us .gw-img-container{height: 25vh;}
    #sub-about-us .gw-img-container .bg{height: 25vh;}
    #sub-about-us .gw-img-container .building{transform:translateY(0);opacity:1;}
    #sub-about-us .gw-company-container{width: 100%;}
    #sub-about-us .gw-col-4{width: calc(50% - 5px);}
}

@media screen and (max-width:576px){
    #sub-about-us .gw-w-15{width:100% !important;}
    #sub-about-us .gw-img-container{height: 15vh;}
    #sub-about-us .gw-img-container .bg{height: 15vh;}
    #sub-about-us .gw-company-container > li{padding:20px;flex-direction: column;align-items: flex-start;gap: 5px;}
    #sub-about-us .gw-box-container > li{padding:20px;}
}