.duration {
    animation-duration: .25s
}

.aui-date-editor--daterange.aui-input__inner, .aui-date-editor--timerange.aui-input, .aui-date-editor--timerange.aui-input__inner,  .aui-date-editor--daterange.aui-input {
    width: auto !important
}

.fuzzySearch .aui-input {
    width: auto
}

.aui-date-container {
    display: inline-block;
    width: 100%
}

.cd-box .aui-date-container {
    margin-bottom: 12px;
    width: calc(100% - 150px)
}

.ant-modal-body .agreement-modal-wrap .close-wrap {
    text-align: center;
    margin-top: 4px
}

.isA2 .isNotA2, .isA2 .isNotA2 {
    display: none !important
}

.tabBtn-wrapper .tabBtn__tab_wrapper {
    height: 54px
}

.tabBtn-wrapper .tabBtn__tab_wrapper ul {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    background: #f7f8fa;
    border-bottom: 1px solid #d9d9d9
}

.tabBtn-wrapper .tabBtn__tab_wrapper ul li {
    min-width: 120px;
    flex: 1;
    box-sizing: border-box
}

.tabBtn-wrapper .tabBtn__tab_wrapper ul li a {
    padding: 15px 5px;
    display: inherit;
    font-size: 16px;
    color: #333
}

.tabBtn-wrapper .tabBtn__tab_wrapper ul li .selected {
    color: #c7000b;
    border-bottom: 2px solid #c7000b
}

.tabBtn-wrapper .tabBtn-content {
    height: 500px
}

.fixed {
    position: fixed;
    left: 0;
    z-index: 10
}

.fullScreen {
    background-color: #fff
}

.duration {
    animation-duration: .25s
}

.aui-date-editor--daterange.aui-input__inner, .aui-date-editor--timerange.aui-input, .aui-date-editor--timerange.aui-input__inner,  .aui-date-editor--daterange.aui-input {
    width: auto !important
}

.fuzzySearch .aui-input {
    width: auto
}

.aui-date-container {
    display: inline-block;
    width: 100%
}

.cd-box .aui-date-container {
    margin-bottom: 12px;
    width: calc(100% - 150px)
}

.ant-modal-body .agreement-modal-wrap .close-wrap {
    text-align: center;
    margin-top: 4px
}

.isA2 .isNotA2, .isA2 .isNotA2 {
    display: none !important
}

.careerCert-wrapper {
    margin-top: 60px;
    background: #fff;
    padding: 0px 10px;
}

.careerCert-wrapper h1 {
    text-align: center;
    font-size: 26px;
    font-weight: 500
}

.careerCert-wrapper .careerCert-tab {
    border-radius: 50px;
    margin-top: 30px;
    margin-bottom: 20px;
    display: flex;
    box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.05);
}

.careerCert-wrapper .careerCert-tab span {
    display: inline-block;
    padding: 10px 0px;
    flex: 1;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    border-radius: 50px;
}

.careerCert-wrapper .careerCert-tab .selected {
    border-radius: 50px;
    background: #46b847;
    font-weight: 700;
    color: #fff;
    transition: all .3s;
}

.careerCert-wrapper .careerCert-content .careerCert-item {
    padding: 15px 0;
    display: flex;
    flex-wrap: wrap
}

.careerCert-wrapper .careerCert-content .careerCert-item .careerCert-item-content {
    text-align: center
}

.careerCert-wrapper .careerCert-content .careerCert-item .careerCert-item-content img {
    width: 58px;
    cursor: pointer
}

.careerCert-wrapper .careerCert-content .careerCert-item .careerCert-item-sublist {
    background: #f7f8fa;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    /*width: calc(100vw - 40px)*/
}

.careerCert-wrapper .careerCert-content .careerCert-item .careerCert-item-sublist .careerCert-item-sublist-content {
    padding: 15px 30px;
    box-sizing: border-box
}

.careerCert-wrapper .careerCert-content .careerCert-item .careerCert-item-sublist .careerCert-item-sublist-content div {
    font-weight: 600;
    padding: 10px 15px
}

.careerCert-wrapper .careerCert-content .careerCert-item .careerCert-item-sublist .careerCert-item-sublist-content .careerCert-item-sublist-text {
    padding: 10px 15px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.careerCert-wrapper .careerCert-content .careerCert-item .careerCert-item-sublist .careerCert-item-sublist-content .careerCert-item-sublist-text:hover {
    color: #c7000b;
    overflow: visible;
    white-space: pre-wrap
}

@media screen and (max-width: 800px) {
    .careerCert-wrapper .careerCert-item-line {
        width: 20%
    }

    .careerCert-wrapper .careerCert-item-sublist-content {
        width: calc(100vw - 40px)
    }

    .careerCert-wrapper .careerCert-content .careerCert-item .careerCert-item-content img{
        width: 30px;
    }

    .careerCert-wrapper .careerCert-content .careerCert-item .careerCert-item-content {
        text-align: center;
        font-size: 12px;
    }

    .careerCert-wrapper .careerCert-tab {
        border-radius: unset!important;
        margin-top: 30px;
        display: flex;
        box-shadow: 0 5px 5px rgba(0, 0, 0, .05);
    }

    .careerCert-wrapper .careerCert-tab .selected {
        border-radius: unset!important;
        background: #46b847;
        font-weight: 700;
        color: #fff;
        transition: all .3s;
    }

    .careerCert-wrapper .careerCert-tab span {
        padding: 10px 15px;
        flex: 1;
        text-align: center;
        font-size: 14px;
        display: flex;
        font-weight: 700;
        align-items: center;
        cursor: pointer;
    }
}

@media screen and (min-width: 800px)and (max-width: 1000px) {
    .careerCert-wrapper .careerCert-item-line {
        width: 20%
    }

    .careerCert-wrapper .careerCert-item-sublist-content {
        width: calc(50vw - 40px)
    }
}

@media screen and (min-width: 1000px) {
    .careerCert-wrapper .careerCert-item-line {
        width: 20%
    }

    .careerCert-wrapper .careerCert-item-sublist-content {
        width: 33.33%
    }
}

@media screen and (min-width: 1200px) {
    .careerCert-wrapper .careerCert-item-line {
        width: 20%
    }

    .careerCert-wrapper .careerCert-item-sublist {
        width: 1200px;
        justify-content: center
    }

    .careerCert-wrapper .careerCert-item-sublist-content {
        width: 300px
    }
}