@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');

/* reset */
* {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans KR', sans-serif;
}

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: 0;
    padding: 0;
}

body,
button,
input,
select,
table,
textarea {
/*     color: #000; */
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.08rem;
}

fieldset,
img {
    border: 0;
}

dl,
li,
ol,
ul {
    list-style: none;
}

address,
em {
    font-style: normal;
}

a {
    color: #333;
    font-size: 14px;
    text-decoration: none;
    outline: none;
}

a:active,
a:focus,
a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
}

table {
    width: 100%;
    padding: 0;
    border: 0;
    border-spacing: 0;
    border-collapse: collapse;
}


table th {
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

td,
th {
    padding: 0;
}

/* IE */
select::-ms-expand {
    display: none;
}

.select {
    -o-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input {
    border: none;
}

input:focus {
    outline: none;
}

input[type="text"] {
    vertical-align: middle;
}

form input::file-selector-button {
    display: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px white inset;
    box-shadow: 0 0 0 1000px white inset;
}


hr {
    display: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
    font-weight: inherit;
}

button {
    overflow: visible;
    border: 0;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
}

button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

button span {
    position: relative;
}

input,
select {
    outline: none;
}

label {
    cursor: pointer;
}

.blind {
    overflow: hidden;
    position: absolute;
    top: -99rem;
    left: 0;
    width: 1px;
    height: 1px;
    border: 0;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
}

.clear:after {
    content: "";
    display: block;
    clear: both;
}

/* common */
#wrap,
html,
body {
    background: #fff;
    width: 100%;
    height: 100%;
}

body {
    line-height: 1;
    font-family: 'Noto Sans KR', sans-serif;
}

.pointer {
    cursor: pointer !important;
}


.hidden {
    overflow: hidden;
}

.nowrap {
    width: 160px;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-overflow: ellipsis;
}

.nowrap2 {
    width: 130px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.multi-line-ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.1;
}

.fs10 {
    font-size: 10px !important;
}

.fs11 {
    font-size: 11px !important;
}

.fs12 {
    font-size: 12px !important;
}

.fs13 {
    font-size: 13px !important;
}

.fs14 {
    font-size: 14px !important;
}

.fs15 {
    font-size: 15px !important;
}

.fs16 {
    font-size: 16px !important;
}

.fs17 {
    font-size: 17px !important;
}

.fs18 {
    font-size: 18px !important;
}

.fs20 {
    font-size: 20px !important;
}

.fs22 {
    font-size: 22px !important;}

.fs24 {
    font-size: 24px !important;}

.fs25 {
    font-size: 25px !important;
}

.fs28 {
    font-size: 28px !important;
}

.fs30 {
    font-size: 30px !important;
}

.fs32 {
    font-size: 32px !important;
}

.fs40 {
    font-size: 40px !important;
}

.bnone {
    border: none !important;
}

.bnone:focus {
    border: none !important;
}

.btop {
    border-top: 1px solid #cdd7e1;
}

.bbtm {
    border-bottom: 1px solid #e1e1e1;
}
.bbtm2 {
    border-bottom: 1px solid #cdd7e1;
}
.bleft {
    border-left: 1px solid #cdd7e1;
}

.bright {
    border-right: 1px solid #cdd7e1;
}

.bx {
    border-left: 1px solid #cdd7e1;
    border-right: 1px solid #cdd7e1;
}

.by {
    border-top: 1px solid #cdd7e1;
    border-bottom: 1px solid #cdd7e1;
}

.by2 {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.bxy {
    border: 1px solid #e1e1e1 !important;
}
.bxy2 {
    border: 1px solid #828282 !important;
}
.bxy3 {
    border: 1px solid #b7b7b7 !important;
}
.bxnone {
    border-top: none !important;
    border-bottom: none !important;
}

.btnone {
    border-top: none !important;
}

.bbnone {
    border-bottom: none !important;
}


.content {
    padding: 20px;
}

.content:after {
    display: block;
    clear: both;
    content: '';
}

.dimmed {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    background: #000;
    opacity: 0.5;
}

.dimmed.on {
    display: block;
}




.under {
    text-decoration: underline;
    text-underline-position: under;
}

.under:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.line15 {
    line-height: 1.5;
}

.line14 {
    line-height: 1.4;
}

.line13 {
    line-height: 1.3;
}

.line12 {
    line-height: 1.2;
}

.line11 {
    line-height: 1.1;
}

.link-hover:hover {
    text-decoration: underline;
    text-underline-position: under;
}

.col {
    color: #475781;
}

.col-red {
    color: #f02446;
    margin-left: 5px;
}
.col-skyblue {
    color: #5caeed;
}
.col-blue {
    color: #36A3F7;
}

.col-d-blue {
    color: #038cd6 !important;
}

.col-green {
    color: #206e44;
}

.col-gray {
    color: #8f929e;
}

.col-sgray {
    color: #7d7d7d;
}
.col-sd-gray {
    color: #6c6c6c;
}

.col-d-gray {
    color: #5c5c5c !important;
}


.col-purple {
    color: #6a44ab;
}

.col-indigo {
    color: #01348B;
}
.col-d-indigo {
    color: #043984 !important;
}

.col-blue-light {
    color: #00b0c30c;
}

.col-sblue {
  color: #3678c3 !important;
}

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

.txt-cent {
    text-align: center !important;
}

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

/* margin */
.mauto {
    margin: 0 auto;
}

.m0 {
    margin: 0 !important;
}

.mtop0 {
    margin-top: 0 !important;
}

.mtop5 {
    margin-top: 5px !important;
}

.mtop10 {
    margin-top: 10px !important;
}

.mtop15 {
    margin-top: 15px !important;
}

.mtop20 {
    margin-top: 20px !important;
}

.mtop30 {
    margin-top: 30px !important;
}

.mtop40 {
    margin-top: 40px !important;
}

.mtop50 {
    margin-top: 50px !important;
}

.mtop60 {
    margin-top: 60px !important;
}

.mtop70 {
    margin-top: 70px !important;
}

.mtop80 {
    margin-top: 80px !important;
}

.mtop100 {
    margin-top: 100px !important;
}

.mbtm0 {
    margin-bottom: 0 !important;
}

.mbtm5 {
    margin-bottom: 5px !important;
}

.mbtm10 {
    margin-bottom: 10px !important;
}
.mbtm12 {
    margin-bottom: 12px !important;
}
.mbtm15 {
    margin-bottom: 15px !important;
}

.mbtm20 {
    margin-bottom: 20px !important;
}

.mbtm25 {
    margin-bottom: 25px !important;
}

.mbtm30 {
    margin-bottom: 30px !important;
}

.mbtm35 {
    margin-bottom: 35px !important;
}

.mbtm37 {
    margin-bottom: 37px !important;
}

.mbtm40 {
    margin-bottom: 40px !important;
}

.mbtm50 {
    margin-bottom: 50px !important;
}

.mbtm60 {
    margin-bottom: 60px !important;
}

.mbtm70 {
    margin-bottom: 70px !important;
}

.mbtm80 {
    margin-bottom: 80px !important;
}

.mbtm90 {
    margin-bottom: 90px !important;
}

.mbtm100 {
    margin-bottom: 100px !important;
}

.mbtm300 {
    margin-bottom: 300px !important;
}

.mleft0 {
    margin-left: 0 !important;
}

.mleft5 {
    margin-left: 5px !important;
}

.mleft10 {
    margin-left: 10px !important;
}
.mleft13 {
    margin-left: 13px !important;
}
.mleft15 {
    margin-left: 15px !important;
}
.mleft18 {
    margin-left: 18px !important;
}

.mleft20 {
    margin-left: 20px !important;
}
.mleft27 {
    margin-left: 27px !important;
}
.mleft30 {
    margin-left: 30px !important;
}

.mleft40 {
    margin-left: 40px !important;
}

.mleft50 {
    margin-left: 50px !important;
}

.mleft60 {
    margin-left: 60px !important;
}

.mleft100 {
    margin-left: 100px !important;
}

.mleft110 {
    margin-left: 110px !important;
}

.mleft110 {
    margin-left: 110px !important;
}
.mleft250 {
    margin-left: 250px !important;
}

.mright5 {
    margin-right: 5px !important;
}

.mright10 {
    margin-right: 10px !important;
}

.mright15 {
    margin-right: 15px !important;
}

.mright18 {
    margin-right: 18px !important;
}

.mright20 {
    margin-right: 20px;
}
.mright27 {
    margin-right: 27px;
}

.mright30 {
    margin-right: 30px;
}

.mright40 {
    margin-right: 40px;
}

.mright50 {
    margin-right: 50px;
}

.mright60 {
    margin-right: 60px !important;
}

.mright70 {
    margin-right: 70px !important;
}

.mtb10 {
    margin: 10px 0;
}

.mtb20 {
    margin: 20px 0 !important;
}

.mtb30 {
    margin: 30px 0 !important;
}

.mtb40 {
    margin: 40px 0 !important;
}

.mtb50 {
    margin: 50px 0 !important;
}

.mx5 {
    margin: 0 5px !important;
}

.mx10 {
    margin: 0 10px !important;
}

.mx15 {
    margin: 0 15px !important;
}

.mx20 {
    margin: 0 20px !important;
}

.mx30 {
    margin: 0 30px !important;
}

.mx40 {
    margin: 0 40px !important;
}

.my10 {
    margin: 10px 0 !important;
}

.my15 {
    margin: 15px 0 !important;
}

.my20 {
    margin: 20px 0 !important;
}

.my30 {
    margin: 30px 0 !important;
}

.my40 {
    margin: 40px 0 !important;
}

.my50 {
    margin: 50px 0 !important;
}

.m10 {
    margin: 10px !important;
}

.m20 {
    margin: 20px !important;
}

.m30 {
    margin: 30px !important;
}

/* padding */
.p0 {
    padding: 0 !important;
}

.ptop10 {
    padding-top: 10px !important;
}

.ptop20 {
    padding-top: 20px !important;
}

.ptop30 {
    padding-top: 30px !important;
}

.pbtm0 {
    padding-bottom: 0 !important;
}

.pbtm10 {
    padding-bottom: 10px !important;
}

.pbtm20 {
    padding-bottom: 20px !important;
}

.pbtm30 {
    padding-bottom: 30px !important;
}

.pbtm40 {
  padding-bottom: 40px !important;
}

.pbtm50 {
    padding-bottom: 50px !important;
}

.pbtm100 {
    padding-bottom: 100px !important;
}

.pleft5 {
    padding-left: 5px !important;
}

.pleft10 {
    padding-left: 10px !important;
}

.pleft20 {
    padding-left: 20px !important;
}

.pright5 {
    padding-right: 5px !important;
}

.pright10 {
    padding-right: 10px !important;
}

.pright20 {
    padding-right: 20px !important;
}

.pright30 {
    padding-right: 30px !important;
}

.ptb5 {
    padding: 5px 0 !important;
}

.ptb10 {
    padding: 10px 0 !important;
}

.ptb20 {
    padding: 20px 0 !important;
}

.px0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.px10 {
    padding: 0 10px !important;
}

.px20 {
    padding: 0 20px !important;
}

.px30 {
    padding: 0 30px !important;
}

.px40 {
    padding: 0 40px !important;
}

.px50 {
    padding: 0 50px !important;
}

.py5 {
    padding: 5px 0 !important;
}

.py10 {
    padding: 10px 0 !important;
}

.py15 {
    padding: 15px 0 !important;
}

.py20 {
    padding: 20px 0 !important;
}

.py30 {
    padding: 30px 0 !important;
}

.pxy5 {
    padding: 5px !important;
}

.pxy7 {
    padding: 7px !important;
}
.pxy10 {
    padding: 10px !important;
}

.pxy20 {
    padding: 20px !important;
}

.pxy30 {
    padding: 30px !important;
}

.pxy40 {
    padding: 40px !important;
}

.pxy50 {
    padding: 50px !important;
}
.pxy55 {
	  padding: 55px !important;
}

/* width */
.w100 {
    width: 100% !important;
}

.w90 {
    width: 90% !important;
}

.w80 {
    width: 80% !important;
}

.w70 {
    width: 70% !important;
}

.w60 {
    width: 60% !important;
}

.w50 {
    width: 50% !important;
}

.w49 {
    width: 49% !important;
}

.w48 {
    width: 48% !important;
}

.w47 {
    width: 47% !important;
}
.w45 {
    width: 45% !important;
}
.w40 {
    width: 40% !important;
}
.w35 {
  width: 35% !important;
}

.w30 {
    width: 30% !important;
}

.w28 {
    width: 28% !important;
}

.w25 {
    width: 25% !important;
}

.w23 {
    width: 23% !important;
}

.w20 {
    width: 20% !important;
}

.w10 {
    width: 10% !important;
}

.w30p {
    width: 30px !important;
}

.w50p {
    width: 50px !important;
}
.w60p {
    width: 60px !important;
}
.w70p {
    width: 70px !important;
}
.w80p {
    width: 80px !important;
}
.w90p {
    width: 90px !important;
}
.w95p {
    width: 95px !important;
}
.w100p {
    width: 100px !important;
}

.w120p {
    width: 120px !important;
}

.w130p {
    width: 130px !important;
}

.w140p {
    width: 140px !important;
}

.w150p {
    width: 150px !important;
}

.w160p {
    width: 160px !important;
}

.w170p {
    width: 170px !important;
}

.w180p {
    width: 180px !important;
}

.w184p {
    width: 184px !important;
}
.w190p {
    width: 190px !important;
}

.w200p {
    width: 200px !important;
}

.w220p {
    width: 220px !important;
}

.w223p {
    width: 223px !important;
}

.w230p {
    width: 230px !important;
}

.w240p {
    width: 240px !important;
}

.w250p {
    width: 250px !important;
}

.w280p {
  width: 280px !important;
}
.w300p {
    width: 300px !important;
}
.w320p {
    width: 320px !important;
}
.w330p {
    width: w330p !important;
}
.w340p {
    width: 340px !important;
}
.w366p {
    width: 366px !important;
}

.w380p {
    width: 380px !important;
}

.w400p {
    width: 400px !important;
}

.w410p {
    width: 410px !important;
}

.w440p {
    width: 440px !important;
}
.w460p {
    width: 460px !important;
}

.w500p {
    width: 500px !important;
}

.w520p {
    width: 520px !important;
}

.w550p {
    width: 550px !important;
}

.w600p {
    width: 600px !important;
}
.w640p {
    width: 640px !important;
}
.w700p {
    width: 700px !important;
}

.w800p {
    width: 800px !important;
}

.w880p {
    width: 880px !important;
}

.w900p {
    width: 900px !important;
}

.w1000p {
    width: 1000px !important;
}

.w1100p {
    width: 1100px !important;
}

.w1200p {
    width: 1200px !important;
}

.w1260p {
    width: 1260px !important;
}

.w1400p {
    width: 1400px !important;
}

.w1500p {
    width: 1500px !important;
}

/* height */
.h0p {
    height: 0px !important;
}

.h900p {
    height: 900px !important;
}

.h800p {
    height: 800px !important;
}

.h700p {
    height: 700px !important;
}

.h600p {
    height: 600px !important;
}

.h300p {
    height: 300px !important;
}

.h350p {
    height: 350px !important;
}

.h360p {
    height: 360px !important;
}

.h280p {
  height: 280px !important;
}

.h200p {
    height: 200px !important;
}


.h100p {
    height: 100px !important;
}

.h90p {
    height: 90px !important;
}

.h80p {
    height: 80px !important;
}

.h70p {
    height: 70px !important;
}

.h60p {
    height: 60px !important;
}

.h50p {
    height: 50px !important;
}

.h40p {
    height: 40px !important;
}

.h35p {
    height: 35px !important;
}

.h30p {
    height: 30px !important;
}

.h20p {
    height: 20px !important;
}

.h10p {
    height: 10px !important;
}

.h110p {
    height: 110px !important;
}

.h120p {
    height: 120px !important;
}

.h130p {
    height: 130px !important;
}

.h143p {
    height: 143px !important;
}

.h150p {
    height: 150px !important;
}
.h160p {
    height: 160px !important;
}
.h200p {
    height: 200px !important;
}

.hauto {
    height: auto !important;
}

.minw80p {
    min-width: 80px !important;
}

.maxh300p {
    height: auto;
    max-height: 300px;
    overflow-y: auto;
}

.maxh400p {
    height: auto;
    max-height: 400px;
    overflow-y: auto;
}

.maxh500p {
    height: auto;
    max-height: 500px;
    overflow-y: auto;
}

.maxh550p {
    height: auto;
    max-height: 550px;
    overflow-y: auto;
}

.maxh600p {
    height: auto;
    max-height: 600px;
    overflow-y: auto;
}

.maxh700p {
    height: auto;
    max-height: 700px;
    overflow-y: auto;
}

.maxh800p {
    height: auto;
    max-height: 800px;
    overflow-y: auto;
}

.maxh900p {
    height: auto;
    max-height: 900px;
    overflow-y: auto;
}

.minh500p {
    min-height: 500px;
}

.w100v {
    width: 100vw !important;
}

/* height */
.h100v {
    height: 100vh !important;
}

/* background-color */
.bg-transparent {
    background: transparent !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-red {
    background-color: #F4516C !important;
}

.bg-red-light {
    background-color: #ffe8e2 !important;
}

.bg-burgundy {
    background-color: #e22424 !important;
    border: 1px solid #e22424 !important;
}

.bg-gray {
    background-color: #f4f5f8 !important;
}

.bg-d-gray {
  background-color: #acacac !important;
}

.bg-gray-light {
	background-color: #f8f8f8 !important;
}
.bg-blue {
    background-color: #e7f2ff !important;
}
.bg-dblue{
    background-color: #3678c3 !important;
}
.bg-skyblue {
    background-color: #dde6f0 !important;
}

.bg-blue-deep {
    background-color: #1f7dd4 !important;
}

.bg-indigo {
  background-color: #043984 !important;
}

.bg-blue-light {
    background: #00b0c30c !important;
}

.bg-indigo-light {
    background-color: #00b0c30c !important;
}

.bg-sgray {
    background-color: #f0f0f0 !important;
}

.bg-nevi {
    background-color: #475781 !important;
}

input[value] {
    font-size: 18px;
}

input[type="text"],
input[type="password"],
input[type="number"],
input[type="time"],
input[type="date"] {
    min-height: 40px;
    padding: 5.5px 5px;
    border: 1px solid #ccc;
    background-color: #f8f8f8;
    vertical-align: top;
    box-sizing: border-box;
    font-size: 18px;
    text-indent: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
/* select:focus, */
input[type="number"]:focus {
    border: 1px solid #475781;
}

input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder {
    color: #7f7f7f;
    font-size: 16px;
}

input[type="text"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-input-placeholder,
input[type="number"]::-moz-input-placeholder {
    color: #7f7f7f;
    font-size: 16px;
}

input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea::-ms-input-placeholder,
input[type="number"]::-ms-input-placeholder {
    color: #7f7f7f;
    font-size: 16px;
}

input[type="text"].inp-err,
input[type="password"].inp-err {
    border: 1px solid #F4516C;
}

input[type="text"].inp-err:hover {
    border: 1px solid #F4516C;
}

input[type="text"].inp-cent {
    text-align: center;
}

input[type="text"].inp-right {
    text-align: right;
}

input[readonly] {
    padding: 0;
    /* border: 0; */
}

textarea[readonly] {
    border: 0;
}

input[readonly].col-red {
    color: #f02446;
}

/* input[readonly]:focus {
    border: 0;
} */

input.readonly {
    color: #ccc;
}

input.readonly.col-red {
    color: #f02446;
}

input.disabled {
    border: 1px solid #f5f5f5;
    background: #f5f5f5;
}

input[readonly].disabled {
    padding: 5.5px 5px;
}

select {
    padding: 4.5px 5px;
    border: 1px solid #ebedf2;
    border-radius: 3px;
    vertical-align: top;
}

select.disabled {
    background: #f5f5f5;
}


textarea {
    padding: 5px;
    border: 1px solid #ebedf2;
    border-radius: 3px;
    vertical-align: top;
    box-sizing: border-box;
    resize: none;
}

textarea::placeholder {
    color: #ccc;
}

.lb-box {
    display: inline-block;
    position: relative;
    height: 16px;
    margin-left: 15px;
    padding-left: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.lb-box:first-child {
    margin: 0;
}

.lb-box input {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    opacity: 0;
}
.lb-box.lb-box2 input {
    position: static;
    opacity: 1;
}
.lb-box input:checked~.mark:after {
    display: block;
}

.lb-box .txt-label {
    display: inline-block;
    margin-left: 5px;
    line-height: 1rem;
}

.lb-box .mark {
    position: absolute;
    top: 2px;
    left: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #bdc3d4;
    border-radius: 3px;
    background: #fff;
}

.lb-box .mark.markb {
    position: absolute;
    left: 0px;
    width: 16px;
    height: 16px;
    border: 1px solid #bdc3d4;
    border-radius: 50%;
    background: #fff;
    box-sizing: border-box;
}


.lb-box .mark.chk:after {
    width: 3px;
    height: 8px;
    margin: -6px 0 0 -2px;
    border: solid #4a5368;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lb-box .mark:after {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
}

.lb-box .mark.markb:after {
    width: 7px;
    height: 7px;
    background: #000;
    /* margin: -4.6px 0 0 -4.5px; */
    border: 1px solid #000;
    border-radius: 100%;
    position: absolute;
    left: 67%;
    top: 90%;
    transform: translate(-50%, -50%);

}

.lb-box .mark.rdo {
    border-radius: 50%;
}

.lb-box .mark.rdo:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 -4px;
    border-radius: 50%;
    background: #2f3336;
}

.btn-wrap {
    display: -ms-flex;
    display: flex;
    position: relative;
    margin-top: 30px;
}

.btn-wrap.cent {
    -ms-justify-content: center;
    justify-content: center;
}

.btn-wrap.right {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.btn-wrap.nopadg {
    padding: 0;
}

.btn-wrap .right {
    position: absolute;
    top: 0;
    right: 0;
}

.btn-wrap .left {
    position: absolute;
    top: 0;
    left: 0;
}

.btn-wrap.border {
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid #ebedf2;
}

.btn-wrap.border .right {
    top: 20px;
}

.btn-wrap.border .left {
    top: 20px;
}

.btn-wrap .btn-base {
    margin: 0 3px;
    height: 40px;
}

.btn-base {
    display: inline-block;
    min-width: 100px;
    height: 40px;
    padding: 7px 13px;
    border: 1px solid #07469f;
    border-radius: 5px;
    background: #07469f;
    color: #fff;
    line-height: 1;
    vertical-align: top;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    box-sizing: border-box;
}

.btn-base.small {
    min-width: auto;
    padding: 5px 8px;
}

.btn-base.vsmall {
    min-width: auto;
    height: 25px;
    line-height: 1.5px;
}

.btn-base.vsmall span {
    font-size: 12px;
}

.btn-base.tiny {
    min-width: auto;
}

.btn-base.indigo {
    border: 1px solid #01348B;
    background: #01348B;
    color: #fff;
}

.btn-base.sgray {
    /* border: 1px solid #f8f8f8;
    background: #f8f8f8;
    color: #2f3336; */

    border: 1px solid #f8f8f8;
    background: #f0f0f0;
    color: #2f3336;
}

.btn-base.mgray {
    border: 1px solid #d7d9dd;
    background: #d7d9dd;
    color: #080808;
}

.btn-base.sgrayfont {
    border: 1px solid #f8f8f8;
    background: #f8f8f8;
    color: #2f3336;
}

.btn-base.gray-rev {
    border: 1px solid #c5cbda;
    background: #fff;
    color: #2f3336;
}

.btn-base.rev {
    border: 1px solid #475781;
    background-color: #fff;
    color: #475781;
}

.btn-base.revi {
    border: 1px solid #4082a4;
    background-color: #fff;
    color: #4082a4;
}

.btn-base.burgundy-rev {
    background-color: #ffffff;
    border: 1px solid #e22424;
    color: #e22424;
}

.btn-base.indigo-rev {
    border: 1px solid #01348B;
    background-color: #fff;
    color: #01348B;
}

.btn-base.d-blue-rev {
    border: 1px solid #1b6fa7;
    background-color: #fff;
    color: #1b6fa7;
}

.btn-base.gray {
    border: 1px solid #c5cbda;
    background-color: #a1a1a1;
    color: #fff;
}

.btn-base.red-rev {
    border: 1px solid #f4516c;
    background-color: #ffffff;
    color: #f4516c;
}

.btn-base.sgray-deep {
    border: 1px solid #e9e9e9;
    background-color: #e9e9e9;
    color: #c2c2c2;
}

.btn-base.blue {
    border: 1px solid #36a3f7;
    background-color: #36a3f7;
    color: #fff;
}

.btn-base.dblue {
    border: 1px solid #1b6fa7;
    background-color: #1b6fa7;
    color: #fff;
}

.btn-base.d-blue {
    background-color: #1e88e5;
    border: 1px solid #1e88e5;
}

.btn-base.darkgreen {
    border: 1px solid #206e44;
    background-color: #206e44;
    color: #fff;
}

.btn-base.red {
    border: 1px solid #f4516c;
    background-color: #f4516c;
    color: #fff;
}

.btn-base.yellow {
    border: 1px solid #FFB822;
    background-color: #FFB822;
    color: #fff;
}

.btn-base.blue-deep {
    border: 1px solid #1f7dd4;
    background-color: #1f7dd4;
    color: #fff;
}

.txt-gray {
    color: #9b9b9b !important;
}

.txt-black {
    color: #333 !important;
}


.paging-wrap {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    margin-top: 20px;
}

.paging-wrap.cent {
    -ms-justify-content: center;
    justify-content: center;
}

.paging-wrap.right {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.paging-wrap .area {
    -ms-flex: 1;
    flex: 1;
}

.paging-wrap .area.noflex {
    -ms-flex: none;
    flex: none;
}

.paging-wrap .area.noflex .page-txt {
    margin-top: 13px;
}

.paging-wrap .area.left {
    position: absolute;
    top: 0;
    left: 0;
}

.paging-wrap .paging {
    display: -ms-flex;
    display: flex;
    margin-top: 5px;
}

.paging-wrap .paging.cent {
    -ms-justify-content: center;
    justify-content: center;
}

.paging-wrap .paging.right {
    -ms-justify-content: flex-end;
    justify-content: flex-end;
}

.paging-wrap .paging:after {
    display: block;
    clear: both;
    content: '';
}

.paging-wrap .paging li {
    float: left;
    margin-left: 5px;
}

.paging-wrap .paging li:first-child {
    margin: 0;
}

.paging-wrap .paging .btn-page {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #575962;
    line-height: 0.5em;
    text-align: center;
    outline: none;
}

.paging-wrap .paging .page-item .btn-page span {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 28px;
}

.paging-wrap .paging .page-item:hover .btn-page {
    background: #716aca;
    color: #fff;
}

.paging-wrap .paging .page-item.on .btn-page {
    background: #716aca;
    color: #fff;
}

.paging .page-next .btn-page,
.paging-wrap .paging .page-prev .btn-page {
    background: #F3F2F7;
}

.paging-wrap .page-txt {
    margin: 0;
    font-size: 10px;
}

.paging-wrap .btn-wrap {
    margin: 0;
}

.paging-wrap .btn-wrap .btn-base {
    position: static;
    top: auto;
    right: auto;
}

.paging-wrap .btn-wrap .btn-base:last-child {
    margin-right: 0;
}

.paging-wrap .btn-base {
    position: absolute;
    top: 0;
    right: 0;
}

.paging-wrap .data-count {
    margin-top: 5px;
    font-size: 10px;
}

.paging-wrap .data-count select {
    padding: 2px 5px;
}

.paging-wrap .data-count .txt {
    display: inline-block;
    margin-top: 8px;
}

.popup {
    display: none;
    position: absolute;
    z-index: 40;
    width: 700px;
    height: auto;
    background: #fff;
    padding: 40px;
    box-sizing: border-box;
}

.popup.on {
    display: block;
}

.popup .pop-head {
    padding: 0 0 20px 0;
}

.popup .pop-head .pop-tit {
    font-size: 24px;
    text-align: center;
    font-weight: bold;
}

.popup .close-x {
    position: absolute;
    right: 40px;
    top: 40px;
    font-size: 24px !important;
}

.popup .btn-close {
    cursor: pointer;
    font-size: 20px;
}

.popup .pop-body {
    padding: 30px 0 0 0;
}

.popup .pop-body .ck-box {
    width: 28px;
    height: 28px;
    border: 1px solid #cccccc;
    background-color: #f8f8f8;
    border-radius: 5px;
}

.popup.scroll {
    overflow-y: auto;
    max-height: 850px;
}

.popup .pop-body.scroll {
    overflow-y: auto;
    max-height: 490px;
}

.popup .tbl-wrap.scroll {
    overflow-y: auto;
    max-height: 300px;
}

.popup .tbl-wrap.list {
    overflow: auto;
    height: auto;
    max-height: 200px;
}

.popup .tbl-wrap.list.pop-scroll {
    height: auto;
    max-height: 500px;
}

.popup .p-tit {
    display: block;
    font-size: 16px;
    font-weight: bold;
}

.popup .pop-close>.sp {
    font-size: 16px;
}

.popup .pop-txt {
    margin-bottom: 10px;
    line-height: 1.5em;
    text-align: center;
}

.popup .pop-txt.left {
    text-align: left;
}

.field-box {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
    min-height: 30px;
    margin-top: 8px;
}

.field-box:first-of-type {
    margin: 0;
}

.field-box.fst {
    margin-top: 10px;
}

.field-box.fstb {
    margin-bottom: 10px;
}

.field-box>.btn-base {
    margin-left: 5px;
}

.field-box>.btn-base.fst {
    margin: 0;
}

.field-box.right {
    justify-content: flex-end;
}

.field-box.right .align-list {
    width: auto;
}

.field-box.cent {
    justify-content: center;
}

.field-box.cent .align-list {
    width: auto;
}

.field-box .btn-wrap {
    width: 100%;
}

.field-box.fb-position {
    margin: 0;
}

.title {
    font-weight: bold;
    font-size: 36px;
    padding: 0 0 48px;
    margin-top: 59px;
}

.s-title {
    font-weight: bold;
    font-size: 24px;
    color: #000;
    margin-bottom: 37px;
}

.sub-tit {
    display: block;
    margin-bottom: 20px;
    color: #363636;
    font-size: 14px;
    font-weight: bold;
}

.align-list {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
}

.align-list.p-after li:first-child:after {
    clear: both;
    content: '';
    width: 2px;
    height: 15px;
    background: #d3d3d3;
    display: inline-block;
    margin-left: 10px;
    vertical-align: middle;
}

.align-list.fst {
    margin: 0;
}

.align-list.cent {
    -ms-justify-content: center;
    justify-content: center;
}

.align-list li {
    margin-left: 10px;
}

.align-list li>span {
    line-height: 30px;
}

.align-list li:first-child {
    margin: 0;
}

.align-list .txt {
    display: inline-block;
    margin: 8px 5px 0 0;
    vertical-align: top;
}

.align-list.mright10>li {
    margin-right: 10px;
}

.align-list.mright10>li:last-child {
    margin: 0;
}

.align-list.mright15>li {
    margin-right: 15px;
}

.align-list.mright15>li:last-child {
    margin: 0;
}

.align-list.mright20>li {
    margin-right: 20px;
}

.align-list.mright20>li:last-child {
    margin: 0;
}

.align-list.mleft10>li {
    margin-left: 10px;
}

.align-list.mleft10>li:first-child {
    margin: 0;
}

.align-list.mleft15>li {
    margin-left: 15px;
}

.align-list.mleft15>li:first-child {
    margin: 0;
}

.align-list.mleft20>li {
    margin-left: 20px;
}

.align-list.mleft20>li:first-child {
    margin: 0;
}

/* table */

.tbl-wrap {
    margin: 20px 0;
}

.tbl-wrap.fst {
    margin-top: 0;
}

.tbl-wrap td,
.tbl-wrap th {
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
    color: #7d7d7d;
    line-height: 1rem;
    text-align: left;
    box-sizing: border-box;
}

.tbl-wrap td.bout,
.tbl-wrap th.bout {
    border: 1px solid #ebedf2;
}

.tbl-wrap.bnone td,
.tbl-wrap.bnone th {
    border-left: none;
    border-right: none;
}

.tbl-wrap th {
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    font-weight: bold;
}

.tbl-wrap td {
    font-size: 13px;
}

.tbl-wrap td .btn-base.gray {
    min-width: 0;
    padding: 5px;
}

.tbl-wrap .col-red td {
    color: #f02446;
}

/* .tbl-wrap .col-blue td { */
/*     color: #36A3F7; */
/* } */

.tbl-wrap .col-indigo td {
    color: #01348B;
}

.tbl-wrap .col-green td {
    color: #4CC0A5;
}

.tbl-wrap .col-gray td {
    color: #8f929e;
}

.col-gray {
    color: #b7b7b7 !important;
}

.col-dgray {
    color: #7d7d7d;
}

.col-black {
    color: #000 !important;
}

.col-white {
    color: #fff !important;
}

.border-g {
    border: 1px solid #898989;
}

.tbl-wrap .col-red button {
    color: #f02446;
}

.tbl-wrap td.col-red {
    color: #f02446;
}

.tbl-wrap .cent {
    text-align: center;
}

.tbl-wrap .cent .left {
    text-align: left;
}

.tbl-wrap .cent .right {
    text-align: right;
}

.tbl-wrap .cent td,
.tbl-wrap .cent th {
    text-align: center;
}

.tbl-wrap .right td,
.tbl-wrap .right th {
    text-align: right;
}

.tbl-wrap .right {
    text-align: right;
}

.tbl-wrap .right .cent {
    text-align: center;
}

.tbl-wrap .right .left {
    text-align: left;
}

.nomal {
    font-weight: normal !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.bold {
    font-weight: bold !important;
}

.tbl-wrap .large {
    font-size: 20px;
}

.tbl-wrap .bold td,
.tbl-wrap .bold th {
    font-weight: bold;
}

.tbl-wrap .large td,
.tbl-wrap .large th {
    font-size: 20px;
}

.tbl-wrap .pointer {
    cursor: pointer;
}

.tbl-wrap .default {
    cursor: default;
}

.tbl-wrap .pointer-over:hover {
    background-color: #013ca107;
    cursor: pointer;
}

.tbl-wrap .bg-red {
    background: #F4516C;
    color: #fff;
}

.tbl-wrap .bg-red td {
    border: 0;
    border-left: 1px solid #c6374f;
    border-top: 1px solid #f4f5f8;
    color: #fff;
}

.tbl-wrap .bg-gray {
    background: #f4f5f8;
}

.tbl-wrap .remove td {
    color: #aaaaaa;
    text-decoration: line-through;
}

.tbl-wrap .remove .not-remove {
    color: #575962;
    text-decoration: none;
}

.tbl-wrap td.remove {
    color: #aaaaaa;
    text-decoration: line-through;
}

.tbl-wrap .remove .no-remove {
    color: #575962;
    text-decoration: none !important;
}

.tbl-wrap .td-chk .td-inr {
    width: 16px;
    height: 16px;
    margin: 0 auto;
}

.tbl-wrap .td-inr.iptb7 {
    padding: 7px 0;
}

.tbl-wrap .td-chk .lb-box {
    width: 2px;
    height: 16px;
}

.tbl-wrap.scroll {
    overflow: auto;
}

.tbl-wrap .scroll {
    overflow: auto;
}

.tbl-wrap.nobor td,
.tbl-wrap.nobor th {
    border: 0;
}

.tbl-wrap .tbl-fixed {
    table-layout: fixed;
}

.tbl-wrap .tbl-fixed .td-inr {
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-overflow: ellipsis;
    word-wrap: break-word;
    word-break: keep-all;
    align-items: center;
    display: flex;
    justify-content: center;
}

.tbl-wrap.tbl-left .tbl-fixed .td-inr {
    justify-content: flex-start;
}

.tbl-wrap .tbl-fixed .td-inr.td-left {
    justify-content: flex-start;
    box-sizing: border-box;
    padding: 0 20px;
}

.tbl-wrap .tbl-fixed.border {
    border: 1px solid #eee;
    border-radius: 5px;
}

.tbl-wrap .tbl-fixed.cont-left .td-inr {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.tbl-wrap.list.height {
    min-height: 0;
}

.tbl-wrap.list.auto {
    overflow: auto;
    min-height: auto;
}

.tbl-wrap.list td {
    height: 30px;
    min-height: 30px;
}

.tbl-wrap.list td,
.tbl-wrap.list th {
    padding: 12px 0;
    text-align: center;
    word-break: break-all;
}

.tbl-wrap.list .left {
    text-align: left;
}

.tbl-wrap.list .right {
    text-align: right;
}

/* table write */
.tbl-wrap.write td,
.tbl-wrap.write th {
    height: 25px;
    padding: 10px 15px;
    border: 0;
    word-break: break-all;
}

.tbl-wrap.write th {
    background: none;
}

.tbl-wrap.write input[type="text"] {
    width: 85%;
}

.tbl-wrap.write select {
    width: 85%;
}

.tbl-wrap.write .align-list .lb-box {
    margin-top: 0;
}

/* view 페이지 파일 다운로드 */
span.red.small {
    color: #ff0000;
}

input.number-only {
    ime-mode: disabled;
}

input[type=number] {
    -moz-appearance: textfield;
    appearance: textfield;
    margin: 0;
    ime-mode: disabled;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    ime-mode: disabled;
}

/* flex */
.cont-wrap {
    display: flex;
    justify-content: space-between;
}

.flex {
    display: flex;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
}

.flex-line {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cont-wrap {
    display: flex;
    justify-content: space-between;
}

.flex-lr {
    display: flex;
    align-items: center;
    justify-content: space-between !important;
}

.flex-c {
    display: flex;
    align-items: center;
    justify-content: center;
}

.flex-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex-t {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.flex-t-c {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

.flex-l {
    display: flex;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    flex-direction: column !important;
}

.flex-l-t {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
}

.flex-r {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.flex-left {
    display: flex;
    align-items: center !important;
    justify-content: flex-start !important;
}

.flex-lrs {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.flex-lr-t {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.flex-lr-b {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
}

.flex-b {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flex-b-c {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.flex-l-c {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.flex-l-c2 {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.flex-l-c3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.flex-b-c {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.flex-b-r {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-end;
    flex-wrap: wrap;
}

.flex-btm {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-btmc {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.flex-c-t {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}

.flex-c-b {
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

/*table - textarea */
.t-txtarea {
    width: 100%;
    max-height: 150px;
    overflow-y: auto;

}

/* textarea */
.txtarea {
    width: 100%;
}

/* 테이블 헤더 고정 */
thead {
    position: sticky;
    top: -3px;
    z-index: 2;
    border-top: 1px solid #7f7f7f;
    border-bottom: 1px solid #7f7f7f;
    background: #fff;
}

.re-complete-wrap thead {
    position: sticky;
    top: 69px;
    z-index: 2;
}

/* 헤더쪽 보더 */
.top-border {
    border-bottom: 1px solid #ebedf2;
}

/* 툴팁 */
.tool-wrap {
    position: relative;
}

.re-relative {
    position: relative;
}

.tooltip {
    width: 130px;
    height: auto;
    color: #fff;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 3;
    padding: 10px;
}

.tooltip::before {
    content: "";
    clear: both;
    width: 0;
    height: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -4.6px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip.on {
    display: block;
}

.tooltip2 {
    width: 130px;
    height: auto;
    color: #fff;
    line-height: 1.5;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    position: absolute;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 3;
    padding: 10px;
}

.tooltip2::before {
    content: "";
    clear: both;
    width: 0;
    height: 0;
    border-bottom: 5px solid rgba(0, 0, 0, 0.5);
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    position: absolute;
    top: -4.6px;
    left: 50%;
    transform: translateX(-50%);
}

.tooltip2.on {
    display: block;
}

/* sticky table */
.sticky-wrap {
    position: relative
}

.tbl-sticky {
    overflow: auto
}

.tbl-sticky .head-fixed {
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 10
}

.tbl-sticky .head-fixed.inr {
    position: absolute;
    top: 0;
    left: 0;
    right: 17px
}

.tbl-sticky .head-fixed.on {
    display: block
}

.tbl-sticky .head-fixed .sticky-cell {
    position: fixed
}

.tbl-sticky .sticky-cell {
    position: absolute;
    top: auto;
    left: 0
}

.tbl-sticky .nodata .sticky-cell {
    padding: 20px 8px
}

.tbl-sticky .td-inr {
    font-size: 11px
}

.tbl-sticky .desc {
    display: -ms-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    width: 100%;
    height: 100%;
    word-break: break-all
}

.tbl-sticky .td-inr.cent .desc {
    -ms-justify-content: center;
    justify-content: center
}

.tbl-sticky .td-inr.right .desc {
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

.tbl-sticky .cent .td-inr .desc {
    -ms-justify-content: center;
    justify-content: center
}

.tbl-sticky .cent .td-inr.left .desc {
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

.tbl-sticky .cent .td-inr.right .desc {
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

.tbl-sticky .right .td-inr.cent .desc {
    -ms-justify-content: center;
    justify-content: center
}

.tbl-sticky .right .td-inr.left .desc {
    -ms-justify-content: flex-start;
    justify-content: flex-start
}

.tbl-sticky .right .td-inr .desc {
    -ms-justify-content: flex-end;
    justify-content: flex-end
}

.tbl-sticky .lb-box {
    height: 16px;
    margin-right: 8px;
    vertical-align: top
}

.tbl-sticky button,
.account .tbl-sticky a {
    font-size: 11px;
    color: #575962
}

.tbl-sticky .btn-base {
    color: #2f3336
}


/* 멀티 셀렉트 */

.multi:focus {
    border: 1px solid #475781;
}

.multi-box {
    display: none;
    z-index: 3;
    position: absolute;
}

.multi-list {
    max-height: 120px;
    overflow: auto;
    width: 180px;
    border: 1px solid #ebedf2;
    border-top: none;
    background-color: #fff;
    z-index: 3;
}

.multi-list>li {
    padding: 9px 15px;
    color: #333;
    border-color: #cdd7e1;
    cursor: pointer;
    margin: 0;
}

.multi {
    position: relative;
}

.multi>table {
    padding: 4.5px 5px;
    border: 1px solid #ebedf2;
    border-radius: 3px;
    vertical-align: top;
}

.multi>table>td:focus {
    border: 1px solid #475781;
}

.multi .multi-select-tit {
    min-height: 33px;
    padding: 0 5px;
    box-sizing: border-box;
    cursor: pointer;
}

.multi-btn {
    text-align: center;
    background-color: #475781;
    border: 1px solid #cdd7e1;
    border-top: none;
    width: 50px;
    height: 30px;
    font-weight: 900;
}

.multi-btn>input {
    background-color: #475781;
    color: #fff;
}

/* datepiker */
.ui-datepicker {
    border: 1px solid #eee;
    background-color: #fff;
    display: none;
}

.ui-datepicker-calendar {
    width: 200px;
    padding: 10px;
}

.ui-datepicker-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
}

.ui-datepicker-year,
.ui-datepicker-month {
    cursor: pointer;
    border: none;
}

.ui-datepicker-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;

}

.ui-datepicker-prev {
    border: 1px solid #eee;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url(/resources/images/ctcmadmin/prev.png);
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
    text-indent: -9999px;
    cursor: pointer;
}

.ui-datepicker-next {
    border: 1px solid #eee;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-image: url(/resources/images/ctcmadmin/next.png);
    background-repeat: no-repeat;
    background-size: 70% 70%;
    background-position: center;
    text-indent: -9999px;
    cursor: pointer;
    margin-left: 5px;
}

.ui-datepicker-calendar tr th {
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.ui-datepicker-calendar tr td {
    padding: 10px;
    cursor: pointer;
    text-align: center;
}

.indent10 {
    text-indent: 10px;
}

.indent20 {
    text-indent: 20px;
}

.circle li {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 25px;
}

.circle.circle2 li {
    display: flex;
    align-items: flex-start;
}

.circle li:last-child {
    margin-bottom: 0px;
}

.circle li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 0px 16px 0 0;
    vertical-align: middle;
    background: #898989;
    border-radius: 50%;
}

.circle.circle2 li::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 4px;
    margin: 7px 16px 0 0;
    vertical-align: middle;
    background: #898989;
    border-radius: 50%;
}

.topm10 {
    position: relative;
    top: -10px;
}

.topm15 {
    position: relative;
    top: -15px;
}

.topm20 {
    position: relative;
    top: -20px;
}

.deconone {
    text-decoration: none;
}

.cursor {
    cursor: pointer;
}

.cursor-nomal {
    cursor: default !important;
}

.paiging li {
    font-size: 20px;
    margin-right: 20px;
}

.paiging li.on {
    width: 32px;
    height: 32px;
    background-color: #3678c3;
    border-radius: 50%;
    text-align: center;
    line-height: 32px;
}

.paiging li.on a {
    color: #fff;
}

.z-idx3 {
    z-index: 3;
}

.left0 {
    left: 0 !important;
}

.f-right {
	float:right;
}

.b-radius3 {
    border-radius: 3px;
}
.b-radius5 {
    border-radius: 5px;
}
.b-radius10 {
    border-radius: 10px;
}

.b-radius15 {
  border-radius: 15px;
}

.b-radius20 {
    border-radius: 20px;
}

.b-radius30 {
    border-radius: 30px;
}
.b-radius50 {
  border-radius: 50%;
}

.border-box {
    box-sizing: border-box;
}

.tag {
  background: #357db5;
  border-radius: 30px;
  color: #fff;
  padding: 5px 8px;
  margin-bottom: 5px;
  font-size: 14px;
  display: flex;
  width: auto;
  flex-direction: row;
  justify-content: flex-start;
}

.check { color:#333; font-size:16px; margin-right:5px; }
  
  ul.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.custom-list li {
  position: relative;
  padding-left: 12px; /* 점과 텍스트 간격 */
  line-height: 1.3; /* 글자 줄간격 */
  vertical-align: top;
  font-size: 16px;
  color: #7d7d7d;
  margin-bottom: 5px;
}

ul.custom-list li:last-child {
  margin-bottom: 0;
}

ul.custom-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  /* 첫 줄 기준으로 점 위치 지정 */
  top: 0; /* 글자 첫 줄의 중간 정도 위치 */
  line-height: 1;
  color: #7d7d7d;
}

ul.custom-list li.no-dot::before {
  content: none !important;
}

a.simple-under {
  text-decoration: none;
}

a.simple-under:hover,
a.simple-under:focus-visible {
  text-decoration: underline;
  text-decoration-thickness: 2px; /* 굵기 조절 */
  color: #000;
}

.default {
    cursor: default !important;
}

.ls-01{
	letter-spacing: -0.1rem;
}
.ls-013{
	letter-spacing: -0.13rem;
}
.ls-015{
	letter-spacing: -0.15rem;
}