#container{padding-bottom:0 !important;width: 100%;}
#wrapper_title{display: none;}
#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-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-business-type-container .business-type:nth-of-type(2n) .gw-text{order: 2;}
#sub-about-us .business-type{background: #F3F3F3;}
#sub-about-us .business-type .gw-text-container{padding: 150px;}
#sub-about-us .business-type .gw-text{overflow: hidden;height: 100%;}
#sub-about-us .business-type .gw-text01 {color: var(--main-color);border-bottom: 1px solid var(--main-color);}
#sub-about-us .business-type .gw-text02 {font-size: var(--main-title03);letter-spacing: -0.025px;}
#sub-about-us .business-type .gw-text03 {line-height: 1.75;color: #666;}
#sub-about-us .business-type .gw-btn01 {max-width: 200px;}
#sub-about-us .business-type .gw-img{overflow: hidden;}
#sub-about-us .business-type .gw-img > img{width:auto;transform: scale(1.2);transition: all 1s;}
#sub-about-us .business-type.active .gw-img > img{transform: scale(1.0);}

/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1440px) {
    #sub-about-us .business-type .gw-text-container{padding: 50px;}
}

@media screen and (max-width:1280px){
    [class*="gw-sub-con"]:not(:last-child){margin-bottom: 80px;}
    .gw-pb-150{padding-bottom:80px !important}
    #sub-about-us .gw-box-container{padding: 0;}
}

@media screen and (max-width:1024px){
    #sub-about-us .gw-w-15{width:25% !important;}
    #sub-about-us .gw-box-container{padding: 0;}
    #sub-about-us .business-type{flex-direction:column;}
    #sub-about-us .business-type > div{width: 100% !important;height:30vh}
    #sub-about-us .business-type .gw-text-container{padding: 40px;}
    #sub-about-us .gw-business-type-container .business-type:nth-of-type(2n) .gw-text{order: 0;}
    #sub-about-us .business-type .gw-img > img{width:100%;}
}

@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%;}
}

@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 .business-type .gw-text-container{padding: 22px;}
    #sub-about-us .service-list > li{width: 100% !important;}
    #sub-about-us .service-list > li:not(:last-child) {border-right:none;border-bottom: 1px solid #ddd;}
}