.no-data,
.loading {
    padding: 30px 0;
    text-align: center;
}

.cropPop__block {
    width: 1000px;
}

/* Client center */

.icon.icon-chat {
    width: 51px;
    height: 54px;
}

.icon.icon-document {
    width: 45px;
    height: 51px;
}

.icon-letter-bigger {
    width: 52px;
    height: 49px;
}

.icon.icon-chat {
    width: 51px;
    height: 54px;
}

.icon.icon-gift {
    width: 44px;
    height: 44px;
}

.icon-document-harm {
    width: 44px;
    height: 44px;
}

.icon-box-chat:hover .icon-chat:after {
    background-image: url('../images/icons/icon-chat.png');
}

.icon-box-document:hover .icon-document:after {
    background-image: url('../images/icons/icon-document-blue.png');
}

.icon-box-letter:hover .icon-letter-bigger:after {
    background: url('../images/icons/icon-letter-bigger-blue.png') no-repeat center / 100%;
}

.icon-box-gift:hover .icon-gift:after {
    background: url('../images/icons/icon-gift-blue.png') no-repeat center / 100%;
}

.icon-box-document-harm:hover .icon-document-harm:after {
    background: url('../images/icons/document-harm-blue.png') no-repeat center / 100%;
}

#icon-boxes .box-wapper {
    display: grid;
    grid-template-columns: 23.61% 23.61% 23.61% calc(100% - 23.61% - 23.61% - 23.61%);
    height: 265px;
    align-items: center;
    border: 2px solid #ddd;
    box-sizing: border-box;
    border-radius: 10px;
    margin: 59px 0 51px;
}

#icon-boxes .box-wapper .icon-box {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
}

#icon-boxes .box-wapper .icon-box .item-icon .icon,
#icon-boxes .box-wapper .icon-box .item-icon {
    transition: all 0.2s;
}

#icon-boxes .box-wapper .icon-box:hover .item-icon {
    background-color: #eef7fd;
}

#icon-boxes .box-wapper .item-icon {
    width: 100px;
    height: 100px;
    background-color: #eee;
    display: grid;
    place-content: center;
    border-radius: 50%;
    margin-bottom: 11px;
}

.banner-card-box {
    position: relative;
}

.item-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#icon-boxes .box-wapper .item-title {
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

#icon-boxes .box-wapper .item-desc {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-top: 10px;
    max-width: 210px;
    word-break: keep-all;
    line-height: 22px;
}

#icon-boxes .box-wapper .icon-box+.icon-box::before {
    content: '';
    position: absolute;
    height: 168px;
    border-left: 2px dotted #d2d2d2;
    left: 0;
    box-sizing: border-box;
    width: 2px;
}

#icon-boxes .box-wapper .banner-card-box {
    width: 307px;
    height: 205px;
    border-radius: 25px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    position: relative;
    background: #eeeeee;
    cursor: default;
}

#icon-boxes .box-wapper .banner-card-box::before {
    content: '';
    width: 40%;
    height: 100%;
    background: url('../images/icons/icon-phone-white.png') no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#icon-boxes .box-wapper .banner-card-box .item-title {
    font-size: 23px;
    line-height: 18px;
    position: relative;
    color: #333;
    font-weight: 700;
}

#icon-boxes .box-wapper .banner-card-box .item-time {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    margin-top: 13px;
    position: relative;
    text-align: center;
}

#icon-boxes .box-wapper .banner-card-box .item-phone-number {
    font-size: 20px;
    line-height: 25px;
    color: #333;
    font-weight: 600;
    position: relative;
}

/* Accodion */
#accordion .titleText {
    font-size: 32px;
    margin-top: 44px;
    border-bottom: 1px solid #333;
    padding-bottom: 22px;
}

#accordion .header-frame {
    padding-bottom: 21px;
    align-items: end;
}

#accordion .header-frame a,
#accordion .header-frame a span {
    color: #333;
}

#accordion .header-frame a:hover,
#accordion .header-frame a:hover span {
    color: #0068b7;
}

#accordion .header-frame h1 {
    font-size: 28px;
    color: #333;
}

#accordion .accodion-item {
    border-bottom: 1px solid #ddd;
}

#accordion .accordion-question {
    font-size: 20px;
    font-weight: 400;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 27px;
    padding-left: 32px;
    cursor: pointer;
    position: relative;
}

#accordion .accodion-item.active {
    background-color: #f9f9f9;
}

#accordion .accodion-item.active .accordion-question {
    font-weight: 600;
}

#accordion .accodion-item .accordion-question .accordion-feature {
    font-weight: 800;
    font-size: 30px;
    color: #076ecc;
    width: 23px;
}

.accordion-feature.red {
    font-weight: 800;
    font-size: 30px;
    color: #333;
    width: 23px;
}

#accordion .accodion-item .accordion-ans .flex-center p {
    font-size: 16px;
}

#accordion .accordion-question .question-text {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}

#accordion .answer-text {
    font-size: 15px;
}

#accordion .accodion-item .accordion-ans {
    display: none;
    padding: 5px 32px 35px;
    font-size: 18px;
    font-weight: 300;
    color: #666;
    line-height: 24px;
    height: 0;
    position: relative;
}

/* #accordion .accodion-item .accordion-ans::before {
    content: '';
    display: block;
    width: 15px;
    height: 20px;
    background: url('../images/icons/icon-reply.png') no-repeat center/contain;
    position: absolute;
    top: 3px;
    left: 46px;
} */

#accordion .accodion-item .accordion-ans.active {
    display: block;
    height: 100%;
}

/* Notification */

/* Notices news */
#notification {
    margin-top: 51px;
}

#notification .header-frame {
    color: #333;
    align-items: end;
}

#notification .header-frame .titleText {
    font-size: 32px;
}

#notification .content-frame {
    display: flex;
    gap: 70px;
}

#notification .content-frame ul {
    width: 100%;
}

#notification .table li.wrap-item {
    display: flex;
}

#notification .table li.wrap-item {
    justify-content: space-between;
    align-items: center;
    height: 50px;
    padding: 0 23px 0 30px;
}

#notification .table li.wrap-item+.wrap-item {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    height: 50px;
    padding: 0 23px 0 30px;
}

#notification .table li .wrap-left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 31px;
    padding-top: 0;
}

#notification .table li .date {
    font-size: 17px;
    font-weight: 300;
    color: #999;
}

#notification .top-table {
    border-color: #ddd;
    padding-bottom: 20px;
}

#notification .content-table li .item-title {
    font-weight: 600;
    font-size: 15px;
    color: #333;
    line-height: 1;
    width: 420px;
    padding-right: 35px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-top: 2px;
    flex: 1;
}

#notification .content-table li .item-title:hover a {
    color: #076ecc;
}

#notification .content-table li .date {
    font-size: 15px;
    color: #999;
    padding-top: 0;
}

#notification .content-table li.notice-table-head {
    display: grid;
    grid-template-columns: 60px 1fr 80px;
    align-items: center;
    justify-items: center;
    padding: 15px 30px;
    background-color: #fafafa;
    border-bottom: 1px solid #333;
}

#notification .section-wrapper {
    display: flex;
    gap: 70px;
}

#notification .section-wrapper .left-item {
    width: 100%;
}

#notification .icon-box-right {
    width: 380px;
    min-width: 380px;
    margin-top: 58px;
}

#notification .icon-box-right .icon-box {
    position: relative;
    border: 2px solid #999;
    height: 120px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    align-items: center;
    padding: 0 35px 0 41px;
    justify-content: space-between;
    border-radius: 10px;
}

#notification .icon-box-right .icon-box+.icon-box {
    margin-top: 10px;
}

#notification .item-icon {
    width: 75px;
    height: 75px;
    background-color: #eee;
    display: grid;
    place-content: center;
    border-radius: 50%;
}

#notification .icon-box-right .icon-box:hover {
    border-color: #076ecc;
}

#notification .icon-box-right .icon-box:hover .item-icon {
    width: 75px;
    height: 75px;
    background-color: #eef7fd;
    display: grid;
    place-content: center;
    border-radius: 50%;
}

#notification .item-title {
    font-size: 22px;
    font-weight: 600;
}

#notification .wrap-meta .item-title {
    font-size: 20px;
}

#notification .item-desc {
    font-size: 18px;
    font-weight: 300;
    color: #666;
    margin-top: 7px;
    word-break: keep-all;
    line-height: 22px;
}

#notification .wrap-meta .item-desc {
    font-size: 16px;
}

/* Request Email */
h1.title {
    margin: 45px 0 21px;
    font-size: 32px;
}

#request-email .request {
    width: 100%;
    height: 60px;
    border: 1px solid #999;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 42px 0 22px;
    gap: 68px;
    flex-wrap: wrap;
}

#request-email .request span {
    font-size: 15px;
    color: #696969;
}

#request-email .request button {
    height: 32px;
    box-sizing: border-box;
    background-color: #333;
    border-radius: 10px;
    padding: 0 16px;
    color: #fff;
}

#request-email .request button:hover {
    background-color: #5c5c5c;
}

#request-email .table-horizontal {
    border-top: 1px solid #666;
    margin-top: 14px;
}

#request-email .table-horizontal li {
    border-bottom-color: #d3d3d3;
    height: 60px;
}

#request-email .table-horizontal li.auto {
    height: auto;
}

#request-email .table-horizontal li.h80 {
    height: 80px;
}

#request-email .table-horizontal li .table-title {
    width: 252px;
    font-size: 15px;
    color: #111;
    padding: 0 0 0 45px;
    background-color: #f4f6f8;
    font-weight: 600;
}

#request-email .table-horizontal li .table-content {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    padding: 11px 20px 11px 20px;
}

#request-email .table-horizontal li .table-content.form-phone {
    width: 100%;
    max-width: 376px;
}

#request-email .table-horizontal li.row-has-require-bottom .table-content>span {
    font-size: 15px;
    color: #696969;
    font-weight: 400;
}

#request-email .require-input {
    position: absolute;
    bottom: 12px;
    margin-left: 0;
    color: #076ecc;
    font-size: 15px;
    font-weight: 400;
}

#request-email .table-horizontal .content-form {
    display: flex;
    align-items: center;
    height: 100%;
    gap: 3px;
}

#request-email .form-select-container>.form-select-cus {
    border-color: #bbb;
    font-size: 16px;
}

/* #request-email .form-select-container.active>.form-select-cus {
    border-color: transparent;
} */

#request-email .form-select-cus>.form-option-wrapper,
#request-email .form-select-cus>.form-option-placeholder {
    color: #111;
    font-weight: 400;
    font-size: 15px;
}

#request-email .form .table-content input {
    font-size: 15px;
    width: 200px;
    border-radius: 5px;
    border-color: #bbb;
    height: 35px;
    margin: 0;
}

#request-email .form .table-content input.wd336 {
    width: 336px;
}

#request-email .form .table-content input.wd193 {
    width: 160px;
}

#request-email .form .table-content input.wd157 {
    width: 143px;
}

#request-email .form .table-content input.input-title {
    width: 100%;
    max-width: 800px;
}

#request-email .form .table-content textarea {
    font-size: 15px;
    width: 100%;
    max-width: 800px;
    height: 278px;
    border-radius: 5px;
    border: 1px solid #bbb;
    padding: 10px;
    font-weight: 400;
}

#request-email .content-form.form-phone {
    gap: 7px;
}

#request-email .content-form.form-phone input[type='number'] {
    width: 67px;
}

#request-email .content-form.form-phone input.wd120 {
    width: 100%;
}

#request-email .content-form.form-email {
    gap: 8px;
}

#request-email .content-form.form-email input {
    width: 150px;
}

#request-email .content-form .form-select-container.select-phone {
    width: 97px;
    background-color: transparent;
}

#request-email .content-form .form-select-container.select-phone.wd-full {
    width: 100%;
    height: 37px;
}

#request-email input.input-title {
    width: 803px;
}

#request-email .table-horizontal li.border-none {
    border: none;
}

#request-email .table-horizontal li.border-none+li>div {
    align-items: flex-start;
}

#request-email .table-horizontal li.border-none>div {
    padding-bottom: 0;
}

#request-email .item-checkBox {
    margin: 72px 0 14px 0;
    max-width: 1152px;
}

#request-email .item-checkBox label {
    align-items: center;
    display: flex;
}

#request-email .item-checkBox input[type='checkbox']+span::before {
    width: 10px;
    height: 12px;
}

#request-email .item-checkBox>span {
    height: 15px;
    width: 15px;
    border-radius: 3px;
    border-color: #666;
}

#request-email .item-checkBox label span {
    font-weight: 400;
    padding-left: 20px;
}

#request-email strong {
    color: #ff0000;
    margin: 80px 0 14px 5px;
}

#request-email .table>li {
    display: grid;
    grid-template-columns: 26.39% calc(100% - 26.39% - 31.25%) 31.25%;
    align-items: center;
}

#request-email table {
    width: 100%;
    border-collapse: collapse;
}

#request-email table thead {
    height: 60px;
    background-color: #f4f6f8;
}

#request-email table tr {
    border-top: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
}

#request-email table thead th {
    font-size: 15px;
    padding: 20px 0 21px;
    font-weight: 600;
}

#request-email table td {
    border-bottom: 1px solid #d3d3d3;
    text-align: left;
    padding: 20px 0 17px;
    font-size: 15px;
}

#request-email table tbody tr:last-child {
    display: none;
}

#request-email table .column1 {
    width: 26.39%;
    padding-left: 50px;
}

#request-email table .column2 {
    width: 42.36%;
}

#request-email table .column3 {
    width: 31.25%;
    padding-left: 30px;
    position: relative;
}

#request-email table .column3 ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    gap: 16px;
}

#request-email .require-form {
    font-size: 13px;
    color: #076ecc;
    margin-top: 12px;
}

#request-email .button-group {
    margin-top: 66px;
}

#request-email .button-group button {
    font-size: 19px;
    background-color: #0068b7;
}

#request-email .button-group button:hover {
    background-color: #3485c6;
}

#request-email .button-group button.radius50 {
    border-radius: 30px;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-next {
    display: none !important;
}

@media screen and (width <=1440px) {}

@media screen and (width <=1320px) {

    .slick-arrow.slick-prev,
    .slick-arrow.slick-next {
        display: block !important;
    }

    #request-email .request {
        gap: 15px;
        height: auto;
        padding: 15px;
    }

    #request-email .table-horizontal li .table-title {
        width: 100px;
        padding: 20px 0 20px 15px;
    }

    #request-email .table-horizontal li.row-has-require-bottom .table-content {
        flex-wrap: wrap;
    }

    #request-email .table-horizontal li .table-content {
        padding: 15px;
    }

    #request-email .table-horizontal li.row-has-require-bottom .table-content {
        padding-bottom: 50px;
    }

    #request-email table thead {
        display: none;
    }

    #request-email table tbody tr {
        display: flex;
        flex-direction: column;
        border-bottom: none;
    }

    #request-email table tbody tr:last-child {
        border-bottom: 1px solid #d3d3d3;
    }

    #request-email table td {
        border: none;
        display: flex;
        justify-content: space-between;
        word-break: keep-all;
        padding-left: 15px;
        gap: 30px;
        text-align: right;
    }

    #request-email table td:before {
        content: attr(data-label);
    }

    #request-email table .column1 {
        width: 100%;
        padding: 15px;
    }

    #request-email table .column2 {
        width: 100%;
        padding: 15px;
    }

    #request-email table .column3 {
        display: none;
    }

    #request-email .require-form {
        padding-left: 0;
    }

    #request-email table tr:last-child {
        display: block;
        padding-right: 15px;
    }

    #request-email table tr:last-child li {
        color: #666;
    }

    #request-email .custom-title .table-title {
        flex-direction: column;
        align-items: flex-start;
    }
}

/* Client Center Child  */

#client-center-child .tabs.short-tab li {
    max-width: 252px;
    box-sizing: border-box;
}

#client-center-child .tabs li span {
    height: 51px;
    border-color: #999;
    padding: 0 12px;
    font-size: 22px;
}

#client-center-child .tabs li.active {
    position: relative;
}

#client-center-child .tabs li.active span {
    color: #076ecc;
}

#client-center-child .tabs li.active:before {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #fff;
    bottom: -1px;
    left: 1px;
    right: 1px;
}

#client-center-child .tabs li.active span {
    border: 1px solid #0068b7;
    border-bottom-color: transparent;
}

#client-center-child .content-tab {
    width: 100%;
    height: 100%;
    border-radius: 0 0 10px 10px;
    margin-top: 25px;
    border: 1px solid #ddd;
}

#client-center-child .content-tab .print-item {
    box-sizing: border-box;
    width: 100%;
    background-color: #fafafa;
    border-radius: 0 0 10px 10px;
    padding: 20px;
    display: none;
    font-size: 18px;
    line-height: 1.3;
    white-space: pre-line;
    height: 430px;
    overflow-y: auto;
}

#client-center-child .content-tab .print-item p {
    margin-bottom: 20px;
}

#client-center-child .content-tab .print-item.active {
    display: block;
}

/* Common member setting */
/* info dashboard */
#info-dashboard {
    display: flex;
    overflow: hidden;
}

#info-dashboard.col #statistic {
    position: relative;
}

#info-dashboard.col #notification {
    margin-top: 20px;
    height: 100%;
}

#info-dashboard.col {
    display: flex;
    flex-direction: column;
    overflow: visible;
}

#info-dashboard .common-user-info {
    display: flex;
    gap: 20px;
    margin-top: 20px;
    width: 100%;
}

#info-dashboard .common-user-info .avatar-setting {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 13px;
    overflow: hidden;
}

#info-dashboard .common-user-info .avatar-setting img {
    height: 100%;
}

#info-dashboard .common-user-info .avatar-setting .user-avatar {
    width: 130px;
    height: 160px;
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#info-dashboard .common-user-info .avatar-setting .user-avatar::after {
    content: '';
    width: 64px;
    height: 64px;
    background: url('../images/default-avatar-setting.png') no-repeat center / contain;
}

#info-dashboard .common-user-info .avatar-setting .user-name {
    font-size: 24px;
    font-weight: 600;
}

#info-dashboard .common-user-info .avatar-setting .user-name span {
    font-size: 18px;
    font-weight: 400;
}

#info-dashboard .common-user-info .info-setting {
    flex: 1;
}

#info-dashboard .common-user-info .info-setting h1 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 17px;
}

#info-dashboard .common-user-info .info-setting .box-gray {
    background-color: #f4f6f8;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 23px;
    height: 115px;
    font-size: 18px;
}

#info-dashboard .common-user-info .info-setting .box-gray h1 {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 0;
}

#info-dashboard .common-user-info .info-setting .box-gray h1 span {
    font-weight: 700;
}

#info-dashboard .common-user-info .info-setting .box-gray ul {
    display: flex;
    margin: 10px 0;
    gap: 22px;
}

#info-dashboard .common-user-info .info-setting .box-gray ul li {
    color: #666;
    position: relative;
}

#info-dashboard .common-user-info .info-setting .box-gray ul li::after {
    content: '';
    height: 11px;
    width: 1px;
    background-color: #666;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    right: -11px;
}

#info-dashboard .common-user-info .info-setting .box-gray ul li:last-child::after {
    display: none;
}

#info-dashboard .common-user-info .info-setting .box-gray p {
    color: #666;
}

#info-dashboard .common-user-info .info-setting .desire-setting {
    margin-top: 16px;
}

#info-dashboard .common-user-info .info-setting .desire-setting li {
    color: #666;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
}

#status-support .top-link {
    position: relative;
    top: 0;
    right: 0;
}

/* Table Status Support */
#status-support .table li {
    display: grid;
    grid-template-columns: 16% calc(100% - 16% - 10% - 14% - 11% - 9%) 10% 14% 11% 9%;
    align-items: center;
}

#status-support .table li:not(.row-name-column) {
    height: 70px;
}

#status-support .table li.row-name-column .column:nth-child(2) {
    align-items: flex-start;
    text-align: left;
}

#status-support .table li>div:not(.support-details) {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 5px;
}

#status-support .table .name-clinic {
    font-size: 14px;
    font-weight: 400;
    color: #111;
}

#status-support .table .item-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
    transition: all 0.2s;
}

#status-support .table .item-title:hover {
    color: #0068b7;
}

#status-support .table .item-title span {
    display: inline-flex;
}

#status-support .table .support-details {
    padding-left: 20px;
}

#status-support .table .support-details .link-to-details {
    margin-top: 5px;
}

#status-support .table .support-details .link-to-details a {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    position: relative;
    color: #666;
}

#status-support .table .support-details .link-to-details a:hover {
    color: #333;
}

.rsm-stt__tit a {
    position: relative;
}

.rsm-stt__tit a::after,
#status-support .table .link-to-details a::after {
    content: '';
    background: url(../images/icons/arrow-down-gray.png) no-repeat center / contain;
    height: 6px;
    width: 10px;
    transform: rotate(-90deg);
    position: absolute;
    right: -13px;
    bottom: 0;
    top: 0;
    margin: auto;
}

#status-support .table .status-progress .status-text {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111;
}

#status-support .table .status-progress .status-time {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    color: #111;
}

#status-support .table .view .view-status {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111;
}

#status-support .table .view .view-time {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #0068b7;
}

#status-support .table .application-result .application-result-status {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #111;
}

#status-support .table .application-result .application-result-status.blue {
    color: #0068b7;
}

#status-support .table .application-result .application-result-status.red {
    color: #e60012;
}

#status-support .table .management {
    text-align: center;
}

.management-button {
    width: 60px;
    height: 30px;
    font-size: 14px;
    font-weight: 300;
    background-color: #333 !important;
    border-radius: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff !important;
    line-height: 20px;
    white-space: nowrap;
    transition: all 0.2s;
}

.management-button:hover {
    background-color: #5c5c5c !important;
}

.management-button.red {
    background-color: #eb6878;
}

.management-button.red:hover {
    background-color: #EC878D;
}

/* Notification Tabs */
#notification-tab {
    background: #fff;
}

#notification-tab .tabs.short-tab li {
    max-width: 160px;
}

#notification-tab .table {
    /* margin-bottom: 5px; */
    /* margin-top: 29px; */
    border-top: 0;
}

#notification-tab.mtch__list--mt10 {
    margin-top: 10px;
}

#notification-tab .table>li.pin {
    position: relative;
}

#notification-tab .table>li>div {
    display: grid;
    grid-template-columns: 160px 1fr 220px 130px;
    padding: 10px 0;
    width: 100%;
    /* background: #fff; */
}

#notification-tab .table>li>div.col5 {
    grid-template-columns: 160px 1fr 220px 130px 50px;
}

#notification-tab .table .name-dental {
    font-size: 20px;
}

#notification-tab.mtch__list .table .name-dental {
    font-size: 18px;
}

#notification-tab .table .wrap-title {
    width: 100%;
    gap: 40px;
    justify-content: space-between;
}

#notification-tab .table .wrap-title .item-title {
    flex: 1;
    font-size: 14px;
    display: -webkit-box;
    word-wrap: break-word;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s;
}

#notification-tab .table .wrap-title .item-title:hover {
    color: #0068b7;
}

#notification-tab.mtch__list .table .wrap-title .item-title {
    font-size: 16px;
    font-weight: 600;
    transition: all .2s;
    letter-spacing: normal;
}

#notification-tab.mtch__list .table .wrap-title .item-title:hover {
    color: #0068b7;
}

#notification-tab.mtch__list .table li.item {
    padding: 10px;
}

#notification-tab .table .wrap-title .wrap-meta {
    gap: 9px;
}

#notification-tab .table .wrap-title .wrap-meta a i {
    width: 16px;
    height: 16px;
}

#notification-tab .table .wrap-block-link {
    width: 100%;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 4px;
}

#notification-tab.mtch__list .table .wrap-block-link {
    margin-top: 6px;
}

#notification-tab .table .wrap-block-link a {
    font-size: 14px;
    margin-top: 10px;
}

#notification-tab.mtch__list .table .wrap-block-link a {
    font-size: 13px;
    margin-top: 0;
    color: #666;
}

#notification-tab .table .wrap-position li {
    font-size: 13px;
    line-height: 20px;
}

#notification-tab.mtch__list .table .wrap-position li {
    font-size: 13px;
    line-height: 1.1;
}

#notification-tab .column .support {
    font-weight: 500;
}

#notification-tab.mtch__list .column .support {
    font-size: 14px;
}

#notification-tab .table .room-name {
    font-size: 13px;
    line-height: 16px;
    margin: 7px 0;
}

#notification-tab.mtch__list .table .room-name {
    margin-top: 5px;
    font-size: 15px;
    margin-bottom: 6px;
}

#notification-tab .table .time {
    font-size: 17px;
    line-height: 16px;
}

#notification-tab.mtch__list .table .time {
    font-size: 15px;
}

#notification-tab .tabs li span {
    background-color: #f9f9f9;
    color: #999;
    font-weight: 300;
}

#notification-tab .tabs li.active span {
    background-color: #fff;
    font-weight: 600;
    color: #0068b7;
}

/* Dental member setting */

#info-dashboard {
    margin-top: 20px;
}

/* dv-point */
#dv-point {
    margin-right: 20px;
    width: 240px;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

#dv-point p {
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    font-weight: 600;
}

#dv-point h1 {
    font-size: 44px;
    font-weight: 600;
    white-space: nowrap;
    margin-bottom: 0;
}

#dv-point h1 span {
    font-weight: 300;
}

#dv-point a {
    background-color: #076ecc;
    width: 100%;
    max-width: 150px;
    height: 35px;
    border-radius: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 600;
}

/* unused vouchers */
#unused-vouchers {
    padding: 30px 27px;
    height: 230px;
}

#unused-vouchers .header-frame {
    border-bottom: 0;
    margin-top: 0;
}

#unused-vouchers .header-frame h1 {
    font-size: 24px;
}

#unused-vouchers .content-frame ul {
    display: grid;
    grid-template: repeat(4, 1fr) / repeat(3, 1fr);
    column-gap: 55px;
}

#unused-vouchers .content-frame ul li {
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    margin-bottom: 15px;
    gap: 10px;
    white-space: nowrap;
}

#unused-vouchers .content-frame ul li span {
    color: #666;
}

#unused-vouchers .content-frame ul li b {
    color: #0068b7;
}

/* Manage recruitment news */

#manage-recruitment-news .header-frame {
    border-bottom-color: #076ecc;
}

#manage-recruitment-news .table {
    margin-bottom: 5px;
}

#manage-recruitment-news .table>li {
    display: grid;
    grid-template-columns: 16.1% calc(100% - 16.1% - 9.4% - 12.29% - 9.66% - 13.9%) 9.4% 12.29% 9.66% 13.9%;
    align-items: center;
}

#manage-recruitment-news .table>li:not(.row-name-column) {
    padding: 17px 0 19px;
}

#manage-recruitment-news .table .column .date {
    font-size: 19px;
    font-weight: 300;
    color: #111;
}

#manage-recruitment-news .table .column .status {
    margin-top: 8px;
    padding: 0;
    width: 55px;
    height: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    line-height: 22px;
}

#manage-recruitment-news .table .column .item-title {
    font-size: 17px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 9px;
}

#manage-recruitment-news .table .column .list-item .label {
    font-size: 14px;
    font-weight: 300;
    color: #666;
    line-height: 22px;
}

#manage-recruitment-news .table .column .list-item.wrap-date {
    gap: 8px;
}

#manage-recruitment-news .table .column .list-item .label-date {
    font-weight: 700;
    color: #0068b7;
}

#manage-recruitment-news .table .column .list-item .time {
    font-weight: 300;
}

#manage-recruitment-news .table .wrap-position li:after {
    margin-right: 4px;
}

#manage-recruitment-news .table .table-button.yellow {
    font-weight: 400;
    width: 85px;
    padding: 0;
    height: 30px;
}

#manage-recruitment-news .table .viewed {
    font-size: 24px;
    font-weight: 600;
    color: #111;
    line-height: 20px;
    margin-bottom: 4px;
}

#manage-recruitment-news .table .unviewed,
#manage-recruitment-news .table .unviewed span {
    font-size: 14px;
    font-weight: 300;
    color: #111;
    line-height: 20px;
}

#manage-recruitment-news .table .views .views-count {
    font-size: 19px;
    font-weight: 300;
    color: #111;
    line-height: 20px;
}

#manage-recruitment-news .table .management .table-button {
    padding: 0;
    width: 100px;
    height: 30px;
    margin-bottom: 5px;
}

#manage-recruitment-news .table .management .form-select-container {
    max-width: 100px;
    height: 30px;
}

#manage-recruitment-news .form-select-container>.form-select-cus {
    border-radius: 50px;
}

#manage-recruitment-news .form-select-container>.form-select-cus>.form-option-placeholder {
    padding-left: 16px;
    font-size: 15px;
    color: #111;
    line-height: 20px;
}

#manage-recruitment-news .form-select-container>.form-select-cus>.form-option-placeholder::after {
    right: 6px;
}

#manage-recruitment-news .form-select-container>.form-select-cus>.form-option-wrapper>.form-option-container>.form-option,
#manage-recruitment-news .form-select-container>.form-select-cus>.form-option-wrapper>.form-option-placeholder-container>.form-option-placeholder {
    height: 30px;
}

/* Tab Candidate */
#candidate-tab.frame-section .header-frame {
    display: block;
    position: relative;
    border-bottom-color: transparent;
    padding-bottom: 0;
}

#candidate-tab.frame-section .header-frame>a {
    position: absolute;
    right: 0;
    top: 8px;
}

#candidate-tab .tabs.tab-user {
    border-bottom: none;
}

#candidate-tab .table {
    margin-bottom: 5px;
}

#candidate-tab .table>li+li {
    margin-top: 10px;
}

#candidate-tab .table>li:last-child {
    margin-bottom: 5px;
}

#candidate-tab .table .column:first-child {
    align-items: flex-start;
}

#candidate-tab .table>li>.top-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 28px 47px 27px 42px;
    border: 1px solid #ddd;
    border-bottom: none;
}

#candidate-tab .table .name-user {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    margin-bottom: 16px;
}

#candidate-tab .table .name-user a {
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
}

#candidate-tab .table .name-user i {
    width: 19px;
    height: 18px;
}

#candidate-tab .table .wrap-title {
    margin-bottom: 5px;
}

#candidate-tab .table .wrap-title .item-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
}

#candidate-tab .table .icon-blank,
#candidate-tab .table .icon-star {
    width: 16px;
    height: 16px;
}

#candidate-tab .table .wrap-link li a {
    font-size: 17px;
    font-weight: 300;
    line-height: 20px;
}

#candidate-tab .table .wrap-link li+li:before {
    height: 12px;
}

#candidate-tab .table .wrap-date .label-date {
    font-size: 19px;
    line-height: 20px;
    font-weight: 300;
}

#candidate-tab .table .wrap-date .time {
    font-size: 19px;
    line-height: 20px;
    font-weight: 300;
}

#candidate-tab .table .status-text {
    font-size: 19px;
    line-height: 20px;
    font-weight: 600;
}

#candidate-tab .table>li>.footer-infomation {
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 28px;
    border: 1px solid #f2f2f2;
    background-color: #f9f9f9;
    gap: 26px;
}

#candidate-tab .table>li>.footer-infomation div {
    display: flex;
}

#candidate-tab .table>li>.footer-infomation div .category-title {
    font-size: 19px;
    line-height: 16px;
    font-weight: 700;
    color: #0068b7;
    margin-right: 10px;
}

#candidate-tab .table>li>.footer-infomation div .category-name {
    font-size: 19px;
    line-height: 16px;
    font-weight: 300;
}

#candidate-tab .table .footer-infomation .time span {
    font-size: 17px;
    line-height: 16px;
    font-weight: 300;
    color: #666;
}

#candidate-tab .table .footer-infomation .time .start-date+.end-date::before {
    content: '~';
    margin-right: 5px;
}

#candidate-tab .table>li {
    border-bottom: none;
}

#password-permission {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 31px;
    align-self: center;
    margin-bottom: 290px;
}

#password-permission .require-input {
    color: #076ecc;
    font-size: 22px;
}

#password-permission input {
    width: 320px;
    height: 38px;
    border: 1px solid #333;
    background-color: #eef7fd;
    padding: 0 16px;
}

#password-permission .button-dark {
    height: 35px;
    width: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #333;
    font-weight: 300;
}

/* main section */
#content.sub-page .main-section .content-frame .table-horizontal li .table-content .images-list .blank-image {
    width: 45px;
    height: 100%;
    display: flex;
    align-items: center;
    background: url('../images/organization-image-blank.png') no-repeat center / 100%;
}

#content.sub-page .main-section .content-frame .table-horizontal li .table-content p {
    display: flex;
    gap: 15px;
}

/* #content.sub-page .main-section .content-frame .table-horizontal li  */
#content.sub-page .main-section .content-frame .table-horizontal li .table-content.form-email input {
    width: 160px;
}

.frame-section .content-frame .button.button-add-image {
    width: 83px;
    height: 83px;
    border: 6px solid #cecece;
    background-color: #efefef;
    position: relative;
    border-radius: 0;
    flex: 0 0 auto;
}

.frame-section .content-frame .button.button-add-image::after,
.frame-section .content-frame .button.button-add-image::before {
    content: '';
    width: 7px;
    height: 27px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.frame-section .content-frame .button.button-add-image::before {
    transform: rotate(90deg);
}

/* top summary */
#summary-job .nav-job {
    display: flex;
    justify-content: space-between;
    /* margin-bottom: 20px;
    margin-top: 40px; */
}

#summary-job .nav-job>h1 {
    font-size: 18px;
    font-weight: 500;
}

.jobPop #summary-job .nav-job>h1 {
    font-size: 24px;
}

#summary-job .nav-job .button-container {
    display: flex;
    gap: 7px;
    align-items: center;
    height: 22px;
    position: relative;
    bottom: -12px;
}

#summary-job .nav-job .button-container .button {
    font-size: 14px;
    font-weight: 300;
    width: 80px;
    height: 100%;
    border-radius: 3px;
    border: 1px solid #ddd;
}

#summary-job .job-content {
    display: block;
}

#summary-job .job-content .job-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 90px;
    padding: 28px 25px 35px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
}

#summary-job .job-content .job-info .job-left {
    flex: 1;
}

#summary-job .job-content .job-info .job-name {
    font-weight: 500;
}

#summary-job .job-content .job-info .job-name h2 {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 16px;
}

#summary-job .job-content .job-info .job-name h2>span {
    font-size: 18px;
    font-weight: 400;
}

#summary-job .job-content .job-info .job-name h2 .button-container {
    display: flex;
    align-items: center;
    gap: 2px;
}

#summary-job .job-content .job-info .job-name h2 .button-container button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 5px 10px;
    border: 1px solid #ddd;
    font-size: 13px;
    font-weight: 300;
    color: #666;
    cursor: pointer;
}

#summary-job .job-content .job-info .job-name h2 .button-container button:hover {
    background-color: #f2f2f2;
}

#summary-job .job-content .job-info .job-name h2>img {
    display: inline-block;
    width: auto;
    height: 45px;
    object-fit: contain;
}

.button-container button.button-scrap::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../images/icons/icon-nav-star.png') no-repeat center / contain;
}

.button-container button.button-scrap.active::before {
    background: url('../images/icons/icon-nav-star_hover.png') no-repeat center / contain;
}

.button-container button.button-msg::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../images/icons/icon-letter-blk.png') no-repeat center / contain;
}

.button-container button.button-print::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url('../images/icons/icon-print.png') no-repeat center / contain;
}

#summary-job .job-content .job-info .job-name h1 {
    font-size: 27px;
    font-weight: 600;
    line-height: 1.3;
}

#summary-job .job-content .job-info .job-detail-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#summary-job .job-content .job-info .job-detail-container .job-detail-item {
    display: flex;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    margin-top: 15px;
}

#summary-job .job-content .job-info .job-detail-container .job-detail-item>span {
    font-size: 14px;
    color: #666;
}

#summary-job .job-content .job-info .job-detail-container .job-detail-item>ul {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#summary-job .job-content .job-info .job-right {
    position: relative;
}

#summary-job .job-content .job-info .job-right span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border: 1px solid #eb6877;
    color: #eb6877;
    border-radius: 20px;
    background: #fff;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    top: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: max-content;
}

#summary-job .job-content .job-info .job-right .job-aplct-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    border: 0;
    border-radius: 10px;
    min-width: 170px;
    font-size: 20px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    background: #eb6877;
}

#summary-job .job-content h3 {
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 15px;
    border-bottom: 1px solid #111;
    margin-top: 30px;
}

#summary-job .job-content h3:first-child {
    margin-top: 0;
}

#summary-job .job-content h3.border0 {
    border-bottom: 0;
}

#summary-job .job-content .job-div {
    display: flex;
    margin-top: 30px;
}

#summary-job .job-content .job-div.job__div-mt0 {
    margin-top: 0;
}

#summary-job .job-content .job-div--gap30 {
    gap: 30px;
}

#summary-job .job-content .job-div--gap50 {
    gap: 50px;
}

#summary-job .job-content .job-div--gap50.pt30 {
    padding-top: 30px;
}

#summary-job .job-content .job-div .job-imgbox {
    display: flex;
    width: 400px;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    position: relative;
    gap: 5px;
}

#summary-job .job-content .job-div .job-imgbox>img {
    object-fit: contain;
}

#summary-job .job-content .job-div .job-imgbox>div {
    width: 100%;
    height: 100%;
    /* overflow: hidden; */
    position: relative;
}

#summary-job .job-content .job-div .job-imgbox>button {
    width: 20px;
    height: 30px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

#summary-job .job-content .job-div .job-imgbox>button.disabled {
    display: none;
}

#summary-job .job-content .job-div .job-imgbox>button#nextImageBtn {
    left: unset;
    right: 15px;
}

#summary-job .job-content .job-div .job-imgbox>button::after {
    content: '';
    width: 10px;
    height: 10px;
    border-left: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    top: 50%;
    left: 55%;
    transform: translate(-50%, -55%) rotate(45deg);
}

#summary-job .job-content .job-div .job-imgbox>button#nextImageBtn::after {
    left: 45%;
    transform: translate(-50%, -50%) rotate(-135deg);
}

#content-detail td img {
    width: 100% !important;
}

.job-image-pop {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow-y: auto;
}

.job-image-pop img {
    width: calc(100% - 40px) !important;
    max-width: 800px;
    height: auto !important;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}

#imageViewClose {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}

#imageViewClose::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

#imageViewClose::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

#summary-job .job-content .job-column {
    width: 100%;
}

#summary-job .job-content .job-column--mt20 {
    margin-top: 20px;
}

#summary-job .job-content h3 {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 19px;
    font-weight: 600;
    padding-bottom: 13px;
    border-bottom: 1px solid #111;
}

#summary-job .job-content h3::before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 3px solid #388bd6;
    border-radius: 50%;
}

#summary-job .job-content ul li {
    font-size: 14px;
    color: #666;
    padding-right: 11px;
    position: relative;
}

#summary-job .job-content ul li+li::before {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    background: #666;
    position: absolute;
    top: 50%;
    right: calc(100% + 5px);
    transform: translateY(-50%);
}

#summary-job .job-content .contents ul li {
    font-size: inherit;
    color: inherit;
    padding-right: 0;
    position: relative;
}

#summary-job .job-content .contents ul li::before {
    display: none;
}

#summary-job .job-content ul li .title-row {
    width: 80px;
    color: #999;
}

#summary-job .job-content ul li .content-row.blue-text {
    color: #0068b7;
}

#summary-job .job-content ul li .content-row .button {
    font-size: 14px;
    font-weight: initial;
    color: #666;
    border: 1px solid #ddd;
    border-radius: 3px;
    width: 47px;
    margin-left: 10px;
}

#summary-job .job-content .company-info>img {
    height: 65px;
    object-fit: contain;
    margin-bottom: 30px;
}

#summary-job .company-info {
    padding: 25px;
    border-radius: 10px;
    border: 1px solid #e1e1e1;
    margin-top: 20px;
}

#summary-job .button-group {
    margin-top: 30px;
}

.job-table {
    flex: 1;
    width: 100%;
}

.job-table th {
    text-align: left;
    vertical-align: middle;
    padding: 17px 20px;
    font-size: 17px;
    color: #333;
    font-weight: 600;
    background: #f5f5f5;
    width: 150px;
    border-bottom: 1px solid #ddd;
}

.job-table td {
    font-size: 17px;
    font-weight: 400;
    color: #333;
    text-align: left;
    vertical-align: middle;
    padding: 17px 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
    letter-spacing: -0.5px;
    min-height: 57px;
    word-break: break-all;
}

.job-table td.job-timeinfo {
    /* height: 100%; */
    vertical-align: top;
    line-height: 1.3;
}

.job-table td.job-timeinfo p {
    white-space: break-spaces;
    word-break: break-all;
}

.job-table td a:hover {
    color: #076ecc;
}

.job-table td .blue-hover:hover {
    color: #076ecc;
    cursor: pointer;
}

.job-table td .job-table-imgbox {
    padding: 30px 60px 0;
}

.job-table td .job-table-imgbox img {
    display: block;
    width: 100%;
}

.job-table td .map-container {
    width: 100%;
    max-width: 500px;
    height: auto;
}

.job-table td.blue {
    color: #076ecc;
}

.job-point {
    font-size: 17px;
    line-height: 2;
}

.job-point p {
    display: flex;
    gap: 3px;
}

.job-point p::before {
    content: '※';
    display: inline-block;
}

.job-point p b {
    color: #076ecc;
    font-weight: 600;
}

/* content detail */
#content-detail {
    margin-top: 123px;
}

#content-detail .tabs li {
    position: relative;
}

#content-detail .tabs li.active:before {
    position: absolute;
    content: '';
    height: 1px;
    background-color: #fff;
    bottom: -1px;
    left: 1px;
    right: 1px;
}

#content-detail .tabs li span {
    font-weight: 400;
}

#content-detail .content-frame {
    /* border: 1px solid #ddd; */
    border-radius: 10px;
    padding: 30px 22px;
    margin-top: 50px;
}

#content-detail .content-frame.content-tab {
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin-top: 0;
}

#content-detail .content-frame>h1 {
    font-size: 24px;
    color: #0068b7;
    font-weight: 500;
}

#content-detail .content-frame>h1:not(:first-child) {
    margin-top: 30px;
}

#content-detail .content-frame .table-horizontal {
    border-top: 1px solid #333;
    margin-top: 15px;
}

#content-detail .content-frame .table-horizontal li {
    font-size: 20px;
    font-weight: 400;
}

#content-detail .content-frame .table-horizontal li .table-title {
    align-items: start;
    background-color: #fafafa;
    width: 160px;
}

#content-detail .content-frame .table-horizontal li .table-content>strong {
    font-weight: 500;
    color: #0068b7;
}

#content-detail .content-frame .table-horizontal li .table-content .map-container {
    width: 408px;
    height: 327px;
}

#content-detail .content-frame.notes {
    border: 1px solid #ddd;
}

#content-detail .content-frame.notes>ul {
    font-size: 19px;
    color: #666;
    font-weight: 300;
    line-height: 30px;
    padding: 0 20px;
}

#content-detail .content-frame.notes>ul .bullet {
    position: relative;
    padding-left: 20px;
}

#content-detail .content-frame.notes>ul .bullet::before {
    content: '※';
    position: absolute;
    left: 0;
    top: 0;
}

#content-detail .content-frame.notes>ul .bullet strong {
    color: #0068b7;
}

/* PAAAA010.css */

/* hero */
#hero {
    margin-top: -10px;
}

#hero .container {
    display: flex;
    margin-bottom: 20px;
    gap: 16px;
}

#hero .container #slide {
    width: 500px;
}

#hero .container #slide .slider-container {
    position: relative;
    height: 100%;
}

#hero .container #slide .slider-container * {
    height: 100%;
}

#hero .container #slide .slider-container .carousel-control-next,
#hero .container #slide .slider-container .carousel-control-prev {
    height: 50px;
    opacity: 1 !important;
}

.letter-spacing-05 {
    letter-spacing: -0.5px;
}

/* slide */

#hero .carousel-controller {
    position: absolute;
    bottom: 10px;
    margin: auto;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #fff;
    width: 110px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    display: none;
}

#hero .carousel-controller button {
    border-radius: 50%;
    border: 1px solid #000;
    width: 16px;
    height: 16px !important;
    position: relative;
    background-color: #fff;
    opacity: 1;
}

#hero .carousel-controller button .icon {
    width: 100%;
    height: 6px !important;
    object-fit: contain;
}

#hero .carousel-controller .count-slides {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-right: 2px;
}

#hero .carousel-controller .count-slides .current-slide {
    font-weight: 700;
    height: auto !important;
}

#hero .carousel-controller .count-slides .total-slides {
    color: #002e73;
    font-weight: 700;
    height: auto !important;
}

#hero .carousel-controller .carousel-control-prev {
    left: auto;
}

#hero .carousel-controller .carousel-control-next {
    right: auto;
}

#slide {
    flex: 1;
    height: 217px;
}

#slide .carousel-inner {
    border-radius: 10px;
    height: 100%;
}

#slide .carousel-inner .carousel-item img {
    height: 100%;
}

#slide .carousel-item.active>img,
#slide .carousel-item.active,
#slide .carousel-item-next,
#slide .carousel-item-prev {
    height: 100%;
}

#slide .carousel-item img {
    border-radius: 9px;
}

.carousel-item img,
.carousel-item,
.carousel-inner,
.carousel {
    height: 100%;
}

.carousel-control-prev-icon {
    width: 40px;
    height: 40px !important;
    background-size: contain;
    background-image: url('../images/PAAAA010/icon-slide-prev.png');
}

.carousel-control-next-icon {
    width: 40px;
    height: 40px !important;
    background-size: contain;
    background-image: url('../images/PAAAA010/icon-slide-next.png');
}

.carousel-control-next,
.carousel-control-prev {
    width: 40px;
    height: 48px;
    bottom: 0;
    top: 0;
    margin: auto;
    opacity: 0 !important;
}

.carousel-control-next.hover,
.carousel-control-prev.hover {
    opacity: 1 !important;
}



.carousel-control-next::after,
.carousel-control-prev::after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0.3;
    position: absolute;
}

.carousel-control-next {
    right: 0;
}

#grand-slide .carousel-control-next {
    right: 0;
}

.carousel-control-prev {
    left: 0;
}

.list-item.full .item-content {
    border: none !important;
}

/* #grand-slide .slick-slide.slick-cloned {
    width: unset !important;
} */
.slick-slider {
    width: 100%;
    height: 100%;
}

.main-grandsub {
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

#grand-slide .slider-container,
#grand-slide .slick-list {
    width: 100%;
    height: 100%;
}

#grand-slide .slider-container.slider-default .slick-list {
    display: flex;
    align-items: center;
}


@media screen and (width <=1320px) {
    #slide-news {
        margin-top: 50px;
    }

    #hero .carousel-controller {
        display: flex;
        width: 120px;
        padding: 0 3px 0 10px;
        height: 30px !important;
    }

    #slide .carousel-control-prev-icon,
    #slide .carousel-control-next-icon {
        display: none;
    }

    .carousel-control-next::after,
    .carousel-control-prev::after {
        display: none;
    }
}

@media screen and (width <=1080px) {

    #hero .container #slide .slider-container,
    #slide {
        flex: 1;
        height: auto;
    }
}

/* hero menu */
#hero-menu {
    width: 168px;
    height: 217px;
    border: 1px solid #c3d7f2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
}

#hero-menu .icon {
    width: 15px;
    height: 15px;
    margin-left: 25px;
}

#hero-menu .icon.icon-phone {
    margin-right: 0;
}

#hero-menu>ul>li {
    height: 40px;
    display: flex;
    align-items: center;
}

#hero-menu>ul>li:hover {
    background-color: #eef7fd;
}

#hero-menu>ul>li:hover span {
    color: #076ecc;
}

#hero-menu>ul>li:hover i.icon-check:after {
    background-image: url('../images/icons/icon-check-active.png');
}

#hero-menu>ul>li:hover i.icon-mess:after {
    background-image: url('../images/icons/icon-mess-active.png');
}

.icon-phone-active::after {
    background-image: url('../images/icons/icon-phone-active.png');
}

#hero-menu>ul>li:hover i.icon-phone:after {
    background-image: url('../images/PAAAA010/icon-phone-active.png');
}

#hero-menu>ul>li:hover i.icon-edu:after {
    background-image: url('../images/icons/icon-edu-active.png');
}

#hero-menu>ul>li:hover i.icon-heart:after {
    background-image: url('../images/icons/icon-heart-active.png');
}

#hero-menu>ul>li a {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    width: 100%;
    height: 100%;
    gap: 9px;
}

@media screen and (width <=1320px) {
    #hero-menu {
        display: none;
    }
}

/* slide news */
#slide-news .slide-news-wrap {
    border: 1px solid #ddd;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 48px;
    padding: 0 40px;
}

#slide-news .slide-news-wrap .left-slide {
    display: flex;
    align-items: center;
    gap: 28px;
}

#slide-news .slide-news-wrap .left-slide>a {
    font-weight: 500;
}

#slide-news .slide-news-wrap .left-slide>h1 {
    font-size: 17px;
    margin-bottom: 0;
    font-weight: 700;
    white-space: nowrap;
    width: 60px;
    display: flex;
    justify-content: center;
}

#slide-news .slide-news-wrap .right-slide {
    display: flex;
    align-items: center;
    gap: 93px;
}

#slide-news .slide-news-wrap .right-slide>p {
    font-weight: 300;
    font-size: 15px;
    color: #999;
}

#slide-news .slide-news-wrap .right-slide .control-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

#slide-news .slide-news-wrap .right-slide .control-container .control {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background: #ddd;
    width: 25px;
    height: 25px;
    transition: all 0.2s;
}

#slide-news .slide-news-wrap .right-slide .control-container .control:hover {
    opacity: 0.7;
}

#slide-news .slide-news-wrap .right-slide .control-container .control i {
    width: 100%;
    height: 10px;
}

@media screen and (width <=1320px) {
    #slide-news .slide-news-wrap .left-slide {
        gap: 10px;
    }

    #slide-news .slide-news-wrap .right-slide {
        gap: 10px;
    }
}

/* Grand Banner */
#grand-banner {
    background-color: #f7faff;
    padding: 20px 0 32px;
    margin-top: 30px;
}

.section-title {
    font-size: 20px;
    color: #555;
    font-weight: 600;
    margin-bottom: 21px;
}

#grand-banner .list-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
        'item1 item2 item3 item4'
        'item1 item2 item3 item4'
        'item5 item6 item7 item8'
        'item9 item10 item11 item12'
        'item13 item14 item15 item16'
}

#grand-banner .scrollable-area,
#premium-banner .scrollable-area,
#enterprise .scrollable-area,
#hot-recruit .scrollable-area {
    visibility: hidden;
    display: none;
}

.list-grid .list-item-1 {
    grid-area: item1;
}

.list-grid .list-item-2 {
    grid-area: item2;
}

.list-grid .list-item-3 {
    grid-area: item3;
}

.list-grid .list-item-4 {
    grid-area: item4;
}

.list-grid .list-item-5 {
    grid-area: item5;
}

.list-grid .list-item-6 {
    grid-area: item6;
}

.list-grid .list-item-7 {
    grid-area: item7;
}

.list-grid .list-item-8 {
    grid-area: item8;
}

.list-grid .list-item-9 {
    grid-area: item9;
}

.list-grid .list-item-10 {
    grid-area: item10;
}

.list-grid .list-item-11 {
    grid-area: item11;
}

.list-grid .list-item-12 {
    grid-area: item12;
}

.list-grid .list-item-13 {
    grid-area: item13;
}

.list-grid .list-item-14 {
    grid-area: item14;
}

.list-grid .list-item-15 {
    grid-area: item15;
}

.list-grid .list-item-16 {
    grid-area: item16;
}

.list-grid .list-item-17 {
    grid-area: item17;
}

.list-grid .list-item-18 {
    grid-area: item18;
}

.list-grid .list-item {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    position: relative;
    transition: all 0.2s;
}

.list-grid .list-item .item-content::before {
    content: '';
    border-color: #076ecc;
    background-clip: content-box, border-box;
    background-origin: border-box;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    height: 10px;
    border-width: 3px 1px 0 1px;
    border-radius: 10px 10px 0 0;
    border-style: solid;
}

#grand-banner .list-grid .list-item {
    height: 100%;
    border-color: #076ecc;
}

#grand-banner .list-grid .list-item.GrandSlideBanner {
    border: 1px solid #ddd;
    outline: 1px solid transparent;
    border-radius: 10px;
    transform: translateY(0px);
    box-shadow: unset;
    transition: transform 0.2s ease, box-shadow 0.2s;
}

#grand-banner .list-grid .list-item.GrandSlideBanner:hover {
    border: 1px solid #076ecc;
    outline: 1px solid #076ecc;
    transform: translateY(-5px);
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s ease, box-shadow 0.2s;
}

#grand-banner .list-grid .list-item:hover .item-content,
#grand-banner .list-grid .list-item-wrap:hover .item-content {
    border-color: #076ecc;
}

.list-item-wrap {
    width: 100%;
}

#grand-banner .list-grid .list-item-wrap:hover .large-full {
    margin-top: 0;
}

.list-grid .list-item.nor .item-content::before {
    display: none;
}

.list-grid .list-item.nor .item-content {
    padding-top: 21px;
}

#grand-banner .list-grid .list-item:hover,
.list-grid .list-item-wrap:hover .list-item {
    transform: translateY(-5px);
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

.list-grid .list-item .item-content {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 18px;
    position: relative;
}

#grand-banner .list-grid .list-item:hover .item-content::after,
.list-grid .list-item-wrap:hover .item-content::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    border: 1px solid #076ecc;
    border-radius: 9px;
}

.list-grid .list-item.slide:hover .item-content::after,
.list-grid .list-item.no-after:hover .item-content::after {
    z-index: -1;
}

#premium-banner .list-grid .list-item-wrap:hover .item-content::after {
    border-color: #80b156;
}

#hot-talent .list-grid .list-item-wrap.no-select .list-item:hover {
    transform: unset;
    box-shadow: unset;
}

#hot-talent .list-grid .list-item.full:hover .item-content::after {
    border: none;
}

#hot-talent .list-grid .list-item-wrap:not(.full):hover .item-content,
#hot-talent .list-grid .list-item-wrap:not(.full):hover .item-content::after,
#hot-recruit .list-grid .list-item-wrap:hover .item-content::after {
    border-color: #f29c9f;
}

#enterprise .list-grid .list-item-wrap:hover .item-content::after {
    display: none;
}

.list-grid .list-item .item-content>div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    width: 100%;
}

#grand-banner .list-grid .list-item .item-content>div {
    height: 100%;
}

.list-grid .list-item.large-full .item-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    height: 224px;
    border-top: none;
}

.list-grid .list-item.large-full .item-content>div {
    display: block;
    flex-direction: column;
    justify-content: space-between;
    flex: 1;
    position: static;
}

.list-grid .list-item.large-full .item-image>img {
    height: 100%;
    object-fit: cover;
}

#grand-banner .list-grid .list-item.large-full:hover,
.list-grid .list-item-wrap:hover .large-full,
.list-grid .list-item.large,
.list-grid .list-item.large .item-content {
    padding: 0;
    overflow: hidden;
}

.list-grid .list-item.large-full .item-hover-content .content-banner-hover {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    padding: 68px 40px;
    position: absolute;
    z-index: 1;
    border-radius: 10px;
    max-height: 500px;
}

.list-grid .list-item.large-full .item-hover-content .content-banner-hover::before {
    content: '';
    background-color: rgba(3, 35, 122, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 10px;
}

.list-grid .list-item.large-full .item-hover-content .content-banner-hover .content-banner-hover-logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    position: relative;
    box-shadow: 0 0 60px 30px rgba(255, 255, 255, 0.25), 0 0 100px 60px rgba(255, 255, 255, 0.18),
        0 0 150px 75px rgba(255, 255, 255, 0.12);
}

.list-grid .list-item.large-full .item-hover-content .content-banner-hover .content-banner-hover-logo img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.list-grid .list-item.large-full .item-hover-content .content-banner-hover .content-banner-hover-title {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 35px;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.list-grid .list-item.large-full .item-hover-content .content-banner-hover .content-banner-hover-desc {
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: 80px;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
}

.list-grid .list-item.large-full .item-hover-content {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%);
    transition: 0.8s;
    max-height: 500px;
    height: 100%;
    width: 100%;
    margin-left: -18px;
    margin-top: -18px;
}

.list-grid .list-item.large-full:hover .item-content::before,
.list-grid .list-item.large-full:hover .item-main-content {
    z-index: 0;
}

.list-grid .list-item.large-full:hover .item-hover-content {
    opacity: 1;
    position: absolute;
    visibility: visible;
    transform: translateY(0);
    z-index: 2;
    width: 100%;
    height: 100%;
}

.list-grid .list-item.large-full .item-hover-content .content-banner-hover {
    opacity: 0;
    max-height: 0;
    height: 100%;
    transition: all 0.6s;
    left: 0;
    opacity: 0;
    visibility: hidden;
    max-height: 500px;
}

#grand-banner .list-grid .list-item.large-full:hover .content-banner-hover,
.list-grid .list-item-wrap:hover .large-full .item-content .item-hover-content .content-banner-hover {
    opacity: 1;
    visibility: visible;
}

.list-grid .list-item-wrap:hover .large-full .content-banner-hover-logo img {
    transition: none !important;
}

.list-grid .list-item.large .item-content>img {
    height: 100%;
}

.list-grid .list-item .item-content .item-logo {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 65px;
    margin-bottom: 15px;
    z-index: 1;
}

.list-grid .list-item .item-content .item-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.list-grid .list-item .item-content .item-desc {
    font-size: 18px;
    color: #333;
    margin-bottom: 22px;
    line-height: 26px;
    font-weight: 600;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    position: relative;
    z-index: 1;
    flex: 1;
    letter-spacing: -0.5px;
}

.list-grid .list-item .item-content .item-tag {
    position: relative;
    font-size: 13px;
    z-index: 1;
    max-width: calc(100% - 17px);
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

.list-grid .list-item .item-content .bookmark {
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 14px;
    height: 14px;
    z-index: 2;
}

.list-grid .list-item .item-content .bookmark.hover {
    width: 17px;
    height: 17px;
}

.list-grid .list-item.large-full .item-content .bookmark {
    top: 175px;
    right: 18px;
}

.list-grid .list-item.large-full:hover .item-content .bookmark {
    top: 16px;
}

.list-grid .list-item.large .item-content .bookmark {
    top: 16px;
    right: 13px;
}

.list-grid .list-item .item-content .bookmark .icon-star {
    width: 100%;
    height: 100%;
}

.list-grid .list-item .item-content .bookmark .icon-star.none {
    display: none;
}

.list-grid .list-item.slide {
    padding: 0;
    overflow: hidden;
}

.list-grid .list-item.slide .item-content {
    padding: 0;
    border: 1px solid #076ecc;
    height: 100%;
}

.list-grid .list-item.slide:hover {
    margin-top: 0;
    box-shadow: none;
}

.list-grid .list-item.slide .carousel-controller {
    position: absolute;
    bottom: 25px;
    margin: auto;
    left: 0;
    right: 0;
    height: 30px;
    background-color: #fff;
    width: 110px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.list-grid .list-item.slide .carousel-controller button {
    border-radius: 50%;
    border: 1px solid #000;
    width: 16px;
    height: 16px;
    position: relative;
    background-color: #fff;
    opacity: 1;
}

.list-grid .list-item.slide .carousel-controller button .icon {
    width: 100%;
    height: 6px;
    object-fit: contain;
}

.list-grid .list-item.slide .carousel-controller .count-slides {
    display: flex;
    align-items: center;
    font-size: 15px;
    margin-right: 2px;
}

.list-grid .list-item.slide .carousel-controller .count-slides .total-slides {
    color: #002e73;
    font-weight: 700;
}

.list-grid .list-item.large .item-image {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 255px;
    width: 100%;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
}

.list-grid .list-item.large .item-image>img {
    height: 100%;
    object-fit: cover;
    border-radius: 0 10px 10px 0px;
}

@media screen and (width <=1320px) {

    #premium-banner .list-grid .list-item.full .item-content a {
        width: 100%;
        height: 100%;
    }

    #grand-banner .list-grid .list-item-wrap:nth-last-child(1),
    #grand-banner .list-grid .list-item-wrap:nth-last-child(2),
    #grand-banner .list-grid .list-item-wrap:nth-last-child(3) {
        display: block !important;
    }
}

/* Premium Banner */
#premium-banner {
    padding: 28px 0 40px;
}

#premium-banner .list-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: auto;
    grid-template-areas:
        'item1 item2 item3 item4 item5'
        'item6 item7 item8 item9 item10'
        'item11 item12 item13 item14 item15'
        'item16 item17 item18 item19 item20';
}

#premium-banner .list-grid .list-item-wrap:hover .item-content,
#premium-banner .list-grid .list-item .item-content::before {
    border-color: #80b156;
}

#premium-banner .list-grid .list-item .item-content {
    padding: 18px 15px;
}

#grand-banner .list-grid .list-item .item-content .item-desc,
#premium-banner .list-grid .list-item .item-content .item-desc {
    font-size: 18px;
    line-height: 27px;
    font-weight: 500;
    margin-bottom: 22px;
    min-height: 42px;
}

#premium-banner .list-grid .list-item.full .item-content {
    padding: 0;
    overflow: hidden;
}

.list-grid .list-item.full .item-content::before {
    display: none;
}

#premium-banner .list-grid .list-item.full .item-content a {
    height: 100%;
}

#premium-banner .list-grid .list-item.full .item-content img {
    height: 100%;
    width: 100%;
}

#premium-banner .list-grid .list-item.full {
    padding-top: 0;
    background-color: transparent;
}

#premium-banner .list-grid .list-item .item-content .item-logo {
    height: 45px;
}

#premium-banner .list-grid .list-item .item-content .bookmark {
    right: 16px;
    bottom: 19px;
}

@media screen and (width <=1590px) {
    #premium-banner .list-grid .list-item.full {
        overflow: hidden;
    }
}

/* Enterprise */
#enterprise {
    background-color: #f7faff;
    padding: 20px 0 30px;
}

#enterprise .list-grid {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(1, 140px);
    grid-template-areas: 'item1 item2';
}

#enterprise .item-corporate-banner {
    grid-column: 2;
    grid-row: 1;
}

#enterprise .list-grid .list-item .item-content {
    flex-direction: row;
    align-items: center;
    border: 1px solid #ddd;
    gap: 20px;
    padding: 24px;
}

#enterprise .list-grid .list-item .item-content .item-logo {
    margin-bottom: 0;
    width: 270px;
    height: 90px;
}

#enterprise .list-grid .list-item .item-content .item-logo img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

#enterprise .list-grid .list-item .item-content .item-title {
    font-size: 18px;
    font-weight: 600;
    color: #00827b;
}

#enterprise .list-grid .list-item .item-content .item-desc {
    font-size: 16px;
    line-height: 18px;
    margin-top: 19px;
    margin-bottom: 16px;
    font-weight: 400;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

#enterprise .list-grid .list-item .item-content>div {
    flex: auto;
}

#enterprise .list-grid .list-item.full {
    padding-top: 0;
}

#enterprise .list-grid .list-item.full .item-content {
    padding: 0;
    border: none;
}

#enterprise .list-grid .list-item.full .item-content * {
    height: 100%;
    width: 100%;
}

@media screen and (width <=1320px) {
    #enterprise .list-grid {
        display: flex;
        flex-direction: column;
    }

    #enterprise .item-corporate-banner img {
        max-height: 170px;
    }
}

/* Hot Recruit */
#hot-recruit {
    padding: 30px 0 59px 0;
}

#hot-recruit .list-grid {
    display: grid;
    gap: 20px 16px;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto;
}

#hot-recruit .list-grid .list-item .item-content {
    justify-content: space-between;
    padding: 15px 25px;
}


#hot-recruit .list-grid .list-item-wrap:hover .item-content,
#hot-recruit .list-grid .list-item .item-content::before {
    border-color: #f29c9f;
}

#enterprise .list-grid .list-item-wrap:hover .item-content,
#enterprise .list-grid .list-item .item-content::before {
    border-color: #00827b;
}

#hot-recruit .list-grid .list-item .item-content .item-title {
    font-size: 18px;
    font-weight: 600;
    color: #aa0000;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    z-index: 1;
}

#hot-recruit .list-grid .list-item .item-content .item-desc {
    margin-top: 17px;
    margin-bottom: 12px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
    line-clamp: 1;
    -webkit-line-clamp: 1;
}

#hot-recruit .list-grid .list-item .item-content .bookmark {
    bottom: 10px;
    right: 25px;
}

/* 
#hot-recruit .list-grid .list-item:hover .item-content {
    border-color: #f29c9f;
} */

/* Hot Talent */
#hot-talent {
    padding-bottom: 45px;
    padding-top: 20px;
}

#hot-talent .list-grid {
    display: grid;
    gap: 20px 16px;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(2, 111px);
    grid-template-areas:
        'item1 item2 item3 item4 item5'
        'item6 item7 item8 item9 item10';
}

#hot-talent .list-grid .item-9 {
    grid-column: 5;
    grid-row: 1;
}

#hot-talent .list-grid .item-10 {
    grid-column: 5;
    grid-row: 3;
}

#hot-talent .list-grid .list-item {
    padding-top: 0;
    overflow: hidden;
}

#hot-talent .list-grid .list-item .item-content {
    padding: 12px 20px;
    justify-content: space-between;
}

#hot-talent .list-grid .list-item .item-content::before {
    display: none;
}

#hot-talent .list-grid .list-item.full .item-content {
    padding: 0;
}

#hot-talent .list-grid .list-item.full .item-content>a,
#hot-talent .list-grid .list-item.full .item-content img {
    width: 100%;
    height: 100%;
}

#hot-talent .list-grid .list-item .item-content .item-header {
    display: flex;
    justify-content: space-between;
    position: relative;
}

#hot-talent .list-grid .list-item .item-content .item-header .bookmark {
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

#hot-talent .list-grid .list-item .item-content .item-header .item-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

#hot-talent .list-grid .list-item .item-content .item-header .item-info .item-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
}

#hot-talent .list-grid .list-item .item-content .item-header .item-info .item-avatar img {
    border-radius: 50%;
    height: auto;
}

#hot-talent .list-grid .list-item .item-content .item-header .item-info .item-name {
    font-weight: 600;
    font-size: 16px;
    position: relative;
    width: 100%;
    max-width: calc(100% - 65px);
    word-wrap: break-word;
    overflow-wrap: break-word;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    z-index: 1;
}

.hideName::after {
    content: '';
    display: inline-block;
    background: url('../images/PAAAA010/hide-name.png') no-repeat center / 100%;
    margin-left: 2px;
    width: 24px;
    height: 11px;
}

.hideName .cir {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid #000;
    display: inline-block;
    margin-left: 2px;
}

#hot-talent .list-grid .list-item .item-content .item-desc {
    margin: 12px 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

#hot-talent .list-grid .list-item .item-content .item-footer {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}

#hot-talent .list-grid .list-item .item-content .item-tag {
    font-size: 11px;
}

/* Bottom Nav */
#bottom-nav .bottom-nav-wrap {
    display: flex;
    gap: 15px;
}

#bottom-nav .bottom-nav-wrap .bottom-nav-item {
    display: flex;
    gap: 15px;
    background: #f7faff;
    height: 105px;
    width: 100%;
    border-radius: 10px;
    padding: 30px 10px;
    border: 2px solid transparent;
    transition: 0.2s;
    align-items: center;
}

#bottom-nav .icon-docs::after {
    background-image: url('../images/PAAAA010/nav-icon-docs.png');
}

#bottom-nav .icon-letter::after {
    background-image: url('../images/PAAAA010/nav-icon-letter.png');
}

#bottom-nav .icon-mess::after {
    background-image: url('../images/PAAAA010/nav-icon-mess.png');
}

#bottom-nav .icon-contact::after {
    background-image: url('../images/PAAAA010/nav-icon-contact.png');
}

#bottom-nav .bottom-nav-wrap .bottom-nav-item .icon {
    width: 40px;
    height: 40px;
    min-height: 38px;
}

#bottom-nav .bottom-nav-wrap .bottom-nav-item .bottom-nav-title {
    font-weight: 700;
    font-size: 15px;
    color: #111;
    margin-bottom: 8px;
}

#bottom-nav .bottom-nav-wrap .bottom-nav-item .phone-number,
#bottom-nav .title-bottom-nav-res {
    display: none;
}

#bottom-nav .bottom-nav-wrap .bottom-nav-item .bottom-nav-desc {
    font-size: 12px;
    line-height: 16px;
}

#bottom-nav .bottom-nav-wrap .bottom-nav-item:hover {
    margin-top: -10px;
    border: 2px solid #7fbde7;
    background-color: #fff;
    box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (width <=1320px) {
    #topBanner {
        display: none !important;
    }

    #bottom-nav .bottom-nav-wrap a {
        flex: 1 1 calc(50% - 20px);
    }

    #bottom-nav .bottom-nav-wrap a .icon:after {
        height: 38px;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item {
        padding: 25px;
        height: auto;
        text-align: center;
        align-items: center;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item .phone-number {
        font-size: 16px;
        font-weight: 600;
        color: #111;
        display: block;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item .bottom-nav-desc {
        display: none;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item:hover {
        margin-top: 0;
        position: relative;
        top: -5px;
        box-shadow: 2px 3px 10px 0px rgba(0, 0, 0, 0.2);
    }
}

/* res 1080px */
.hero-nav-child,
#slide .scrollable-area,
.group-banner-mobile,
.banner-item-res,
.carousel-img-res,
.drop-list-item-res {
    display: none;
}

@media screen and (width <=1080px) {

    #hero .container #slide .slider-container,
    #slide .carousel-item img {
        display: none !important;
    }

    #slide .carousel-item img.carousel-img-res {
        display: block !important;
    }

    #hero .carousel-controller {
        display: none;
    }

    #slide .carousel-control-prev-icon,
    #slide .carousel-control-next-icon {
        display: none;
    }

    .scrollable-area {
        margin-right: 0;
        transition: margin-right 0.1s;
    }

    .scrollable-area.margin-right {
        margin-right: 5%;
    }

    #grand-banner .scrollable-area.margin-right,
    #premium-banner .scrollable-area.margin-right {
        margin-right: 5%;
    }

    #slide-news .slide-news-wrap {
        border-radius: 30px;
        background: #fff;
    }

    #slide-news .slide-news-wrap .left-slide>h1 {
        width: fit-content;
    }

    #slide-news .slide-news-wrap .left-slide {
        flex-direction: row;
        align-items: center;
        gap: 41px;
    }

    #slide-news .slide-news-wrap .left-slide {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #slide-news .slide-news-wrap .left-slide>h1 {
        margin-left: 20px;
    }

    #slide-news .slide-news-wrap .left-slide>a {
        width: 100%;
        max-width: 520px;
        display: inline-block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }

    #slide-news .slide-news-wrap .right-slide>p {
        display: none;
    }

    #slide-news .s41lide-news-wrap .right-slide .control-container {
        gap: 15px;
    }

    .top-grand-banner-mobile .left-item .bookmark {
        position: relative;
        bottom: -5px;
        left: calc(100% - 5px);
        width: max-content;
    }

    #slide-news .slide-news-wrap .right-slide .control-container .control {
        width: 20px;
        height: 20px;
    }
}

.top-grand-banner-mobile {
    display: none;
}

@media screen and (width <=1080px) {
    #header .header-wrap .header-left {
        gap: 20px;
    }

    #hero .container {
        margin-bottom: 42px;
    }

    #content {
        padding-bottom: 0;
        padding-top: 19px;
    }

    .container {
        padding: 0 10px;
        max-width: 100%;
    }

    #grand-banner .top-grand-banner-mobile {
        margin-bottom: 50px;
        display: flex;
    }

    #grand-banner .list-item-1,
    #grand-banner .list-item-2 {
        border-radius: 10px 10px 0 0;
        display: block !important;
    }

    #grand-banner .list-grid .list-item.large {
        max-width: 95% !important;
        margin-right: 5%;
        border-radius: 10px;
    }

    .top-grand-banner-mobile {
        display: flex;
        flex-direction: column;
        gap: 24px;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile {
        background-color: #076ecc;
        border-radius: 10px;
        padding-top: 6px;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .item-content {
        display: flex;
        background-color: #fff;
        border: 2px solid #ddd;
        overflow: hidden;
        border-radius: 10px;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .left-item {
        width: 50%;
        padding: 25px 65px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .left-item img {
        object-fit: contain;
        height: 85px;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .left-item .desc {
        font-size: 38px;
        line-height: 52px;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        line-clamp: 2;
        -webkit-line-clamp: 2;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .item-right {
        width: 50%;
        height: inherit;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .item-right img {
        object-fit: cover;
        height: 100%;
    }

    #grand-banner .list-grid .scrollable-area .list-item {
        display: block !important;
        width: max-content;
    }

    .scrollable-area {
        visibility: visible !important;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        display: flex !important;
        gap: 20px;
        width: 100%;
    }

    .group-scrollable {
        overflow-x: scroll;
        overflow-y: none;
        display: flex;
        height: 900px;
        flex-direction: column;
        gap: 24px;
    }

    #grand-banner .scrollable-area,
    #grand-banner .scrollable-area .list-item {
        height: 440px;
    }

    #hot-talent .list-grid .list-item-wrap {
        height: 100%;
    }

    .scrollable-area .list-item-wrap {
        width: 440px;
        display: block;
    }

    #grand-banner .scrollable-area .list-item.large {
        max-width: 960px;
    }

    #grand-banner .list-grid .list-item.large .item-content {
        border-radius: 10px 0 0 0;
        flex-direction: row;
        width: calc(50% + 3px) !important;
        border-radius: 10px 0 0 10px;
    }

    #grand-banner .list-grid .list-item.large .item-image {
        left: 50%;
        width: 50%;
        height: 100%;
        border-radius: 0 10px 0 0;
        padding-top: 5px;
    }

    #grand-banner .list-grid .list-item.large .item-content .item-desc {
        display: -webkit-box;
        margin-top: 0;
        word-wrap: break-word;
        white-space: normal;
    }

    #grand-banner .list-grid .list-item.large .item-content .item-tag .bookmark i {
        display: none;
    }
}

@media screen and (width <=1080px) {
    #premium-banner {
        padding: 0;
        max-width: 100%;
    }

    /* #grand-banner .list-grid .list-item-wrap:nth-child(1),
    #grand-banner .list-grid .list-item-wrap:nth-child(2) {
        display: none;
    } */

    .list-grid .list-item .item-content .item-tag .bookmark {
        width: 24px;
        height: 24px;
    }

}

@media screen and (width <=1080px) {
    #hot-recruit {
        padding-top: 0;
        padding-bottom: 0;
    }

    #enterprise .scrollable-area {
        height: max-content;
        margin-top: 20px;
    }

    #enterprise .scrollable-area .list-item {
        display: block;
        width: 890px;
        height: max-content !important;
    }

    #enterprise .list-grid .list-item .item-content .item-logo,
    #enterprise .list-grid .list-item .item-content .item-logo img {
        width: 325px;
        height: 178px;
    }

    #enterprise .list-grid .list-item .item-content .item-desc {
        word-wrap: break-word;
        white-space: normal;
    }
}

@media screen and (width <=1080px) {
    #hot-talent {
        background-color: #fff;
    }

    #hot-talent .list-grid .list-item-wrap:nth-last-child(-n + 2),
    #hot-talent .list-grid .list-item-wrap .list-item.full {
        display: none;
    }

    #hot-talent .banner-item-res {
        margin-top: 70px;
    }

    #hot-talent .banner-item-res img {
        height: max-content;
        object-fit: contain;
    }
}

@media screen and (width <=1080px) {
    .banner-item-res {
        display: block;
    }

    #bottom-nav .container {
        padding: 0;
    }

    #bottom-nav .bottom-nav-wrap {
        justify-content: center;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item .bottom-nav-title {
        margin-bottom: 0;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item i,
    #bottom-nav .bottom-nav-wrap .bottom-nav-item .phone-number {
        display: none;
    }

    #bottom-nav .title-bottom-nav-res {
        display: block;
    }

    #bottom-nav .title-bottom-nav-res .phone-number-res {
        color: #555555;
        font-size: 30px;
        text-align: center;
        margin-top: 69px;
        font-weight: 400px;
    }

    #bottom-nav .text-bottom-nav-res {
        margin-top: 30px;
        display: flex;
        justify-content: center;
    }

    #bottom-nav .title-bottom-nav-res a,
    #bottom-nav .title-bottom-nav-res span {
        color: #999999;
        font-size: 24px;
        font-weight: 400px;
    }
}

@media screen and (width <=1080px) {
    .group-banner-mobile {
        display: block;
        margin-bottom: 10px;
    }

    .grand-banner-mobile {
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 15px;
        padding: 10px;
        border-radius: 10px;
    }

    #enterprise .grand-banner-mobile {
        padding: 30px 0 15px;
    }

    .grand-banner-mobile .num-banner {
        padding: 5px 25px;
        background: #eef7fd;
        border-radius: 17px;
    }

    .grand-banner-mobile .num-banner span {
        color: #076ecc;
    }
}

@media screen and (width <=1080px) {
    .slide-banner-mobile {
        display: block;
        max-width: 100%;
        height: 72px;
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .slide-banner-mobile .title {
        font-size: 30px;
        color: #333333;
        font-weight: 600;
    }

    .slide-banner-mobile .num-banner {
        padding: 5px 25px;
        background: #eef7fd;
        border-radius: 17px;
        margin-right: 109px;
    }

    .slide-banner-mobile .num-banner span {
        color: #076ecc;
        font-weight: 400;
        font-size: 30px;
    }

    .group-banner-mobile #carouselExampleDark {
        width: 100%;
        height: max-content;
        position: relative;
    }

    .list-grid .list-item .item-content .item-tag p::after {
        height: 20px;
    }
}

/* slider */
@media screen and (width <=1080px) {
    .carousel-indicators {
        justify-content: flex-end;
        margin: unset;
        bottom: 2px;
        right: 71px;
    }

    .carousel-indicators [data-bs-target] {
        width: 10px;
        height: 10px;
        margin-right: 5px;
        margin-left: 5px;
        background-color: #666 !important;
        border-radius: 50%;
        display: block;
    }

    .carousel-indicators .active {
        background-color: #fff !important;
    }

    #slide {
        overflow: hidden;
        height: auto;
    }

    #slide .scrollable-area {
        height: auto;
        gap: 0px;
        display: block;
    }

    #slide .scrollable-area .item-content {
        margin-right: 60px;
    }

    /* .scrollable-area+.scrollable-area {
        margin-top: 15px;
    } */

    #slide img {
        width: 812px;
        height: auto;
        max-width: 812px;
    }

    .slide button,
    #slide .carousel-controller {
        display: none;
    }

    #slide .carousel-inner,
    #slide .carousel-item,
    #slide .carousel-inner .carousel-item img {
        width: 100% !important;
        height: 100% !important;
    }

    #footer {
        padding: 30px 50px 35px 50px;
    }
}

@media screen and (width <=1080px) {
    .item-top-grand-banner-mobile .item-tag {
        font-size: 18px;
    }

    #premium-banner .list-grid .list-item {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        justify-items: end;
        margin: unset;
        margin-top: 20px;
        gap: 20px;
    }

    .scrollable-area,
    .scrollable-area .list-item {
        height: 290px;
    }

    #slide .scrollable-area,
    #slide .scrollable-area .list-item {
        height: auto !important;
    }

    #grand-banner .scrollable-area.scrollable-area-2 {
        margin-top: 0;
    }

    .list-grid .list-item .item-content .bookmark {
        width: 15px;
        height: 15px;
        bottom: 0;
    }

    #grand-banner .scrollable-area,
    #grand-banner .scrollable-area .list-item {
        height: 290px;
    }

    #grand-banner .list-grid .list-item:hover,
    .list-grid .list-item-wrap:hover .list-item {
        transform: translateY(0px);
    }

    #premium-banner .list-grid {
        grid-template-rows: repeat(2, auto);
    }

    #premium-banner .list-grid .scrollable-area-1,
    #premium-banner .list-grid .scrollable-area-2 {
        margin-top: 30px;
    }

    #enterprise .list-grid .list-item .item-content .item-logo img {
        width: 100%;
        height: 100%;
    }

    #enterprise .scrollable-area .list-item {
        width: 80%;
    }

    #enterprise .list-grid .list-item .item-content {
        width: 100% !important;
        gap: 20px;
        max-height: 170px;
    }

    #hot-talent .list-grid .list-item .item-content {
        width: 100%;
    }

    #footer {
        padding: 30px 50px 35px 50px;
    }

    #grand-banner .scrollable-area {
        height: 350px;
    }

    #grand-banner .list-grid .scrollable-area .list-item .item-content {
        width: 350px;
        height: 350px;
    }
}

/* end slider */
@media screen and (width <=950px) {
    #slide-news .slide-news-wrap {
        left: 0;
    }

    .list-item.large {
        max-width: calc(100% - 40px) !important;
    }
}

@media screen and (width <=875px) {
    #slide {
        height: auto;
    }

    #grand-banner .list-grid .list-item.large .item-content .item-logo {
        display: flex;
        justify-content: center;
        height: 75px;
        margin-bottom: 5px;
        margin-top: 10px;
    }

    #header .header-wrap .header-left {
        gap: 15px;
    }

    #slide .scrollable-area .item-content {
        margin-right: 30px;
    }

    #header .header-wrap .header-left .logo {
        width: 120px;
    }

    #header .header-wrap .nav-wrap .icon-bell,
    #header .header-wrap .nav-wrap .icon-hamburger-bar,
    #header .header-wrap .nav-wrap .icon-back {
        width: 20px;
        height: 20px;
    }

    #grand-banner {
        padding: 45px 0 50px 0;
    }

    #slide-news .slide-news-wrap {
        left: 0;
    }

    #slide img {
        width: 512px;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .left-item {
        padding: 25px;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .left-item .desc {
        font-size: 24px;
        line-height: 1.2;
    }
}

@media screen and (width <=847px) {
    #slide .scrollable-area .item-content {
        margin-right: 30px;
    }

    #slide-news .slide-news-wrap .left-slide {
        gap: 21px;
    }

}

@media screen and (width <=770px) {
    #bottom-nav .bottom-nav-wrap {
        padding: 0 22px;
    }
}

@media screen and (width <=700px) {
    #slide-news .slide-news-wrap .right-slide {
        right: -145px;
    }

    #enterprise .list-grid .list-item .item-content {
        padding: 20px;
    }

    #enterprise .scrollable-area {
        margin-top: 0;
    }
}


@media screen and (width <=600px) {
    #slide-news .slide-news-wrap .right-slide {
        right: -95px;
    }

    #slide-news .slide-news-wrap .left-slide>h1 {
        margin-left: 0px;
    }

    #grand-banner .scrollable-area.margin-right,
    #premium-banner .scrollable-area.margin-right {
        margin-right: 10%;
    }

    #slide {
        margin-left: 0px;
    }

    #slide .scrollable-area {
        height: auto !important;
    }

    #slide {
        height: auto;
    }

    .ico #slide img {
        width: 372px;
    }

    #slide .scrollable-area .item-content {
        margin-right: 20px;
    }

    #slide-news .slide-news-wrap {
        height: max-content;
        padding: 16px 20px;
    }

    #slide-news .slide-news-wrap {
        border-radius: 10px;
    }

    #slide-news .slide-news-wrap .left-slide>h1,
    #slide-news .slide-news-wrap .left-slide>a {
        font-size: 16px;
    }

    .hero-nav-child {
        margin-bottom: 45px;
    }

    #grand-banner .list-grid,
    #premium-banner .list-grid {
        grid-template-rows: repeat(2, 215px);
        justify-items: center;
    }

    #grand-banner {
        padding: 45px 0 50px 0;
    }

    #grand-banner .list-grid .list-item.large .item-content .item-desc {
        margin-top: 0px !important;
    }

    #grand-banner .list-grid .list-item .item-content .item-tag {
        font-size: 14px !important;
        gap: 4px !important;
    }

    .list-grid .list-item .item-content .item-tag li {
        margin-right: 10px;
    }

    .list-grid .list-item .item-content .item-tag li::after {
        height: 10px;
        right: -6px;
    }

    #enterprise .list-grid .list-item .item-content .item-logo {
        margin-right: 20px;
    }

    .carousel-indicators {
        right: 20px;
    }

    .carousel-indicators [data-bs-target] {
        width: 12px;
        height: 12px;
        margin-right: 5px;
        margin-left: 5px;
        background-color: #666666 !important;
        border-radius: 50%;
        display: block;
    }

    .list-grid .list-item .item-content .item-tag .bookmark {
        width: 13px;
        height: 13px;
    }

    /* .carousel-inner,
    .carousel-item,
    .carousel-inner .carousel-item img {
        height: 120px !important;
    } */

    #premium-banner .list-grid {
        grid-template-rows: 185px 215px 215px;
    }

    #premium-banner .list-grid .scrollable-area-1,
    #premium-banner .list-grid .scrollable-area-2 {
        margin-top: 40px !important;
    }

    #premium-banner .list-grid .list-item .item-content {
        align-items: flex-start;
    }

    #hot-talent .icon-star {
        width: 16px;
        height: 16px;
    }

    #hot-recruit .scrollable-area {
        margin-top: 0;
    }

    #hot-recruit .scrollable-area.scrollable-area-2 {
        margin-top: 20px;
    }

    #enterprise .list-grid .list-item .item-content {
        gap: 0px;
    }

    #grand-banner .top-grand-banner-mobile {
        padding: 0 30px;
    }

    #hot-talent .banner-item-res {
        margin-top: 0 !important;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item {
        max-width: 50%;
    }

    #footer .menu>ul {
        justify-content: center;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .item-content {
        flex-direction: column;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .item-content .left-item {
        width: 100%;
        gap: 15px;
    }

    .top-grand-banner-mobile .item-top-grand-banner-mobile .item-content .item-right {
        width: 100%;
    }
}

@media screen and (width <=425px) {
    #slide {
        height: auto;
        height: max-content;
    }

    #slide-news .slide-news-wrap .right-slide {
        right: -85px;
    }

    .list-grid .list-item .item-content .item-tag li {
        margin-right: 5px;
    }

    #premium-banner .list-grid .list-item .item-content .bookmark {
        right: 8px;
        bottom: 13px;
    }

    #enterprise .list-grid .list-item .item-content .item-desc {
        margin: 4px 0;
        font-size: 12px;
    }

    #grand-banner .list-grid .list-item.large .item-content {
        padding: 8px 24px;
    }

    .carousel-inner,
    .carousel-item,
    .carousel-inner .carousel-item img {
        height: max-content !important;
        height: auto !important;
    }

    .list-grid,
    .list-grid .scrollable-area {
        gap: 10px !important;
    }

    #enterprise .scrollable-area .list-item {
        width: 85%;
    }

    #enterprise .list-grid .list-item .item-content .item-logo img {
        width: 100%;
        height: 100%;
    }

    #enterprise .list-grid .list-item .item-content .item-logo {
        height: auto;
        object-fit: contain;
        margin-right: 8px;
        max-height: unset;
    }

    #hot-recruit .scrollable-area {
        margin-top: 5px;
    }

    #enterprise .list-grid .list-item .item-content .item-title {
        margin-bottom: 0;
        font-size: 12px !important;
    }

    #hot-recruit {
        padding-top: 10px;
        padding-bottom: 0;
    }

    #hot-recruit .scrollable-area .list-item {
        width: 160px;
    }

    #premium-banner .list-grid .list-item .item-content .item-tag li,
    #hot-recruit .list-grid .list-item .item-content .item-tag li {
        margin-right: 5px;
    }

    #premium-banner .list-grid .list-item .item-content,
    #enterprise .list-grid .list-item .item-content {
        padding: 8px;
    }

    #enterprise .list-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(1, 90px);
    }

    #enterprise .list-grid .list-item.full {
        height: 90px;
    }

    #hot-talent {
        padding: 16px 5% 0 5%;
        padding-bottom: 44px;
    }

    #hot-talent .list-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    #hot-talent .list-grid .list-item .item-content {
        padding: 10px;
        justify-content: unset;
    }

    #hot-talent .list-grid .list-item .item-content .item-footer .item-position,
    #hot-talent .list-grid .list-item .item-content .item-tag {
        font-size: 12px !important;
        margin-top: 0px;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item {
        height: 42px;
        max-width: max-content;
        padding: 0 10px;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item .bottom-nav-title {
        font-size: 12px;
    }

    #bottom-nav .bottom-nav-wrap {
        flex-wrap: nowrap;
    }

    #bottom-nav .title-bottom-nav-res .phone-number-res {
        font-size: 22px;
        margin-top: 25px;
    }

    #bottom-nav .text-bottom-nav-res {
        margin-top: 10px;
    }

    #bottom-nav .title-bottom-nav-res a,
    #bottom-nav .title-bottom-nav-res span {
        margin: 0 1px;
        font-size: 14px;
    }

    #premium-banner .list-grid {
        grid-template-rows: 135px 215px 215px;
    }

    .list-grid .list-item .item-content .item-logo {
        height: 40px;
        margin-bottom: 5px;
    }

    .list-grid .list-item .item-content .item-tag .bookmark {
        width: 8px;
        height: 8px;
        margin-top: 3px;
    }

    #grand-banner .list-grid .list-item .item-content {
        padding: 8px 15px;
    }

    #grand-banner .list-grid,
    #premium-banner .list-grid {
        grid-template-rows: repeat(2, 145px);
    }

    #header .header-wrap .header-left {
        gap: 21px;
    }

    #header .header-wrap {
        padding: 21px 0 2px 0;
        position: relative;
    }

    .hero-nav-child {
        margin-bottom: 35px;
    }

    #slide-news {
        margin-top: -24px;
    }

    #grand-banner {
        padding: 35px 0 10px 0;
    }

    #grand-banner .list-grid .list-item .item-content,
    #premium-banner .list-grid .list-item .item-content {
        width: 100%;
    }

    .grand-banner-mobile .title,
    .grand-banner-mobile .num-banner span {
        font-size: 14px;
    }

    .grand-banner-mobile .num-banner {
        padding: 2px 15px;
    }

    .carousel-indicators [data-bs-target] {
        width: 8px;
        height: 8px;
        margin-right: 0px;
    }

    #grand-banner .list-grid .list-item.large .item-content .item-tag {
        font-size: 12px !important;
    }

    #grand-banner .list-grid .list-item .item-content .item-tag {
        font-size: 12px !important;
        gap: 0 !important;
    }

    .list-grid .list-item .item-content .item-tag li {
        margin-right: 8px;
    }

    .list-grid .list-item .item-content .item-tag li::after {
        height: 8px;
        right: -5px;
    }

    #grand-banner .list-grid .list-item .item-content {
        padding: 10px;
    }

    #grand-banner .list-grid .list-item.large .item-content .item-logo {
        margin: 0;
    }

    #grand-banner .list-grid .list-item .item-content .item-tag {
        margin-top: 0;
    }

    #grand-banner .list-grid .scrollable-area .list-item .item-content {
        max-width: 195px;
        height: 195px;
    }

    .group-banner-mobile {
        margin-bottom: 10px;
    }

    #premium-banner .group-banner-mobile {
        margin: 20px 0 10px 0;
    }

    #premium-banner .list-grid .scrollable-area-1,
    #premium-banner .list-grid .scrollable-area-2 {
        margin-top: 0px !important;
    }

    #premium-banner .list-grid .scrollable-area-1,
    #premium-banner .list-grid .scrollable-area-2 {
        height: 160px !important;
    }

    #hot-recruit .scrollable-area.scrollable-area-2 {
        margin-top: 10px;
    }


    #enterprise .scrollable-area,
    #enterprise .scrollable-area .list-item {
        height: max-content !important;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item .bottom-nav-title {
        margin: 0;
    }

    #footer .container {
        padding-top: 28px;
    }

    #footer .collab,
    #footer {
        padding: 0 30px;
    }
}

@media screen and (width <=420px) {
    #premium-banner .list-grid {
        grid-template-rows: 140px 145px 160px;
    }

    #slide .scrollable-area .item-content {
        margin-right: 15px;
    }

    #grand-banner .list-grid .list-item.large .item-content .item-tag {
        font-size: 10px !important;
    }

    #bottom-nav .bottom-nav-wrap .bottom-nav-item {
        height: 32px;
    }
}

@media screen and (width <=380px) {
    .list-grid .list-item .item-content .bookmark {
        right: 0;
        bottom: -1px;
        width: 10px;
        height: 10px;
    }

    #slide-news .slide-news-wrap .right-slide {
        right: -75px;
    }

    #grand-banner .list-grid,
    #premium-banner .list-grid {
        grid-template-rows: repeat(2, 155px);
    }

    #premium-banner .list-grid {
        grid-template-rows: 135px 155px 155px;
    }

    #grand-banner .list-grid .list-item.large .item-content .item-logo {
        margin: 0;
    }

    #enterprise .list-grid .list-item .item-content .item-desc {
        margin: 5px 0;
    }

    #hot-talent .list-grid .list-item .item-content .item-footer .item-position,
    #hot-talent .list-grid .list-item .item-content .item-tag {
        font-size: 10px !important;
        margin-top: 0px;
    }

    .section-title {
        font-size: 16px;
    }

    #grand-banner .list-grid .list-item .item-content .item-tag {
        margin-top: 10px;
    }

    #grand-banner .scrollable-area,
    #grand-banner .scrollable-area .list-item {
        height: 135px !important;
    }

    .list-grid .list-item .item-content .item-tag .bookmark {
        width: 7px;
        height: 7px;
        margin-top: 0px;
    }

    #premium-banner .list-grid .scrollable-area-1,
    #premium-banner .list-grid .scrollable-area-2 {
        margin-top: 0px;
    }

    .scrollable-area,
    .scrollable-area .list-item {
        height: auto;
    }
}

@media screen and (width <=360px) {
    /* .grand-banner-mobile .title {
        padding-left: 24px;
    } */

    #slide .scrollable-area .item-content {
        margin-right: 10px;
    }

    .scrollable-area,
    .scrollable-area .list-item {
        height: 135px !important;
    }

    #hot-talent .list-grid {
        grid-template-rows: repeat(3, auto);
    }

    #hot-talent .list-grid .list-item .item-content {
        width: 158px !important;
        height: auto;
    }

    #grand-banner .list-grid .list-item.large .item-content,
    #premium-banner .list-grid .list-item.large .item-content {
        width: 50% !important;
    }

    #hot-talent .list-grid .list-item .item-content {
        width: 100% !important;
    }

    #hot-talent .list-grid .list-item .item-content .item-header .item-info .item-avatar {
        width: 35px;
        height: 35px;
    }

    #hot-talent .icon-star {
        width: 14px;
        height: 14px;
    }

    #grand-banner .list-grid,
    #premium-banner .list-grid {
        grid-template-rows: repeat(2, 140px);
    }

    #hot-recruit .list-grid {
        grid-template-rows: repeat(1, 140px);
    }

    #premium-banner .list-grid .scrollable-area-1 {
        margin-top: -10px;
    }

    #hot-recruit {
        padding-top: 0px;
        margin-top: -30px;
    }

    #hot-talent {
        padding: 10px 5%;
        padding-bottom: 44px;
        margin-top: -10px;
    }

    #grand-banner .list-grid .list-item.large .item-content .item-desc {
        margin-top: -10px !important;
    }

    #bottom-nav .title-bottom-nav-res .phone-number-res {
        font-size: 20px;
    }

    #bottom-nav .title-bottom-nav-res a,
    #bottom-nav .title-bottom-nav-res span {
        margin: 0 1px;
        font-size: 12px;
    }

    #bottom-nav .bottom-nav-wrap {
        gap: 12px;
    }

    #footer .collab,
    #footer .info {
        padding: 0 20px;
    }

    #footer .info>ul>li {
        font-size: 12px;
    }

    #footer .menu>ul {
        font-size: 14px;
    }
}

@media screen and (width <=350px) {
    #footer .info>ul>li {
        font-size: 11px;
    }
}

@media screen and (width <=320px) {
    #bottom-nav .title-bottom-nav-res .phone-number-res {
        font-size: 18px;
    }

    #footer .info>ul>li {
        font-size: 10px;
    }

    #footer .menu>ul {
        font-size: 12px;
    }
}

/* PABAA010 */
/* Tab Form */
#search-content .tabs {
    margin-bottom: 32px;
}

/* Results Search */
#search-content .results-text .keyword {
    font-size: 20px;
    font-weight: 600;
    color: #0068b7;
}

#search-content .results-text span {
    font-size: 18px;
    font-weight: 300;
    color: #666;
}

/* Table 3 column with: left 690px, center 265px, right 425px*/

#talent-news .table>li>div {
    display: grid;
    grid-template-columns: calc(100% - 22.15% - 13.88%) 22.15% 13.88%;
    padding: 28px 0;
}

/* Column left */
#talent-news .table .column-left {
    padding-left: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

#talent-news .table .column-left .wrap-title {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
}

#talent-news .table .column-left .wrap-title .item-title {
    font-weight: 600;
    color: #333;
    font-size: 20px;
}

#talent-news .table .column-left .wrap-title+.wrap-link {
    margin-top: 13px;
}

#talent-news .table .wrap-link+.wrap-position {
    margin-top: 9px;
    padding: 0;
}

.table .column-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#talent-news .table .column-center .wrap-link {
    justify-content: flex-end;
}

#talent-news .table .column-center .room-name {
    text-align: right;
}

#talent-news .table .column-right {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 0;
}

#talent-news .table .column-right .wrap-meta {
    margin: 0;
    align-items: center;
}

#talent-news .table .column-right .wrap-meta .icon-star {
    width: 16px;
    height: 16px;
}

#talent-news .table .item-info {
    display: flex;
    align-items: center;
    gap: 6px;
}

#talent-news .table .item-info .item-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
}

#talent-news .table .item-info .item-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

#talent-news .table .item-info .item-name {
    font-size: 18px;
}

#talent-news .wrap-pagination {
    margin-bottom: 66px;
}

@media screen and (width <=1320px) {
    #talent-news .table .column-left {
        padding-left: 0;
        grid-area: item1;
    }

    #talent-news .table .column-left .wrap-title .item-title {
        line-height: 28px;
    }

    #talent-news .table .column-center {
        grid-area: item2;
    }

    #talent-news .table .column-right {
        grid-area: item3;
    }

    #talent-news .table>li>div {
        grid-template-columns: repeat(2, 1fr);
        grid-template-areas: 'item1 item1' 'item2 item3';
        gap: 15px;
    }

    #talent-news .table .column-center .wrap-link {
        justify-content: flex-start;
    }

    #talent-news .table .column-center .room-name {
        text-align: left;
    }

    #talent-news .table .column-right {
        padding-right: 0;
    }
}

/* Notices news */
#notices-news .table li.wrap-item {
    display: flex;
}

#notices-news .table li.wrap-item:first-child {
    border-top: 1px solid #ddd;
}

#notices-news .table li.wrap-item+.wrap-item {
    padding: 19px 31px 20px;
}

#notices-news .table li.wrap-item {
    justify-content: space-between;
    align-items: center;
    padding: 22px 31px 20px;
}

#notices-news .table li.wrap-item+.wrap-item {
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #ddd;
    padding: 19px 31px 20px;
}

#notices-news .table li .wrap-left {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 31px;
    padding-top: 0;
}

#notices-news .table li .date {
    font-size: 17px;
    font-weight: 300;
    color: #999;
}

#notices-news .top-table {
    border-color: #ddd;
}

#notices-news .content-table li .item-title {
    font-size: 18px;
    line-height: 1;
    font-weight: 400;
}

#notices-news .content-table li .date {
    font-size: 17px;
    font-weight: 300;
    color: #999;
    padding-top: 0;
}

#notices-news .wrap-pagination {
    margin-bottom: 66px;
}

/* View news */
#view-news .table>li>div {
    display: block;
    padding: 0;
    flex: 1;
}

#view-news .content-table li {
    display: flex;
    gap: 60px;
    padding-top: 32px;
    padding-bottom: 34px;
    padding-left: 30px;
    padding-right: 30px;
}

#view-news .content-table li:first-child {
    border-top: 1px solid #ddd;
}

#view-news .content-table li:not(:last-child) {
    border-bottom: 0;
}

#view-news .content-table li .wrapImg {
    display: inline;
    height: 100%;
    width: 100%;
}

#view-news .content-table li .wrapImg img {
    height: 130px;
    width: 100%;
    border-radius: 10px;
}

#view-news .top-table {
    border-color: #ddd;
}

#view-news .content-table li .result-item .wrap-content .item-title {
    font-size: 19px;
    margin-top: 19px;
    margin-bottom: 11px;
    font-weight: 500;
    display: inline-block;
}

#view-news .content-table li .result-item .wrap-content .wrapMeta {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

#view-news .content-table li .status {
    padding: 6px 14px;
}

#view-news .content-table li .result-item .wrap-content .wrapMeta .wrap-date span {
    font-size: 18px;
    font-weight: 300;
    color: #666;
}

#view-news .content-table li .result-item .wrap-content .wrapMeta .wrap-date span.start-date+span.end-date:before {
    content: '~';
    margin-right: 3px;
}

#view-news .wrap-pagination {
    margin-bottom: 66px;
}

/* Responsive */
@media screen and (max-width: 1320px) {
    #view-news .content-table {
        padding: 0;
    }

    #view-news .content-table li {
        flex-direction: column;
        gap: 20px;
    }
}

/* PABAA020 */
#not-found-search {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 140px;
    margin-top: 90px;
    margin-bottom: 20px;
}

#not-found-search .title {
    text-align: center;
    font-weight: 300;
}

#not-found-search .title h1 {
    font-size: 24px;
    font-weight: 600;
}

#not-found-search .title p {
    font-size: 16px;
    margin-top: 12px;
    font-weight: 300;
    color: #666666;
    font-family: "Pretendard";
}

#not-found-search .info {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6e7c97;
    max-width: 900px;
    width: 100%;
    height: 150px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

#not-found-search .info * {
    color: inherit;
}

#not-found-search .info .icon {
    width: 31px;
    height: 31px;
}

#not-found-search .info .icon-info {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 4px solid #8898a4;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 36px;
    color: #8898a4;
}

#not-found-search .info p {
    font-size: 20px;
    margin-left: 6px;
    margin-right: 32px;
    color: #8898a4;
    line-height: 24px;
}

#not-found-search .info ul li {
    font-size: 21px;
}

#not-found-search .info ul li.dot {
    font-size: 16px;
    line-height: 24px;
}

#not-found-search .info ul li.dot::before {
    background-color: #6e7c97;
}

/* PACAA010 */
#auth {
    width: 100%;
    background-color: #f3f7f8;
    height: 100%;
    min-height: 100vh;
}

#auth .container {
    max-width: 1130px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    height: max-content;
    right: 0;
}

#auth img {
    width: auto;
}

#auth .logo {
    margin-bottom: 40px;
    text-align: center;
}

#auth .logo img {
    display: inline-block;
    width: 230px;
}

#back-to-home {
    text-align: right;
    margin-bottom: 20px;
}

#back-to-home a {
    color: #666;
    font-size: 16px;
    font-weight: 300;
    display: flex;
    justify-content: end;
}

.wrap-auth {
    background-color: #fff;
    border-radius: 10px;
    padding: 75px 120px;
}

.wrap-auth .wrap-content {
    display: flex;
}

.wrap-auth .wrap-content .wrap-auth-left {
    width: 50%;
    padding-right: 40px;
    border-right: 1px solid #ddd;
}

.wrap-auth .wrap-content .wrap-auth-right {
    width: 50%;
    padding-left: 40px;
    margin-bottom: -50px;
    display: flex;
    align-items: center;
    height: 235px;
}

#auth .wrap-auth .wrap-content .wrap-auth-right img {
    width: 100%;
    height: max-content;
}

/* Tab Form */
#auth .tabs {
    margin-bottom: 20px;
    border-color: transparent;
}

#auth .tabs li span {
    border-bottom: 1px solid #000;
    font-size: 19px;
    height: 50px;
    color: #999;
}

#auth .tabs li.active span {
    border-bottom: 1px solid transparent;
    background-color: #fff;
    color: #333;
}

.hide {
    display: none;
}

/* Form Login */
.form-login form {
    width: 100%;
}

.wrap-form-container {
    display: flex;
    gap: 10px;
}

.form-login form .wrap-input {
    width: 100%;
}

.form-login form .form-group {
    position: relative;
}

.form-login form .form-group img.icon-input {
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translateY(-50%);
}

.form-login .item-checkBox {
    margin-left: 22px;
}

.form-login .item-checkBox input[type='checkbox']+span,
.form-login .tab-check-box input[type='checkbox']+span {
    left: -22px;
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.form-login .item-checkBox label {
    color: #666;
    font-weight: 600;
    line-height: normal;
}

.form-login form .form-group input:not(input[type='checkbox']) {
    line-height: 48px;
    border: 1px solid #ddd;
    border-radius: 10px;
    width: 100%;
    padding: 0 15px 0 40px;
    font-size: 17px;
    color: #333;
    font-weight: 300;
}

.form-login form .form-group input:not(input[type='checkbox'])::placeholder {
    color: #999;
}

.form-login form .form-group button {
    width: 125px;
    border: none;
    outline: none;
    background-color: #0068b7;
    border-radius: 10px;
    height: 100%;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
}

.form-login form .form-group button:hover {
    background-color: #023e75;
}

.wrap-input {
    width: 66.66%;
    display: grid;
    gap: 10px;
}

.wrap-input+.form-group {
    width: 33.33%;
}

.wrap-bottom-form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 19px;
    padding-bottom: 17px;
    border-bottom: 1px solid #ddd;
}

.wrap-bottom-form .form-group {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 700;
    font-size: 14px;
}

.wrap-bottom-form .remember {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6px;
}

.wrap-bottom-form .remember input {
    width: 16px;
    height: 16px;
    border-radius: 2px;
}

.wrap-bottom-form .remember label {
    font-size: 14px;
    font-weight: 700;
    color: #666;
}

.wrap-forward a {
    font-size: 18px;
    color: #666;
}

.wrap-forward a:hover {
    color: #0068b7;
}

.wrap-forward a+a {
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
}

.wrap-forward a+a:before {
    content: '';
    height: 15px;
    width: 1px;
    background-color: #666;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Question */
.wrap-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 50px;
}

.wrap-question p {
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    color: #666;
}

.wrap-question a.btn {
    padding: 0 21px;
    border-radius: 20px;
    background-color: #eef7fd;
    color: #0068b7;
    font-size: 16px;
    height: 35px;
    display: flex;
    align-items: center;
}

.wrap-question a.btn:hover {
    background-color: #e5f0f8;
}

/* Copyright */
.after-form p {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-top: 25px;
    font-weight: 300;
}

/* PACAA020 */

#after-successful-login .titleText {
    font-size: 36px;
    border-bottom: 1px solid #000;
    padding-bottom: 22px;
    padding-top: 30px;
}

/* after-successful-login content */
#after-successful-login .titleContent {
    font-size: 24px;
    margin: 44px auto 52px;
    max-width: 950px;
}

#after-successful-login .header-content {
    max-width: 950px;
    border: 1px solid #ddd;
    background-color: #f5f5f5;
    border-radius: 10px;
    width: 100%;
    padding: 56px 0 51px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

#after-successful-login .header-content-child-1 {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

#after-successful-login .header-content-child-2 {
    text-align: center;
    color: #aa0000;
    font-size: 18px;
    line-height: 26px;
    margin: 26px 0 34px 0;
    font-weight: 700;
}

#after-successful-login button {
    color: #ffffff;
    width: 200px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #076ecc;
    border-radius: 10px;
    font-size: 18px;
}

#after-successful-login .poster-introduction {
    max-width: 950px;
    margin: auto;
    display: flex;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* PACAB010 */

#wrap-search {
    margin-bottom: 95px;
}

#wrap-search .titleText {
    font-size: 30px;
    margin-bottom: 16px;
    font-weight: 500;
}

#wrap-search .border-bottom-blue {
    border-bottom: 1px solid #00467b;
}

#instruct {
    width: 100%;
    max-width: 1100px;
    background-color: #f5f5f5;
    border-radius: 10px;
    margin: 39px auto 11px auto;
}

#wrap-search .group-notifi {
    padding: 48px 100px 56px 80px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 250px;
}

#wrap-search .title-notifi {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 19px;
}

#wrap-search .title-notifi-child li {
    position: relative;
    padding-left: 15px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
}

#wrap-search .title-notifi-child li::before {
    content: '';
    background-color: #8898a4;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 11px;
    border-radius: 50px;
}

#wrap-search #tab-search {
    width: 1100px;
    margin: 0 auto;
    max-width: 100%;
}

#wrap-search .tabs {
    border-bottom: transparent;
}

#wrap-search .tabs li {
    cursor: pointer;
    height: 100%;
}

#wrap-search .tabs li span {
    border-bottom: 1px solid #333;
    background-color: #ffffff;
    height: 100%;
    position: relative;
    color: #999999;
    font-weight: 300;
}

#wrap-search .tabs li.active span {
    background-color: #fff;
    border-color: #030303;
    border-bottom: 1px solid transparent;
    color: #333333;
    font-weight: 500;
}

#wrap-search .tabs li .icon {
    background-image: url('../images/icons/icon-magnifying-glass-blur.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 20px;
    margin-right: 5px;
}

#wrap-search .tabs li a.active .icon {
    background-image: url('../images/icons/icon-magnifying-glass-blur-active.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 17px;
    height: 20px;
    margin-right: 5px;
}

#wrap-search .tabs li.active .icon {
    background-image: url('../images/icons/icon-magnifying-glass.png');
}

#wrap-search .submit-form {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
}

.form-row input:not([type='radio']) {
    font-size: 15px;
}

.form-row .form-select-container>.form-select-cus>.form-option-placeholder {
    color: #333;
}

#tab-search .tabs li.active .icon {
    display: flex !important;
}

#tab-search .tab-content-item {
    border-radius: 0 0 10px 10px;
    padding: 39px 80px 53px;
}

#tab-search .title-value-radio {
    font-size: 16px;
    margin-left: 10px;
}

#wrap-search .tab-content-item .title-form {
    width: 110px;
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

#wrap-search .tab-content-item .form-phone input {
    width: 249px;
}

#wrap-search .tab-content-item .form-otp input {
    width: 135px;
}

#wrap-search .tab-content-item .form-birth .group-birth {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

#wrap-search .tab-content-item .form-birth .group-birth.wd375 {
    width: 100%;
    max-width: 375px;
    flex-wrap: nowrap;
}

#wrap-search .tab-content-item .form-phone .group-phone {
    display: flex;
    gap: 5px;
}

#wrap-search .tab-content-item .form-phone .group-phone input {
    font-size: 15px;
}

#wrap-search .tab-content-item .form-phone .group-phone button {
    width: 120px;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #999;
    background-color: #f5f5f5;
    font-size: 14px;
    white-space: nowrap;
}

#wrap-search .tab-content-item .form-phone .note-form-phone {
    color: #076ecc;
    margin-left: 16px;
    font-weight: 300;
}

#wrap-search .tab-content-item .form-otp .group-otp {
    display: flex;
    align-items: center;
    gap: 13px;
}

#wrap-search .tab-content-item .form-otp .time-remaining-otp {
    font-size: 14px;
    color: #e60012;
    font-weight: 300;
}

#wrap-search .tab-content-item .form-otp .time-remaining-otp .time-count {
    margin-left: 0;
}

/* Responsive */
@media (min-width: 1920px) {
    #wrap-search .container {
        max-width: 1440px;
    }
}

@media screen and (width <=1320px) {
    #content {
        padding: 30px 0 50px;
    }

    #wrap-search .tab-content-item .form-radio .title-value-radio {
        word-break: keep-all;
    }

    #wrap-search .group-notifi {
        padding: 30px;
    }

    #wrap-search .title-notifi-child {
        font-size: 16px;
    }

    #wrap-search .tab-content-item {
        padding: 20px 20px;
    }

    #wrap-search .tab-content-item .form-row {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    #wrap-search .tab-content-item .title-form {
        margin-bottom: 8px;
    }

    #wrap-search .tab-content-item .form-id input,
    #wrap-search .tab-content-item .form-phone input,
    #wrap-search .tab-content-item .form-otp input,
    #wrap-search .tab-content-item .form-name input {
        width: 100%;
    }

    #wrap-search .tab-content-item .form-phone .note-form-phone,
    #wrap-search .tab-content-item .form-otp .time-remaining-otp,
    #wrap-search .tab-content-item .form-otp .time-remaining-otp .time-count {
        margin: 10px 0;
    }

    #wrap-search .tab-content-item.active::before {
        width: calc(50% + 1px);
    }

    #wrap-search .tab-content-item-1.active::before {
        transform: translateX(0%);
    }

    #wrap-search .tab-content-item-2.active::before {
        transform: translateX(-100%);
    }
}

@media screen and (width <=520px) {
    .form-radio .group-radio label {
        line-height: 20px;
        display: flex;
    }

    .form-radio .group-radio {
        gap: 0;
    }
}

@media screen and (width <=320px) {
    #wrap-search .titleText {
        font-size: 32px;
    }
}

#wrap-search .form-select-container {
    width: 130px;
}

#wrap-search .group-birth.wd375 .form-select-container {
    width: 100%;
}

#wrap-search .form-select-container>.form-select-cus {
    border-radius: 3px;
    border-color: #ddd;
}

.form-select-container>.form-select-cus>.form-option-wrapper {
    border-radius: 3px;
}

.form-select-container>.form-select-cus>.form-option-wrapper>.form-option-container>.form-option,
.form-select-container>.form-select-cus>.form-option-wrapper>.form-option-placeholder-container>.form-option-placeholder,
.form-select-container>.form-select-cus>.form-option-placeholder {
    padding: 0 19px;
}

.form-select-container>.form-select-cus>.form-option-wrapper>.form-option-placeholder-container>.form-option-placeholder:hover {
    border-radius: 3px 3px 0 0;
}

.form-select-container>.form-select-cus>.form-option-wrapper>.form-option-container>.form-option:last-child:hover {
    border-radius: 0 0 3px 3px;
}

#search_id .form-select-container>.form-select-cus>.form-option-wrapper>.form-option-container>.form-option,
#search_id .form-select-container>.form-select-cus>.form-option-wrapper>.form-option-placeholder-container>.form-option-placeholder,
#search_id .form-select-container>.form-select-cus>.form-option-placeholder {
    border-radius: 0 0 3px 3px;
    font-size: 15px;
    font-weight: 300;
}

#search_id .form-select-container>.form-select-cus>.form-option-placeholder::after {
    right: 23px;
}

/* Register */
#register-page .titleText {
    font-size: 36px;
    font-weight: 400;
    border-bottom: 1px solid #333;
    padding-bottom: 22px;
    padding-top: 30px;
}

/* member step */
#register-step {
    margin: 40px 0;
}

#register-step ul {
    display: flex;
    width: 100%;
    padding: 0 33px;
    gap: 44px;
    flex-wrap: wrap;
    justify-content: center;
}

#register-step ul li {
    color: #666;
    background: #ececec;
    border-radius: 10px;
    height: 50px;
    width: 205px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    position: relative;
}

#register-step ul li+li::before {
    content: '';
    position: absolute;
    background: url('../images/icons/icon-next-step.png') no-repeat center / contain;
    height: 13px;
    width: 20px;
    left: -32px;
}

#register-step ul li:last-child::after {
    display: none;
}

#register-step ul li.active {
    background: #00467b;
    color: #fff;
}

#register-page .button-group {
    height: 52px;
    gap: 6px;
}

/* member register */
.register-container {
    padding: 0 100px;
}

.register-container .content-wrap {
    padding: 30px 50px 69px;
    border: 1px solid #ddd;
    border-radius: 10px;
    position: relative;
}

/* step 1 */
#register-check h1 {
    font-size: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

#register-check h1 .icon {
    width: 25px;
    height: 25px;
}

#register-check ul.notes {
    margin-bottom: 60px;
}

#register-check ul.notes li {
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

#register-check ul.notes li::before {
    background-color: #555;
}

#register-check .banner {
    background-color: #fafafa;
    border-radius: 10px;
    border: 1px solid #ddd;
    height: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 963px;
    padding: 0 40px;
    margin-top: 50px;
}

#register-check .register-form .form.title-form {
    font-size: 24px;
    text-align: end;
    flex: 1;
}

#register-check .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 15px;
    font-weight: 400;
    padding: 0 14px;
}

#register-check .form-select-container>.form-select-cus>.form-option-placeholder::after {
    right: 12px;
}

.panel-body.thumlogo {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin-top: 50px;
    flex-wrap: wrap;
}

.panel-body.thumlogo img {
    width: 130px;
    height: 45px;
    object-fit: contain;
}

.register-form {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.register-form .form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.register-form .form:last-child {
    margin-bottom: 0;
}

.register-form .form.group-form {
    display: flex;
    align-items: center;
    width: 300px;
    height: 40px;
    gap: 7px;
}

.register-form .form.group-form input {
    border: 1px solid #bbb;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 0 12px;
    width: 100%;
}

.register-form .form.form-phone .group-form input {
    width: 70px;
}

#register-page #register-check .form-select-container {
    height: 100%;
    z-index: 1;
}

#register-page #register-check .form-select-container .form-select-cus {
    border-radius: 5px;
    border-color: #ddd;
}

#register-page #register-check .form-select-container .form-select-cus .form-option-wrapper {
    border-radius: 5px;
}

#register-page #register-check .form-select-container .form-select-cus .form-option-wrapper .form-option-placeholder-container .form-option-placeholder:hover {
    border-radius: 5px 5px 0 0;
}

#register-page #register-check .form-select-container .form-select-cus .form-option-wrapper .form-option-container .form-option:last-child:hover {
    border-radius: 0 0 5px 5px;
}

/* #register-page #register-check .form-select-container.active .form-select-cus {
    border-color: transparent;
} */

/* step 4 */
#register-complete {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#register-complete .button-group {
    margin-top: 73px;
}

#register-complete>img {
    width: 155px;
    margin-bottom: 17px;
}

#register-complete h1 {
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 23px;
}

#register-complete h1 b {
    color: #076ecc;
    font-weight: 400;
}

#register-complete span {
    font-size: 18px;
    line-height: 28px;
}

#register-complete p {
    font-size: 15px;
    margin-top: 34px;
}

#register-page .tabs {
    border-bottom: transparent;
}

#register-page .tabs li span {
    font-size: 36px;
    background-color: #f3f7f8;
    border-bottom: 1px solid #000;
    height: 100%;
}

#register-page .tabs li.active span {
    border-bottom: 1px solid transparent;
    background-color: #fff;
}

#register-page .tabs li.active:first-child span {
    color: #80b156;
}

#register-page .tabs li.active:last-child span {
    color: #d29132;
}

#register-page .tabs-content .tab-content-item {
    padding: 120px 30px 130px;
}

#register-page .tabs-content .tab-content-item.pd50 {
    padding: 50px;
}

#member-dentail.tab-content-item.pd50 ul li:nth-child(n+2) {
    margin-left: 26px;
}

/* terms and conditions */
#terms-and-conditions {
    padding: 0;
    border: none;
}

#terms-and-conditions .tabs li a {
    font-size: 28px;
    height: 60px;
}

#terms-and-conditions .tabs li a.active {
    color: #80b156 !important;
}

#terms-and-conditions .tabs-content ul li {
    margin-bottom: 20px;
}

#terms-and-conditions .tabs-content ul li:last-child {
    margin-bottom: 0;
}

#terms-and-conditions ul li .title-terms {
    display: flex;
    align-items: center;
}

#terms-and-conditions ul li .title-terms label {
    width: 90px;
}

#terms-and-conditions ul li .title-terms .flex {
    display: flex;
    align-items: start;
    flex: 1;
    gap: 5px;
}

#terms-and-conditions ul li .title-terms .flex p {
    max-width: 10px;
    line-height: 1;
}

#terms-and-conditions ul li .title-terms p .flex {
    flex: unset;
    padding-right: 20px;
}

#terms-and-conditions ul li .title-terms p .flex.pl28 {
    padding-left: 28.5px;
}

/* #terms-and-conditions ul li .title-terms p::before,
#terms-and-conditions ul li .title-terms h1::before {
  content: "※";
  margin-right: 5px;
} */

#terms-and-conditions ul li .title-terms h1 {
    font-size: 18px;
    font-weight: 600;
    flex: 1;
}

#terms-and-conditions ul li .title-terms p {
    font-size: 18px;
    font-weight: 600;
    flex: 1;
    display: flex;
    align-items: center;
    word-break: keep-all;
    white-space: normal;
}

#terms-and-conditions ul li .title-terms p strong {
    color: #ff0000;
    font-size: 15px;
    white-space: nowrap;
    font-weight: 400;
}

#terms-and-conditions ul li .title-terms p .view-more-btn {
    font-size: 15px;
    color: #666;
    font-weight: 400;
    margin-left: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
}

#terms-and-conditions ul li .title-terms p .view-more-btn .star {
    margin-right: 5px;
    max-width: 15px;
    line-height: 1;
}

/* #terms-and-conditions ul li .content-terms {
    margin-top: 17px;
    display: none;
    border: 1px solid #ddd;
    padding: 20px 25px 25px;
}
#terms-and-conditions ul li .content-terms.active {
   display: block;
} */

#terms-and-conditions ul li .content-terms {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    border: 1px solid #ddd;
    border-width: 0;
    padding: 0 25px;
    transition: max-height 0.4s ease, opacity 0.4s ease, border-width 0.4s ease, padding 0.4s;
}

#terms-and-conditions ul li .content-terms.active {
    max-height: 500px;
    overflow-y: scroll;
    opacity: 1;
    border-width: 1px;
    margin-top: 17px;
    padding: 20px 25px 25px;
    margin-left: -27px;
}

#terms-and-conditions ul li .content-terms .mar_b10 strong {
    margin-bottom: 10px;
    font-weight: bold;
}

#terms-and-conditions ul li .content-terms p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
    /* height: 205px; */
    height: max-content;
    overflow-y: auto;
    word-break: keep-all;
}

#terms-and-conditions ul li .content-terms p .space {
    display: block;
}

/* register form */
#register-page .content-wrap .require-input {
    color: #076ecc;
    font-size: 13px;
    margin-left: 11px;
}

#register-page .content-wrap .radio-group+.require-input {
    margin-left: 26px;
}

#register-page .content-wrap>.require-input {
    position: absolute;
    top: 20px;
    right: 20px;
}

#register-dental-form,
#register-invidual-form {
    padding-bottom: 35px;
}

#register-invidual-form .type-register {
    color: #076ecc;
    font-size: 15px;
}

#register-invidual-form .form-select-container>.form-select-cus>.form-option-placeholder,
#register-dental-form .form-select-container>.form-select-cus>.form-option-placeholder {
    padding: 0 13px;
}

#register-dental-form .type-register {
    color: #076ecc;
}

#register-page .form li {
    display: flex;
    font-size: 15px;
    margin-bottom: 20px;
    height: 35px;
    position: relative;
    padding-left: 12px;
}

#register-page .form li .content-form-hidden {
    display: none;
}

#register-page .form li .content-form-hidden input {
    height: 35px;
}

#register-page .form li.form-sms {
    margin-top: -10px;
}

#register-page .form li::before {
    content: '*';
    position: absolute;
    color: #ff0000;
    left: 0;
    top: 10px;
}

#register-page .form li.not-require::before {
    display: none;
}

#register-page .form li.blue::before {
    color: #076ecc;
}

#register-page .form .title-form {
    min-width: 150px;
    width: 150px;
    color: #333;
    font-size: 15px;
}

#register-page .form .content-form input {
    font-size: 14px;
    width: 166px;
    height: 100%;
    border-radius: 5px;
    font-weight: 300;
    height: 35px;
    border: 1px solid #ddd;
    color: #333;
}

#register-page .form .content-form input:read-only {
    background: #eee;
}

#register-page .content-form .button-gray {
    background-color: #eee;
    border: 1px solid #999;
    border-radius: 5px;
    width: 82px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    height: 35px;
    color: #666;
}

#register-page input:disabled {
    background-color: #eee !important;
    pointer-events: none !important;
}

#register-page .content-form .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 14px;
    font-weight: 300;
}

#register-page .content-form.form-phone .form-select-container>.form-select-cus>.form-option-placeholder {
    color: #333 !important;
}

#register-page .content-form .form-select-container.select-year {
    width: auto;
}

#register-page .content-form .form-select-container.select-year .form-option-placeholder,
#register-page .content-form .form-select-container.select-month .form-option-placeholder,
#register-page .content-form .form-select-container.select-day .form-option-placeholder {
    padding: 0 15px;
}

#register-page .content-form .form-select-container.select-year .form-option-placeholder::after,
#register-page .content-form .form-select-container.select-month .form-option-placeholder::after,
#register-page .content-form .form-select-container.select-day .form-option-placeholder::after {
    display: none;
}

#register-page .content-form .form-select-container.select-year .form-option-placeholder {
    color: #333 !important;
    justify-content: center;
}

.form-select-container-PADAC020.select-year .form-select-container {
    width: 70px;
}

.form-select-container-PADAC020.select-month .form-select-container {
    width: 43px;
}

.form-select-container-PADAC020.select-day .form-select-container {
    width: 43px;
}

#register-page .content-form .form-select-container.select-month,
#register-page .content-form .form-select-container.select-day {
    width: auto;
}

#register-page .content-form .form-select-container.select-month .form-option-placeholder,
#register-page .content-form .form-select-container.select-day .form-option-placeholder {
    color: #333 !important;
    justify-content: center;
}

#register-page .content-form .form-select-container .form-select-cus {
    font-size: 14px;
    border-radius: 5px;
}

#register-page .content-form .form-select-container.select-class {
    width: 278px;
}

.form-select-container.select-class .select-nameClass {
    width: 278px;
}

.row-has-check-box .content-form {
    gap: 10px 17px;
}

#register-page .content-form>label {
    display: inline-flex;
    align-items: center;
    gap: 5px;
}

#register-page .content-form>label input[type='checkbox'] {
    width: 12px;
}

#register-page .content-form .form-select-container.select-phone {
    width: 75px;
}

#register-page .content-form.form-phone {
    gap: 5px;
}

#register-page .content-form.form-phone input[type='number'] {
    width: 75px;
}

#register-page .content-form.form-email {
    gap: 7px;
}

#register-page .content-form.form-email input {
    width: 123px;
}

#register-page .content-form.form-email .select-phone {
    width: 173px;
}

.form-select-container.select-phone .form-select-container {
    width: auto;
}

#register-page .content-form.form-email .require-input {
    position: absolute;
    bottom: -22px;
    margin-left: 0;
}

#register-page .form .form-address {
    margin-bottom: 100px;
}

#register-page .form .form-address .content-form {
    display: block;
}

#register-page .form .form-address .content-form .address-code-group {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 100%;
    margin-bottom: 8px;
}

#register-page .form .form-address .content-form>input {
    display: block;
    margin-bottom: 8px;
    width: 650px;
}

#register-page .form .form-address .content-form .button-gray {
    width: 100px;
}

#register-page .radio-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 55px;
}

#register-page .item-radioBox label {
    display: flex;
}

#register-page .item-radioBox label span {
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
}

#register-page .content-wrap .form-sms .require-input {
    line-height: 1;
    word-break: keep-all;
    white-space: nowrap;
}

#register-page .content-form.has-input input,
#register-page .content-form .form-select-container.select-school {
    width: 171px;
}

.mdf__div input[maxlength='3'],
#register-page .form-business-number input[maxlength='3'] {
    width: 76px;
}

.mdf__div input[maxlength='2'],
#register-page .form-business-number input[maxlength='2'] {
    width: 65px;
}

.mdf__div input[maxlength='5'],
#register-page .form-business-number input[maxlength='5'] {
    width: 100px;
}

.form-business-number label {
    margin-left: 14px;
}

#register-page .form li.form-row-radio {
    margin-bottom: 11px;
}

#register-page .form li:last-child {
    margin-top: 10px;
}

@media screen and (width <=1440px) {
    #register-step ul {
        max-width: 800px;
        margin: 0 auto;
        padding: 0;
    }

    #register-step ul li {
        flex: 1 1 calc(50% -10px);
    }

    #register-check .banner {
        height: auto;
        gap: 50px;
        padding: 40px 20px;
        justify-content: center;
    }

    #register-page .content-form {
        flex-wrap: wrap;
        gap: 6px 3px;
    }

    #register-page .form .form-address .content-form>input {
        width: 100%;
    }
}

@media screen and (width <=1320px) {
    .register-container {
        padding: 0;
    }

    #register-step ul li {
        flex: 1 1 50%;
    }

    #register-check .banner {
        flex-direction: column;
    }

    #register-step ul li+li::before {
        width: 23px;
        left: -40px;
        top: 6px;
        left: 50%;
        transform: rotate(90deg) translate(-150%, 50%);
    }

    #register-step .register-form .form-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 7px;
    }

    .form-row-radio .content-form {
        flex-direction: column;
        align-items: flex-start;
    }

    #register-page .form li {
        height: 100%;
        padding: 15px;
        margin-bottom: 0;
    }

    #register-page .content-wrap .require-input {
        margin-left: 0;
        margin-top: 5px;
    }

    #register-page .content-wrap .form-sms .require-input {
        margin-top: 5px;
        white-space: normal;
    }

    #register-page .content-form.form-email {
        flex-direction: column;
        align-items: flex-start;
        height: 100%;
    }

    #register-page .content-form.form-email .require-input {
        position: relative;
        bottom: auto;
    }

    #register-page .form .form-address {
        margin: 0;
    }

    #register-page .form .form-address .content-form input,
    #register-page .content-form.form-email input,
    #register-page .form .form-address .content-form .button-gray,
    #register-page .form .content-form input,
    #register-page .content-form .button-gray {
        height: 35px;
        max-width: 400px;
        box-sizing: border-box;
    }

    #register-dental-form,
    #register-invidual-form {
        padding-bottom: 30px;
    }

    .register-container .content-wrap {
        padding: 30px 15px 30px;
    }

    #register-page .form .title-form {
        width: 150px;
        min-width: 150px;
    }

    #register-page .form li::before {
        top: 50%;
        transform: translateY(-50%);
    }

    #register-page .content-form .form-select-container.select-class,
    #register-page .form .content-form input {
        width: 100%;
    }

    #register-page .form .form-address .content-form .address-code-group {
        flex-wrap: wrap;
    }
}

/* PAEAA010 */

#support-now .wrap-table>li>div {
    display: grid;
    grid-template-columns: 240px 1fr 255px 130px;
    padding: 29px 0 34px;
    width: 100%;
}

/* PAEAA020 */

/* Top Table */
#content-table .count-results {
    color: #fff;
    font-weight: 500;
}

#content-table .table .column-left .wrap-title .item-title {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 650px;
    white-space: nowrap;
}

#content-table .table .column-left .wrap-title .item-title.maxWidth520 {
    max-width: 520px;
}

#content-table .table.table-has-more-infomation .column-left .wrap-title .item-title {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    transition: all .2s;
}

#content-table .table.table-has-more-infomation .column-left .wrap-title .item-title:hover {
    color: #0068b7;
}

#content-table .table.table-has-more-infomation .column-left .wrap-title .item-title+.icon-envelope {
    width: 16px;
}

#support-now .table-header .column.column-2 {
    flex-direction: column;
    width: calc(100% - 230px);
}

#content-table .form-select-container>.form-select-cus>.form-option-placeholder,
#support-now .form-select-container>.form-select-cus>.form-option-placeholder {
    padding: 0 14px;
    font-size: 16px;
}

#content-table .form-select-container>.form-select-cus>.form-option-placeholder::after,
#support-now .form-select-container>.form-select-cus>.form-option-placeholder::after {
    right: 13px;
}

#content-table .table .column-left .wrap-title+.wrap-link {
    justify-content: start;
}

#support-now .table-header .column.column-2>div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

#support-now .table-header .column.column-2>div:first-child {
    background-color: #f0f0f0;
    width: 100%;
}

#support-now .table .column-2 .wrap-title+.wrap-link {
    padding: 0 12px;
}

#notification-tab .table-header div.column.column-3,
#support-now .table-header div.column.column-3 {
    font-size: 16px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 220px 130px;
}

#notification-tab .table-header.gridTemplateColumns {
    grid-template-columns: 240px 1fr 220px 130px;
    color: #111;
    border-top: 1px solid #111;
}

#notification-tab .table-header.gridTemplateColumns div.column.column-3 {
    display: flex;
}

#notification-tab .table-header .column.column-3>div,
#support-now .table-header .column.column-3>div {
    display: flex;
    align-items: end;
    justify-content: center;
    color: #333;
}

#notification-tab .msg__table th,
#notification-tab .table-header .column.column-3>div,
#notification-tab .table-header .column {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
}

#notification-tab .msg__table th {
    background: #f4f6f8;
}

#support-now .table-header .column.column-3>div:first-child {
    justify-content: center;
}

#support-now .table-header .column.column-3>div .text-bold {
    font-size: 16px;
    font-weight: 500;
}

/* Content Table */
#support-now .wrap-table>li {
    display: flex;
    align-items: center;
    position: relative;
}

.item.pin {
    background-color: #fefff2;
    position: relative;
}

/* .wrap-table.table-yellow>li::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 16px solid #89a9fc;
    border-left: 16px solid #fff;
} */

.wrap-table .clinic-name {
    font-weight: 500;
    display: flex;
    width: 100%;
    height: 100%;
    align-items: start;
    justify-content: center;
    padding: 0 28px;
    line-height: 30px;
    transition: all .2s;
}

.wrap-table .clinic-name:hover {
    color: #0068b7;
}

.wrap-table .item.yellow .clinic-name {
    font-weight: 600;
}

.wrap-table .item.yellow .clinic-name.start {
    padding: 0;
}

.wrap-table .item.yellow .wrap-title {
    height: 30px;
}


#support-now .wrap-table .item.yellow .wrap-title h4,
#recruitment-news .wrap-table .item.yellow .wrap-title h4 {
    font-weight: 700;
}

#support-now .wrap-table .item.yellow .wrap-title h4 a,
#recruitment-news .wrap-table .item.yellow .wrap-title h4 a {
    background-color: #fbffaa;
}

#support-now .wrap-table .item.blue .wrap-title h4,
#support-now .wrap-table .item.blue .clinic-name,
#recruitment-news .wrap-table .item.blue .wrap-title h4,
#recruitment-news .wrap-table .item.blue .clinic-name {
    color: #0055cc;
}

#support-now .wrap-table .item.purple .wrap-title h4,
#support-now .wrap-table .item.purple .clinic-name,
#recruitment-news .wrap-table .item.purple .wrap-title h4,
#recruitment-news .wrap-table .item.purple .clinic-name {
    color: #7600d1;
    font-weight: 600;
}

#support-now .subway-tag,
#recruitment-news .subway-tag {
    margin-left: 0;
}

/* #support-now .table .wrap-position li {
    color: #333;
} */

#support-now .wrap-link li a {
    color: #333;
}

/* Column 1 */
.column-1 {
    justify-content: center;
}

/* Column 2*/
.wrap-table .column-2 {
    padding-left: 0;
}

.wrap-table .column-2 .wrap-title {
    justify-content: start;
    width: 100%;
    padding: 4px 0;
}

.wrap-table.table .wrap-row {
    padding: 0 6px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 6px 0;
}

.wrap-table .column-2 .wrap-title .item-title {
    margin-bottom: 0;
    font-size: 19px;
    font-weight: 500;
    color: #333;
    width: 100%;
    max-width: max-content;
    display: -webkit-box;
    word-wrap: break-word;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 6px;
    letter-spacing: -0.5px;
    word-break: break-all;
}

.wrap-table .item.yellow .column-2 .wrap-title .item-title {
    font-weight: 600;
}

.wrap-table .column-2 .wrap-title .wrap-meta {
    display: inline-flex;
    gap: 8px;
    margin-top: 0;
}

.wrap-table .wrap-link+.wrap-position {
    margin-top: 8px;
}

.wrap-table .PAJAF010 .wrap-link+.wrap-position,
.PAJAA010 .wrap-link+.wrap-position {
    margin-left: 0px;
}

/* Column 3 */
.wrap-table .column-3 {
    padding-left: 0;
}

#support-now .column-3 .wrap-link li a {
    color: #666;
}

/* Column 4 */
.column-4 {
    display: block;
}

.column-4 .support {
    font-size: 17px;
    color: #fff;
    background-color: #0068b7;
    border-radius: 30px;
    padding: 0 11px;
    line-height: 30px;
}

.column-4 .time {
    color: #999;
    font-size: 16px;
    font-weight: 400;
}

.wrap-dropDown .dropDowns {
    display: flex;
    gap: 5px;
}

paeaa070 .column-1 .clinic-name .yellow {
    height: 30px;
    background-color: #fbffaa;
    font-weight: 700;
}

@media screen and (width <=1320px) {
    #support-now .wrap-table>li>div {
        grid-template-columns: 30% calc(100% - 30% - 15px);
        gap: 15px;
    }

    #support-now .top-table {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    #support-now .wrap-table .column-2 {
        padding-left: 0;
    }

    #support-now .wrap-table .column-3 {
        padding: 0;
    }

    .column-4 {
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        gap: 5px;
    }

    .column-4 .support+.room {
        margin-top: 0;
    }

    .table-header {
        display: none;
    }
}

@media screen and (width <=768px) {
    .column-1 .clinic-name .yellow {
        height: max-content;
        margin-bottom: 5px;
        width: auto;
        padding: 3px 5px;
        font-size: 15px;
    }

    #support-now .wrap-table>li {
        height: fit-content;
        padding: 15px;
    }

    #support-now .wrap-table>li>div {
        grid-template-columns: 100%;
    }

    .wrap-table>li>div>div {
        justify-content: center;
        gap: 5px;
    }

    .top-table .wrap-dropDown {
        height: auto;
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .top-table .wrap-dropDown .dropDowns {
        flex-wrap: wrap;
    }
}

/* PAEAA040 */

/* Start tabs-select-plus */
#tabs-form .tabs-select-plus {
    display: flex;
    padding: 21px 26px 19px;
    flex-direction: column;
    gap: 35px;
    border-radius: 0px;
    background-color: #f9f9f9;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child {
    display: flex;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .group {
    display: flex;
    align-items: center;
    gap: 10px;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .group .radio-group {
    display: flex;
    align-items: center;
    column-gap: 52px;
    flex-wrap: wrap;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child li {
    margin-left: 0;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .title-detailed {
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    min-width: 150px;
}

#tabs-form .tabs-select-plus .tab-check-box {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 30px;
}

#tabs-form .tabs-select-plus .tab-check-box li label {
    line-height: unset;
}

#tabs-form .tabs-select-plus .tab-check-box li label span,
#tabs-form .tabs-select-plus .item-radioBox span {
    font-size: 16px;
    font-weight: 300;
    line-height: unset;
    color: #666;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .group-radio {
    gap: 15px 52px;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .group-radio label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .group-radio input[type='radio'] {
    height: 17.5px;
    width: 17.5px;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .form-select-container {
    height: 30px;
    width: 135px;
    z-index: 2;
    background-color: #fff;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .group-check-box {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .group-check-box-child {
    display: flex;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child.benefit .tab-check-box li {
    min-width: 130px;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .group-datepicker {
    display: flex;
    gap: 7px;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .group-datepicker .datepicker-child {
    position: relative;
}

#tabs-form .tabs-select-plus .wrap-select-plus-child .datepicker-child input {
    width: 180px;
    height: 30px;
    border: 1px solid #ccc;
    padding: 0px 11px;
    margin-top: -8px;
    cursor: pointer;
    color: #666;
    text-transform: uppercase;
}

#tabs-form .form-select-container>.form-select-cus>.form-option-placeholder {
    padding: 0 13px 0 11px;
    font-size: 16px;
    font-weight: 400;
}

#tabs-form .form-select-container>.form-select-cus>.form-option-placeholder::after {
    right: 14px;
}

#tabs-form .bsns-srch .form-select-container {
    width: 135px;
}

#tabs-form .bsns-srch .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 17px;
    color: #333 !important;
}

#tabs-form .bsns-srch .form-select-container>.form-select-cus>.form-option-placeholder::after {
    background: url(../images/arrow-down-black.png) no-repeat center / contain;
}

#tabs-form.tab-forms .tabs-select-plus .wrap-select-plus-child {
    display: flex;
    flex-direction: column;
}

#tabs-form.tab-forms .tabs-select-plus .wrap-select-plus-child .group {
    display: flex;
    align-items: center;
    gap: 10px;
}

#tabs-form.tab-forms .tabs-select-plus .wrap-select-plus-child .group .radio-group {
    display: flex;
    align-items: center;
    column-gap: 52px;
    flex-wrap: wrap;
}

#tabs-form.tab-forms .tabs-select-plus .wrap-select-plus-child li {
    margin-left: 0;
}

#tabs-form.tab-forms .tabs-select-plus .wrap-select-plus-child .title-detailed {
    font-size: 17px;
    color: #333333;
    font-weight: 600;
    min-width: 150px;
}

#tabs-form.tab-forms .tabs-select-plus .tab-check-box {
    max-width: 1150px;
    margin-top: 10px;
}

#tabs-form.tab-forms .tabs-select-plus .tab-check-box+.tab-check-box {
    padding-top: 25px;
    margin-top: 15px;
    border-top: 1px solid #ddd;
}

#tabs-form.tab-forms .tabs-select-plus .tab-check-box fieldset {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    width: 100%;
}

#tabs-form.tab-forms .tab-check-box:last-child {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
}

.ui-datepicker-header a.ui-datepicker-prev {
    left: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 0.5rem;
    background-position: 50%;
    transform: rotate(180deg);
}

.ui-datepicker-header a.ui-datepicker-next {
    right: 0;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMyIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEzIDEzIj48cGF0aCBmaWxsPSIjNDI0NzcwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik03LjI4OCA2LjI5NkwzLjIwMiAyLjIxYS43MS43MSAwIDAgMSAuMDA3LS45OTljLjI4LS4yOC43MjUtLjI4Ljk5OS0uMDA3TDguODAzIDUuOGEuNjk1LjY5NSAwIDAgMSAuMjAyLjQ5Ni42OTUuNjk1IDAgMCAxLS4yMDIuNDk3bC00LjU5NSA0LjU5NWEuNzA0LjcwNCAwIDAgMS0xLS4wMDcuNzEuNzEgMCAwIDEtLjAwNi0uOTk5bDQuMDg2LTQuMDg2eiIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 50%;
}

/* End tabs-select-plus */

/* Top Table */
#content-table .top-table {
    align-items: center;
}

#content-table .table-results {
    grid-template-columns: calc(100% - 22% - 13% - 5%) 22% 13% 5%;
    height: 50px;
}

#content-table .table-results .column-2 {
    padding-left: 35px;
    text-align: center;
    align-items: center;
}

#content-table .table-results2 {
    grid-template-columns: calc(100% - 27% - 13%) 27% 13%;
    height: 40px;
}

#content-table .table .wrap-position li::after {
    content: ', ';
}

#content-table .table .wrap-position li:last-child::after {
    display: none;
}

/* Content Table */
#support-now .wrap-table>li {
    padding-bottom: 0px;
}

/* Column 2*/
#support-now .wrap-table .column-2 {
    padding-left: 0px;
}

#support-now .wrap-table .column-2 .wrap-title {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

#support-now .wrap-table .column-2.start {
    justify-content: space-between;
}

#support-now .wrap-table .column-2 .wrap-title+.wrap-link {
    margin-top: 8px;
}

#support-now .wrap-table .column-2 .wrap-title .item-title {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    transition: all .2s;
}

#support-now .wrap-table .column-1 .clinic-name {
    font-size: 18px;
}

#support-now .wrap-table .column-1 .clinic-name a.yellow,
#recruitment-news .wrap-table .column-1 .clinic-name a.yellow {
    background-color: #fbffaa;
}

#support-now .wrap-table .column-2 .wrap-title .item-title:hover {
    color: #0068b7;
}

#support-now .wrap-table .column-2 .wrap-title .wrap-meta {
    display: inline-flex;
    gap: 8px;
}

#support-now .wrap-table .wrap-link+.wrap-position {
    margin-top: 4px;
}

/* Column 3 */
#support-now .wrap-table .column-3 {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

/* PAFAA010 */
#content-table .table>li>div {
    display: grid;
    grid-template-columns: calc(100% - 22% - 13%) 22% 13%;
    padding: 28px 0;
}

#content-table .table>li>.wrap-column.col4 {
    grid-template-columns: calc(100% - 22% - 13% - 5%) 22% 13% 5%;
}

#content .popup .table>li>div {
    display: flex;
    padding: 0;
}

/* FAFAA020 */

@media screen and (width <=991px) {
    #content-table .table>li>div {
        display: grid;
        grid-template-columns: calc(100% - 27.15% - 13.88%) 27.15% 13.88%;
    }

    #content-table .table .column-left {
        padding: 0;
    }

    #content-table .table.PAJAG010>li>div {
        padding: 28px 20px;
    }

}

@media screen and (width <=767px) {
    #content-table .table>li>div {
        display: grid;
        grid-template-columns: 100%;
        /* padding: 28px 0 0; */
    }
}

/* PAHAC010 */
#user-guide {
    padding: 30px 0 5px 0;
}

#user-guide .titleText {
    font-size: 32px;
    border-bottom: 1px solid #00467b;
    padding-bottom: 13px;
}

#user-guide .border-bottom-blue {
    border: 1px solid #00467b;
}

#user-guide .content-title {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    margin-top: 75px;
    line-height: 0;
}

.outer-circle {
    width: 20px;
    height: 20px;
    background-color: #eb9b00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#user-guide .outer-circle {
    width: 20px;
    height: 20px;
    background-color: #eb9b00;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#user-guide .outer-circle.green {
    background-color: #48b805;
}

.outer-circle.blue {
    background-color: #0055cc;
}

#user-guide .outer-circle::before {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.outer-circle::before {
    content: '';
    background-color: #fff;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

#user-guide .text-content-title {
    font-size: 32px;
    color: #48b805;
    font-weight: 500;
}

#user-guide .user-guide-content-child-2 .text-content-title {
    color: #eb9b00;
}

#user-guide .text-content-title-child {
    font-size: 18px;
    text-align: center;
    margin-top: 30px;
    color: #666666;
    font-weight: 300;
    word-break: keep-all;
}

#user-guide .vertical-line {
    margin: 26px auto 30px auto;
    width: 1px;
    height: 24px;
    background-color: #666666;
}

#user-guide .title-content-child {
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 45px;
}

.line-item {
    grid-column: span 1;
}

#user-guide .item-text-arrow {
    margin-bottom: 100px;
}

#user-guide .item-content .item-text-arrow .line-item {
    width: 100%;
    display: flex;
    padding: 0px;
    gap: 24px;
}

#user-guide .user-guide-content-child-2 .item-text-arrow .line-item {
    justify-content: center;
}

#user-guide .item-content .item-text-arrow .line-item.line-1 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(3, 1fr);
    width: max-content;
    margin: auto;
}

#user-guide .item-content .item-text-arrow .line-item .item:nth-child(1),
#user-guide .item-content .item-text-arrow .line-item .item:nth-child(2),
#user-guide .item-content .item-text-arrow .line-item .item:nth-child(3) {
    margin-bottom: 11px;
    position: relative;
    left: -28px;
}

#user-guide .item-content .item-text-arrow .line-item .item:nth-child(4),
#user-guide .item-content .item-text-arrow .line-item .item:nth-child(5),
#user-guide .item-content .item-text-arrow .line-item .item:nth-child(6) {
    position: relative;
    right: -45px;
}

#user-guide .item-content .item-text-arrow .line-item.line-1 .item:last-child .item-arrow::after {
    display: none;
}

#user-guide .item-content .item-text-arrow .line-item.line-2 {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, 1fr);
    width: max-content;
    margin: auto;
}

#user-guide .item-content .item-text-arrow .line-item.line-2 .item:nth-child(1),
#user-guide .item-content .item-text-arrow .line-item.line-2 .item:nth-child(2),
#user-guide .item-content .item-text-arrow .line-item.line-2 .item:nth-child(3),
#user-guide .item-content .item-text-arrow .line-item.line-2 .item:nth-child(4) {
    margin-bottom: 11px;
    position: relative;
    left: -28px;
}

#user-guide .item-content .item-text-arrow .line-item.line-2 .item:nth-child(5),
#user-guide .item-content .item-text-arrow .line-item.line-2 .item:nth-child(6),
#user-guide .item-content .item-text-arrow .line-item.line-2 .item:nth-child(7),
#user-guide .item-content .item-text-arrow .line-item.line-2 .item:nth-child(8) {
    position: relative;
    right: -45px;
}

#user-guide .item-content .item-text-arrow .line-item.line-2 .item:last-child .item-arrow::after {
    display: none;
}

#user-guide .user-guide-content-child-2 .line-1,
#user-guide .user-guide-content-child-2 .line-2 {
    justify-content: center;
}

#user-guide .item-content .item-arrow {
    line-height: 25px;
    position: relative;
    width: 240px;
    height: 67px;
    border-radius: 33px;
    background-color: #f4fbf1;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 600;
    margin-right: 14px;
}

#user-guide .user-guide-content-child-2 .item-content .item-arrow {
    background-color: #fef8e5;
}

#user-guide .item-content .item-arrow::after {
    content: '';
    background-image: url('../images/icons/icon-arrow.png');
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -24px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    height: 16px;
}

#user-guide .user-guide-content-child-2 .line-2 .item:last-child .item-arrow::after {
    background-image: none;
}

#user-guide #group-recommend {
    width: 100%;
    height: 185px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: #f9f9f9;
    border-radius: 10px;
}

#user-guide .btn-recommend-use {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    width: 230px;
    height: 60px;
    background-color: #0068b7;
    transition: all 0.2s;
}

#user-guide .btn-recommend-use:hover {
    background-color: #3485c6;
}

#user-guide .btn-recommend-use .text-rcm-use {
    color: #ffffff;
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
}

#user-guide .btn-recommend-use .icon-right {
    background-image: url('../images/PAFAA040/icon-right-white.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 8px;
    height: 12px;
}

#user-guide .title-item {
    text-align: center;
    font-size: 18px;
    margin-top: 24px;
    color: #666666;
    padding: 0 15px;
    word-break: keep-all;
}

#user-guide #company-introduction {
    margin-top: 100px;
    border: 1px solid #dddddd;
    border-radius: 10px;
    height: auto;
    min-height: 200px;
    display: flex;
}

#user-guide #company-introduction .row {
    margin: auto;
    width: 100%;
}

#user-guide .user-guide-content-child-1 .content-child #company-introduction {
    margin-top: 35px;
}

#user-guide .join-membership {
    height: 123px;
    border-right: 1px dashed #b5b5b5;
}

#user-guide .col:last-child .join-membership {
    border-right: unset;
}

#user-guide #company-introduction .icon {
    background-size: contain;
    background-repeat: no-repeat;
    height: 32px;
}

#user-guide #company-introduction .icon.icon-people {
    background-image: url('../images/PAFAA040/icon-people.png');
    width: 24px;
}

#user-guide #company-introduction .icon.icon-mouse {
    background-image: url('../images/PAFAA040/icon-mouse.png');
    width: 22px;
}

#user-guide #company-introduction .icon.icon-up {
    background-image: url('../images/PAFAA040/icon-up.png');
    width: 32px;
}

#user-guide #company-introduction .icon.icon-up::after {
    display: none;
}

#user-guide #company-introduction .icon.icon-image {
    background-image: url('../images/PAFAA040/icon-image.png');
    width: 32px;
}

#user-guide #company-introduction .icon.icon-very-people {
    background-image: url('../images/PAFAA040/icon-very-people.png');
    width: 32px;
}

#user-guide #company-introduction .icon.icon-referral-card {
    background-image: url('../images/PAFAA040/icon-referral-card.png');
    width: 32px;
}

#user-guide #company-introduction .icon.icon-file {
    background-image: url('../images/PAFAA040/icon-file.png');
    width: 28px;
}

#user-guide #company-introduction .icon.icon-computer {
    background-image: url('../images/PAFAA040/icon-compter.png');
    width: 32px;
    height: 30px;
}

#user-guide #company-introduction .icon.icon-find-people {
    background-image: url('../images/PAFAA040/icon-find-people.png');
    width: 32px;
}

#user-guide #company-introduction .icon.icon-star-blue {
    background-image: url('../images/PAFAA040/icon-star-blue.png');
    width: 32px;
}

#user-guide .join-membership li:first-child {
    height: 32px;
    display: flex;
    justify-content: center;
}

#user-guide #company-introduction .title {
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    font-weight: 700;
}

#user-guide #company-introduction .content {
    font-size: 13px;
    margin-top: 7px;
    color: #666666;
    text-align: center;
    font-weight: 300;
    padding: 0 10px;
    word-break: keep-all;
    line-height: 16px;
    letter-spacing: -0.6px;
}

#user-guide #company-introduction .col {
    padding: 0;
}

#user-guide .bottom-note .title-bottom-note {
    font-size: 37px;
    color: #0068b7;
    text-align: center;
    font-weight: 500;
    margin-top: 15px;
    margin-bottom: 23px;
    word-break: keep-all;
}

#user-guide .bottom-note .content-bottom-note {
    font-size: 18px;
    color: #666666;
    font-weight: 400;
    text-align: center;
    line-height: 24px;
    word-break: keep-all;
}

#user-guide .bottom-note .img-text-bottom {
    background-image: url('../images/PAFAA040/img-text-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 282px;
    height: 27px;
    margin: 105px auto 0 auto;
    position: relative;
}

#user-guide .bottom-note .img-text-bottom::before {
    content: '';
    background-image: url('../images/PAFAA040/img-heart-child-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 85px;
    height: 87px;
    position: absolute;
    left: -249px;
}

#user-guide .bottom-note .img-text-bottom::after {
    content: '';
    background-image: url('../images/PAFAA040/img-heart-bottom.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 135px;
    height: 150px;
    position: absolute;
    left: 445px;
    top: 23px;
}

@media screen and (width <=1320px) {
    #user-guide .item-content .item-text-arrow .line-item {
        justify-content: center;
        max-width: 750px;
        margin: 0 auto 24px;
    }

    #user-guide .line-1 {
        margin-bottom: 12px;
    }

    #user-guide #company-introduction .content {
        padding: 0 10px;
    }
}

@media screen and (width <=1200px) {
    #user-guide .item-content .item-text-arrow .line-item.line-2 {
        display: grid;
        gap: 24px;
        grid-template-columns: repeat(3, 1fr);
        width: max-content;
        margin: auto;
    }

    #user-guide .item-content .item-text-arrow .line-item.line-2 .item {
        position: unset !important;
    }
}

@media screen and (width <=1080px) {
    #user-guide .titleText {
        width: calc(100% - 40px);
        margin: auto;
    }

    #user-guide #company-introduction {
        width: calc(100% - 40px);
        margin: auto;
        margin-top: 100px;
    }
}

@media screen and (width <=1024px) {
    #user-guide .content br {
        display: none;
    }

    #user-guide #company-introduction .title {
        font-size: 19px;
    }

}


@media screen and (width <=991px) {

    #user-guide .bottom-note .img-text-bottom::after,
    #user-guide .bottom-note .img-text-bottom::before {
        display: none;
    }

    #company-introduction .col {
        flex: 1 1 calc(33%);
        box-sizing: border-box;
    }

    #company-introduction .col:nth-child(3) .join-membership {
        border-right: unset;
    }

    #company-introduction .col:nth-child(1),
    #company-introduction .col:nth-child(2),
    #company-introduction .col:nth-child(3) {
        margin-bottom: 20px;
    }

    #user-guide #company-introduction .row {
        padding: 20px 0;
    }

    #user-guide .item-content .item-text-arrow .line-item {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    #user-guide .item-content .item-text-arrow .line-item .item {
        position: unset !important;
    }
}

@media screen and (width <=860px) {
    #user-guide .item-content .item-text-arrow .line-item {
        flex-wrap: wrap;
    }
}

@media screen and (width <=767px) {
    #user-guide .item-content .item-text-arrow .line-item {
        gap: 33px;
    }

    #user-guide .item-content .item-arrow {
        margin-right: 0;
    }

    #user-guide #company-introduction .content {
        padding: 0 5px;
    }

    #company-introduction .col {
        flex: 1 1 calc(50% - 20px);
    }

    #company-introduction .col:nth-child(3) .join-membership {
        border-right: 1px dashed #b5b5b5;
    }

    #company-introduction .col:nth-child(2) .join-membership,
    #company-introduction .col:nth-child(4) .join-membership {
        border-right: unset;
    }

    #company-introduction .col:nth-child(1),
    #company-introduction .col:nth-child(2),
    #company-introduction .col:nth-child(3) {
        margin-bottom: 20px;
    }
}

@media screen and (width <=650px) {
    #slide img {
        width: 392px;
    }

    #user-guide .item-content .item-text-arrow .line-item {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    #user-guide .item-content .item-text-arrow .line-item .item {
        margin-bottom: 0 !important;
    }

    #user-guide .item-content .item-arrow::after {
        top: unset;
        right: unset;
        bottom: -30px;
        transform: rotate(90deg);
    }

    #user-guide .item-content .item-text-arrow .line-item {
        gap: 43px;
    }

    #user-guide .bottom-note .content-bottom-note {
        padding: 0 20px;
    }

    #request-email .require-input {
        bottom: -5px;
    }
}

@media screen and (width <=385px) {
    #user-guide #company-introduction .title {
        font-size: 14px;
    }

    #user-guide #company-introduction .content {
        font-size: 11px;
    }

    #user-guide #company-introduction {
        padding: 0;
    }

    #user-guide .title-content-child {
        font-size: 32px;
    }

    #user-guide .text-content-title-child {
        font-size: 20px;
    }

    #user-guide .vertical-line {
        margin: 10px auto;
        height: 18px;
    }
}

@media screen and (width <=320px) {
    #user-guide #company-introduction .content {
        font-size: 12px;
        margin-top: 8px;
    }

    #user-guide #company-introduction .title {
        font-size: 15px;
    }
}

#term-condition h1.title {
    margin: 45px 0 32px;
}

/* Sub Page */
/* sub page */
#content.sub-page {
    background: #f4f6f8;
    padding: 0;
}

@media (min-width: 1400px) {
    #content.sub-page .container {
        max-width: 1152px;
    }
}

#content.sub-page+#footer .container {
    max-width: 1260px;
}

#top-sub-page {
    display: flex;
}

#icon-side-nav {
    position: absolute;
}

.frame-section {
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    width: 100%;
    border-radius: 10px;
    padding: 25px 30px;
    position: relative;
    margin-top: 20px;
}

.frame-section.frame-gray-header {
    margin-top: 48px;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.frame-section.frame-gray-header .header-frame {
    border-color: #ddd;
}

.frame-section.frame-gray-header .header-frame h1 {
    font-weight: 400;
    font-size: 26px;
    display: flex;
    align-items: center;
    gap: 7px;
}

.frame-section.frame-gray-header .content-frame {
    background: #fff;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    padding: 30px 40px;
    margin-top: 15px;
    border-radius: 10px;
}

.frame-section.frame-table-horizontal .content-frame {
    border-radius: 0;
    box-shadow: none;
    margin-top: 0;
    padding: 20px;
}

.frame-section.frame-table-horizontal.blue-line {
    border-top: 1px solid #076ecc;
    border-bottom: 1px solid #076ecc;
    border-radius: 0;
}

#top-sub-page #side-nav {
    width: 230px;
    height: 100%;
    top: 0;
    margin-right: 20px;
}

#top-sub-page #side-nav .close-menu-responsive {
    display: none;
}

#top-sub-page #side-nav .side-banner img {
    margin-top: 20px;
}

#top-sub-page #side-nav .frame-section {
    padding: 10px;
    width: 230px;
}

#top-sub-page #side-nav ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

#top-sub-page #side-nav ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 1px solid #ddd;
    min-height: 60px;
    font-size: 18px;
    position: relative;
    padding: 0 14px;
    cursor: pointer;
    white-space: nowrap;
    transition: all .2s;
}

#top-sub-page #side-nav>ul>li:last-child {
    border-bottom-color: transparent;
}

#top-sub-page #side-nav>ul>li.active {
    border-bottom-color: transparent;
}

#top-sub-page #side-nav>ul>li.item-has-child button {
    display: flex;
    justify-content: start;
    align-items: center;
    height: 60px;
    width: 100%;
    gap: 13px;
    position: relative;
    z-index: 2;
}

#top-sub-page #side-nav>ul>li.item-has-child.active {
    color: #0068b7;
}

#top-sub-page #side-nav>ul>li.item-has-child:hover button,
#top-sub-page #side-nav>ul>li.active button,
#top-sub-page #side-nav>ul>li.active {
    color: #0068b7;
    border-bottom-color: transparent;
}

#top-sub-page #side-nav>ul>li.item-has-child.active::after {
    background-color: transparent;
}

#top-sub-page #side-nav>ul>li.item-has-child.active:hover::after {
    background-color: #eef7fd;
    border-bottom-color: transparent;
}

#top-sub-page #side-nav>ul>li.item-has-child:hover {
    border-bottom-color: transparent;
}

#top-sub-page #side-nav>ul>li.item-has-child.active:hover .sub-menu:before {
    border-color: transparent;
}

#top-sub-page #side-nav>ul>li.item-has-child::before {
    content: '';
    background-color: #eef7fd;
    width: 12px;
    height: 12px;
    background: url('../images/icons/icon-drop-down.png') no-repeat center / 100%;
    position: absolute;
    top: 30px;
    transform: translateY(-50%) rotate(-90deg);
    right: 18px;
    z-index: 1;
    transition: all 0.2s ease-in-out;
}

#top-sub-page #side-nav>ul>li.item-has-child.active::before,
#top-sub-page #side-nav>ul>li.item-has-child.active-child::before,
#top-sub-page #side-nav>ul>li:hover.item-has-child::before {
    background: url('../images/icons/icon-drop-down-blue.png') no-repeat center / 100%;
}

#top-sub-page #side-nav>ul>li.item-has-child.active-child .icon-document-subpage::after {
    background-image: url('../images/icons/icon-document-subpage-active.png');
}

#top-sub-page #side-nav>ul>li.item-has-child.active-child .icon-resume-add::after {
    background-image: url('../images/icons/icon-resume-add-hover.png');
}

#top-sub-page #side-nav>ul>li.item-has-child.active-child::before {
    transform: rotate(0deg) translateY(-35%);
    transition: all 0.2s ease-in-out;
}

#top-sub-page #side-nav ul li.item-has-child:hover>a,
#top-sub-page #side-nav>ul>li.item-has-child.active-child>a {
    color: #0068b7;
}

#top-sub-page #side-nav ul li.item-has-child.active-child .icon-nav-list::after,
#top-sub-page #side-nav ul li.item-has-child.active-child .icon-nav-list::after {
    background-image: url('../images/icons/icon-nav-list_hover.png');
}

#top-sub-page #side-nav ul li.item-has-child.active-child .icon-recruit-add::after,
#top-sub-page #side-nav ul li.item-has-child.active-child .icon-recruit-add::after {
    background-image: url('../images/icons/recruit-add-hover.png');
}


#top-sub-page #side-nav>ul>li:not(.item-has-child):hover {
    border-bottom-color: transparent;
    color: #0068b7;
}

#top-sub-page #side-nav>ul>li.item-has-child.active-child:hover>a {
    border-bottom-color: transparent;
    color: #0068b7;
}

/* #top-sub-page #side-nav>ul>li.item-has-child.active-child:hover {
    border-bottom-color: #ddd;
} */

#top-sub-page #side-nav>ul>li.item-has-child .active {
    display: block;
    opacity: 1;
    overflow: visible;
    transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
    z-index: 2;
}

#top-sub-page #side-nav ul li .sub-menu li:hover,
#top-sub-page #side-nav ul li .sub-menu.active .active-child {
    background-color: #eef7fd;
}

#top-sub-page #side-nav ul li .sub-menu li:first-child:hover,
#top-sub-page #side-nav ul li .sub-menu.active .active-child:first-child {
    border-radius: 10px 10px 0 0;
}

#top-sub-page #side-nav ul li .sub-menu li:last-child:hover,
#top-sub-page #side-nav ul li .sub-menu.active .active-child:last-child {
    border-radius: 0 0 10px 10px;
}

#top-sub-page #side-nav ul li::after {
    content: '';
    width: 230px;
    height: 61px;
    position: absolute;
    top: -1px;
    left: -10px;
}

#top-sub-page #side-nav ul li .sub-menu {
    display: none;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: -1px;
    left: calc(100% + 3px);
    background: #fff;
    border: 1px solid #ddd;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
    transition: max-height 0.2s ease-in-out, opacity 0.2s ease-in-out;
}

#top-sub-page #side-nav ul li .sub-menu::before {
    content: '';
    border-bottom: 1px solid #ddd;
    width: 205px;
    position: absolute;
    display: none;
}

#top-sub-page #side-nav ul li.active-child:hover .sub-menu::before {
    border-bottom-color: transparent;
}

#top-sub-page #side-nav ul li .sub-menu li::after {
    content: '';
    width: 247px;
    height: 61px;
    position: absolute;
    top: -1px;
    left: -17px;
}

#top-sub-page #side-nav ul li .sub-menu li:last-child {
    border: none;
}

#top-sub-page #side-nav ul li .sub-menu li:hover a {
    color: #0068b7;
}

#top-sub-page #side-nav ul li .sub-menu li:hover::after {
    background-color: transparent;
}

#top-sub-page #side-nav ul li.active::after,
#top-sub-page #side-nav ul li:hover::after {
    background-color: #eef7fd;
}

#top-sub-page #side-nav ul li.active::after,
#top-sub-page #side-nav ul li:hover::after {
    background-color: #eef7fd;
}

#top-sub-page #side-nav ul li a {
    display: flex;
    align-items: center;
    gap: 13px;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 21px 0;
}

#top-sub-page #side-nav ul li .icon {
    width: 17px;
    height: 17px;
}

#top-sub-page #side-nav ul li .icon.icon-light-bulb {
    width: 19px;
    height: 19px;
}

.frame-section .top-link {
    position: absolute;
    padding-right: 15px;
    right: 40px;
    top: 30px;
    font-size: 13px;
    font-weight: 600;
    color: #111;
}

.frame-section .top-link::after {
    content: '';
    background: url('../images/arrow-down-black.png') no-repeat center / contain;
    width: 8px;
    height: 8px;
    transform: rotate(-90deg);
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

.frame-section .top-link:hover {
    color: #0068b7;
}

.frame-section .top-link:hover::after {
    background: url('../images/arrow-down-black_hover.png') no-repeat center / contain;
}

#content.sub-page .main-section {
    width: 100%;
    padding: 20px 0;
}

#content.sub-page .main-section .title-sub-page {
    font-size: 40px;
    font-weight: 800;
}

#content.sub-page .main-section .title-sub-page.size34 {
    font-size: 34px;
    font-weight: 400;
}

.edit .frame-section .content-frame input {
    width: 100%;
    border: 1px solid #ddd;
    padding: 0 6px;
    font-weight: 600;
    height: 33px;
    margin-left: -6px;
    margin-right: -6px;
}

/* select */
#information-management .form-select-container {
    margin-left: -6px;
    height: 33px;
}

#information-management .form-select-container>.form-select-cus {
    border-radius: 0;
    border-color: #ddd;
}

/* #information-management .form-select-container.active>.form-select-cus {
    border-color: transparent;
} */

#information-management .form-select-container>.form-select-cus>.form-option-placeholder {
    color: #333;
    padding: 0 6px;
}

.table-col-span {
    display: flex;
    align-items: center;
    flex: 1;
    padding: 20px 30px 20px 0;
}

.frame-section .content-frame .button {
    font-size: 16px;
    border-radius: 5px;
    border: 1px solid #ddd;
    font-weight: 600;
    padding: 0 25px;
    white-space: nowrap;
    margin-right: 6px;
}

.table-content.table-row {
    flex-direction: row !important;
    align-items: center;
    justify-content: start !important;
}

.edit .table-content.table-row input {
    width: 160px;
    margin-right: 0;
}

.edit .table-content.table-row input:not(:first-child) {
    margin-left: 0;
}

#information-management .form-select-container:not(:first-child) {
    margin-left: 0;
}

#content.sub-page .edit .main-section .frame-section:not(.edit-image) .content-frame .table-horizontal li .table-content {
    padding: 0 24px;
}

.edit .table-content.table-row>span {
    width: 10px;
}

@media screen and (width <=1320px) {
    #side-nav {
        height: 100vh;
        overflow-y: scroll;
    }

    #top-sub-page {
        display: block;
    }

    #top-sub-page #side-nav .frame-section {
        margin-top: 20px;
        min-height: calc(100% - 20px);
        overflow-y: scroll;
        border-radius: 10px 0 0 10px;
    }

    #top-sub-page #side-nav {
        position: fixed;
        transform: translateX(100%);
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        transition: all 0.2s;
        right: 0;
    }

    #top-sub-page #side-nav.active {
        transform: translateX(0%);
        opacity: 1;
        visibility: visible;
    }

    #icon-side-nav {
        position: absolute;
        top: 15px;
        right: 15px;
        width: 40px;
        height: 40px;
        z-index: 1;
        cursor: pointer;
    }

    #icon-side-nav span {
        position: absolute;
        top: 50%;
        left: 0;
        width: 20px;
        height: 3px;
        background-color: #333;
    }

    #icon-side-nav span:before {
        content: '';
        position: absolute;
        top: -10px;
        left: 0;
        width: 40px;
        height: 3px;
        background-color: #333;
    }

    #icon-side-nav span::after {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 40px;
        height: 3px;
        background-color: #333;
    }

    #icon-side-nav.close span {
        background-color: transparent;
    }

    #icon-side-nav.close span:before {
        width: 25px;
        transform: rotate(45deg) translate(11px, 3px);
    }

    #icon-side-nav.close span::after {
        width: 25px;
        transform: rotate(-45deg) translate(11px, -3px);
    }

    #icon-side-nav.active {
        transition: 0.35s all 0.04s;
    }

    .side-banner {
        display: none;
    }

    #content.sub-page .main-section .content-frame .table-horizontal li {
        display: grid !important;
        grid-template-columns: 130px calc(100% - 130px) !important;
    }

    #content.sub-page .main-section .content-frame .table-horizontal li .table-content+.table-title,
    #content.sub-page .main-section .content-frame .table-horizontal li .table-content+.table-title+.table-content {
        border-top: 1px solid #ddd;
    }

    .frame-section.frame-gray-header .content-frame {
        padding: 20px;
    }

    #top-sub-page #side-nav .frame-section .item-has-child.active-child.active::before {
        transform: rotate(0deg) translateY(-35%);
        transition: transform 0.2s ease-in-out;
    }
}

#content.sub-page .main-section .content-frame .table-horizontal li .table-content .images-list {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 15px;
    align-items: center;
}

#content.sub-page .main-section .content-frame .table-horizontal li .table-content .images-list .image-container {
    width: auto;
    position: relative;
}

.button-remove {
    position: absolute;
    width: 13px;
    height: 13px;
    background-color: #cecece;
    z-index: 1;
    top: -5px;
    right: -5px;
    cursor: pointer;
}

.button-remove::after,
.button-remove::before {
    content: '';
    width: 1px;
    height: 9px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.button-remove::after {
    transform: rotate(45deg);
}

.button-remove::before {
    transform: rotate(-45deg);
}

#content.sub-page .main-section .edit-image .content-frame .table-horizontal li .table-title {
    justify-content: center;
    padding: 20px 24px;
}

.table-content textarea {
    resize: none;
    line-height: 25px;
    border: 1px solid #ddd;
    padding: 10px;
    font-weight: 600;
}

.table-content #member-desc {
    height: 100px;
}

.table-content #company-desc {
    height: 260px;
}

#password-subpage {
    width: 100%;
}

#password-subpage .frame-section {
    margin-top: 85px;
}

#password-subpage .frame-section .header-frame {
    border-bottom: none;
    margin-top: 0;
    padding-bottom: 0;
}

#password-subpage .frame-section .content-frame {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 60px;
    padding: 60px;
}

#password-subpage .frame-section .content-frame h1 {
    font-weight: 400;
    font-size: 20px;
    color: #076ecc;
}

#password-subpage .frame-section .content-frame strong {
    font-size: 18px;
    color: #cc0000;
}

#password-subpage .form-container {
    display: flex;
    align-items: center;
    gap: 60px;
}

#password-subpage .form-container .input-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

#password-subpage .form-container .form-group {
    display: flex;
    align-items: center;
}

#password-subpage .form-container .form-group>label {
    font-size: 24px;
    width: 110px;
}

#password-subpage .form-container .form-group>span {
    font-size: 24px;
    color: #076ecc;
}

#password-subpage .form-container .form-group input {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 18px;
}

#password-subpage .form-container .button-group {
    margin-top: 0;
    height: 60px;
}

#password-subpage .form-container .button-group .button {
    margin-right: 0;
    min-width: 100px;
}

.main-section .frame-gray-header .content-frame .blue-text {
    color: #076ecc;
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 25px;
    position: relative;
    padding-left: 23px;
}

.main-section .frame-gray-header .content-frame .blue-text:last-child {
    margin-bottom: 0;
}

.main-section .frame-gray-header .content-frame .blue-text .icon {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}

.main-section .frame-gray-header .header-frame .icon {
    width: 23px;
    height: 23px;
}

.main-section .frame-gray-header .header-frame .icon::after {
    height: 100%;
    width: 100%;
    background-color: transparent;
}

.main-section .table-horizontal .table-content #withdraw-desc {
    height: 210px;
    font-size: 18px;
    font-weight: 400;
}

.main-section .table-horizontal .table-content .blue-text {
    padding-left: 0;
    font-size: 24px;
    font-weight: 200;
}

.main-section .table-horizontal.table-white .table-content textarea,
.main-section .table-horizontal.table-white .table-content input {
    border-radius: 5px;
}

@media screen and (width <=1320px) {
    #password-subpage .form-container {
        gap: 15px 30px;
        flex-wrap: wrap;
    }

    #password-subpage .frame-section .content-frame {
        padding: 20px;
    }

    #password-subpage .form-container .input-container {
        width: 100%;
    }

    #password-subpage .form-container .form-group {
        gap: 15px;
    }

    #password-subpage .form-container .form-group input {
        width: 100%;
    }

    #password-subpage .form-container .form-group>label {
        width: 120px;
        min-width: 120px;
    }

    #password-subpage .form-container .button-group,
    #password-subpage .form-container .button-group .button {
        width: 100%;
    }

    .button-group {
        flex-wrap: wrap;
    }

    #top-sub-page #side-nav ul li .sub-menu {
        display: unset;
        overflow: hidden;
        max-height: 0px;
        opacity: 0;
        z-index: 4;
        position: unset;
        background: #fff;
        box-shadow: none;
        border: none;
        transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }

    #top-sub-page #side-nav ul li .sub-menu.active {
        overflow: visible;
        max-height: 500px;
        opacity: 1;
        transition: max-height 0.4s ease-in-out, opacity 0.4s ease-in-out;
    }
}

#lock-info-subpage {
    width: 100%;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame {
    padding: 20px 0;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li {
    position: relative;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom: 10px;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li span {
    padding-left: 20px;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li:last-child {
    margin-bottom: 0;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li.bullet::before {
    content: '※';
    position: absolute;
    top: 0;
    left: 20px;
}

#lock-info-subpage .frame-section.frame-table-horizontal .header-frame {
    /* border-color: transparent; */
    padding-bottom: 18px;
}

#lock-info-subpage .frame-section.frame-table-horizontal .header-frame h1.bullet {
    position: relative;
    color: #076ecc;
    font-size: 22px;
    padding-left: 20px;
    align-items: end;
}

#lock-info-subpage .frame-section.frame-table-horizontal .header-frame h1.bullet::before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #076ecc;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 50%;
}

#lock-info-subpage .frame-section.frame-table-horizontal .header-frame h1.bullet::after {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    top: 9px;
    left: 3px;
    border-radius: 50%;
}

#lock-info-subpage .frame-section.frame-table-horizontal .header-frame h1>span {
    font-size: 14px;
    color: #999;
    margin-left: 10px;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame.content-form {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #333;
    padding: 15px 0;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame.content-form ul li {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame.content-form ul li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: 0;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li label {
    display: flex;
    align-items: center;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li label span {
    width: 250px;
    padding-left: 0;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li label input[type='text'] {
    width: 230px;
    border-radius: 5px;
    border: 1px solid #ddd;
    height: 36px;
    padding: 0 10px;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame .require-input {
    color: #076ecc;
    font-size: 20px;
    font-weight: 400;
}

#lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li label .require-input {
    font-size: 14px;
    margin-left: 15px;
}

@media screen and (width <=950px) {

    #lock-info-subpage .frame-section.frame-table-horizontal .content-frame .require-input,
    #lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li label .require-input,
    #lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li span {
        word-break: keep-all;
    }

    #lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li label .require-input {
        flex: 1;
        line-height: 1.2;
        margin-left: 0;
    }
}

@media screen and (width <=768px) {
    #notification-tab .table>li>div.col5 {
        grid-template-columns: 1fr;
    }

    #notification-tab .table>li>div.col5 .column.column-5 {
        position: absolute;
        right: 25px;
        bottom: 25px;
    }

    #lock-info-subpage .frame-section.frame-table-horizontal:nth-child(4) .content-frame.content-form ul li label {
        flex-direction: column;
        align-items: start;
        gap: 10px;
    }

    #lock-info-subpage .frame-section.frame-table-horizontal .content-frame ul li label input[type='text'] {
        width: 100%;
    }

    #lock-info-subpage .frame-section.frame-table-horizontal .content-frame.content-form ul li {
        padding-left: 15px;
        padding-right: 15px;
    }

    #lock-info-subpage .main-section .frame-section.frame-gray-header {
        margin-top: 18px;
    }

    #content.sub-page {
        padding: 30px 0 10px;
    }

    #summary-job .job-content .job-div .job-imgbox {
        width: 100%;
    }
}

/* recruitment-adv */
#recruitment-adv .headLine {
    font-size: 36px;
    padding-bottom: 19px;
    margin-top: 55px;
}

#recruitment-adv .tab-item {
    display: none;
}

#recruitment-adv .tab-item.active {
    display: block;
}

#recruitment-adv .tab-item .tab-list-desc {
    margin-top: 35px;
}

#recruitment-adv .tab-item .ticket .tab-list-desc {
    margin-top: 0;
    letter-spacing: -0.5px;
    flex: 1;
}

#recruitment-adv .tab-item .tab-list-desc li {
    font-size: 16px;
    font-weight: 300;
}

#recruitment-adv .tab-item .tab-list-desc li+li {
    margin-top: 10px;
}

#recruitment-adv .tab-item .tab-content {
    display: flex;
}

#recruitment-adv .tab-item .tab-content {
    display: flex;
    gap: 32px;
    margin-top: 38px;
}

#recruitment-adv .tab-item .tab-content .tab-content-left {
    flex: 0 0 40.3%;
}

#recruitment-adv .tab-item .tab-content .tab-content-right {
    flex: 1;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step {
    position: relative;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step+.step {
    margin-top: 41px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-title {
    font-size: 20px;
    font-weight: 600;
    color: #076ecc;
    margin-bottom: 10px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-title .step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background-color: #076ecc;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 8px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-desc {
    padding-left: 26px;
    margin-bottom: 29px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-desc.no-space {
    padding-left: 0px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-desc li {
    padding-left: 12px;
    position: relative;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-desc li::before {
    content: '';
    width: 4px;
    height: 4px;
    display: block;
    border-radius: 50%;
    background-color: #666;
    left: 0;
    top: 5px;
    position: absolute;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-desc li+li {
    margin-top: 10px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table {
    border: 1px solid #a1cdf5;
    border-radius: 10px;
    background-color: #f0f6fb;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li {
    display: flex;
    align-items: center;
    height: 50px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div {
    height: 100%;
    display: flex;
    align-items: center;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div+div {
    border-left: 1px solid #a1cdf5;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li+li {
    border-top: 1px solid #a1cdf5;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li .item-checkBox {
    margin-left: 0;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li .item-checkBox>span {
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li .item-checkBox input[type='checkbox']:checked+span {
    background-color: #076ecc;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li .item-checkBox input[type='checkbox']:checked+span::before {
    background: url('../images/icons/icon-checked-white.png') no-repeat center / 100%;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li .item-checkBox>span {
    width: 15px;
    height: 15px;
    border-radius: 3px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(1) {
    width: 34.5%;
    padding-left: 22px;
    font-size: 15px;
    font-weight: 500;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(1).long-text {
    font-size: 13px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2) {
    width: calc(100% - 34.5%);
    padding-left: 16px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2)>div:nth-child(1) {
    width: 21%;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2)>div:nth-child(2) {
    width: 32.5%;
    padding-left: 16px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2)>div:nth-child(3) {
    width: calc(100% - 32.5% - 21%);
    display: flex;
    justify-content: center;
    align-items: center;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2)>div {
    height: 100%;
    display: flex;
    align-items: center;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2)>div+div {
    border-left: 1px solid #a1cdf5;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table .profit {
    font-size: 15px;
    font-weight: 300;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table .profit span {
    font-size: 20px;
    font-weight: 600;
    color: #076ecc;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table {
    border: 1px solid #a1cdf5;
    border-radius: 10px;
    background-color: #f0f6fb;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table .step-title {
    margin-bottom: 13px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li {
    display: flex;
    align-items: center;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li+li {
    border-top: 1px solid #a1cdf5;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:first-child {
    width: 24.85%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:last-child {
    width: calc(100% - 24.85%);
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table div:last-child {
    border-left: 1px solid #a1cdf5;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:last-child ul li {
    display: flex;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:last-child ul li div {
    height: 49px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:last-child ul li+li {
    border-top: 1px solid #a1cdf5;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:last-child ul li div:first-child {
    width: 60%;
    padding: 0 22px;
    font-size: 15px;
    font-weight: 300;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:last-child ul li div:last-child {
    width: 40%;
    padding: 0 22px;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table li>div.profit {
    font-size: 15px;
    font-weight: 300;
}

#recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table li>div.profit span {
    font-size: 20px;
    font-weight: 600;
    color: #076ecc;
}

@media screen and (width<=1200px) {
    #recruitment-adv .tab-item .tab-content {
        flex-direction: column;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-left {
        width: 100%;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right {
        width: 100%;
    }

    .list-grid .list-item-wrap:hover {
        transform: translateY(0px);
        top: 0px;
        box-shadow: unset;
    }
}

@media screen and (width<=1080px) {
    #recruitment-adv .container {
        padding: 0 12px;
    }

    #top-sub-page {
        margin-left: 0px;
    }
}

@media screen and (width<=676px) {
    #recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li {
        display: flex;
        align-items: center;
        height: 50px;
        flex-direction: column;
        height: 100px;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(1) {
        width: 100%;
        padding: 0;
        justify-content: center;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2) {
        width: 100%;
        border-left: none;
        border-top: 1px solid #a1cdf5;
        padding-left: 0;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2)>div:nth-child(1) {
        width: 20%;
        padding-left: 0;
        justify-content: center;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2)>div:nth-child(2) {
        width: 40%;
        padding-left: 0;
        justify-content: center;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .step-table li>div:nth-child(2)>div:nth-child(3) {
        width: 40%;
        padding-left: 0;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li {
        flex-direction: column;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:first-child {
        width: 100%;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:last-child {
        width: 100%;
        border-left: none;
        border-top: 1px solid #a1cdf5;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:last-child ul li div:first-child {
        width: 50%;
        padding: 10px;
        justify-content: center;
    }

    #recruitment-adv .tab-item .tab-content .tab-content-right .step .more-step-table>li>div:last-child ul li div:last-child {
        width: 50%;
        padding: 0;
        justify-content: center;
    }
}

#recruitment-news .top-table {
    margin-top: 27px;
}

#recruitment-news .wrap-table>li>div {
    display: grid;
    grid-template-columns: 240px 1fr 220px 130px;
    padding: 29px 0 34px;
    width: 100%;
    position: relative;
}

#recruitment-news .wrap-position {
    padding: 0 6px;
    margin-left: 0;
}

#recruitment-news .wrap-table .item.yellow .clinic-name {
    font-size: 18px;
}

#recruitment-news .wrap-pagination {
    margin-bottom: 66px;
}

.blank-row {
    display: flex;
    justify-content: end;
    align-items: center;
    width: 100%;
}

.frame-section .blank-row {
    font-size: 13px;
}

.blank-row:first-child {
    height: 30px;
}

.blank-row>.text-update {
    font-size: 13px;
    color: #80b156;
    font-weight: 500;
}

.blank-row--center {
    justify-content: center;
}

#support-now .wrap-table .column-3 .blank-row--center {
    justify-content: flex-end;
}

.blank-row--center .text-dday-date {
    font-size: 15px;
    color: #999;
}

.frame-section .blank-row--center .text-dday-date {
    font-size: 13px;
}

/* PAGAA010 */
#volunteerBannerImg .bannerImg {
    background: url('../images/PAGAA010/bannerImg.jpg') no-repeat center center;
    width: 100%;
    max-width: 780px;
    height: 280px;
    background-size: contain;
    margin: 20px auto 0 auto;
}

#volunteerBannerImg .titleBannerImg {
    margin: 7px auto 22px auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

#volunteerBannerImg .titleBannerImg .title-child1,
#volunteerBannerImg .titleBannerImg .title-child2 {
    color: #076ecc;
    font-size: 18px;
}

#volunteerBannerImg .titleBannerImg .title-child2 {
    color: #000;
    margin-left: 5px;
}

#volunteerBannerImg .titleBannerImg .title-child3 {
    color: #076ecc;
    font-size: 20px;
    font-weight: 700;
}

#tableVolunteer {
    max-width: 1152px;
    margin: auto;
    display: flex;
    flex-direction: column;
}

#tableVolunteer .header-table {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 58px;
    margin-bottom: 26px;
}

#tableVolunteer .header-table.mt10 {
    margin-top: 10px;
}

#tableVolunteer .header-table .header-left {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;
}

#tableVolunteer .header-table .header-left .item-header {
    font-size: 15px;
    font-weight: 500;
    color: #666;
    padding: 8px 20px;
    background-color: #ededed;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    white-space: nowrap;
}

#tableVolunteer .header-table .header-left .item-header span {
    pointer-events: none;
}

#tableVolunteer .header-table .header-left .item-header.active {
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #076ECC;
}

#tableVolunteer .header-table .header-left .item-header.active span {
    color: #fff;
}

#tableVolunteer .header-right {
    position: relative;
    margin-bottom: 10px;
    width: 260px;
}

#tableVolunteer .header-right input {
    max-width: 260px;
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid #999999;
    padding: 0 7px 0 11px;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

#tableVolunteer .header-right.gray input {
    border: 1px solid #ddd;
}

#tableVolunteer .flex.wrap-item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 100%;
    margin: auto;
    height: 50px;
    border-bottom: 1px solid #ddd;
    color: #333333;
}

#tableVolunteer .flex.wrap-item:first-child {
    border-top: 1px solid #000;
    background-color: #f4f6f8;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
}

#tableVolunteer .flex.wrap-item:first-child .content-item {
    font-weight: 400;
    text-align: center;
}

#tableVolunteer .flex.wrap-item .title-item {
    width: 22.57%;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

#tableVolunteer .flex.wrap-item .content-item {
    width: 49.04%;
    font-size: 15px;
    padding-left: 12px;
}

#tableVolunteer .flex.wrap-item .location-item {
    width: 16.06%;
    font-size: 15px;
    text-align: center;
}

#tableVolunteer .flex.wrap-item .date-item {
    width: 12.33%;
    font-size: 15px;
    text-align: center;
}

#tableVolunteer .flex.wrap-item .title-item,
#tableVolunteer .flex.wrap-item .content-item,
#tableVolunteer .flex.wrap-item .location-item,
#tableVolunteer .flex.wrap-item .date-item {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#tableVolunteer .flex.wrap-item div {
    box-sizing: border-box;
    padding: 0 8px;
}

#tableVolunteer .vln-edtl {
    margin-top: 30px;
}

#tableVolunteer .PAGAA010 .flex.wrap-item.body-item .content-item,
#tableVolunteer .PAGAA010 .flex.wrap-item .head-item:first-child {
    width: 26.57%;
}

#tableVolunteer .PAGAA010 .flex.wrap-item.body-item .title-item,
#tableVolunteer .PAGAA010 .flex.wrap-item .head-item:nth-child(2) {
    width: 45.04%;
}

#tableVolunteer .PAGAA010 .flex.wrap-item .head-item:nth-child(3) {
    width: 16.06%;
}

#tableVolunteer .PAGAA010 .flex.wrap-item .head-item:last-child {
    width: 12.33%;
}

#tableVolunteer .PAGAA010 .flex.wrap-item.body-item {
    text-align: center;
}

#tableVolunteer .PAGAA010 .flex.wrap-item.body-item .title-item {
    text-align: left;
}

#notification .search-form {
    position: relative;
}

#notification .search-form input {
    max-width: 250px;
    height: 35px;
    border-radius: 4px;
    border: 1px solid #999999;
    padding: 0 7px 0 14px;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
}

#notification .search-form .icon {
    background-color: transparent;
}

#notification .header-frame .search-form .icon::after {
    background-color: transparent;
    height: 17px;
}

.react-datepicker-popper {
    z-index: 2 !important;
}

/* resume */
.rsm__btnbx {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 56px;
}

.rsm__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 13px;
    min-width: 160px;
    background: #076ecc;
    border-radius: 10px;
    border: 0;
    cursor: pointer;
    font-size: 17px;
    color: #fff;
}

.rsm__tit {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    font-size: 24px;
    text-align: center;
    margin-top: 15px;
    color: #076ecc;
}

.rsm__profile {
    display: flex;
    gap: 20px;
    padding: 15px;
    border: 1px solid #ddd;
    margin-top: 15px;
}

.rsm__img {
    width: 125px;
    height: 155px;
    background: #ddd;
    display: flex;
    justify-content: center;
    align-items: center;
}

.rsm__img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.rsm__img img.rsm__img-empty {
    width: 32px;
    height: 32px;
}

.rsm__info {
    flex: 1;
    align-self: center;
}

.rsm__name {
    display: flex;
    align-items: flex-end;
    gap: 3px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 15px;
}

.rsm__name>span {
    color: #076ecc;
    font-size: 15px;
}

.rsm__name+p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.rsm__icon {
    align-self: flex-end;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 16px;
}

.rsm__icon-btn {
    display: block;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.button-mobile,
.rsm__icon-mobile {
    display: none;
}

.rsm__sub {
    margin-top: 30px;
    padding-bottom: 16px;
    border-bottom: 1px solid #111;
    font-size: 20px;
    font-weight: 600;
}

.rsm__table {
    width: 100%;
}

.rsm__table td {
    padding: 30px 20px;
    font-size: 17px;
    border-bottom: 1px solid #ddd;
}

.rsm__table td:first-child {
    width: 230px;
}

td span.grdt {
    display: inline-block;
    color: #076ecc;
    font-weight: 600;
    padding-top: 10px;
}

.rsm__bold {
    display: flex;
    align-items: flex-end;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
}

.rsm__bold+.rsm__bold {
    margin-top: 10px;
}

.rsm__bold>span {
    font-size: 17px;
    font-weight: 300;
    color: #666;
}

.rsm__list {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.rsm__list li {
    display: flex;
    align-items: center;
    font-size: 17px;
    font-weight: 300;
    color: #666;
    margin-right: 23px;
    position: relative;
}

.rsm__list li:nth-child(2) span:last-child {
    line-height: 17px;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width: 300px;
}

.rsm__list li+li::before {
    content: '';
    display: inline-block;
    width: 1px;
    height: 70%;
    background: #666;
    position: absolute;
    top: 50%;
    left: -11px;
    transform: translateY(-50%);
}

.rsm__dl {
    padding: 30px 20px;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
}

.rsm__dl dt {
    font-size: 20px;
    font-weight: 600;
}

.rsm__dl dd {
    font-size: 17px;
    font-weight: 300;
    margin-top: 20px;
}

.rsm__dl--gray {
    border: 0;
    background: #f5f5f5;
    margin-top: 30px;
}

.rsm__dl--gray dd {
    display: flex;
    flex-direction: column;
}

.rsm__dl--gray dd span {
    display: flex;
    gap: 5px;
}

.rsm__dl--gray dd span::before {
    content: '※';
    display: inline-block;
}

.vln {
    padding-top: 55px;
}

.vln-top {
    display: flex;
    align-items: center;
    padding: 20px 30px;
    border: 1px solid #ddd;
    gap: 30px;
}

.vln-top__img {
    display: block;
    width: 200px;
    object-fit: contain;
    height: 200px;
}

.vln-top__img img {
    height: fit-content;
    object-fit: contain;
}

.vln-top__imgStyle img {
    height: 200px;
}

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
    display: flex;
    align-items: center;
}

.vln-top__info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    font-size: 15px;
    font-weight: 300;
}

.vln-top__info>h2 {
    font-size: 20px;
    font-weight: 600;
}

.vln-top__info>ul {
    display: flex;
    gap: 15px;
}

.vln-top__info>ul>li {
    color: #999;
}

.vln-top__link {
    display: inline-block;
    width: 24px;
    height: 24px;
    align-self: center;
}

.vln-top__link>img {
    display: block;
    width: 100%;
    height: 100%;
}

.vln-btnbx {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.vln-listbtn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 0;
    border-radius: 10px;
    padding: 12px;
    min-width: 100px;
    background: #0068b7;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.vln-listbtn:hover {
    color: #fff;
    background: #3485c6;
}

.vln__tit {
    font-size: 32px;
    padding-top: 30px;
}

.vln__tit--pt44 {
    padding-top: 44px;
}

.vln-event {
    padding: 25px 0;
    border-top: 1px solid #111;
    border-bottom: 1px solid #ddd;
}

.vln-event__list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    position: relative;
}

.vln-event__list.empty {
    grid-template-columns: 1fr;
    text-align: center;
}

.vln-event__link {
    display: block;
    border: 1px solid #ddd;
    padding: 10px;
    height: 100%;
}

.vln-event__link>img {
    display: block;
    width: 100%;
    height: 160px;
    object-fit: cover;
}

.vln-event__date {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
    font-size: 15px;
    color: #666;
}

.vln-event__date span.blue {
    color: #076ecc;
}

.vln-event__tit {
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    display: -webkit-box;
    word-wrap: break-word;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 11px;
    line-height: 1.4;
}

.vln-edtl {
    border-top: 1px solid #111;
}

.vln-edtl__tit {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid #ddd;
}

.vln-edtl-lf {
    display: flex;
    align-items: center;
    gap: 10px;
}

.vln-edtl-lf>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    min-width: 80px;
    background: #076ecc;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
}

.vln-edtl-lf>span.gray {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 9px;
    min-width: 80px;
    background: #9199a1;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    border-radius: 20px;
}

.vln-edtl-lf>p {
    font-size: 20px;
    font-weight: 600;
}

.vln-edtl__date {
    font-size: 15px;
    color: #666;
    font-weight: 300;
}

.vln-edtl__cnt {
    padding: 25px;
}

.vln-edtl__cnt img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.vln-mgzn {
    border-top: 1px solid #111;
}

.vln-mgzn__table {
    width: 100%;
}

.vln-mgzn__table th {
    font-size: 15px;
    font-weight: 600;
    color: #333;
    text-align: center;
    vertical-align: middle;
    background: #f4f6f8;
    border-bottom: 1px solid #ddd;
    height: 50px;
}

.vln-mgzn__table td {
    padding: 20px;
    text-align: center;
    vertical-align: bottom;
    border-bottom: 1px solid #ddd;
    letter-spacing: -0.5px;
}

.vln-mgzn__table td.text-left {
    vertical-align: middle;
    text-align: left;
}

.vln-mgzn__table td {
    padding: 20px 10px;
}

.vln-mgzn__table td.wd165 {
    width: 165px;
    vertical-align: middle;
}

.vln-mgzn__table td.wd260 {
    width: 260px;
}

.vln-mgzn__link {
    font-size: 15px;
    font-weight: 600;
    display: -webkit-box;
    word-wrap: break-word;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-top: 11px; */
}

.vln-mgzn__gb {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    color: #5f52a0;
    border: 1px solid #5f52a0;
    border-radius: 20px;
    width: 55px;
    height: 30px;
    white-space: nowrap;
}

.vln-mgzn__gb.orange {
    color: #f19149;
    border: 1px solid #f19149;
}

.vln-mgzn__gb.green {
    color: #80b156;
    border: 1px solid #80b156;
}

.vln-mgzn__gb.blue {
    padding: 6px 15px;
    color: #0068b7;
    border: 1px solid #0068b7;
}

.vln-mgzn__nt {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    color: #666;
    text-align: center;
    line-height: 1.3;
}

.vln-mgzn__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 25px;
    border-bottom: 1px solid #ddd;
}

.vln-mgzn__lf {
    display: flex;
    align-items: center;
    gap: 30px;
}

.vln-mgzn__tit h3 {
    font-size: 20px;
    font-weight: 600;
}

.vln-mgzn__tit p {
    font-size: 15px;
    color: #666;
    font-weight: 500;
    margin-top: 15px;
}

.vln-mgzn__view {
    font-size: 15px;
    color: #666;
    font-weight: 300;
}

.vln-mgzn__cnt {
    padding: 25px;
    border-bottom: 1px solid #ddd;
    height: auto;
}

.vln-mgzn__cnt img {
    width: auto;
    max-width: 100%;
    margin: 10px 0;
}

.vln-mgzn__cnt strong {
    font-weight: bolder;
}

.vln-mbl {
    border-top: 1px solid #111;
    margin-top: 30px;
}

.vln-mbl__img {
    padding: 25px;
}

.vln-mbl__img img {
    display: block;
    width: auto;
    max-width: 100%;
    margin: 0 auto;
}

.vln-dcm {
    border-top: 1px solid #111;
}

.vln-dcm__list {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 25px;
    padding: 25px 0;
    border-bottom: 1px solid #ddd;
    justify-content: center;
}

.vln-dcm__item {
    height: 130px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    padding: 20px;
}

.vln-dcm__item>span {
    font-size: 14px;
    color: #666;
    font-weight: 300;
}

.vln-dcm__pop {
    font-size: 20px;
    font-weight: 600;
    text-align: left;
    margin-top: 5px;
    display: -webkit-box;
    word-wrap: break-word;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.vln-dcm__pop:hover {
    color: #076ECC;
}

.vln-dcm__down {
    flex: 1;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}

.vln-dcm__down-btn {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 5px 8px;
    white-space: nowrap;
    border-radius: 20px;
    border: 1px solid #999;
    font-size: 12px;
    font-weight: 600;
}

.vln-dcm__down-btn>img {
    display: inline-block;
    width: 12px;
    height: 12px;
    object-fit: contain;
}

.vln-popup {
    width: 100%;
    max-width: 490px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 145px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px 45px;
}

.vln-popup__tit {
    font-size: 20px;
    font-weight: 600;
    padding-right: 30px;
}

.vln-popup__close {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 30px;
    right: 45px;
    cursor: pointer;
    border: 0;
    background: transparent;
}

.vln-popup__close::before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.vln-popup__close::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.vln-popup__cnt {
    margin-top: 30px;
}

.vln-popup__cnt img {
    display: block;
    width: auto;
    max-width: 100%;
}

.ticket {
    display: flex;
    align-items: flex-start;
    padding-top: 35px;
    gap: 16px;
    min-height: 130px;
}

.ticket.end {
    justify-content: flex-end;
}

.ticket__btbx {
    display: flex;
    align-items: center;
    gap: 12px;
}

.ticket__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border: 0;
    background: #0068b7;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 13px 16px;
    width: 130px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s;
    height: 40px;
}

.ticket__btn:hover {
    background-color: #3485c6;
}

.ticket__btn>span {
    font-size: 13px;
    color: #fff;
}

.ticket__btn--red {
    background: #333;
    width: 180px;
}

.ticket__btn--red:hover {
    background: #5c5c5c;
}

.ticket__btn--red::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 9px;
    border-left: 8px solid #fff;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    margin-left: 2px;
}

.ticket__list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.ticket__list--pt35 {
    padding-top: 35px;
}

.ticket__item {
    display: flex;
    align-items: flex-start;
    gap: 30px;
}

.ticket__img {
    display: block;
    width: 465px;
}

.ticket__img.mt358 {
    margin-top: 358px;
}

.ticket__block {
    flex: 1;
}

.ticket__empty {
    width: 465px;
}

.ticket__head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.ticket__tit {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #0a2478;
    font-size: 20px;
    font-weight: 600;
}

.ticket__tit>span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    background: #0a2478;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    border-radius: 50%;
}

.ticket__tit--sky {
    color: #076bc7;
}

.ticket__tit--sky>span {
    background: #076bc7;
}

.ticket__tit--green {
    color: #567e34;
}

.ticket__tit--green>span {
    background: #567e34;
}

.ticket__tit--cyan {
    color: #00827b;
}

.ticket__tit--cyan>span {
    background: #00827b;
}

.ticket__tit--red {
    color: #aa0000;
}

.ticket__tit--red>span {
    background: #aa0000;
}

.ticket__tit2 {
    display: flex;
    align-items: center;
    color: #076ecc;
    font-size: 20px;
    font-weight: 600;
}

.ticket__tit2 span {
    font-weight: 300;
    color: #076ecc;
}

.ticket__desc {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    padding-left: 28px;
    font-size: 15px;
    color: #666;
    line-height: 1.6;
}

.ticket__desc--pd0 {
    padding-left: 0;
}

.ticket__desc span {
    display: flex;
    gap: 5px;
}

.ticket__desc span.sky {
    color: #448aca;
}

.ticket__desc span::before {
    content: '•';
}

.ticket__rt {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: 300;
    color: #076ecc;
    padding: 5px 15px;
    border: 1px solid #076ecc;
    border-radius: 25px;
    margin-top: 5px;
}

.ticket__table {
    width: calc(100% - 30px);
    margin-top: 20px;
    border: 1px solid #a1cdf5;
    background: #f0f6fb;
    border-radius: 10px;
    margin-left: 30px;
}

.ticket__div .ticket__table {
    width: 100%;
    margin-left: 0;
}

.ticket__grid {
    display: grid;
    grid-template-columns: 300px 1fr 1fr;
}

.ticket__grid+.ticket__grid {
    border-top: 1px solid #a1cdf5;
}

.ticket__grid>span {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    padding: 16px;
}

.ticket__grid>span+span {
    border-left: 1px solid #a1cdf5;
    justify-content: end;
}

.ticket__grid--head>span {
    font-size: 18px;
    font-weight: 400;
}

.ticket__grid>span.left {
    justify-content: flex-start;
    font-size: 16px;
    padding-left: 30px;
}

.ticket__grid>span b {
    font-size: 18px;
    font-weight: 400;
    color: #076ecc;
}

.ticket__grid span i {
    font-size: 13px;
    font-style: normal;
}

.ticket__ps {
    margin-top: 10px;
    padding-left: 30px;
    font-size: 13px;
    color: #076ecc;
}

.ticket__ps2 {
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.ticket__ps2--mt8 {
    margin-top: 8px;
}

.ticket__ps2 span {
    display: flex;
    align-items: flex-start;
    gap: 3px;
    font-size: 15px;
    color: #448aca;
}

.ticket__ps2 span::before {
    content: '※';
}

.ticket__ps3 {
    font-size: 15px;
    color: #666;
    margin-top: 10px;
}

.ticket__add {
    margin-top: 20px;
}

.ticket__add-txt {
    font-size: 16px;
    font-weight: 700;
    color: #076ecc;
    line-height: 1.3;
    padding-left: 30px;
}

.ticket__add-txt+.ticket__desc {
    margin-top: 0;
}

.ticket__add-txt.pl0 {
    padding-left: 0;
}

.ticket__div {
    flex: 1;
    width: 100%;
    padding: 30px 16px;
    background: #f5f5f5;
    border-radius: 10px;
    margin-top: 10px;
}

.ticket__tit3 {
    font-size: 18px;
    font-weight: 700;
}

.ticket__smpl {
    display: grid;
    grid-template-columns: 180px 1fr;
    background: #fff;
    margin-top: 10px;
}

.ticket__smpl+.ticket__smpl {
    margin-top: 0;
    border-top: 1px solid #ddd;
}

.ticket__smpl.yellow {
    background: #fefff2;
}

.ticket__smpl-lf {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 16px;
}

.ticket__smpl-lf.bold {
    font-weight: 600;
}

.ticket__smpl-lf.purple {
    font-weight: 600;
    color: #7600d1;
}

.ticket__smpl-rt {
    padding: 24px 0;
}

.ticket__smpl-tit {
    padding: 3px 0 3px 6px;
    font-size: 14px;
}

.ticket__smpl-tit.bold {
    font-weight: 700;
    background: #fbffa1;
}

.ticket__smpl-tit.purple {
    font-weight: 700;
    color: #7600d1;
}

.ticket__smpl-tit>img {
    display: inline-block;
    width: 45px;
}

.ticket__smpl-list {
    display: flex;
    align-items: center;
    margin-top: 8px;
    padding-left: 6px;
}

.ticket__smpl-list li {
    font-size: 11px;
    position: relative;
}

.ticket__smpl-list li+li {
    padding-left: 13px;
}

.ticket__smpl-list li+li::before {
    content: '';
    display: block;
    width: 1px;
    height: 6px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 7px;
    transform: translateY(-50%);
}

.ticket__smpl-lc {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 11px;
    padding-left: 6px;
    margin-top: 4px;
}

.ticket__smpl-trn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 2px 6px;
    background: #a49d87;
    font-size: 9px;
    color: #fff;
    border-radius: 10px;
}

.ticket__smpl-trn.trn1 {
    background: #004b84;
}

.ticket__smpl-trn.trn2 {
    background: #00a23f;
}

.ticket__smpl-trn.trn7 {
    background: #696f2d;
}

.ticket__smpl-trn.trn11 {
    background: #6ac2b2;
}

.arrow-icon {
    display: block;
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    right: 32px;
    transform: translateY(-50%) rotate(180deg);
    transition: all 0.2s;
}

#accordion .accodion-item.active .arrow-icon {
    transform: translateY(-50%) rotate(0deg);
}

.arrow-icon::before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #b6b6b6;
    position: absolute;
    top: 5px;
    left: 1px;
    transform: rotate(-45deg);
}

#accordion .accodion-item.active .arrow-icon::before {
    background: #686868;
}

.arrow-icon::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #b6b6b6;
    position: absolute;
    top: 5px;
    right: 1px;
    transform: rotate(45deg);
}

#accordion .accodion-item.active .arrow-icon::after {
    background: #686868;
}

.sitro__inner {
    width: 100%;
    letter-spacing: -0.5px;
}

.sitro__top {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}

.sitro__top h3 {
    display: flex;
    align-items: flex-end;
    gap: 5px;
    font-size: 18px;
    font-weight: 500;
}

.sitro__top h3 span {
    font-size: 18px;
    color: #295da6;
}

.sitro__top h3 img {
    display: inline-block;
    width: 120px;
}

.sitro__top p {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 30px;
}

.sitro__top p img {
    display: inline-block;
    width: 65px;
    position: relative;
    top: -4px;
}

.sitro__top p span {
    color: #0f5ac2;
}

.sitro__item {
    padding: 10px 0 20px;
    border-bottom: 1px solid #ddd;
}

.sitro__sbj {
    display: flex;
    align-items: flex-end;
    font-size: 18px;
}

.sitro__num {
    font-size: 24px;
    font-weight: 500;
    color: #0f5ac2;
    margin-right: 12px;
}

.sitro__stg {
    color: #0f5ac2;
}

.sitro__desc {
    font-size: 18px;
    line-height: 1.5;
    padding-left: 25px;
    margin-top: 20px;
    word-break: auto-phrase;
}

.sitro__desc img {
    display: inline-block;
    width: 75px;
    position: relative;
    top: -4px;
}

.sitro__desc span {
    font-weight: 500;
}

.reg__checkbox {
    appearance: none;
    display: inline-block;
    width: 18.5px;
    height: 18.5px;
    border: 1px solid #9b9b9b;
    border-radius: 50%;
    background: #fff;
    margin: 0;
    position: relative;
    transition: all 0.2s;
}

.reg__checkbox::before {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    border: 1.5px solid #fff;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%) rotate(-45deg);
    transform-origin: 25% 25%;
}

.reg__checkbox:checked {
    background: #076ecc;
    border: 1px solid #076ecc;
}

.reg__label {
    width: auto !important;
    margin-right: 10px;
    height: 18.5px;
}

.mmb-typ {
    padding-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.mmb-typ>input[type='radio'] {
    display: none;
}

.mmb-typ label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 13px 50px;
    border: 1px solid #076ecc;
    background: #fff;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 500;
    color: #076ecc;
    white-space: nowrap;
    cursor: pointer;
    transition: all 0.2s;
}

.mmb-typ label:hover {
    background: #076ecc;
    color: #fff;
}

.mmb-typ label.green {
    border: 1px solid #80b156;
    color: #80b156;
}

.mmb-typ label.green:hover {
    background: #80b156;
    color: #fff;
}

.mmb-typ input[type='radio']:checked+label {
    background: #076ecc;
    color: #fff;
}

.mmb-typ input[type='radio']:checked+label.green {
    background: #80b156;
    color: #fff;
}

.resume {
    width: 100%;
}

.resume__inner {
    padding-top: 20px;
    padding-bottom: 70px;
}

.resume__inner.pt0 {
    padding-top: 0;
}

.resume__tit {
    font-size: 32px;
    margin-top: 20px;
}

.resume__tit>span {
    letter-spacing: -0.5px;
}

.resume__tit.col {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 0;
}

.resume__tit.size24 {
    font-size: 24px;
    font-weight: 500;
}

.resume__tit>span {
    font-size: 16px;
    font-weight: 500;
    color: #999;
}

.resume__block {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    position: relative;
    padding: 20px;
    margin-top: 20px;
}

.resume__block--pdlr0 {
    padding: 20px 0;
}

.resume__sbj {
    width: 100%;
    height: 30px;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    z-index: 2;
    background: transparent;
    padding-left: 5px;
}

.resume__placeholer {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    font-size: 28px;
    font-weight: 400;
    color: #999;
    display: flex;
    align-items: flex-end;
    padding-left: 25px;
}

.resume__placeholer span {
    font-size: 16px;
    color: #999;
}

.resume__sbj:focus {
    background: #fff;
}

.resume__tit-box {
    margin-top: 40px;
    display: flex;
    align-items: center;
    gap: 100px;
}

.resume__tit-box.mb12 {
    margin-bottom: 12px;
}

.resume__tit-box--between {
    justify-content: space-between;
}

.resume__tit2 {
    font-size: 22px;
    font-weight: 600;
}

.resume__tit2 span {
    color: #e60012;
}

.resume__check {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}

.resume__check--gap50 {
    gap: 50px;
}

.resume__check--gap75 {
    gap: 75px;
}

.resume__label {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
}

.resume__label span {
    font-size: 17px;
    font-weight: 300;
}

.resume__checkbox {
    display: inline-block;
    width: 14.5px;
    height: 14.5px;
    appearance: none;
    border: 1px solid #9b9b9b;
    background: #fff;
    margin: 0;
    position: relative;
    transition: all 0.2s;
    cursor: pointer;
}

.resume__checkbox::before {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    border: 1.5px solid #fff;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%) rotate(-45deg);
    transform-origin: 25% 25%;
}

.resume__checkbox:checked {
    background: #076ecc;
    border: 1px solid #076ecc;
}

.resume__desc {
    margin-top: 20px;
}

.resume__desc span {
    display: flex;
    gap: 3px;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
}

.resume__desc span::before {
    content: '-';
}

.resume__wrn {
    font-size: 15px;
    font-weight: 300;
    color: #999;
}

.resume__wrn span {
    color: #e60012;
}

.resume__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 120px;
    gap: 10px;
}

.resume__grid+.resume__grid {
    margin-top: 23px;
}

.resume__input-box {
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    padding: 10px 16px 7px;
    height: 60px;
    width: 100%;
}

.resume__textarea:focus,
.resume__input:focus {
    border: none !important;
}

.resume__textarea-wrap:has(.resume__textarea:focus),
.resume__input-box:has(.resume__textarea:focus),
.resume__input-box:has(.resume__input:focus) {
    border: 1px solid #076ecc;
}

.resume__input-box--bdl0 {
    border-left: 0;
}

.resume__input-box--mt10 {
    margin-top: 10px;
}

.resume__input-box--auto {
    height: auto;
}

.resume__input-box label {
    font-size: 13px;
    font-weight: 300;
    color: #999;
    margin-bottom: 5px;
}

.resume__input-box label.esn::after {
    content: ' *';
    color: #e60012;
}

.resume__input {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
}

.resume__input::placeholder {
    color: #999;
}

.resume__file {
    grid-column: 3 / 4;
    grid-row: 1 / 3;
    width: 100%;
    height: 100%;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.resume__file input {
    display: none;
}

.resume__file label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    font-size: 13px;
    font-weight: 300;
    cursor: pointer;
    position: absolute;
}

.resume__file .resume__preview img,
.resume__file .resume__preview {
    width: 100%;
    height: auto;
    max-height: 128px;
    object-fit: contain;
}

.resume__delete-btn {
    display: block;
    width: 30px;
    height: 30px;
    border: 0;
    padding: 0;
    background: #ddd;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.resume__delete-btn::before {
    content: '';
    display: block;
    width: 60%;
    height: 1px;
    background: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.resume__delete-btn::after {
    content: '';
    display: block;
    width: 60%;
    height: 1px;
    background: #666;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.resume__tit3 {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 14px;
}

.resume__tit3--esn::after {
    content: '*';
    color: #e60012;
}

.resume__ps {
    font-size: 13px;
    color: #666;
    font-weight: 300;
    margin-top: 8px;
    line-height: 1.3;
}

.resume__div--pdlr20 {
    padding: 0 20px;
}

.resume__div+.resume__div {
    margin-top: 30px;
}

.resume__flex {
    display: flex;
}

.resume__flex.pl40 {
    padding-left: 40px;
}

.resume__flex+.resume__flex {
    margin-top: 10px;
}

.resume__flex--pd20 {
    padding: 0 20px;
}

.resume__flex--mt20 {
    margin-top: 20px;
}

.resume__select {
    width: 100%;
    position: relative;
}

.resume__select.resume__select--hideDd>.form-select-container>.form-select-cus>.form-option-placeholder::after {
    display: none;
}

.resume__select>.form-select-container {
    width: 100%;
    height: 60px;
}

.resume__select>.form-select-container>.form-select-cus>.form-option-placeholder {
    padding: 22px 16px 0;
    color: #333 !important;
}

.resume__select>.form-select-container.pt0>.form-select-cus>.form-option-placeholder {
    padding: 0 16px 0;
}

.resume__select>.form-select-container>.form-select-cus {
    border-radius: 0;
}

.resume__select--bdl0>.form-select-container.noBorderLeft>.form-select-cus {
    border-left: 0;
}

#top-sub-page .resume .resume__inner .resume__div .resume__select.w200h50 {
    width: 200px;
    height: 50px;
}

#top-sub-page .resume .resume__inner .resume__div .resume__flex.pl40 {
    gap: 10px;
}

#top-sub-page .resume .resume__inner .resume__div .resume__flex+.resume__flex {
    margin-top: 20px;
}

.resume__select>.form-select-container>.form-select-cus>.form-option-placeholder::after {
    background: url(../images/icons/icon-arrow-blk.png) no-repeat center / contain;
    width: 12px;
    height: auto;
}

.resume__name {
    font-size: 13px;
    font-weight: 300;
    color: #999;
    position: absolute;
    top: 10px;
    left: 16px;
    z-index: 1;
}

.resume__name.opp {
    left: -35px;
}

.resume__won {
    width: 160px;
    height: 32px;
    border: 1px solid #ddd;
    /* padding: 8px 14px; */
    position: relative;
}

.resume__woninput {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
    padding-right: 36px;
}

.resume__day {
    width: 300px;
    height: 32px;
    border: 1px solid #ddd;
    position: relative;
}

.resume__dayinput {
    width: 100%;
    height: 100%;
    font-size: 16px;
    font-weight: 600;
}

.resume__won span {
    position: absolute;
    top: 50%;
    right: 14px;
    transform: translateY(-50%);
    font-size: 13px;
    font-weight: 300;
    color: #999;
}

.resume__list {
    margin-top: 20px;
    padding: 0 20px;
}

.resume__item {
    position: relative;
}

.resume__item+.resume__item {
    margin-top: 14px;
    border-top: 1px solid #ddd;
    padding-top: 14px;
}

.resume__item+.resume__item .resume__delete-btn {
    top: 14px;
}

.resume__item:last-child {
    margin-bottom: 19px;
}

.resume__grid2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.resume__grid2+.resume__grid2 {
    margin-top: 10px;
}

.resume__rt {
    display: flex;
}

.resume__radio-box {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px;
}

.resume__radio-box label {
    font-size: 13px;
    font-weight: 300;
}

.resume__radio-box input[type='radio'] {
    width: 15px;
    height: 15px;
}

.resume__radio {
    width: 15px;
    height: 15px;
}

.resume__textarea {
    width: 100%;
    font-size: 16px;
    font-weight: 500;
    height: 90px;
}

.resume__textarea::placeholder {
    font-size: 16px;
    font-weight: 300;
    color: #999;
}

.resume__textarea--h80 {
    height: 80px;
}

.resume__textarea--h590 {
    height: 590px;
}

.resume__add {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    padding: 15px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.resume__add:hover {
    background: #ddd;
}

.resume__add-icon {
    width: 16px;
    height: 16px;
    background: #2196f3;
    position: relative;
    border-radius: 50%;
}

.resume__add-icon::before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resume__add-icon::after {
    content: '';
    display: block;
    width: 1px;
    height: 50%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resume__input--school {
    display: flex;
}

.resume__input--school .resume__input-box {
    max-width: 200px;
}

.resume__input--school>span {
    display: flex;
    align-items: center;
    margin-left: 10px;
    white-space: nowrap;
}

.resume__list2 {
    padding-top: 20px;
}

.resume__item2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.resume__item2+.resume__item2 {
    margin-top: 10px;
}

.resume__grid3 {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.resume__grid3--one {
    grid-template-columns: 1fr;
}

.resume__grid4 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.resume__grid5 {
    display: grid;
    grid-template-columns: 150px 1fr 1fr;
    gap: 10px;
    padding-right: 50px;
}

.resume__grid6 {
    display: grid;
    grid-template-columns: 1fr 1fr 150px;
    gap: 10px;
    padding-right: 50px;
    margin-top: 10px;
}

.resume__btm-text {
    margin-top: 32px;
    font-size: 16px;
    text-align: center;
    line-height: 1.6;
}

.resume__btm-text+.resume__btm-text {
    margin-top: 0;
    padding-top: 10px;
}

.resume__btbx {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.resume__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 125px;
    padding: 18px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background: #333;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s;
    white-space: nowrap;
}

.resume__btn:hover {
    background: #5c5c5c;
    color: #fff;
}

.resume__btn--blue {
    background: #0068b7;
}

.resume__btn--blue:hover {
    background: #3485c6;
}

.resume__tmp {
    width: 100%;
    height: 130px;
    position: relative;
}

.resume__tmp span {
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    padding: 10px;
    background: #333;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.resume__snpts {
    display: flex;
    flex-direction: column;
    padding: 18px 15px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    gap: 10px;
}

.resume__snpts--mt60 {
    margin-top: 60px;
}

.resume__snpts span {
    font-size: 20px;
    font-weight: 600;
    white-space: nowrap;
}

.resume__btn2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background: #0068b7;
    font-size: 17px;
    font-weight: 600;
    padding: 15px 25px;
    white-space: nowrap;
    cursor: pointer;
    color: #fff;
    transition: all .2s;
}

.resume__btn2:hover {
    background: #3485c6;
}

.resume__btn2--blk {
    color: #fff;
    background: #333;
}

.resume__btn2--blk:hover {
    background: #5c5c5c;
}

.rsm-mng {
    padding-top: 20px;
}

.rsm-mng__btbx {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.rsm-mng__btbx.mt10 {
    margin-top: 10px;
}

.rsm-mng__btbx3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rsm-mng__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 150px;
    padding: 13px 22px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    background: #0068b7;
    border-radius: 10px;
    cursor: pointer;
    transition: all .2s;
}

.rsm-mng__btn:hover {
    background: #3485c6;
    color: #fff;
}

.rsm-mng__btbx.mb10 {
    margin-bottom: 10px;
}

.rsm-mng__btbx.mb10 .rsm-mng__btn {
    min-width: 100px;
}

.rsm-mng__btn--wd120 {
    min-width: 120px;
}

.rsm-mng__block {
    border-top: 1px solid #333;
    margin-top: 10px;
}

.rsm-mng__table {
    width: 100%;
}

.rsm-mng__table th {
    padding: 20px 0;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    background: #f4f6f8;
    height: 50px;
}

.rsm-mng__table th.wd37 {
    width: 37%;
}

.rsm-mng__thflx {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.rsm-mng__thflx img {
    display: inline-block;
    width: 12px;
}

.rsm-mng__table td {
    padding: 0 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
}

.rsm-mng__table td.text-left {
    text-align: left;
    line-height: 1.3;
}

.rsm-mng__table td.text-left a {
    font-size: 14px;
    cursor: pointer;
    transition: all .2s;
}

.twoLine-text:hover,
.rsm-mng__table td.text-left a:hover {
    color: #0068b7;
}

.title-resume-management {
    padding: 20px 0px 20px 20px;
}

.title-resume-management .wrap-title-resume {
    display: flex;
    align-items: center;
    gap: 5px;
}

.rsm-mng__col {
    display: inline-flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
}

.rsm-mng__open {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px;
    white-space: nowrap;
    background: #fff;
    border: 1px solid #999;
    border-radius: 30px;
    transition: all 0.2s;
    cursor: pointer;
    width: 50px;
    height: 20px;
    font-size: 14px;
}

.rsm-mng__open.active {
    color: #1577cf;
    border: 1px solid #1577cf;
}

.rsm-mng__toggle {
    display: inline-block;
    width: 45px;
    height: 20px;
    background: #eee;
    border-radius: 20px;
    position: relative;
    transition: all 0.2s;
}

.rsm-mng__toggle::after {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #666;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.2s;
}

.rsm-mng__toggle.active {
    justify-content: flex-end;
    background: #d3e6f7;
}

.rsm-mng__toggle.active::after {
    background: #1577cf;
    left: calc(100% - 20px);
}

.rsm-mng__jump-up {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 100px;
    background: #f8b551;
    cursor: pointer;
}

.rsm-mng__jump-up:hover {
    opacity: 0.8;
}

.rsm-mng__date {
    white-space: nowrap;
    line-height: 1.3;
}

.rsm-mng__btbx2 {
    display: inline-flex;
    align-items: center;
    gap: 15px;
    position: relative;
}

.rsm-mng__lf {
    display: inline-flex;
    flex-direction: column;
    gap: 2px;
}

.rsm-mng__btn2 {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 6px 16px;
    white-space: nowrap;
    border-radius: 15px;
    font-size: 14px;
    color: #fff;
    background: #333;
    transition: all .2s;
}

.rsm-mng__btn2:hover {
    background-color: #5c5c5c;
}

.rsm-mng__btn2--blue {
    background: #0068b7;
}

.rsm-mng__btn2--blue:hover {
    background-color: #3485c6;
}

.rsm-mng__menu {
    display: inline-flex;
    flex-direction: column;
    gap: 4px;
    align-items: center;
    width: 10px;
    cursor: pointer;
    position: absolute;
    right: -20px;
}

.rsm-mng__menu i {
    display: block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #666;
}

.rsm-mng__popup {
    position: absolute;
    left: -80px;
    background: #fff;
    padding: 10px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
    width: max-content;
}

.rsm-mng__popup ul li {
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.rsm-mng__popup ul li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.rsm-dtl__grid {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
}

.rsm-dtl__img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: contain;
}

.rsm-dtl__table {
    width: 100%;
    border-top: 1px solid #333;
    line-height: 1.3;
}

.rsm-dtl__table.mt20 {
    margin-top: 20px;
}

.rsm-dtl__table th {
    width: 140px;
    font-size: 16px;
    font-weight: 600;
    padding: 18px;
    text-align: left;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    white-space: nowrap;
}

.rsm-dtl__table.wd160 th {
    width: 160px;
}

.rsm-dtl__table.wd170 th {
    width: 170px;
}

.rsm-dtl__table th.wd180 {
    width: 180px;
}

.rsm-dtl__table--top th {
    width: 120px;
}

.rsm-dtl__table td {
    font-size: 16px;
    padding: 18px;
    text-align: left;
    vertical-align: middle;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    word-break: break-all;
    height: 50px;
}

.rsm-dtl__table td.hi260 {
    height: 260px;
    vertical-align: top;
}

.rsm-dtl__table td.wd36per {
    width: 36%;
}

.rsm-dtl__table--ver2 td {
    background: #fff;
}

.rsm-dtl__table.modify td {
    padding: 7px 15px;
}

.rsm-dtl__table td.pl0 {
    padding-left: 0;
    border-left: 0;
}

.rsm-dtl__table td.pd0 {
    padding: 0;
}

.rsm-dtl__table td.pre-line {
    white-space: pre-line;
}

.rsm-dtl__table--ver2 td+th {
    border-left: 1px solid #ddd;
}

.rsm-dtl__table2 {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #333;
    line-height: 1.3;
}

.rsm-dtl__table2--mt0 {
    margin-top: 0;
}

.rsm-dtl__table2 thead th {
    font-size: 16px;
    padding: 18px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    white-space: nowrap;
}

.rsm-dtl__table2 thead th.empty {
    width: 45%;
}

.rsm-dtl__table2 thead th.wd180 {
    width: 180px;
}

.rsm-dtl__table2 thead th.wd251 {
    width: 251px;
}

.rsm-dtl__table2 thead th.wd120 {
    width: 120px;
}

.rsm-dtl__table2 tbody th {
    padding: 18px 25px;
    font-size: 16px;
    text-align: left;
    vertical-align: middle;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-top: 0;
    width: 180px;
}

.rsm-dtl__table2 tbody th.first {
    text-align: center;
    border-left: 0;
}

.rsm-dtl__table2 tbody td {
    font-size: 16px;
    padding: 16px;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    word-break: break-all;
    height: 50px;
}

.rsm-dtl__table2 tbody th+td {
    text-align: left;
    white-space: pre-line;
}

.rsm-dtl__intro {
    padding: 20px;
    font-size: 16px;
    font-weight: 300;
    min-height: 255px;
    line-height: 1.4;
}

.rsm-prv {
    display: none;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow-y: auto;
}

.rsm-prv.active {
    display: block;
}

.rsm-prv__inner {
    width: 100%;
    background: #fff;
    position: absolute;
}

.rsm-prv__top {
    padding: 20px 40px 10px;
}

.rsm-prv__btbx {
    padding-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 3px;
}

.rsm-prv__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    padding: 12px;
    min-width: 135px;
    white-space: nowrap;
    font-size: 14px;
    cursor: pointer;
    border: 1px solid #999;
    border-radius: 10px;
    transition: all 0.2s;
}

.rsm-prv__btn:hover {
    background: #ddd;
}

.rsm-prv__btn img {
    display: inline-block;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.rsm-prv__close {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 20px;
    right: 40px;
}

.rsm-prv__close::before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #141414;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.rsm-prv__close::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #141414;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.rsm-stt {
    margin-top: 15px;
}

.rsm-stt.w850px {
    width: 850px;
}

.rsm-stt__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid #ddd;
    background: #eef7fd;
    border-radius: 10px;
}

.rsm-stt__item {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    justify-content: center;
    padding: 30px 0;
    position: relative;
}

.rsm-stt__item+.rsm-stt__item::before {
    content: '';
    width: 2px;
    height: 57%;
    background: #0068b7;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
}

.rsm-stt__item span {
    font-size: 20px;
    font-weight: 300;
    color: #0068b7;
    text-align: center;
}

.rsm-stt__num {
    font-size: 45px;
    font-weight: 500;
    color: #0068b7;
    text-align: center;
    cursor: pointer;
}

.rsm-stt__srh-desc {
    font-size: 13px;
    color: #999;
    text-align: right;
    margin-top: 20px;
}

.rsm-stt__srh {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}

.rsm-stt__srh.mt10 {
    margin-top: 10px;
}

.rsm-stt__lf {
    display: flex;
    align-items: center;
    gap: 3px;
}

.rsm-stt__lf input[type='radio'] {
    display: none;
}

.rsm-stt__label {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    height: 40px;
    padding: 15px;
    font-size: 15px;
    color: #fff;
    background: #c9c9c9;
    cursor: pointer;
    transition: all 0.2s;
}

.rsm-stt__lf input[type='radio']:checked+.rsm-stt__label {
    background: #666;
}

.rsm-stt__rt {
    display: flex;
    align-items: center;
    gap: 3px;
}

.rsm-stt__rang {
    display: flex;
    align-items: center;
    gap: 11px;
}

.rsm-stt__date-input {
    display: block;
    width: 153px;
    height: 40px;
    padding: 12px 17px;
    border: 1px solid #ddd;
    font-size: 15px;
    color: #666;
    position: relative;
}

.rsm-stt__rang .datepicker-child {
    position: relative;
}

.rsm-stt__rang .datepicker-child i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.rsm-stt__rang .react-datepicker-wrapper input {
    height: 40px;
    border: 1px solid #ddd;
    padding: 0 12px;
    width: 180px;
}

.rsm-stt__date-input::-webkit-calendar-picker-indicator {
    background: url('../images/icons/icon-date.png') no-repeat center/16px;
    position: absolute;
    right: 14px;
}

.rsm-stt__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 600;
    background: #333;
    color: #fff;
    min-width: 70px;
    height: 40px;
    width: 100%;
    border-radius: 3px;
    transition: all 0.2s;
}

.rsm-stt__btn:hover {
    background: #5c5c5c;
}

.rsm-stt__table {
    width: 100%;
}

.rsm-stt__table th {
    padding: 17px 10px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    background: #f4f6f8;
}

.rsm-stt__table td {
    padding: 26px 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    line-height: 1.3;
    white-space: nowrap;
}

.rsm-stt__table td.text-left {
    text-align: left;
    white-space: unset;
}

.rsm-stt__tit {
    width: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
}

.rsm-stt__link {
    display: -webkit-box;
    word-wrap: break-word;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    max-width: 82%;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
}

.rsm-stt__link:hover {
    color: #0068b7;
}

.rsm-stt__view {
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    color: #666;
    position: relative;
}

.rsm-stt__view::after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    position: absolute;
    top: 50%;
    left: calc(100% + 5px);
    transform: translateY(-50%) rotate(45deg);
}

.rsm-stt__view-date {
    color: #0068b7;
}

.rsm-stt__delete {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 8px 13px;
    font-size: 14px;
    color: #fff;
    background: #333;
    border-radius: 20px;
    min-width: 80px;
    transition: all .2s;
}

.rsm-stt__delete:hover {
    background-color: #5c5c5c;
}

.rsm-stt__delete--pink {
    background: #eb6877;
}

.rsm-stt__result-pass {
    color: #0068b7;
}

.rsm-stt__result-fail {
    color: #e60012;
}

.rsm-print {
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow-y: auto;
    overscroll-behavior: contain;
}

.rsm-print__inner {
    width: 990px;
    background: #fff;
    padding: 50px;
    border-radius: 50px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.rsm-print__container {
    border: 5px solid #1577cf;
    padding: 45px 55px 25px;
    position: relative;
}

.rsm-print__date {
    font-size: 13px;
    color: #999;
    font-weight: 300;
    position: absolute;
    top: 20px;
    left: 30px;
}

.rsm-print__tit {
    font-family: 'Jeju Myeongjo', serif;
    font-size: 36px;
    color: #1577cf;
    text-align: center;
}

.rsm-print__grid {
    margin: 24px 0;
    display: grid;
    grid-template-columns: 100px 1fr;
    column-gap: 10px;
    row-gap: 15px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    padding: 15px 0;
}

.rsm-print__dt {
    font-size: 15px;
    font-weight: 600;
}

.rsm-print__dd {
    font-size: 15px;
    font-weight: 300;
    margin-bottom: 0;
}

.rsm-print__sbj {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
}

.rsm-print__table {
    width: 100%;
    border-top: 1px solid #333;
}

.rsm-print__table th {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    background: #f5f5f5;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.rsm-print__table th:nth-child(1) {
    width: 10%;
}

.rsm-print__table th:nth-child(2) {
    width: 19%;
}

.rsm-print__table th:nth-child(3) {
    width: 35%;
}

.rsm-print__table th:nth-child(4) {
    width: 20%;
}

.rsm-print__table th:nth-child(5) {
    width: 14%;
}

.rsm-print__table td {
    padding: 20px;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.3;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
}

.rsm-print__info {
    margin-top: 28px;
    text-align: center;
    line-height: 1.4;
    font-size: 15px;
    font-weight: 400;
}

.rsm-print__info b {
    font-weight: 600;
}

.rsm-print__btm {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
}

.rsm-print__btm img {
    display: block;
    width: 110px;
}

.rsm-print__btbx {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 40px;
}

.rsm-print__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #1577cf;
    border-radius: 10px;
    padding: 15px;
    min-width: 145px;
    font-size: 19px;
    color: #fff;
    font-weight: 600;
}

.rsm-print__close {
    display: block;
    width: 32px;
    height: 32px;
    position: absolute;
    bottom: calc(100% + 18px);
    right: 0;
}

.rsm-print__close::before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.rsm-print__close::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #f1f1f1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mtch__block {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
    padding-top: 10px;
}

.mtch__block.repeat-5 {
    grid-template-columns: repeat(5, 1fr);
}

.mtch__block .dropDowns {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.mtch__block--pt20 {
    padding-top: 20px;
}

.mtch__block--pt10 {
    padding-top: 10px;
}

.mtch__block--rp4 {
    grid-template-columns: repeat(4, 1fr);
}

.mtch__block--rp3 {
    grid-template-columns: repeat(3, 1fr);
}

.mtch__cnd {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    padding: 0;
    background: #b5b5b5;
    font-size: 16px;
    color: #fff;
    border-radius: 10px;
    transition: all .2s;
}

.mtch__cnd.h40 {
    height: 40px;
}

.mtch__cnd:hover,
.mtch__cnd:focus,
.mtch__cnd:active {
    background: #999;
    color: #fff;
}

.mtch__cnd.active {
    background: #666;
}

.mtch__cnd.disabled {
    pointer-events: none;
    cursor: default;
}

.mtch__state {
    margin-top: 10px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    min-height: 105px;
}

.mtch__state li {
    font-size: 15px;
    font-weight: 300;
}

.mtch-pop {
    display: none;
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow-y: auto;
}

.mtch-pop.active {
    display: block;
}

.mtch-pop__inner {
    width: 100%;
    max-width: 1260px;
    background: #fff;
    border-radius: 10px;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 30px;
}

.mtch-pop__tit {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 18px;
}

.mtch-pop__flex {
    display: flex;
}

.mtch-pop__tab {
    width: 210px;
    border-top: 1px solid #ddd;
}

.mtch-pop__tab-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 16px;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #ddd;
}

.mtch-pop__tab-btn.active {
    background: #f5f5f5;
}

.mtch-pop__section {
    flex: 1;
    min-height: 710px;
    padding: 30px;
    border-left: 1px solid #ddd;
    border-top: 1px solid #ddd;
}

.mtch-pop__block {
    display: none;
}

.mtch-pop__block.active {
    display: block;
}

.mtch-pop__sbj {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.mtch-pop__ps {
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

.mtch-pop__srch {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 20px;
    padding: 20px 30px;
    border: 1px solid #ddd;
    border-radius: 10px;
}

.mtch-pop__cndt {
    display: flex;
    gap: 16px;
}

.mtch-pop__cndt li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    font-size: 18px;
}

.mtch-pop__delete {
    display: inline-block;
    width: 11px;
    height: 11px;
    position: relative;
}

.mtch-pop__delete::before {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #9b9b9b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mtch-pop__delete::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #9b9b9b;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.mtch-pop__srch-btn {
    display: inline-block;
    padding: 19px;
    line-height: 1.3;
    font-size: 18px;
    color: #fff;
    border-radius: 10px;
    background: #333;
}

.mtch-pop__srch-btn span {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
}

.mtch-pop__show {
    display: none;
}

.mtch-pop__show.active {
    display: block;
}

.scrap__select {
    display: flex;
    justify-content: flex-end;
    margin-top: 17px;
}

.scrap__select .form-select-container {
    height: 35px;
}

.scrap__select .form-select-container>.form-select-cus {
    border: 1px solid #999;
    background: #fff;
}

.scrap__select .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 16px;
    font-weight: 500;
    color: #999 !important;
}

.scrap__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    padding: 7px 17px;
    white-space: nowrap;
    background: #ddd;
    border-radius: 20px;
    margin-top: 6px;
}

.msg__table {
    width: 100%;
    border-top: 1px solid #333;
    margin-top: 10px;
}

.msg__table th {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    height: 50px;
}

.msg__table td {
    font-size: 14px;
    font-weight: 300;
    padding: 20px;
    text-align: center;
    vertical-align: middle;
    line-height: 1.3;
    height: 70px;
}

.msg__table td.text-right {
    padding-right: 60px;
    text-align: right;
}

.msg__table .msg__bottom td {
    border-bottom: 1px solid #ddd;
    background: #f4ecdf;
}

.msg__table .msg__border-bottom td {
    position: relative;
    border-bottom: 1px solid #ddd;
}

.msg__name {
    font-size: 18px;
    font-weight: 500;
}

.msg__block {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.msg__type {
    display: inline-block;
    font-weight: 500;
    color: #a40000;
    margin-bottom: 3px;
}

.msg__type--blue {
    color: #0068b7;
}

.msg__new {
    font-weight: 500;
    color: #f39800;
}

.msg__read {
    font-weight: 500;
    color: #8fc31f;
}

.msg__delete {
    font-size: 15px;
    font-weight: 300;
    text-decoration: underline;
}

.msg__rcr {
    color: #0068b7;
}

.msg__info {
    display: inline-block;
    width: 100%;
    text-align: left;
}

.msg__link {
    font-size: 16px;
    font-weight: 500;
}

.msg__div {
    display: flex;
    gap: 36px;
    color: #666;
    margin-top: 8px;
}

.msg__div>div {
    color: #666;
}

.msg__div ul {
    display: flex;
}

.msg__div ul li {
    padding-left: 20px;
    position: relative;
    color: #666;
}

.msg__div ul li+li::before {
    content: '';
    display: block;
    width: 1px;
    height: 60%;
    background-color: #999;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
}

.msg__dday {
    color: #e60012;
    font-weight: 400;
}

.msg__last {
    display: inline-block;
    text-align: center;
}

.msg__container {
    margin-top: 10px;
    background: #b2c7da;
    border-radius: 10px;
    width: 100%;
    height: 750px;
    padding: 30px 20px;
}

.msg__view {
    width: 100%;
    height: 100%;
    position: relative;
    overflow-y: auto;
}

.msg__view::-webkit-scrollbar {
    width: 10px;
}

.msg__view::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

.msg__date {
    text-align: center;
    padding: 10px;
    font-size: 16px;
}

.msg__you {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding: 2.5px 0;
}

.msg__you-name {
    font-size: 16px;
    font-weight: 600;
}

.msg__you-blank {
    color: transparent;
}

.msg__you-name img {
    display: block;
    width: 90px;
}

.msg__you-rt {
    position: relative;
    top: 10px;
    transition: all .2s;
}

.msg__you-ans {
    display: flex;
    align-items: center;
    min-width: 132px;
    min-height: 56px;
    padding: 20px;
    background: #fff;
    border-radius: 20px;
    font-size: 16px;
    position: relative;
    margin-right: 10px;
}

.msg__you-ans::after {
    content: '';
    display: none;
    width: 20px;
    height: 22px;
    background: url('../images/PAIAF020/icon-msg-left.png') no-repeat center / contain;
    position: absolute;
    top: 0;
    right: calc(100% - 10px);
    z-index: 2;
    transform: rotate(40deg);
}

.msg__you-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 25px 0;
    margin-bottom: 10px;
}

.msg__you-rt:hover .msg__you-info--hover {
    position: absolute;
    left: -65px;
    top: 0;
    bottom: 0;
    background: #ffffff80;
    color: #111;
    border-radius: 10px;
    display: flex;
    padding: 5px;
    height: fit-content;
    margin: auto;
}

.msg__you-info--hover {
    display: none;
}

.msg__you-date {
    font-size: 13px;
}

.msg__you-read {
    font-size: 13px;
}

.msg__me {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 2.5px 45px 0;
}

.msg__me-ans {
    display: flex;
    align-items: center;
    min-width: 132px;
    min-height: 56px;
    padding: 20px;
    background: #ffeb00;
    border-radius: 20px;
    font-size: 16px;
    position: relative;
}

.msg__me-ans::after {
    content: '';
    display: none;
    width: 20px;
    height: 22px;
    background: url('../images/PAIAF020/icon-msg-right.png') no-repeat center / contain;
    position: absolute;
    top: 0;
    left: calc(100% - 9px);
    z-index: 2;
    transform: rotate(-35deg);
}

.msg__you-ans.msg__you-arrow::after,
.msg__me-ans.msg__me-arrow::after {
    display: block;
}

.msg__me-date {
    padding: 10px 25px 0;
    font-size: 13px;
}

.msg__me-rt {
    position: relative;
}

.msg__me-rt:hover .msg__me-date--hover {
    position: absolute;
    left: -65px;
    top: 0;
    bottom: 0;
    background: #ffffff80;
    color: #111;
    border-radius: 10px;
    display: flex;
    padding: 5px;
    height: fit-content;
    margin: auto;
}

.msg__me-date--hover {
    display: none;
}

.msg__ans {
    margin-top: 20px;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    position: relative;
    height: 150px;
}

.msg__ans:has(.msg__textarea:focus) {
    border-color: #0068b7;
}

.msg__textarea:focus {
    border: 0 !important;
}

.msg__textarea {
    width: 100%;
    height: 65px;
    font-size: 15px;
    resize: none;
}

.msg__send-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    white-space: nowrap;
    background: #0068b7;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 20px;
    transition: all .2s;
}

.msg__send-btn:hover {
    background: #3485c6;
}

.PAJAJ010 .mdf {
    margin: 48px 0 38px 0;
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.PAJAJ010 .mdf__btbx {
    margin-top: 0;
}

.mdf--mt18 {
    margin-top: 18px;
}

.mdf__tit {
    font-size: 18px;
    margin-bottom: 23px;
}

.mdf__block {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 10px;
}

.mdf__top {
    font-size: 15px;
    color: #0068b7;
    text-align: center;
    margin-bottom: 38px;
}

.mdf__top.size16 {
    font-size: 16px;
}

.mdf__ipbx {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 680px;
    height: 160px;
    background: #f4f6f8;
}

.mdf__grid {
    display: grid;
    grid-template-columns: 85px 1fr 80px;
    gap: 10px;
    align-items: center;
}

.mdf__grid span {
    font-size: 15px;
}

.mdf__grid span.mdf__id {
    font-weight: 600;
    color: #0068b7;
}

.mdf__pswd {
    display: inline-block;
    width: 210px;
    height: 40px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 13px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 3px;
}

.mdf__pswd::placeholder {
    color: #999;
}

.mdf__confirm {
    grid-column: 3/4;
    grid-row: 1/3;
    width: 100%;
    height: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #0068b7;
    border-radius: 10px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.mdf__ps {
    margin-top: 35px;
    text-align: center;
    font-size: 15px;
    color: #a40000;
}

.mdf__container {
    padding: 50px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.mdf__container.gap5 {
    gap: 5px;
}

.mdf__container2 {
    display: flex;
    flex-direction: column;
    gap: 3px;
    margin-bottom: 40px;
}

.mdf__notice {
    display: flex;
    gap: 10px;
}

.mdf__notice>i {
    display: inline-block;
    color: #1577cf;
    font-style: normal;
    line-height: 1.4;
    font-size: 15px;
}

.mdf__notice span {
    font-size: 15px;
    font-weight: 300;
    line-height: 1.4;
}

.mdf__notice span b {
    color: #1577cf;
}

.mdf__notice2 {
    display: flex;
    gap: 3px;
}

.mdf__notice2>i {
    font-style: normal;
    font-size: 16px;
    line-height: 1.4;
}

.mdf__notice2 span {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

.mdf__grid2 {
    display: grid;
    grid-template-columns: 140px 1fr;
    gap: 10px;
    align-items: center;
}

.mdf__sbj {
    display: flex;
    gap: 5px;
    font-size: 15px;
    min-height: 35px;
    align-items: center;
}

.mdf__sbj.pt0 {
    padding-top: 0;
}

.mdf__blue {
    font-size: 15px;
    color: #076ecc;
}

.mdf__blue.bold {
    font-weight: 600;
}

.mdf__red {
    font-size: 15px;
    color: #e60012;
}

.mdf__item {
    display: flex;
    align-items: center;
    gap: 7px;
}

.mdf__item.max-wd246 {
    max-width: 281px;
}

.mdf__item.gap30 {
    gap: 30px;
}

.mdf__item+.mdf__item {
    margin-top: 7px;
}

.mdf__input {
    width: 100%;
    max-width: 170px;
    height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
}

.mdf__input.wd75 {
    width: 75px;
}

.mdf__input.wd127 {
    width: 127px;
}

.mdf__input.wd-full {
    width: 100%;
    max-width: unset;
}

.mdf__input::placeholder {
    font-size: 14px;
    color: #bbb;
    font-weight: 300;
}

.mdf__input:read-only {
    background: #eeeeee;
}

.mdf__textarea {
    width: 100%;
    height: 162px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
}

.mdf__textarea::placeholder {
    font-size: 14px;
    color: #bbb;
    font-weight: 300;
}

.mdf__change {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #333;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    padding: 10px 15px;
    height: 35px;
    white-space: nowrap;
    transition: all 0.2s;
}

.mdf__change:hover {
    background-color: #5c5c5c;
}

.mdf__select-readonly {
    width: 100%;
    height: 35px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 14px;
    background: #eeeeee;
    position: relative;
}

.mdf__select-readonly.wd90 {
    width: 90px;
}

.mdf__select-readonly::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
}

.mdf__item .form-select-container {
    width: 100%;
    min-width: 70px;
    height: 35px;
    width: 284px;
}

.mdf__item .form-select-container.wd90 {
    width: 90px;
}

.mdf__item .form-select-container.wd130 {
    width: 130px;
}

.mdf__item .form-select-container.wd140 {
    width: 140px;
}

.mdf__item .form-select-container.wd-full {
    width: 100%;
}

.mdf__item .form-select-container>.form-select-cus {
    border-radius: 5px;
}

.mdf__item .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 15px;
    color: #666 !important;
    padding: 0 15px;
}

.mdf__item .form-select-container>.form-select-cus>.form-option-placeholder::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    top: 47%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    background: unset;
    margin: 0;
}

.mdf__label {
    display: flex;
    align-items: center;
    padding-left: 14px;
    gap: 6px;
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.mdf__oh {
    display: inline-block;
}

.mdf__note {
    font-size: 13px;
    color: #076ecc;
    line-height: 1.3;
    word-break: auto-phrase;
}

.mdf__item+.mdf__note {
    margin-top: 10px;
}

.mdf__adr-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 13px;
    height: 35px;
    background: #333;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    transition: all 0.2s;
}

.mdf__adr-btn:hover {
    background: #5c5c5c;
}

.mdf__radio-label {
    display: flex;
    align-items: center;
    height: 35px;
    gap: 10px;
    font-size: 15px;
    font-weight: 300;
}

.mdf__bottom {
    margin-top: 30px;
    text-align: center;
    font-size: 14px;
}

.mdf__scs {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline;
}

.mdf__btbx {
    margin-top: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.mdf__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    background: #333;
    font-size: 18px;
    font-weight: 600;
    width: 105px;
    height: 45px;
    transition: all 0.2s;
    color: #fff;
}

.mdf__btn:hover {
    background: #5c5c5c;
}

.mdf__btn--blue {
    border: 0;
    color: #fff;
    background: #0068b7;
    transition: all 0.2s;
    width: 165px;
}

.mdf__btn--blue:hover {
    background: #3485c6;
}

.mdf__btn--red {
    border: 0;
    color: #fff;
    background: #a40000;
}

.mdf-pop {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.mdf-pop.active {
    display: block;
}

.mdf-pop__container {
    width: 100%;
    max-width: 600px;
    position: absolute;
    top: 110px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    border-radius: 10px;
    padding: 30px;
}

.mdf-pop__tit {
    font-size: 18px;
    font-weight: 600;
}

.mdf-pop__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 20px;
    padding: 0 60px;
    margin-bottom: 30px;
}

.mdf-pop__block .mdf__grid2 {
    width: 100%;
}

.mdf-pop__btbx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 30px;
}

.mdf-pop__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 23px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 10px;
    background: #333;
    transition: all 0.2s;
}

.mdf-pop__btn:hover {
    background: #5c5c5c;
}

.mdf-pop__btn--blue {
    background: #0068b7;
    transition: all 0.2s;
}

.mdf-pop__btn--blue:hover {
    background: #3485c6;
}

.mdf-pop__close {
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 30px;
    right: 30px;
}

.mdf-pop__close::before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #141414;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.mdf-pop__close::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #141414;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dntInf__adr {
    display: inline-flex;
    width: 100%;
    align-items: center;
    gap: 8px;
    padding: 18px;
}

.dntInf__adr--detail {
    padding: 18px;
    border-top: 1px solid #ddd;
}

.dntInf__adr>button {
    display: inline-flex;
    padding: 3px 12px;
    font-size: 14px;
    font-weight: 300;
    border-radius: 10px;
    border: 1px solid #999;
    background: #fff;
    white-space: nowrap;
}

.dntInf__glr {
    display: flex;
    align-items: center;
    gap: 9px;
    flex-wrap: wrap;
}

.dntInf__imgbox {
    display: inline-block;
    width: 110px;
    height: 90px;
    position: relative;
}

.dntInf__imgbox--logo {
    width: 200px;
}

.dntInf__glr img {
    display: inline-block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.dntInf__glr img.dntInf__logo {
    object-fit: contain;
}

.dntInf__btbx {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
    margin-top: 40px;
}

.dntInf__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border-radius: 30px;
    background: #0068b7;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    width: 165px;
    height: 45px;
    transition: all .2s;
}

.dntInf__btn:hover {
    background-color: #3485c6;
    color: #fff;
}

.dntInf__btn--black {
    width: 105px;
    background: #333;
}

.dntInf__btn--black:hover {
    background-color: #5c5c5c;
    color: #fff;
}

.dntInf__ps {
    font-size: 14px;
    font-weight: 300;
}

.dntInf__col {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.dntInf__map {
    width: 100%;
    height: 115px;
}

.dntInf__map img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dntInf__input {
    width: 100%;
    max-width: 331px;
    height: 36px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 300;
    color: #999;
}

.dntInf__input.wd-full {
    max-width: unset;
}

.dntInf__dropdown {
    height: 36px;
    width: 90px;
}

.dntInf__dropdown .form-option-placeholder,
.dntInf__dropdown .form-option {
    color: #999 !important;
}

.dntInf__select {
    position: relative;
    z-index: 2;
}

.dntInf__select .form-select-container {
    width: 100%;
    max-width: 331px;
    height: 36px;
}

.dntInf__select .form-select-container>.form-select-cus {
    border-radius: 5px;
}

.dntInf__select .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 15px;
    color: #999 !important;
    padding: 0 15px;
}

.dntInf__select .form-select-container>.form-select-cus>.form-option-placeholder::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    top: 47%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    background: unset;
    margin: 0;
}

.dntInf__delet {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #999;
    position: absolute;
    top: 1px;
    right: 0;
}

.dntInf__delet::before {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #dadada;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.dntInf__delet::after {
    content: '';
    display: block;
    width: 50%;
    height: 1px;
    background: #dadada;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.dntInf__file input[type='file'] {
    display: none;
}

.dntInf__upload-btn {
    display: block;
    width: 110px;
    height: 90px;
    background: #f5f5f5;
    border: 5px solid #ddd;
    position: relative;
    cursor: pointer;
}

.dntInf__upload-btn::before {
    content: '';
    display: block;
    width: 19px;
    height: 3px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dntInf__upload-btn::after {
    content: '';
    display: block;
    width: 3px;
    height: 19px;
    background: #ddd;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.dntInf__textarea {
    width: 100%;
    max-width: 331px;
    height: 80px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 300;
    color: #999;
}

.dntInf__textarea.full {
    max-width: unset;
    height: 240px;
}

.dntInf__table {
    width: 100%;
    border-top: 1px solid #00467b;
    margin-top: 20px;
}

.dntInf__table.bt0 {
    border-top: 0;
    margin-top: 0;
}

.dntInf__grid {
    display: grid;
    grid-template-columns: 1fr 3fr 1fr 1fr 1fr;
    border-bottom: 1px solid #ccc;
    padding: 10px 0 20px;
}

.dntInf__grid.bg-white {
    background-color: #fff;
}

.dntInf__head {
    padding: 0;
    height: 50px;
    background-color: #f4f6f8;
}

.dntInf__head>li {
    padding: 17px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    white-space: nowrap;
}

.dntInf__candidate__head {
    grid-template-columns: 470px 1fr 1fr 85px;
    align-items: center;
    margin-top: 30px;
    margin-bottom: -11px;
    border-top: 1px solid #111;
}

.dntInf__candidate__head.pajad010 {
    grid-template-columns: 350px auto 120px 85px;
}

.dtnInf__body>li {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
}

.dntInf__item {
    margin-bottom: 10px;
}

.dntInf__stt-info {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    position: relative;
}

.dntInf__stt-info>img {
    display: inline-block;
    width: 13px;
    cursor: pointer;
}

.letter-notify:hover .tlt,
.user-notify:hover .tlt,
.dntInf__stt-info>img:hover+.tlt {
    display: block;
}

.dntInf__cnd {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    border-radius: 20px;
    background: #fff;
    border: 1px solid #ddd;
    width: 100px;
    height: 30px;
}

.dntInf__cnd.ipgum {
    background: #98da88;
}

.dntInf__dl {
    display: block;
    width: 100%;
    text-align: left;
}

.dntInf__dl .dntInf__dt:nth-child(3) {
    word-break: auto-phrase;
}

.dntInf__dt {
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dntInf__dt.title-recruitment {
    display: flex;
    align-items: center;
    gap: 5px;
}

.dntInf__dd {
    margin-top: 9px;
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

.dntInf__dd>span {
    font-weight: 700;
    color: #0068b7;
}

.dntInf__jump {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 6px 10px;
    font-size: 12px;
    white-space: nowrap;
    border-radius: 100px;
    background: #f39800;
    cursor: pointer;
}

.dntInf__jump:hover+.tlt--jump {
    display: block;
}

.dntInf__aplc {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.dntInf__aplc span.bold {
    font-size: 15px;
    font-weight: 600;
}

.dntInf__view {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 300;
    color: #111;
}

.dntInf__reset {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 12px;
    border-radius: 20px;
    background: #ddd;
    font-size: 15px;
    font-weight: 400;
    color: #666;
    white-space: nowrap;
    height: 30px;
}

.rsm-mng__table .dntInf__reset {
    padding: 5px 10px;
    font-size: 12px;
    height: 20px;
}

.rsm-mng__table tbody tr {
    height: 75px;
}

.dntInf__mng {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.dntInf__mng-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 300;
    color: #fff;
    padding: 8px;
    width: 90px;
    height: 30px;
    background: #333;
    border-radius: 30px;
    border: 1px solid transparent;
    transition: all .2s;
}

.dntInf__mng-btn:hover {
    background-color: #5c5c5c;
}

.dntInf__mng-btn.styleButton {
    font-size: 12px;
}

.dntInf__mng-btn.blue {
    background: #0068b7;
    font-size: 13px;
    padding: 9px 8px;
}

.dntInf__mng-btn.blue:hover {
    background: #3485c6;
    color: #fff;
}

.rcp {
    background: #f5f5f5;
    padding: 20px 10px 20px 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.rcp__block {
    display: grid;
    grid-template-columns: 150px 1fr;
}

.rcp__lf-wrap {
    display: flex;
    width: 100%;
    justify-content: center;
}

.rcp__lf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 9px;
    font-size: 13px;
    padding: 0 10px;
    background-color: #fff;
    border: 1px solid #eb6100;
    color: #eb6100;
    border-radius: 20px;
    height: 30px;
    font-weight: 500;
    white-space: nowrap;
    width: 100px;
}

.rcp__print {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 10px;
    font-size: 15px;
    color: #fff;
    background: #1577cf;
    border-radius: 13px;
    cursor: pointer;
    white-space: nowrap;
}

.rcp__print:hover {
    color: #fff;
}

.rcp__rt {
    display: flex;
    gap: 10px;
    padding: 0 10px;
}

.rcp-action {
    text-align: center;
}

.rcp__list {
    display: flex;
    flex-direction: column;
    gap: 7px;
    flex: 1;
}

/* .rcp__list:nth-child(2) {
    flex: .7;
} */

.rcp__item {
    font-size: 14px;
    line-height: 1.2;
    word-break: keep-all;
}

.rcp__item>span {
    font-size: 14px;
    line-height: 1.2;
    word-break: keep-all;
}

.rcp__item.red>span {
    color: #e60012;
}

.rcp__item.blue>span {
    color: #0068b7;
}

.rcp__item>span::before {
    content: '·';
    color: #333;
    margin-right: 5px;
}

.rcp__item>span .rcp__text {
    margin-left: 5px;
    transition: .2s;
    color: #333;
    font-weight: 600;
}

.rcp__item>span .rcp__text:hover {
    color: #0068b7;
}

.rcp__item>ul {
    padding-top: 6px;
    padding-left: 18px;
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.rcp__item>ul>li {
    font-size: 14px;
    display: flex;
    gap: 5px;
}

.rcp__item>ul>li::before {
    content: '∟';
    font-size: 10px;
    color: #999;
}

.rcp__more {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    border-radius: 30px;
    background: #fff;
    padding: 8px;
    margin-top: 10px;
    height: 30px;
}

.rcp__more>span {
    font-size: 15px;
    font-weight: 300;
    position: relative;
    color: #111;
}

.rcp__more>span::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    top: 40%;
    left: calc(100% + 10px);
    transform: translateY(-50%) rotate(45deg);
    transition: all 0.2s;
}

.rcp__more>span.active::after {
    transform: rotate(225deg);
    transition: all 0.2s;
}

.tlt {
    display: none;
    position: absolute;
    top: -25px;
    left: calc(100% + 30px);
    z-index: 3;
    padding: 25px;
    background: #e6effa;
    border-radius: 10px;
    border: 1px solid #88abda;
    width: 48vw;
    max-width: 757px;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}

.tlt--navbar {
    width: max-content;
    padding: 20px 25px;
    top: -80px;
    left: -51px;
}

.letter-notify .tlt--navbar {
    left: -47px;
}

.tlt--navbar .tlt__svg {
    bottom: -14px;
    top: unset;
    right: 0;
    left: 0;
    margin: auto;
    transform: rotate(-90deg);
    width: 12px;
}

.tlt--jump {
    width: 27vw;
    max-width: 557px;
}

.rsm-mng__table .tlt--jump {
    width: 20vw;
}

.tlt__tit {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    color: #0068b7;
}

.tlt__step {
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}

.tlt__step>img {
    display: inline-block;
    width: 15px;
}

.tlt__step-item {
    width: 120px;
    padding: 10px 8px;
    display: flex;
    flex-direction: column;
    border: 1px solid #88abda;
    border-radius: 10px;
    background: #fff;
}

.tlt__step-top {
    font-size: 15px;
    font-weight: 600;
    color: #88abda;
    text-align: center;
    padding-bottom: 10px;
    border-bottom: 1px solid #88abda;
}

.tlt__step-top span {
    color: #0068b7;
}

.tlt__step-name {
    padding-top: 10px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
}

.tlt__list {
    width: 100%;
    margin-top: 25px;
    padding-top: 25px;
    border-top: 1px solid #88abda;
}

.tlt__item {
    display: grid;
    grid-template-columns: 100px 1fr;
    justify-items: start;
    gap: 10px;
    line-height: 1.6;
    font-size: 14px;
    font-weight: 400;
}

.tlt__item-lf {
    display: flex;
    gap: 10px;
    color: #0068b7;
    font-weight: 600;
}

.tlt__item-lf::before {
    content: '•';
    color: #88abda;
}

.tlt__item-rt {
    width: 100%;
    white-space: normal;
    display: block;
    text-align: left;
}

.tlt__svg {
    position: absolute;
    top: 25px;
    right: calc(100% - 10px);
}

.tlt__jump {
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    white-space: normal;
}

.tlt__jump span {
    font-weight: 700;
}

.tlt__list2 {
    width: 100%;
    padding: 20px 0 16px;
    text-align: left;
}

.tlt__item2 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-decoration: underline;
    white-space: normal;
}

.rgst-step {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 55px 0 40px;
}

.rgst-step__list {
    display: flex;
    justify-content: center;
    gap: 160px;
    position: relative;
}

.rgst-step__list::before {
    content: '';
    width: 100%;
    height: 3px;
    background: #d9d9d9;
    position: absolute;
    top: 55px;
    left: 0;
}

.rgst-step__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    position: relative;
    width: 110px;
}

.rgst-step__crc {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 110px;
    height: 110px;
    border: 5px solid #d9d9d9;
    background: #ddd;
    border-radius: 50%;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    line-height: 1.4;
}

.rgst-step__txt {
    font-size: 17px;
    font-weight: 300;
    color: #999;
    text-align: center;
    line-height: 1.4;
    white-space: nowrap;
}

.rgst-step__item.active .rgst-step__crc {
    border: 0;
    background: #0068b7;
}

.rgst-step__item.active .rgst-step__txt {
    font-weight: 700;
    color: #333;
}

.rgst__top {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #999;
    padding: 25px;
    border-radius: 10px;
}

.rgst__logo {
    display: block;
    width: 155px;
    height: 50px;
    object-fit: contain;
}

.rgst__dl {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10px;
    font-size: 15px;
    margin: 0;
}

.rgst__dd {
    margin: 0;
}

.rgst__tit-input {
    width: 100%;
    height: 60px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 22px;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
}

.rgst__tit-input::placeholder {
    font-weight: 400;
    color: #999;
}

.rgst__sbj {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}

.rgst__table {
    width: 100%;
    border-top: 1px solid #333;
    margin-top: 10px;
}

.rgst__table th {
    font-size: 15px;
    font-weight: 600;
    text-align: left;
    vertical-align: middle;
    background: #f4f6f8;
    border-bottom: 1px solid #ddd;
    padding: 16px;
    width: 160px;
    line-height: 1.3;
}

.rgst__table th span {
    color: #e60012;
}

.rgst__table td {
    font-size: 15px;
    text-align: left;
    vertical-align: middle;
    padding: 7px 15px;
    height: 15px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
}

.rgst__adr {
    display: grid;
    grid-template-columns: 75px 90px 1fr 255px;
    gap: 3px;
}

.rgst__adr-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    border-radius: 3px;
    font-size: 15px;
    font-weight: 600;
    color: #666;
    background: #fff;
    width: 100%;
    height: 100%;
}

.rgst__input {
    width: 100%;
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    font-size: 15px;
    color: #666;
    font-weight: 300;
}

.rgst__input.wd70 {
    width: 70px;
}

.rgst__input::placeholder {
    color: #999;
}

.rgst__input.max-330 {
    max-width: 330px;
}

.rgst__select {
    display: inline-block;
    width: 100%;
    max-width: 160px;
}

.rgst__select.has-input {
    display: flex;
    width: 100%;
    max-width: 100%;
    gap: 10px;
}

.rgst__select.has-input .form-select-container {
    max-width: 160px;
}

.rgst__select.wd160 {
    width: 160px;
}

.rgst__table th .rgst__select {
    max-width: 120px;
    margin-top: 12px;
}

.rgst__select .form-select-container {
    width: 100%;
    height: 36px;
}

.rgst__select .form-select-container>.form-select-cus {
    border-radius: 3px;
    background: #fff;
}

.rgst__select .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 15px;
    color: #666 !important;
    padding: 0 15px;
}

.rgst__table th .rgst__select .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 14px;
    color: #333 !important;
    padding: 0 12px;
    font-weight: 300;
}

.form-select-container .option-placeholder {
    text-align: center;
}

.form-select-container .option-placeholder .form-option-placeholder {
    justify-content: start;
    padding: 0 10px !important;
}

.form-select-container .option-placeholder .form-option {
    padding: 0 10px !important;
    justify-content: center;
}

.rgst__select .form-select-container>.form-select-cus>.form-option-placeholder::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    top: 47%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);
    background: unset;
    margin: 0;
}

.rgst-sbwy {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.rgst-sbwy__item {
    display: grid;
    grid-template-columns: 18px 160px 160px 1fr;
    align-items: center;
    gap: 3px;
}

.rgst__desc {
    font-size: 15px;
    color: #0068b7;
    font-weight: 400;
}

.rgst__desc.pl10 {
    padding-left: 10px;
}

.rgst__desc.mt10 {
    margin-top: 10px;
}

.rgst__desc.font-light {
    font-weight: 300;
}

.rgst__desc.font-bold {
    font-weight: 600;
}

.rgst__desc.red {
    color: #e60012;
}

.rgst-map__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 7px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #0068b7;
    border: 1px solid #0068b7;
    border-radius: 3px;
}

.rgst-map__btn>i {
    display: inline-block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #2196f3;
    position: relative;
}

.rgst-map__btn>i::before {
    content: '';
    display: block;
    width: 8px;
    height: 2px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rgst-map__btn>i::after {
    content: '';
    display: block;
    width: 2px;
    height: 8px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.rgst-map__info {
    margin-top: 10px;
}

.rgst-map__tit {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 5px;
}

.rgst-map__tit::before {
    content: '';
    width: 8px;
    height: 10px;
    border-left: 6px solid #333;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
}

.rgst-map__block {
    padding-left: 13px;
}

.rgst-map__adr {
    font-size: 15px;
    line-height: 1.6;
}

.rgst-map__xy {
    font-size: 15px;
    line-height: 1.6;
}

.rgst-map__span {
    display: inline-block;
    min-width: 100px;
}

.rgst-map__btn2 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 15px;
    font-size: 14px;
    border: 1px solid #999;
    border-radius: 3px;
    margin-top: 10px;
}

.rgst__grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    padding: 13px 0;
}

.rgst__label {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

.rgst__label.blue-bold {
    color: #0068b7;
    font-weight: 600;
}

.rgst__label.blk {
    color: #333;
    font-weight: 400;
}

.rgst__checkbox {
    appearance: none;
    display: inline-block;
    width: 15px;
    height: 15px;
    border: 1px solid #ddd;
    background: #fff;
    margin: 0;
    position: relative;
}

.rgst__checkbox.blk {
    border: 1px solid #999;
}

.rgst__checkbox::before {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    border: 1.5px solid #0068b7;
    border-top: 0;
    border-right: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -35%) rotate(-45deg);
    transform-origin: 25% 25%;
    opacity: 0;
}

.rgst__checkbox:checked {
    border: 1px solid #0068b7;
}

.rgst__checkbox:checked::before {
    opacity: 1;
}

.rgst__num {
    display: grid;
    grid-template-columns: 110px 1fr;
    align-items: center;
    gap: 9px;
    color: #666;
    font-size: 15px;
}

.rgst__pay {
    display: grid;
    grid-template-columns: 160px 340px 1fr;
    align-items: center;
    gap: 3px;
}

.rgst__qlf {
    display: flex;
    align-items: center;
    gap: 75px;
}

.rgst__qlf+.rgst__qlf {
    margin-top: 5px;
}

.rgst__qlf.gap25 {
    gap: 25px;
}

.rgst__qlf-lf {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
}

.rgst__qlf-rt {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #333;
    white-space: nowrap;
}

.rgst__textarea {
    width: 100%;
    height: 480px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    font-size: 15px;
    color: #666;
    font-weight: 300;
}

.rgst__textarea.hi100 {
    height: 100px;
}

.rgst__textarea::placeholder {
    color: #999;
}

.rgst__label2 {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 15px;
    color: #333;
}

.rgst__day {
    display: flex;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap;
    padding-top: 13px;
}

.rgst__day2 {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 14px;
    margin-top: 20px;
    padding-bottom: 13px;
}

.rgst__day #recruitDay.radio-group {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.rgst__way {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 12px;
}

.rgst__way li {
    display: flex;
    gap: 3px;
    font-size: 15px;
    font-weight: 300;
}

.rgst__way li::before {
    content: '·';
}

.rgst__sbm {
    display: grid;
    grid-template-columns: 85px 1fr;
    gap: 25px;
    align-items: center;
}

.rgst__sbm+.rgst__sbm {
    margin-top: 5px;
}

.rgst__paper {
    display: flex;
    flex-direction: column;
    padding: 13px 0;
}

.rgst__type {
    display: grid;
    grid-template-columns: 60px 1fr;
    align-items: center;
    gap: 5px;
    margin-left: 20px;
}

.rgst__type+.rgst__type {
    margin-top: 5px;
}

.rgst__mail {
    display: grid;
    grid-template-columns: 150px auto 150px 1fr;
    align-items: center;
    gap: 5px;
}

.rgst__mail span {
    display: inline-block;
    padding: 0 3px;
}

.rgst__phone {
    display: grid;
    grid-template-columns: 110px auto 110px auto 110px 1fr;
    align-items: center;
    gap: 10px;
}

.rgst__sms {
    display: flex;
    align-items: center;
    gap: 30px;
}

.pym {
    display: grid;
    gap: 15px;
    align-items: start;
}

.pym__table tbody .option td.blue,
.pym .blue {
    color: #007bff;
    font-weight: 600;
}

.pym__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 25px;
}

.pym__hean {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 10px;
}

.pym__desc {
    font-size: 15px;
    font-weight: 300;
    color: #666;
    line-height: 1.4;
}

.pym__guide {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 11px 25px;
    font-size: 15px;
    font-weight: 300;
    color: #fff;
    border-radius: 10px;
    background: #666;
}

.pym__tit {
    font-size: 20px;
    font-weight: 600;
    margin-top: 40px;
}

.pym__table {
    width: 100%;
    border-top: 1px solid #333;
    margin-top: 10px;
}

.pym__table .relative {
    position: relative;
}

.pym__table .icon-tlt {
    width: 15px;
    margin-left: 6px;
}

.pym__table .icon-tlt+.tlt {
    left: unset;
    right: 0;
    top: 50px;
    width: fit-content;
}

.pym__table .icon-tlt+.tlt svg {
    position: absolute;
    top: -12px;
    right: 4px;
    transform: rotate(90deg);
}

.pym__table .icon-tlt:hover+.tlt {
    display: block;
}

.pym__table thead th {
    padding: 11px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    background: #f4f6f8;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    white-space: nowrap;
}

.pym__table thead th:last-child {
    border-right: 0;
}

.pym__table tbody th {
    padding: 11px;
    text-align: left;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    background: #f4f6f8;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
    line-height: 1.3;
}

.pym__table tbody th.pd5 {
    padding: 5px 11px;
}

.pym__table tbody td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    height: 50px;
}

.pym__table tbody td:nth-child(5) {
    width: 140px;
}

.pym__table tbody td.pd9 {
    padding: 9px;
}

.pym__table tbody td.pd9 .form-select-container {
    max-width: 78px;
}

.pym__table tbody td.center {
    width: 45px;
    text-align: center;
}

.pym__table tbody .option td {
    color: #666;
}

.pym__select {
    display: inline-block;
    width: 85px;
}

.pym__select .form-select-container {
    width: 100%;
    height: 30px;
}

.pym__select .form-select-container>.form-select-cus {
    border-radius: 0px;
    background: #fff;
}

.pym__select .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 14px;
    color: #333 !important;
    padding: 0 8px;
}

.pym__select .form-select-container>.form-select-cus>.form-option-placeholder::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    top: 47%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
    background: unset;
    margin: 0;
}

.pym__wrap {
    padding: 20px;
    border: 1px solid #ddd;
    margin: 30px 0;
    border-radius: 10px;
    position: relative;
}

.pym__item {
    display: flex;
    gap: 3px;
    font-size: 14px;
}

.pym__item::before {
    content: '·';
}

.pym__item+.pym__item {
    margin-top: 9px;
}

.pym__btbx {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
    position: absolute;
    top: 0px;
    right: 20px;
}

.pym__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    padding: 13px 20px;
    background: #666;
    font-size: 14px;
    color: #fff;
    border: 1px solid transparent;
    transition: all .2s;
}

.pym__btn:hover {
    color: #666;
    background: #fff;
    border: 1px solid #666;
}

.byn__container {
    position: relative;
}

.byn__table {
    width: 100%;
}

.byn__table td.center {
    text-align: center;
}

.byn__table thead th {
    padding: 11px;
    text-align: center;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 600;
    background: #f4f6f8;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    white-space: nowrap;
}

.byn__table thead th:first-child {
    border-left-color: transparent;
}

.byn__tit {
    font-size: 17px;
    font-weight: 600;
    margin-bottom: 15px;
}

.byn__block+.byn__block {
    margin-top: 30px;
    padding-top: 15px;
    border-top: 1px solid #ddd;
}

.byn__block:first-child .byn__table {
    border-top: 1px solid #333;
}

.byn__table tbody td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 300;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #fff;
}

.byn__table tbody td .byn__title {
    width: 80px;
    min-width: 80px;
    max-width: 80px;
    display: flex;
}

.byn__table tbody td .byn__name {
    width: 150px;
    min-width: 150px;
    max-width: 150px;
    display: flex;
}

.byn__table tbody .byn__duration span {
    width: 30px;
    min-width: 30px;
    max-width: 30px;
}

.byn__tdate {
    color: #007bff;
    min-width: 80px;
}

.byn__wrap-note {
    display: flex;
    gap: 15px;
    white-space: nowrap;
}

.byn__table tbody td:first-child:not(.byn__tdnote) {
    border-left: none;
}

.byn__table .byn__tdnote {
    line-height: 1.3;
    color: #007bff;
}

.byn__table .byn__tdnote span {
    line-height: 1.3;
    color: #ff0000;
}

.byn__note {
    margin: 15px 0 0;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.byn__note.red {
    color: #ff0000;
}

.byn__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    background: #0068b7;
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-top: 5px;
    max-width: 200px;
    margin: 15px auto 0;
}

.byn__block+.byn__block .byn__table {
    border-top: 1px solid #ddd;
}

.byn__table2 tbody tr:last-child td:first-child {
    text-align: right;
}

.byn__table2 tbody tr:last-child td {
    background-color: transparent;
}

.byn__table2 tbody tr td:last {
    text-align: right;
}

.byn__table2 tbody tr td:nth-child(3) {
    text-align: center;
}

.byn__table2 tbody tr:last-child td:last-child {
    color: #007bff;
    font-weight: 700;
}

.byn__block tbody tr th {
    padding: 20px 15px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}

.byn__block:last-child tbody tr:last-child {
    height: max-content;
}

.byn__block:last-child tbody tr:last-child td {
    vertical-align: top;
}

.byn__block:last-child tbody th {
    width: 160px;
    white-space: nowrap;
}

.byn__table .cmpl__top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.byn__table input {
    border: 1px solid #ddd;
    padding: 0 15px;
    height: 30px;
    border-radius: 3px;
}

.byn_radio {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
}

.byn__itxt+.byn__itxt {
    margin-top: 15px;
}

.byn__itxt span {
    min-width: 50px;
    display: inline-table;
}

.byn__wdate {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    align-items: center;
}

.byn__req {
    color: #0055cc;
}

.byn_date {
    position: relative;
}

.byn_date input[type='date']::-webkit-inner-spin-button,
.byn_date input[type='date']::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.byn_date i {
    top: 50%;
    transform: translateY(-50%);
}

.cmpl__top>img {
    display: block;
    width: 86px;
}

.cmpl__block {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.cmpl__block span {
    font-size: 15px;
    font-weight: 300;
}

.cmpl__block span.bold {
    font-size: 17px;
    font-weight: 600;
}

.cmpl__block span b {
    font-weight: 600;
}

.cmpl__block span i {
    display: inline-block;
    padding-left: 20px;
    font-style: normal;
}

.cmpl__table {
    width: 100%;
    border-top: 1px solid #333;
    margin-top: 20px;
}

.cmpl__table th {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 15px 10px;
    width: 140px;
    background: #f4f6f8;
    border-bottom: 1px solid #ddd;
    line-height: 1.4;
}

.cmpl__table td {
    padding: 17px;
    font-size: 14px;
    font-weight: 300;
    text-align: left;
    vertical-align: middle;
    height: 50px;
    background: #fff;
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    line-height: 1.4;
    white-space: pre-line;
}

.cmpl__table td+th {
    border-left: 1px solid #ddd;
}

.cmpl__table td span {
    font-size: 14px;
    font-weight: 300;
    color: #0068b7;
}

.cmpl__coupon {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 5px 7px;
    border: 1px solid #0068b7;
    border-radius: 3px;
    background: #f4f6f8;
    font-size: 13px;
    font-weight: 300;
    color: #0068b7;
    line-height: 1;
    margin-top: 5px;
}

.cmpl-pop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.cmpl-pop__block {
    width: 100%;
    max-width: 605px;
    border-radius: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 69px 30px 80px 30px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.cmpl-pop__block>img {
    display: block;
    width: 110px;
}

.cmpl-pop__txt {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
}

.jobPop {
    width: 100%;
    min-height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    overflow-y: auto;
}

.jobPop__container {
    display: grid;
    /* grid-template-columns: 170px 1fr; */
    gap: 20px;
    width: 100%;
    max-width: 1260px;
    background: #fff;
    border-radius: 20px;
    padding: 30px 20px;
    position: absolute;
    top: 66px;
    left: 50%;
    transform: translateX(-50%);
}

.jobPop__nav {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    background: #f5f5f5;
    position: -wdbkit-sticky;
    position: sticky;
    top: 0px;
}

.jobPop__tit {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 15px;
}

.jobPop__tit>img {
    display: block;
    width: 95px;
}

.jobPop__tit span {
    font-size: 18px;
    font-weight: 700;
}

.jobPop__list {
    width: 100%;
}

.jobPop__item {
    padding: 0 15px;
    cursor: pointer;
}

.jobPop__item.active {
    background: #0068b7;
}

.jobPop__link {
    display: flex;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #ddd;
    font-size: 15px;
}

.jobPop__item.active .jobPop__link {
    color: #fff;
    border-bottom: 0;
}

.jobPop__date {
    font-size: 13px;
    font-weight: 300;
    text-align: right;
    line-height: 1.3;
    margin-bottom: 15px;
}

.jobPop__close {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 30px;
    right: 20px;
}

.jobPop__close::before {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #141414;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.jobPop__close::after {
    content: '';
    display: block;
    width: 90%;
    height: 1px;
    background: #141414;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cndd.pt8 {
    padding-top: 8px;
}

.cndd>.no-data {
    text-align: center;
    margin-top: 30px;
}

.cndd__block {
    margin-top: 10px;
}

.cndd__block.mt10:first-child {
    margin-top: 10px;
}

.cndd__top {
    display: grid;
    grid-template-columns: 366px auto 100px 10px;
    align-items: center;
    gap: 45px;
    padding: 28px 40px;
    background: #fff;
    border: 1px solid #ddd;
    border-bottom: 0;
}

.cndd__top--el2 {
    grid-template-columns: 1fr auto;
}

.cndd__top2 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
    padding: 28px 40px;
    background: #fff;
    border: 1px solid #ddd;
}

.cndd__info {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.cndd__name {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}

.cndd__name>img {
    width: 16px;
}

.cndd__cntn {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 10px;
}

.cndd__cntn .table {
    width: auto;
}

.cndd__cntn .table .wrap-meta {
    height: auto;
    width: auto;
}

.cndd__cntn a {
    display: block;
    font-size: 17px;
}

.cndd__list {
    display: flex;
    align-items: center;
}

.cndd__item {
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

.cndd__item+.cndd__item {
    padding-left: 20px;
    position: relative;
}

.cndd__item+.cndd__item::before {
    content: '';
    width: 1px;
    height: 80%;
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: #999;
}

.cndd__preview {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    color: #666;
}

.cndd__preview img {
    width: 16px;
}

.cndd__date {
    display: inline-flex;
    flex-direction: column;
    align-items: start;
    gap: 5px;
}

.cndd__date span {
    font-size: 15px;
    color: #333;
}

.cndd__date span.text-bold {
    font-weight: 600;
    color: #333;
}

.cndd__end {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 3px;
}

.cndd__end-block {
    display: block;
}

.cndd__end-block .cndd__input,
.cndd__end-block .cndd__select {
    margin-bottom: 5px;
}

.cndd__select {
    display: inline-block;
    width: 105px;
}

.cndd__select .form-select-container {
    width: 110px;
    height: 30px;
}

.cndd__select .form-select-container>.form-select-cus {
    border-radius: 3px;
    background: #fff;
}

.cndd__select .form-select-container>.form-select-cus>.form-option-placeholder {
    font-size: 15px;
    color: #333 !important;
    padding: 0 8px;
}

.cndd__select .form-select-container>.form-select-cus>.form-option-placeholder::after {
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-right: 1px solid #666;
    border-bottom: 1px solid #666;
    position: absolute;
    top: 47%;
    right: 8px;
    transform: translateY(-50%) rotate(45deg);
    background: unset;
    margin: 0;
}

.cndd__input {
    width: 110px;
    height: 30px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 10px;
    font-size: 15px;
    color: #333;
    font-weight: 300;
}

.cndd__input::placeholder {
    color: #999;
}

.cndd__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 17px 40px;
    background: #f4f6f8;
    border: 1px solid #ddd;
    border-top: 0;
}

.cndd__lf {
    display: flex;
    align-items: center;
    gap: 7px;
}

.cndd__lf span {
    font-size: 15px;
    font-weight: 300;
}

.cndd__lf span.blue {
    color: #0068b7;
    font-weight: 600;
}

.cndd__lf span.date {
    font-size: 13px;
    color: #666;
    padding-left: 20px;
}

.cndd__delete {
    width: 100%;
    height: 16px;
}

.cndd__delete img {
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.cndd__yn {
    font-size: 15px;
    font-weight: 300;
}

.cndd__yn--y {
    color: #0068b7;
}

.cndd__yn--n {
    color: #a40000;
}

.cndd__oth {
    font-size: 14px;
    font-weight: 300;
    color: #666;
}

.acs__block {
    display: grid;
    grid-template-columns: 226px 1fr;
    gap: 20px;
    margin-top: 20px;
}

.acs__lf {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 27px;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.acs__info {
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

.acs__info>span {
    font-weight: 600;
}

.acs__point {
    font-size: 28px;
}

.acs__point>span {
    font-weight: 700;
}

.acs__btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 24px;
    border-radius: 30px;
    background: #db3c29;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.acs__rt {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.acs__tit {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
}

.acs__more {
    font-size: 13px;
    color: #666;
    display: flex;
    font-weight: 600;
    gap: 14px;
    align-items: center;
}

.acs__more:hover span {
    color: #0068b7;
}

.acs__more:hover .icon-arrow-right::after {
    background-image: url('../images/arrow-down-black_hover.png');
}

.acs__grid {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.acs__grid>* {
    flex-basis: calc(33.3%);
    max-width: calc(33.3%);
}

.acs__list {
    display: flex;
    flex-direction: column;
    gap: 15px;
    position: relative;
}

.acs__list:first-child {
    margin-left: 0px;
}

.acs__item {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 7px;
}

.acs__item span {
    font-size: 14px;
    color: #666;
    white-space: nowrap;
}

.acs__item span span {
    white-space: nowrap;
}

.acs__item span b {
    font-weight: 600;
    color: #0068b7;
}

.acs__table {
    width: 100%;
    border-top: 1px solid #333;
    margin-top: 20px;
}

.acs__table th {
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    padding: 15px;
    border-bottom: 1px solid #ddd;
    background: #f4f6f8;
}

.acs__table th+th {
    border-left: 1px solid #ddd;
}

.acs__table td {
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    padding: 15px 11px;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

/* .acs__table td:first-child,
.acs__table th:first-child,
.acs__table td:nth-child(2),
.acs__table th:nth-child(2) {
    background: #edf0f3;
} */

.acs__table td+td {
    border-left: 1px solid #ddd;
    padding: 12px 9px;
    font-size: 14px;
}

.acs__table td.acs__name {
    width: 360px;
    text-align: left;
}

.acs-pnt {
    display: flex;
    background: #fff;
    border-radius: 10px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.acs-pnt__use {
    width: 50%;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    font-size: 16px;
    font-weight: 500;
}

.acs-pnt__num {
    font-size: 48px;
    color: #1577cf;
}

.acs-pnt__num.red {
    color: #a40000;
}

.acs-pnt__num>b {
    font-weight: 600;
    color: #1577cf;
}

.acs-pnt__num.red>b {
    color: #a40000;
}

.hst {
    padding-top: 10px;
}

.hst__tab {
    width: 100%;
    display: flex;
    margin-bottom: -1px;
}

.hst__tab-item {
    width: 100%;
}

.hst__tab-item a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px;
    background: #f4f6f8;
    border-radius: 10px 10px 0 0;
    border: 1px solid #ddd;
    font-size: 16px;
    color: #999;
}

.hst__tab-item a.active {
    color: #333;
    background: #fff;
    border-bottom: 0;
}

.hst__block {
    padding: 20px 15px 50px;
    background: #fff;
    border: 1px solid #ddd;
    border-top: 0;
}

.hst__table {
    width: 100%;
    border-top: 1px solid #333;
}

.hst__table th {
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.hst__table td {
    padding: 16px;
    font-size: 15px;
    font-weight: 300;
    text-align: center;
    vertical-align: middle;
    border-bottom: 1px solid #ddd;
    background: #fff;
}

.hst__plus {
    color: #1577cf;
}

.hst__minus {
    color: #a40000;
}

.inq {
    width: 100%;
    padding-top: 190px;
}

.inq__block {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 47px 40px 86px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.inq__desc {
    font-size: 16px;
    text-align: center;
    color: #0068b7;
}

.inq__desc.mb24 {
    margin-bottom: 24px;
}

.inq__desc.mt46 {
    margin-top: 46px;
}

.inq__input {
    width: 210px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 3px;
    padding: 13px;
    font-size: 15px;
    color: #333;
    font-weight: 300;
    text-align: center;
}

.inq__input::placeholder {
    color: #999999;
}

.inq__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    padding: 12px;
    border-radius: 10px;
    background: #0068b7;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    margin-top: 20px;
}

.lck__tit {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 14px;
    border-bottom: 1px solid #333;
}

.lck__tit.mt40 {
    margin-top: 40px;
    word-break: auto-phrase;
}

.lck__icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    border: 4px solid #1577cf;
    border-radius: 50%;
    background: #fff;
}

.lck__tit>span {
    font-size: 14px;
    font-weight: 300;
}

.lck__set {
    display: grid;
    grid-template-columns: 230px 1fr;
    align-items: center;
    justify-items: start;
    padding: 18px;
    border-bottom: 1px solid #ddd;
}

.lck__label {
    font-size: 15px;
    font-weight: 300;
}

.lck__pswd {
    display: inline-block;
    width: 180px;
    height: 30px;
    border: 1px solid #ddd;
    background: #fff;
    padding: 13px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 3px;
}

.lck__set2 {
    display: grid;
    grid-template-columns: 255px 1fr;
    align-items: center;
    justify-items: start;
    border-bottom: 1px solid #ddd;
}

.lck__label2 {
    display: inline-flex;
    align-items: center;
    padding: 15px;
    font-size: 15px;
    font-weight: 300;
    width: 100%;
    height: 50px;
    border-right: 1px solid #ddd;
}

.lck__flex {
    padding: 0 10px;
    display: flex;
    align-items: center;
    gap: 13px;
}

.lck__flex>span {
    font-size: 14px;
    font-weight: 300;
    color: #1577cf;
}

.button {
    cursor: pointer;
}

.mtch-pop__select .tab-check-box #ResumeCareer {
    display: flex;
    gap: 30px;
}

.custom-table-recruit .blank-row:first-child {
    height: 18px;
}

.custom-table-recruit.table .column-3 .wrap-link {
    height: unset;
    margin-top: 20px;
}

.sendPop {
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
}

.sendPop.active {
    display: block;
    z-index: 999;
}

.sendPop__container {
    width: 100%;
    max-width: 500px;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 0;
}

.sendPop__tit {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    padding: 0 20px;
}

.sendPop__desc {
    text-align: center;
    font-size: 15px;
    color: #004b84;
    margin-bottom: 30px;
    padding: 0 20px;
    line-height: 1.3;
}

.sendPop__table {
    width: 100%;
}

.sendPop__table tbody {
    width: 100%;
    display: block;
    padding: 20px;
    background: #e9ecef;
}

.sendPop__table tbody tr {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.sendPop__table tbody tr th {
    font-size: 13px;
    font-weight: 500;
    color: #666;
    margin-bottom: 5px;
}

.sendPop__table tbody tr th span {
    color: #0055cc;
}

.sendPop__input {
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
}

.sendPop__textarea {
    display: block;
    width: 100%;
    height: 150px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
}

.sendPop__btbx {
    padding: 20px 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sendPop__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: #0055cc;
    border-radius: 10px;
}

.sendPop__close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 20px;
}

.sendPop__close::before {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.sendPop__close::after {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.cmnt {
    padding-top: 30px;
}

.cmnt__block {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

.cmnt__tit {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}

.cmnt__reg {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    background: #004b84;
    white-space: nowrap;
}

.cmnt__input {
    width: 100%;
    height: 50px;
    border: 1px solid #999;
    padding: 10px;
}

.cmnt__item {
    display: flex;
    flex-direction: column;
    padding: 20px 0;
    border-bottom: 1px solid #ddd;
    position: relative;
    padding-right: 10px;
}

.cmnt__item--reply {
    background: #f3f3f3;
    padding-left: 50px;
}

.cmnt__item--reply::before {
    content: '';
    display: block;
    width: 10px;
    height: 13px;
    border-left: 1px solid #999;
    border-bottom: 1px solid #999;
    position: absolute;
    left: 15px;
    top: 22px;
}

.cmnt__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cmnt__lf {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cmnt__lf span {
    font-size: 18px;
    font-weight: 600;
}

.cmnt__img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #ddd;
    background: #f2f2f2;
    object-fit: cover;
}

.cmnt__rt {
    position: relative;
}

.cmnt__menu {
    display: inline-flex;
    align-items: center;
    gap: 3px;
    padding: 5px;
    width: 30px;
    height: 30px;
}

.cmnt__menu i {
    display: inline-block;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #999;
}

.cmnt__pop {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.cmnt__pop.active {
    display: block;
}

.cmnt__delet {
    padding: 10px 20px;
    white-space: nowrap;
}

.cmnt__delet+.cmnt__delet {
    border-top: 1px solid #ddd;
}

.cmnt__content {
    font-size: 16px;
    padding: 20px 0;
    line-height: 1.4;
}

.cmnt__bottom {
    display: flex;
    align-items: center;
    gap: 10px;
}

.cmnt__date {
    font-size: 13px;
    color: #999;
}

.cmnt__reply {
    font-size: 15px;
    font-weight: 600;
    color: #666;
    text-decoration: underline;
}

.cmnt__like {
    width: 15px;
    height: 15px;
    position: relative;
}

.cmnt__like img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.cmnt__like.active img.filled {
    display: block;
}

.cmnt__like.active img {
    display: none;
}

#content-table .top-table.j-end {
    justify-content: end;
}

#search_id .group-form,
#search_password .group-form {
    display: flex;
    /* flex-wrap: wrap; */
    gap: 5px;
}

#search_id .form-row .form-select-container>.form-select-cus>.form-option-placeholder,
#search_password .form-row .form-select-container>.form-select-cus>.form-option-placeholder {
    width: 139px;
}

.cropPop {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
}

.cropPop .cropPop__container {
    max-width: 85%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    padding: 69px 30px 80px 30px;
    position: absolute;
    top: 100px;
    left: 50%;
    transform: translateX(-50%);
}

.cropPop .cropPop__container .cropPop__close {
    position: absolute;
    top: -40px;
    right: -5px;
    width: 30px;
    height: 30px;
    background-color: #ff4d4f;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    z-index: 1;
}

.cropPop .cropPop__container .cropPop__close::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    left: 18%;
}

.cropPop .cropPop__container .cropPop__close::after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    left: 16%;
    top: 45%;
    position: absolute;
}

.cropPop .cropPop__container .cropPop__block {
    width: unset;
}

#popupMap .cropPop__block {
    width: 1000px;
}

.cropPop .cropPop__container .reactEasyCrop_Contain {
    object-fit: contain;
}

.cropPop .cropPop__container .cropPop__btbx {
    position: absolute;
    bottom: -45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 5px;
    border-radius: 10px;
}

.cropPop .cropPop__container .aspect_ratio {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    position: absolute;
    bottom: -90px;
}

.cropPop .cropPop__container .aspect_ratio button {
    padding: 5px 10px;
    font-size: 14px;
    border: none;
    border-radius: 6px;
    background-color: #f0f0f0;
    color: #333;
    cursor: pointer;
    transition: all .2s;
}

.cropPop .cropPop__container .aspect_ratio button:hover {
    background-color: #e0e0e0;
}

.cropPop .cropPop__container .aspect_ratio button.active {
    background-color: #007bff;
    color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cropPop .cropPop__container .aspect_ratio::after {
    content: '';
    position: absolute;
    left: -10px;
    right: 0;
    background: #000;
    z-index: -1;
    padding: 20px;
    width: calc(100% + 20px);
    height: 100%;
    border-radius: 10px;
    opacity: 0.5;
}

.cropPop .cropPop__container .cropPop__btbx .cropPop__btn {
    width: 100px;
    max-width: max-content;
    padding: 5px 10px;
    background-color: #076ecc;
    color: #fff;
    font-size: 16px;
    border-radius: 7px;
    transition: all .2s;
}

.cropPop .cropPop__container .cropPop__btbx .cropPop__btn:hover {
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 0 0 3px #076ecc;
    color: #076ecc;
}

.cropPop .cropPop__container .cropPop__btbx>input {
    display: block;
    border: 1px solid #ddd;
    height: 12px;
    background: #ddd;
    border-radius: 20px;
}

.zoom-range {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    height: 2px;
    border-top: 5px solid #fff;
    border-bottom: 5px solid #fff;
    background: #3f51b5;
    width: 100%;
}

.zoom-range::-moz-range-thumb {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #3f51b5;
    background: #3f51b5;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

.zoom-range::-webkit-slider-thumb {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 1px solid #3f51b5;
    background: #3f51b5;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    transition: box-shadow 150ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

/* table.table_training_courses */
.container.container-800 {
    max-width: 800px;
    padding: 40px 24px;
    background-color: #f4f4f4;
    margin-top: 30px;
}

table.table_training_courses {
    max-width: 800px;
    border-collapse: collapse;
    margin: auto;
}

.table_training_courses th,
.table_training_courses td {
    padding: 8px;
    border-bottom: 2px solid #f4f4f4;
    border-top: 2px solid #f4f4f4;
    vertical-align: middle;
    text-align: left;
    font-weight: 300;
}

.table_training_courses td {
    background-color: #fff;
}

.table_training_courses tr td:first-child {
    border-right: 2px solid #f4f4f4;
}

.table_training_courses th {
    background-color: #4b46b3;
    color: #fff;
    border: none;
    text-align: center;
    position: relative;
}

.table_training_courses th:last-child:after {
    display: none;
}

.table_training_courses tr td:first-child {
    background-color: #e7e5fc;
    color: #4b46b3;
    text-align: center;
    font-weight: 700;
}

.table_training_courses td ul li {
    position: relative;
    left: 10px;
    margin: 5px 0;
    width: calc(100% - 10px);
    font-weight: 500;
}

.table_training_courses td ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background-color: #000;
    position: absolute;
    top: calc(8px - 2px);
    /* 1/2 front-size  */
    left: -8px;
}

.table_training_courses td i {
    margin: 0 auto;
}

.table_training_courses .wrap-icon {
    display: flex;
    width: 100%;
}

.table_training_courses .td-icon {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.table_training_courses .td-icon::before {
    content: '';
    width: 1px;
    background-color: #e7e7e7;
    height: 90%;
    left: -1px;
    position: absolute;
    top: 5%;
}

.table_training_courses .td-icon::after {
    content: '';
    width: 1px;
    background-color: #e7e7e7;
    height: 60%;
    left: 50%;
    position: absolute;
    top: 5%;
}

.table_training_courses .td-icon.agencyTrue::after {
    height: 90%;
}

.table_training_courses .td-icon.has-note::after {
    height: 70%;
}

.table_training_courses .wrap-icon .item-icon {
    position: relative;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: .5;
}

.table_training_courses .wrap-icon .item-icon .top-title {
    font-size: 12px;
    color: #666666;
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    word-break: keep-all;
    height: max-content;
    padding: 0 10px;
    line-height: 1.2;
}

.table_training_courses .td-icon .bottom-title {
    font-size: 12px;
    color: #666666;
    text-align: center;
    margin-top: 8px;
}

/* table_training_courses blue */
.table_training_courses.blue th {
    background-color: #48a1e2;
    padding: 10px 5px;
}

.table_training_courses.blue th::after {
    background-color: rgba(169, 169, 219, 0.873);
}

.table_training_courses.blue tr td:first-child {
    background-color: #deedf9;
    color: #2860b4;
}

.top-table-image {
    text-align: center;
}

.top-table-image img {
    max-width: 500px;
}

.top-table-image-note {
    background-color: #e5e5e5;
    border-radius: 100px;
    vertical-align: middle;
    width: fit-content;
    padding: 9px 23px 8px;
    margin: 35px auto 40px;
    color: #737373;
    word-break: auto-phrase;
}

.tbl .title-table {
    margin-bottom: 10px;
    font-weight: 700;
    text-align: center;
    word-break: auto-phrase;
}

.tbl .title-table.purple {
    color: #5f5dc0;
}

.tbl .title-table.blue {
    color: #3075c2;
}

.tbl.tbl_nd {
    margin-top: 40px;
}

.tbl.tbl_st .table_training_courses th+th {
    position: relative;
    padding: 10px 5px;
}

.tbl.tbl_st .table_training_courses th+th::before {
    content: '';
    width: 1px;
    height: 30px;
    background-color: #a9a9db;
    position: absolute;
    top: 3px;
    left: -1px;
}

.popupMap__close {
    position: absolute;
    top: -40px;
    right: -5px;
    width: 30px;
    height: 30px;
    background-color: #ff4d4f;
    border: none;
    border-radius: 50%;
    color: white;
    font-size: 18px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s;
    z-index: 1;
}

.popupMap__close::after {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: rotate(45deg);
    left: 16%;
    top: 45%;
    position: absolute;
}

.popupMap__close::before {
    content: '';
    width: 20px;
    height: 2px;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 45%;
    left: 18%;
}

.popupMap__close:hover {
    background-color: #d9363e;
}

.ticket-pop {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99;
    display: flex;
}

.ticket-pop__block {
    max-width: 656px;
    margin: auto;
    background: #f0f6fb;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding-bottom: 35px;
    overflow: hidden;
}

.ticket-pop__block .ticket__table {
    margin: 0;
    width: 100%;
    border-radius: 0;
}

.ticket-pop__block .ticket__table .ticket__grid--head>span {
    font-weight: 600;
}

.ticket-pop__block .ticket__table img {
    max-width: 100px;
    object-fit: contain;
}

.ticket-pop__block>img {
    padding: 0 30px;
}

.ticket-pop__block .byn__btn {
    max-width: 130px;
}

.bannerInfoPop {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    top: 0;
    left: 0;
    z-index: 99;
}

.bannerInfoPop.active {
    display: block;
    z-index: 999;
}

.bannerInfoPop__container {
    width: 100%;
    max-width: 800px;
    max-height: calc(100% - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
    background: #fff;
    border-radius: 20px;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
    padding: 30px;
}

.bannerInfoPop__tit {
    font-size: 29px;
    font-weight: 600;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #333333;
}

.bannerInfoPop__close {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 32px;
    right: 30px;
}

.bannerInfoPop__close::before {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
}

.bannerInfoPop__close::after {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background: #999;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.bannerInfoPop__item {
    margin-bottom: 10px;
}

.bannerInfoPop__item:last-child {
    margin-bottom: 0px;
}

.bannerInfoPop__item_title {
    display: flex;
    align-items: center;
    padding: 15px 20px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
}

.bannerInfoPop__item_title.darkBlue {
    background-color: #0A3D8A;
}

.bannerInfoPop__item_title.lightBlue {
    background-color: #0D58C0;
}

.bannerInfoPop__item_title.oliveGreen {
    background-color: #6EA544;
}

.bannerInfoPop__item_title.teal {
    background-color: #138F84;
}

.bannerInfoPop__item_title.maroon {
    background-color: #EC878D;
}

.bannerInfoPop__item_title.purple {
    background-color: #9A2B89;
}

.nameBanner_info,
.priceBanner_info {
    color: #fff;
    font-size: 16px;
    position: relative;
}

.nameBanner_info {
    flex: 2;
}

.priceBanner_info {
    flex: 5;
}

.bannerInfoPop_content {
    max-height: 0;
    overflow: hidden;
    position: unset;
    box-shadow: unset;
    padding: 0;
    opacity: 0;
    border: 1px solid #ddd;
    transition: max-height 0.6s ease, opacity 0.6s ease, padding 0.6s;
}

.bannerInfoPop_content img {
    width: 100%;
    max-height: max-content;
}

.bannerInfoPop__item.active .bannerInfoPop_content {
    max-height: 5000px;
    opacity: 1;
    overflow: visible;
    transition: max-height 1s ease-in-out, opacity 1s ease-in-out, padding 1s ease-in-out;
}

.bannerInfoPop__item.active .icon.icon-arrow-down-white {
    transform: rotate(180deg);
}

.bannerInfoPop__item:not(.active) .icon.icon-arrow-down-white {
    transform: rotate(0deg);
}

#top-sub-page #side-nav .frame-section .item-has-child.active-child,
#top-sub-page #side-nav .frame-section .item-has-child.active {
    border-bottom-color: transparent;
}

#top-sub-page #side-nav .frame-section .item-has-child.active-child .active-child a {
    color: #0068b7;
}

#top-sub-page #side-nav ul li.item-has-child.active-child:after,
#top-sub-page #side-nav ul li.item-has-child.active:after {
    background-color: #eef7fd;
}

#top-sub-page #side-nav ul li:hover::after {
    background-color: #eef7fd;
}

#tabs-form.tabs-form-custom .tab {
    border: 1px solid #000;
}

#tabs-form.tabs-form-custom .tabs-left {
    display: flex;
    align-items: flex-start;
    width: fit-content;
}

#tabs-form.tabs-form-custom .tabs-left .tabs-custom {
    display: flex;
    flex-direction: column;
    min-width: 120px;
    height: 250px;
    overflow-y: unset;
}

#tabs-form.tabs-form-custom .tabs-left .tabs-custom a {
    display: block;
    width: 100%;
    color: #333;
}

#tabs-form.tabs-form-custom .tabs-left .tabs-custom li:hover a,
#tabs-form.tabs-form-custom .tabs-left .tabs-custom li.active a {
    color: #0068b7;
}

#tabs-form.tabs-form-custom .tabs-left .tab-check-box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    min-width: 300px;
    border-right: none;
    max-height: 160px;
}

#tabs-form.tabs-form-custom .tabs-left .tab-check-box.tab-checkbox-custom li {
    padding-left: 15px;
}

#tabs-form.tabs-form-custom .tabs-right {
    margin-bottom: 20px;
    height: 25px;
}

#tabs-form.tabs-form-custom .tabs-right .tab-check-box {
    border-left: 1px solid #ddd;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}


.td-wrap .wrap-top {
    position: relative;
    left: -15px;
    bottom: 10px;
    border-bottom: 1px solid #ddd;
    width: calc(100% + 30px);
}

.td-wrap .wrap-radioBox,
.title-value-text {
    padding: 0 15px;
}

.td-wrap .wrap-radioBox {
    display: flex;
    gap: 25px;
}

.td-wrap .wrap-radioBox label {
    display: flex;
    align-items: center;
    gap: 8px;
}

.td-wrap .wrap-radioBox label .title-value-radio {
    font-weight: 600;
}

.td-wrap .title-value-text {
    margin: 5px 0;
}

.td-wrap .wrap-bottom .title {
    font-weight: 600;
    margin-bottom: 10px;
}

.td-wrap ul li {
    padding-left: 5px;
    list-style-type: disc;
    margin-top: 5px;
    word-break: keep-all;
    overflow-wrap: break-word;
    hyphens: auto;
    line-break: auto;
    white-space: normal;
    margin-left: 17px;
}

.td-wrap ul li.red>* {
    color: #ff0000;
}

.td-wrap ul li.blue {
    color: #007bff;
}

.td-wrap ul li.noMaker {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    gap: 10px;
}

.resume__btbx2 {
    display: flex;
    justify-content: space-between;
}

.resume__btbx3 {
    display: flex;
    gap: 5px;
}

.wrap-table .wrap-link+.wrap-position.resume-list {
    flex-direction: row;
    margin-left: 0;
}

.cmpl__top {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
}

.groupDropDowns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    gap: 5px;
}

.groupDropDowns .dropDowns {
    padding-top: 10px;
    width: max-content;
}

.groupDropDowns .form-select-container--ver2 {
    width: 120px;
}

.groupDropDowns .form-select-container--ver2.maxContents {
    width: 720px;
}

.groupDropDowns .form-select-container--ver2.maxContents .form-option-placeholder {
    padding-right: 35px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* line-height: 2.4; */
}

.groupDropDowns .form-select-container--ver2.maxContents.active .form-option-placeholder {
    top: unset;
    left: unset;
    transform: unset;
}

.groupDropDowns .form-select-container--ver2.maxContents .form-option-wrapper {
    min-width: 300px;
}

.mtch__block.col_4 {
    grid-template-columns: repeat(4, 1fr);
}

.mtch__block.col_6 {
    grid-template-columns: repeat(6, 1fr);
}

.mtch__block.col_4 .mtch__cnd,
.mtch__block.col_6 .mtch__cnd {
    padding: 0 8px;
}

.resume__block-title {
    height: 64px;
    padding: 0 20px;
    display: flex;
    align-items: center;
}

.resume__sbj:focus {
    border: none !important;
}

.resume__block-title:has(.resume__sbj:focus) {
    border: 1px solid #0068b7;
}

.resume__block-placeholer,
.resume__block-input {
    font-size: 22px;
    height: 100%;
    align-items: center;
}

.mgl-0 {
    margin-left: 0px;
}

.rgst__table .rgst__type,
.rgst__table .rgst__paper .item-checkBox,
.rgst__table #applyMethod .item-checkBox {
    margin-left: 0;
}

.rgst__table #applyMethod .rgst__sbm {
    grid-template-columns: 65px 1fr;
}

.yarl__button * {
    color: hsla(0, 0%, 100%, .8);
}

.yarl__button:disabled * {
    color: hsla(0, 0%, 100%, .4);
}

.yarl__carousel {
    align-items: center;
}

.resume__snpts.style-resume__snpts .dntInf__btn:hover {
    color: #d9363e;
    border: 1px solid #d9363e;
}

.oneLine-text {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: auto-phrase;
}

.twoLine-text {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: auto-phrase;
}

.groupTab__message {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-top: 30px;
}

.groupTab__message .wrap-titleMessage {
    display: flex;
    align-items: end;
    gap: 5px;
}

.groupTab__message .wrap-titleMessage p:first-child {
    font-weight: 600;
    font-size: 18px;
    color: #0068b7;
}

.groupTab__message .wrap-titleMessage p:last-child {
    color: #aaa;
    font-size: 14px;
}

.groupTab__message .tabs li a {
    font-size: 16px;
    padding: 0px 15px;
    height: 34px;
    border-bottom: 1px solid #999;
}

.groupTab__message .tabs li a.active {
    color: #0068b7 !important;
    border-bottom: unset;
}

.groupTab__message .tabs.short-tab {
    border-bottom: none;
}

.tabMy__message .content-table-message {
    cursor: pointer;
}

.tabMy__message .msg__table td button {
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333333;
    padding: 0px 7px;
    cursor: pointer;
    width: max-content;
}

#editor-resizer {
    z-index: 1;
}

.seenMail {
    padding-left: 10px;
    margin-top: 5px;
}

/* .list-item.list-item-1.slide .slider-container .GrandSlide {
    height: 442px;
} */
#grand-banner .slider-container,
#grand-banner .slider-container * {
    height: 100%;
}

.w100 {
    width: 100% !important;
}

.resume__input-box .react-datepicker__input-container,
.resume__input-box .react-datepicker-wrapper,
.custom-date-picker-button {
    height: 100%;
    width: 100%;
    text-align: start;
}

.list-content-mess-wrap {
    position: relative;
    display: flex;
    align-items: center;
}

.list-content-mess {
    position: relative;
    line-height: 1.5;
    display: block;
    height: 100%;
    transition: all .2s;
}

.list-content-mess:hover span {
    color: #0068b7;
}

.list-content-mess>span:first-child {
    display: -webkit-box;
    line-clamp: 1;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.count-mess {
    margin-left: 10px;
    width: max-content;
    background: red;
    color: #fff;
    padding: 2px 7px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    border-radius: 20px;
    font-weight: 600;
}

.flex-center {
    display: flex;
    gap: 27px;
    align-items: start;
}

.table-bill-head th {
    border-right: 1px solid #ddd;
}

.table-bill-head th:last-child {
    border-right: 0;
}

.table-bill-data td:first-child {
    border-left: 0;
}

.table-bill-data td:nth-child(4),
.table-bill-data td:nth-child(2) {
    text-align: center;
}

.table-bill-data td:nth-child(5) {
    text-align: end;
}

.table-bill-data:last-child td:nth-child(2) {
    text-align: start;
}

.time-count-down-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    position: absolute;
    bottom: -25px;
    right: 0;
    font-size: 14px;
    white-space: nowrap;
}

.time-count-down-wrap>p {
    color: #0068b7;
    font-weight: 600;
    cursor: default;
    width: 65px;
}

.time-count-down-wrap>button {
    border: 1px solid #999;
    background-color: #f5f5f5;
    border-radius: 3px;
    font-weight: 600;
    color: #666;
    font-size: 13px;
    width: 35px;
    height: 20px;
    border-radius: 10px;
}

.roleText {
    position: absolute;
    font-size: 14px;
    top: -20px;
    left: 0;
    color: #0068b7;
    font-weight: 600;
    white-space: nowrap;
}


.bg_f7faff {
    background-color: #f7faff;
}

.center-loadding {
    display: flex;
    justify-content: center;
    margin: 20px auto;
}

/* fix css */
.auth .profile-setting .name span,
.time-count-down-wrap span {
    font-family: 'Pretendard';
    font-size: 15px;
}

.auth .profile-setting .name span {
    color: #333;
}

.time-count-down-wrap span {
    color: #666;
}

.time-count-down-wrap p {
    font-size: 15px;
}

.header-frame .icon.icon-plus::before,
.header-frame .icon.icon-plus::after {
    background-color: #333;
}

.header-frame .icon.icon-plus.small::before,
.header-frame .icon.icon-plus.small::after {
    background-color: #666;
}

.header-frame a:hover .icon.icon-plus.small::before,
.header-frame a:hover .icon.icon-plus.small::after {
    background-color: #0068b7;
}

#accordion .header-frame a:hover .icon::after,
#notification .header-frame a:hover .icon::after {
    background-image: url('../images/arrow-down-black_hover.png');
}

#notification .header-frame h1 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

#notification .header-frame span {
    font-size: 13px;
    color: #333;
}

.update.gray {
    color: #666;
    font-size: 13px;
}

.tab-select-results button {
    transform: translateY(0%);
}

.tab-select-results button,
.wrap-option-search {
    position: unset !important;
}

.wrap-option-search-block {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    position: absolute;
    align-items: end;
    right: 40px;
    top: 20px;
}

#tabs-form .tab-select-results {
    padding: 19px 40px 19px 29px;
}

#tabs-form .tab-select-results .results-area {
    padding-right: 420px;
}

.recruit__photo-container {
    display: flex;
    flex-direction: column;
    max-width: 70px;
    gap: 4px;
}

.magnify__container>img {
    cursor: pointer;
}

#summary-job .job-content ul.recruit__photo-container .recruit__photo-items::before {
    display: none;
}

#summary-job .job-content ul.recruit__photo-container .recruit__photo-items {
    padding-right: 0;
    border: 2px solid transparent;
    transition: all .2s;
}

#summary-job .job-content ul.recruit__photo-container .recruit__photo-items.hovered {
    border: 2px solid #0068b7;
}

.noti {
    color: red;
    font-size: 13px;
    display: block;
    margin-top: 5px;
}

.popupMapContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.closeMapBtn {
    z-index: 2;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 20px;
    height: 20px;
}

.closeMapBtn::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: red;
    transform: rotate(45deg);
    left: 0;
}

.closeMapBtn::before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: red;
    transform: rotate(-45deg);
    left: 0;
}