.bread {
    display: flex;
    margin: 10px 25px;
}
.bread a {
    font-size: 14px;
    text-decoration: unset;
}
section.page {
    width: 100%;
    max-width: 1060px;
    display: flex;
    flex-flow: row nowrap;
    margin: 20px auto 0 auto;
    gap: 0 20px;
}
section.page .main-bar {
    display: flex;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 75%;
    margin: auto;
}
section.page .main-bar .head {
    margin: auto;
    width: 100%;
}
section.page .main-bar .head img {
    width: 100%;
    border-radius: 10px;
}
section.page .main-bar .body h1, section.page .main-bar .body h2, section.page .main-bar .body h3 {
    color: var(--second-l-color);
}
section.page .main-bar .body {
    width: 100%;
}
section.page .main-bar .body p, section.page .main-bar .body span, section.page .main-bar .body div {
    text-align: justify;
}
section.page .main-bar .body .guide-box {
    display: flex;
    width: 100%;
    border-radius: 7px;
    flex-flow: column nowrap;
    box-shadow: 0 0 7px 0px #d6d6d6;
    padding: 15px 20px;
    box-sizing: border-box;
}
body.dark section.page .main-bar .body .guide-box{
    box-shadow: 0 0 7px 0px #403f3f;
}
body.dark section.page .main-bar .body .guide-box{
    box-shadow: 0 0 7px 0px #403f3f;
}
section.page .main-bar .body .guide-box .head {
    border-bottom: 1px solid #b7b7b7;
    padding: 15px 10px;
    color: var(--second-l-color);
    font-size: 20px;
    font-weight: bold;
}
body.dark section.page .main-bar .body .guide-box .head {
    color: var(--first-l-color);
}
body.secondary section.page .main-bar .body .guide-box .head {
    color: var(--first-l-color);
}
section.page .main-bar .body .guide-box .body {
    padding: 10px;
}
section.page .main-bar .body .guide-box .body .row a {
    text-decoration: unset;
    font-size: 16px;
    font-weight: bold;
    color: #5c5e70;
    padding: 10px 0;
    display: flex;
}
body.dark section.page .main-bar .body .guide-box .body .row a {
    color: #ffffff;
}
body.secondary section.page .main-bar .body .guide-box .body .row a {
    color: #ffffff;
}
.side-bar {
    width: 25%;
    flex-flow: column nowrap;
}
.side-bar .box {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 7px 3px #d8d8d878;
}
.side-bar .box .head {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #b7b7b7;
    padding: 10px 13px;
}
side-bar .box .body {
    display: flex;
    padding: 0 10px;
}
.side-bar .box .row {
    border-bottom: 1px solid #d8d6d6;
    padding: 10px 0;
}
.side-bar .box .row:last-child {
    border-bottom: 0;
}
.side-bar .box .row a {
    width: 100%;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    padding: 0 10px;
    border-radius: 0 0 10px 10px;
    display: flex;
    box-sizing: border-box;
}
.career-opportunitiez {
    width: 100%;
    display: flex;
    padding: 10px 0;
    flex-flow: row wrap;
    justify-content: space-around;
    align-items: flex-start;
    position: relative;
    border-width: 1px 0 0 0;
}
.career-opportunitiez .input-group {
    width: 48%;
    display: flex;
    flex-flow: column nowrap;
    margin: 5px 2px;
    position: relative;
    padding-top: 10px;
}
.career-opportunitiez .input-group label {
    margin-bottom: 3px;
    font-size: 16px;
    color: #535353;
    background: #fff;
    position: absolute;
    right: 10px;
    top: 0;
    padding: 0 5px;
}
body.dark .career-opportunitiez .input-group label {
    color: #fff;
    background: linear-gradient(180deg, var(--first-d-color) 50%, var(--third-d-color) 50%);
}
body.secondary .career-opportunitiez .input-group label {
    color: #fff;
    background: linear-gradient(180deg, var(--first-s-color) 50%, var(--third-s-color) 50%);
}
.career-opportunitiez .input-group input {
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    font-size: 19px;
    padding: 0px 10px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
}
.career-opportunitiez .input-group .birthday {
    display: flex;
    flex-flow: row nowrap;
    width: 100%;
}
.career-opportunitiez .input-group .birthday select {
    width: 33%;
    border: 1px solid #ccc;
    padding: 0px 10px;
    background: #fff;
    height: 40px;
}
body.dark .career-opportunitiez .input-group .birthday select {
    background: var(--second-d-color);
    color: #fff;
}
body.secondary .career-opportunitiez .input-group .birthday select {
    background: var(--second-s-color);
    color: #fff;
}
.career-opportunitiez .input-group .birthday select:first-child {
    border-radius: 0 7px 7px 0;
}
.career-opportunitiez .input-group .birthday select:last-child {
    border-radius: 7px 0 0 7px;
}
.career-opportunitiez .career-opportunitiez-input {
    border: 1px solid #ccc;
    border-radius: 5px;
    outline: none;
    padding: 0px 10px;
    width: 100%;
    box-sizing: border-box;
    height: 40px;
}
.career-opportunitiez-div {
    width: 98% !important;
}
.career-opportunitiez .submit {
    background: linear-gradient(45deg, #066c5f, #06b290);
    color: #fff;
    padding: 8px 15px;
    border-radius: 7px;
    cursor: pointer;
    margin-right: auto;
    margin-top: 15px;
    display: flex;
}
#error-div {
    color: red;
}

@media screen and (max-width: 768px) {
    section.page {
        flex-flow: column nowrap;
    }
    .side-bar {
        width: 75%;
        margin: 20px auto;
    }
}
@media screen and (max-width: 500px) {
    section.page .main-bar {
        width: 95%;
    }
    .side-bar {
        width: 95%;
        margin: auto;
    }
}
