/* CSS Document */
@charset "utf-8";
/* ============================ default =============================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('common.css');
@import url('layout.css');
@import url('contents.css');
@import url('list.css');
@import url('detail.css');
@import url('calender.css');
@import url('dashbod.css');
html {
    height: 100%;
    font-size:16px;
    -webkit-font-smoothing: antialiased;
}

* {
    font-family:"Montserrat" , "Noto Sans KR", sans-serif;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    outline: none;
}

body {
    height:100%;
    color: #222;
    /*letter-spacing: 0.04em;*/
    word-spacing: -1px;
    -webkit-text-size-adjust: none;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
select,
textarea,
p,
blockquote,
th,
td,
button {
    margin: 0;
    padding: 0;
    /*word-break: break-all;*/
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-os-font-smoothing: grayscale;
    outline: none;
    font: inherit;
    font-size: 100%;
    vertical-align: baseline;
}

button {
    background: transparent;
    border: none;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    overflow: visible;
    cursor: pointer;
}

input,
textarea,
select,
button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em;
    outline: none;
}

section,
nav,
article,
aside,
hgroup,
header,
footer {
    display: block;
}

form,
fieldset,
img {
    border: 0 none;
}

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

em {
    font-style: normal;
}

ul,
ol,
li {
    list-style: none outside;
    margin: 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
    border: 0;
    outline: none;
}

a {
    text-decoration: none;
    color: #333;
    cursor: pointer;
}

li,
p,
dt,
dd,
div,
span {
    word-break: break-all;
}

legend,
caption,
.skip {
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

input[type='text'],
input[type='password'],
input[type='tel'],
input[type='number'],
input[type='search'],
input[type='email'],
textarea {
    font-family: "Montserrat" , "Noto Sans KR", sans-serif;
    background: #fff;
    color: #222;
    -webkit-border-radius:0;
    -webkit-appearance:none;
    box-sizing: border-box;
    outline: none;
    padding-left: 7px;
}

input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input:read-only, [contenteditable]:read-only{
	background-color:#ddd;
}
*::placeholder {
    color: #1e1e1e;
    font-family:"Noto Sans KR", sans-serif;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size:1rem;
}

*::-webkit-input-placeholder {
    color: #1e1e1e;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size: 1rem;
}

*:-moz-input-placeholder {
    color: #1e1e1e;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size: 1rem;
}

*:-ms-input-placeholder {
    color: #1e1e1e;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size: 1rem;
}

*:-moz-placeholder {
    color: #1e1e1e;
    letter-spacing: 0;
    padding-left: 5px;
    font-weight: 400;
    font-size: 1rem;
}

button,
input[type='button'],
input[type='submit'],
input[type='reset'] {
    border: none;
    cursor: pointer;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    text-decoration: none;
}
input[type='radio'] {
	/*width:1.250rem;*/
	-ms-transform: scale(1.2); /* IE 9 */
    -webkit-transform: scale(1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2);
}
input[type='date'] {
    height: 43px;
    border:1px solid #d5dbeb;
    padding:0 10px;
    border-radius: 7px;
    color:#333;
    position: relative;
}
select {
    min-width: 120px;
    height:45px;
    cursor: pointer;
    padding: 0 45px 0 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    font-size:16px;
    font-weight: 500;
    color: #333;
    -webkit-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    box-sizing: border-box;
    outline: none;
    border: 1px solid #dfdfdf;
    background: url('/img/arrow.png') no-repeat 92% 50%;
    background-color: #fff;
}

select::-ms-expand {
    display: none;
}

.ui-datepicker .ui-datepicker-header select{
    min-width:auto !important;
    height: auto !important;
    background: none !important;
    appearance:auto !important;
    -webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    padding: 5px 0 !important;
    background-color: #fff !important;
    border-radius: 5px !important;
}
.ui-datepicker select.ui-datepicker-year{
    width:45% !important;
    margin-right:5px !important;
}
.ui-datepicker select.ui-datepicker-month{
    width: 35% !important;
    margin-left:15px !important;
}


textarea {
    -webkit-border-radius: 0;
    box-sizing: border-box;
    font-size:1.125rem;
    font-weight: 300;
}

iframe {
    display: block;
}

.dtl_field:has(.input_txt01_none:disabled) .inputDsabBox{
    background-color: #ddd !important;
    border:1px solid #ddd;
}

.MdWr_field:has(.input_txt01_none:disabled) .inputDsabBox {
    background-color: #ddd !important;
    border: 1px solid #ddd;
}

input[type='text']:disabled {
    color:#555;
    background-color: #ddd !important;
    border:1px solid #ddd;
}
.input_txt01_none:disabled {
    color: #b9b9b9 !important;
}
/* ===================================================== */
.blind {
    display: none;
    visibility: hidden;
    overflow: hidden;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    margin: 0;
    padding: 0;
    text-indent: -999999em;
}
.Align_bs{align-items:baseline!important;}
.Align_scr{align-items: stretch !important;}
.AlignCt {
    text-align: center !important;
}

.AlignLt {
    text-align: left !important;
}

.AlignRt {
    text-align: right !important;
}

.floatLt {
    float: left !important;
}

.floatRt {
    float: right !important;
}
.w30 {
    width: 30% !important;
}
.w40 {
    width: 40% !important;
}
.w50 {
    width: 50% !important;
}
.w100 {
    width: 100% !important;
}
.w90p {
    min-width: 90px !important;
}
.w100p {
    width: 100px !important;
}
.w130p {
    width: 130px !important;
}
.w200p {
    width: 200px !important;
}


/* Select box */
.sel_box {
    position: relative;
    /* display: block;*/
    z-index: 1;
}
.sel_box:disabled{
    background-color: #ddd !important;
    color: #b9b9b9 !important;
}
.sel_box select {
    width: 100%;
    background: transparent;
    font-size: 16px;
    height: 50px;
    line-height: 26px;
    text-align: right;
    padding-left: 15.008px;
    /*text-indent: 5px;*/
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    /*direction: rtl;좌우방향전환 padding-right: 40px;*/
    border: 1px solid #ddd;
    margin-top: 5px;
    background-color: #fff;
    text-align: left;
}

.sel_box select::-ms-expand {
    display: none
        /* 화살표 없애기 for IE10, 11*/
}
.colSelRed {
    color: var(--red2_color);
}
.colSelYellow {
    color: var(--ylw2_color);
}
.colSelblu{
    color:var(--blu_color);
}
.colSelorg {
    color: var(--org_color);
}
.colSelgrn {
    color: var(--grn2_color);
}
.colSelpur {
    color: var(--pur2_color);
}
/* .icon_human {
    background: url('../img/icon.svg') no-repeat;
    background-size: 31.25rem 31.25rem;
} */



#topBtn {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Fixed/sticky position */
    bottom: 80px;
    /* Place the button at the bottom of the page */
    right: 10px;
    /* Place the button 30px from the right */
    z-index: 99;
    /* Make sure it does not overlap */
    /*border: 1px solid #bbb;*/
    /* Remove borders */
    outline: none;
    /* Remove outline */
    background-color: #555;
    /* Set a background color */
    /*color: #555;*/
    /* Text color */
    cursor: pointer;
    /* Add a mouse pointer on hover */
    padding: 0.625rem 0.625rem;
    /* Some padding */
    border-radius: 50px;
    /* Rounded corners */
    opacity: 0.80;
    filter: alpha(opacity=50);
    /*box-shadow: 2px 2px 2px #ddd;*/

}

.hiddenText {
    height: 0;
    left: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 0;
}

/**/
.heit40 {
    height: 40px !important;
}

.heit45{
    height: 45px !important;
}
.mgauto {
    margin: 0 auto !important;
}
.mg0 {
    margin: 0 !important;
}
.mgtb15{
    margin:15px 0 !important;
}
.mgtp0 {
    margin-top: 0 !important;
}
.mgtp10 {
    margin-top: 10px;
}
.mgtp20{
    margin-top:20px;
}
.mgtp30 {
    margin-top: 30px;
}
.mgtp50 {
    margin-top: 50px;
}
.mgtp100 {
    margin-top: 100px;
}
.mgbt20 {
    margin-bottom: 20px !important;
}
.mgbt30 {
    margin-bottom: 30px !important;
}
.mgbt15 {
    margin-bottom: 15px !important;
}
.mgbt10 {
    margin-bottom: 10px !important;
}
.mgbt7 {
    margin-bottom: 7px !important;
}
.mglt7 {
    margin-left: 7px !important;
}
.pdd0{
    padding:0 !important;
}
.pdtp0 {
    padding-top: 0px !important;
}
.pdd15 {
    padding: 15px 0 !important;
}
.pddtp15 {
    padding-top: 15px !important;
}
.pddbt15 {
    padding-bottom: 15px !important;
}
.pdd20 {
    padding: 20px !important;
}

.flexColAlg{
    flex-direction: column !important;
    align-items: flex-start !important;
    row-gap: 15px;
}

.BtnAreaPst01{
    width: auto !important;
    position: absolute;
    bottom:80px; right:20px;
}