body {
    min-width: 960px;
    font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.btn-primary {
    background-color: #0085FF !important;
}

.nav-item {
    cursor: pointer;
    display: flex;
    min-width: 72px;
    padding: 12px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    border-radius: 12px;
    background: #F7F7F8;
}

.nav-item>div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 2px;
    align-self: stretch;
}

.nav-item>div>span {
    color: #3385FF;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
}

.nav-item.active {
    background: #0085FF !important;
    color: #ffffff !important;
}

.nav-item.active span {
    color: #ffffff !important;
}

.nav-item svg {
    fill: #0085FF !important;
}

.nav-item.active svg {
    fill: #ffffff !important;
}

.nav-item2 {
    cursor: pointer;
    font-size: 10px;
    color: #3385FF;
    fill: #3385FF;
    display: flex;
    padding: 12px 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2px;
    align-self: stretch;
}

.layout-001 {
    display: flex;
    height: 76px;
    padding: 10px 20px;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    border-bottom: 1px solid rgba(112, 115, 124, 0.16);
}

.btn-001.active {
    border: 2px solid #0085FF;
    background: #0085FF;
    color: #fff;
}

.form-label {
    font-size: 12px;
}

.btn-001 {
    display: flex;
    padding: 6px 16px;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    border: 2px solid #0085FF;
    background: #fff;
    color: #0085FF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    gap: 10px;
    /* 175% */
}

.btn-001 svg {
    fill: #0085FF;
}

.btn-001.active svg {
    fill: #fff;
}

.btn-003 {
    font-size: 12px;
    color: rgba(55, 56, 60, 0.61);
}

.btn-003.active {
    color: rgba(0, 0, 0, 1);
    display: flex;
    padding: 4px 6px;
    justify-content: center;
    align-items: center;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 8px !important;
    border-color: inherit !important;
    background: #F7F7F8;
    /* Shadow/Emphasize */
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.12), 0px 1px 4px 0px rgba(0, 0, 0, 0.08), 0px 0px 1px 0px rgba(0, 0, 0, 0.08);
}

.layout-002 {
    display: flex;
    padding: 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.layout-003 {
    display: flex;
    padding-bottom: 16px;
    align-items: flex-end;
    gap: 20px;
    align-self: stretch;
}

.layout-004 {
    display: flex;
    align-items: center;
    gap: 24px;
}


.table-001 td {
    border: 0px;
    padding: 0px;
}

.table-001 th div {
    display: flex;
    align-items: center;
    padding: 0px 16px 0px 16px;
    margin-bottom: 12px;
}

.table-001 td div {
    display: flex;
    align-items: center;
    height: 52px;
    padding: 0px 16px 0px 16px;
    border-top: 1px solid rgba(112, 115, 124, 0.16);
    border-bottom: 1px solid rgba(112, 115, 124, 0.16);
    background: #FFF;
    margin-bottom: 12px;
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.12)
}

.table-001 tr td:first-child div {
    border-left: 1px solid rgba(112, 115, 124, 0.16);
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    background: #FFF;
}

.table-001 tr td:last-child div {
    border-right: 1px solid rgba(112, 115, 124, 0.16);
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    background: #FFF;
}

.text-001 {
    color: #171719;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-decoration: none;
}

.text-002 {
    color: rgba(55, 56, 60, 0.61);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    border-bottom: 3px solid #FFF;
    text-decoration: none;
}

.text-002.active {
    color: #0085FF;
    border-bottom: 3px solid #0085FF;
}

.gap-20p {
    gap: 20px;
}

.gap-12p {
    gap: 12px;
}

.gap-10p {
    gap: 10px;
}

.fs-12p {
    font-size: 12px !important;
}

.fs-14p {
    font-size: 14px !important;
}

.fs-16p {
    font-size: 16px !important;
}

.fs-20p {
    font-size: 20px !important;
}

.fs-24p {
    font-size: 24px !important;
}

.fs-28p {
    font-size: 28px !important;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.fc-white {
  color : white;
}

.w-60p {
    width: 60px;
}
.w-70p {
    width: 70px;
}
.w-80p {
    width: 80px;
}
.w-100p {
    width: 100px;
}
.w-120p {
    width: 120px;
}
.w-140p {
    width: 140px;
}
.w-160p {
    width: 160px;
}
.w-180p {
    width: 180px;
}

.modal-title {
    font-size: 28px;
    font-weight: 600;
}

.btn-group.btn-group-outline {
    display: flex;
    height: 40px;
    padding: 4px;
    align-items: center;
    align-self: stretch;
    border-radius: 12px;
    border: 1px solid var(--Line-Normal-Normal, rgba(112, 115, 124, 0.22));
    background: #FFF;
}

input.form-control {
    font-size: 12px;
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(112, 115, 124, 0.22);
    background: #FFF;
}

.btn {
    border-radius: 12px;
}

textarea.form-control {
    font-size: 12px;
    border-radius: 12px;
    padding: 10px 12px;
    border: 1px solid rgba(112, 115, 124, 0.22);
    background: #FFF;
}

.bg-F7F7F8 {
    background-color: #F7F7F8 !important;
}

.footer-bottom {
    padding: 2.4rem 0;
    border-top: 1px solid #363636;
}

.footer-addr {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: .8rem;
}

.footer-bottom p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: 400;
    color: #888888;
    text-align: center;
}

.footer-copy {
    margin-top: .6rem;
}

.border-right-12p {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}

.border-70737C29 {
    border-color: 1px solid #70737C29 !important;
}

.cursor-pointer {
  cursor: pointer;
}