.swiper-slide {
    text-align: center;
    font-size: 18px;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: 300ms;
    transform: scale(0.8);
}

.swiper-slide-active,
.swiper-slide-duplicate-active {
    transform: scale(1);
}

.custom-fancybox {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

.card-recruit {
    background-color: rgba(255, 255, 255, 1);
    border-radius: 3% 3% 3% 3%;
}

.card-recruit-text {
    margin-bottom: 5%;
    color: #999999;
}

.card-recruit-text-mobile {
    margin-bottom: 5%;
    color: #999999;
    font-size: 14px;
}

.card-recruit-station-text {
    font-size: 15px;
    font-weight: 900;
}

.card-recruit-station-text-mobile {
    font-size: 10px;
    font-weight: 800;
}

.recruit-logo {
}
.nav-item .active {
    position: relative;
}

    .nav-item .active::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -2px;
        width: 100%;
        height: 2px;
        background-color: rgb(0, 153, 255);
    }
    .nav-link.active.show {
        color: rgb(0, 153, 255);
    }

.card-border {
    border-top: 4px solid rgb(0, 153, 255);
    margin-bottom: 5%;
    margin-right: 16%;
    margin-left: 16%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
}

.card-border-mob {
    border-top: 4px solid rgb(0, 153, 255);
    margin-bottom: 5%;
    margin-right: 3%;
    margin-left: 3%;
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 20px 80px 0px rgba(0, 0, 0, 0.1);
    text-align: left;
}

.button-join {
    background-color: #FF9900;
    border: none;
    outline: none;
    color: white;
    font-weight: 400;
    font-size: 22px;
    border-radius: 5px;
    width: 24%
}

.button-join-mob {
    background-color: #FF9900;
    border: none;
    outline: none;
    color: white;
    font-weight: 400;
    font-size: 11px;
    border-radius: 5px;
    width: 24%
}

.span-station {
    font-weight: 900;
    font-size: 32px;
}

.span-station-mob {
    font-weight: 900;
    font-size: 15px;
}

.span-salary {
    font-weight: 700;
    font-size: 29px;
    color: #FF9900;
}

.span-salary-mob {
    font-weight: 700;
    font-size: 12px;
    color: #FF9900;
}

.p-label-welfare {
    color: #999999;
    margin: 0.25rem !important;
    padding: 0.25rem !important;
    background-color: rgb(240, 240, 240);
    font-size: 11px;
}

.p-label-welfare-mob {
    color: #999999;
    margin: 0.25rem !important;
    padding: 0.25rem !important;
    background-color: rgb(240, 240, 240);
    font-size: 8px;
}

.icon-position {
    width: 18px;
    height: 18px;
    margin-right: 2px;
    margin-bottom: 3px
}

.icon-position-mob {
    width: 14px;
    height: 14px;
    margin-right: 2px;
    margin-bottom: 3px
}

.station-tital {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500;
    font-size: 19px
}

.station-tital-mob {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
    font-weight: 500;
    font-size: 15px
}

.station-text {
    margin-bottom: 0.5rem !important;
}
.station-text-mob {
    margin-bottom: 0.1rem !important;
}
.station-text-font {
    font-size: 15px;
    margin-left: 0.5rem !important;
}

.station-text-font-mob {
    font-size: 10px;
    margin-left: 0.5rem !important;
}

.p-label-condition {
    margin-right: 1.25rem !important;
    margin-bottom: 0 !important;
    color: #999999;
    font-size: 13px;
}

.p-label-condition-mob {
    margin-right: 0.5rem !important;
    margin-bottom: 0 !important;
    color: #999999;
    font-size: 8px;
}

.CompanyAct-Title {
    font-size: 33px;
    font-family: 'ËÎÌå'
}
CompanyAct-Title-mobile {
    font-size: 30px;
    font-family: 'ËÎÌå'
}