#sub-greetings{position: relative;}
#sub-greetings .gw-sub-con-1200{gap: 50px;}
#sub-greetings .bg{position: absolute;bottom: -170px;left: 0;right: 0;}
#sub-greetings .line::before {content: "";display: inline-block;width: 1px;height: 15px;background: #333;position: absolute;right: -15px;top: 50%;transform: translateY(-50%);}
#sub-greetings .gw-ceo > li:last-child {padding-left: 30px;}
#sub-greetings .sign{display: inline-block;width: 150px;vertical-align: middle;}
#sub-greetings .img-container{overflow:hidden;aspect-ratio:1 / 0;width:100%;height:100%;}
#sub-greetings .img-container > img{transform: scale(1.2);transition: all 1s;}
#sub-greetings.active .img-container > img{transform: scale(1.0);}
.NotoKr_B strong{font-size: 18px;  font-weight: 400;}

/*반응형------------------------------------------------------------------------------------------------------------------ */
@media screen and (max-width:1024px){
    #sub-greetings .gw-sub-con-1200{flex-direction:column;align-items:flex-start;}
    #sub-greetings .gw-sub-con-1200 > div{width: 100% !important;}
}

@media screen and (max-width:576px){
    #sub-greetings .gw-ceo {flex-direction: column;align-items: flex-start;}
    #sub-greetings .line::before{display: none;}
    #sub-greetings .gw-ceo > li:last-child{padding-left: 0;}
}

