.l_read img[src$=".svg"] {
    width: 18px;
    height: 18px;
    margin: 0 3px;
}

.read_in_btn p {.l_read img[src$=".svg"] {
    width: 18px;
    height: 18px;
    margin: 0 3px;
}

.read_in_btn p {
    font-size: 14px;
    text-align: center;
}

@-webkit-keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.radio-blc {
    display: inline-block;
    /* padding-right: 20px; */
    font-size: 15px;
    /* line-height: 49px; */
    cursor: pointer;
    /* width: 25px; */
    position: relative;
}

.radio-blc:hover .inner {
    transform: scale(0.5);
    opacity: 0.5;
}

.radio-blc input {
    /* height: 1px; */
    /* width: 1px; */
    opacity: 0;
}

.radio-blc input:checked+.outer .inner {
    transform: scale(1);
    opacity: 1;
}

.radio-blc input:checked+.outer {
    border: 2px solid #82cf00;
}

.radio-blc input:focus+.outer .inner {
    transform: scale(1);
    opacity: 1;
    
}

.radio-blc .outer {
    height: 20px;
    width: 20px;
    display: block;
    float: left;
    border: 2px solid #0093cb;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 3px;
}

.radio-blc .inner {
    transition: all 0.25s ease-in-out;
    height: 75%;
    width: 75%;
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    opacity: 0;
}

span.inner.on {
    background-color: #ff8f00;
}

.top{
    margin-bottom: 2em;
}

.bottom{
    margin-top: 2em;
}

.btn-blc-top button {
    display: block;
    text-align: center;
    color: #fff;
    background: #CCCCCC;
    height: 100%;
    border-radius: 5px;
    padding: 1em 2em;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
    font-size: 16px;
    pointer-events: none;
}

.btn-blc button {
    display: block;
    text-align: center;
    color: #fff;
    background: #CCCCCC;
    /* height: 100%; */
    border-radius: 5px;
    padding: 1em 2em;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
    font-size: 16px;
    pointer-events: none;
}

.btn-blc button.radio-selected {
    background: #00C0FF;
    pointer-events: auto;
}

.check-text {
    display: flex;
    justify-content: space-between;
    gap: 8%;
}

.check-text p {
    margin-bottom: 0;
}

.check-text p.first-text {}

.check-text p.last-text {}

@media screen and (max-width: 680px) {
    .job_box .number {
        width: 90px;
    }

    .job_box .place {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
    }

    .read_in_btn {
        display: block;
    }

    .read_in_btn li {
        width: 100%;
    }

    p.fz14 {
        font-size: 11px;
    }
}

img.check {
    width: 18px;
    height: 18px;
    padding-top: 2px;
}

img.arrow_b {
    background: #00C0FF no-repeat center center / contain;
    width: 15px;
    height: 15px;
    margin: 3px;
}

img.normal-arrow_left{
    width: 10px;
    height: 10px;
    padding-left: 20px;
}

img.normal-arrow_right{
    width: 10px;
    height: 10px;
    padding-right: 20px;
}

@media screen and (min-width: 681px) {
    .category-header {
        display: flex;
        justify-content: space-between;
    }
    .btn-blc {
        float: right;
    }
}

@media screen and (max-width: 680px) {
    .btn-blc {
        text-align: -webkit-center;
    }
}

.normal-arrow_right {
    text-align: right;
}

.check-text-child{
    display: flex;
    background: #e8f1f2;
    padding: 2px 4px;
}
    font-size: 14px;
    text-align: center;
}

@-webkit-keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
    }
}

@keyframes cardEnter {
    0%, 20%, 40%, 60%, 80%, 100% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97);
    }

    100% {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.radio-blc {
    display: inline-block;
    /* padding-right: 20px; */
    font-size: 15px;
    /* line-height: 49px; */
    cursor: pointer;
    /* width: 25px; */
    position: relative;
}

.radio-blc:hover .inner {
    transform: scale(0.5);
    opacity: 0.5;
}

.radio-blc input {
    /* height: 1px; */
    /* width: 1px; */
    opacity: 0;
}

.radio-blc input:checked+.outer .inner {
    transform: scale(1);
    opacity: 1;
}

.radio-blc input:checked+.outer {
    border: 2px solid #82cf00;
}

.radio-blc input:focus+.outer .inner {
    transform: scale(1);
    opacity: 1;
    
}

.radio-blc .outer {
    height: 20px;
    width: 20px;
    display: block;
    float: left;
    border: 2px solid #0093cb;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 3px;
}

.radio-blc .inner {
    transition: all 0.25s ease-in-out;
    height: 75%;
    width: 75%;
    transform: scale(0);
    display: block;
    margin: 2px;
    border-radius: 50%;
    opacity: 0;
}

span.inner.on {
    background-color: #ff8f00;
}

.top{
    margin-bottom: 2em;
}

.bottom{
    margin-top: 2em;
}

.btn-blc-top button {
    display: block;
    text-align: center;
    color: #fff;
    background: #CCCCCC;
    height: 100%;
    border-radius: 5px;
    padding: 1em 2em;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
    font-size: 16px;
    pointer-events: none;
}

.btn-blc button {
    display: block;
    text-align: center;
    color: #fff;
    background: #CCCCCC;
    /* height: 100%; */
    border-radius: 5px;
    padding: 1em 2em;
    box-sizing: border-box;
    box-shadow: 0px 0px 15px -2px rgb(0 0 0 / 30%);
    font-size: 16px;
    pointer-events: none;
}

.btn-blc button.radio-selected {
    background: #00C0FF;
    pointer-events: auto;
}

.check-text {
    display: flex;
    justify-content: space-between;
    gap: 10%;
}

.check-text p {
    margin-bottom: 0;
}

.check-text p.first-text {}

.check-text p.last-text {}

@media screen and (max-width: 680px) {
    .job_box .number {
        width: 90px;
    }

    .job_box .place {
        width: -webkit-calc(100% - 90px);
        width: calc(100% - 90px);
    }

    .read_in_btn {
        display: block;
    }

    .read_in_btn li {
        width: 100%;
    }

    p.fz14 {
        font-size: 11px;
    }
}

img.check {
    width: 18px;
    height: 18px;
    padding-top: 2px;
}

img.arrow_b {
    background: #00C0FF no-repeat center center / contain;
    width: 15px;
    height: 15px;
    margin: 3px;
}

img.normal-arrow_left{
    width: 10px;
    height: 10px;
    padding-left: 20px;
}

img.normal-arrow_right{
    width: 10px;
    height: 10px;
    padding-right: 20px;
}

@media screen and (min-width: 681px) {
    .category-header {
        display: flex;
        justify-content: space-between;
    }
    .btn-blc {
        float: right;
    }
}

@media screen and (max-width: 680px) {
    .btn-blc {
        text-align: -webkit-center;
    }
}

.normal-arrow_right {
    text-align: right;
}

.check-text-child{
    display: flex;
    background: #e8f1f2;
    padding: 2px 4px;
}