body {
    background: #fbfbfb;
}

.min-h-screen {
    min-height: 100vh;
}

.page-header {
    padding-top: 25px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
    align-items: center;
}

.page-title a {
    display: flex;
    gap: 5px;
    align-items: center;
}

.fa-chevron-left {
    background: url(../img/sub/back.png) center no-repeat;
    width: 24px;
    height: 24px;
    display: block;
}

.chevron-left-title {
    font-size: 24px;
    font-weight: 500;
}

.btn-default:hover {
    --tw-bg-opacity: 1;
    --tw-border-opacity: 1;
    background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
    border-color: rgba(160, 174, 192, var(--tw-border-opacity));
}

.fa-lg {
    color: #BBBBBB;
}

.btn {
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    padding: 6px 14px;
    text-align: center;
    transition-duration: .15s;
    transition-duration: .1s;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid #e0e0e0;
}

.btn-default {
    --tw-bg-opacity: 1;
    --tw-text-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    border-color: #e0e0e0;
    border-width: 1px;
    color: rgba(74, 85, 104, var(--tw-text-opacity));
}

.self-end .relative {
    position: relative;
}

.self-end .wrap_share {
    display: none;
    position: absolute;
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    padding: 12px 15px;
    background-color: #fff;
    border: 1px solid #3d6cab;
    width: max-content;
}

.wrap_share .sns_list li .btn_kakao {
    margin: 0 15px;
}

.wrap_share::before {
    content: "";
    display: block;
    position: absolute;
    right: 11px;
    top: -10px;
    width: 10px;
    height: 10px;
    background: url(/img/ico/icon_arrow01.png) no-repeat;
}

.self-end .wrap_share .sns_list {
    width: 100%;
}

.wrap_share .sns_list li a {
    display: block;
    cursor: pointer;
}

.wrap_share .sns_list img {
    max-width: 100%;
}

.wrap_share .sns_list li a p {
    font-weight: 500;
    font-size: 12px;
    margin-top: 7px;
    color: #666;
    text-align: center;
}

.fa-share-alt {
    background: url(../img/sub/share.png) no-repeat center;
    width: 14px;
    height: 21px;
    display: block;
}

.fa-print {
    background: url(../img/sub/paper.png) no-repeat center;
    width: 14px;
    height: 21px;
    display: block;
}

.fa-bookmark {
    background: url(../img/sub/save-instagram.png) no-repeat center;
    width: 14px;
    height: 21px;
    display: block;
}

.fa-bookmark.on {
    background: url(../img/sub/bookmark_ed_16.png) no-repeat center;
    width: 14px;
    height: 21px;
    display: block;
}

.fa-bookmark-wish {
    background: url(../img/sub/bookmark_ed_16.png) no-repeat center;
    width: 14px;
    height: 21px;
    display: block;
}

.fa-list-ul {
    background: url(../img/sub/list.png) no-repeat center;
    width: 14px;
    height: 21px;
    display: block;
}

.mt-4 {
    margin-top: 20px;
}

.job-info-detail .job-top-info-title {
    background-color: #f1f1f1;
    font-size: 24px;
    font-weight: 500;
    width: 100%;
    height: 70px;
    padding: 22px 30px;
}

.job-info-detail .job-top-info.grid-cols-1.border-t-2 {
    background-color: #f1f1f1;
    border-top: 1px solid #989898 !important;
}

.job-info-detail .flex-row {
    background-color: #fff;
}

.w-full {
    width: 100%;
}

.w-4\/5 {
    width: 80%;
}

.pb-4 {
    padding-bottom: 0;
}

.p-3 {
    padding: .75rem;
}

.mr-1 {
    margin-right: .25rem;
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
}

.job-info-detail .job-top-info ul.work li {
    color: #404040;
    padding-left: 75px;
    position: relative;
}

.job-info-detail .job-top-info ul.work.ul_new li {
    padding-left: 110px;
}

.job-info-detail .job-top-info ul.work li span {
    left: 0;
    position: absolute;
    font-weight: 700;
}

.text-gray-600 {
    --tw-text-opacity: 1;
    color: rgba(113, 128, 150, var(--tw-text-opacity));
}

.work {
    display: flex;
    flex-direction: column;
    gap: 15px;
}


.job-info__list .title:first-child {
    margin-top: 60px;
}

.job-info__list .title {
    margin-top: 30px;
}

.title {
    color: #303030;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}

#scrollToCompanyInfo {
    border: unset;
}

.flex {
    display: flex;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.border {
    border: 1px solid #e2e2e2;
}

.border-b {
    border: 1px solid #e2e2e2;
}

.py-2,
.py-6 {
    padding: 20px;
}

.flex-wrap {
    flex-wrap: wrap;
}

.gap-2 {
    gap: 10px;
}

.mt-2 {
    margin: 10px 0;
}

a {
    color: inherit !important;
    text-decoration: none !important;
}

#header .list_active_right>a.join-member {
    color: #fff !important;
}

.recruit-menu {
    opacity: 0.3;
}

.recruit-menu:hover {
    opacity: 0.7;
}

.recruit-list:hover {
    opacity: 0.7;
}

.recruit-list {
    opacity: 0.3;
}

.btn_back {
    display: block;
    padding: 15px 50px;
    background-color: #777777;
    color: #ffff !important;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    border-radius: 10px;
    /* margin: 0 auto 20px; */
    /* border: 0.5px solid #252525; */
}

.company-logo {
    width: 120px;
}

.btn-list {
    background-color: #777777;
    color: #ffff !important;
}

.btn-edit {
    background-color: #006fff;
    color: #ffff !important;
}

.btn-del {
    background-color: #c82333;
    color: #ffff !important;
}

.box_btn_footer {
    display: flex;
    gap: 20px;
    justify-content: center;
    margin-bottom: 20px;
}

input[type=email],
input[type=number],
input[type=password],
input[type=text] {
    border: 1px solid #ccc;
    width: 100%;
}

input[type=email],
input[type=number],
input[type=password],
input[type=text] {
    border-radius: .25rem;
    margin-bottom: .125rem;
    padding: .5rem 1rem;
}

select {
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
    background-repeat: no-repeat;
    border-radius: .25rem;
    display: block;
    font-weight: 400;
    padding: .5rem 1.75rem .5rem .75rem;
}

select {
    background-position: right .5rem center;
    background-size: 1rem .75rem;
    border: 1px solid #ccc;
    color: #212529;
}

input[type=checkbox],
input[type=radio] {
    color-adjust: exact;
    background-origin: border-box;
    color: #015190;
    height: 1.4em;
    margin-bottom: .2em;
    -webkit-print-color-adjust: exact;
    width: 1.4em;
}

input[type=checkbox] {
    border-radius: .25rem;
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background-color: #4f58c9;
    background-position: 50%;
    background-repeat: no-repeat;
    border-color: transparent;
}

input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M481 129 209 401c-5 5-11 7-17 7s-12-2-17-7L31 257c-9-9-9-25 0-34s25-9 34 0l127 127L447 95c9-9 25-9 34 0s9 25 0 34Z'/%3E%3C/svg%3E");
    background-size: 1em
}

input[type=radio]:checked {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M496 256c0 133-107 240-240 240S16 389 16 256 123 16 256 16s240 107 240 240Z'/%3E%3C/svg%3E");
    background-size: .6em
}

label.label-radio-all {
    margin-right: 1rem;
    white-space: nowrap;
}

ul {
    margin-top: 0;
    margin-bottom: 0rem;
    padding-left: 0;
}

input[type=radio] {
    margin-right: .25rem;

}

.required_spe label.label-radio-all {
    min-width: 190px;
}

.spe label.label-radio-all {
    min-width: 80px;
}

.dynamic-item {
    border-left-width: 4px;
    margin-bottom: .75rem;
    padding-left: .5rem;
}

.dynamic-item.flex_col {
    display: flex;
    flex-wrap: wrap;
}

.dynamic-item.flex_col>div {
    width: 49%;
}

.dynamic-item.flex_col>div:not(:nth-of-type(5))>label {
    width: 30%;
}

.dynamic-item.flex_col>div:not(:nth-of-type(5))>label:first-child+div {
    width: 70%;
}

.dynamic-item.flex_col>div:nth-of-type(5) {
    width: 100%;
}

.dynamic-item.flex_col>div:nth-of-type(5)>label {
    width: 15%;
}

.dynamic-item.flex_col>div p {
    margin-bottom: 0;
}

.dynamic-item>h5 {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: .5rem;
    margin-top: .5rem;
}

.dynamic-item>h5>.title {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
    margin-top: 0 !important;
}

.dynamic-item>h5>:not([hidden])~:not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-left: calc(.5rem * (1 - var(--tw-space-x-reverse)));
    margin-right: calc(.5rem * var(--tw-space-x-reverse));
}

.area-btn button {
    background: #fff;
    border: 1px solid #eee;
    float: left;
    font-size: 13px;
    height: 34px;
    letter-spacing: -1px;
    margin-left: -1px;
    padding: 0;
    text-align: center;
    width: 60px;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    box-shadow: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    opacity: .65;
}

.area-btn .dynamic-item-down span,
.area-btn .dynamic-item-up span {
    display: inline-block;
    padding-right: 14px;
    position: relative;
}

.area-btn .dynamic-item-up span:after {
    background: url(../img/sub/arrow-up.png) no-repeat 100%;
    background-size: 14px;
}

.area-btn .dynamic-item-down span:after,
.area-btn .dynamic-item-up span:after {
    content: "";
    display: inline-block;
    height: 20px;
    position: absolute;
    right: -10px;
    top: 0;
    width: 14px;
}

.area-btn .dynamic-item-del {
    background-color: #999;
    border: none;
    color: #fff;
}

.form-responsive>div:not(.web-editor) {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

.form-responsive>div>label:first-child {
    margin-bottom: 0;
    margin-right: 0;
    width: 15%;
}

/* .form-responsive>div>label.required:first-child:after {
    --tw-text-opacity: 1;
    color: rgba(229, 62, 62, var(--tw-text-opacity));
    content: " *";
} */

.form-responsive>div>label:first-child+div {
    width: 85%;
}

.form-responsive>div>label:first-child+div p {
    color: #757575;
}

.form-responsive>div {
    border-bottom: 1px solid #f4f4f4;
    min-height: 3.5rem;
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.form-responsive .child-inline>select {
    display: inline;
}

textarea {
    border-radius: .375rem;
    display: block;
    margin-top: .25rem;
    padding: .5rem 1rem;
    border: 1px solid #ccc;
    width: 100%;
}

select {
    background: url(../img/sub/down.png) no-repeat calc(100% - .3em) 50% !important;
}

.special-list>div {
    padding-right: 58px;
    position: relative;
}

.special-list .btn-minus,
.special-list .btn-plus {
    height: 20px;
    position: absolute;
    top: 10px;
    width: 20px;
}

.special-list .btn-minus {
    background: url(../img/sub/minus.png) no-repeat 50%;
    right: 28px;
}

.special-list .btn-plus {
    background: url(../img/sub/plus.png) no-repeat 50%;
    right: 0;
}

.dynamic-form>.form-is-template {
    display: none;
}

span.notice {
    font-size: .875rem;
    color: rgba(66, 153, 225, 1);
    margin-left: .5rem;
}

.form-responsive>div:last-of-type {
    border-bottom: unset;
}

.form-responsive.flex_col.spe>div:last-of-type {
    border-bottom: 1px solid #f4f4f4 !important;
}

.special_flex div+div {
    border-top: 1px solid #f4f4f4;
}


.button_bottom {
    gap: 15px;
}

.button_bottom .btn_edit {
    padding: 15px 50px;
    background-color: #2b63f7;
    color: #ffff !important;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    border-radius: 10px; 
}

.button_bottom .btn_del {
    padding: 15px 50px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #252525 !important;
    border-radius: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 160px;
    border-radius: 10px;
}

@media screen and (max-width: 850px) {
    body {
        background: #fbfbfb;
    }

    .min-h-screen {
        min-height: 100vh;
    }

    .page-header {
        padding-top: 0.962rem;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 1.154rem;
    }

    .fa-chevron-left {
        background: url(../img/sub/left.png) center no-repeat;
        width: 1.2rem;
        height: 1.2rem;
        display: block;
        background-size: 1.2rem 1.2rem;
    }

    .btn-default:hover {
        --tw-bg-opacity: 1;
        --tw-border-opacity: 1;
        background-color: rgba(247, 250, 252, var(--tw-bg-opacity));
        border-color: rgba(160, 174, 192, var(--tw-border-opacity));
    }

    .fa-lg {
        color: #BBBBBB;
    }

    .btn {
        border-radius: 0.077rem;
        cursor: pointer;
        display: inline-block;
        font-size: 0.538rem;
        line-height: 1.5;
        padding: 0.231rem 0.538rem;
        text-align: center;
        transition-duration: .15s;
        transition-duration: .1s;
        transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform;
        transition-timing-function: cubic-bezier(.4, 0, .2, 1);
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        vertical-align: middle;
        white-space: nowrap;
        border: 0.038rem solid #e0e0e0;
    }

    .btn-default {
        --tw-bg-opacity: 1;
        --tw-text-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        border-color: #e0e0e0;
        border-width: 0.038rem;
        color: rgba(74, 85, 104, var(--tw-text-opacity));
    }

    .fa-share-alt {
        background: url(../img/sub/share.png) no-repeat center;
        width: 0.538rem;
        height: 0.808rem;
        display: block;
    }

    .fa-print {
        background: url(../img/sub/paper.png) no-repeat center;
        width: 0.538rem;
        height: 0.808rem;
        display: block;
    }

    .fa-bookmark {
        background: url(../img/sub/save-instagram.png) no-repeat center;
        width: 0.538rem;
        height: 0.808rem;
        display: block;
    }

    .fa-bookmark.on {
        background: url(../img/sub/bookmark_ed_16.png) no-repeat center;
        width: 0.538rem;
        height: 0.808rem;
        display: block;
    }

    .fa-bookmark-wish {
        background: url(../img/sub/bookmark_ed_16.png) no-repeat center;
        width: 0.538rem;
        height: 0.808rem;
        display: block;
    }

    .fa-list-ul {
        background: url(../img/sub/list.png) no-repeat center;
        width: 0.538rem;
        height: 0.808rem;
        display: block;
    }

    .mt-4 {
        margin-top: 0.769rem;
    }

    .job-info-detail .job-top-info-title {
        background-color: #f1f1f1;
        font-size: 1.2rem;
        font-weight: 500;
        width: 100%;
        height: 100%;
        padding: 0.846rem 1.154rem;
    }

    .job-info-detail .job-top-info.grid-cols-1.border-t-2 {
        background-color: #f1f1f1;
        border-top: 0.038rem solid #989898 !important;
    }

    .job-info-detail .flex-row {
        background-color: #fff;
        flex-direction: column !important;
    }

    .w-full {
        width: 100%;
    }

    .w-4\/5 {
        width: 80%;
    }

    .pb-4 {
        padding-bottom: 0;
    }

    .p-3 {
        padding: 19.5px;
    }

    .mr-1 {
        margin-right: 6.5px;
    }

    .px-3 {
        padding-left: 19.5px;
        padding-right: 19.5px;
    }

    .job-info-detail .job-top-info ul.work li {
        color: #404040;
        padding-left: 9.231rem;
        position: relative;
    }

    .job-info-detail .job-top-info ul.work.ul_new li {
        padding-left: 9.231rem;
    }

    .job-info-detail .job-top-info ul.work li span {
        left: 0;
        position: absolute;
        font-weight: 700;
    }

    .text-gray-600 {
        --tw-text-opacity: 1;
        color: rgba(113, 128, 150, var(--tw-text-opacity));
    }

    .work {
        display: flex;
        flex-direction: column;
        gap: 0.577rem;
                margin-top: 1rem;
    }


    .job-info__list .title:first-child {
        margin-top: 2.308rem;
    }

    .job-info__list .title {
        margin-top: 1.154rem;
    }

    .title {
        color: #303030;
        font-size: 1.2rem;
        font-weight: 500;
        margin-bottom: 1rem;
    }

    #scrollToCompanyInfo {
        border: unset;
    }

    .flex {
        display: flex;
    }

    .justify-center {
        justify-content: center;
    }

    .items-center {
        align-items: center;
    }

    .border {
        border: 0.038rem solid #e2e2e2;
    }

    .border-b {
        border: 0.038rem solid #e2e2e2;
    }

    .py-2,
    .py-6 {
        padding: 0.769rem;
    }

    .flex-wrap {
        flex-wrap: wrap;
    }

    .gap-2 {
        gap: 0.385rem;
    }

    .mt-2 {
        margin: 0.385rem 0;
    }

    a {
        color: inherit !important;
        text-decoration: none !important;
    }

    #header .list_active_right>a.join-member {
        color: #fff !important;
    }

    .recruit-menu {
        opacity: 0.3;
    }

    .recruit-menu:hover {
        opacity: 0.7;
    }

    .recruit-list:hover {
        opacity: 0.7;
    }

    .recruit-list {
        opacity: 0.3;
    }

    .btn_back {
        display: block;
        padding: 0.577rem 1.923rem;
        background-color: #777777;
        color: #ffff !important;
        border-radius: 0.077rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        /* margin: 0 auto 0.769rem; */
        /* border: 0.019rem solid #252525; */
    }

    .company-logo {
        width: 4.615rem;
    }

    .btn-list {
        background-color: #777777;
        color: #ffff !important;
    }

    .btn-edit {
        background-color: #006fff;
        color: #ffff !important;
    }

    .btn-del {
        background-color: #c82333;
        color: #ffff !important;
    }

    .box_btn_footer {
        display: flex;
        gap: 0.769rem;
        justify-content: center;
        margin-bottom: 0.769rem;
    }

    input[type=email],
    input[type=number],
    input[type=password],
    input[type=text] {
        border: 0.038rem solid #ccc;
        width: 100%;
    }

    input[type=email],
    input[type=number],
    input[type=password],
    input[type=text] {
        border-radius: 6.5px;
        margin-bottom: 3.25px;
        padding: 13px 26px;
    }

    select {
        --tw-bg-opacity: 1;
        background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
        background-repeat: no-repeat;
        border-radius: 6.5px;
        display: block;
        font-weight: 400;
        padding: 13px 45.5px 13px 19.5px;
    }

    select {
        background-position: right 13px center;
        background-size: 26px 19.5px;
        border: 0.038rem solid #ccc;
        color: #212529;
    }

    input[type=checkbox],
    input[type=radio] {
        color-adjust: exact;
        background-origin: border-box;
        color: #015190;
        height: 1.4em;
        margin-bottom: .2em;
        -webkit-print-color-adjust: exact;
        width: 1.4em;
    }

    input[type=checkbox] {
        border-radius: 6.5px;
    }

    input[type=checkbox]:checked,
    input[type=radio]:checked {
        background-color: #4f58c9;
        background-position: 50%;
        background-repeat: no-repeat;
        border-color: transparent;
    }

    input[type=checkbox]:checked {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M481 129 209 401c-5 5-11 7-17 7s-12-2-17-7L31 257c-9-9-9-25 0-34s25-9 34 0l127 127L447 95c9-9 25-9 34 0s9 25 0 34Z'/%3E%3C/svg%3E");
        background-size: 1em
    }

    input[type=radio]:checked {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23fff' d='M496 256c0 133-107 240-240 240S16 389 16 256 123 16 256 16s240 107 240 240Z'/%3E%3C/svg%3E");
        background-size: .6em
    }

    label.label-radio-all {
        margin-right: 26px;
        white-space: nowrap;
    }

    ul {
        margin-top: 0;
        margin-bottom: 0px;
        padding-left: 0;
    }

    input[type=radio] {
        margin-right: 6.5px;

    }

    .required_spe label.label-radio-all {
        min-width: 7.308rem;
    }

    .spe label.label-radio-all {
        min-width: 3.077rem;
    }

    .dynamic-item {
        border-left-width: 0.154rem;
        margin-bottom: 19.5px;
        padding-left: 13px;
    }

    .dynamic-item.flex_col {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .dynamic-item.flex_col>div {
        width: 100%;
    }

    .dynamic-item.flex_col>div:not(:nth-of-type(5))>label {
        width: 30%;
    }

    .dynamic-item.flex_col>div:not(:nth-of-type(5))>label:first-child+div {
        width: 70%;
    }

    .dynamic-item.flex_col>div:nth-of-type(5) {
        width: 100%;
    }

    .dynamic-item.flex_col>div:nth-of-type(5)>label {
        width: 30%;
    }

    .dynamic-item.flex_col>div p {
        margin-bottom: 0;
    }

    .dynamic-item>h5 {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 13px;
        margin-top: 13px;
    }

    .dynamic-item>h5>.title {
        font-size: 0.654rem;
        font-weight: 500;
        margin-bottom: 0;
        margin-top: 0 !important;
    }

    .dynamic-item>h5>:not([hidden])~:not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-left: calc(13px * (1 - var(--tw-space-x-reverse)));
        margin-right: calc(13px * var(--tw-space-x-reverse));
    }

    .area-btn button {
        background: #fff;
        border: 0.038rem solid #eee;
        float: left;
        font-size: 0.5rem;
        height: 1.308rem;
        letter-spacing: -0.038rem;
        margin-left: -0.038rem;
        padding: 0;
        text-align: center;
        width: 2.308rem;
    }

    .btn.disabled,
    .btn[disabled],
    fieldset[disabled] .btn {
        box-shadow: none;
        cursor: not-allowed;
        filter: alpha(opacity=65);
        opacity: .65;
    }

    .area-btn .dynamic-item-down span,
    .area-btn .dynamic-item-up span {
        display: inline-block;
        padding-right: 0.538rem;
        position: relative;
    }

    .area-btn .dynamic-item-up span:after {
        background: url(../img/sub/arrow-up.png) no-repeat 100%;
        background-size: 0.538rem;
    }

    .area-btn .dynamic-item-down span:after,
    .area-btn .dynamic-item-up span:after {
        content: "";
        display: inline-block;
        height: 0.769rem;
        position: absolute;
        right: -0.385rem;
        top: 0;
        width: 0.538rem;
    }

    .area-btn .dynamic-item-del {
        background-color: #999;
        border: none;
        color: #fff;
    }

    .form-responsive>div:not(.web-editor) {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }

    .form-responsive>div>label:first-child {
        margin-bottom: 0;
        margin-right: 0;
        width: 30%;
    }

    /* .form-responsive>div>label.required:first-child:after {
        --tw-text-opacity: 1;
        color: rgba(229, 62, 62, var(--tw-text-opacity));
        content: " *";
    } */

    .form-responsive>div>label:first-child+div {
        width: 70%;
    }

    .form-responsive>div>label:first-child+div p {
        color: #757575;
        margin-bottom: 0;
    }

    .form-responsive>div {
        border-bottom: 0.038rem solid #f4f4f4;
        min-height: unset;
        padding-bottom: 0.5rem;
        padding-top: 0.5rem;
    }

    .form-responsive .child-inline>select {
        display: inline;
    }

    textarea {
        border-radius: 0.375rem;
        display: block;
        margin-top: 0.25rem;
        padding: 0.5rem 1rem;
        border: 0.038rem solid #ccc;
        width: 100%;
    }

    select {
        background: url(../img/sub/down.png) no-repeat calc(100% - .3em) 50% !important;
    }

    .special-list>div {
        padding-right: 2.231rem;
        position: relative;
    }

    .special-list .btn-minus,
    .special-list .btn-plus {
        height: 0.769rem;
        position: absolute;
        top: 0.385rem;
        width: 0.769rem;
    }

    .special-list .btn-minus {
        background: url(../img/sub/minus.png) no-repeat 50%;
        right: 1.077rem;
    }

    .special-list .btn-plus {
        background: url(../img/sub/plus.png) no-repeat 50%;
        right: 0;
    }

    .dynamic-form>.form-is-template {
        display: none;
    }

    span.notice {
        font-size: 0.875rem;
        color: rgba(66, 153, 225, 1);
        margin-left: 0.5rem;
    }

    .form-responsive>div:last-of-type {
        border-bottom: unset;
    }

    .form-responsive.flex_col.spe>div:last-of-type {
        border-bottom: 0.038rem solid #f4f4f4 !important;
    }

    .special_flex div+div {
        border-top: 0.038rem solid #f4f4f4;
    }


    .button_bottom {
        gap: 0.577rem;
        flex-wrap: wrap;
        margin-top: 1.154rem;
    }

    .button_bottom .btn_edit {
        padding: 0.577rem 1.923rem;
        background-color: #2b63f7;
        color: #ffff !important;
        border-radius: 0.077rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .button_bottom .btn_del {
        padding: 0.577rem 1.923rem;
        background-color: #fff;
        border: 0.038rem solid #dbdbdb;
        color: #252525 !important;
        border-radius: 0.077rem;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .btn_delete {
        width: 100%;
    }

    .w-45 {
        width: 100% !important;
    }

    #university-form .title {
        font-size: 1rem;
    }

    .pb-4 {
        padding-bottom: 0 !important;
    }

    .p-3 {
        padding: 0 1rem !important;
    }
}