@charset "utf-8";

.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.inset-0 {
    inset: 0;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.flex {
    display: flex;
}

.flex-row {
    flex-direction: row;
}

.flex-col {
    flex-direction: column;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.items-start {
    align-items: flex-start;
}

.items-end {
    align-items: flex-end;
}

.items-center {
    align-items: center;
}

.items-stretch {
    align-items: stretch;
}

.flex-1 {
    flex: 1 1 0%;
}

.flex-auto {
    flex: 1 1 auto;
}

.h-full {
    height: 100%;
}

.w-full {
    width: 100%;
}

.overflow-hidden {
    overflow: hidden !important;
}

.text-center {
    text-align: center;
}

.text-black {
    color: #000000;
}

button {
    background-color: transparent;
    border-width: 0;
    outline: none;
    cursor: pointer;
}

img {
    vertical-align: middle;
}

body {
    min-width: 1534px;
}

.w-1440 {
    width: 1440px;
}

.mx-auto {
    margin: 0 auto;
}

.font-bold {
    font-weight: bold;
}

.text-success {
    color: #009c3e;
}

.text-danger {
    color: #e60000;
}

.btn-apply {
    display: block;
    width: 380px;
    height: 40px;
    font-size: 24px;
    color: #ffffff;
    line-height: 40px;
    font-weight: bold;
    padding: 10px 10px;
    text-align: center;
    border-radius: 30px;
    background-image: linear-gradient(90deg, #fe9801, #f75d01);
}

.btn-apply:hover {
    color: #ffffff;
}

.btn-apply.disabled {
    background-image: none;
    background-color: #696969;
    cursor: not-allowed;
}

.apply-btn {
    width: 210px;
    height: 58px;
}

.main-content .apply-btn1 {
    position: absolute;
    left: 4px;
    bottom: 0;
}

.main-content .feature-wrap {
    padding-top: 162px;
}

.main-content .apply-btn2 {
    margin: 12px 0 0 0;
}

.main-content .case-container {
    width: 100%;
    height: 625px;
}

.case-wrapper .tab {
    width: calc(100% - 1239px);
    background-color: #eef1f6;
}

.case-wrapper .tab li {
    height: 34px;
    font-size: 18px;
    padding: 24px 0;
    color: #050e3a;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
}

.case-wrapper .tab li.current {
    font-weight: bold;
    color: #ffffff;
    background-color: #1f2db5;
}

.case-wrapper .tab-content {
    width: 1239px;
    height: 580px;
}

.apply-container {
    height: 360px;
    width: 100%;
}

.apply-wrapper .profile-wrap {
    width: 118px;
    height: 118px;
    margin-top: -37px;
    border-radius: 50%;
    border: 1px solid #d6d8ea;
    overflow: hidden;
}

.apply-wrapper .corpname {
    font-size: 30px;
    margin-top: 7px;
    color: #050e3a;
    font-weight: bold;
    line-height: 48px;
}

.apply-wrapper .corpname a {
    color: #050e3a;
}

.apply-wrapper .corpname a:hover {
    color: #e60000;
    text-decoration: underline;
}

.apply-wrapper .status-message {
    font-size: 22px;
    line-height: 32px;
    margin-top: 12px;
}

.apply-wrapper .status-message img {
    margin: 6px 5px 0 0;
}

.apply-wrapper .status-message a {
    margin: 0 15px;
}

.apply-wrapper .status-message a:hover {
    color: #e60000;
    text-decoration: underline;
}

.apply-wrapper .btn-apply {
    margin-top: 48px;
}

.questions-container {
    width: 100%;
    background-color: #ffffff;
}

.questions-container .title {
    font-size: 46px;
    padding-top: 78px;
    color: #050e3a;
}

.questions-container .qa-content {
    padding: 55px 0 72px 0
}

.questions-container .qa-pane {
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 30px 20px 31px 30px;
    width: calc(50% - 65px);
    background-color: #f5f6fc;
}

.questions-container .qa-pane .question-name {
    font-size: 24px;
    line-height: 32px;
}

.questions-container .qa-pane .answer-content {
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
}

.fixed-apply-box {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.fixed-apply-box .apply-btn3 {
    margin-right: 118px;
}
