@charset "UTF-8";

.hiddentag {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

/* INPUT */
.login_input {
    width: 100%;
    height: 50px;
    position: relative;
}

.login_input > input {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 15px;
    color: #06121d;
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0;
}

.login_input > input::-webkit-outer-spin-button,
.login_input > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.login_input > input:focus {
    border: 1px solid #2465ea;
}

.passwrod_input > span.view_icon {
    display: block;
    width: 22px;
    height: 22px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 15px;
    background-image: url(../img/view_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    cursor: pointer;
}

.passwrod_input > span.view_icon.on {
    background-image: url(../img/view_icon_off.png);
}

.invit_input {
    width: 100%;
    height: 40px;
    position: relative;
}

.invit_input > input {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 15px;
    color: #06121d;
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0;
}

.invit_input > input:focus {
    border: 1px solid #2465ea;
}

.plan_number {
    width: 70px;
    height: 35px;
    position: relative;
}

.plan_number > input {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 10px;
    color: #06121d;
    font-size: 0.9375rem;
    font-weight: 700;
    letter-spacing: 0;
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
    appearance: textfield;
    text-align: center;
}

.plan_number > input:focus {
    border: 1px solid #2465ea;
}

.plan_number > input::-webkit-outer-spin-button,
.plan_number > input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.code_input {
    width: -webkit-calc((100% - 10px) - 170px);
    width: -moz-calc((100% - 10px) - 170px);
    width: calc((100% - 10px) - 170px);
    height: 40px;
    position: relative;
}

.code_input > input {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 15px;
    color: #06121d;
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0;
}

.code_input > input:focus {
    border: 1px solid #2465ea;
}

.code_input.error > input {
    border: 1px solid #ef4444;
    background-color: #fef2f2;
}

.code_input.success > input {
    border: 1px solid #22c55e;
    background-color: #f0fdf4;
}

.device_input {
    width: 100%;
    height: 35px;
    position: relative;
}

.device_input > input {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    padding: 0 15px;
    color: #06121d;
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0;
}

.device_input2 > input {
    text-transform: uppercase;
}

@media all and (max-width: 481px) {
    .login_input {
        height: 40px;
    }

    .login_input > input {
        font-size: 0.8125rem;
    }

    .passwrod_input > span.view_icon {
        width: 20px;
        height: 20px;
    }

    .plan_number {
        width: 55px;
        height: 30px;
    }

    .plan_number > input {
        font-size: 0.8125rem;
        font-weight: 500;
    }

    .code_input {
        width: 100%;
        height: 35px;
    }

    .code_input > input {
        font-size: 0.8125rem;
    }

    .device_input > input {
        font-size: 0.8125rem;
    }

    .invit_input {
        height: 35px;
    }

    .invit_input > input {
        font-size: 0.8125rem;
    }
}

/* INPUT END */

/* FILE */
/* FILE EMD */

/* BUTTON */
.login_submit {
    width: 100%;
    height: 50px;
    position: relative;
}

.login_submit.continue_submit {
    width: -webkit-calc((100% - 20px) - 110px);
    width: -moz-calc((100% - 20px) - 110px);
    width: calc((100% - 20px) - 110px);
}

.login_submit > button {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 100%;
    background-color: #2465ea;
    border: 0;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
}

.login_submit > button:hover {
    background-color: #093899;
}

.login_submit.green_color > button {
    background-color: #059669;
}

.login_submit.green_color > button:hover {
    background-color: #02714e;
}

.invit_formbox .invit_btn {
    width: 350px;
    height: 50px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.invit_formbox .invit_btn > button {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 100%;
    background-color: #2465ea;
    border: 0;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
}

.invit_formbox .invit_btn > button:hover {
    background-color: #093899;
}

.verify_btn {
    width: 100px;
    height: 50px;
    position: relative;
}

.verify_btn > button {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 100%;
    background-color: #2465ea;
    border: 0;
    border-radius: 4px;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
}

.verify_btn > button:hover {
    background-color: #093899;
}

.loginback_btn {
    width: 110px;
    height: 50px;
    position: relative;
}

.loginback_btn2 {
    width: 200px;
}

.loginback_btn > button {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 100%;
    border: 1px solid #d1e7f0;
    background-color: #f9fafb;
    border-radius: 4px;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #06121d;
    line-height: 1;
    letter-spacing: 0;
}

.loginback_btn > button:hover {
    background-color: #dddddd;
}

.acti_btn {
    width: 100%;
    height: 50px;
    position: relative;
}

.acti_btn > button {
    font-family: 'Inter', sans-serif;
    width: 100%;
    height: 100%;
    background-color: #059669;
    border: 0;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
}

.acti_btn > button:hover {
    background-color: #02714e;
}

.device_add {
    width: 100px;
    height: 35px;
    position: relative;
}

.device_add > button {
    width: 100%;
    height: 100%;
    display: block;
    font-family: 'Inter', sans-serif;
    font-size: 0.9375rem;
    font-weight: 300;
    line-height: 1;
    background-color: #2465ea;
    border: 0;
    color: #fff;
    border-radius: 4px;
}

.device_add > button:hover {
    background-color: #093899;
}

@media all and (max-width: 1025px) {
    .invit_formbox .invit_btn {
        height: 40px;
    }

    .invit_formbox .invit_btn > button {
        font-size: 0.9375rem;
        font-weight: 300;
    }
}

@media all and (max-width: 481px) {
    .login_submit {
        height: 40px;
    }

    .login_submit > button {
        font-size: 0.8125rem;
    }

    .verify_btn {
        height: 40px;
    }

    .verify_btn > button {
        font-size: 0.8125rem;
    }

    .loginback_btn {
        height: 40px;
    }

    .loginback_btn > button {
        font-size: 0.8125rem;
    }

    .login_submit.continue_submit {
        width: -webkit-calc((100% - 10px) - 110px);
        width: -moz-calc((100% - 10px) - 110px);
        width: calc((100% - 10px) - 110px);
    }

    .acti_btn {
        height: 40px;
    }

    .acti_btn > button {
        font-size: 0.8125rem;
    }

    .device_add > button {
        font-size: 0.8125rem;
    }

    .invit_formbox .invit_btn {
        width: 100%;
        height: 35px;
        margin-top: 15px;
    }

    .invit_formbox .invit_btn > button {
        font-size: 0.8125rem;
    }
}

/* BUTTON END */

/* SELECT */
.invit_select {
    width: 100%;
    height: 40px;
    position: relative;
}

.login_select {
    width: 100%;
    height: 50px;
    position: relative;
}

.invit_select .nice-select,
.login_select .nice-select {
    width: 100%;
    height: 100%;
    padding-left: 15px;
}

.invit_select .nice-select:focus,
.invit_select .nice-select.open,
.invit_select .nice-select:active,
.login_select .nice-select:focus,
.login_select .nice-select.open,
.login_select .nice-select:active {
    border: 1px solid #2465ea;
}

.invit_select .nice-select > span,
.login_select .nice-select > span {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #06121d;
    letter-spacing: 0;
}

.login_select .nice-select > span {
    line-height: 50px;
}

.invit_select .nice-select .list,
.login_select .nice-select .list {
    width: 100%;
    height: 240px;
    overflow: auto;
    scrollbar-gutter: stable;
    border-radius: 4px;
}

.invit_select .nice-select .list {
    overflow: auto;
    scrollbar-gutter: stable;
}

.login_select .nice-select .list {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 4px;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -moz-transform: scale(0.75) translateY(21px);
    -ms-transform: scale(0.75) translateY(21px);
    -o-transform: scale(0.75) translateY(21px);
    transform: scale(0.75) translateY(21px);
    -webkit-transform: scale(0.75) translateY(21px);
}

.login_select .nice-select.open .list {
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    -webkit-transform: scale(1) translateY(0);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.invit_select .nice-select .list::-webkit-scrollbar,
.login_select .nice-select .list::-webkit-scrollbar {
    width: 6px;
}

.invit_select .nice-select .list::-webkit-scrollbar-thumb,
.login_select .nice-select .list::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5rem;
}

.invit_select .nice-select .list::-webkit-scrollbar-track,
.login_select .nice-select .list::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5rem;
}

.invit_select .nice-select .list > li,
.login_select .nice-select .list > li {
    font-size: 0.8125rem;
    font-weight: 300;
    color: #06121d;
    padding-left: 30px;
    padding-right: 30px;
}

.invit_select .nice-select .list > li.selected,
.login_select .nice-select .list > li.selected {
    font-weight: 500;
}

.invit_select .nice-select .list > li.disabled,
.login_select .nice-select .list > li.disabled {
    font-weight: 600;
    color: #06121d;
    font-size: 0.875rem;
    line-height: 40px;
    min-height: 30px;
    cursor: default;
    border-bottom: 1px solid #ababab;
    padding-left: 15px;
    padding-right: 15px;
}

.invit_select .nice-select .list > li.disabled:first-child,
.login_select .nice-select .list > li.disabled:first-child {
    border-top: none;
}

.login_annexbox {
    width: 100%;
    height: auto;
    position: relative;
}

.login_annexbox.mar_t {
    margin-top: 20px;
}

.login_annexbox.mar_b {
    margin-bottom: 20px;
}

.login_annexbox .annex_txt {
    width: 100%;
    height: auto;
    position: relative;
    padding: 10px 15px;
    background-color: #ecf3fd;
    border: 1px solid #a7d7f3;
    border-radius: 4px;
}

.login_annexbox.green_annex .annex_txt {
    border: 1px solid #a7f3d0;
    background-color: #ecfdf5;
}

.login_annexbox.align_cen .annex_txt {
    text-align: center;
}

.login_annexbox .annex_txt > h4 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #062d5f;
    letter-spacing: 0;
    line-height: 1.6;
}

.login_annexbox.green_annex .annex_txt > h4 {
    color: #065f46;
}

.login_annexbox .annex_txt > p,
.login_annexbox .annex_txt > p > a {
    font-size: 0.875rem;
    font-weight: 300;
    color: #062d5f;
    line-height: 1.6;
    word-break: keep-all;
    gap: 10px;
}

.login_annexbox.green_annex .annex_txt > p,
.login_annexbox.green_annex .annex_txt > p > a {
    color: #065f46;
}

.login_annexbox .annex_txt > p > span {
    display: inline-block;
    width: 16px;
    height: 16px;
    position: relative;
    border-radius: 5rem;
    top: 3px;
    margin-right: 4px;
    background-image: url(../img/alert_circle.svg);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.login_annexbox .annex_txt > p > a {
    font-weight: 500;
}

.login_annexbox .annex_txt > p > a:hover {
    text-decoration: underline;
}

@media all and (max-width: 481px) {
    .login_select {
        height: 40px;
    }

    .login_select .nice-select > span {
        line-height: 38px;
    }

    .invit_select .nice-select > span,
    .login_select .nice-select > span {
        font-size: 0.8125rem;
    }

    .invit_select .nice-select .list > li,
    .login_select .nice-select .list > li {
        font-size: 0.75rem;
    }

    .login_annexbox .annex_txt > p,
    .login_annexbox .annex_txt > p > a {
        font-size: 0.75rem;
    }

    .login_annexbox .annex_txt > p > span {
        width: 15px;
        height: 15px;
    }
}

/* SELECT END */

/* CHECKBOX */
.invit_checkbox {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    top: 1px;
}

.invit_checkbox input[type='checkbox'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.invit_checkbox input[type='checkbox'] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.invit_checkbox input[type='checkbox'] + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    border: 1px solid #dfdfdf;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 4px;
}

.invit_checkbox input[type='checkbox']:checked + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('../img/sub_check_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 14px 14px;
    background-size: 14px;
    background-color: #2465ea;
    border: 1px solid #2465ea;
}

/* CHECKBOX END */

/* RADIOBOX */
/* RADIOBOX END */

/* TEXTAREA */
.invit_textarea {
    width: 100%;
    height: 200px;
    position: relative;
}

.invit_textarea > textarea {
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    background-color: #fff;
    padding: 15px;
    color: #06121d;
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0;
    resize: none;
}

@media all and (max-width: 481px) {
    .invit_textarea {
        height: 150px;
    }

    .invit_textarea > textarea {
        font-size: 0.8125rem;
    }
}

/* TEXTAREA END */

/* PAGING BOX */
.paging_con {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.paging_con .pg_wrap {
    width: auto;
    height: auto;
    position: relative;
    float: none;
    clear: none;
}

.paging_con .pg_wrap .pg {
    font-family: 'Montserrat', sans-serif;
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
}

.paging_con .pg_wrap .pg > a.pg_page,
.paging_con .pg_wrap .pg > strong {
    width: auto;
    height: 44px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 1rem;
    color: #b0b0b0;
    background-color: transparent;
    border: 0;
    padding: 0 10px;
    min-height: auto;
}

.paging_con .pg_wrap .pg > a.pg_page:hover {
    color: #535353;
}

.paging_con .pg_wrap .pg .pg_current {
    color: #535353;
    background-color: transparent;
}
.paging_con .pg_wrap .pg .pg_start,
.paging_con .pg_wrap .pg .pg_end {
    width: 44px !important;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 24px 24px;
    background-size: 24px;
}

.paging_con .pg_wrap .pg .pg_end {
    background-image: url(../img/page_end.png);
}

.paging_con .pg_wrap .pg .pg_start {
    background-image: url(../img/page_start.png);
}

@media all and (max-width: 885px) {
    .paging_con .pg_wrap .pg > a.pg_page,
    .paging_con .pg_wrap .pg > strong {
        height: 30px;
        font-size: 0.875rem;
    }

    .paging_con .pg_wrap .pg .pg_start,
    .paging_con .pg_wrap .pg .pg_end {
        width: 30px !important;
        -webkit-background-size: 22px 22px;
        background-size: 22px;
    }
}

@media all and (max-width: 481px) {
    .paging_con .pg_wrap .pg > a.pg_page,
    .paging_con .pg_wrap .pg > strong {
        font-size: 0.8125rem;
    }

    .paging_con .pg_wrap .pg .pg_start,
    .paging_con .pg_wrap .pg .pg_end {
        -webkit-background-size: 20px 20px;
        background-size: 20px;
    }
}

/* PAGING BOX END */

/* MODAL */
.modal_overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal_overlay.show {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.modal_card {
    width: 100%;
    max-width: 440px;
    background-color: #ffffff;
    border-radius: 4px;
    padding: 30px;
    -webkit-box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.modal_card .modal_icon {
    width: 56px;
    height: 56px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.modal_card .modal_icon > svg {
    width: 100%;
    height: 100%;
}

.modal_card .modal_txt {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
}

.modal_card .modal_txt > h2 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #1f2937;
    letter-spacing: 0;
    line-height: 1;
}

.modal_card .modal_txt > p {
    font-size: .9375rem;
    font-weight: 300;
    color: #6b7280;
    line-height: 1.6;
    letter-spacing: 0;
    word-break: keep-all;
}

.modal_card .modal_actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    gap: 12px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal_card .modal_actions .modal_btn {
    width: 100%;
    height: 40px;
    position: relative;
}

.modal_card .modal_actions .modal_btn > button {
    width: 100%;
    height: 100%;
    background-color: #f9fafb;
    border: 1px solid #d1e7f0;
    color: #1f2937;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
}

.modal_card .modal_actions .modal_btn.modal_cancel_btn > button {
    background: #ef4444;
    border: 1px solid #ef4444;
    color: #fff;
}

.modal_card .modal_actions .modal_btn > button:hover {
    background: #ddd;
}

.modal_card .modal_actions .modal_btn.modal_cancel_btn > button:hover {
    background-color: #b91c1c;
}

/* MODAL END */

/* TOP BTN */
.top_btn {
    position: fixed;
    right: 20px;
    bottom: 20px;
    width: 50px;
    height: 50px;
    z-index: 10;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    pointer-events: none;
    -webkit-transition:
        opacity 0.35s ease,
        -webkit-transform 0.35s ease;
    -o-transition:
        opacity 0.35s ease,
        -o-transform 0.35s ease;
    transition:
        opacity 0.35s ease,
        -webkit-transform 0.35s ease;
    -moz-transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        -moz-transform 0.35s ease;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease;
    transition:
        opacity 0.35s ease,
        transform 0.35s ease,
        -webkit-transform 0.35s ease,
        -moz-transform 0.35s ease,
        -o-transform 0.35s ease;
}

.top_btn.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    pointer-events: auto;
}

.top_btn > button {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    border: 0;
    background-image: url(../img/top_btn.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 16px 16px;
    background-size: 16px;
    background-color: transparent;
    font-size: 0;
    background-color: #fff;
    border: 1px solid #c4c4c4;
}

@media all and (max-width: 1441px) {
    .top_btn {
        width: 40px;
        height: 40px;
        right: 30px;
        bottom: 30px;
    }
}

@media all and (max-width: 481px) {
    .top_btn {
        right: 15px;
        bottom: 20px;
        width: 35px;
        height: 35px;
    }
}

/* TOP BTN END */

/* SCROL BAR */
.custom_scroll {
    overflow: auto;
    scrollbar-gutter: stable;
}

.custom_scroll::-webkit-scrollbar {
    width: 6px;
}

.custom_scroll::-webkit-scrollbar-thumb {
    background-color: transparent;
    border-radius: 5rem;
}

.custom_scroll:hover::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

.custom_scroll::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 5rem;
}

/* SCROL BAR END */

/* COOKIE */
#COOKIEBOX {
    width: 100%;
    height: auto;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #1f2937;
    padding: 20px 80px;
}

#COOKIEBOX .cookie_cont {
    width: 100%;
    max-width: 1400px;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    gap: 30px;
}

#COOKIEBOX .cookie_cont .cookie_txt {
    width: 1010px;
    height: auto;
    position: relative;
}

#COOKIEBOX .cookie_cont .cookie_txt > h4 {
    font-size: 1.125rem;
    font-weight: 400;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: 10px;
}

#COOKIEBOX .cookie_cont .cookie_txt > p,
#COOKIEBOX .cookie_cont .cookie_txt > p > a {
    font-size: 0.9375rem;
    font-weight: 200;
    letter-spacing: 0px;
    color: #fff;
    line-height: 1.6;
    word-break: keep-all;
}

#COOKIEBOX .cookie_cont .cookie_txt > p > a {
    color: #76d8ff;
}

#COOKIEBOX .cookie_cont .cookie_txt > p > a:hover {
    text-decoration: underline;
}

#COOKIEBOX .cookie_cont .cookie_btnbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
}

#COOKIEBOX .cookie_cont .cookie_btnbox > li {
    width: auto;
    height: auto;
    position: relative;
}

#COOKIEBOX .cookie_cont .cookie_btnbox > li > button {
    padding: 12px 20px;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #06121d;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 4px;
    border: 0;
    background-color: #2465ea;
    color: #fff;
    white-space: nowrap;
}

#COOKIEBOX .cookie_cont .cookie_btnbox > li > button:hover {
    background-color: #093899;
}

#COOKIEBOX .cookie_cont .cookie_btnbox > li.custom_btn > button {
    background-color: #f0f9ff;
    border: 1px solid #bfdbfe;
    color: #0369a1;
}

#COOKIEBOX .cookie_cont .cookie_btnbox > li.custom_btn > button:hover {
    background-color: #bfdbfe;
}

@media all and (max-width: 1441px) {
    #COOKIEBOX {
        padding: 20px 30px;
    }
}

@media all and (max-width: 1025px) {
    #COOKIEBOX .cookie_cont {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 15px;
    }

    #COOKIEBOX .cookie_cont .cookie_btnbox {
        width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    #COOKIEBOX .cookie_cont .cookie_txt {
        width: 100%;
        text-align: center;
    }

    #COOKIEBOX .cookie_cont .cookie_btnbox > li > button {
        padding: 10px 20px;
    }
}

@media all and (max-width: 885px) {
    #COOKIEBOX .cookie_cont .cookie_txt > h4 {
        font-size: 1rem;
    }
}

@media all and (max-width: 481px) {
    #COOKIEBOX {
        padding: 20px 15px;
    }

    #COOKIEBOX .cookie_cont .cookie_txt > h4 {
        font-size: 0.9375rem;
    }

    #COOKIEBOX .cookie_cont .cookie_txt > p,
    #COOKIEBOX .cookie_cont .cookie_txt > p > a {
        font-size: 0.8125rem;
    }

    #COOKIEBOX .cookie_cont .cookie_btnbox > li > button {
        padding: 10px;
        font-size: 0.8125rem;
    }
}

/* COOKIE END */

/* COOKIE MODAL */
.cookie_modal {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.6);
}
.cookie_modal.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.cookie_modal .cookie_modalcon {
    width: 100%;
    max-width: 560px;
    height: auto;
    position: relative;
    background-color: #1f2937;
    padding: 20px;
    border-radius: 4px;
}

.cookie_modal .cookie_modalhd {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #374151;
}

.cookie_modal .cookie_modalhd > h3 {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
}

.cookie_modal .cookie_modalhd .cookie_close {
    width: 22px;
    height: 22px;
    position: relative;
}

.cookie_modal .cookie_modalhd .cookie_close > button {
    width: 100%;
    height: 100%;
    position: relative;
    border: 0;
    background-color: transparent;
}

.cookie_modal .cookie_setting {
    width: 100%;
    height: auto;
    position: relative;
}

.cookie_modal .cookie_setting > p {
    font-size: 0.9375rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #bfbfbf;
    line-height: 1.4;
    word-break: keep-all;
    margin-bottom: 30px;
}

.cookie_modal .cookie_setting .setting_list {
    width: 100%;
    height: auto;
    position: relative;
}

.cookie_modal .cookie_setting .setting_list .setting_item {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

.cookie_modal .cookie_setting .setting_list .setting_item:last-of-type {
    margin-bottom: 0;
}

.cookie_modal .cookie_setting .setting_list .setting_item .setting_th {
    width: -webkit-calc((100% - 20px) - 60px);
    width: -moz-calc((100% - 20px) - 60px);
    width: calc((100% - 20px) - 60px);
    height: auto;
    position: relative;
}

.cookie_modal .cookie_setting .setting_list .setting_item .setting_th .setting_tit {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 4px;
}

.cookie_modal .cookie_setting .setting_list .setting_item .setting_th .setting_tit > h4 {
    font-size: 1rem;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 23px;
}

.cookie_modal .cookie_setting .setting_list .setting_item .setting_th .setting_tit > span {
    display: inline-block;
    font-size: 0.75rem;
    font-weight: 300;
    background-color: #00a85a;
    color: #fff;
    padding: 4px 15px;
    border-radius: 5rem;
    position: relative;
}

.cookie_modal .cookie_setting .setting_list .setting_item .setting_th > p {
    font-size: 0.875rem;
    font-weight: 300;
    letter-spacing: 0px;
    color: #ababab;
    line-height: 1.4;
    word-break: keep-all;
}

.cookie_modal .cookie_setting .setting_list .setting_item .setting_td {
    width: 60px;
    height: auto;
    position: relative;
}

.cookie_modal .modalbtn {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.cookie_modal .modalbtn > li {
    width: auto;
    height: auto;
    position: relative;
}

.cookie_modal .modalbtn > li > button {
    padding: 10px 20px;
    font-size: 0.875rem;
    font-weight: 300;
    color: #06121d;
    line-height: 1;
    letter-spacing: 0;
    border-radius: 4px;
    border: 0;
    background-color: #2465ea;
    color: #fff;
}

.cookie_modal .modalbtn > li.custom_btn > button {
    background-color: #f0f9ff;
    border: 1px solid #bfdbfe;
    color: #0369a1;
}

.cookie_modal .modalbtn > li > button:hover {
    background-color: #093899;
}

.cookie_modal .modalbtn > li.custom_btn > button:hover {
    background-color: #bfdbfe;
}

@media all and (max-width: 1441px) {
    .cookie_modal {
        padding: 0 30px;
    }
}

@media all and (max-width: 885px) {
    .cookie_modal .cookie_modalhd > h3 {
        font-size: 1rem;
    }
}

@media all and (max-width: 481px) {
    .cookie_modal {
        padding: 0 15px;
    }

    .cookie_modal .cookie_modalhd > h3 {
        font-size: 0.9375rem;
    }

    .cookie_modal .cookie_setting > p {
        font-size: 0.8125rem;
    }

    .cookie_modal .cookie_setting .setting_list .setting_item .setting_th > p {
        font-size: 0.8125rem;
    }

    .cookie_modal .modalbtn > li > button {
        font-size: 0.8125rem;
        padding: 10px;
    }
}

/* COOKIE MODAL END */

/* COUNTRY SEARCH */
.invit_select .nice-select .list .country_search_li {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 7px 10px;
    border-bottom: 1px solid #e8e8e8;
    cursor: default;
    line-height: 1;
    min-height: auto;
    background-color: #fff;
}
.invit_select .nice-select .list .country_search_li:hover { background-color: #fff; }
.invit_select .nice-select .list .country_search_inp {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #06121d;
    outline: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.invit_select .nice-select .list .country_search_inp:focus { border-color: #2465ea; }
/* COUNTRY SEARCH END */

/* COMPANY COUNTRY SEARCH */
.login_select .nice-select .list .country_search_li {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1;
    padding: 7px 10px;
    border-bottom: 1px solid #e8e8e8;
    cursor: default;
    line-height: 1;
    min-height: auto;
    background-color: #fff;
}
.login_select .nice-select .list .country_search_li:hover { background-color: #fff; }
.login_select .nice-select .list .country_search_inp {
    width: 100%;
    height: 32px;
    padding: 0 10px;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    font-size: 0.8125rem;
    font-weight: 300;
    color: #06121d;
    outline: none;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}
.login_select .nice-select .list .country_search_inp:focus { border-color: #2465ea; }
/* COMPANY COUNTRY SEARCH END */
