
@font-face {
    font-family: 'SUIT-Regular';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'GmarketSansMedium';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/* @font-face {
    font-family: 'Noto Sans KR';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/GmarketSansMedium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */

* {
    box-sizing: border-box;
}
body {
    overflow-y: scroll;
    -ms-overflow-style: none;
    margin: 0;
    height: 100%;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
    -webkit-text-size-adjust: none;

    letter-spacing: .5px;


    /* font-family: 'SUIT-Regular'; */
    font-weight: 400;


    
    font-family: "Noto Sans KR", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
html .dark_mode {
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
}
body.dark_mode * {
    color: var(--color-white) !important;
    background-color: var(--color-black) !important;
}

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

ol, ul, menu {
    list-style: none;
}
ul, ol {
    list-style: none;
    padding-left: 0px;
    margin: 0;
    padding: 0;
}
button, a {
    color: inherit;
    text-decoration: none;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    letter-spacing: 1px;
    margin: 0;
    padding: 0;

    display: block;
}
button.button:hover, a.a:hover {
    /* outline: 1px solid var(--color-main); */
    outline: 0;
    /* border-radius: 1px; */
    box-shadow: 0 0 0 2px var(--color-white), 0 0 0 3px var(--color-main);
}
button.-line:hover, a.-line:hover {
    text-decoration: underline;
}

p, h1, h2, h3 {
    padding: 0;
    margin: 0;
}
._hidden {
    overflow: hidden;
    white-space: nowrap;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    position: absolute;
    width: 1px;
    height: 1px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}
/* 스크롤바의 폭 너비 */
::-webkit-scrollbar {
    width: 5px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    background: var(--color-main); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

::-webkit-scrollbar-track {
    background: var(--color-main)2b;  /*스크롤바 뒷 배경 색상*/
}

:root {
    /* color */
    /* --color-main: #12641c; */
    --color-main: #002c57;
    --color-mainsub: #f68d2e;
    --color-sub: #d6ecfa;
    --color-subsub: #395fb8;
    --color-subback: #57bbeb;
    --color-back: #f6f8fb;
    --color-back1: #eeeeee;
    --color-white: #ffffff;
    --color-black: #1f1f1f;
}
/* #F0E68C: 밝은 노란색으로, var(--color-main)와의 대비가 뛰어나
#A3C1AD: 부드러운 연두색으로, var(--color-main)와 잘 어울려려
#D9B48C: 따뜻한 베이지색으로, 자연적인 조화
#FFFFFF: 순백색으로, var(--color-main)의 어두운 색을 밝게
#C0D6E4: 연한 파란색으로, 상쾌한 느낌 */
/* 607D8B */







@keyframes search_list_none {
    0%, 100% {
        /* transform: scale(1); */
        background: #eeeeee;
    }
    50% {
        /* transform: scale(.96); */
        background: #eeeeee99;
    }
}

@media (min-width:1060px) {
    [class]._pc-hidden {
        display: none !important;
    }
}
@media (max-width:1060px) {
    [class]._mo-hidden {
        display: none !important;
    }
}
/* 특정 하이라이트 */
.search__word {
    font-weight: 700;
    /* color: #0064de; */
    color: var(--color-main);
}
/* // 특정 하이라이트 */


[class]._right {
    text-align: right !important;
}

/* // 스크롤막기 */
.scrollLock { overflow: hidden; }

section.section_ {
    margin-top: 50px;
}
.section_ {
    margin-top: 50px;
    padding-bottom: 50px
}
section.section_.-first {
    margin-top: 100px;
}

section.section_.-none {
    margin-top: 0;
}
@media (max-width:1060px) {
    section.section_.-search {
        margin-top: 30px;
    }  
}
/* .section_ {
    margin-top: 50px;
} */

.p {
    display: block;
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.58;
}
/* 메뉴바 */
.ux-menu-bar {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
@media (min-width: 1060px) {
    .ux-menu-bar {
        margin-bottom: 40px;
    }
}
.ux-menu-bar__list {
    display: flex;
    gap: 8px 0px;
    flex-wrap: nowrap;
    margin: 0px 0px 40px;
    overflow: auto hidden;
    scroll-behavior: smooth;
}
.ux-menu-bar__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 25px;
    background-color: rgb(217, 217, 217);
    text-decoration: none;
    border-radius: 30px;
    font-size: 13px;
    line-height: 1.5;
    color: rgb(94, 94, 94);
    white-space: nowrap;
}
@media (min-width: 1060px) {
    .ux-menu-bar__link {
        min-width: 124px;
        min-height: 43px;
        padding: 0px 30px;
        font-size: 15px;
    }
}
.ux-menu-bar__item.-active .ux-menu-bar__link {
    background-color: var(--color-main);
    color: var(--color-white);
    font-weight: 700;
}
.ux-menu-bar__item:hover .ux-menu-bar__link {
    text-decoration: underline;
}
.ux-menu-bar__link .list_cnt {
    font-size: 11px;
    font-weight: 400;
    margin-left: 3px;
}
/* 메뉴바 */

.hydrated {
    display: block;
}

.page-box {
    display: block;
    margin-top: 50px;
    padding-bottom: 50px;
}
/* h */
.ux-h1, .ux-h2, .ux-h3, .ux-h4, .ux-h5, .ux-h6, .ux-h1-modals, .ux-h2-modals, .ux-h3-modals, .ux-h4-modals, .ux-h5-modals, .ux-h6-modals, .ux-subtitle1, .ux-subtitle2 {
    margin: 0px;
    color: var(--color-main);
    line-height: 1.5;
    font-weight: 500;
}
.ux-h1 {
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}
@media (min-width:1060px) {
    .ux-h1 {
        font-size: 25px;
    }
}
.ux-h1.-description {
    margin-bottom: 8px;
}
@media (min-width: 1060px) {
    .ux-h1.-description {
        margin-bottom: 15px;
    }
}
/* // h */
/* p */
.ux-p {
    display: block;
    margin: 0px;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.5;
    color: var(--color-main);
}
.ux-p.-description {
    margin-bottom: 8px;
}
@media (min-width: 1060px) {
    .ux-p.-description {
        margin-bottom: 15px;
    }
}
.ux-p.-disclaimer {
    position: relative;
    padding-left: 15px;
    color: rgb(94, 94, 94);
}
.ux-p.-disclaimer.-small::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 0px;
    width: 10px;
    height: 10px;
    background: url(/pages/header/images/bullet--disclaimer.svg) center center no-repeat;
}
/* // p */



.ux-grid.-flex {
    display: flex;
}
.ux-grid.-left {
    justify-content: flex-start;
}
.ux-grid.-wrap {
    flex-wrap: wrap;
}

/* table */
.ux-table-wrapper {
    position: relative;
}
table {
    width: 100%;
}
.ux-table {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid var(--color-main);
    overflow-x: scroll;
}
.ux-table .ux-tbody  {
    cursor: pointer;
}
.-hover.ux-table .ux-tbody:hover .ux-tbody__td {
    background-color: #f7f7f7;
}
.-hover.ux-table .ux-tbody:hover .ux-tbody__td.-line {
    text-decoration: underline;
}


/* 스크롤안내 */
.ux-table .scroll-hint {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
}
.ux-table .scroll-hint.-active {
    z-index: -1;
    opacity: 1;
    background: rgba(0, 0, 0, .3);
}
.ux-table .scroll-hint span {
    width: 40px;
    height: 40px;
    background: var(--color-sub);
    border-radius: 50px;
    box-shadow: 0 0 5px #0000001a;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ux-table .scroll-hint svg, .ux-table .scroll-hint img {
    width: 100%;
    height: 100%;
}
/* // 스크롤안내 */


.ux-table table {
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
}
.ux-table caption {
    overflow: hidden;
    white-space: nowrap;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: 0 0 -1px;
    padding: 0;
    border: 0;
}
.ux-table .ux-thead__th {
    padding: 15px 10px;
    background-color: var(--color-back);
    border-bottom: 1px solid #d9d9d9;
    color: var(--color-main);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    text-align: left;
}
.ux-table .ux-thead__th.-center {
    text-align: center;
}
.ux-table .ux-thead__th.-bold {
    font-weight: 700;
}
.ux-table .ux-tbody__td {
    padding: 15px 10px;
    border-bottom: 1px solid #d9d9d9;
    color: var(--color-main);
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    word-wrap: break-word;
}
.ux-table .-disabled .ux-tbody__td {
    background: #fff;
    color: #5e5e5e;
}


/* table-forms */
form .ux-table .ux-tbody__td {
    padding: 0;
    background-color: var(--color-sub);
}
form .ux-table .ux-tbody__td input, form .ux-table .ux-tbody__td textarea, form .ux-table .ux-tbody__td select {
    width: 100%;
    height: 50px;
    outline: 0;
    border: 0;
    resize: none;
    background-color: transparent;
}
form input::placeholder, form textarea::placeholder, form select:disabled, form select option[disabled]  {
    color: #515151 !important;
}
/* -error */
form .ux-table .ux-tbody__td input.-error, form .ux-table .ux-tbody__td textarea.-error, form .ux-table .ux-tbody__td select.-error {
    border: 2px solid #ff0000;
}
form .ux-table .selection {
    position: relative;
    width: 100%;
    min-height: 50px;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 5px;
}
form .ux-table .selection .chkBox {
    position: relative;
}
@media (max-width:1060px) {
    form .ux-table .selection .chkBox {
        width: 100%;
    }
}
form .ux-table input[type=checkbox], input[type=radio] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 0;
    margin: 0;
}
form .ux-table .selection .label {
    display: inline-block;
    position: relative;
    padding-left: 20px;
    color: #555;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.58;
    text-indent: 0;
    word-break: break-word;
}
form .ux-table .selection [type=checkbox]:checked~label {
    color: var(--color-main);
}
form .ux-table .selection [type=checkbox]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #555;
    border-radius: 3px;
    background-size: 11px 9px;
}
form .ux-table .selection [type=checkbox]:checked~label:before {
    border: 1px solid var(--color-main);
    background: var(--color-main) url(/pages/header/images/ico-checkbox.svg) no-repeat 50% 50%;
}
/* // table-forms */

/* forms-images */
.field .field-imgbox {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 20px;
}
@media (min-width:1060px) {
    .field .field-imgbox {
        flex-direction: row;
    }
}
.field .field-imgbox .field-imgitme {
    width: 100%;
    max-width: 200px;
    height: 180px;
    background-color: var(--color-back);
    border-radius: 10px;
    /* overflow: hidden; */
    position: relative;
}
@media (min-width:1060px) {
    .field .field-imgbox .field-imgitme {
        width: 33%;
    }
}
.field .field-imgbox .field-imgitme input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
}
.field .field-imgbox .field-imgitme img {
    width: 100%;
    height: 100%;
    vertical-align: top;
    transition: all .4s;
    object-fit: cover;
    border-radius: 10px;
}
.field .field-imgbox .field-imgitme label {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: relative;
    z-index: 1;
    border-radius: 10px;
}
.field .field-imgbox .field-imgitme label:hover {
    box-shadow: 0 0 10px #0000001a;
}
/* // forms-images */



.ux-table .ux-tbody__td.-head {
    padding: 15px 10px;
    background-color: var(--color-back);
    border-bottom: 1px solid #d9d9d9;
    color: var(--color-main);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    text-align: left;
}
.ux-table .ux-tbody__td.-center {
    text-align: center;
}
.ux-table .ux-tbody__td.-bold {
    font-weight: 700;
}
.ux-table .ux-tbody__td span.-innertxt {
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
}
@media (min-width:1060px) {
    .ux-table .ux-tbody__td span.-innertxt {
        -webkit-line-clamp: 1;
    }
}
@media (min-width:1060px) {
    .ux-table .ux-tbody__td span br {
        display: none;
    }
}
/* // table */














/* admin-table */
.ad-table {
    position: relative;
    display: block;
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    border-top: 1px solid #DDDDDD;
    border-left: 1px solid #DDDDDD;

    
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid #DDDDDD;
    overflow-x: scroll;
}
.ad-table caption {
    overflow: hidden;
    white-space: nowrap;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    width: 1px;
    height: 1px;
    margin: 0 0 -1px;
    padding: 0;
    border: 0;
}
.ad-table .ad-tbody  {
    cursor: pointer;
}
.ad-table .list_tabel {
    /* font-weight: 400;
    font-size: 14px;
    color: #111111;
    line-height: 21px;
    border-spacing: 0; */

    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    empty-cells: show;
}
.ad-table .table__thead {
    background: #F8F8F8;
}
.ad-table .table__row {
    background-color: var(--color-back);
    border-bottom: 1px solid #d9d9d9;
    border-right: 1px solid #d9d9d9;
    color: var(--color-main);
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    text-align: left;
    height: 50px;
    font-weight: 400;
    /* cursor: pointer; */
}
.ad-table .tabel_thead_cell {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 8px;
    user-select: none;
    background-color: var(--color-sub);
    font-size: 13px;
    cursor: pointer;
    text-align: center;
}
.ad-table .tabel_thead_cell.-left {
    text-align: left;
}
@media (min-width: 1060px) {
    .ad-table .table__head-number {
        width: 40px;
        position: -webkit-sticky;
        position: sticky;
        left: 0;
        z-index: 3;
    }
    .ad-table .table__head-selection {
        width: 80px;
        position: -webkit-sticky;
        position: sticky;
        left: 40px;
        z-index: 3;
    }
}
.ad-table .table__body-cell {
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px solid #DDDDDD;
    padding: 8px;
    background-color: #FFFFFF;
    height: inherit;
    text-align: center;
}
.ad-table .table__body-cell a {
    color: inherit;
    display: inline-block;
    border: 0;
    background: none transparent;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-indent: 0;
}
.ad-table .table__body-cell.-left {
    text-align: left;
}
.ad-table .table__row:hover .table__body-cell {
    background-color: #f7f7f7;
    background-color: var(--color-back)
}
.ad-table .table__row:hover .table__body-cell.-line {
    text-decoration: underline;
}
.ad-table .active_toogle {
    margin: 0;
    padding: 0;
    color: #4d4d4d;
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5;
    list-style: none;
    font-feature-settings: 'tnum';
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    min-width: 44px;
    height: 22px;
    line-height: 20px;
    vertical-align: middle;
    background-color: rgba(0, 0, 0, .25);
    border: 1px solid transparent;
    border-radius: 100px;
    cursor: pointer;
    transition: all .36s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.ad-table .active_toogle.-active {
    background-color: var(--color-subback);
}
.ad-table .active_toogle_inner {
    display: block;
    margin-right: 24px;
    margin-left: 6px;
    color: #fff;
    font-size: 12px;
}
.ad-table .active_toogle.-active .active_toogle_inner:after {
    position: absolute;
    top: 1px;
    left: auto;
    right: 2px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    transition: all .36s cubic-bezier(.78,.14,.15,.86);
    content: ' ';
}
.active_toogle .active_toogle_inner:after {
    position: absolute;
    top: 1px;
    left: 2px;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-radius: 18px;
    cursor: pointer;
    transition: all .36s cubic-bezier(.78,.14,.15,.86);
    content: '';
}
.ad-table .table__body-cell .edit_btn {
    display: flex;
    padding: 3px 15px;
    border-radius: 5px;
    color: var(--color-main);
    border: 1px solid var(--color-main);
    font-size: 12px;
    width: fit-content;
    margin: 0 auto;
}







/* // admin-table */























/* button-group */
#ke-button-group .confirms {
    margin: 40px 0;
}
#ke-button-group .confirms.-half {
    display: flex;
    justify-items: flex-start;
    justify-content: center;
    gap: 10px;
    margin: 40px 0;
}
#ke-button-group .confirm {
    display: inline-block;
    margin: 0;
    padding: 10px 40px;
    width: auto;
    min-height: 30px;
    border: 1px solid var(--color-main);
    border-radius: 10px;
    background-color: var(--color-main);
    color: #fff;
    font-weight: 700;
    font-size: 13px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
#ke-button-group .confirm.-ghost {
    background-color: #ffffff;
    color: var(--color-main);
}
/* // button-group */





/* new_min_title */
#ke-min-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    background: #ffffff;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    position: relative;

    max-width: 1340px;
    margin: 0 auto;
    padding: 20px 40px;
}
@media (max-width:1060px) {
    #ke-min-head {
        padding: 20px 20px;
        flex-direction: column;
        gap: 10px;
    }
    #ke-min-head .ke-min-head-group {
        width: 100%;
        text-align: left;
    }
}
#ke-min-head .hig {
    color: var(--color-main);
}
#ke-min-head .ke-min-head-group {
    flex: 1;
}
#ke-min-head .ux-h1 {
    /* margin-bottom: 10px; */
    font-size: 20px;
}
#ke-min-head .p {
    display: block;
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.58;
}

#ke-min-head.-my_profile:after {
    content: "";
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    top: 0;
    width: 180px;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center right 40px;
    background-size: 48px;
    background-image: url(/pages/header/images/icon--my-profile.svg);
    background-size: 54px !important;
}

#ke-min-head #min_head_search {
    flex: .6;
}
@media (max-width:1060px) {
    #ke-min-head #min_head_search {
        flex: 1;
        margin-left: auto;
        margin-top: 10px;
        width: 100%;
    } 
}
#ke-min-head #min_head_search .search_bar {
    margin: 0 auto;
    position: relative;
    text-align: left;
    display: flex;
    align-items: flex-end;
    width: 100%;
}
#ke-min-head #min_head_search .forms {
    position: relative;
    flex: 1;
}
#ke-min-head #min_head_search .auto_complete__search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
#ke-min-head #min_head_search .forms input {
    height: 50px;
    width: 100%;
    padding-right: 40px;
    padding-left: 15px;

    background-color: #fff;
    box-shadow: 0 0 0 2px transparent;
    border-radius: 20px;
    border: 1px solid var(--color-main);
    font-size: 13px;
    font-weight: 400;
}
#ke-min-head #min_head_search .forms_search_button {
    white-space: nowrap;
    position: absolute;
    top: 0;
    right: 0;
    border: 0;
    width: 50px;
    height: 50px;
    margin-top: 0;
    min-width: auto;
    background: transparent url(/pages/header/images/search__button.svg) no-repeat center center;
    background-size: 24px 24px;
    transition: right .2s;
}
@media (max-width:1060px) {
    #ke-min-head #min_head_search .forms input {
        height: 40px;
    }
    #ke-min-head #min_head_search .forms_search_button {
        width: 40px;
        height: 40px;
    }
}
/* // new_min_title */



/* 목록으로 */
.list_back {
    margin-top: 30px;
    text-align: right;
}
.button_list__ {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.8rem;
    border-color: #555;
    border: 1px solid var(--color-main);
    color: var(--color-main);
    font-weight: 700;
    background-color: transparent;
    min-width: 100px;
    padding: 10px 20px;
    font-size: 13px;
    border-radius: 50px;
}


/* 링크 */
.link {
    display: inline-block;
    border: 0;
    background: none transparent;
    color: #767676;
    text-decoration: underline;
    -webkit-text-decoration-skip: ink;
    text-decoration-skip-ink: auto;
    text-indent: 0;
}
.link.-inner:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 0;
    background: url(/pages/header/images/ico-link-inner.svg) no-repeat center center;
    background-size: 16px 16px;
    vertical-align: -5px;
}
/* // 링크 */




/* 검색없음 */
#search_error {
    width: 100%;
}
#search_error .search__error {
    padding: 50px 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#search_error .search__error .search__message {
    font-size: 13px;
    color: #555;
    text-align: center;
}
#search_error .search__error .error_icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: url(/pages/header/images/search__message.svg) no-repeat center center;
    background-size: 40px;
    vertical-align: top;
    margin-bottom: 10px;
}






/* 입력폼 */
.requires {
    margin: 5px 0;
    color: #555;
    font-weight: 400;
    font-size: 13px;
    line-height: 1.58;
    display: flex;
    flex-direction: row;
}
.requires:before {
    content: "[";
    display: inline-block;
    width: 10px;
    height: 2.2rem;
    vertical-align: top;
    margin: 0;
}
.requires:after {
    content: "]";
    display: inline-block;
    width: 10px;
    height: 2.2rem;
    vertical-align: top;
    margin: 0;
}
.required {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 100%;
    position: relative;
    width: 5px;
    font-size: inherit;
    vertical-align: bottom;
}
.required:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 0;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #de001b;
}
.bundle.-bordered {
    border: 1px solid #d9dbe1;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 10px #0003;
}
.bundle.-bordered {
    background-color: #fff;
}
.bundle {
    position: relative;
    width: 100%;
    margin: 20px 0;
}
@media (min-width:1060px) {
    .fieldset {
        display: flex;
        flex-wrap: wrap;
    }
}
.fieldset+.fieldset {
    margin-top: 50px;
}
.fieldset__key {
    flex: 4;
    margin-bottom: 0;
    padding-right: 20px;
}
@media (max-width:1060px) {
    .fieldset__key {
        margin-bottom: 20px;
        padding-right: 20px;
    }
}
.fieldset__heading {
    font-size: 15px;
    line-height: 1.56;
    color: var(--color-main);
}
.fieldset__value {
    display: flex;
    flex-wrap: wrap;
    flex: 8;
}
.field {
    width: 100%;
}
.field+.field {
    margin-top: 40px;
}
.label {
    display: block;
    margin-bottom: .2rem;
    color: #767676;
    font-size: 13px;
    line-height: 1.58;
}
.forms-option {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px;
}
.option.-ghost {
    border-color: #767676;
    color: #555;
}
.option {
    display: inline-block;
    min-width: 80px;
    /* min-height: 40px; */
    height: 35px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid #0064de;
    border-radius: 10px;
    background-color: #fff;
    color: #0064de;
    font-size: 13px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;

    display: flex;
    align-items: center;
    justify-content: center;
}
.forms {
    position: relative;
    flex: 1;
}
.forms [type=text], .forms [type=search], .forms [type=password], .forms [type=email], .forms [type=tel], .forms [type=number], .forms select, .forms textarea {
    -webkit-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: block;
    opacity: 1;
    width: 100%;
    height: 40px;
    margin: 0;
    padding: 0;
    border: 0;
    border-bottom: 1px solid var(--color-main);
    background-color: transparent;
    border-radius: 0;
    color: #000;
    font-size: 13px;
    line-height: 1.5;
    transition: border .2s .3s, color .2s .3s, box-shadow .2s .3s;
    /* outline: none; */
    padding: 0 10px ;
}
.forms select {
    padding-right: 30px;
    background: url(/pages/header/images/ico-select.svg) no-repeat right center;
    background-size: 24px 24px;
}
.forms [type=text], .forms [type=search], .forms [type=password], .forms [type=email], .forms [type=tel], .forms [type=number], .forms select, .forms textarea {
    height: 40px;
    font-size: 13px;
    line-height: 1.56;
}
.forms input:hover {
    border-bottom: 2px solid var(--color-main);
}
.forms.-error input, .forms.-error select {
    border-bottom: 1px solid #de001b;
}
.forms.-error textarea {
    border: 1px solid #de001b;
}
.forms .message {
    display: none;
    margin: 5px 0;
    color: #767676;
    font-size: 10px;
    line-height: 1.58;
}
.forms.-error .message {
    display: block;
}
.forms.-error .message {
    color: #de001b;
}
.forms textarea {
    padding: 10px 13px;
    min-height: 100px;
    border-radius: 10px;
    border: solid 1px var(--color-main);
    outline: 0;
    resize: vertical;
    height: 40px;
    font-size: 13px;
    line-height: 1.56;
}




input.-warning, select.-warning, textarea.-warning {
    border: 1px solid var(--color-mainsub) !important;
}


/* button_group */
.confirms_group {
    display: flex;
    justify-items: flex-start;
    justify-content: center;
    margin: 40px 0;
    gap: 10px;
}
.confirms_group .confirm {
    display: block;
    width: 100%;
    margin: 0;
    padding: 17px 20px;
    min-height: 30px;
    border: 1px solid var(--color-main);
    border-radius: 10px;
    background-color: var(--color-main);
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.58;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    -webkit-appearance: none;
    appearance: none;
}
.confirms_group .confirm {
    display: inline-block;
    width: auto;
    min-width: 150px;
    padding: 17px 20px;
    min-height: 30px;
    font-size: 15px;
    line-height: 1.56;
}
@media (max-width:1060px) {
    .confirms_group .confirm {
        min-width: 50%;
        min-height: 25px;
        padding: 13px 20px;
    }
}
.confirms_group .confirms.-half {
    justify-content: center;
}
.confirms_group .confirms.-half .confirm:nth-of-type(1) {
    flex: 0 1 auto;
}
.confirms_group .confirm.-ghost {
    background-color: #fff;
    color: var(--color-main);
}
.helper {
    display: block;
    margin-top: 3px;
    color: var(--color-main);
    font-size: 10px;
    line-height: 1.58;
}
.field .counter {
    margin-top: 5px;
    text-align: right;
}
.field .counter__value {
    color: #767676;
    font-size: 10px;
}
.field .counter__value .remark {
    font-style: normal;
}
.remark.-bold {
    color: #000;
    font-weight: 700;
}
/* 라디오 */
.radios_group {
    display: flex;
    gap: 10px;
}
.radios [type=radio] {
    opacity: 0;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 0;
    padding: 0;
    margin: 0;
}
.radios label {
    padding-left: 1.6rem;
    line-height: 1.5;
    display: inline-block;
    position: relative;
    color: #000;
    font-size: 13px;
    text-indent: 0;
    word-break: break-word;
}
.radios [type=radio]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid var(--color-main);
    background-size: 11px 9px;
}
.radios [type=radio]:checked~label:before {
    background: url(/pages/header/images/ico-radio.svg) 50% 50% no-repeat #fff;
    background-size: 60%;
}
.-disabled {
    color: #bcbcbc !important;
    cursor: not-allowed !important;
    opacity: .3 !important;
}
input::placeholder, textarea::placeholder, select:disabled, select option[disabled]  {
    color: #bcbcbc !important;
    cursor: not-allowed !important;
    opacity: .3 !important;
    cursor: not-allowed;
}
input:disabled, textarea:disabled  {
    cursor: not-allowed;
    font-style: normal !important;
    background-color: var(--color-back) !important;
}

select option[disabled][selected][hidden] {
    color: #bcbcbc;
}




.folder__heading {
    display: flex;
    flex-direction: column;
}
@media (min-width: 1060px) {
    .folder__heading {
        flex-direction: row;
    }
}
.folder__summary {
    flex: 1;
    border: 1px solid #d9d9d9;
    border-radius: 10px 10px 0 0;
    border-bottom-width: 0;
}
@media (min-width: 1060px) {
    .folder__summary {
        border: 1px solid #d9d9d9;
        border-right-width: 0;
        border-radius: 10px 0 0 10px;
        height: 68px;
    }
    .-active .folder__summary {
        border-radius: 10px 0 0 0;
    }
}
.join-align {
    padding: 20px;
}
.folder__expander {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 35px;
    border: 1px solid #d9d9d9;
    background-color: #fff;
    cursor: pointer;
    border-radius: 0 0 10px 10px;
}
@media (min-width: 1060px) {
    .folder__expander {
        min-width: 65px;
        height: auto;
        padding: 20px 20px;
        border-radius: 0 10px 10px 0;
    }
    .-active .folder__expander {
        border-radius: 0 10px 0 0;
    }
}
.folder__expander:after {
    content: "";
    display: inline-block;
    width: 24px;
    height: 24px;
    background: url(/pages/header/images/ico-expander.svg) no-repeat center center;
    background-size: 24px 24px;
}


.folder__expand {

}
.folder__contents {
    border: 1px solid #d9d9d9;
    border-top-width: 0;
    border-radius: 0 0 10px 10px;
    padding: 20px;
}
.bundle:first-child {
    margin-top: 0;
}

.file__type {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    position: relative;
}
.file__type [type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
}
.controls {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    gap: 10px;
}
.control {
    padding-left: 30px;
    background: url(/pages/header/images/ico-add.svg) no-repeat left center / 25px 25px;
    border: 0;
    outline: 0;
    height: 25px;
    color: var(--color-main);
    font-size: 13px;
    line-height: 1.58;
    cursor: pointer;
}
.control[disabled] {
    background: url(/pages/header/images/ico-add-disabled.svg) no-repeat left center;
    background-size: 25px 25px;
    color: #bcbcbc;
    cursor: not-allowed;
}
.control.-remove, .control.-remove[aria-disabled=false] {
    background: url(/pages/header/images/ico-remove.svg) no-repeat left center;
    background-size: 25px 25px;
}
.control.-remove[disabled], .control.-remove[aria-disabled=true] {
    background: url(/pages/header/images/ico-remove-disabled.svg) no-repeat left center;
    background-size: 25px 25px;
}








.main_preBox {
    width: 90px;
    height: 90px;
    border-radius: 50px;
    background: var(--color-back);
    border: 1px solid var(--color-back);
    box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.06);
    margin: 20px 0 10px;
    overflow: hidden;
}
.main_preBox img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.forms input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    min-width: 100%;
    height: 100%;
    outline: 0;
    opacity: 0;
}


/* // 입력폼 */


/* 섹션타이틀 */
.section_title {
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}
.section_title .h2 {
    color: var(--color-main);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    background: url(/pages/header/images/search__message.svg) no-repeat right center;
    background-size: 15px;
    padding-right: 20px;
}
.section_title .h2 .title {
    color: var(--color-main);
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    /* border-bottom: 1px solid var(--color-main); */
}
.section_title .h2 .ads {
    color: #555;
    text-align: center;
    font-weight: 400;
    font-size: 10px;
}
/* .section_title .h2:after {
    content: "";
    position: absolute;
    bottom: 5px;
    right: -20px;
    width: 15px;
    height: 15px;
    background-color: var(--color-main);
    border-radius: 50%;
    background: url(/pages/header/images/search__message.svg) no-repeat center center;
    background-size: 100%;
} */
.section_title .h2 .section_title_inner {
    display: none;
}
.section_title .h2:hover .section_title_inner {
    display: flex;
    width: 100%;
    padding: 10px;
    min-width: 280px;
    font-size: 10px;
    position: absolute;
    background: #eee;
    border-radius: 10px;
    min-height: 30px;
    text-align: left;
    z-index: 5;
    left: 0;
    top: 35px;
    padding-left: 30px;
    background: #eee url(/pages/header/images/step-complete.svg) no-repeat left 10px top 10px;
    background-size: 15px;
}
._tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
    gap: 20px;
}
._tags_row {
    position: relative;
}
._tags_row [type=checkbox], ._tags_row [type=radio] {
    opacity: 0;
    position: absolute;
    top: .2rem;
    left: 0;
    width: 1.1rem;
    height: 1.1rem;
    border: 0;
}
._tags_row label {
    display: inline-block;
    position: relative;
    padding-left: 1.8rem;
    color: #555;
    font-size: 12px;
    line-height: 1.58;
    text-indent: 0;
    word-break: break-word;
}
._tags_row [type=checkbox]:checked~label:before {
    background: var(--color-main) url(/flow-ceo/img/icon/ico-checkbox.svg) no-repeat 50% 50%;
}
._tags_row [type=checkbox]~label:before {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid var(--color-main);
    border-radius: .2rem;
    background-size: 11px 9px;
}
/* .section_title .h3 {
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
} */
.file__type-name {
    flex: 1;
    display: block;
    overflow: hidden;
    /* white-space: nowrap; */
    text-overflow: ellipsis;
    width: 100%;
    margin-right: 20px;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid var(--color-main);
    width: 100%;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;


    transition: padding .2s, border .2s, background .2s, color .2s, box-shadow .2s;
}



/* modal */
.modals {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #25252580;
    z-index: 100000;
    border: 0;
    padding: 0;
}
.modals.-active {
    display: flex;
    align-items: center;
    justify-content: center;
}
.modals__content {
    display: inline-block;
    width: 400px;
    min-width: 400px;
    max-width: 90%;
    max-height: 100%;
    overflow-y: auto;
    position: relative;
    padding: 50px 30px 20px 30px;
    outline: 0;
    background-color: #fff;
    border-radius: 1.2rem;
    scrollbar-width: thin;
    scrollbar-color: #767676 transparent;
}
@media (max-width:1060px) {
    .modals__content {
        width: 400px;
        min-width: 400px;
        max-width: 90%;
        max-height: 100%;
    }
}
.modals__close {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px;
    border: 0;
    border-radius: 10px;
    background: url(/pages/header/images/dialog__close.svg) no-repeat 50% 50%;
    background-size: 24px 24px;
    text-indent: 100%;
    cursor: pointer;
    font-size: 0;
}



















/* new_title_head */
.section_new_title {
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
    position: relative;
    width: 100%;
}
.section_new_title.-box {
    margin-bottom: 10px;
}
@media (max-width:1060px) {
    .section_new_title.-box {
        padding: 0 20px;
        margin-bottom: 10px;
    }
}
.section_new_h {
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    position: relative;

    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: block;
    white-space: nowrap;
    width: 100%;
    /* background: url(/pages/header/images/search__message.svg) no-repeat right center;
    background-size: 15px;
    padding-right: 20px; */
    
    display: flex;
}
@media (max-width:1060px) {
    .section_new_h {
        width: calc(100% - 100px);
        text-align: left;
    }
}
.section_new_h .title {
    color: var(--color-main);
    position: relative;
}
.section_new_h .title:before {
    content: '';
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 8%;
    margin-top: 0;
    width: 100%;
    height: 7px;
    border-radius: 2px;
    /* background: linear-gradient(to right, rgba(18, 100, 28, 52%) 0%, rgba(211, 233, 46, 0) 100%); */
    background: linear-gradient(310deg, #d5feff, #f0fcd5 95%);
}
.section_new_info {
    font-size: 11px;
    line-height: 2;
    color: #999;
    padding-right: 20px;
    padding-left: 10px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url(/pages/header/images/search__message.svg) no-repeat right 5px center;
    background-size: 12px;
    border: 1px solid #999;
    border-radius: 50px;
    cursor: pointer;
}
.section_new_info .section_new_info_inner {
    display: none;
}
.section_new_info:hover .section_new_info_inner {
    display: flex;
    width: 100%;
    padding: 10px;
    max-width: 280px;
    width: max-content;
    font-size: 10px;
    position: absolute;
    background: #eee;
    border-radius: 10px;
    min-height: 30px;
    text-align: left;
    z-index: 5;
    right: 0;
    top: 25px;
    padding-left: 30px;
    background: #fff url(/pages/header/images/step-complete.svg) no-repeat left 10px top 10px;
    background-size: 15px;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.06);
}
/* new_title_head */













#customPopup {

}
.customPopup-back {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    /* background:rgba(0,0,0,0.6); */
    z-index:2000000;
    opacity: .5;

    /* transform: translateY(100vh); */
    animation: Popup-backslideUp 0.2s ease-out forwards;
}
.customPopup-cont {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    z-index: 2000000;
    border-radius: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transform: translateY(100vh);
    animation: slideUp 0.2s ease-out forwards;
}
.customPopup-cont iframe {
    width:100%;
    height:100%;
    flex: 1;
    border:none;
    background: #fff;
}
@keyframes Popup-backslideUp {
    to {
        opacity: .9;
        transform: translateY(0);
    }
}
@keyframes slideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.customPopup-conthead {
    width: 100%;
    height: 50px;
    background: rgba(88,88,87,1);
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.customPopup-contbottom {
    width: 100%;
    height: 50px;
    background: #585857;
    color: #fff;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.PopupBtn {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.PopupBtn svg {
    width: 30px;
    height: 20px;
}
.customPopup-prev {
    background: url(/pages/header/images/icon--arrow-left-w.svg) no-repeat center / 25px;
}
.customPopup-next {
    background: url(/pages/header/images/icon--arrow-right-w.svg) no-repeat center / 25px;
}