.title .p1 {
    font-family: DM_Sans_bold;
    font-weight: 600;
    font-size: calc(8px + 2rem);
    color: #333333;
    line-height: calc(10px + 3rem);
    text-align: center;
}

.title div {
    width: calc(30px + 5rem);
    height: calc(2px + 0.1rem);
    background: #FB7E4E;
    margin: auto;
    margin-top: calc(5px + 1rem);
}

.position_box {
    width: 100%;

    padding-top: calc(10px + 1rem);
}

.position {
    max-width: 1640px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(4px + 0.25rem);
}

.position p {
    font-family: D_DIN_PRO_Regular;
    font-weight: 400;
    font-size: calc(8px + 0.5rem);
    color: #606060;
    line-height: 1;
}

.position img {
    width: calc(6px + 1rem);
}

.position p a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: calc(3px + 0.5rem);
}

@media screen and (max-width: 1100px){
    .title .p1{
        font-size: calc(16px + 1rem) !important;
        line-height: 1.5 !important;
    }

    .position p{
        font-size: calc(12px + 1rem);
    }
    .position img {
        width: calc(10px + 1rem);
    }
}