#sub-about-us {padding: 0 0 200px;}
#sub-about-us .gw-btn-wrap{position: relative;z-index: 100;}
#sub-about-us .gw-img-container{height: 360px; overflow: hidden;}
#sub-about-us .gw-img-container > div{position: absolute;top:0;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; height: 100%;}
#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.active .gw-img-container .building img{width:100%; height:100%; object-fit: cover;}
#sub-about-us .gw-company-container {margin: 0 auto;border-top: 2px solid #000;float: right; width: 100%; max-width: 733px;}
#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);}


#sub-about-us .gw-table02 td:nth-of-type(1) {min-width: 85px}
#sub-about-us .gw-sub-con-100 {max-width: 1280px; margin: 0 auto; padding: 0 20px;}
#sub-about-us .gw-sub-con-100:nth-of-type(2) {margin-top: 100px;}
#sub-about-us .gw-sub-con-100:nth-of-type(2)::after {content: ""; display: block; clear: both;}
#sub-about-us .logo_bl{height: 80px; float: left;}
#sub-about-us .gw-sub-con-100:nth-of-type(3) {display: flex; margin-top: 209px}
#sub-about-us .gw-sub-con-100:nth-of-type(3) .left {width:50%; padding-right:10px;}
#sub-about-us .gw-sub-con-100:nth-of-type(3) .left p:not(.slogan) {line-height: 1.8;}
#sub-about-us .gw-sub-con-100:nth-of-type(3) .left p b {font-size: 1.6em;}
#sub-about-us .gw-sub-con-100:nth-of-type(3) .right {width:50%; height: auto; background:url('../../img/about_02.jpg') no-repeat center center; aspect-ratio: 733 / 600; background-size: cover;}
#sub-about-us .gw-sub-con-100 p.slogan {font-size: 40px; font-weight: 600; margin-bottom: 50px; line-height: 1;}
#sub-about-us .gw-sub-con-100 p.writer {font-weight: 300; margin-top: 20px;}
#sub-about-us .gw-sub-con-100 p.writer .name {position: relative; font-size: 20px; font-weight: 500; padding-left:10px; margin-left:10px;}
#sub-about-us .gw-sub-con-100 p.writer .name:after {content:"";display: block; width:1px; height: 12px; background:#000; position:absolute; left:0; top: 50%; transform: translateY(-50%);}

/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1280px){
    #sub-about-us .gw-box-container{padding: 0;}
    #sub-about-us .gw-img-container{height:300px;}
    #sub-about-us .gw-img-container .building{transform:translateY(0);opacity:1;}

    #sub-about-us .gw-company-container {max-width:100%; margin-top: 30px;}
}

@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 .gw-sub-con-100 p.slogan {font-size: 30px; margin-bottom: 20px;}
    #sub-about-us .gw-sub-con-100 p.writer {margin-top: 30px;}
    #sub-about-us .gw-sub-con-100:nth-of-type(2) {margin-top: 40px;}

}

@media screen and (max-width:768px){
    #sub-about-us .gw-w-15 {width: 25% !important;}
    #sub-about-us .gw-img-container{height:200px;}
    #sub-about-us .gw-img-container .bg{height: 25vh;}
    #sub-about-us .gw-company-container{width: 100%;}
    #sub-about-us .gw-col-4{width: calc(50% - 5px);}
    #sub-about-us .logo_bl{height: 40px; float: none;}
    #sub-about-us .gw-sub-con-100:nth-of-type(3) {flex-direction: column; margin-top:80px;}
    #sub-about-us .gw-sub-con-100:nth-of-type(3) .left {width:100%;}
    #sub-about-us .gw-sub-con-100:nth-of-type(3) .right {width:100%; margin-top:30px;}
    #sub-about-us .gw-sub-con-100 p.writer .name {display: block; margin-left:0; padding-left:0;}
    #sub-about-us .gw-sub-con-100 p.writer .name:after {content:none;}

}

@media screen and (max-width:576px){
    #sub-about-us .gw-w-15{width:100% !important;}
    #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;}
}