#sub-recruit .gw-btn-wrap{position: relative;z-index: 100;}
#sub-recruit .gw-img-container{height: 500px;}
#sub-recruit .gw-img-container > div{position: absolute;bottom: 0;left: 0;overflow: hidden;}
#sub-recruit .gw-img-container .bg{width:100%;height:500px;}
#sub-recruit .gw-img-container .img{width: 100%;bottom: 0;right: 0;}
#sub-recruit .gw-img-container .building {transform: translateY(100%);opacity:0;transition: all 1.5s ease;}
#sub-recruit.active .gw-img-container .building{transform: translateY(0);opacity: 1;}
#sub-recruit .gw-company-container {margin: 0 auto;width: 768px;border-top: 2px solid #000;}
#sub-recruit .gw-company-container > li{padding:19px 30px;border-bottom: 1px solid #ddd;}
#sub-recruit .gw-box-container{flex-wrap: wrap;}
#sub-recruit .gw-box-container > li{position:relative;padding: 40px 20px;background: #fff;counter-incrementa: list-counter;}
#sub-recruit .gw-box-container > li:before {contents: counter(list-counter, decimal-leading-zero); position: absolute;left: 20px; top: 20px;font-family: 'Poppins_SB', sans-serif;color: #999;}
/*2024.11추가------------------------------------------------------------------------------------------------------------- */
#sub-recruit .gw-box-container > li{position:relative;padding: 40px 20px;background: #fff;counter-incrementa: list-counter;}
#sub-recruit .gw-box-container > li:before {contents: counter(list-counter, decimal-leading-zero); position: absolute;left: 20px; top: 20px;font-family: 'Poppins_SB', sans-serif;color: #999;}

#sub-recruit .gw-col-2{width:calc(50% - 10px);}
#sub-recruit .gw-col-3{width:calc(33.3% - 10px);}
#sub-recruit .gw-col-4{width:calc(25% - 10px);}
#sub-recruit .gw-box-container .icon{color: var(--main-color);}
#sub-recruit .icon i{color:#556fb5;}

#sub-recruit .rc{border-radius:10px; border:#556fb5 1px solid; margin-top:20px;}

/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1280px){
    #sub-recruit .gw-box-container{padding: 0;}
}

@media screen and (max-width:1024px){
    #sub-recruit .gw-w-15{width:25% !important;}
    #sub-recruit .gw-box-container{padding: 0;}
}

@media screen and (max-width:768px){
    #sub-recruit .gw-w-15 {width: 25% !important;}
    #sub-recruit .gw-img-container{height: 25vh;}
    #sub-recruit .gw-img-container .bg{height: 25vh;}
    #sub-recruit .gw-img-container .building{transform:translateY(0);opacity:1;}
    #sub-recruit .gw-company-container{width: 100%;}
    #sub-recruit .gw-col-4{width: calc(50% - 5px);}
}

@media screen and (max-width:576px){
    #sub-recruit .gw-w-15{width:100% !important;}
    #sub-recruit .gw-img-container{height: 15vh;}
    #sub-recruit .gw-img-container .bg{height: 15vh;}
    #sub-recruit .gw-company-container > li{padding:20px;flex-direction: column;align-items: flex-start;gap: 5px;}
    #sub-recruit .gw-box-container > li{padding:20px;}
}