#sub-apply .gw-sec01 .gw-step-list .gw-text {font-size: var(--main-title04);line-height: 1.5;font-weight: 500;}
#sub-apply .gw-sec01 .gw-step-item {padding: 2.2rem;margin-bottom: 1rem;display: flex;align-items: center;box-sizing: border-box;border-radius: 10rem;background: #f8f8f8;}
#sub-apply .gw-sec01 .gw-step-item .gw-step {width: 7rem;height: 2.5rem;border-radius: 2.5rem;line-height: 2.5rem;letter-spacing: -0.025em;color: #fff;font-weight: 700;text-align: center;font-family: "Outfit", sans-serif;}
#sub-apply .gw-sec01 .gw-step-item .gw-txt {font-size: var(--main-title04);line-height: 1.3;letter-spacing: -0.025em;font-weight: 700;box-sizing: border-box;width: 100%;text-align: center;width: calc(100% - 7rem);}
#sub-apply .gw-sec01 .gw-step-item:nth-last-child(5) .gw-step {background: rgba(5,129,177,0.6);}
#sub-apply .gw-sec01 .gw-step-item:nth-last-child(4) .gw-step {background: rgba(5,129,177,0.7);}
#sub-apply .gw-sec01 .gw-step-item:nth-last-child(3) .gw-step {background: rgba(5,129,177,0.8);}
#sub-apply .gw-sec01 .gw-step-item:nth-last-child(2) .gw-step {background: rgba(5,129,177,0.9);}
#sub-apply .gw-sec01 .gw-step-item:nth-last-child(1) .gw-step {background: rgba(5,129,177,1);}
#sub-apply .gw-sec01 .gw-sub-table-wrap .gw-sub-table01 tbody tr td{border-left: 1px solid #ddd;}
#sub-apply .gw-sec02 {padding-top: 18rem;padding-bottom:170px;background: no-repeat top center #f8f8f8;background-image: url('https://www.inpeople.co.kr/images/content/gray_arrow_icon.png')}
#sub-apply .gw-sec02 .gw-sub-con-1200{padding: 0;}
#sub-apply .gw-sec02 .gw-area-list {margin-top: 5rem;display: flex;place-content: center;gap: 3rem;flex-wrap: wrap;}
#sub-apply .gw-sec02 .gw-area-list .gw-area-item {padding: 3rem 0;position: relative;width: calc(33.33% - 3rem);min-height:14rem;background: #fff;border-radius: 3rem;box-sizing: border-box;text-align: center;box-shadow: 1rem 1rem 3rem 0 rgba(0,0,0,0.07);}
#sub-apply .gw-sec02 .gw-area-list .gw-area-item .gw-tit {position: absolute;top: 0;left: 50%;transform: translate(-50%, -50%);width: 8rem;height: 2.5rem;background: #222;border-radius: 3.5rem;text-align: center;letter-spacing: -0.025em;line-height: 2.5rem;color: #fff;font-weight: 800;font-family: "Outfit", sans-serif;}
#sub-apply .gw-sec02 .gw-area-list .gw-area-item .gw-txt-box {display: flex;flex-direction: column;justify-content: center;height: 100%;}
#sub-apply .gw-sec02 .gw-area-list .gw-area-item .gw-txt-box > .gw-txt {font-size: var(--main-title04);line-height: 1.4;letter-spacing: -0.05em;color: #222;font-weight: 600;}
#sub-apply .gw-sec02 .gw-area-list .gw-list01 > li{padding-left: 0;}
#sub-apply .gw-sec02 .gw-area-list .gw-list01 > li:before{display: none;}

@media screen and (max-width:1280px) {
    #sub-apply .gw-sec02{padding-bottom: 120px;}
}

@media screen and (max-width:1024px) {
    #sub-apply .gw-sec02 .gw-area-list .gw-area-item{width: calc(50% - 2rem);}
}

@media screen and (max-width:768px) {
    #sub-apply .gw-sec02{padding-top:9rem;padding-bottom: 60px;background-size:50%;}
}

@media screen and (max-width:576px) {
    #sub-apply .gw-sec01 .gw-step-item{padding:2rem 0;flex-direction: column;gap: 1rem;border-radius: 2rem;}
    #sub-apply .gw-sec02 .gw-area-list .gw-area-item{width: 100%;}
}