#sub-type02 .gw-sub-type02-banner {position: relative;height: 500px;}
#sub-type02 .gw-sub-type02-banner .gw-bg{height: 100%;overflow: hidden;}
#sub-type02 .gw-sub-type02-banner .gw-bg > img{height: 100%;object-fit: cover;}
#sub-type02 .gw-sub-type02-banner .gw-txt-box {position: absolute;top:0;display: flex;align-items: center;place-content: center;flex-direction:column;width: 100%;height:100%;}
#sub-type02 .gw-sub-type02-banner .gw-history-title{font-size: 130px; font-style: italic;letter-spacing: -0.15px;color: #fff;font-family: "Outfit", sans-serif; font-weight: 700;}
#sub-type02 .gw-sub-type02-banner .gw-history-text {font-size: var(--main-text01);color: #fff;font-weight: 500;}
#sub-type02 .gw-history-percent-bar{ position: absolute;top: 0;left: 50%;border-radius: 2px;margin-left: -20px;width: 6px;height: 100%;background: rgba(0,0,0,0.06);}
#sub-type02 .gw-history-percent-bar .gw-percent-bar{position: absolute; width: 100%;height: 0;border-radius: 2px;background-color: var(--main-color);z-index: 1;}
#sub-type02 .gw-history-percent-bar .gw-point{position: absolute;bottom: -50px;left: calc(50% - 25px);z-index: 10;display: flex;align-items: center;justify-content: center;width: 50px;height: 50px;border-radius: 50%;background: var(--main-color);box-shadow: 5px 5px 25px rgba(0,0,0,0.1);}
#sub-type02 .gw-history-percent-bar .gw-point:before{content: "\e935";font-family:xeicon;color: #fff;font-size: var(--main-text01);}
#sub-type02 .gw-history-year-group {align-items: flex-start;}
#sub-type02 .gw-history-year-group:not(:last-child){padding-bottom: 150px;}
#sub-type02 .gw-history-year-group .gw-history-year-title{width: 50%;font-size: 100px;font-family: "Outfit", sans-serif; font-weight: 700;color: #000;}
#sub-type02 .gw-history-year-group.active .gw-history-year-title{color:var(--main-color);}
#sub-type02 .gw-history-year-group .gw-history-year-list {padding-left: 5%;width: 50%;}
#sub-type02 .gw-history-year-group .gw-history-year-item {font-size: var(--main-text01);font-weight: 500;display: flex;gap: 30px;}
#sub-type02 .gw-history-year-group .gw-history-year-item:not(:last-child) {margin-bottom: 50px;}
#sub-type02 .gw-history-year-group .gw-history-month{font-family: "Outfit", sans-serif; font-weight: 700;color: #333;font-size:var(--main-title04);}
#sub-type02 .gw-history-year-group .gw-list01 > li:not(:last-child){margin-bottom:15px;}


/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1024px){
    #sub-type02 .gw-history-year-group:not(:last-child){padding-bottom: 100px;}
    #sub-type02 .gw-history-year-group .gw-history-year-title{font-size: var(--main-title01);width: 30%;}
    #sub-type02 .gw-history-year-group .gw-history-year-list{width: 70%;}
    #sub-type02 .gw-history-percent-bar{left: 30%;}
}

@media screen and (max-width:576px){
    #sub-type02 .gw-sub-type02-banner {height: 250px;}
    #sub-type02 .gw-sub-type02-banner .gw-history-title{font-size: 50px;}
    #sub-type02 .gw-history-percent-bar {left: 20px;margin-left: 0;}
    #sub-type02 .gw-history-percent-bar .gw-point{bottom:-30px;left:calc(50% - 15px);width:30px;height: 30px;}
    #sub-type02 .gw-history-year-group{gap:1rem;flex-direction: column;padding-left: 3rem;}
    #sub-type02 .gw-history-year-group .gw-history-year-list{padding-left: 0;width: 100%;}
    #sub-type02 .gw-history-year-group .gw-history-year-item{flex-direction: column;gap:15px;}
    #sub-type02 .gw-history-year-group .gw-history-year-item:not(:last-child){margin-bottom: 2rem;}
}