/* font */
@font-face {
    font-family: 'Pre';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Pre';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Pre';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Pre';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Pre';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Pre';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

/* //font */

:root {
    --pr: #00796b;
    --pr2: #e0f2f1;
    --red: #d3161f;
    --black_26: #262626;
    --black: #000;
    --gray_94: #949494;
    --gray_c7: #c7c7c7;
    --gray_be: #bebebe;
    --gray_58: #585858;
    --gray_b3: #b3b3b3;
    --wt: #fff;
    --wt_f9: #f9f9f9;
}

body {
    font-family: 'Pre';
}

input,
select,
textarea,
a,
label,
td,
th {
    font-family: 'Pre';
}

strong {
    font-weight: bold;
}

.container {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
}

/* box model */
.d-flex {
    display: flex !important;
}

.snb {
    width: 240px;
    margin-right: 30px;
    flex-shrink: 0
}

.content {
    width: 100%
}

.page-tit {
    font-size: 1.5rem;
    padding: 0 0 8px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    border-bottom: 1px solid #ccc
}

.page-tit .feather {
    margin-right: 10px
}

/* color */
.pr-c {
    color: var(--pr) !important;
}

/* tit-box */
.tit-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tit-box .tit {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    color: var(--black_26);
}

.tit-box .tit img {
    width: 35px;
    height: auto;
}

.tit-box .add-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 77px;
    width: auto;
    height: auto;
    padding: 10px 15px;
    border-radius: 5px;
    background: var(--pr);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.15;
    color: var(--wt);
    box-sizing: border-box;
    cursor: pointer
}

/* tit-box2 */
.tit-box2 {
    margin-bottom: 35px;
    text-align: center;
}

.tit-box2 .tit {
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--pr);
}

.tit-box3 {
    padding-bottom: 23px;
    margin-bottom: 0;
    border-bottom: 1px solid var(--pr);
}

.detail-area2 {
    padding-bottom: 23px;
    margin-bottom: 0;
}

.tit-box3 .tit {
    margin-bottom: 0 !important;
}

.header-txt-add {
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.21;
    color: var(--black_26);
}

.header-txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1000px;
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 20px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2;
    color: var(--pr);
}

/* pager */
.pager {
    justify-content: center;
    display: flex;
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.pager ul {
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
}

.pager ul .arrow {
    width: 25px;
    height: auto;
}

.pager ul .arrow img {
    width: 100%;
    height: auto;
}

.pager ul .all-prev {
    margin-right: 5px;
}

.pager ul .prev {
    margin-right: 25px;
}

.pager ul .all-next {
    margin-left: 5px;
}

.pager ul .next {
    margin-left: 25px;
}

.pager ul .number {
    margin: 0 3px;
}

.pager ul .number:last-of-type {
    margin-right: 0;
}

.pager ul .number a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    background: #eee;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.53;
    color: #949494;
}

.pager ul .number.active a {
    background: var(--pr);
    color: var(--wt);
}

/* input-box */
.input-box {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
}

.input-box:last-of-type {
    margin-bottom: 0;
}

.input-box label,
.input-box .label {
    display: block;
    margin-bottom: 10px
}

.input-box .tit {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.28;
    color: var(--black_26);
    margin-bottom: 15px;
    margin-top: 15px;
}

.input-box .tit span {
    color: #ff0000;
}

.input-box input {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--black_26);
}

.input-box input::placeholder {
    color: var(--gray_b3);
}

.input-box select {
    width: 100%;
    height: 50px;
    padding: 0 15px;
    border-radius: 5px;
    border: 1px solid #dfdfdf;
    box-sizing: border-box;
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--black_26);
    appearance: none;
    background: url(./../img/select_arrow.png) no-repeat calc(100% - 15px) 50%;
    background-size: 16px 9px;
}

.input-box .d-flex {
    gap: 10px;
    margin-bottom: 5px;
}

.input-box .d-flex:last-of-type {
    margin-bottom: 0;
}

.input-box .input-desc {
    color: #999;
    margin-top: 10px;
}

.input-box input[type=text].error,
.input-box input[type=password].error {
    border-color: #ed5c69
}

.input-box label.error {
    padding: 15px;
    border-radius: 8px;
    background: #ffd9d9;
    color: #ed5c69;
    margin-top: 10px
}

.input-box .placeholder {
    display: flex;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--gray_b3);
    pointer-events: none;
    transition: all .3s;
}

.input-box .placeholder .feather {
    margin-right: 5px;
}

.input-box.focus .placeholder {
    display: none;
}

/* input-group */
.input-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 30px;
}

.input-group.disabled {
    pointer-events: none;
    opacity: .5;
}

.input-group label {
    cursor: default;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

/* Checkbox */
.checkbox {
    display: inline-flex;
    align-items: center
}

.checkbox input[type=checkbox] {
    margin: 0 6px 0 0;
    padding: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #dfdfdf;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    transition: all 0.3s;
    cursor: pointer;
    border-radius: 0;
    /* 테두리를 네모나게 */
}

.checkbox input[type=checkbox]:disabled {
    border-color: #dfdfdf;
    background: #dfdfdf;
}

.checkbox input[type=checkbox]:checked {
    border-color: var(--pr);
    background-color: #fff;
    border: 1px solid #f04c26;
    /* 체크박스 외곽선 색상 */
    border-radius: 0;
    /* 테두리를 네모나게 */
}

.checkbox input[type=checkbox]:checked::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(-50deg);
    width: 8px;
    height: 8px;
    border-left: 2px solid var(--pr);
    border-bottom: 2px solid var(--pr);
}

.checkbox label {
    cursor: pointer;
    margin-bottom: 0;
}

.checkbox+.checkbox {
    margin-left: 20px;
}

/* Radio */
.radio {
    display: inline-flex;
    align-items: center
}

.radio input[type=radio] {
    margin: 0 6px 0 0;
    padding: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #dfdfdf;
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    border-radius: 50%;
    transition: all .3s;
}

.radio input[type=radio]:disabled {
    border-color: #dfdfdf;
    background: #dfdfdf;
}

.radio input[type=radio]:checked {
    border-color: var(--pr);
}

.radio input[type=radio]:checked::after {
    content: '';
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    background: var(--pr);
    border-radius: 50%;
}

.radio label {
    cursor: pointer;
    margin-bottom: 0
}

.radio+.radio {
    margin-left: 20px;
}

.submit-btn {
    width: 100%;
    height: 50px;
    margin-top: 40px;
    border-radius: 5px;
    background: var(--pr);
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--wt);
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

.submit-btn[disabled],
.submit-btn.disabled {
    background: #dfdfdf;
    color: #fff;
    cursor: not-allowed;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
}

/* Login Form */
.login-form {
    margin: 0 auto;
    max-width: 620px
}

.login-form .verifi-btn {
    width: 100px;
    height: 50px;
    border: 1px solid var(--pr);
    border-radius: 5px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: white;
    background-color: var(--pr);
}

.login-form .count {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-size: 15px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--pr);
}

.login-form .input-box {
    position: relative;
    margin-bottom: 5px;
}


.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.aligns-center {
    align-items: center;
}

.aligns-start {
    align-items: flex-start;
}

/* Tabs */
.tabs {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    margin-bottom: 5px;
    /* border-bottom: 1px solid var(--pr); */
    /* border-radius: 5px; */
    box-sizing: border-box;
}

.tabs.tabs-horizontal {
    flex-direction: row;
}

.tabs.tabs-vertical {
    flex-direction: column;
    height: auto;
    border: 1px solid var(--pr);
}

.tabs .tab {
    width: 100%;
    height: 100%;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    color: var(--gray_b3);
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    transition: all .3s;
    border-bottom: 1px solid #e7e7e7;
}

/* .tabs .tab:not(:last-child) {
    border-bottom: 1px solid var(--pr);
} */

.tabs .tab:hover {
    background: var(--pr2);
}

.tabs .tab.active {
    background: var(--pr);
    color: var(--wt);
}

.tabs .tab.active:hover {
    background: var(--pr);
}

.tabs .tab a,
.tabs .tab button {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    line-height: 50px;
    color: inherit;
    text-decoration: none;
    cursor: pointer;
}

/* Dropdown */
.dropdown {
    position: relative;
    min-width: 120px
}

.dropdown .dropdown-btn {
    border: 0 none;
    background: transparent
}

.dropdown .dropdown-content {
    visibility: hidden;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    width: 100%;
    height: fit-content;
    border-radius: 5px;
    box-sizing: border-box;
    z-index: 1;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    opacity: 0;
    transition: all .3s;
}

.dropdown .dropdown-btn {
    display: block;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black_26);
    border: 1px solid #dfdfdf;
    border-radius: 5px;
    box-sizing: border-box;
    transition: all .3s;
}

.dropdown .dropdown-btn:hover {
    color: var(--pr);
    background: var(--pr2);
}

.dropdown .dropdown-item {
    background: var(--wt);
    padding: 10px 15px;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--black_26);
    cursor: pointer;
    border: 0 none;
    border-radius: 0;
    transition: all .3s;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover {
    background: var(--pr);
    color: var(--wt);
}

.dropdown.active {
    opacity: 1;
}

.dropdown.active .dropdown-btn {
    border-color: var(--pr);
    background: var(--pr2);
}

.dropdown.active .dropdown-content {
    visibility: visible;
    opacity: 1;
}

@media all and (max-width: 767px) {
    .tabs {
        padding-top: 80px;
        height: 130px;
    }

    .tabs .tab {
        font-size: 20px;
    }

    .tabs .tab:first-child {
        margin-left: 20px;
    }

    .tabs .tab:last-child {
        margin-right: 20px;
    }

    .tabs .tab.active {
        border-bottom: 3px solid var(--pr);
        background: white;
        color: black;
        font-weight: 600;
        color: var(--black_26);
    }

    .tabs .tab.active:hover {
        border-bottom: 3px solid var(--pr);
        background: white;
        color: black;
    }

    /* .tabs .tab:not(:last-child) {
        border-bottom: 2px solid whitesmoke;
    } */

    .snb {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }

    .checkbox input[type=checkbox] {
        width: 30px;
        height: 30px;
    }

    .checkbox label {
        font-weight: 400;
        font-size: 18px;
    }

    .detail-area span {
        font-weight: 400;
        font-size: 20px;
    }

    .detail-area span a {
        font-size: 20px;
        margin: 0 10px;
        color: #808080 !important;
    }

    .separator-container {
        padding: 0 15px !important;
    }

    .separator-text {
        font-size: 20px;
        color: var(--gray_c7) !important;
    }
}