.arrow-box-wrapper {
    width: 100%;
    position: relative;
    overflow: visible;
}

.arrow-box-start {
    width: -webkit-calc(100% - 24.8px); 
    width: calc(100% - 24.8px);
    height: 62px; 
    line-height: 62px; 
    padding: 0 30px 0 20px; 
    -webkit-border-radius: 50px 0 0 50px; /* Safari 및 구형 Chrome */
    -moz-border-radius: 50px 0 0 50px; /* Firefox */    
    border-radius: 50px 0 0 50px;
    -webkit-box-sizing: border-box; /* Safari 및 구형 Chrome */
    -moz-box-sizing: border-box; /* Firefox */    
    box-sizing: border-box;
    position: relative;
    font-weight: var(--bold);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.arrow-box-st01 {
    background-color: #7A8399;
}
.arrow-box-st01::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px; /* 화살표가 박스 밖으로 나가도록 설정 */
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #7A8399;
}
.arrow-box-st02 {
    background-color: #949cae;
}
.arrow-box-st02::after {
    content: "";
    position: absolute;
    top: 0;
    right: -25px; /* 화살표가 박스 밖으로 나가도록 설정 */
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #949cae;
}

/* .arrow-box2 {
    width: calc(100% - 25px);
    position: relative;
    background-color: #596583;
    height: 62px; 
    line-height: 62px; 
    box-sizing: border-box;
    position: relative;
    font-weight: var(--bold);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}
.arrow-box2::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 20px solid white; 
}
.arrow-box2::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #596583;
} */




.arrow-box-common {
    width: -webkit-calc(100% - 24.8px); 
    width: calc(100% - 24.8px);
    position: relative;
    height: 62px;
    line-height: 62px;
    
    -webkit-box-sizing: border-box; /* Safari 및 구형 Chrome */
    -moz-box-sizing: border-box; /* Firefox */    
    box-sizing: border-box;
    font-weight: var(--bold);
    font-size: 20px;
    color: #ffffff;
    text-align: center;
}

.arrow-box-common::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 20px solid #f8f8f8;
}

.arrow-box2 {
    background-color: #596583;
}

.arrow-box2::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #596583;
}

.arrow-box3 {
    background-color: #374870;
}
.arrow-box3::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #374870;
}

.arrow-box4 {
    background-color: #26355a;
}
.arrow-box4::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #26355a;
}

.arrow-box5 {
    background-color: #7a8399;
}
.arrow-box5::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #7a8399;
}

.arrow-box6 {
    background-color: #2d3e68;
}
.arrow-box6::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #2d3e68;
}

.arrow-box7 {
    background-color: #4e5b7d;
}
.arrow-box7::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #4e5b7d;
}

.arrow-box8 {
    background-color: #3f517c;
}
.arrow-box8::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #3f517c;
}

.arrow-box9 {
    background-color: #334673;
}
.arrow-box9::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #334673;
}

.arrow-box10 {
    background-color: #1f2d4f;
}
.arrow-box10::after {
    content: "";
    position: absolute;
    right: -25px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 31px solid transparent;
    border-bottom: 31px solid transparent;
    border-left: 25px solid #1f2d4f;
}