@charset "UTF-8";

:root {
    --Background: #f3f4f5;
    --BackgroundDark: #586773;

    /* 선 */
    --Stroke: #ddd;

    /* 메인컬러 & 서브컬러 지정 */
    --Primary: #2d8e55;
    --Primary1: #33a786;
    --Primary2: #47a6ad;

    /* 그레이스케일 컬러 */
    --Greyscale9: #222;
    --Greyscale8: #666;
    --Greyscale7: #777;
    --Greyscale6: #999;
    --Greyscale1: #eee;

    /* 기본 시스템 컬러 */
    --Error: #e15454;
    --Alert: #ff9b1f;
    --Warning: #ffcb33;
    --Success: #1181d3;

    /* 기본사이즈 */
    --containerSize: 1420px;
}

:root {
    font-family: "Pretendard GOV", -apple-system, Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4;
    color: var(--Greyscale9);
}

/* 서체 - 프리텐다드 */
@font-face {
    font-family: "Pretendard GOV";
    font-weight: 900;
    font-display: block;
    src: local("Pretendard GOV Black"),
    url(/fonts/PretendardGOV/PretendardGOV-Black.woff) format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 800;
    font-display: block;
    src: local("Pretendard GOV ExtraBold"),
    url(/fonts/PretendardGOV/PretendardGOV-ExtraBold.woff) format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 700;
    font-display: block;
    src: local("Pretendard GOV Bold"),
    url(/fonts/PretendardGOV/PretendardGOV-Bold.woff) format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 600;
    font-display: block;
    src: local("Pretendard GOV SemiBold"),
    url(/fonts/PretendardGOV/PretendardGOV-SemiBold.woff) format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 500;
    font-display: block;
    src: local("Pretendard GOV Medium"),
    url(/fonts/PretendardGOV/PretendardGOV-Medium.woff) format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 400;
    font-display: block;
    src: local("Pretendard GOV Regular"),
    url(/fonts/PretendardGOV/PretendardGOV-Regular.woff) format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 300;
    font-display: block;
    src: local("Pretendard GOV Light"),
    url(/fonts/PretendardGOV/PretendardGOV-Light.woff) format("woff");
}

@font-face {
    font-family: "Pretendard GOV";
    font-weight: 200;
    font-display: block;
    src: local("Pretendard GOV ExtraLight"),
    url(/fonts/PretendardGOV/PretendardGOV-ExtraLight.woff) format("woff");
}
@font-face {
    font-family: "Pretendard GOV";
    font-weight: 100;
    font-display: block;
    src: local("Pretendard GOV Thin"),
    url(/fonts/PretendardGOV/PretendardGOV-Thin.woff) format("woff");
}

/* 서체 - 경기천년제목 */
@font-face {
    font-family: "Gyeonggi_Title";
    font-weight: 400;
    font-display: block;
    src: url(/fonts/Gyeonggi_Title/Title_Light.woff) format("woff");
}
@font-face {
    font-family: "Gyeonggi_Title";
    font-weight: 500;
    font-display: block;
    src: url(/fonts/Gyeonggi_Title/Title_Medium.woff) format("woff");
}
@font-face {
    font-family: "Gyeonggi_Title";
    font-weight: 600;
    font-display: block;
    src: url(/fonts/Gyeonggi_Title/Title_Bold.woff) format("woff");
}
@font-face {
    font-family: "Gyeonggi_Title";
    font-weight: 700;
    font-display: block;
    src: url(/fonts/Gyeonggi_Title/TitleV.woff) format("woff");
}

body {
    letter-spacing: -0.5px;
    overflow-x: hidden;
}

table,
th,
td,
input,
select,
button,
textarea,
pre {
    font: inherit;
    color: inherit;
}

body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
button,
textarea,
p,
blockquote,
table,
th,
td {
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
}

img,
fieldset {
    border: 0;
}

img {
    vertical-align: middle;
}

a {
    color: var(--Greyscale9);
    text-decoration: none;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

label {
    cursor: pointer;
}

input,
button {
    border: 0;
    border-radius: 0;
    background-color: unset;
}
button {
    cursor: pointer;
}
textarea {
    resize: none;
}

input,
button,
select,
textarea {
    vertical-align: middle;
}

address,
caption,
cite,
code,
dfn,
em,
var {
    font-style: normal;
}

hr {
    clear: both;
    display: none;
}

blockquote,
q {
    quotes: none;
}

abbr,
acronym {
    border: 0;
}

legend,
caption {
    visibility: hidden;
    overflow: hidden;
    line-height: 0;
    width: 0;
    height: 0;
    margin: 0;
    padding: 0;
    text-indent: -99999px;
    font-size: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
    display: block;
}

html.noScroll {
    overflow: hidden;
}

/* ========================================================================

Grid System
 ========================================================================== */
.container {
    display: block;
    width: 100%;
    margin: 0 auto;
}

.row {
    display: grid;
    grid-template-columns: repeat(12, 1fr); /* 12 그리드 시스템 */
    gap: 20px; /* gap 있어도 자동 계산 */
}

.row:after {
    content: "";
    display: table;
    clear: both;
}
.row .col {
    grid-column: span 12; /* 기본은 한 줄 전체 */
}

/* 데스크탑 ~ 전체 화면 */
@media (min-width: 1200px) {
    .container {
        width: calc(100% - 64px);
    }
    .row .col.d1 {
        grid-column: span 1;
    }

    .row .col.d2 {
        grid-column: span 2;
    }

    .row .col.d3 {
        grid-column: span 3;
    }

    .row .col.d4 {
        grid-column: span 4;
    }

    .row .col.d5 {
        grid-column: span 5;
    }

    .row .col.d6 {
        grid-column: span 6;
    }

    .row .col.d7 {
        grid-column: span 7;
    }

    .row .col.d8 {
        grid-column: span 8;
    }

    .row .col.d9 {
        grid-column: span 9;
    }

    .row .col.d10 {
        grid-column: span 10;
    }

    .row .col.d11 {
        grid-column: span 11;
    }

    .row .col.d12 {
        grid-column: span 12;
    }
}

/* 태블릿 */
@media (max-width: 1200px) {
    .row .col.t1 {
        grid-column: span 1;
    }

    .row .col.t2 {
        grid-column: span 2;
    }

    .row .col.t3 {
        grid-column: span 3;
    }

    .row .col.t4 {
        grid-column: span 4;
    }

    .row .col.t5 {
        grid-column: span 5;
    }

    .row .col.t6 {
        grid-column: span 6;
    }

    .row .col.t7 {
        grid-column: span 7;
    }

    .row .col.t8 {
        grid-column: span 8;
    }

    .row .col.t9 {
        grid-column: span 9;
    }

    .row .col.t10 {
        grid-column: span 10;
    }

    .row .col.t11 {
        grid-column: span 11;
    }

    .row .col.t12 {
        grid-column: span 12;
    }
}

/* ========================================================================
   Media Query Classes
 ========================================================================== */

@media only screen and (max-width: 767px) {
    .showM {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .showT {
        display: block !important;
    }
}

@media only screen and (min-width: 1200px) {
    .showD {
        display: block !important;
    }
}

@media only screen and (max-width: 767px) {
    .hideM {
        display: none !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .hideT {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .hideD {
        display: none !important;
    }
}

/* ========================================================================
   Component style_v1_0
 ========================================================================== */

.disabled {
    opacity: 0.5;
    pointer-events: none;
}

/* Bread crumb */
.breadCrumb {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
}

.breadCrumb li {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 4px;
    color: #fff;
    font-size: 14px;
}
.breadCrumb li:last-child {
    font-weight: 600;
}
.breadCrumb.arrow li::after {
    display: block;
    content: "";
    background: url(/assets/DOM_0000009/Icon/Basic_Icon/Breadcrumb_arrow.svg) center
    no-repeat;
    width: 16px;
    height: 16px;
}

.breadCrumb li a {
    color: #fff;
    font-weight: 400;
}

.breadCrumb li a.home {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 2px;
}

.breadCrumb li:last-child::after {
    content: none !important;
}

.breadCrumb li:last-child a {
    color: var(--Greyscale7);
    font-weight: 700;
}

.breadCrumb.slash li::after {
    display: block;
    content: "/";
    color: var(--Greyscale6);
    font-size: 19px;
}

.breadCrumb.select {
    gap: 0;
}

.breadCrumb.select li .dropdown {
    min-width: auto;
}

.breadCrumb.select li .dropdown a.dropdownBtn {
    background: transparent;
    border: none;
    border-radius: 0;
}

.breadCrumb.select li .dropdown a.dropdownBtn span,
.breadCrumb.select li .dropdown a.dropdownBtn img.arrow {
    padding: 0 8px;
}

.breadCrumb li .dropdown .dropdownCon {
    top: 25px;
}

.breadCrumb li:last-child .dropdown .dropdownCon a {
    width: 100%;
    font-weight: 400;
}

/* Pagination */

.pagination {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.pagination > li img {
    display: block;
}

.pagination > li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: var(--Greyscale8);
    font-size: 16px;
    border: none;
    box-sizing: border-box;
    line-height: 32px;
}

.pagination > li > ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.pagination.bLine > li > ul .num {
    position: relative;
}

.pagination.bLine > li > ul .num.active::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    height: 2px;
    background: var(--Greyscale9);
}

.pagination > li > ul .num.active a {
    color: var(--Greyscale9);
}

.pagination.grayBg > li {
    background: var(--Greyscale2);
    border-radius: 50px;
}

.pagination.grayBg > li.page {
    padding: 0 8px;
}

.pagination.grayBg > li > ul .num.active {
    background: var(--Primary);
    border-radius: 50px;
}

.pagination.grayBg > li > ul .num.active a {
    color: #fff;
}

.pagination.slash > li > ul .num {
    display: flex;
}

.pagination.slash > li > ul .num:not(:last-child)::after {
    margin-left: 8px;
    content: "/";
    font-size: 19px;
}

/* 버튼 스타일 */
.btn {
    padding: 14px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    width: auto;
    font-size: 15px;
    box-sizing: border-box;
    transition: all ease-in-out 0.1s;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid var(--Primary2);
    position: relative;
    color: #fff;
    min-width: 70px;
    background: var(--Primary2);
}
.btn.line {
    color: var(--Primary3);
    background-color: #fff;
    border: 1px solid var(--Primary3);
}
.btn.line.disabled {
    color: var(--Greyscale6);
}
.btn.gray {
    color: #fff;
    background-color: var(--BackgroundDark);
    border: 1px solid var(--BackgroundDark);
}
.btn.edit {
    color: var(--Primary2);
    background-color: #fff;
    border: 1px solid var(--Primary2);
}
.btn.delete {
    color: var(--Error);
    background-color: #fff;
    border: 1px solid var(--Error);
}
.btn.add {
    color: var(--Success);
    background-color: #fff;
    border: 1px solid var(--Success);
}
.btn.fill {
    background: var(--Primary) !important;
    border: 1px solid var(--Primary) !important;
}
.btn.close {
    background: var(--BackgroundDark);
    border: 1px solid var(--BackgroundDark);
}
.btn.delete-fill {
    background: var(--Error);
    border: 1px solid var(--Error);
    color: #fff;
}
.btn.exel {
    color: #1e7244;
    background-color: #fff;
    border: 1px solid #1e7244;
}
.btn.exel-fill {
    color: #fff;
    background-color: #1e7244;
    border: 1px solid #1e7244;
}
.btn.exel-fill::before {
    content: "";
    display: inline-block;
    /*background: url("/assets/DOM_0000009/Icon/Basic_Icon/ico-exel-w.svg") center no-repeat;*/
    width: 24px;
    height: 24px;
}
.btn.set {
    min-width: inherit;
}
.btn.dark {
    color: #fff;
    background: var(--Greyscale7);
    border: 1px solid var(--Greyscale7);
}
.btn.btn.trans {
    color: var(--Primary);
    background: transparent;
}

.btn.btn.danger {
    background: var(--Error);
}

.btn.IconBtn {
    padding: 8px;
}

.btn.sm {
    padding: 4px 8px;
    font-size: 14px;
}
.btnBox {
    margin-top: 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.btnBox a,
.btnBox button {
    width: calc(100% / 2);
    max-width: 280px;
}
.btnBox .btn.line:hover {
    background-color: var(--Greyscale0);
    border: 1px solid var(--Primary3);
    color: var(--Primary3);
}
.btn.line:hover {
    background-color: var(--Primary3);
    border: 1px solid var(--Primary3);
    color: #fff;
}

@media (max-width: 640px) {
    .btn {
        font-size: 14px;
    }
}

@media (max-width: 460px) {
    .btnBox {
        flex-direction: column;
    }

    .btnBox a {
        width: 100%;
        max-width: 100%;
    }
}

/* ========================================================================
   Component Basic Style
 ========================================================================== */
/* width */
.w-100 {
    width: 100%;
}
/* flex */
.flex {
    display: flex !important;
}
.flex-c {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
.flex-align-c {
    align-items: center !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-1 {
    flex: 1 !important;
}
.gap-05 {
    gap: 5px;
}
.gap-1 {
    gap: 10px;
}
/* Position */
.relative {
    position: relative;
}
/* 셀렉트박스 */
.form-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border: solid 1px var(--Stroke1);
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-weight: normal;
    outline: none;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: auto;
    padding: 12px 14px;
    padding-right: 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /*background: #fff url(/assets/DOM_0000009/common/Select_arrow2.png) right center*/
    /*no-repeat;*/
}
.form-select:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: red;
    position: absolute;
    right: 0;
    top: 0;
}
.form-select:focus {
    outline: auto;
}
.form-select:disabled {
    cursor: inherit;
    opacity: 0.6;
}

@media (max-width: 640px) {
    .form-select {
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width: 460px) {
    .form-select {
        width: 100%;
    }
}
/* schBox */
.schBox {
    margin-bottom: 14px;
    padding: 20px;
    display: flex;
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
    background: var(--Background1);
}
.schBox .search-box {
    flex: 1;
}
.schBox .search-box-btn {
    flex: 1 !important;
    justify-content: end !important;
}
.schBox .search-box .inputField {
    max-width: 400px;
    width: auto;
}
.schBox .leftItem,
.schBox .leftItem .itemBox,
.schBox .leftItem .rowBox {
    width: 100%;
}
.schBox .rowBox {
    flex: 1;
    gap: 12px;
    flex-wrap: wrap;
}
.schBox .radioBox {
    display: flex;
    align-items: center;
    height: 46px;
    gap: 10px;
    margin-right: 10px;
}
.schBox .col {
    padding: 0;
    display: flex;
    gap: 4px;
    align-items: start;
    justify-content: start;
    flex-direction: column;
}
.schBox .col.col-last {
    flex: 1;
}
.schBox .col.col-last .inputField {
    width: 100%;
}
.schBox .col.col-last .inputField input {
    min-width: 200px;
}
.schBox .col span {
    font-size: 15px;
}
.schBox .col .inputField {
    flex-direction: row;
}
.schBox > .leftItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
}

.schBox .itemBox {
    display: flex;
    flex-direction: row;
    align-items: inherit;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 16px;
}

.schBox .itemBox p.conTit {
    flex-shrink: 0;
    font-size: 16px;
    font-weight: 500;
}

.schBox .itemBox .rowBox {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.schBox .schBtn {
    padding: 12px 14px;
}
@media (max-width: 1200px) {
    .schBox {
        flex-direction: column;
        align-items: start;
    }
    .schBox .col.col-last {
        width: 100%;
        flex: inherit;
    }
}

/* pagination */
.pagination {
    margin: 20px 0 10px;
}

.pagination .page .num {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #71717a;
}

.pagination .page .num.active a {
    color: var(--BackgroundDark);
    font-weight: 600;
    border-radius: 100%;
}

.pagination .page .num a:hover {
    color: var(--BackgroundDark);
    border: 1px solid var(--BackgroundDark);
    font-weight: 600;
    border-radius: 100%;
}

@media (max-width: 640px) {
    .pagination .page .num.active a {
        width: 24px;
        height: 24px;
        font-size: 14px;
    }
    .schBox .search-box .inputField {
        max-width: inherit;
    }
}

@media (max-width: 460px) {
    .pagination .page .num {
        display: none;
    }

    .pagination .page .num.active {
        display: block;
    }
}

/* Table */
table {
    table-layout: fixed;
    width: 100%;
    white-space: nowrap;
    border-collapse: collapse;
    border-top: 2px solid var(--Greyscale9);
}
table thead tr th {
    position: relative;
    font-size: 16px;
    font-weight: 600;
    background: var(--Background2);
}
table thead th:last-child::after {
    display: none;
}
table tr th,
table tr td {
    padding: 14px;
    border-right: 1px solid var(--Stroke);
    border-bottom: 1px solid var(--Stroke);
}
table tr th:last-child,
table tr td:last-child {
    border-right: 0;
}
table tbody tr {
    transition: all ease-in-out 0.1s;
}

table tbody tr td {
    padding: 12px;
    text-align: center;
    box-sizing: border-box;
}

table tbody tr:hover {
    background-color: var(--Background1);
}

table tbody tr td.link {
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

table thead tr th.num,
table tbody tr td.num,
table thead tr th.chk,
table tbody tr td.chk {
    width: 10px;
}

table thead tr th.name,
table tbody tr td.name,
table thead tr th.situation,
table tbody tr td.situation {
    width: 20px;
}

table thead tr th.date,
table tbody tr td.date,
table thead tr th.time,
table tbody tr td.time {
    width: 20px;
}

table thead tr th.tit,
table tbody tr td.tit {
    width: 100px;
}

table tbody tr td.tit,
table tbody tr td.tit a {
    width: 70%;
    max-width: 0;
    text-align: left;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.wrapTxt {
    white-space: wrap;
}

table thead tr th.etc,
table tbody tr td.etc {
    width: 33%;
}

table thead tr th.over,
table tbody tr td.over {
    width: calc(100% / 8);
}
table thead tr th,
table tbody tr td {
    flex-shrink: 0;
    white-space: normal;
    word-break: break-word;
}
table tbody td > a.btn-state {
    color: #6b7a99;
    border: 1px solid #6b7a99;
    padding: 8px 9px 7px 8px;
    font-size: 15px;
    border-radius: 6px;
    display: inline-block;
    font-weight: 500;
    cursor: inherit;
    background: #fff;
}
table tbody td > a.btn-state.fill {
    background: #6b7a99;
    color: #fff;
}
@media (max-width: 960px) {
    .tableBox {
        width: 100%;
        overflow: hidden;
    }

    .tableBox .tableWrap {
        overflow-x: auto;
    }

    .tableBox .tableWrap table.listBoard {
        width: 100%;
        min-width: 650px;
    }
    .tableBox .tableWrap::before {
        display: inline-block;
        margin-bottom: 10px;
        content: "모바일환경에서는 좌우로 스크롤하여 보실 수 있습니다.";
        font-weight: 500;
        color: var(--Error);
        font-size: 15px;
    }
}

@media (max-width: 640px) {
    table thead tr th,
    table tbody tr td {
        font-size: 14px;
    }
}
@media (max-width: 400px) {
    .tableBox .tableWrap::before {
        font-size: 14px;
    }
}

table.ellipsis td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 입력폼 스타일 */
input {
    width: 100%;
    background: #fff;
    box-sizing: border-box;
}
input[type="text"],
input[type="password"],
input[type="file"],
input[type="number"] {
    padding: 12px 14px;
    color: var(--Greyscale9);
    border: solid 1px var(--Stroke1);
}
input::placeholder {
    color: var(--Greyscale5);
}
input::placeholder {
    font-size: 16px;
    color: #71717a;
}
input.line {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--Greyscale6);
    border-radius: 0;
}
input:focus,
input:focus-visible {
    outline: 1px solid var(--Primary3);
}
input.line:focus,
input.line:focus-visible {
    border-bottom: 1px solid var(--Primary3);
    box-shadow: 0 1px 0 0 var(--Primary3);
    outline: none;
}
input.disabled {
    background: var(--Greyscale3);
}
.inputField {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 4px;
}
.inputField.error input {
    background-image: url(/assets/DOM_0000009/Icon/Basic_Icon/Input_warning.svg);
    background-repeat: no-repeat;
    background-position: 98% 50%;
    outline: 1px solid var(--Error);
}

.inputField.error input.line {
    border-bottom: 1px solid var(--Error);
    box-shadow: 0 1px 0 0 var(--Error);
    outline: none;
}

.inputField span.helperText {
    position: absolute;
    bottom: -18px;
    left: 16px;
    display: block;
    color: var(--Greyscale6);
    font-size: 11px;
}

.inputField.error span.helperText {
    color: var(--Error);
}
p.titTxt {
    color: var(--Greyscale6);
    font-size: 14px;
}

.inputField.movePlace {
    position: relative;
}

.inputField.movePlace > .labelPlace {
    position: absolute;
    top: 10px;
    left: 16px;
    transition: ease all 0.3s;
    pointer-events: none;
}

.inputField.movePlace > input:focus ~ .labelPlace,
.inputField.movePlace > input:not(:focus):valid ~ .labelPlace {
    top: -18px;
    bottom: 0;
    left: 0;
    color: var(--Primary);
    font-size: 14px;
}
@media (max-width: 640px) {
    .inputField {
        font-size: 14px;
    }
}
.passwordField.passwordField {
    position: relative;
}

.passwordField.passwordField input {
    padding: 10px 52px 10px 16px;
}

.passwordField.passwordField .pwView {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url(/assets/DOM_0000009/Icon/Basic_Icon/Input_eye_off.svg) no-repeat center
    100%;
    cursor: pointer;
}

.passwordField.passwordField .pwView_on {
    background: url(/assets/DOM_0000009/Icon/Basic_Icon/Input_eye_on.svg);
}

/* Number input */
.inputField.numberBox input[type="number"]::-webkit-outer-spin-button,
.inputField.numberBox input[type="number"]::-webkit-inner-spin-button {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.inputField.numberBox {
    position: relative;
}

.inputField.numberBox input[type="number"] {
    padding: 10px 96px 10px 16px;
}

.inputField.numberBox .updownBtn {
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 100%;
}

.inputField.numberBox .updownBtn button {
    flex-shrink: 0;
    height: 100%;
    border-left: 1px solid var(--Greyscale5);
    cursor: pointer;
}

.inputField.numberBox input.line ~ .updownBtn > button {
    border-left: 0;
}

input:disabled {
    background-color: var(--Greyscale1);
}

/* Check box */
.labelTxt {
    margin: 8px 0;
    color: var(--Greyscale6);
    font-size: 14px;
}
input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    position: relative;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 0.424px solid var(--Stroke1);
    border-radius: 2px;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: var(--Primary);
    border: 1px solid var(--Primary);
}

input[type="checkbox"]::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 15px;
    height: 15px;
    color: #fff;
    background: url(/assets/DOM_0000009/Icon/Basic_Icon/Check_Icon.svg) no-repeat center;
}

input[type="checkbox"].circle {
    border-radius: 50%;
}
.chkBox.rowBox {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
}

.chkBox.colBox {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 8px;
}

.chkBox.rowBox,
.chkBox.colBox {
    margin-top: 0;
}

/* Radio button */
.radio-box {
    display: flex;
    height: 100%;
    gap: 10px;
    flex-wrap: wrap;
}
input[type="radio"] {
    appearance: none;
    outline: 1px solid var(--Stroke1);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    background-color: #fff;
    box-sizing: border-box;
    cursor: pointer;
}
input[type="radio"]:checked {
    border: 4px solid #fff;
    background-color: var(--Primary);
}

input[type="radio"].square {
    border-radius: 4px;
}

fieldset {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}
fieldset label {
    font-size: 15px;
}

/* Textarea */

textarea {
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 100%;
    height: 200px;
    font-size: 16px;
    border: 1px solid var(--Stroke1);
    overflow-y: auto;
    box-sizing: border-box;
    padding: 12px 14px;
}
textarea::placeholder {
    color: #71717a;
    font-size: 16px;
}
textarea:focus,
textarea:focus-visible {
    outline: 1px solid var(--Primary);
}
textarea.line {
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--Greyscale6);
    border-radius: 0;
}

textarea.line:focus,
textarea.line:focus-visible {
    border-bottom: 1px solid var(--Primary);
    box-shadow: 0 1px 0 0 var(--Primary);
    outline: none;
}
@media (max-width: 640px) {
    input,
    textarea,
    fieldset label {
        font-size: 14px !important;
    }

    input::placeholder,
    textarea::placeholder {
        font-size: 14px !important;
        background-size: 22px;
    }

    fieldset input[type="radio"] {
        width: 16px;
        height: 16px;
    }
}

/* -------------------- Accordion -------------------- */

.accordion {
    border-bottom: 1px solid var(--Greyscale5);
}

.accordion.lineBox {
    padding: 8px 16px;
    background: #fff;
    border: 1px solid var(--Greyscale5);
}

.accordion .accordionItem {
    overflow: hidden;
}

.accordion .accordionItem .accordionHeader {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 12px 16px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid var(--Greyscale5);
    cursor: pointer;
    transition: 0.4s;
}

.accordion.lineBox .accordionItem:first-child .accordionHeader {
    border-top: none;
}

.accordion .accordionItem .accordionHeader .accordionIcon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    transition: all 0.3s;
}

.accordion .accordionItem .accordionHeader.show .accordionIcon {
    transform: rotate(180deg);
}

.accordion .accordionItem .accordionContent {
    display: none;
    padding: 12px 16px;
    /* max-height: 0; */
    background: #fff;
    overflow: hidden;
    transition: max-height ease-out 0.3s;
    word-break: keep-all;
    word-wrap: break-word;
}

.accordion .accordionItem .accordionHeader.show ~ .accordionContent {
    display: block;
}

/* Toggle/Switch */

.switchWrap input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 48px;
    height: 24px;
    background: var(--Greyscale5);
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

.switchWrap input[type="checkbox"]::before {
    position: absolute;
    content: "";
    top: 2px;
    left: 1px;
    width: 20px;
    height: 20px;
    background: #fff;
    border-radius: 50%;
    transition: left 0.2s linear;
    transform: scale(1);
}

.switchWrap input[type="checkbox"]:checked {
    background: var(--Primary);
}

.switchWrap input[type="checkbox"]:checked::before {
    left: 26px;
}

.switchWrap.lineTrack input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 48px;
    height: 14px;
    background: var(--Greyscale5);
    border-radius: 7px;
}

.switchWrap.lineTrack input[type="checkbox"]::before {
    position: absolute;
    content: "";
    top: -5px;
    left: -1px;
    width: 24px;
    height: 24px;
    background: var(--Greyscale3);
    border-radius: 50%;
    transition: left 0.2s linear;
}

.switchWrap.lineTrack input[type="checkbox"]:checked {
    background: var(--Primary-light);
}

.switchWrap.lineTrack input[type="checkbox"]:checked::before {
    left: calc(100% - 23px);
    background: var(--Primary);
}

.switchWrap.textTrack {
    display: flex;
    width: 66px;
    align-items: center;
}

.switchWrap.textTrack label {
    display: block;
    position: relative;
    width: 66px;
    height: 28px;
    background: var(--Primary-light);
    border-radius: 5px;
    transition: background 0.4s;
}

.switchWrap.textTrack label::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 33px;
    height: 28px;
    border-radius: 5px;
    background-color: var(--Primary);
    transition: all 0.4s;
}

.switchWrap.textTrack label::before {
    content: "Y";
    width: 33px;
    height: 28px;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    left: 0px;
    top: 0;
    transition: all 0.4s;
    color: #fff;
    text-align: center;
    z-index: 1;
}

.switchWrap.textTrack input[type="checkbox"]:checked + label {
    background: var(--Greyscale3);
}

.switchWrap.textTrack input[type="checkbox"]:checked + label::after {
    left: 33px;
    background-color: var(--Greyscale6);
}

.switchWrap.textTrack input[type="checkbox"]:checked + label::before {
    content: "N";
    color: #fff;
    left: 33px;
}

/* Date picker */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}
input[type="date"]::-moz-calendar-picker-indicator {
    display: none;
}
.date-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}
.DatePicker {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

.DatePicker > input.datePickerInput::placeholder {
    color: var(--Greyscale5);
    font-size: 16px;
}

.DatePicker button.inputButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.DatePicker > .inputButton {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/* Datepicker-flatpickr Custom */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
    content: none;
}

.flatpickr-calendar .flatpickr-months {
    padding-bottom: 15px;
}

.flatpickr-calendar .flatpickr-current-month {
    padding-top: 5px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: center;
    color: var(--Primary);
    font-size: 18px;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    top: 0;
    height: unset;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month {
    margin-left: 15px;
}

.flatpickr-calendar .flatpickr-months .flatpickr-next-month {
    margin-right: 15px;
}

.flatpickr-calendar .flatpickr-current-month > .numInputWrapper span.arrowUp,
.flatpickr-calendar .flatpickr-current-month > .numInputWrapper span.arrowDown {
    display: none;
}

.flatpickr-calendar .flatpickr-months .flatpickr-prev-month svg,
.flatpickr-calendar .flatpickr-months .flatpickr-next-month svg {
    width: 20px;
    height: 20px;
    fill: var(--Primary);
}

.flatpickr-calendar .flatpickr-day.today {
    border: 1px solid var(--Primary);
}

.flatpickr-calendar .flatpickr-day.today:hover,
.flatpickr-calendar .flatpickr-day.today:focus,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.endRange {
    background: var(--Primary);
    border: 1px solid var(--Primary);
}

.flatpickr-day.selected {
    background: var(--Primary);
    border-color: var(--Primary);
}

.flatpickr-day.selected:hover {
    background: var(--Primary);
    border-color: var(--Primary);
    opacity: 0.8;
}

.flatpickr-day.inRange {
    background: var(--Primary-light);
}

/* Time picker */

.timePicker {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    cursor: pointer;
}

.timePicker > input {
    padding: 14px 52px 13px 14px;
    width: 100%;
    background: #fff;
    border: 1px solid var(--Stroke1);
}

.timePicker button.inputButton {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
}

.timePicker > .inputButton {
    width: 24px;
    height: 24px;
    cursor: pointer;
}

/* Timepicker-flatpickr Custom */
.flatpickr-calendar.hasTime {
    width: auto;
}

.flatpickr-time {
    padding: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 15px;
    line-height: unset;
    max-height: unset;
    outline: 1px solid var(--Primary);
    border-radius: 4px;
}

.flatpickr-time .numInputWrapper input {
    padding: 8px 15px;
    border: none;
}

.flatpickr-time .numInputWrapper:hover,
.flatpickr-time input:hover,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time .flatpickr-am-pm:focus {
    background: none;
}

.flatpickr-time .numInputWrapper > span {
    padding: 0;
    border: none;
    opacity: 1;
}

.flatpickr-time .numInputWrapper > span:hover {
    background: none;
}

.flatpickr-time .numInputWrapper > span.arrowUp:after {
    top: 0;
    width: 16px;
    height: 16px;
    border: none;
    background-image: url(/assets/DOM_0000009/Icon/Basic_Icon/Timepicker_arrow_up.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.flatpickr-time .numInputWrapper > span.arrowDown:after {
    top: 0;
    width: 16px;
    height: 16px;
    border: none;
    background-image: url(/assets/DOM_0000009/Icon/Basic_Icon/Timepicker_arrow_down.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.flatpickr-time .flatpickr-am-pm {
    line-height: 40px;
}

.timePicker > input.flatpicker-input::placeholder {
    color: var(--Greyscale5);
    font-size: 16px;
}

/* Select */

.selectBox {
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.selectBox::-ms-expand {
    display: none;
}

/* Selectric Custom */
.selectric-wrapper {
    min-width: 250px;
}

.selectric {
    font-size: 16px;
    background: #fff;
    border: 1px solid var(--Greyscale6);
    border-radius: 4px;
}

.selectric .label {
    margin: 0;
    padding: 10px 35px 10px 16px;
    height: unset;
    font-size: 16px;
    line-height: unset;
}

.selectric-hover .selectric {
    border: 1px solid var(--Greyscale6);
}

.selectric-focus .selectric {
    border-radius: 4px;
    outline: 1px solid var(--Primary);
}

.selectric .button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    color: transparent;
    background-color: inherit;
    background-image: url(/assets/DOM_0000009/Icon/Basic_Icon/Select_arrow.svg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    transition: all 0.3s;
}

.selectric .button:after {
    border: transparent;
}

.selectric-hover .selectric .button {
    color: transparent;
}

.selectric-hover .selectric .button::after {
    border-top-color: inherit;
}

.selectric-focus .selectric .button,
.selectric-open .selertric .button,
.selectric-focus .selectric .button::after,
.selectric-open .selertric .button::after {
    transform: rotate(180deg);
}

.selectric-items {
    background: #fff;
    border: 1px solid var(--Greyscale6);
    border-radius: 4px;
}

.selectric-items li {
    padding: 8px 16px;
    font-size: 16px;
}

.selectric-items li:hover {
    background: var(--Primary-light);
}

.selectric-items li.highlighted {
    color: #fff;
    background: var(--Primary);
}

/* 모달 팝업 */
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}

.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
}

.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #5e6e8d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}

.no-touch .cd-nugget-info a:hover {
    opacity: 0.8;
}

.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}

.cd-nugget-info span svg {
    display: block;
}

.cd-nugget-info .cd-nugget-info-arrow {
    fill: #5e6e8d;
}

.cdPopup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(32 39 36 / 60%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cdPopup.isVisible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 999;
}

.cdPopupContainer {
    position: relative;
    max-width: 90%;
    min-width: 500px;
    background: #fff;
    text-align: center;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
    overflow: hidden;
    max-height: 90%;
    display: flex;
    flex-direction: column;
}

.cdPopupContainer .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}

.cdPopupContainer .cdPopupBody {
    padding: 22px;
    max-height: 700px;
    overflow-y: auto;
}

.cdPopupContainer .cdPopupBody b.mainTxt {
    display: block;
    color: #222;
    font-size: 19px;
    padding: 5px 0;
}
.cdPopupContainer .cdPopupBody b.mainTxt.txt {
    padding: 40px 0;
    font-weight: 500;
}
.cdPopupContainer .cdPopupBody p.subTxt {
    padding-top: 2px;
    display: block;
    color: #222;
    font-size: 16px;
}

.cdPopupContainer .cdPopupBody p.subTxt > span {
    color: #ef5151;
    font-weight: 500;
}

.cdPopupContainer .cdPopupBody p.date {
    padding-top: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 3px;
    color: #9e9e9e;
    font-size: 14px;
}

.cdPopupContainer .cdPopupBody .conBox {
    margin-top: 10px;
}

.cdPopupContainer .cdButtons li {
    float: left;
    width: 50%;
    list-style: none;
}
.cdPopupContainer .cdPopupClose {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 30px;
    height: 30px;
}

.cdPopupContainer .cdPopupClose::before,
.cdPopupContainer .cdPopupClose::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 14px;
    height: 3px;
    background-color: var(--Greyscale6);
}

.cdPopupContainer .cdPopupClose::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 8px;
}

.cdPopupContainer .cdPopupClose::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}

.isVisible .cdPopupContainer {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.cdPopup.md-help .cdPopupContainer {
    min-width: inherit;
    max-width: 1000px;
    width: auto;
    max-height: 80%;
    overflow-y: auto;
}
.cdPopup.md-help .cdPopupContainer .cdPopupBody {
    padding: 30px;
    box-sizing: border-box;
}
.cdPopup.md-help .cdPopupContainer .cdPopupBody h6 {
    font-size: 20px;
    margin-bottom: 11px;
}
.cdPopup.md-help .cdPopupContainer .cdPopupBody .help-cont .img-box {
    display: block;
    margin: 10px auto;
    overflow-x: auto;
    padding-bottom: 14px;
}
@media (max-width: 1200px) {
    .cdPopup.md-help .cdPopupContainer {
        max-width: 90%;
    }
}
@media (max-width: 640px) {
    .cdPopupContainer {
        min-width: 80%;
        max-width: 80%;
    }
    .cdPopupContainer .cdPopupBody b {
        font-size: 16px;
    }

    .cdPopupContainer .cdPopupBody p {
        font-size: 14px;
    }
}
@media (max-width: 400px) {
    .cdPopupContainer .cdPopupBody {
        padding: 10px;
        padding-top: 20px;
    }
}
/* 상세화면 */
.dtlTbl p.tit {
    padding: 16px;
    color: var(--Greyscale8);
    font-size: 18px;
    font-weight: 700;
    border-top: 2px solid #6b7a99;
    border-bottom: 1px solid var(--Greyscale5);
}

.dtlTbl .infoItem ul {
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    border-bottom: 1px solid var(--Stroke);
}

.dtlTbl .infoItem ul li {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.dtlTbl .infoItem > ul > li::after {
    display: block;
    padding: 0 10px;
    content: "ㅣ";
    color: var(--Greyscale4);
    font-size: 16px;
}

.dtlTbl .infoItem > ul > li:last-child::after {
    content: "";
}

.dtlTbl .infoItem ul li b {
    color: #222;
    font-weight: 700;
}

.dtlTbl .infoItem ul li b > span {
    padding-left: 10px;
    color: #71717a;
    font-weight: 400;
}

.dtlTbl .tblConBox {
    min-height: 200px;
    padding: 16px;
    border-bottom: 1px solid var(--Stroke);
}

.dtlTbl .tblConBox .imgItem {
    margin: 10px 0;
    width: 100%;
    height: auto;
}

.dtlTbl .tblConBox .imgItem video {
    width: 100%;
}

.dtlTbl .tblConBox .imgItem img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dtlTbl .tblConBox .txtItem p {
    color: var(--Greyscale9);
    font-size: 16px;
    word-break: break-all;
    word-wrap: break-word;
}

.fileDownBox {
    padding: 16px;
    display: flex;
    flex-direction: row;
    align-items: start;
    gap: 16px;
    background: #fafafa;
    border-bottom: 1px solid var(--Stroke);
}

.fileDownBox p.tit {
    padding: 6px 0;
    color: #222;
    font-size: 16px;
    font-weight: 700;
}

.fileDownBox .conDown {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.fileDownBox .conDown .conDownItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.fileDownBox .conDown .conDownItem > p {
    color: var(--Greyscale8);
    font-size: 16px;
    font-weight: 400;
}

.fileDownBox .conDown .conDownItem > a.btn {
    padding: 5px 12px;
    cursor: pointer;
    width: fit-content;
}

.prvCon,
.nxtCon {
    padding: 20px 16px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 60px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid var(--Stroke);
}

.prvCon:hover,
.nxtCon:hover {
    background: var(--Greyscale0);
}

.prvCon .leftItem,
.nxtCon .leftItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    color: var(--Greyscale9);
    font-size: 16px;
    font-weight: 700;
}

.prvCon .rightItem,
.nxtCon .rightItem {
    flex-grow: 1;
    color: var(--Greyscale9);
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 640px) {
    .dtlTbl p.tit {
        font-size: 16px;
    }

    .dtlTbl .infoItem ul {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .dtlTbl .infoItem ul li {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .dtlTbl .infoItem ul li:last-child {
        margin-bottom: 0;
    }

    .dtlTbl .infoItem ul li::after {
        content: none;
    }

    .dtlTbl .tblConBox .txtItem p {
        font-size: 14px;
    }

    .fileDownBox {
        flex-direction: column;
        gap: 8px;
    }

    .fileDownBox .conDown .conDownItem > p,
    .fileDownBox p.tit {
        font-size: 14px;
    }

    .fileDownBox .conDown .conDownItem > a.btn {
        padding: 5px 8px;
        font-size: 14px;
    }

    .prvCon,
    .nxtCon {
        gap: 8px;
    }

    .prvCon .leftItem > span,
    .nxtCon .leftItem > span {
        display: none;
    }

    .prvCon p.rightItem > img,
    .nxtCon p.rightItem > img {
        width: 16px;
        height: 16px;
    }

    .prvCon p.rightItem,
    .nxtCon p.rightItem {
        font-size: 14px;
    }
}

/* 말줄임 */
.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* 파일첨부 */
.fileBox {
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.fileBox:first-child {
    margin-top: 0;
}

.fileBox > label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
    width: 100%;
    font-size: 0;
    cursor: pointer;
}
input[type="file"] {
    position: absolute;
    margin: -1px;
    width: 1px;
    height: 1px;
    font-size: initial;
    overflow: hidden;
    clip: rect(0 0 0 0);
}
.fileName {
    flex-grow: 1;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background: #fff;
    border: 1px solid var(--Stroke);
    box-sizing: border-box;
    padding: 12px 14px;
    min-width: 300px;
}

.fileBtn {
    flex-shrink: 0;
    padding: 12px 14px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    text-align: center;
    background: var(--Primary2);
    border: 1px solid var(--Primary2);
    box-sizing: border-box;
    font-weight: 600;
}
.fileBtn:hover {
    background-color: #6b7a99e0;
    border: 1px solid #6b7a99e0;
}
.fileBox.inLine > label {
    gap: 0;
    border: 1px solid var(--Greyscale6);
    border-radius: 4px;
}
.fileBox.inLine .fileName {
    border: none;
}

.fileBox.inLine .fileBtn {
    border-radius: 0 4px 4px 0;
}

.orBtnBox {
    flex-shrink: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
}

.orBtnBox button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 47px;
    height: 47px;
    background-color: #fff;
    border: 1px solid var(--Primary2);
    cursor: pointer;
}

@media (max-width: 640px) {
    .fileName {
        font-size: 14px;
    }

    .fileBtn {
        font-size: 14px;
    }
}

/* 스크롤바 */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb {
    background-color: #e3e3e3;
    border-radius: 25px;
    border: 0px solid transparent;
    background-clip: padding-box;
}
::-webkit-scrollbar-thumb:hover {
    background-color: #999999;
}
::-webkit-scrollbar-track {
    background-color: #eaedef;
    border-radius: 0px;
}

/* 탭 스타일1 */
.tab_container {
    position: relative;
    margin: auto;
    width: 100%;
}
.tab_container .tab_content {
    width: 100%;
    padding: 15px 0 0;
}

.b-tabs ul {
    width: 100%;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.b-tabs ul:after {
    content: "";
    display: inline-block;
    background: var(--Primary2);
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0px;
    left: 0;
}
.b-tabs li {
    flex: 1;
}
.b-tabs li.active a {
    background-color: #fff;
    border: 1px solid var(--Primary2);
    border-bottom: 1px solid #fff;
}
.b-tabs li a {
    vertical-align: middle;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    font-size: 16px;
    font-weight: 500;
    background: var(--Background);
    z-index: 1;
    position: relative;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

@media (max-width: 400px) {
    .b-tabs li a {
        font-size: 14px;
    }
}

/* 탭 스타일2 */
.cont-tab ul li a {
    border-radius: 0px;
    border: 1px solid var(--Stroke);
    border-right: 0;
    padding: 13px 0;
    color: var(--Greyscale7);
    background: var(--Greyscale2);
}
.cont-tab ul li.active a {
    border: 1px solid var(--Stroke);
    border-right: 0;
    color: var(--Greyscale9);
    border-bottom: 1px solid #fff;
}
.cont-tab ul li:last-child a {
    border-right: 1px solid var(--Stroke);
}

/* 아코디언-라디오버튼 */
.accordion-radio {
    margin-top: 5px;
    display: none;
    padding: 10px 0;
}
.accordion-radio.active {
    display: block;
}
.accordion-radio {
    display: none;
}

/* Dropdown */
.dropdown {
    position: relative;
    font-size: 16px;
    font-weight: 400;
}

.dropdown .dropdownBtn {
    display: flex;
    flex-direction: row;
    align-items: center;
    color: #000;
    background: #fff;
    border: 1px solid var(--Greyscale4);
    border-radius: 8px;
    box-sizing: border-box;
}

.dropdown .dropdownBtn span {
    padding: 12px 0 12px 16px;
    flex-grow: 1;
    display: block;
    height: 100%;
    font-size: 16px;
    border-right: 1px solid var(--Greyscale4);
}

.dropdown .dropdownBtn > img {
    transition: all 0.2s;
}

.dropdown .dropdownCon {
    display: none;
    position: absolute;
    margin-top: -1px;
    width: 100%;
    background: #fff;
    border: 1px solid var(--Greyscale4);

    box-sizing: border-box;
    z-index: 1;
}

.dropdown .dropdownCon a {
    display: block;
    padding: 12px 14px;
    color: #000;
}

.dropdown.show .dropdownCon {
    display: block;
}

.dropdown.show .dropdownBtn > img {
    transform: rotate(180deg);
}

/* Modal Alert */
.img-replace {
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
}
.cd-nugget-info {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
}
.cd-nugget-info a {
    position: relative;
    font-size: 14px;
    color: #5e6e8d;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s;
}
.no-touch .cd-nugget-info a:hover {
    opacity: 0.8;
}
.cd-nugget-info span {
    vertical-align: middle;
    display: inline-block;
}
.cd-nugget-info span svg {
    display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
    fill: #5e6e8d;
}
.cd-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(32 39 36 / 60%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cd-popup.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
    z-index: 100;
}

.cd-popup-container {
    position: relative;
    width: 90%;
    max-width: 400px;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.cd-popup-container p {
    padding: 3em 1em;
}
.cd-popup-container .cd-buttons:after {
    content: "";
    display: table;
    clear: both;
}
.cd-popup-container .cd-buttons li {
    float: left;
    width: 50%;
    list-style: none;
}
.cd-popup-container .cd-buttons a {
    display: block;
    height: 60px;
    line-height: 60px;
    text-transform: uppercase;
    color: #fff;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.cd-popup-container .cd-buttons li:first-child a {
    background: var(--Default);
}
.no-touch .cd-popup-container .cd-buttons li:first-child a:hover {
    background-color: #fc8982;
}
.cd-popup-container .cd-buttons li:last-child a {
    background: var(--Greyscale6);
}
.no-touch .cd-popup-container .cd-buttons li:last-child a:hover {
    background-color: #c5ccd8;
}
.cd-popup-container .cd-popup-close {
    position: absolute;
    top: 15px;
    right: 16px;
    width: 30px;
    height: 30px;
}
.cd-popup-container .cd-popup-close::before,
.cd-popup-container .cd-popup-close::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 18px;
    height: 3px;
    background-color: var(--Greyscale6);
}
.cd-popup-container .cd-popup-close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 4px;
}
.cd-popup-container .cd-popup-close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    right: 8px;
}
.is-visible .cd-popup-container {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
