

@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraLight.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-SemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'SUIT';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_suit@1.0/SUIT-ExtraBold.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
}

*{
    font-family: 'SUIT';
    list-style: none;
    box-sizing: border-box;
    transition: all 0.15s ease;
}
button, input, optgroup, select, textarea{
    box-sizing: border-box;
}
html {
    overflow-y:scroll;
}
body {
    margin:0 auto;
    padding:0!important;
    font-size: 15px!important;
    letter-spacing:0;
    min-height: 100%;
    position: relative;
    line-height:1.6em!important;
    color:#1a1a1c;
    background:#ffffff;
    min-width: 280px;
    font-weight:400;
    word-break:keep-all;
}
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {
    margin:0;
    padding:0;
    border:0
}
h1, h2, h3, h4, h5, h6 {
    font-size:1em;
    line-height:1.6em!important;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, div {
    display:block;
    box-sizing: border-box;
}
ul, dl, dd {
    margin:0;
    padding:0;
    list-style:none
}
dl dt{
    font-weight: 500;
}
legend {
    position:absolute;
    font-size:0;
    line-height:0;
    text-indent:-9999em;
    overflow:hidden
}
label, input, button, select {
    border-radius:4px;
    box-sizing: border-box;
}
label, input, button, select, img {
    vertical-align:middle;
    outline:none;
}
label{
    margin: 0;
    font-weight: 600;
}
input:focus, button:focus {
    outline:none;
}
input, button {
    margin:0;
    padding:0;
    font-size:initial;
    outline:none;
}
button {
    cursor:pointer;
}
input[type=text], input[type=password], input[type=submit], input[type=image], button {
    border-radius:;
    font-size:initial;
    -webkit-appearance:none
}
textarea, select {
    font-size:1em;
}
textarea {
    border-radius:0;
    -webkit-appearance:none;
}
select {
    margin:0;
    border-radius:4px;
}
p {
    margin:0;
    padding:0;
    word-break:keep-all
}
hr {
    display:none
}
pre {
    overflow-x:scroll;
    font-size:1.1em
}
a, a:link, a:visited {
    color:#1a1a1c;
    text-decoration:none;
    cursor: pointer;
}
a:hover, a:focus, a:active {
    text-decoration:none;
}

/*스크롤디자인*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background-color: #9d9d9d;
    border-radius: 10px;
    background-clip: padding-box;
    border: 2px solid transparent;
}
::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    border-radius: 0px;
}
/*loading*/
#loading{
    content: "";
    display: block;
    width: 100%;
    height: 100vh;
    background-color: rgba(255,255,255,0.9);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
}
#loading .box_wrap{
    position: fixed;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    display: block;
    text-align: center;
}
#loading .box{
    display:block;
    border:0;
    border-radius:0;
    position: relative;
    padding:0;
}
#loading img{
    width: 75px;
    height: auto;
    margin: 0 auto 5px auto;
}
#loading p{
    font-size: 0.85em;
    line-height: 1em;
    color: rgba(0, 0, 0, 0.41);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}
#loading .box{
    /* box-shadow: 1px 1px 0 rgba(0,0,0,0.2), -1px -1px 0 rgba(0,0,0,0.2);
     */
    width: 100%;
    animation: scale 1s infinite ease-in-out;
    animation-direction: alternate;
}
@keyframes scale {
    0% {
        transform: scale(0.9)
    }
    100% {
        transform: scale(1)
    }
}
html, body {
    scroll-behavior: smooth;
}
input[type="date"], input[type="tel"], input[type="text"], input[type="password"], input[type="email"], input[type="number"], input[name="basicImgURL"], input[name="addtionalImg[]"] {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 10px;
    letter-spacing: -0.5px;
    background: #fff;
}
select {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 20px 0 10px;
    letter-spacing: -0.5px;
    background: #fff;
}
textarea {
    width: 100%;
    height: 250px;
    line-height: 1.5em;
    border-radius: 5px;
    padding: 20px;
    letter-spacing: -0.5px;
    background: #fff;
}
form {
}
input, input:focus, input:focus-visible, select, select:focus, select:focus-visible, a, a:focus, a:focus-visible, textarea, textarea:focus, textarea:focus-visible {
    outline: none;
    text-decoration: none;
    color: #222;
}
input:disabled + label{
    opacity: 0.5;
    cursor: not-allowed!important;
}
p, a, h1, h2, h3, h4, h5, h6 {/*
    transform: skew(-0.1deg);*/
}
h1, h2, h3, h4, h5, h6, p {
    padding: 0;
    margin: 0;
}
ul, li, dl, dd, dt {
    padding: 0;
    margin: 0;
}
.input_select2 > select {
    min-width: 100px;
    height: 35px;
    line-height: 35px;
    white-space: nowrap;
    border-radius: 5px;
    padding: 0 0 0 10px;
    letter-spacing: -0.5px;
    border: 1px solid #eee;
    color: #222;
}
*:hover {

     transition: all 0.15s ease;
 }
.btn {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 1.2em;
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.15s ease;
}
.btn:hover {
    font-size: 1.2em;
    transition: all 0.15s ease;
}
.btn-mini {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    /* min-width: 50px;
    */
    height: 28px;
    padding: 0 5px!important;
    font-size: 12px!important;
    border: none;
    width: auto;
}
.btn-mini:hover {
    font-size: 12px!important;
}
.btn-sm {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    height: 30px;
    padding: 0 5.5px;
    font-size: 13px;
    border: none;
    width: auto;
}
.btn-sm:hover {
    font-size: 13px!important;
}
.btn-md {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    min-width: 60px;
    height: 45px;
    padding: 0 8.5px;
    font-size: 13px;
    border: none;
    width: auto;
}
.btn-md:hover {
    font-size: 13px!important;
}
.btn-tab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px 5px 0 0;
    min-width: 60px;
    height: 45px;
    padding: 0 25px;
    font-size: 15px;
    border: none;
    width: auto;
}
.btn-tab:hover {
    font-size: 15px!important;
}
.btn-tab.active {
    background: #F2F8FB;
    color: #222;
    font-weight: 900;
}
.btn-blue {
    background: #087FB2!important;
    color: #fff!important;
}
.btn-blue:hover {
    background: #085f83 !important;
    color: #fff!important;
}
.btn-blueline {
    background: #fff!important;
    color: #087FB2!important;
    border: 1px solid #087FB2!important;
}
.btn-blueline:hover {
    background: #fff!important;
    color: #085f83!important;
    border: 1px solid #085f83!important;
}
.btn-skyblue {
    background: #fff !important;
    border: 1px solid #b9bdc4 !important;
    color: #222!important;
}
.btn-skyblue:hover {
    background: #222 !important;
    border: 1px solid #222 !important;
    color: #b9bdc4!important;
}
.btn-gray {
    background: #eeeeee !important;
    color: #222!important;
    border: 0!important;
}
.btn-gray2 {
    background: #222!important;
    color: #F5F5F5!important;
}
.btn-gray:hover {
    background: #b0b0b0 !important;
    color: #222!important;
}
.btn-gray2:hover {
    background: #656565 !important;
    color: #222!important;
}
.btn-pink {
    background: #ffeeee!important;
    color: #222!important;
}
.btn-pink:hover {
    background: #d3c4c4 !important;
    color: #222!important;
}
.btn-darkgray {
    background: #999999!important;
    color: #fff!important;
}
.btn-darkgray:hover {
    background: #595959 !important;
    color: #fff!important;
}
.btn-green {
    background: #eaf9e5!important;
    color: #488a26!important;
}
.btn-green:hover {
    background: #cae8c0 !important;
    color: #488a26!important;
}
.btn-black {
    background: #222!important;
    color: #fff!important;
}
.btn-black:hover {
    background: #222!important;
    color: #dcdcdc !important;
}
.btn-white {
    background: #fff!important;
    border: 1px solid #ccc!important;
    color: #222!important;
}
.btn-white:hover {
    background: #dcdcdc !important;
    border: 1px solid #ccc!important;
    color: #222!important;
}
.btn-modal{
    font-size: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    grid-gap: 10px;
}
.tab_con {
    display: none;
}
.tab_con.active {
    display: block;
}
.input_file{
    display: grid;
    grid-template-columns: 1fr 100px;
    grid-gap: 20px;
}
.input_file2{
    display: grid;
    grid-template-columns: 200px 1fr;
    grid-gap: 10px;
}
.input_adress{
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 10px;
}
.input_file2 .btn, .input_adress .btn{
    font-size: 1em;
}
.input_select, .input_select2, .input_search {
    position: relative;
}
.input_select > button, .input_search > button, .input_select > i, .input_search > i{
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 20px;
    color: #222;
    cursor: pointer;
    /* z-index: -1;
     */
}
.input_select2 > i {
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(calc(-50% - 2px));
    width: auto;
    font-size: 14px;
    color: #222;
    opacity: 0.5;
    z-index: -1;
}
.input_radio {
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
input[type='radio'] {
    display: none !important;
}
.input_radio input[type='radio'] + label > i {
    color: #aaa;
}
.input_radio input[type='radio']:checked + label > i {
    color: #087FB2;
}
.input_radio input[type='checkbox'] + label > i {
    color: #aaa;
}
.input_radio input[type='checkbox']:checked + label > i {
    color: #087FB2;
}
.input_unit {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.input_unit2 {
    display: grid;
    align-items: center;
    grid-gap: 10px;
    grid-template-columns: 1fr 100px;
    /* margin: 20px 0 0;
    */
}
.input_unit3 {
    display: grid;
    align-items: center;
    grid-gap: 10px;
    grid-template-columns: 1fr 100px auto;
}
.input_unit4 {
    display: grid;
    align-items: center;
    grid-gap: 10px;
    grid-template-columns: 25px 1fr 100px auto;
    margin: 10px 0 0;
}
.border_gray, .border_gray:focus {
    background: #fff;
    border: 1px solid #eceef1;
    color: #222;
}
.border_blue, .border_blue:focus {
    background: #fff;
    border: 1px solid #087FB2;
    color: #087FB2;
}
.color-gray {
    color: #999!important;
}
.color-blue {
    color: #087FB2!important;
}
.color-green {
    color: #00c55d !important;
}
.color-red {
    color: #ff2424 !important;
}
.color-red a{
    color: #ff2424 !important;
}
.color-black {
    color: #222!important;
}
.btn_wrap {
    display: flex;
    align-items: center;
    grid-gap: 10px;
}
.txt-lg {
    font-size: 1.3em;
}
button {
    -webkit-appearance: none;
    /* 크롬 화살표 없애기 */
    -moz-appearance: none;
    /* 파이어폭스 화살표 없애기 */
    appearance: none;
    /* 화살표 없애기 */
    outline: none;
    box-shadow: none !important;
    border: 0;
    background: transparent;
    cursor: pointer;
    overflow: visible;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    font-size: 13px;
}
/*swal2 custom*/
.swal2-popup {
    /* background: transparent !important;
    */
    background: #FAFBFD !important;
    padding: 0 !important;
    width: 524px !important;
}
.swal2-title {
    text-align: left !important;
    font-size: 1.4em !important;
    padding: 0 !important;
    margin: 0 0 20px !important;
    color: #fff !important;
    position: absolute !important;
    top: -50px !important;
}
.swal2-close {
    font-family: 'Pretendard' !important;
    width: auto !important;
    color: #fff !important;
    font-size: 15px !important;
    align-items: center !important;
    grid-gap: 5px !important;
    position: absolute !important;
    top: -50px !important;
}
.swal2-actions {
    margin: 0 !important;
    width: 100% !important;
    flex-wrap: nowrap!important;
}
.swal2-styled.swal2-confirm {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    display: flex ;
    align-items: center !important;
    justify-content: center !important;
    background: #fff0 !important;
    color: #087FB2 !important;
    border-top: 1px solid #eee!important;
    border-radius: 0 0 10px 10px !important;
}
.swal2-styled.swal2-cancel  {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    display: flex ;
    align-items: center !important;
    justify-content: center !important;
    color: #414141 !important;
    border-top: 1px solid #eee!important;
    border-radius: 0 0 10px 10px !important;
}
.swal2-styled.swal2-deny   {
    width: 100% !important;
    height: 50px !important;
    line-height: 50px !important;
    display: flex ;
    align-items: center !important;
    justify-content: center !important;
    color: #ff3333 !important;
    border-top: 1px solid #eee!important;
    border-radius: 0 0 10px 10px !important;
}
.swal2-styled {
    margin: 0 !important;
    padding: 0 !important;
}
.swal2-html-container {
    min-height: 83px !important;
    background: #FAFBFD !important;
    padding: 30px !important;
    margin: 0 !important;
    width: 100% !important;
    border-radius: 10px 10px 0 0 !important;
}
.swal2-container.swal2-backdrop-show, .swal2-container.swal2-noanimation {
    background: rgba(0, 0, 0, .7) !important;
}
.swal2-html-container .shipping_write {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 20px;
}
.swal2-html-container .shipping_write .modal_form {
    text-align: left;
}
.swal2-html-container .shipping_write .modal_form > p {
    color: #999;
    font-weight: 400;
    margin: 10px 0;
    font-size: 15px;
}
.swal2-html-container .text_form {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.swal2-modal .box__toggle-wrap{
    text-align: left;
    padding: 16px;
    background-color: #fff;
    border: 1px solid #eee;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    margin: 15px 0 0;
}
.swal2-modal .box__toggle-wrap .text__guide-title {
    display: block;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
    font-weight: 700;
    cursor: text;
}
.swal2-modal .box__toggle-wrap .list__dot-guide {
    margin-top: 8px;
}
.swal2-modal .box__toggle-wrap .list__dot-guide .list-item {
    margin-top: 4px;
    padding-left: 6px;
    font-size: 12px;
    line-height: 16px;
    color: #757575;
    position: relative;
}
.swal2-modal .box__toggle-wrap .list__dot-guide .list-item::before{
    content: '';
    position: absolute;
    top: 7px;
    left: 0;
    width: 2px;
    height: 2px;
    background-color: #9E9E9E;
}
.swal2-modal input[type='file']{
    display: none!important;
}
/*유저 모바일용 모달*/
.user_body .swal2-container {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 0 !important;
}
.user_body .swal2-container.swal2-center > .swal2-popup {
    align-self: flex-end !important;
}
.user_body .swal2-close {
    position: absolute !important;
    right: 30px !important;
    top: -30px !important;
    color: #fff !important;
    font-size: .9em !important;
}
.user_body .swal2-popup {
    border-radius: 5px 5px 0 0 !important;
    background: #fff !important;
}
.user_body .swal2-html-container {
    border-radius: 5px 5px 0 0 !important;
    background: #fff !important;
    text-align: left !important;
}
.user_body .swal2-styled.swal2-confirm {
    border-radius: 0 !important;
}
.user_body .swal2-styled.swal2-confirm > a {
    font-family: 'Pretendard' !important;
    color: #fff !important;
    font-weight: 600 !important;
}
.user_body .modal_con {
    display: flex !important;
    flex-direction: column !important;
    grid-gap: 15px !important;
    max-height: 60vh;
}
.user_body .modal_con h6.title {
    font-size: 16px !important;
    font-weight: 600 !important;
}
.user_body .modal_con input[type='radio'] {
    display: none !important;
}
.user_body .modal_con .select-box {
    padding: 10px !important;
    padding: 20px 20px !important;
    border: 1px solid #eee !important;
    border-radius: 5px !important;
}
.user_body .modal_con input[type='radio']:checked + .select-box {
    border: 1px solid #087FB2 !important;
}
.user_body .modal_con .select-box h6 {
    font-size: 1.0em !important;
    font-weight: 600 !important;
    margin: 0 0 10px !important;
}
.user_body .modal_con .select-box p {
    font-size: 0.85em !important;
    color: #999 !important;
}
.user_body .modal_agr input[type='checkbox'] {
    display: none !important;
}
.user_body .modal_agr .all_agr {
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
}
.user_body .modal_agr .all_agr label {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: flex-start;
    grid-gap: 5px 13px;
    position: relative;
}
/* 기존 Font Awesome 아이콘 숨기기 */
.user_body .modal_agr .all_agr label > i {
    display: none;
}
/* 커스텀 체크박스 - 미체크 상태 (흰 배경 + 테두리) */
.user_body .modal_agr .all_agr label::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #fff;
    display: block;
    grid-row: 1/3;
    box-sizing: border-box;
}
/* 커스텀 체크박스 - 체크 상태 체크마크 (숨김) */
.user_body .modal_agr .all_agr label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.user_body .modal_agr .all_agr label h6 {
    font-size: 1em;
}
.user_body .modal_agr .all_agr label p {
    font-size: .85em;
}
/* 체크 상태 - 배경색 변경 + 체크마크 표시 */
.user_body .modal_agr input[type='checkbox']:checked + label::before {
    background: #087FB2;
    border-color: #087FB2;
}
.user_body .modal_agr input[type='checkbox']:checked + label::after {
    opacity: 1;
}
.user_body .modal_agr .agr_wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.user_body .modal_agr .agr_wrap > li > label {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: flex-start;
    grid-gap: 5px 13px;
    position: relative;
}
/* 커스텀 체크박스 - 미체크 상태 (흰 배경 + 테두리) */
.user_body .modal_agr .agr_wrap > li > label::before {
    content: '';
    width: 18px;
    height: 18px;
    border: 2px solid #ccc;
    border-radius: 3px;
    background: #fff;
    display: block;
    box-sizing: border-box;
}
/* 커스텀 체크박스 - 체크마크 (숨김) */
.user_body .modal_agr .agr_wrap > li > label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}
.user_body .modal_agr .agr_wrap p.color-gray {
    font-size: .85em;
    margin: 10px 0 5px;
}
.user_body .modal_agr .agr_wrap details div p {
    font-size: 0.75em;
    line-height: 1.6em;
    background: #f1f1f1;
    padding: 10px;
}
.user_body .modal_agr .agr_wrap .table table {
    margin-bottom: 15px;
}
.user_body .modal_agr .agr_wrap .table table th {
    font-size: .7em;
    padding: 5px;
    background: #d3d3d3;
    white-space: nowrap;
}
.user_body .modal_agr .agr_wrap .table table td {
    font-size: .7em;
}
/* 기존 Font Awesome 아이콘 숨기기 */
.user_body .modal_agr .agr_wrap > li > label > i {
    display: none;
}
.user_body .modal_agr .agr_wrap > li > label > p {
    font-size: .9em;
    font-weight: 700;
    line-height: 1.5em;
}
.subsidy_wrap {
    padding: 25px 20px;
}
.subsidy_wrap input[type='checkbox'] {
    display: none !important;
}
.subsidy_wrap .all_agr {
    padding: 0 0 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 25px;
}
.subsidy_wrap .all_agr label {
    display: grid;
    grid-template-columns: 15px 1fr;
    align-items: flex-start;
    grid-gap: 5px 13px;
}
.subsidy_wrap .all_agr label > i {
    grid-row: 1/3;
    margin: 5px 0;
    color: #c7c7c7;
}
.subsidy_wrap .all_agr label h6 {
    font-size: 1em;
    line-height: 1.3em;
}
.subsidy_wrap .all_agr label p {
    font-size: .85em;
    line-height: 1.3em;
}
.subsidy_wrap input[type='checkbox']:checked + label > i {
    color: #087FB2;
}
.subsidy_wrap .agr_wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 10px;
}
.subsidy_wrap .agr_wrap > li > label {
    display: grid;
    grid-template-columns: 15px 1fr;
    align-items: flex-start;
    grid-gap: 5px 13px;
    cursor: pointer;
}
.subsidy_wrap .agr_wrap p.color-gray {
    font-size: .85em;
    margin: 10px 0 5px;
}
.subsidy_wrap.agr_wrap details div p {
    font-size: 0.75em;
    line-height: 1.6em;
    background: #f1f1f1;
    padding: 10px;
}
.subsidy_wrap .table  {
    overflow-y: auto;
}
.subsidy_wrap .table table {
    margin-bottom: 15px;
    width: 100%;
}
.subsidy_wrap .table.w200 table {
    width: 200%;
}
.subsidy_wrap .table.v1 table {
    font-size: 20px;
    text-align: center;
}
.subsidy_wrap .table table th {
    font-size: .7em;
    padding: 5px;
    background: #d3d3d3;
    white-space: nowrap;
}
.subsidy_wrap .table table td {
    font-size: .7em;
}
.subsidy_wrap .agr_wrap .color-gray {
    line-height: 1.3em;
}
.subsidy_wrap .agr_wrap > li > label > i {
    margin: 3px 0;
    color: #c7c7c7;
}
.subsidy_wrap .agr_wrap > li > label > p {
    font-size: .9em;
    font-weight: 600;
    line-height: 1.5em;
}
.subsidy_wrap .agr_done p {
    font-size: .9em;
    font-weight: 600;
    line-height: 1.5em;
    text-align: center;
    padding-top: 20px;
    border-top: 10px solid #f3f3f3;
}
.subsidy_wrap .agr_done a {
    margin-top: 15px;
    background: #356086;
    color: #fff;
    border-radius: 15px;
    width: 100%;
    padding: 15px 0;
    display: block;
    text-align: center;
}
.subsidy_wrap .agr_done a span{
    font-size: .9em;
    background: #fff;
    border-radius: 15px;
    color: #356086;
    padding: 5px;
}
/* .input_textarea textarea{
     width: 100%;
     height: 250px;
}
*/
.nodata {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.nodata > p {
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.text-sm {
    font-size: .9em;
}
.text-lg {
    font-size: 1.1em;
}
.under_line {
    text-decoration: underline;
}
.flex {
    display: flex;
    align-items: center;
}
.flexwrap {
    flex-wrap: wrap
}
.flex.jc-sb {
    justify-content: space-between
}
.flex.start {
    justify-content: flex-start
}
.flex.end {
    justify-content: flex-end
}
.flex.center {
    justify-content: center
}
.flex.ai-c{
    align-items: center
}
.flex.ai-b{
    align-items: baseline
}
.flex.ai-e{
    align-items: flex-end
}
.flex.ai-s{
    align-items: flex-start;
}
.hide {
    display: none!important;
}
.grid{
    display: grid;
    gap: 10px;
}
.grid > li, .grid > div{
    box-sizing: border-box;
    overflow: hidden;
}
.grid2{
    grid-template-columns: repeat(2, 1fr);
}
.grid3{
    grid-template-columns: repeat(3, 1fr);
}
.grid4{
    grid-template-columns: repeat(4, 1fr);
}
.grid5{
    grid-template-columns: repeat(5, 1fr);
}
.grid7{
    grid-template-columns: repeat(7, 1fr);
}/*
.wrap {
    flex-wrap: wrap
}*/
.wfit {
    width: fit-content !important
}
.w15 {
    width: 15% !important
}
.w20 {
    width: 20% !important
}
.w24 {
    width: 24% !important
}
.w25 {
    width: 25% !important
}
.w32 {
    width: 32% !important
}
.w33 {
    width: 33% !important
}
.w34 {
    width: 34% !important
}
.w64 {
    width: 64% !important
}
.w49 {
    width: 49% !important
}
.w48 {
    width: 48% !important
}
.w100px {
    width: 100px!important;
}
.w150px {
    width: 150px!important;
}
.w165px {
    width: 165px!important;
}
.w200px {
    width: 200px!important;
}
.w600px{
    max-width: 600px;
    margin: 0 auto;
}
.w900px{
    max-width: 900px;
    margin: 0 auto;
}
.w1300px{
    max-width: 1300px;
    margin: 0 auto;
}
.max-none {
    max-width: none!important;
}
.mari-auto {
    margin-right: auto!important;
}
.male-auto {
    margin-left: auto!important;
}
.mb0 {
    margin-bottom: 0!important;
}
.inlineflex {
    display: inline-flex;
    align-items: center;
}
.gap5 {
    grid-gap: 5px!important;
}
.gap10 {
    grid-gap: 10px;
}
.gap20 {
    grid-gap: 20px;
}
.justi-sb {
    justify-content: space-between
}
.nowrap {
    flex-wrap: nowrap!important;
}
.w100 {
    width: 100%!important;
}
.w50 {
    width:50%!important;
}
.w25 {
    width: 25%!important;
}
.w150px {
    width: 150px!important;
}
.w100px {
    width: 100px!important;
}
.w50px {
    width:50px!important;
}
.w25px {
    width: 25px!important;
}
/*네모형 라디오*/
.select input[type=radio]{
    display: none;
}
.select input[type=radio]+label{
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
;
    background-color: #fff;
    margin-bottom: 0;
    color: #373844;
    text-align: center;
    font-weight:400;
}
.select input[type=radio]+label{
    background-color: #fff;
    color: #373844;
    border: 1px solid #eee;
}
.select input[type=radio]:disabled+label{
    background-color: #c9c9c9;
    color: #373844;
}
.select input[type=radio]:checked+label{
    background-color: #dce8f9;
    border: 1px solid #325b81;
    color: #325b81;
    font-weight:bold;
}
/*네모형 체크*/
.select {
    display: flex;
    white-space: nowrap;
    flex-wrap: wrap;
    gap: 5px;
}
.select input[type=checkbox]{
    display: none;
}
.select input[type=checkbox]+label{
    display: inline-block;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    border-radius: 5px;
    padding: 0 10px;
    border: 1px solid #373844;
    margin-bottom: 0;
    text-align: center;
    font-weight:400;
}
.select.v2 input[type=checkbox]+label{
    height: fit-content!important;
    padding: 2px 5px;
    border-radius: 4px;
    line-height: unset
}
.select input[type=checkbox]+label{
    background-color: #fff;
    color: #373844;
    border: 1px solid #eee;
}
.select input[type=checkbox]:disabled+label{
    background-color: #c9c9c9;
    color: #d0d0d0;
}
.select input[type=checkbox]:checked+label{
    background-color: #325b81;
    border: 1px solid #325b81;
    color: #fff;
    font-weight:bold;
}
.txt-blue {
    color: #325b81;
}
.txt-under {
    text-decoration: underline
}
/*탭메뉴*/
ul.tabs{
    margin: 0px;
    padding: 0px;
    list-style: none;
    background: #fff;
}
ul.tabs li{
    background: none;
    color: #444;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
}
ul.tabs li.current{
    background: #ededed;
    color: #000;
    font-weight: 800;
}
.tab-content{
    display: none;
    padding: 15px 0;
    border-top:1px solid #eee;
}
.tab-content.current{
    display: inherit;
}

.text_center{
    text-align: center!important;
}
.text_left{
    text-align: left!important;
}
.text_right{
    text-align: right!important;
}
.box_red{
    background: #ffebeb;
    padding: 20px;
    border-radius: 8px;
    color: #ff0000;
}
/*모달*/
body.modal-open{
    padding-right: 0!important;
}
.modal-open .modal{
    padding-right: 0!important;
}
.modal-open {
    overflow: unset;
}
.modal-content {
    box-shadow: none;
    background: #fff0;
    border: 0;
    border-radius: 0;
    max-height: 90vh;
}
.modal .btn-primary {
    background-color: #fff;
    color: #325b81;
    width: 100%;
    font-size:1.2em;
    font-weight:600;
    border-radius: 0;

}
.modal .btn-secondary {
    background-color: #fff;
    color: #1a1a1c;
    width: 100%;
    border-radius: 0;
}
.modal .border_gray {
    border-color: #cccfcf;
}
.modal-header .close {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
    opacity: 0.7;
}
.modal-title {
    color: #fff;
    font-size: 1.4em;
    font-weight: 600;
}
.modal-header {
    border-bottom: 0;
    padding: 20px 15px 10px;
    display: flex;
    justify-content: space-between
}
.modal-body{
    font-family: 'Pretendard';
    border-radius: 5px;
    background: #fff;
    overflow: auto;
    padding: 20px 15px;
    max-height: calc(90vh - 106px);
    width: 100%
}
.modal-body {
    overflow: overlay;
}
.modal-body::-webkit-scrollbar {
    width: 0.5vw;
    height: 0.5vw;
}
.modal-body::-webkit-scrollbar-thumb {
    background-color: hsla(0, 0%, 42%, 0.49);
    border-radius: 0px;
}
.modal-body .box_gray{
    background: #e7ebf3;
    padding: 20px;
    border-radius: 8px;
}
.modal-body .box_red{
    background: #ffebeb;
    padding: 20px;
    border-radius: 8px;
    color: #ff0000;
}
.modal-body .box_white{
    background: #fff;
    padding: 20px;
    border-radius: 8px;
}
.modal-body .box_whiteline {
    background: #fff;
    border: 1px solid #e7ebf3;
    padding: 20px;
    border-radius: 8px;
}
.modal-body .box_white2{
    background: #f1f3f7;
    padding: 20px;
    border-radius: 8px;
}
.modal-body .box_whiteline2 {
    background: #fff;
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 8px;
}
.modal-body .box_whiteline > .box_white {
    background: #e7ebf3;
}
.modal-body .box_whiteline2 > .box_white {
    background: #e7ebf3;
}
.modal-footer {
    border-radius:0 0 10px 10px ;
    background: #fff;
    padding: 0;
    border-top: 0;
    display: flex;
    justify-content: space-around;
    overflow: hidden;
}
.modal-footer .btn+.btn {
    margin: 0!important;
    border-left: 1px solid #e5e5e5;
}
.modal-dialog{
    background: #fff0;
    max-width: 450px;
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)!important;
}
.modal-content:has(.modal-footer) .modal-body{
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #e5e5e5;
}
.modal ul.tabs li.current{
    border-radius: 10px 10px 0 0;
}
.modal-dialog.modal-wide {
    width: 90%;
    max-width: 1000px
}
.modal-dialog.modal-middle {
    width: 90%;
    max-width: 600px
}
.modal-dialog.modal-narrow {
    width: 300px;
}
.modal-box1 {
    border-radius: 0px;
    background-color: #ffffff;
    padding: 20px;
}
.modal.wide .modal-dialog{
    max-width:600px;
}
/*테이블*/
.modal .table {
    overflow-y: auto;
    margin-bottom: 20px;
    margin-top: 10px;
}
.modal .table table{
    width: 100%;
    border-spacing:0;
    border-radius: 5px 5px 0 0
}
.modal .table table{
    border-top: 1px solid rgba(223, 203, 231, 0.56);
}
.modal .table th, .modal .table td{
    padding: 10px 7.5px;
    border-bottom: 1px solid #E6E6E6;
    border-right:1px solid #E6E6E6;
    background: #fff;
}
/* .table th:first-of-type{
    border-top-left-radius: 10px
}
 .table th:last-of-type{
    border-top-right-radius: 10px;
    border-right: 0
}
*/
/* .modal .table th:last-of-type{
    border-right: 0
}
 .modal .table td:last-of-type{
    border-right: 0
}
*/
.modal .table th:first-of-type{
    border-left:1px solid #E6E6E6;
;
}
.modal .table td:first-of-type{
    border-left:1px solid #E6E6E6;
;
}
.modal .table th{
    font-weight: 600;
    font-size: 1em;
    border-bottom: 1px solid rgba(203, 219, 231, 0.56);
    color: #ffffff;
    background: #464646;
    white-space: nowrap
}
.modal .table tbody th{
    background: rgba(230, 236, 255, 0.34);
    border-bottom: 1px solid #E6E6E6;
    color: #000
}
.modal .table tbody tr:hover td {
    background: #f9f9f9
}
.modal .table .text_center{
    text-align: center;
}
.modal .table .text_left{
    text-align: left;
}
.modal .table .text_right{
    text-align: right;
}
.modal .table td > a {
    display: block
}
.modal .table tr.collapse, .modal .table tr.collapsing td, .modal .table tr.collapse.in td{
    background-color: #FBFBFB;
    border-right: 0;
    border-left: 0;
}

details {}
details > summary { cursor:pointer; transition:background 0.5s;
    display: flex; align-items: center; justify-content: space-between; padding: 0px}
details > summary:after{content: "\f078"; font-family: "Font Awesome 6 Pro"; display: block;}
details > summary::-webkit-details-marker { transform:rotate3d(0, 0, 1, 90deg); transition:transform 0.25s;}
details[open] > summary::-webkit-details-marker { transform:rotate3d(0, 0, 1, 180deg);}
details[open] > summary:after {content: "\f077";}
details[open] > summary ~ * { animation:reveal 0.5s; padding: 10px 0}
.details{padding: 14px; border-top: 1px dashed #DBDBDB;}

@keyframes reveal {
    from { opacity:0; transform:translate3d(0, 0px, 0); }
    to { opacity:1; transform:translate3d(0, 0, 0); }
}


@media screen and (max-width: 992px) {
    details > summary {   padding: 10px 0px;}
    .details {   padding: 10px 0px;}
}



.cut{display:inline-block; width:100%; overflow: hidden; text-overflow: ellipsis; vertical-align:middle; word-break: break-all;  white-space: nowrap;}
.cut2{overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; width:100%;}
.cut3{overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; width:100%;}


/*아이콘*/
.icon{font-size: 12px; padding:5px 6px; line-height: 1em; font-weight: 600; display: inline-block;border-radius: 3px;}
.icon_big{font-size: 16px; padding:10px 15px; line-height: 1em; font-weight: 600; display: inline-block;border-radius: 5px;}
.icon_block{font-size: 12px; padding:5px 6px; line-height: 1em; font-weight: 600; }
.icon_radius{border-radius: 50px;}
/*display: flex;justify-content: center;align-items: center;*/
/*.icon_color{background: #ffe6e6; border: 1px solid #325b81; color: #325b81;}*/
.icon_color{background: rgba(158, 58, 240, 0.07); border: 1px solid #325b81; color: #1E1E1E;}
.icon_color2{background-color: #f7e6ff; color: #325b81;}
/*.icon_color3{background-color: #325b81; color: #fff;}*/
.icon_color3{background-color: #325b81; color: #fff;}
.icon_color4{background: #eee; color: #325b81;}
/*.icon_colorline{background: #fff; border: 1px solid #325b81; color: #325b81;}*/
.icon_colorline{background: #fff; border: 1px solid #325b81; color: #325b81;}
.icon_red1{background:#ff858b; color: #fff; border-radius: 50px; min-width: 85px; text-align: center; line-height: 20px;}
.icon_red2{background: #ffe6e8; color: #ff858b;}
.icon_pink{background:#ff5b90; color: #fff; border-radius: 50px; min-width: 85px; text-align: center; line-height: 20px;}
.icon_red{background: #FF0606 ; color: #fff;}
.icon_blue{background: #d6efff; color: #1a7daf;}
.icon_sky{background: #dcf3fa; color: #2992d5;}
.icon_green{background: #c8eed6; color: #1ea44f;}
.icon_black{background: #222!important; ; color: #fff!important;}
.icon_gray{background: #ECECEC!important ; color: #828282!important;}
.icon_gray3{background: #f3f3f3; color: #727272;}
.icon_gray2{background: #333333 ; color: #ffffff;}
.icon_line{border: 1px solid #d9d9d9; padding: 3px 5px; display: inline-block;}
.icon_line2{border: 1px solid #919191; color: #828282; padding: 3px 5px; display: inline-block;}
.icon_white{background: #fff; color: #325b81;}
.icon.h30{line-height: 20px;}
.icon.circle{ text-align: center; width: 67px; height: 67px; border-radius: 50%; background: #ffe6e6;display: table;}
.icon.circle p{display: table-cell; vertical-align: middle;}
.icon.circle span{font-size: 1.05em; color: #7D7D7D;}
.icon.circle strong{display: block; font-size: 1.25em; font-weight: 700; color: #325b81; margin-top: 6px;}
.icon.circle.gray{filter:grayscale(100%); opacity: 0.6;}
.icon_mini{font-size: 9px; padding:2px 4px; font-weight: 700; letter-spacing: -0.5px; margin-left: 6px;}



.empty{padding: 5% 0!important; text-align: center!important; font-size: 1em; opacity: 0.8;}
.empty.v2{padding: 15% 0!important;}