.cont-content {
    max-width: 1121px;
}

.cont-group {
    width: calc(50% - 16px);
    max-width: 450px;
}

.cont-group:nth-child(odd) {
    margin-right: calc(224 / 1536 * 100svw) !important;
}

.cont-group-title:before {
    content: '';
    position: absolute;
    display: block;
    width: 32px;
    aspect-ratio: 32/37;
    left: -56px;
    top: -7px;
    background: url('../../img/front/career_icon.svg') no-repeat;
    background-size: contain !important;
    background-position: 50% !important;
}

.cont-group-list {
    padding: 0px;
    font-size: 16px;
    line-height: 24px;
}

.cont-group-list p {
    margin: 20px 0px 0px;
}

.cont-group-list p:first-child {
    margin: 0px;
}

.car-form {
    position: relative;
    display: block;
    font-size: 0px;
    padding-top: 25px;
}

.car-form > * {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    text-align: center;
    height: 50px;
    border-radius: 13px;
    line-height: 48px;
}

.car-file {
    margin-right: 22px;
    border: 1px solid #222;
    background: transparent;
    color: #222;
    overflow: hidden;
    width: calc(100% - 160px - 22px);

    -webkit-transition: border 0.4s, color 0.4s, background 0.4s;
    -moz-transition: border 0.4s, color 0.4s, background 0.4s;
    -ms-transition: border 0.4s, color 0.4s, background 0.4s;
    transition: border 0.4s, color 0.4s, background 0.4s;
}

.car-file:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    top: -2px;
    aspect-ratio: 14/19;
    background: url('../../img/front/upload_black_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    margin-right: 5px;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.car-file:hover {
    border: 1px solid #f90105;
    background: #f90105;
    color: #fff;

    -webkit-transition: border 0.4s, color 0.4s, background 0.4s;
    -moz-transition: border 0.4s, color 0.4s, background 0.4s;
    -ms-transition: border 0.4s, color 0.4s, background 0.4s;
    transition: border 0.4s, color 0.4s, background 0.4s;
}

.car-file:hover:before {
    background: url('../../img/front/upload_white_icon.svg') no-repeat;

    -webkit-transition: background 0.4s;
    -moz-transition: background 0.4s;
    -ms-transition: background 0.4s;
    transition: background 0.4s;
}

.car-hide {
    position: absolute;
    display: block;
    opacity: 0;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
}

.car-submit {
    background: #f90105;
    color: #fff;
    width: 160px;
}

.car-submit:before {
    content: '';
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 22px;
    top: -2px;
    aspect-ratio: 22/16;
    background: url('../../img/front/send_icon.svg') no-repeat;
    background-position: 50% !important;
    background-size: contain !important;
    margin-right: 5px;
}

.car-note {
    position: relative;
    padding-top: 10px;
    display: block;
    top: calc(100% + 10px);
    left: 0px;
    font-size: 14px;
    color: #999;
    line-height: 20px;
    font-weight: normal;
    text-align: left;
}

.car-note span {
    position: relative;
    display: block;
}

@media (max-width: 1024px) {}

@media (max-width: 768px) {}

@media (max-width: 500px) {
    .cont-group {
        width: 100%;
        margin: 0px auto 50px !important;
    }

    .cont-group:nth-child(odd) {
        margin: 0px auto 50px !important;
    }

    .car-submit {
        width: 130px;
    }

    .car-file {
        width: calc(100% - 130px - 16px);
        margin-right: 16px;
    }

    .product-header {
        background-position: top 50% right 34% !important;
    }
}