
/* @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;
} */
@font-face {
    font-family: 'Noto Sans KR';
    src: url('/static/fonts/NotoSansKR-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
}

* {
    box-sizing: border-box;
}
body {
    overflow-y: scroll;
    margin: 0;
    height: 100vh;
    font-size: 13px;
    line-height: 1.5;
    word-break: break-word;
    -webkit-text-size-adjust: none;
    background-color: rgb(var(--color-color0));
    color: rgb(var(--color-color));
    letter-spacing: .5px;


    font-family: 'Noto Sans KR', sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
/* 바디/HTML은 스크롤 금지(고정 레이어로 유지) */
html, body{
    height: 100%;
    margin: 0;
    overflow: hidden;
}
/* 전역에 한 줄만 */
html, body, #root.wrapper {
    scroll-behavior: smooth;
}
/* body {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
} */


/* 크롬, 엣지, 사파리 */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

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;
    outline: 0 !important;
}
button.button:hover, a.a:hover {
    /* outline: 1px solid rgb(var(--color-color1)); */
    outline: 0;
    /* border-radius: 1px; */
    box-shadow: 0 0 0 2px var(--color-white), 0 0 0 3px rgb(var(--color-color1));
}
button.-line:hover, a.-line:hover {
    text-decoration: underline;
}

p, h1, h2, h3, h4, h5 {
    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: rgb(var(--color-color1)); /* 스크롤바 색상 */
    border-radius: 10px; /* 스크롤바 둥근 테두리 */
}

::-webkit-scrollbar-track {
    background: rgb(var(--color-color1))2b;  /*스크롤바 뒷 배경 색상*/
}

:root {

    /* color */
    /* --color-main: #12641c; */
    /* --color-main: #28bdbf;
    --color-mainsub: #FBCD48;
    --color-sub: #e3f8f8;
    --color-back: #f6f8fb;
    --color-back1: #eeeeee;
    --color-white: #ffffff;
    --color-black: #0D1013; */



    --color-white: 255 255 255;
    --color-black: 0 0 0;
    --color-border: 217 217 217;
    --color-red: 222 0 27;
    

    --color-color000: 246 248 251;
    --color-color00: 44 47 130;
    --color-color0: 255 255 255;
    --color-color: 15 15 15;
    --color-color1: 44 47 130;
    --color-color2: 73 80 188;
    --color-color3: 93 107 227;
    --color-color4: 157 179 255;
    --color-color5: 232 238 255;
    /* --color-color00: 5 12 156;
    --color-color0: 255 255 255;
    --color-color: 15 15 15;
    --color-color1: 5 12 156;
    --color-color2: 53 114 239;
    --color-color3: 58 1890 249;
    --color-color4: 167 230 255;
    --color-color5: 232 238 255; */

    --color-color-back: 246 248 251;
    --color-color-back1: 221 241 251;
    --color-color-back2: 247 247 247;

    --color-break: 94, 94, 94;

    --color-desc00: 246 248 251;
    --color-desc: 246 248 251;
    --color-desc0: 242 243 247;
    --color-desc1: 114 117 133;
    --color-desc2: 250 250 252;
    --color-desc3: 228 229 237;

    /* 
    --color-color2: 80 80 80;
    --color-color3: 87 187 235;
    --color-color4: 247 247 247;
    --color-color5: 243 244 248;
    --color-color5: 94 94 94;
    --color-border: 217 217 217;
     */
}
html[data-theme="dark"] {
    --color-color0: 25 25 25;
    --color-color: 255 255 255;
    --color-color1: 255 255 255;
    --color-color2: 60 60 60;
    --color-color3: 80 80 80;
    --color-color4: 247 247 247;
    --color-color5: 243 244 248;
    --color-color5: 94 94 94;


    
    --color-desc00: 246 248 251;
    --color-desc: 49 49 49;
    --color-desc0: 242 243 247;
    --color-desc1: 114 117 133;
    --color-desc2: 250 250 252;
    --color-desc3: 228 229 237;
}
/* #F0E68C: 밝은 노란색으로, rgb(var(--color-color1))와의 대비가 뛰어나
#A3C1AD: 부드러운 연두색으로, rgb(var(--color-color1))와 잘 어울려려
#D9B48C: 따뜻한 베이지색으로, 자연적인 조화
#FFFFFF: 순백색으로, rgb(var(--color-color1))의 어두운 색을 밝게
#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: #268331;
}
/* // 특정 하이라이트 */



/* // 스크롤막기 */
.scrollLock,
.scrollLock #root.wrapper {
    overflow: hidden !important;
}

section.section_ {
    margin-top: 50px;
    margin-bottom: 50px;
}
.section_ {
    margin-top: 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;
}







/* table */
.ux-table {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgb(var(--color-color1));
    overflow-x: scroll;
}
.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-thead__th {
    padding: 15px 10px;
    background-color: var(--color-back);
    border-bottom: 1px solid #d9d9d9;
    color: rgb(var(--color-color1));
    font-weight: 700;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    word-wrap: break-word;
    text-align: left;
}
.ux-thead__th.-center {
    text-align: center;
}
.ux-thead__th.-bold {
    font-weight: 700;
}
.ux-tbody__td {
    padding: 15px 10px;
    border-bottom: 1px solid #d9d9d9;
    color: rgb(var(--color-color1));
    font-weight: 400;
    font-size: 13px;
    text-align: left;
    line-height: 1.5;
    word-wrap: break-word;
}
.-disabled .ux-tbody__td {
    background: #fff;
    color: #5e5e5e;
}
.ux-tbody__td.-center {
    text-align: center;
}
.ux-tbody__td.-bold {
    font-weight: 700;
}
.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-tbody__td span.-innertxt {
        -webkit-line-clamp: 1;
    }
}
/* // table */


.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 rgb(var(--color-color1));
    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: rgb(var(--color-color1));
    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: rgb(var(--color-color1));
    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: rgb(var(--color-color1));
}
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 rgb(var(--color-color1));
    background: rgb(var(--color-color1)) 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-sub);
    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-sub);
    border-bottom: 1px solid #d9d9d9;
    color: rgb(var(--color-color1));
    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 */








/* 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 rgb(var(--color-color00));
    border-radius: 10px;
    background-color: rgb(var(--color-color00));
    color: rgb(var(--color-white));
    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 {
    border: 1px solid rgb(var(--color-color1));
    background-color: rgb(var(--color-white));
    color: rgb(var(--color-color00))
}
/* // button-group */





/* new_min_title */
#ke-min-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 100px;
    background: rgb(var(--color-color0));
    box-shadow: 0 2px 2px rgb(var(--color-desc));
    border-radius: 0 0 10px 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: rgb(var(--color-color1));
}
#ke-min-head .ke-min-head-group {
    flex: 1;
    position: relative;
}
#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 rgb(var(--color-color1));
    font-size: 13px;
    font-weight: 700;
}
#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 rgb(var(--color-color1));
    color: rgb(var(--color-color1));
    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: rgb(var(--color-color));
    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;
}
.bundle {
    position: relative;
    width: 100%;
    margin: 2rem 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: rgb(var(--color-color));
}
.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: center;
    gap: 10px;
}
.option.-ghost {
    border-color: #767676;
    color: #555;
}
.option {
    display: inline-block;
    min-width: 100px;
    /* min-height: 40px; */
    height: 40px;
    margin: 0;
    padding: 0;
    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 rgb(var(--color-color1));
    background-color: transparent;
    border-radius: 0;
    color: rgb(var(--color-color));
    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;
}
select {
    /* 기본 화살표 제거 */
    -webkit-appearance: none; /* Chrome, Safari */
    -moz-appearance: none;    /* Firefox */
    appearance: none;         /* 표준 */

    padding-right: 30px;
    background: transparent url(/pages/header/images/ico-select.svg) no-repeat right center;
    background-size: 24px 24px;

    outline: 0;
    
    color: rgb(var(--color-color));
}
.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;
    background-color: transparent;
}
input {
    background-color: transparent;
}
.forms input:hover {
    border-bottom: 2px solid rgb(var(--color-color1));
}
.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 rgb(var(--color-color1));
    outline: 0;
    resize: vertical;
    height: 40px;
    font-size: 13px;
    line-height: 1.56;
}
/* 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 rgb(var(--color-color1));
    border-radius: 10px;
    background-color: rgb(var(--color-color1));
    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: rgb(var(--color-color1));
}
.helper {
    display: block;
    margin-top: 3px;
    color: rgb(var(--color-color1));
    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: rgb(var(--color-color));
    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: rgb(var(--color-color));
    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 rgb(var(--color-color1));
    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  {
    color: #bcbcbc !important;
    cursor: not-allowed !important;
    opacity: .3 !important;
}
/* // 입력폼 */


/* 섹션타이틀 */
.section_title {
    display: flex;
    align-items: self-start;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 10px;
    position: relative;
}
.section_title .h2 {
    color: rgb(var(--color-color1));
    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: rgb(var(--color-color1));
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    /* border-bottom: 1px solid rgb(var(--color-color1)); */
}
.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: rgb(var(--color-color1));
    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: rgb(var(--color-color1)) 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 rgb(var(--color-color1));
    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 rgb(var(--color-color1));
    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: rgb(var(--color-color1));
    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 */

















/* 썸머노트 */
.table.table.table-bordered {
    width: 100% !important;
    border-collapse: collapse !important;
    border: 1px solid #ccc !important;
    table-layout: auto !important;
    width: auto !important;
    overflow: auto !important;

    width: 100% !important;                   /* 표 전체 너비 고정 */
    table-layout: fixed !important;            /* 셀 너비 자동 균등 분배 */
    border-collapse: collapse !important;
}
table.table.table-bordered td,
table.table.table-bordered th {
    border: 1px solid #ddd !important;
    padding: 8px !important;
    text-align: center !important;
}
table.table.table-bordered th {
    background-color: #f4f4f4 !important;
    font-weight: bold !important;
}
/* table.table.table-bordered tr:nth-child(even) {
    background-color: #fafafa;
} */
table.table.table-bordered tr:first-child {
    background-color: rgb(var(--color-desc));
}
.note-editor.note-frame table.table.table-bordered td,
.note-editor.note-frame table.table.table-bordered th {
    width: auto !important; 
    resize: both !important;       /* 크기 조정 가능 */
    overflow: auto !important;     /* 내용 넘침 처리 */
    min-width: 30px !important;
    min-height: 20px !important;
}
/* //썸머노트 */