/* table custom */

.table {
    border: 1px solid var(--color-tbborder);
    min-width: 700px;
}

.table th {
    background-color: var(--color-thirdly);
    color: var(--color-black);
    padding: 1rem;
    text-align: center;
    border-color: var(--color-tbwhite);
    border-top: 1px solid #ccc;
    font-size: 14px;
    font-weight: bold;
    white-space: nowrap;
}

.table th:first-child {
    border-left: 0;
}

.table th:last-child {
    border-right: 0;
}

.table td {
    border-color: var(--bg-300);
    padding: 1rem;
    text-align: center;
    font-size: 14px;
    white-space: nowrap;
    background-color: #fff;
}

.table td:first-child {
    border-left: 0;
}

.table td:last-child {
    border-right: 0;
}

.table > :not(:first-child) {
    border-top: 1px solid var(--color-tbborder) !important;
}

.table-responsive {
    width: 100%;
}

.nodata {
    height: 235px;
}

.Gbtn {
    line-height: 52px;
    display: flex;
    justify-content: center;
    border-radius: 60px;
    margin-top: 8px;
    transition: 0.5s;
    font-size: 16px;
    font-weight: 700;
}

.Gbtn:hover {
    box-shadow: var(--bx-shadow4);
    transition: 0.5s;
}

.con {
    flex: 1;
    padding: 0 0 75px 300px;
    min-height: 100vh;
    position: relative;
    transition: 0.5s;
    container-name: contain_box;
    container-type: inline-size;
}

.con.on {
    padding: 0 0 75px 80px;
    transition: 0.5s;
}

a.Gbtn:hover {
    color: #fff;
}

.color_danger {
    color: var(--color-danger);
    margin-top: 10px;
}

.default_btn {
    background: #373737;
    color: #fff;
}

.default_btn.active {
    background-color: var(--color-point);
    color: var(--color-White);
}

.dark_btn {
    background-color: #181818;
    color: #a6a6a6;
    border: 1px solid #757575;
}

.login,
.join {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    /* background: url(/static/www/image/index_bg.png) no-repeat center center; */
    background-color: #f2f2f2;
    background-size: cover;
    background-attachment: fixed;
}

.join_con {
    width: 100%;
    max-width: 1080px;
    display: flex;
    box-shadow: var(--bx-shadow16);
    border-radius: var(--border-r10);
    overflow: hidden;
}

.login_con {
    width: 100%;
    max-width: 600px;
    box-shadow: var(--bx-shadow16);
    border-radius: var(--border-r10);
    overflow: hidden;
    background-color: #000;
}

.login_wrap {
    display: flex;
    /* background-color: var(--Bg-White); */
    backdrop-filter: blur(8px) brightness(1);
    -webkit-backdrop-filter: blur(8px) brightness(1);
}

.loginF {
    width: 100%;
    flex-direction: column;
    display: flex;
    justify-content: space-between;
    padding: 35px;
    align-items: center;
}

.log_form {
    width: 100%;
    padding: 30px 40px;
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
}
.language {
    position: absolute;
    top: 20px;
    right: 20px;
    .dropdown {
        .btn {
            background-color: #3f3f3f;
            color: #fff;
            padding: 5px;
            display: flex;
            align-items: center;
        }
    }
    .dropdown-toggle::after {
        margin-left: 0;
    }
}

.log_form h2 {
    font-size: 24px;
    color: #ff8e00;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    margin-bottom: 60px;
    margin-top: 60px;
    max-width: 240px;
}

.log_form h2 span {
    font-size: 30px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.login_logo_wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    flex-basis: 60%;
    /* padding-left: 80px; */
    background: url(/static/www/image/login_form_bg.png) no-repeat center center;
    min-height: 650px;
}

.login_logo_wrap img {
    max-width: 200px;
    margin-top: -40px;
}

.login_logo_wrap h2 {
    font-size: 40px;
    margin-top: 10px;
    font-weight: 700;
    color: #fff;
}

.login_logo_wrap p {
    font-size: 20px;
    letter-spacing: 11px;
    color: #fff;
    margin-top: 10px;
}

.log_form form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 400px;
}

.logo {
    display: flex;
    justify-content: center;
    position: relative;
    background-color: var(--Bg-White);
    padding: 15px 15px;
    background-image: url(/static/www/image/login_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    /*position:sticky; top:0; z-index: 1000;*/
    flex-basis: 100%;
}

.logo img {
    max-width: 150px;
}

.logo span {
    align-self: flex-end;
    color: #fff;
    font-size: var(--Txt-p18);
    font-weight: 700;
}

.join_wrap .logo {
    justify-content: space-between;
    padding-right: 80px;
}

.join_wrap .logo img {
    max-width: 100px;
}

.mem_tit {
    text-align: center;
    color: var(--color-point);
    font-weight: 600;
    margin: 40px 0 0 0;
    font-size: var(--Txt-p18);
}

.login_slide {
    flex: 1;
    overflow: hidden;
}

.login_slide .slide_fade {
    display: none;
}

.login_slide .slide_fade > div {
    background-repeat: no-repeat;
    background-size: cover;
}

.btn_group {
    margin-top: 24px;
    display: flex;
    gap: 5px;
    justify-content: space-between;
    margin-top: 20px;
}

.btn_group button,
.btn_group a {
    width: 100%;
    display: inline-flex;
    align-items: center;
}

.btn_group button span,
.btn_group a span {
    margin-right: 10px;
}

.input_group li {
    margin-top: 24px;
    display: flex;
    align-items: center;
    border: 1px solid var(--color-Neutral4);
    border-radius: var(--border-r100);
    overflow: hidden;
}

.input_group li span {
    min-width: 60px;
    min-height: 60px;
    background: var(--color-pointG);
    border-radius: var(--border-r100);
    color: var(--color-White);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.input_group li input {
    border: 0;
    background: none;
    height: 60px;
    width: 100%;
    flex: 1;
    font-size: var(--Txt-p16);
}

.input_group label {
    color: var(--color-black);
    font-size: var(--Txt-p16);
}

.login_wrap .input_group li input {
    width: 100%;
    line-height: 48px;
    height: 48px;
    border-radius: 60px;
    overflow: hidden;
    color: #fff;
}

.login_wrap .input_group li input:-webkit-autofill,
.login_wrap .input_group li input:-webkit-autofill:hover,
.login_wrap .input_group li input:-webkit-autofill:focus,
.login_wrap .input_group li input:-webkit-autofill:active {
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #000 inset;
    box-shadow: 0 0 0px 1000px #000 inset;
    transition: background-color 5000s ease-in-out 0s;
}

/* {
    background-color: #fff;
} */

.login_wrap .log_form ul.input_group li {
    position: relative;
    overflow: inherit;
    margin-bottom: 24px;
    border: 1px solid #757575;
}

.login_wrap .log_form .btn_group {
    flex-direction: column;
}

.login_wrap .log_form ul.input_group li > label {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -8px;
    background-color: #000;
    padding: 0 10px;
    color: #dedede;
}

.img_slide_1 {
    background: url(/static/www/image/login_visual1.png) no-repeat center center;
    background-size: cover;
    flex: 1;
    height: 100%;
    position: relative;
}

.img_slide_2 {
    background: url(/static/www/image/login_visual2.png) no-repeat center center;
    background-size: cover;
    flex: 1;
    height: 100%;
    position: relative;
}

.login_slide .slick-slider {
    height: 100%;
}

.slick-list,
.slick-track {
    height: 100%;
}

.slide_fade h2 {
    min-height: 150px;
    background: linear-gradient(
        0deg,
        rgba(2, 1, 31, 0.4654236694677871) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.slide_fade h2 span {
    font-size: var(--Txt-p18);
    color: #fff;
    font-weight: 700;
}

.slide_fade .slick-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    display: flex;
}

.slide_fade .slick-dots button {
    width: 10px;
    height: 10px;
    background-color: var(--Bg-White);
    margin: 0 5px;
    text-indent: -99999px;
    border-radius: var(--border-r100);
    box-shadow: var(--bx-shadow2);
}

.slide_fade .slick-dots li.slick-active button {
    background-color: var(--color-point);
}

.login_copy {
    margin-top: 15px;
    text-align: center;
    margin-bottom: 60px;
}

.login_copy span {
    font-size: var(--Txt-p12);
    color: #b5b5b5;
}

@media (max-width: 1080px) {
    .login {
        padding: 15px;
    }

    .slide_fade h2 span {
        font-size: var(--Txt-p14);
    }
}

@media (max-width: 780px) {
    .login_wrap {
        flex-direction: column-reverse;
    }

    .login_logo_wrap {
        min-height: inherit;
        padding: 20px;
        flex-direction: row;
        justify-content: flex-start;
        background-size: 100% auto;
    }

    .login_logo_wrap img {
        margin-top: 0;
        max-width: 100px;
        height: auto;
    }

    .llw {
        margin-left: 20px;
        display: inline-flex;
        flex-direction: column;
        justify-content: center;
    }

    .llw br {
        display: none;
    }

    .login_logo_wrap h2 {
        font-size: 20px;
        margin-top: 0;
    }

    .login_logo_wrap p {
        margin-top: 10px;
        font-size: 16px;
        letter-spacing: 4px;
    }

    .log_form h2 {
        margin-top: 60px;
        margin-bottom: 20px;
    }
}

@media (max-width: 720px) {
    .login {
        position: relative;
        min-height: calc(var(--vh, 1vh) * 100);
        height: auto;
    }

    .login_con {
        flex-direction: column;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 24px);
    }

    .log_form {
        padding: 15px;
    }

    .logo img {
        max-width: 140px;
    }

    .login_wrap {
        padding: 0;
    }

    .login_slide {
        height: 150px;
        flex: auto;
    }

    .input_group li {
        margin-top: 12px;
    }

    .input_group li span {
        width: 40px;
        height: 40px;
    }

    .input_group li input {
        height: 60px;
    }

    .btn_group {
        margin-top: 0px;
    }

    .default_btn,
    .dark_btn {
        line-height: 52px;
        margin-top: 8px;
        font-size: 14px;
    }

    .slide_fade h2 {
        min-height: 80px;
    }

    .slide_fade h2 span {
        font-size: var(--Txt-p12);
        padding: 0 20px;
        text-align: center;
    }

    .slide_fade .slick-dots {
        bottom: 5px;
    }

    .slide_fade .slick-dots button {
        width: 5px;
        height: 5px;
        margin: 0 2px;
    }
}

.join_wrap {
    display: flex;
    background-color: var(--Bg-White);
    backdrop-filter: blur(8px) brightness(1);
    -webkit-backdrop-filter: blur(8px) brightness(1);
    flex-direction: column;
    height: 100%;
    width: 100%;
}

.join_wrap main {
    padding: 30px;
}

.join_wrap::-webkit-scrollbar {
    width: 5px;
}

.join_wrap::-webkit-scrollbar-track {
    background: var(--color-darkColor3);
}

.join_wrap::-webkit-scrollbar-thumb {
    background: var(--color-point);
}

.join_wrap::-webkit-scrollbar-thumb:hover {
    background: var(--color-primary);
}

.inputGroup {
    display: flex;
}

.inputGroup ul {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.inputGroup ul li {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    flex-basis: 100%;
}

.inputGroup ul li label {
    font-size: var(--Txt-p16);
    display: flex;
    color: var(--color-Neutral1);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
    opacity: 1;
    transform: scale(0.85) translateY(-1.2rem) translateX(0.15rem);
}

.inputGroup ul li p {
    font-size: var(--Txt-p12);
    line-height: 24px;
    display: flex;
}

.inputGroup ul li.single_group {
    flex-basis: 100%;
    flex-direction: row;
    justify-content: center;
}

.input_list_s1 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--color-Neutral4);
    border-radius: 0;
    /* overflow: hidden; */
}

.input_list_s1 .material-symbols-outlined {
    color: var(--color-White);
    padding: 0 10px;
    min-width: 34px;
    height: 34px;
    background: var(--color-pointG);
    border-radius: var(--border-r100);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2);
}

.input_list_s1 .form-floating {
    width: 100%;
}

.input_list_s1 input {
    flex: 1;
    border: 0;
    outline: none;
    font-size: var(--Txt-p16);
    line-height: 44px;
    border: 1px solid var(--color-Neutral4);
    border-radius: 0;
}

.input_list_s1 button {
    min-width: 100px;
    background-color: var(--color-point);
    color: #fff;
    font-size: var(--Txt-p14);
    margin-left: 10px;
    border-radius: 0 var(--border-r5) var(--border-r5) 0;
    margin-top: 0;
    line-height: 40px;
}

.input_list_s1 select {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    outline: none;
    border: 1px solid var(--color-Neutral4);
    border-radius: var(--border-r5);
}

.input_list_s1 .form-floating > .form-control,
.input_list_s1 .form-floating > .form-select {
    padding: 0 15px;
    height: 40px;
    border: 0;
    outline: none;
}

.input_list_s1 .form-floating > .form-control:focus,
.input_list_s1 .form-floating > .form-select:focus {
    box-shadow: none;
}

.input_list_s1 .form-floating > label {
    padding: 0 15px;
    line-height: 40px;
}

.input_list_s1 .form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: var(--color-point);
}

.single_group {
    display: flex;
    gap: 10px;
}

.single_group button {
    line-height: 48px;
    padding: 0 15px;
    min-width: 120px;
    border-radius: var(--border-r10);
    font-size: 1rem;
}

.input_list_address {
    display: flex;
    flex-direction: column;
}

.input_list_address .ilad_fir {
    display: flex;
    gap: 5px;
    margin-bottom: 5px;
    align-items: center;
}

.input_list_address .ilad_fir .default_btn {
    display: flex;
    line-height: 44px;
    padding: 0 15px;
    min-width: 100px;
    border-radius: var(--border-r5);
    justify-content: center;
    margin-top: 0;
}

.input_list_address > input {
    display: flex;
    margin-bottom: 5px;
    line-height: 30px;
}

.form-control:disabled,
.form-control[readonly] {
    height: 44px;
    line-height: 44px;
}

@media (max-width: 720px) {
    .join {
        position: relative;
        min-height: calc(var(--vh, 1vh) * 100);
        height: auto;
        align-items: flex-start;
    }

    .join_con {
        justify-content: center;
        border-radius: 0;
    }

    .join_con {
        height: 100%;
    }

    .join_wrap {
        height: 100%;
        max-height: max-content;
    }

    .join_wrap main {
        padding: 10px;
    }

    .input_list_s1 button {
        min-width: 80px;
        margin-left: 3px;
    }
}

.head {
    display: flex;
    justify-content: space-between;
    background: #ffffff;
    align-items: center;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
    min-height: 70px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.head .head_l {
    display: flex;
    align-items: center;
}

.head .copy-link {
    background: var(--primary-200);
    border-radius: var(--border-r100);
    color: var(--color-White);
    padding: 8px;
    width: 40px;
    height: 40px;
}

.logo_head {
    max-width: 110px;
}

.ham_btn {
    display: flex;
    flex-direction: column;
    margin-right: 15px;
}

.ham_btn * {
    transition: 0.5s;
}

.ham_btn span {
    display: inline-flex;
    width: 24px;
    height: 2px;
    background-color: var(--color-point);
    margin-bottom: 4px;
    border-radius: var(--border-r10);
}

.ham_btn span:nth-child(1) {
    transform: rotate(-45deg) translate(-1px, 1px);
    width: 10px;
}

.ham_btn.on span:nth-child(1) {
    transform: rotate(45deg) translate(12px, -9px);
}

.foot_con {
    position: fixed;
    left: 10px;
    right: 10px;
    bottom: 5px;
    z-index: 9000;
    display: none;
}

.fnb ul {
    display: flex;
    background-color: #dfdfdf;
    box-shadow: var(--bx-shadow4);
    border-radius: var(--border-r10);
}

.fnb ul li {
    flex-basis: calc(100% / 5);
    display: flex;
    justify-content: center;
}

.fnb ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px 0;
    color: var(--color-black);
}

.fnb ul li a span {
    display: inline-flex;
    width: 30px;
    height: 30px;
    border-radius: var(--border-r100);
    background-color: var(--color-pointG);
    color: var(--color-White);
    font-size: 18px;
    justify-content: center;
    align-items: center;
}

.fnb ul li a p {
    margin-top: 10px;
    font-size: 16px;
}

.gnb {
    display: flex;
    width: 100%;
    max-width: 300px;
    background: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #d8d2c6;
    z-index: 10000;
    transition: 0.5s;
    container-name: gnb-container;
    container-type: inline-size;
    padding: 12px 0;
}

.gnb.on {
    max-width: 80px;
    transition: 0.5s;
}

.gnb-inner {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 0 40px 0;
    align-items: center;
}

.gnb_list {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gnb_list > ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 15px;
}

.gnb_list > ul > li {
    display: flex;
    flex-direction: column;
    transition: 0.5s;
    border-radius: var(--border-r10);
    margin-bottom: 5px;
    position: relative;
    .language {
        position: absolute;
        left: 0;
        right: 0;
        justify-content: space-between;
        .btn {
            width: 100%;
        }
        .dropdown-toggle::after {
            position: absolute;
            right: 10px;
            top: 50%;
            transform: translateY(-50%);
        }
    }
    .dropdown-menu {
        width: 100%;
    }
}

.gnb_list > ul > li > button {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    line-height: 58px;
}

.gnb_list > ul > li > button > p {
    color: #5c5c5c;
    font-size: 14px;
}

.gnb_list > ul > li > button > span {
    color: var(--text-200);
    margin: 0 10px;
    font-size: 24px;
    width: 40px;
    height: 40px;
    background-color: var(--bg-200);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
}

.gnb_list > ul > li > button > i {
    display: inline-flex;
    justify-self: flex-end;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
}

.gnb_list > ul > li > button > i > span {
    transition: 0.5s;
}

.gnb_list > ul > li:hover {
    transition: 0.5s;
}

.gnb_list > ul > li.active {
    background: #fff;
}

.gnb_list > ul > li.active > button > p {
    color: #333;
}

.gnb_list > ul > li.active > button > span {
    color: var(--color-White);
    background-color: var(--primary-100);
}

.gnb_list > ul > li.active > button > i > span {
    transform: rotate(180deg);
    transition: 0.5s;
}

.gnb_list > ul > li:hover > button {
    color: var(--color-White);
}

.gnb_list > ul > li:hover > button > span {
    color: var(--color-White);
    background-color: var(--primary-100);
}

.gnb_list > ul > li:hover > button > p {
    color: #333;
}

.gnb_list > ul > li:hover > button > i {
    color: #333;
}

.gnb_list > ul > li > ul {
    display: none;
    flex-direction: column;
    padding: 15px;
    background-color: var(--bg-200);
    border-radius: 10px;
}

.gnb_list > ul > li > ul > li > a {
    color: #333;
    font-size: 14px;
    line-height: 35px;
    transition: 0.5s;
    border-radius: var(--border-r10);
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}

.gnb_list > ul > li > ul > li > a.active {
    background-color: var(--primary-100);
    color: #fff;
}

.gnb_list > ul > li > ul > li > a:hover {
    background-color: var(--primary-100);
    color: #fff;
    transition: 0.5s;
}

.gnb_list > ul > li > ul > li > a > span {
    font-size: 12px;
    margin: 0 5px;
    width: 10px;
    height: 10px;
}

.gnb-util {
    width: calc(100% - 20px);
    justify-content: center;
    display: flex;
}

.gnb-util a {
    color: var(--text-200);
    width: 100%;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.5s;
    border-radius: 15px;
    line-height: 44px;
}

.gnb-util a:hover {
    background-color: var(--color-point);
    transition: 0.5s;
    color: #fff;
}

.gnb-util a span {
    margin: 0 5px;
    width: 24px;
    height: 24px;
}

.companyInfo {
    padding: 5px 30px;
    flex: 1;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    padding-top: 10px;
}
.companyInfoText {
    text-align: right;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-weight: 500;
    background-color: #f2f2f2;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 10px;
    margin-top: 10px;
}

.info-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 100px;
    width: 85%;
}

.info-box > span {
    color: var(--primary-100);
    font-size: 30px;
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bg-200);
    border-radius: 30px;
    margin-bottom: 10px;
}

.info-box .user-name {
    color: #333;
    strong {
        font-size: 11px;
    }
}

.info-box .user-total-info {
    margin-top: 5px;
    color: #333;
    display: flex;
    align-items: center;
}

.info-box .user-total-info span {
    font-size: 14px;
    margin-right: 5px;
    transform: translateY(-2px);
    width: 14px;
    height: 14px;
}

@container gnb-container (max-width:200px) {
    .gnb * {
        transition: none;
    }

    .gnb_list > ul > li > button {
        width: 48px;
        height: 48px;
        border-radius: 50px;
        justify-content: center;
    }
    .gnb_list > ul > li > button > span {
        margin: 0;
        font-size: 20px;
    }
    .gnb_list > ul > li > button > p {
        display: none;
    }

    .gnb_list > ul > li > button > i {
        display: none;
    }

    .info-box .user-name strong {
        display: none;
    }

    .gnb_list > ul > li > ul {
        position: absolute;
        left: calc(100% + 15px);
        top: 0;
        z-index: 1000;
        border-radius: var(--border-r10);
        padding: 5px;
        box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    }

    .gnb_list > ul > li > ul > li > a {
        white-space: nowrap;
        padding: 0 10px;
    }

    .gnb_list > ul > li > ul > li > a > span {
        width: 10px;
        height: 10px;
    }

    .gnb-util a {
        width: 48px;
        height: 48px;
    }

    .gnb-util a em {
        display: none;
    }

    .info-box {
        padding: 9px;
        width: 62px;
    }

    .info-box .user-total-info {
        display: none;
    }

    .info-box > span {
        width: 40px;
        height: 40px;
        font-size: 20px;
        padding: 8px;
    }

    .info-box .user-name strong {
        font-size: 11px;
    }
}

@media (max-width: 1200px) {
    .gnb {
        max-width: 80px;
    }

    .gnb.on {
        max-width: 300px;
    }

    .con {
        padding: 0 0 75px 80px;
    }

    .con.on {
        padding: 0 0 75px 300px;
    }

    .ham_btn span:nth-child(1) {
        transform: rotate(45deg) translate(12px, -9px);
    }

    .ham_btn.on span:nth-child(1) {
        transform: rotate(-45deg) translate(-1px, 1px);
        width: 10px;
    }
}

@media (max-width: 720px) {
    .gnb {
        transform: translateX(-100%);
        max-width: 240px;
    }

    .gnb.on {
        max-width: 240px;
        transform: translateX(0);
    }

    .con {
        padding: 0;
        margin-bottom: 0;
    }

    .con.on {
        padding: 0 0 75px 0;
    }

    .info-box > span {
        width: 30px;
        height: 30px;
        padding: 0;
        font-size: 24px;
        padding: 1px;
    }

    .info-box {
        padding: 10px;
    }

    .gnb_list > ul {
        padding: 10px;
    }

    .gnb_list > ul > li > button {
        line-height: 50px;
    }

    .gnb_list > ul > li > ul {
        padding: 10px;
    }

    .gnb_list > ul > li > ul > li > a {
        line-height: 32px;
    }

    .head {
        padding: 10px 60px 10px 10px;
        min-height: 60px;
    }

    .logo_head {
        max-width: 100px;
    }
    .companyInfo {
        margin-top: 10px;
        bottom: 80px;
    }
    .ham_btn {
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
        /* background-color: var(--color-darkColor1); */
        background: var(--primary-200);
        width: 40px;
        height: 40px;
        border-radius: var(--border-r100);
        display: inline-flex;
        justify-content: space-around;
        align-items: center;
        margin-right: 0;
        padding: 7px 0;
        overflow: hidden;
    }

    .ham_btn span {
        background-color: var(--Bg-White);
        margin-bottom: 0;
        height: 3px;
    }

    .ham_btn span:nth-child(1) {
        display: none;
    }

    .ham_btn.on span:nth-child(2) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .ham_btn.on span:nth-child(3) {
        transform: translateX(-200%);
    }

    .ham_btn.on span:nth-child(4) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

    .foot_con {
        display: flex;
    }

    .foot_con .fnb {
        width: 100%;
    }
}

.head_notice_info {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.top-notice-box {
    flex-basis: calc(40% - 8px);
    display: flex;
    background-color: var(--bg-200);
    border-radius: var(--border-r10);
    box-shadow: var(--bx-shadow2) inset;
    flex-direction: column;
    padding: 15px;
    position: relative;
    border: 1px solid #e4e4e4;
}

.top-notice-box .notice_more {
    position: absolute;
    right: 15px;
    top: 15px;
    color: var(--color-Neutral3);
}

.top-notice-box h2 {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.top-notice-box h2 span {
    width: 30px;
    height: 30px;
    background: var(--color-pointG);
    color: var(--color-White);
    border-radius: var(--border-r100);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}

.top-notice-box .notice-list {
    margin-top: 15px;
}

.top-notice-box .notice-list li a {
    font-size: 14px;
    color: #333;
    border-bottom: 1px dashed var(--color-Neutral4);
    line-height: 30px;
    padding: 0 15px;
    position: relative;
}

.top-notice-box .notice-list li a::after {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    border-radius: var(--border-r5);
    background-color: var(--color-point);
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.user-info-box {
    flex-basis: calc(60% - 2px);
    display: flex;
}

.user-info-box ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: space-between;
}

.user-info-box ul li {
    display: flex;
    flex-basis: calc(100% / 3 - 6px);
    flex-direction: column;
    width: 100%;
    /* background-color: #fff; */
    border-radius: var(--border-r15);
    box-shadow: var(--bx-shadow4);
    border: 1px solid #e4e4e4;
    padding: 15px;
    background-image: url(/static/www/image/mem_info_bg.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: inherit;
    /*background-blend-mode: saturation;*/
    position: relative;
    background: linear-gradient(90deg, #000000, #4e4e4e 100%);
}

.user-info-box ul li::after {
    position: absolute;
    content: "";
    background: url(/static/www/image/mem_info_dot.png) no-repeat center center;
    width: 10px;
    height: 16px;
    right: 15px;
    top: 15px;
}

.user-info-box ul li span {
    background: var(--color-White);
    border-radius: var(--border-r10);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--color-point);
    font-size: 28px;
    margin-bottom: 30px;
    box-shadow: var(--bx-shadow4);
}

.user-info-box ul li p {
    color: #fff;
    font-size: 14px;
}

.user-info-box ul li strong {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}

.main {
    display: flex;
    padding: 0 30px;
}

.wrapper {
    width: 100%;
}

.main-inner-section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}

.main-inner-section > div {
    width: calc(50% - 4px);
}

.title_s1 {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-point);
    border-bottom: 1px solid var(--color-Neutral4);
    padding: 10px 15px;
    position: relative;
    margin-bottom: 15px;
}

.title_s1 em {
    position: relative;
    display: inline-flex;
}

.title_s1 em:after {
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 3px;
    background-color: var(--color-point);
    content: "";
}

.cash-info-content {
    background-color: var(--bg-200);
    border-radius: var(--border-r10);
    box-shadow: var(--bx-shadow4) inset;
    padding: 15px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    border: 1px solid #e4e4e4;
    flex-basis: calc(50% - 4px) !important;
}
.cash-info-content .skill {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.info-text-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: flex-end;
}

.info-text-group .info-tit {
    display: flex;
    flex-direction: column;
    font-size: 17px;
    color: #333;
    font-weight: 700;
}

.info-text-group .info-tit span {
    color: var(--color-Neutral3);
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 5px;
}

.info-text-group .info-data {
    display: flex;
    font-size: 17px;
    color: #000;
    font-weight: 700;
}

.info-text-group .info-data span {
    color: var(--color-Neutral3);
    font-size: 17px;
    margin-left: 5px;
    font-weight: 500;
}

.cash-info {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.cash-info .info-item .item-title {
    font-size: 14px;
    font-weight: 500;
    color: var(--color-Neutral3);
}

.cash-info .info-item .item-data {
    font-size: 14px;
    font-weight: 700;
    color: var(--color-point);
}

.user-total {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-basis: calc(50% - 4px) !important;
}

.user-total .total-list {
    border-radius: var(--border-r10);
    box-shadow: var(--bx-shadow4) inset;
    padding: 10px 15px;
    display: flex;
    background: var(--bg-200);
    color: #333;
    flex: 1;
    border: 1px solid #e4e4e4;
    flex-direction: column;
    justify-content: space-around;
}

.user-total .total-list > span {
    width: 80px;
    height: 80px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-r5);
    color: var(--color-point);
    margin-right: 15px;
    font-size: 50px;
    background: #fff;
}

.user-total .total-list > span > img {
    width: 60px;
    height: 60px;
}

.user-total .total-list .list-title {
    font-size: 14px;
    color: #333;
    font-weight: 500;
    margin-top: 10px;
}

.user-total .total-list .list-data {
    font-size: 24px;
    color: #000;
    margin-top: 5px;
    font-weight: 700;
    display: inline-flex;
}

.tableCard {
    margin-bottom: 15px;
    margin-top: 15px;
    width: 100%;
}

.tbc_con {
    background-color: var(--color-White);
    border-radius: var(--border-r10);
    box-shadow: var(--bx-shadow4);
    margin-top: 15px;
    padding: 15px;
    min-height: 350px;
}

.tableCard .tbc_tit {
    display: flex;
    justify-content: space-between;
    padding: 0 20px 0 0;
    align-items: center;
    margin-bottom: 10px;
}

.tableCard .tbc_tit p {
    color: #333;
    line-height: 36px;
    font-size: 16px;
    font-weight: 500;
    padding: 0 20px 0 30px;
    position: relative;
    &::after {
        position: absolute;
        display: inline-flex;
        content: "";
        width: 20px;
        height: 20px;
        border-radius: 50%;
        border: 3px solid var(--color-point);
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}

.tableCard .tbc_tit a {
    background-color: var(--color-point);
    color: var(--color-White);
    border-radius: var(--border-r100);
    box-shadow: var(--bx-shadow4);
    padding: 5px;
    display: inline-flex;
    align-items: center;
    transition: 0.5s;
}

.tableCard .tbc_tit a b {
    display: none;
    line-height: 26px;
    padding: 0 5px;
    transition: 0.5s;
    font-size: 1.2em;
}

.tableCard .tbc_tit a * {
    transition: 0.5s;
}

.tableCard .tbc_tit a:hover {
    background-color: var(--primary-200);
    transition: 0.5s;
}

.tableCard .tbc_tit a:hover span {
    transform: rotate(90deg);
    color: var(--color-White);
    transition: 0.5s;
}

.tableCard .tbc_tit a:hover b {
    display: inline-flex;
    color: #fff;
    transition: 0.5s;
}

.progress-bar {
    background: #000;
}

@container contain_box (max-width:880px) {
    .head_notice_info {
        flex-direction: column;
        padding: 10px;
    }

    .user-info-box ul {
        flex-wrap: wrap;
        background-color: #f4f4f4;
        border-radius: 10px;
        margin-bottom: 10px;
        box-shadow: var(--bx-shadow4) inset;
    }

    .user-info-box ul li {
        flex-direction: row;
        align-items: center;
        padding: 5px;
        margin-bottom: 5px;
        background: none;
        border: 0;
        box-shadow: none;
    }

    .user-info-box ul li span {
        width: 24px;
        height: 24px;
        margin-bottom: 0;
        font-size: 20px;
        background: none;
        box-shadow: none;
    }

    .user-info-box ul li p {
        line-height: 14px;
        font-size: 14px;
        margin: 0 5px;
        color: #333;
    }

    .user-info-box ul li strong {
        margin-top: 0;
        line-height: 14px;
        font-size: 14px;
        color: #333;
    }

    .user-info-box ul li::after {
        display: none;
    }

    .top-notice-box {
        padding: 10px;
    }

    .top-notice-box h2 {
        font-size: 14px;
        font-weight: bold;
    }

    .top-notice-box h2 span {
        font-size: 14px;
        width: 24px;
        height: 24px;
    }

    .top-notice-box .notice-list {
        margin-top: 5px;
    }

    .top-notice-box .notice-list li a {
        border-bottom: 0;
    }

    .main {
        padding: 10px;
    }

    .title_s1 {
        padding: 10px;
        font-size: 16px;
    }

    .main-inner-section {
        flex-direction: column;
    }

    .main-inner-section > div {
        width: 100%;
    }

    .tbc_con {
        min-height: inherit;
    }
}

@container contain_box (max-width:530px) {
    .user-info-box ul {
        /* background-image: url(/static/www/image/mem_info_bg.png); */
        background-position: right center;
        background-size: cover;
        background-blend-mode: multiply;
        background-color: #f4f4f4;
        border-radius: var(--border-r10);
        padding: 10px;
        box-shadow: var(--bx-shadow4) inset;
        margin-bottom: 10px;
        border: 1px solid #e4e4e4;
    }

    .user-info-box ul li {
        flex-basis: auto;
        flex: 1;
    }

    .user-info-box ul li p {
        display: none;
    }

    .user-info-box ul li strong {
        white-space: nowrap;
    }

    .user-info-box ul li span {
        margin-right: 5px;
    }

    .user-info-box ul li {
        background: none;
        box-shadow: none;
        margin-bottom: 0;
        border: 0;
    }

    .top-notice-box .notice-list li a {
        font-size: 14px;
    }

    .top-notice-box .notice-list li a::after {
        left: 5px;
    }

    .top-notice-box .notice_more {
        right: 10px;
        top: 5px;
    }

    .user-total {
        flex-wrap: wrap;
        grid-template-columns: repeat(1, 1fr);
    }

    .user-total .total-list {
        padding: 10px;
        flex-basis: 100%;
        margin-bottom: 0.4rem;
        flex-direction: row;
        justify-content: flex-start;
    }

    .user-total .total-list > span {
        width: 36px;
        height: 36px;
        font-size: 20px;
    }
    .user-total .total-list > span > img {
        width: 24px;
        height: 24px;
    }
    .user-total .total-list .list-title {
        font-size: 12px;
        margin-top: 0;
    }

    .user-total .total-list .list-data {
        font-size: 16px;
    }

    .table th {
        padding: 0.5rem;
    }

    .table td {
        padding: 0.4rem;
    }

    .tableCard .tbc_tit {
        padding-right: 0;
    }

    .tableCard .tbc_tit a b {
        display: inline-flex;
    }
}

.contents_b {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contents_b section {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.contents_b .form_contents {
    background-color: var(--Bg-White);
    box-shadow: var(--bx-shadow4);
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 0 0 10px 10px;
}

.contents_b .form_contents .input_list_s1 {
    margin-top: 15px;
    border: 1px solid #f2f2f2;
}

.contents_b .tbc_tit {
    color: var(--primary-200);
    line-height: 36px;
    font-size: 14px;
    font-weight: 700;
    padding: 0 20px;
    display: inline-flex;
    margin-top: 20px;
    position: relative;
}

.contents_b .tbc_tit::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 20px;
    background-color: var(--primary-200);
}

.contents_b .form-control[readonly] {
    background-color: var(--color-White);
}

.text-red {
    transform: translateY(-2px);
    color: var(--color-point);
}

.form_contents .form-floating label {
    font-weight: 500;
    font-size: 16px;
    color: var(--color-Neutral2);
    background-color: #fff;
    padding: 0 10px;
    height: 20px;
}

.form_contents .form-floating select + label {
    font-weight: 500;
    font-size: 16px;
    color: #0d6efd;
    background-color: #fff;
    padding: 0 10px;
    height: 20px;
}

.form_contents .input_list_s1 .form-floating > .form-control:not(:placeholder-shown) ~ label {
    color: #0d6efd !important;
}

.tab_tit ul {
    display: flex;
}

.tab_tit ul li a {
    line-height: 40px;
    font-size: 14px;
    color: var(--color-Neutral2);
    padding: 0 10px;
}

.tab_tit ul li a:hover {
    color: var(--color-point);
}

.tab_tit ul li a.active {
    position: relative;
    z-index: 1;
    background-color: var(--Bg-White);
    color: var(--color-point);
    font-size: 16px;
    border: 1px solid #ddd;
    border-bottom: 0;
    border-radius: 10px 10px 0 0;
    padding: 0 30px;
    transform: translateY(1px);
    font-weight: bold;
}

.from_con_btn {
    display: flex;
    justify-content: center;
}

.from_con_btn .Gbtn {
    min-width: 120px;
    line-height: 40px;
    margin: 5px;
}

.contents_b .form_contents .input_list_s2 {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.contents_b .form_contents .input_list_s2 label {
    min-width: 100px;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    background-color: var(--color-tbBg);
    border-radius: var(--border-r10);
    margin-right: 10px;
}

.contents_b .form_contents .input_list_s2 button {
    margin-top: 0;
    line-height: 40px;
    border-radius: var(--border-r5);
    padding: 0;
    margin-bottom: 0;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid var(--color-point);
    overflow: hidden;
    line-height: 16px;
    background-color: var(--color-Neutral3);
    border-color: var(--color-Neutral3) !important;
}

.contents_b .form_contents .input_list_s2 button span {
    background: url(/static/www/image/sample.png);
    display: inline-flex;
    max-width: 80px;
    min-height: 80px;
    align-items: center;
    justify-content: center;
}

.contents_b .form_contents .input_list_s2 button img {
    max-width: 80px;
    filter: grayscale(99%);
}

.contents_b .form_contents .input_list_s2 button.active {
    background-color: var(--color-point);
    border-color: var(--color-point) !important;
}

.contents_b .form_contents .input_list_s2 button.active img {
    filter: grayscale(0%);
}

.contents_b .form_contents .input_list_s2 button p {
    padding: 5px 0;
}

.ils2_inBtn {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ils2_inBtn input {
    width: 100%;
    line-height: 38px;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: var(--border-r5);
    text-align: center;
    display: inline-flex;
    margin: 0 2px;
    max-width: 80px;
}

.btn_li button {
    margin-right: 5px;
}

.total_item {
    display: flex;
}

.total_item ul {
    display: flex;
}

.total_item ul li {
    display: flex;
    padding: 0 20px;
    line-height: 40px;
    border-radius: var(--border-r10);
    margin-bottom: 10px;
}

.total_item ul li.tt_primary {
    background-color: #d7d7d7;
    color: #343434;
    border: 1px solid #7d7d7d;
    margin-right: 5px;
}

.total_item ul li.tt_secondary {
    background-color: #d1dae7;
    color: #0f1051;
    border: 1px solid #bac0db;
}

.total_item ul li span {
    font-size: 14px;
    font-weight: bold;
    margin-left: 5px;
}

.tpc_b input[type="date"] {
    position: relative;
    padding-right: 20px;
    background: url(/static/www/image/calendar.svg) no-repeat right 10px center;
    height: 40px;
    background-size: 20px 20px;
    line-height: 38px;
}

.tpc_b input[type="date"]::-webkit-clear-button,
.tpc_b input[type="date"]::-webkit-inner-spin-button {
    display: none;
}

.tpc_b input[type="date"]::-webkit-calendar-picker-indicator {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    cursor: pointer;
}

.total_price_c {
    padding: 1.25rem;
}

.tpc_b {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tpc_b .tpcb_li {
    flex: 1;
    display: flex;
    align-items: center;
}

.tpc_b span {
    color: #8a8a8a;
}

.tpcb_li input,
.tpcb_li select {
    width: 100%;
    height: 40px;
    border: 0;
    outline: none;
    border-radius: 10px;
    background-color: #f2f2f2 !important;
    color: var(--color-Neutral2);
    padding: 0 10px;
    margin: 0 2px;
    width: 100%;
    border: 1px solid #ddd;
}

.tpcb_btn {
    background-color: #ffe200;
    border: 0;
    border-radius: 10px;
    padding: 0 30px;
    line-height: 40px;
}

.tpc_b .default_btn {
    padding: 0 20px;
    line-height: 40px;
    border-radius: var(--border-r10);
    margin-top: 0;
    display: inline-flex;
    align-items: center;
}

.tpc_b .default_btn span {
    color: #fff;
}

.btm_page {
    width: 100%;
    justify-content: center;
    display: flex;
}

.btm_page ul {
    display: flex;
    align-items: center;
}

.btm_page ul li a {
    width: 30px;
    height: 30px;
    line-height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--color-Neutral2);
}

.btm_page ul li a.prev {
    color: var(--color-point);
    border: 1px solid var(--color-point);
    border-radius: var(--border-r100);
}

.btm_page ul li a.next {
    color: var(--color-point);
    border: 1px solid var(--color-point);
    border-radius: var(--border-r100);
}

.btm_page ul li a.active {
    color: var(--color-point);
    font-weight: bold;
}

.sm_tab {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
    justify-content: space-between;
}

.sm_tab_li {
    display: flex;
    flex-basis: calc(50% - 4px);
    justify-content: center;
    justify-content: center;
}

.sm_tab_li a {
    width: 100%;
    background-color: var(--Bg-White);
    color: var(--color-Neutral2);
    border-radius: var(--border-r10);
    border: 1px solid #ddd;
    text-align: center;
    line-height: 30px;
}

.sm_tab_li a.active {
    background: #f7911c;
    color: var(--color-White);
}

.community-content .inner-body {
    line-height: 22px;
}

@media (max-width: 1020px) {
    .contents_b .form_contents .input_list_s2 button {
        flex-basis: calc(25% - 2px);
        margin-bottom: 4px;
    }
}

@media (max-width: 900px) {
    .total_price_c {
        padding: 0.5rem;
    }

    .tpc_b {
        flex-direction: column;
    }

    .tpc_b .tpcb_li {
        width: 100%;
        margin-bottom: 4px;
    }

    .tpcb_btn {
        width: 100%;
    }

    .tpc_b .default_btn {
        width: 100%;
    }
}

@media (max-width: 720px) {
}
.tabTitleLg {
    > ul {
        > li {
            > a {
                > br {
                    display: none;
                }
            }
        }
    }
}
@media (max-width: 610px) {
    .tabTitleLg {
        > ul {
            > li {
                > a {
                    font-size: 14px;
                    padding: 10px 5px;
                    line-height: 1.2;
                    text-align: center;
                    &.active {
                        padding: 10px 5px;
                        font-size: 14px;
                    }
                    > br {
                        display: inline-flex;
                    }
                }
            }
        }
    }
}
@media (max-width: 480px) {
    .tab_tit ul li a {
        font-size: 14px;
        padding: 10px 5px;
        white-space: nowrap;
    }

    .tab_tit ul li a.active {
        font-size: 14px;
        padding: 10px;
    }

    .input_list_s2 .ils2_inBtn {
        flex: 1;
    }
    .tabTitleLg {
        > ul {
            > li {
                > a {
                    font-size: 14px;
                    &.active {
                        font-size: 14px;
                    }
                }
            }
        }
    }
    .btn_li {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .btn_li button {
        flex-basis: calc(50% - 2px) !important;
        font-size: 1.2em;
        margin-right: 0;
        margin-bottom: 5px;
        padding: 0 !important;
    }

    .contents_b .form_contents .input_list_s2 button {
        display: inline-flex;
        flex-basis: calc(50% - 2px);
        margin-right: 2px;
    }
}

.modal .modal-body p img {
    width: 100% !important;
}
.creatMember .modal-header h1 {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 16px;
}
.creatMember .modal-body p {
    text-align: center;
    width: 100%;
    font-weight: 500;
    font-size: 14px;
}
.qrCode {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}
.qrCode img {
    width: 100%;
    max-width: 200px;
}
.skill {
    width: 160px;
    height: 160px;
    position: relative;
    display: flex;
    justify-content: center;
}
.outer {
    height: 160px;
    width: 160px;
    padding: 20px;
    border-radius: 50%;
    box-shadow: 6px 6px 10px -1px rgb(216 206 187), -6px -6px 10px -1px rgb(255 245 227);
}
.inner {
    height: 120px;
    width: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: inset 4px 4px 6px -1px rgb(212 203 188),
        inset -4px -4px 6px -1px rgb(237 219 219 / 10%), -0.5px -0.5px 0px rgb(241 241 241 / 10%),
        0.5px 0.5px 0px rgb(197 188 170);
    border-radius: 50%;
}
#percentNum {
    font-weight: 600;
    color: #ea6921;
    font-size: 30px;
}
circle {
    fill: none;
    stroke: url(#GradientColor);
    stroke-width: 20px;
    stroke-dasharray: 450;
    stroke-dashoffset: 450;
    transition: stroke-dashoffset 0.1s ease-in-out;
}
svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/* 회원약관 동의 페이지 스타일 */
.agree.container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.agreeHeader {
    text-align: center;
    margin-bottom: 20px;
}

.agreeHeader h1 {
    font-size: 24px;
    font-weight: bold;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.agreeHeader h1 i {
    color: #000; /* 주황색 적용 */
    font-size: 28px;
}

.join-box {
    padding: 20px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.PrecautionsForMembership {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.terms-box {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    overflow: hidden;
}

.terms-title {
    background-color: #f5f5f5;
    padding: 10px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #000; /* 파란색 적용 */
    border-bottom: 1px solid #ddd;
}

.terms-content {
    padding: 15px;
    font-size: 14px;
    color: #555;
    line-height: 1.6;
    background-color: #fff;
    max-height: 200px;
    overflow-y: auto;
}

.terms-footer {
    padding: 10px 15px;
    background-color: #f9f9f9;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.terms-footer .form-check {
    display: flex;
    align-items: center;
    gap: 5px;
}

.terms-footer .form-check-label {
    font-size: 14px;
    color: #333;
}

.btn-set1 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.btn-set1 .btn {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.btn-grey2 {
    background-color: #ddd;
    color: #333;
    border: 1px solid #ccc;
}

.btn-grey2:hover {
    background-color: #ccc;
}

.btn-accent1 {
    background-color: #000;
    color: #fff;
    border: 1px solid #7d7d7d;
}

.btn-accent1:hover {
    background-color: #444444;
    color: #fff;
}
.form-check-input {
    width: 20px !important;
    height: 20px !important;
    margin-right: 10px;
    cursor: pointer;
}

.form-check-label {
    font-size: 14px;
    line-height: 20px;
    color: #333;
}

.btn-grey2 {
    background-color: #ddd;
    color: #333;
    border: 1px solid #ccc;
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.btn-grey2:hover {
    background-color: #ccc;
}
.terms-content pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    font-size: 12px;
    line-height: 1.2;
    color: #555;
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    overflow: auto;
}

/* 반응형 스타일 */
@media (max-width: 768px) {
    .agree.container {
        padding: 15px;
    }

    .agreeHeader h1 {
        font-size: 20px;
    }

    .join-box {
        padding: 15px;
    }

    .terms-title {
        font-size: 14px;
    }

    .terms-content {
        font-size: 13px;
    }

    .btn-set1 .btn {
        font-size: 12px;
        padding: 8px 15px;
    }
}
.signature_pad {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 20px;
    canvas {
        border: 1px solid #ccc;
        border-radius: 0 0 5px 5px;
        background-color: #000;
        width: 100%;
        height: 200px;
    }
    .default_btn {
        display: flex;
        gap: 10px;
        padding: 10px 20px;
        font-size: 16px;
        border-radius: 10px;
    }
    .signature_pad_title {
        display: flex;
        align-items: center;
        background-color: #6e6e6e;
        padding: 5px 10px;
        border-radius: 5px 5px 0 0;
        width: 100%;
        max-width: 300px;
        justify-content: center;
        label {
            color: #fff;
        }
    }
    .material-symbols-outlined {
        color: #fff;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
    }
}
