@charset "utf-8";

@font-face {
    font-family: 'Pretendard';
    font-weight: 700;
    font-display: swap;
    src: local('Pretendard Bold'), url('../fonts/Pretendard-Bold.woff2') format('woff2'), url('../fonts/Pretendard-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 600;
    font-display: swap;
    src: local('Pretendard SemiBold'), url('../fonts/Pretendard-SemiBold.woff2') format('woff2'), url('../fonts/Pretendard-SemiBold.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 500;
    font-display: swap;
    src: local('Pretendard Medium'), url('../fonts/Pretendard-Medium.woff2') format('woff2'), url('../fonts/Pretendard-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Pretendard';
    font-weight: 400;
    font-display: swap;
    src: local('Pretendard Regular'), url('../fonts/Pretendard-Regular.woff2') format('woff2'), url('../fonts/Pretendard-Regular.woff') format('woff');
}

@font-face {
    font-family: 'score5';
    font-display: swap;
    src: url('../fonts/SCDream5.woff') format('woff');
}

@font-face {
    font-family: 'score7';
    font-display: swap;
    src: url('../fonts/SCDream7.woff') format('woff');
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button, select {
    margin: 0;
    padding: 0;
    border: 0;
    padding: 0;
    margin: 0;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
    font-size: 16px;
    color: #131614;
    font-weight: 300;
}

.hide,
.skip,
.sr-only {
    position: absolute;
    height: 0;
    font-size: 0
}

img {
    -webkit-tap-highlight-color: transparent;
    max-width: 100%;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

ul {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

h1,
h4,
h5,
h6,
p {
    padding: 0;
    margin: 0;
}

.btn {
    display: inline-block;
    font-weight: normal;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 1.75rem;
    line-height: 1.7;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a {
    color: #3a3a3a;
    text-decoration: none;
}

body {
    background: #ffffff;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer;
}

hr {
    display: none;
    height: 0;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

a,
a:hover {
    text-decoration: none;
    color: #333;
}

a:active,
a:hover,
button:active,
button:hover {
    outline: 0 none;
}

em,
address {
    font-style: normal;
}

abbr {
    cursor: help;
}

abbr[title] {
    border-bottom: 1px dotted;
}

ul,
ol {
    list-style: none;
    list-style-image: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

label,
select,
input,
button {
    vertical-align: middle;
}

button {
    border: 0;
    cursor: pointer;
    font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', sans-serif !important;
}

button,
input,
select,
textarea {
    margin: 0;
    vertical-align: baseline;
}

button,
input {
    overflow: visible;
    line-height: normal;
}

button,
select {
    text-transform: none;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: button;
    letter-spacing: -1px;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}

input[type="search"],
input[type="text"] {
    ime-mode: active;
    border-radius: 0;
    -webkit-appearance: none;
    outline: none;
}

input::placeholder {
    color: #989898;
    font-weight: 400 !important;
}

input[type="text"]:read-only {
    background: #ededed;
}

input[type="radio"]:read-only {
    background: #ededed;
}

input:focus {
    outline: none;
}


/* input,select readonly */

input[type="radio"] {
    display: none;
}

.select_readonly {
    background: #d6d6d6;
}

/* input,select readonly */
.inputtype01 {
    border: 1px solid #cbcbcb;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px !important;
    height: auto;
    padding: 7px 10px;
    flex: 1 1 90%;
}

.inputtype02 {
    border: 1px solid #cbcbcb;
    width: 30%;
    box-sizing: border-box;
    border-radius: 5px !important;
    height: auto;
    padding: 7px 10px;
    flex: 1 1 90%;
}

.file_upload {
    border: 1px solid #cbcbcb;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px !important;
    height: auto;
    padding: 7px 10px;
}

input[name="files"] {
    border: 1px solid #cbcbcb;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px !important;
    height: auto;
    padding: 7px 10px;
    text-indent: -9999px;
}

.check div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.check input {
    width: 20px;
    height: auto;
}

.check input[type="checkbox"] {
    display: none;
}

.check input[type="checkbox"]+label {
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

.check input[type="checkbox"]+label i {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 5px;
    display: block;
}

.check input[type="checkbox"]:checked+label i {
    background: #E6F4FF url('../img/check.png') no-repeat center;
    border: 1px solid #248cf7;
    width: 20px;
    height: 20px;
}

/* radio */

.check input[type="radio"] {
    display: none;
}

.check input[type="radio"]+label {
    position: relative;
    display: flex;
    gap: 5px;
    align-items: center;
}

.check input[type="radio"]+label i {
    width: 18px;
    height: 18px;
    cursor: pointer;
    border: 1px solid #cccccc;
    background: #fff;
    border-radius: 50%;
    display: block;
}

.check input[type="radio"]:checked+label i {
    background: #E6F4FF url('../img/sub/radio-check.svg') no-repeat center;
    border: 1px solid #248cf7;
    width: 18px;
    height: 18px;
}

select {
    margin: 0;
    padding: 0;
    border: 1px solid #c9c9c9;
    box-sizing: border-box;
    line-height: 1;
    border-radius: 0;
}

select::-ms-expand {
    display: none
        /* 화살표 없애기 for IE10, 11*/
}

img {
    border: 0;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
}

figure img {
    display: block;
}

/* Skip Navigation */
#skipToContent {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    z-index: 100;
    padding: 0;
}

#skipToContent a {
    display: block;
    height: 1px;
    margin-top: -2px;
    overflow: hidden;
    text-align: center;
    font-size: 0;
    line-height: 0;
    background: #2f2f2f;
}

#skipToContent a:active,
#skipToContent a:focus {
    height: auto;
    padding: 7px 0;
    font-size: 0;
    font-size: 1em;
    line-height: 1;
    font-weight: bold;
    color: #fff;
    z-index: 999;
}

/* link style */
a:link,
a:visited {}

a:hover,
a:active {}

/* color style */
.color_bl {
    color: #448ccb !important;
}

.color_gr {
    color: #018961 !important;
}

.color_rd {
    color: #BF0000 !important;
}

.font_orange {
    color: #f26522
}

.input02 {
    width: 100%;
    border-radius: 25px !important;
    padding: 10px;
    border: 1px solid #c5c5c5;
}

/* 셀렉트 박스  */
.selectbox {
    width: 100%;
    box-sizing: border-box;
    padding: 16px 10px;
    color: #767676;
    font-weight: 600;
    background: url('../img/select_bg.svg')no-repeat 98%;
    background-size: 15px;
    border-radius: 5px;
}

.selectbox02 {
    flex: 8;
    border-radius: 25px;
    padding: 7px 10px;
    color: #8e8e8e;
    border: 1px solid #bdbbbb !important;
    font-size: 16px;
    width: 60%;
}

.selectbox03 {
    flex: 8;
    border-radius: 5px;
    padding: 7px 10px;
    color: #8e8e8e;
    border: 1px solid #bdbbbb !important;
    width: 100%;
    background: url('../img/select_bg.svg')no-repeat 98%;
    background-size: 15px;
}

/* input */
.input03 {
    border-radius: 25px;
    border: 1px solid #bdbdbd;
    padding: 4px 5px;
    width: 60%;
    box-sizing: border-box;
    flex: 5;
}

/* ul */
.tbl_ul {
    color: #767676;
}

.tbl_ul li {
    padding-left: 20px;
}

.ul_list {}

.ul_list li {
    font-size: 18px;
    margin-top: 5px;
}

.ul_list02 {}

.ul_list02>li {
    position: relative;
    padding-left: 20px;
    line-height: 1.5;
}

.ul_list02>li:before {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 3px solid #25abae;
    top: 7px;
    left: 0;
}

.ul_list02>li>ul {}

.ul_list02>li>ul>li {
    position: relative;
    padding-left: 13px;
    line-height: 1.5;
}

.ul_list02>li>ul>li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    background: #3643a6;
    left: 0;
    top: 10px;
}

.ul_list03 {
    line-height: 1.5;
}

.ul_list03 .num {
    color: #3e51a2;
    font-weight: bold;
    font-size: 20px;
}

.ul_list04 li {
    position: relative;
    padding-left: 13px;
    line-height: 1.5;
}

.ul_list04 li:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 3px;
    background: #909090;
    left: 0;
    top: 10px;
}

.ul_list04 .list_blt {
    position: relative;
    padding-left: 15px;
}

.ul_list04 .list_blt:before {
    position: absolute;
    content: '';
    border-top: 5px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 9px solid #2d81ad;
    border-radius: 5px;
    left: 0;
    top: 6px;
    background: none;
}

.bord_box {
    margin: 20px 0;
    border: 1px solid #dbdbdb;
    padding: 15px;
    border-radius: 10px;
}

.bord_box p {
    text-align: center;
}

/* table */
table {
    width: 100%;
    height: auto;
    /* border-collapse: collapse; */
    /* border-spacing: 0; */
    border-top: 2px solid #0059a6;
}

.basic_table,
.basic_table02 {
    border-collapse: collapse;
}

table button,
table input {
    *overflow: auto;
}

table .bor_no {
    border-right: 0 !important;
}

.basic_table.no_bor {
    border-top: 0;
}

.tbl_pd th {
    text-align: left !important;
}

.tbl_right {
    text-align: right !important;
}

.basic_table th {
    background: #DAE4F5;
    text-align: center;
    border-top: 0;
    border-right: 0;
    color: #444;
    padding: 17px 1%;
    border-bottom: 1px solid #B0B8C6;
    margin: 0;
    color: #002646;
    font-weight: 500;
    text-align: center;
}

.basic_table th.custom-select {
    background: #DAE4F5 url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%235a5c69' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.75rem center/8px 10px;
    text-align: center;
    border-top: 0;
    border-right: 0;
    color: #444;
    padding: 17px 1%;
    border-bottom: 1px solid #B0B8C6;
    margin: 0;
    color: #002646;
    font-weight: 500;
    text-align: center;
}

/* .basic_table tbody th {
    font-size: 18px !important;
} */

.tbl_pd tbody th {
    font-family: 'NanumSquareB', sans-serif;
}

.tbl_pd tbody th,
.tbl_pd td {
    font-size: 18px;
    padding: 10px 2% !important;
}

.basic_table td {
    border-bottom: 1px solid #e2e2e2;
    border-top: 0;
    border-right: 0;
    background: #fff;
    padding: 17px 1%;
    line-height: 30px;
    box-sizing: border-box;
    letter-spacing: -0.07em;
    word-break: break-all;
    text-align: center;
    word-break: break-word;
}

.basic_table td ul.num_list>li {
    display: flex;
    align-items: center;
    position: relative;
}

.basic_table td ul.num_list li span {
    flex: 8;
    padding-left: 30px;
}

.basic_table td ul li .num {
    background: #5d70c9;
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    margin-right: 4px;
    position: absolute;
    top: 5px;
}

.basic_table td .td_blt {
    position: relative;
    padding-left: 15px;
}

.basic_table td .td_blt:before {
    position: absolute;
    content: '';
    border-top: 6px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 9px solid #89c671;
    border-radius: 5px;
    left: 0;
    top: 3px;
}

.basic_table td h6 {
    color: #3a71bc;
    font-size: 18px;
    text-align: center;
    display: block;
    margin-bottom: 10px;
}

.basic_table02 .left {
    text-align: left !important;
}

.basic_table02.no_bor {
    border-top: 0;
    text-align: left !important;
}

.basic_table02 th {
    background: #f0f0f0;
    text-align: center;
    border-top: 0;
    border-right: 0;
    color: #444;
    font-size: 18px;
    padding: 30px 10px;
    border-bottom: 1px solid #dfdfdf;
    margin: 0;
    border-right: 1px solid #dfdfdf;
}

.basic_table02 th:last-child {
    border-right: 0;
}

.basic_table02 th {
    font-size: 18px;
    background: #eee;
    padding: 10px 0;
    text-align: center;
}

.basic_table02 .txt_center {
    text-align: center;
}

.tbl_bg tbody tr:nth-child(2n) td {
    background: #dde9f1;
}

.basic_table02 td {
    border-bottom: 1px solid #e2e2e2;
    border-top: 0;
    border-right: 1px solid #e2e2e2;
    background: #fff;
    padding: 5px 10px;
    font-size: 18px;
    line-height: 30px;
    box-sizing: border-box;
    letter-spacing: -0.07em;
    word-break: normal;
}

.basic_table02 td:last-child {
    border-right: 0;
}

.basic_table04 {
    width: 2500px !important;
}

.profile_table td,
.profile_table th {
    padding: 8px 1%;
    text-align: left;
}

/* calendar-table */

.calendar {
    border: 0;
    border-collapse: separate;
    border-spacing: 12px 10px;
}

.calendar thead tr th {
    background-color: #DAE4F5;
    border-radius: 5px;
    padding: 15px;
    font-weight: bold; 
    box-shadow: 0px 0px 10px rgba(0, 38, 70, 0.08);
}

.calendar tbody tr td {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgba(0, 38, 70, 0.08);
    border-radius: 5px;
    padding: 28px 15px;
}

.calendar tbody tr td .date {
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 1000px) {
    .table-container {
        overflow: auto;
        width: 100%;
        overflow-x: scroll;
    }
}

/* paging */

.paging {
    display: flex;
    justify-content: center;
    flex: 1 1 20% !important;
    align-items: center;
    margin: 50px auto;
    gap: 0px;
    max-width: 450px;
}

.paging a {
    color: #575757;
    flex: 0 1 10%;
    text-align: center;
    height: 15px;
    line-height: 0.9;
}

.paging a.active {
    position: relative;
    color: #057861;
    font-weight: 600;
    border-radius: 50%;
}

.paging a.active:before {
    position: absolute;
    content: '';
    color: #0059A5;
    font-weight: 600;
    background: #0059A5;
    border-radius: 5px;
    width: 15px;
    height: 3px;
    left: 50%;
    bottom: -10px;
    transform: translate(-50%);
}

.paging a.prev {
    background: url(../img/sub/paging-prev.svg)no-repeat bottom;
    background-size: contain;
    text-indent: -99999px;
    display: block;
}

.paging a.next {
    background: url(../img/sub/paging-next.svg)no-repeat center;
    background-size: contain;
    text-indent: -9999px;
    display: block;
}

.paging a.first {
    background: url(../img/sub/paging-first.svg)no-repeat bottom;
    background-size: contain;
    text-indent: -99999px;
    display: block;
}

.paging a.last {
    background: url(../img/sub/paging-last.svg)no-repeat center;
    background-size: contain;
    text-indent: -99999px;
    display: block;
}


/* 첨부파일  */
.file p {
    border: 1px solid #cbcbcb;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px !important;
    padding: 15px 10px;
    height: 51px;
    flex: 1 1 90%;
    color: #C7C7C7;
}

.file p.active {
    margin-top: 5px;
    font-size: 0.9rem;
    width: 210px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    color: #323232 !important;
}

.file {
    display: flex;
    flex: 1;
}

.file label.file-label {
    flex: 110px 0 0;
    padding: 16px;
    background: #66717E;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    box-sizing: border-box;
}

.file input.input_file {
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    -ms-filter: "alpha(opacity=0)";
    -moz-opacity: 0;
    display: none;
}

.radio_custom input[type=checkbox] {
    display: none;
}

.radio_custom label em {
    /*border: 1px solid red;*/
    width: 18px;
    height: 18px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    background: url(img/checkbox-02.png) no-repeat;
    background-position: left center;
}

.radio_custom input[type=checkbox]:checked+label em {
    background-position: right center;
}

.radio_custom input[type=radio] {
    display: none;
}

.radio_custom label {
    cursor: pointer;
}

.radio_custom label em {
    /*border: 1px solid red;*/
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    margin-right: 5px;
    background: url(./../img/radio-01.png) no-repeat;
    background-position: left center;
    text-indent: -9999px;
}

.radio_custom input[type=radio]:checked+label em {
    background-position: right center;
}

.radio_custom input[type=radio]:checked+label {
    color: crimson;
}

/* 젙차도 */
.proce {
    display: flex;
    width: 100%;
    overflow: hidden;
    margin: 0 auto 30px;
    text-align: center;
    display: flex;
    align-items: center;
}

.proce ul {
    display: flex;
}

.proce ul li {
    float: left;
    width: calc(170px - 15px);
    height: 155px;
    box-shadow: 2px 0 9px #eee;
    border-radius: 50%;
    margin-right: 30px;
    position: relative;
}

.proce ul li:after {
    position: absolute;
    content: '';
    background: url(./../img/proce_next.png)no-repeat;
    width: 14px;
    height: 30px;
    top: 40%;
    right: -20px;
}

.proce ul li.proce05:after {
    background: none;
}

.proce ul li:last-child {
    margin: 0;
}

.proce ul li em {
    display: block;
    text-align: center;
    margin-top: 30px;
    font-size: 20px;
    font-weight: bold;
}

.proce ul li span {
    display: block;
    text-align: center;
    font-weight: 500;
    line-height: 25px;
    margin-top: 10px;
}

.proce ul li.proce01 {
    border: 2px solid #89c671;
}

.proce ul li.proce01 em {
    color: #89c671;
    font-weight: 600;
}

.proce ul li.proce01 span {
    margin-top: 20px;
}

.proce ul li.proce02 {
    border: 2px solid #59b4ab;
}

.proce ul li.proce02 em {
    color: #59b4ab;
}

.proce ul li.proce03 {
    border: 2px solid #4d8a88;
}

.proce ul li.proce03 em {
    color: #4d8a88;
}

.proce ul li.proce04 {
    border: 2px solid #26716e;
}

.proce ul li.proce04 em {
    color: #26716e;
}

.proce ul li.proce05 {
    border: 2px solid #253c31;
}

.proce ul li.proce05 em {
    color: #253c31;
}

.basic_table .al_left {
    text-align: left;
    padding-left: 15px;
}

.basic_table .tbl_right {
    text-align: right;
}

.center {
    text-align: center !important;
}

.basic_table .t_end {
    border-left: 0;
}

.basic_table .th_top,
.basic_table .td_top {
    border-top: 1px solid #c5c5c5;
}

/* font-size */
.ft_18 {
    font-size: 18px !important;
    font-weight: bold;
}

.ft_16 {
    font-size: 16px !important;
}

.ft_20 {
    font-size: 20px !important;
}

.ft_25 {
    font-size: 25px !important;
}

.ft_30 {
    font-size: 30px !important;
}

/* heading style */
h1,
h2,
h3,
h4,
h5,
h6 {
    word-break: keep-all;
    font-weight: 600;
}

h2 {
    font-size: 30px;
    text-align: left;
}

h4 {
    color: #383838;
    font-size: 24px;
    margin: 20px 0 10px;
}

h4.sms {
    color: #333;
    font-size: 17px;
    margin: 0 0 20px;
    padding: 0 0 10px 22px;
    border-bottom: 1px solid #cdcbcb;
    text-align: center;
}

h6 {
    font-size: 1.2em;
    line-height: 1.532em;
    display: inline-block;
    vertical-align: top;
    padding: 0px 13px 0px 23px;
}

.hidden,
legend,
caption {
    position: absolute;
    text-indent: -9999px;
    top: -99999px;
}

/* align style */
.clear {
    clear: both;
}

.clearfix {
    clear: both;
    display: block;
    /* height: 0; */
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.fl_left {
    float: left !important;
}

.fl_right {
    float: right !important;
}

.al_left {
    text-align: left !important;
}

.al_right {
    text-align: right !important;
}

.al_center {
    text-align: center !important;
}

.ver_top {
    vertical-align: middle !important;
}

.ver_middle {
    vertical-align: middle !important;
}

.ver_top {
    vertical-align: top !important;
}

.ver_bottom {
    vertical-align: bottom !important;
}

/* no style */
.none {
    display: none !important;
}

.mar_no {
    margin: 0 !important;
}

.padd_no {
    padding: 0 !important;
}

.bold_no {
    font-weight: normal !important;
}

.bg_no {
    background: none !important;
}

/* font-weight */
.fot_b_600 {
    font-weight: 600;
}

/* 넓이 */
.w220 {
    width: 220px;
}

.w_100 {
    width: 100% !important;
}

.w_90 {
    width: 90% !important;
}

.w_auto {
    width: auto !important;
}

/* margin */
.mt_0 {
    margin-top: 0 !important;
}

.mt_5 {
    margin-top: 5px !important;
}

.mt_10 {
    margin-top: 10px !important;
}

.mt_15 {
    margin-top: 15px !important;
}

.mt_20 {
    margin-top: 20px !important;
}

.mt_25 {
    margin-top: 25px !important;
}

.mt_30 {
    margin-top: 30px !important;
}

.mt_35 {
    margin-top: 35px !important;
}

.mt_40 {
    margin-top: 40px !important;
}

.mt_45 {
    margin-top: 45px !important;
}

.mt_50 {
    margin-top: 50px !important;
}

.mt_55 {
    margin-top: 55px !important;
}

.mt_60 {
    margin-top: 60px !important;
}

.mt_65 {
    margin-top: 65px !important;
}

.mt_70 {
    margin-top: 70px !important;
}

.mt_75 {
    margin-top: 75px !important;
}

.mt_80 {
    margin-top: 80px !important;
}

.mt_85 {
    margin-top: 85px !important;
}

.mt_90 {
    margin-top: 90px !important;
}

.mt_95 {
    margin-top: 95px !important;
}

.mt_100 {
    margin-top: 100px !important;
}

.mr_0 {
    margin-right: 0 !important;
}

.mr_5 {
    margin-right: 5px !important;
}

.mr_10 {
    margin-right: 10px !important;
}

.mr_15 {
    margin-right: 15px !important;
}

.mr_20 {
    margin-right: 20px !important;
}

.mr_25 {
    margin-right: 25px !important;
}

.mr_30 {
    margin-right: 30px !important;
}

.mr_35 {
    margin-right: 35px !important;
}

.mr_40 {
    margin-right: 40px !important;
}

.mr_45 {
    margin-right: 45px !important;
}

.mr_50 {
    margin-right: 50px !important;
}

.mr_55 {
    margin-right: 55px !important;
}

.mr_60 {
    margin-right: 60px !important;
}

.mb_0 {
    margin-bottom: 0 !important;
}

.mb_5 {
    margin-bottom: 5px !important;
}

.mb_10 {
    margin-bottom: 10px !important;
}

.mb_15 {
    margin-bottom: 15px !important;
}

.mb_20 {
    margin-bottom: 20px !important;
}

.mb_25 {
    margin-bottom: 25px !important;
}

.mb_30 {
    margin-bottom: 30px !important;
}

.mb_35 {
    margin-bottom: 35px !important;
}

.mb_40 {
    margin-bottom: 40px !important;
}

.mb_45 {
    margin-bottom: 45px !important;
}

.mb_50 {
    margin-bottom: 50px !important;
}

.mb_55 {
    margin-bottom: 55px !important;
}

.mb_60 {
    margin-bottom: 60px !important;
}

.mb_150 {
    margin-bottom: 150px !important;
}

.mb_350 {
    margin-bottom: 350px !important;
}

.mb_400 {
    margin-bottom: 400px !important;
}

.mb_450 {
    margin-bottom: 450px !important;
}

.ml_0 {
    margin-left: 0 !important;
}

.ml_5 {
    margin-left: 5px !important;
}

.ml_10 {
    margin-left: 10px !important;
}

.ml_15 {
    margin-left: 15px !important;
}

.ml_20 {
    margin-left: 20px !important;
}

.ml_25 {
    margin-left: 25px !important;
}

.ml_30 {
    margin-left: 30px !important;
}

.ml_35 {
    margin-left: 35px !important;
}

.ml_40 {
    margin-left: 40px !important;
}

.ml_45 {
    margin-left: 45px !important;
}

.ml_50 {
    margin-left: 50px !important;
}

.ml_55 {
    margin-left: 55px !important;
}

.ml_60 {
    margin-left: 60px !important;
}

.ml_100 {
    margin-left: 100px !important;
}

.ml_150 {
    margin-left: 150px !important;
}

/* padding */
.pt_0 {
    padding-top: 0 !important;
}

.pt_5 {
    padding-top: 5px !important;
}

.pt_10 {
    padding-top: 10px !important;
}

.pt_15 {
    padding-top: 15px !important;
}

.pt_20 {
    padding-top: 20px !important;
}

.pt_25 {
    padding-top: 25px !important;
}

.pt_30 {
    padding-top: 30px !important;
}

.pt_35 {
    padding-top: 35px !important;
}

.pt_40 {
    padding-top: 40px !important;
}

.pt_45 {
    padding-top: 45px !important;
}

.pt_50 {
    padding-top: 50px !important;
}

.pt_55 {
    padding-top: 55px !important;
}

.pt_60 {
    padding-top: 60px !important;
}

.pr_0 {
    padding-right: 0 !important;
}

.pr_5 {
    padding-right: 5px !important;
}

.pr_10 {
    padding-right: 10px !important;
}

.pr_15 {
    padding-right: 15px !important;
}

.pr_20 {
    padding-right: 20px !important;
}

.pr_25 {
    padding-right: 25px !important;
}

.pr_30 {
    padding-right: 30px !important;
}

.pr_35 {
    padding-right: 35px !important;
}

.pr_40 {
    padding-right: 40px !important;
}

.pr_45 {
    padding-right: 45px !important;
}

.pr_50 {
    padding-right: 50px !important;
}

.pr_55 {
    padding-right: 55px !important;
}

.pr_60 {
    padding-right: 60px !important;
}

.pb_0 {
    padding-bottom: 0 !important;
}

.pb_5 {
    padding-bottom: 5px !important;
}

.pb_10 {
    padding-bottom: 10px !important;
}

.pb_15 {
    padding-bottom: 15px !important;
}

.pb_20 {
    padding-bottom: 20px !important;
}

.pb_25 {
    padding-bottom: 25px !important;
}

.pb_30 {
    padding-bottom: 30px !important;
}

.pb_35 {
    padding-bottom: 35px !important;
}

.pb_40 {
    padding-bottom: 40px !important;
}

.pb_45 {
    padding-bottom: 45px !important;
}

.pb_50 {
    padding-bottom: 50px !important;
}

.pb_55 {
    padding-bottom: 55px !important;
}

.pb_60 {
    padding-bottom: 60px !important;
}

.pl_0 {
    padding-left: 0 !important;
}

.pl_5 {
    padding-left: 5px !important;
}

.pl_10 {
    padding-left: 10px !important;
}

.pl_15 {
    padding-left: 15px !important;
}

.pl_20 {
    padding-left: 20px !important;
}

.pl_25 {
    padding-left: 25px !important;
}

.pl_30 {
    padding-left: 30px !important;
}

.pl_35 {
    padding-left: 35px !important;
}

.pl_40 {
    padding-left: 40px !important;
}

.pl_45 {
    padding-left: 45px !important;
}

.pl_50 {
    padding-left: 50px !important;
}

.pl_55 {
    padding-left: 55px !important;
}

.pl_60 {
    padding-left: 60px !important;
}

.pside_50 {
    padding: 9px 53px !important;
}

/* font-weight */
.font_b {
    font-weight: bold;
}

.font_8 {
    font-weight: 800 !important;
}

.font_6 {
    font-weight: 600 !important;
}

.font_5 {
    font-weight: 500 !important;
}

/* font-size */
.fts_15 th,
.fts_15 td {
    font-size: 15px !important;
}

/* button */
.btn01 {
    background: #fff;
    color: #2778a9;
    padding: 5px 25px;
    font-size: 18px !important;
    border: 1px solid #2778a9;
    border-radius: 5px;
    margin-left: 20px;
}

.btn02 {
    background: #5d70c9 url(./../img/download.png)no-repeat;
    color: #fff;
    font-size: 18px;
    border: 1px solid #5d70c9;
    border-radius: 5px;
    padding: 10px 60px 10px 40px;
    display: block;
    transition: all ease 1s;
    background-position: 90%;
}

.btn03 {
    background: #fff;
    color: #008ab2;
    padding: 10px 40px;
    border-radius: 25px;
    border: 1px solid #008ab2;
    font-size: 22px;
}

.btn03:hover {
    background: #008ab2;
    color: #fff !important;
    box-shadow: 0 0 2px 2px #81c2d5;
    transition: all ease 1s;
}

.btn04 {
    background: #fff;
    color: #86969f;
    padding: 10px 40px;
    border-radius: 25px;
    border: 1px solid #86969f;
    font-size: 22px;
}

.btn04:hover {
    background: #86969f;
    color: #fff !important;
    box-shadow: 0 0 4px 2px #a4aeb4;
    transition: all ease 1s;
}

.btn05 {
    background: #fff;
    color: #86969f;
    font-size: 18px;
    border: 1px solid #86969f;
    border-radius: 25px;
    padding: 7px 40px;
    display: block;
    float: right;
    transition: all ease 1s;
    line-height: 1;
}

.btn05:hover {
    background: #86969f;
    color: #fff;
    border: 1px solid #86969f;
    box-shadow: 0 0 4px 2px #b9bcbd;
    transition: all ease 1s;
}

.btn06 {
    font-size: 17px;
    border: 1px solid #434db9;
    padding: 7px 25px;
    color: #434db9;
    background: #fff;
    border-radius: 25px;
    height: 35px;
    transform: skew(-0.03deg);
}

.btn06:hover {
    border: 1px solid #434db9;
    padding: 7px 25px;
    background: #434db9;
    color: #fff;
    transition: all ease 1s;
}

.btn07 {
    color: #4d59e1;
    padding: 5px 25px;
    border: 1px solid #4d59e1;
    border-radius: 25px;
    background: #fff;
}

.btn07:hover {
    background: #4d59e1;
    color: #fff;
    transition: all ease 1s;
}

.btn08 {
    color: #005855;
    padding: 5px 25px;
    border: 1px solid #005855;
    border-radius: 25px;
    background: #fff;
}

.btn08:hover {
    background: #005855;
    color: #fff;
    transition: all ease 1s;
}

.btn09 {
    color: #2196a4;
    padding: 9px 35px;
    border: 1px solid #2196a4;
    border-radius: 25px;
    background: #ffffff;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 20px;
}

.btn09:hover {
    background: #2196a4;
    color: #fff;
    transition: all ease 1s;
}

.btn10 {
    color: #86969f;
    padding: 9px 35px;
    border: 1px solid #86969f;
    border-radius: 25px;
    background: #ffffff;
    font-size: 20px !important;
    font-weight: 600;
    line-height: 20px;
}

.btn10:hover {
    background: #86969f;
    color: #fff;
    border: 1px solid #86969f;
    box-shadow: 0 0 4px 2px #a2a4a5;
    transition: all ease 1s;
}

.btn11 {
    color: #5289f4;
    font-size: 18px;
    border: 1px solid #5289f4;
    border-radius: 25px;
    padding: 10px;
    display: block;
    transition: all ease 1s;
    font-size: 20px;
    float: left;
    background: #fff;
    width: 100%;
}

.btn11:hover {
    background: #5289f4;
    color: #fff;
    border: 1px solid #5289f4;
    box-shadow: 0 0 4px 2px #c5d3ec;
    transition: all ease 1s;
}

.btn12 {
    color: #fff;
    border: 1px solid #5289f4;
    border-radius: 5px;
    padding: 10px 5px;
    display: block;
    float: left;
    background: #5289f4;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

.btn13 {
    color: #fff;
    border: 1px solid #384892;
    border-radius: 5px;
    padding: 10px 5px;
    display: block;
    float: left;
    background: #384892;
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}

/* border */
.bor_no {
    border: none !important;
}

/* clear */
.clear {
    clear: both;
}

/* 테이블 */
.tbl_board {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 1.5em;
    margin-top: 5px;
}

.tbl_board tbody {
    border-top: 1px solid #0db195;
}

.tbl_board thead {
    border-top: 2px solid #0c4ca3;
}

.tbl_board th {
    padding: 15px 0 15px 42px;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
    position: relative;
}

.tbl_board th.end {
    border-right: 0;
}

.tbl_board th.title {
    text-align: left;
    font-size: 13px;
    padding: 10px 20px;
    color: #000000
}

.tbl_board tr {
    border-bottom: 1px solid #dddddd;
}

.tbl_board td {
    padding: 17px 10px;
    border-left: 0;
    text-align: left;
    vertical-align: middle;
    box-sizing: border-box;
}

/* 테이블_detail */
.tbl_detail {
    width: 100%;
    border-collapse: collapse;
    font-size: 18px;
    line-height: 1.5em;
    color: #333;
    margin-top: 10px;
}

.tbl_detail tbody {
    border-top: 4px solid #0db195;
}

/* 테이블_detail */
.tbl_board_view {
    width: 100%;
    border-collapse: collapse;
    border-top: 0;
    border-bottom: 1px solid #cdcdcd;
    background: #fff;
    font-size: 13px;
    line-height: 1.5em;
    color: #333
}

.tbl_board_view thead {
    border-top: 4px solid #3970bb;
}

.tbl_board_view th {
    background: #ecf1f4;
    padding: 12px 15px;
    vertical-align: middle;
    font-size: 18px;
    text-align: center;
}

.tbl_board_view th.end {
    border-right: 0;
}

.tbl_board_view .txt-left {
    text-align: left;
}

.tbl_board_view .txt-right {
    text-align: right;
}

.tbl_board_view .txt-center {
    text-align: center;
}

.tbl_board_view td {
    color: #555;
    padding: 5px 15px;
    border-bottom: 1px solid #cdcdcd;
    box-sizing: border-box;
    font-size: 1.27em;
    border-top: none;
    transform: skew(-0.001deg);
    /* font-weight: bold; */
    text-align: center;
    height: 50px;
}

.tbdown {
    background: url(./../img/dwn.png)no-repeat;
    border: 1px solid #0080bc;
    padding: 5px 45px 5px 15px;
    border-radius: 25px;
    background-position: 85px 5px;
}

.tbl_board_view td.end {
    border-right: 0;
}

.tbl_board_view td a {
    color: #434db9;
    text-decoration: none;
}

.tbl_board_view td a:hover,
.tbl_board_view td a:active,
.tbl_board_view td a:focus {
    color: #000;
    text-decoration: none
}

.tbl_board_view input {
    vertical-align: middle;
    margin: 0;
    box-sizing: border-box;
}

.right {
    float: right;
}

/* color */
.color01 {
    font-weight: bold;
    color: #e41e3f;
}

.color02 {
    color: #e41e3f !important;
}

.color03 {
    color: #0db195 !important;
}

.color04 {
    color: #4dbd6a !important;
}

.color04 {
    color: #131614 !important;
}

.color05 {
    color: #808180 !important;
}

.white {
    color: #fff !important;
}

.color06 {
    color: #b3b4b3 !important;
}

.color07 {
    color: #3158c2 !important;
}

/* text-align */
.txt_center {
    text-align: center;
}

/* line-height */
.lh_20 {
    line-height: 20px !important;
}

.lh_25 {
    line-height: 25px !important;
}

.lh_42 {
    line-height: 42px !important;
}

/* hegith */
.h_auto {
    height: auto !important;
}

.color01 {
    color: #b43143;
    font-weight: 600;
}

.d-none {
    display: none;
}

.d-block {
    display: block;
}

.btn_center {
    margin: 0 auto;
    text-align: center;
}

.flex {
    display: flex;
    gap: 15px;
}

.flex > .item{
    flex:1;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row !important;
}

.justify-between {
    justify-content: space-between !important;
}

.justify-center {
    justify-content: center !important;
}

.justify-start {
    justify-content: flex-start !important;
}

.justify-end {
    justify-content: flex-end !important;
}

.justify-around {
    justify-content: space-around !important;
}

.flex4 {
    flex: 4;
}

.flex8 {
    flex: 8;
}

.align-center {
    align-items: center !important;
}

.align-inherit {
    align-items: inherit !important;
}

.talign_center {
    text-align: center !important;
}

/* 검색 시작 */
.dvs_table {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.popinbox input {
    width: 100% !important;
}

.popinbox .date {
    flex-shrink: 0;
    flex-grow: 8;
}

.inputbox {
    justify-content: center;
    flex: 5;
    display: flex;
}

.inputbox02 {
    display: inline-flex;
    width: 100%;
    align-items: center;
    margin-top: 15px;
}

.inputbox03 input {
    width: 100% !important;
    border-radius: 5px !important;
}

.input_group01 {
    display: inline-flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 5;
}

.input_group02 {
    display: inline-flex;
    width: 40%;
    align-items: center;
    justify-content: space-between;
    flex: 5;
}

.inputbox label {
    color: #313131;
    line-height: 35px;
    margin-right: 10px;
}

.inputsearch {
    display: flex;
    align-items: center;
}

.inputbox .search {
    display: flex;
    justify-content: center;
    float: left;
}

.inputbox .date {
    display: flex;
}

.inputbox .searchselct {
    padding: 15px 100px 15px 25px;
    height: auto;
    border: 1px solid #000;
    border-radius: 25px;
    font-size: 22px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.inputbox .date input {
    padding: 8px 5% !important;
    border-radius: 25px;
    border: 1px solid #bdbbbb !important;
    font-size: 16px;
    cursor: pointer;
    color: #8e8e8e;
    width: 160px;
    box-sizing: border-box;
    outline: none;
}

.inputbox .date input::placeholder {
    color: #8a8a8a;
}

.inputbox .date span {
    font-size: 20px;
    display: inline-block;
    line-height: 35px;
    margin: 0 2%;
}

.inputbox .search .search_title {
    display: inline-block;
    width: 150px;
    height: 100%;
    line-height: 60px;
    text-align: center;
    background: #ce743b;
    color: #fff;
    font-size: 1.25em;
    font-weight: 600;
    box-sizing: border-box;
}

.inputbox .search_box {
    position: relative;
    margin: 0 20px;
}

.inputbox.search .search_input {
    display: inline-block;
    width: 70%;
}

.inputbox.search .search_input input {
    display: inline-block;
    padding: 17px 55px 17px 25px;
    border: 1px solid #0db195;
    border-radius: 25px;
    font-size: 18px;
}

.inputbox.date input::placeholder,
.inputbox.search .search_input input::placeholder {
    color: #a6a6a6;
}

.inputbox.search .schBtn {
    width: 50px;
    position: absolute;
    right: 0;
    top: 7px;
}

.inputbox.search .schBtn button {
    width: 40px;
    height: 40px;
    border: 0;
    vertical-align: top;
    background: #0db195 url('../img/searchbox.png') no-repeat;
    text-indent: -99999px;
    background-position: 10px -60px;
    border-radius: 50%;
    box-shadow: 0 0 5px 0 #a0ccc3;
}

/* 검색 끝 */
/* Pagination */
.pagination {
    position: relative;
    width: 100%;
    padding-top: 30px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination A {
    display: inline-block;
    /* margin: 0 5px; */
}

.pagination a.pagenum {
    display: inline-block;
    background: #fff;
    text-decoration: none;
    vertical-align: top;
    cursor: pointer;
    text-align: center;
    width: 30px;
    margin: 0 5px;
    height: 30px;
    line-height: 30px;
}

.pagination a.pagenum:link,
.pagination a.pagenum:visited,
.pagination a.pagenum:active {
    color: #424242
}

.pagination strong {
    display: inline-block;
    background: #0071bf;
    margin: 0;
    font-weight: 600;
    color: #fff;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 27px;
    border: 1px solid #0071bf;
    border-radius: 50%;
    margin: 0 2px;
}

.pagination .arrow {
    display: inline-block;
    width: 21PX;
    height: 31px;
    font-size: 0;
    line-height: 20px;
    cursor: pointer;
    margin-right: 10px;
}

.pagination .arrow.pagefirst {
    background: #fff url('../img/paging.png') no-repeat 0px;
    background-position: 0 5px;
}

.pagination .arrow.pageprev {
    background: #fff url('../img/paging.png') no-repeat 0px;
}

.pagination .arrow.pagenext {
    background: #fff url('../img/paging.png') no-repeat;
    background-position: -30px 5px;
}

.pagination .arrow.pagelast {
    background: #fff url('../img/paging.png') no-repeat;
    background-position: -67px 5px;
}

.pagination a:hover span.arrow {
    text-decoration: none;
}

/* Pagination */
.table-icon {
    display: none;
}

/* modal */
.modal-open {
    overflow: hidden;
}

.madaling {
    position: relative;
    height: calc(100vh - 42%);
    border-radius: 25px;
    width: 770px;
    overflow-x: scroll;
}

.pop02 {
    height: calc(100% - 65%) !important;
}

.pop01 {
    height: calc(100% - 60%) !important;
}

.modal.fade .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.mobal_title {
    display: flex;
    justify-content: space-between;
}

.mobal_title h2 {
    font-size: 35px;
    font-family: 'NanumSquare';
    line-height: 45px;
}

.mobal_title button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-indent: -9999px;
    background: #152057 url(./../img/close_btn.png)no-repeat;
    background-size: 25px;
    background-position: 12px 12px;
    box-shadow: 0 0 10px #162157;
}

.dis_block {
    display: flex !important;
    align-self: flex-end;
    align-items: flex-end;
}

.dis_block>.dis_block_box {
    flex-grow: 1;
    flex-shrink: 0;
    justify-content: end;
    display: block;
    margin-right: 25px;
}

.dis_block_box02 {
    flex-grow: 5 !important;
    margin-right: 50px;
    margin-bottom: 0 !important;
}

.dis_block_box02 .dvs_inputbx {
    flex-grow: 10;
    flex-wrap: wrap;
}

.dis_block_box02 .dvs_inputbx input {
    flex-grow: 10;
    border: 1px solid #bdbbbb !important;
    border-radius: 25px;
    padding: 5px;
}

.dis_block_box02 .dvs_inputbx .search {
    flex-grow: 10;
}

.dis_block_box02 .dvs_inputbx .search .date {
    flex-grow: 10;
}

.dis_block_box02 .dvs_inputbx .search .date {
    flex-grow: 10;
}

.dis_block_box02 .dvs_inputbx .search .date .docs-datepicker {
    flex-grow: 10;
}

.dis_block_box02 .dvs_inputbx .search input {
    width: 100%;
}

/* modal */
.modal-open {
    overflow: hidden;
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999999999999;
    /* overflow:hidden; */
    -webkit-overflow-scrolling: touch;
    outline: 0;
    margin: 0 20px;
}

.modal.fade .modal-dialog {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.modal-content {
    position: relative;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 15px;
    outline: 0;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    /* bottom:0; */
    left: 0;
    background-color: #000;
}

.modal-title {
    margin: 0;
    font-size: 25px;
}

.modal-footer {
    padding: 15px 0 0 0;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.footer select{
    -webkit-appearance:none; 
    -moz-appearance:none; 
    appearance:none;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: auto;
}

.modal-dialog {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content {
    background-clip: padding-box;
    margin: 0 auto;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-sizing: b;
    background: #637eff url(./../img/dott.png)repeat;
    padding: 25px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.modal-header .close {
    border-radius: 25px;
    position: absolute;
    right: 30px;
    top: 23px;
    border: 1px solid #ffffff;
    color: #ffffff;
    padding: 7px 40px;
}

.modal-title {
    margin: 0;
    font-size: 25px;
    display: block;
    text-align: center;
    width: 100%;
}

.modal-title span {
    padding-top: 5px;
    color: #fff;
}

.modal-body {
    position: relative;
    padding: 25px;
    box-sizing: border-box;
}

.modal-footer {
    box-sizing: border-box;
    overflow: hidden;
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.modal_x {
    box-sizing: border-box;
    padding: 0 20px 20px;
}

.hidden {
    display: none;
}

.ui-icon,
.ui-widget-content .ui-icon {
    background: url("../img/paging.png");
}

.ui-datepicker .ui-datepicker-prev span {
    display: block;
    /* position: absolute; */
    /* left: 50%; */
    /* margin-left: -8px; */
    /* top: 50%; */
    /* margin-top: -8px; */
    background-position: -9px;
    /* transform: rotate(271deg); */
    width: 15px;
    height: 15px;
    background-size: cover;
}

.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
    background-position: -30px 15px;
        width: 15px;
    height: 15px;
    background-size: cover;
}

.popintxt {
    font-size: 18px !important;
    font-weight: bold;
    margin-top: 20px;
}

.view_tit {
    background: #ebedf5 !important;
    font-size: 20px !important;
    font-family: 'NanumSquareEB', sans-serif;
}

.view_tit02 {
    background: #ebedf5 !important;
    font-size: 20px !important;
    padding: 15px 20px !important;
    text-align: left !important;
}

.view_tit03 {
    background: #ebedf5 !important;
    font-size: 20px !important;
    padding: 15px 20px !important;
    text-align: left !important;
}

.tbl_txt_left {
    text-align: left !important;
}


.tittxt {
    color: #002646;
    font-size: 2.2rem;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.5;
}

.sub-tit {
    text-align: center;
    margin-bottom: 50px;
    font-size: 18px;
    letter-spacing: -0.3;
}

.sub-tit i {
    font-style: normal;
    color: #0059A5;
    font-size: 1.2rem;
    font-weight: 500;
}

.s-title {
    font-size: 1.5rem;
    text-align: center;
    margin: 50px 0;
}

/* 로그인 */
.loginwrap {
    max-width: 850px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.loginwrap .imgbox {
    flex-shrink: 0;
    flex: 10 1 auto;
    width: 40%;
    text-align: center;
    padding-right: 30px;
}

.loginwrap .logintxtbox {
    box-shadow: 0px 0px 10px rgba(0, 38, 70, 0.08);
    padding: 70px 80px;
    border-radius: 15px;
    background: #fff;
}

.loginwrap .logintxtbox>p {
    text-align: center;
    color: #373737;
    word-break: keep-all;
}

.loginwrap .input {
    flex: 1 1 70%;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.loginwrap .form_box {
    display: flex;
    align-items: center;
    gap: 15px;
}

.loginwrap .form_box .form_tit {
    vertical-align: middle;
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
    color: #002646;
    flex: 0 0 60px;
    font-weight: 500;
}

.input-type {
    flex: 1;
}

.loginwrap .form_box .form_tit em {
    display: block;
}

.loginwrap .form_box .form_tit:after {
    content: '';
    width: 100%;
    display: inline-block;
}

.loginwrap .form_box .check {
    display: flex;
    justify-content: space-between;
}

.loginwrap .form_box .check span {
    font-size: 14px;
}

.loginwrap .form_box .dot {
    position: relative;
    padding-left: 15px;
    font-size: 14px;
}

.loginwrap .form_box .dot:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    background: #002646;
    border-radius: 50px;
    left: 0;
    top: 6px;
}

.loginwrap .form_box .form_input {
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
    transition: all ease .3s;
    font-size: 16px;
}

.loginwrap .form_box .form_input:focus {
    box-shadow: 0px 3px 10px rgba(0, 89, 165, 0.5)
}

.login-btn {
    background: #B7B7B7;
    flex: 1 1 25%;
    color: #fff;
    font-size: 20px;
    letter-spacing: 0;
    font-weight: 300 !important;
    border-radius: 5px;
    transition: all ease .5s;
}


.login-btn:hover {
    background: #002646;
}

.formbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.btnsearch {
    width: 120px;
    height: 40px;
    background-color: #0077ea;
    background-image: url(./../img/search_ico.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin: 0 10px;
    text-indent: -9999999px;
}

/* tbl1500px */
.tbl_over02 {
    overflow-x: auto;
    position: relative;
}

.flip-scroll .table-icon,
.table-responsive .table-icon {
    display: block;
    opacity: 0.7;
}

.table-pc .table-icon02 {
    display: none;
}

.table-icon02.icon--hide {
    display: none !important;
    opacity: 0
}

.table-icon02.on,
.ui:after {
    display: block;
}

.tbl_over02>.tbl_board {
    width: 800px;
}

.table-icon02 {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 45%;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: -1px 1px 10px grey;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    display: block !important;
    border: none;
}

.swipe-icon02 .swipe-arrow02 {
    animation: pulse-arrow 3s ease-out infinite;
}

.swipe-icon02 {
    position: absolute;
    top: 9px;
    left: 26%;
    width: 25px;
    height: 25px;
    overflow: visible;
    animation: hand-move 3s ease-out infinite;
}

.password {
    position: relative;
}

.password .eyes {
    position: absolute;
    cursor: pointer;
    top: 50%;
    height: auto;
    transform: translateY(-50%);
    right: 15px;
    width: 30px;
    height: 20px;
}

.password .eyes i {
    color: #929292;
    vertical-align: middle;
    font-size: 16px;
    position: absolute;
    width: 18px;
    height: 13px;
}

.fa-eye:before {
    background: url(./../img/sub/pw-eyes.png)no-repeat;
    width: 30px;
    height: 19px;
    content: '' !important;
    position: absolute;
}

.fa-eye-slash:before {
    background: url(./../img/sub/pw-eyes-on.png)no-repeat;
    width: 30px;
    height: 19px;
    content: '' !important;
    position: absolute;
}

@keyframes hand-move {
    0% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg)
    }

    50% {
        -webkit-transform: rotate(-30deg);
        -moz-transform: rotate(-30deg);
        -ms-transform: rotate(-30deg);
        -o-transform: rotate(-30deg);
        transform: rotate(-30deg)
    }

    100% {
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg)
    }
}

.tbl_srh {
    table-layout: fixed;
}

.tbl_thd_no {
    border: none;
}

.tbl_thd_no tbody tr:nth-child(1) {
    border-top: 2px solid #5d70c9;
}

.tbl_thd_on {
    border-top: 2px solid #5d70c9;
}

.tbl_thd_on tbody tr:nth-child(1) {
    border: none;
}

@media screen and (max-width: 768px) {

    html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input, button,select {
        font-size: 0.85rem;
    }
}

/* main layer popup */
.layer_popup {
    position: absolute;
    width: 500px;
    left: 50%;
    margin-left: -480px;
    top: 90px;
    z-index: 999999;
    height: 500px;
    box-shadow: 0 0 10px 2px rgb(0 0 0 / 20%);
}

.layer_popup .poptblbox {
    height: 100%;
    background: #fff;
}

.layer_popup .poptblbox h3 {
    background: #4f5fc4;
    text-align: center;
    padding: 10px;
    color: #fff;
}

.layer_popup .poptblbox p {
    padding: 10px;
}

.layer_popup .closebtn {
    background: #757575;
    display: flex;
    justify-content: space-between;
    padding: 9px;
}

.layer_popup .closebtn input {
    border-radius: 5px;
    border: none;
    margin-right: 5px;
}

.layer_popup .closebtn span {
    color: #fff;
    font-size: 15px;
}

.layer_popup .closebtn a {
    color: #ffff;
    background: url(./../img/popclose.png)no-repeat;
    text-indent: -9999px;
    width: 25px;
    height: 25px;
}

.subvisual {
    background: url(./../img/sub/sub-visual.png);
    height: 230px;
}

.subvisual div {
    height: 100%;
    justify-content: center;
    gap: 25px;
}

.subvisual div p {
    font-size: 1.2rem;
    word-break: keep-all;
}

.subvisual div i {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 500;
    color: #0059A5;
}

.subvisual h1 {
    color: #002646;
    font-weight: bold;
    font-size: 2.2rem;
}

.subWrap .nav {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
    margin: 0 auto 100px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    position: relative;
}

.subWrap .nav>ul {
    display: flex;
    align-items: center;
}

.subWrap .nav>ul>li {
    flex: 1 1 20%;
    float: left;
    width: 30%;
    position: relative;
}

.subWrap .nav>ul>li:not(:first-child) {
    border-right: 1px solid #ddd;
    width: 350px;
    flex: 300px 0 0;
}

.subWrap .nav>ul>li:last-child {
    border-right: none;
}

.subWrap .nav>ul>li>a {
    display: block;
    padding: 20px 15px;
    background: url(./../img/sub/nav-on.png)no-repeat center right 20px;
}

.subWrap .nav ul li.home {
    width: 60px;
    flex: 0 0 60px;
}

.subWrap .nav ul li.home a {
    background: #002646 url(./../img/sub/nav-home.png)no-repeat center;
    color: #fff;
    text-indent: -9999px;
    width: 30px;
}

.subWrap .nav>ul>li>ul.subnav {
    position: absolute;
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 87, 70, 0.08);
    border-radius: 0 0 5px 5px;
    display: none;
    border: 1px solid #ddd;
    z-index: 99;
}

.subWrap .nav>ul>li.active>ul.subnav {
    display: block;
}

.subWrap .nav>ul>li>ul.subnav>li>a {
    display: block;
    padding: 11px 15px;
    transition: all ease .3s;
}

.subWrap .nav>ul>li>ul.subnav>li>a:hover {
    box-shadow: inset 0px 0px 0px 2px #007ec8;
    color: #007ec8;
    font-weight: 600;
}

.nav > ol.navi {
    position: absolute;
    top: 7px;
    right: 0;
}

.nav > ol.navi > li {
    float: left;
    position: relative;
}

.nav > ol.navi > li.print {
    margin-left: 10px;
}

.nav > ol.navi > li.print button {
    background-image: url(../img/sub/navi-print.svg);
}

.nav > ol.navi > li.share button {
    background-image: url(../img/sub/navi-sns.svg);
    background-size: 17px;
}

.nav > ol.navi > li button {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 31px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #003562;
    margin-right: 10px;
}

.nav > ol.navi > li.share ul {
    display: none;
    position: absolute;
    left: 50%;
    top: calc(100% + 18px);
    line-height: 0;
    border: 1px solid #b9c0c8;
    border-radius: 50px;
    background-color: #fff;
    white-space: nowrap;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 6px 6px 16px 0 rgba(0, 0, 0, 0.08);
    z-index: 2;
    width: 50px;
}

.nav > ol.navi > li.share ul li {
    padding: 15px 0;
}

.nav > ol.navi > li.share ul li a {
    display: inline-block;
    vertical-align: middle;
}

.nav > ol.navi > li.share ul li a:first-child {
    margin-left: 0;
}

.btnwrap{
    display: flex;
    align-items: center;
    gap:10px;
    flex-wrap:wrap;
    justify-content: center;
}

.btn-type-01 {
    border: 1px solid #002646;
    border-radius: 5px;
    background: #fff;
    padding: 12px 40px;
    color: #66717E;
    font-size: 1rem;
    transition: all ease .3s;
}

.btn-type-01:hover{
    background: #002646;
    color:#fff;
}

.btn-type-02 {
    border: 1px solid #0059A5;
    border-radius: 5px;
    background: #0059A5;
    padding: 25px 100px;
    color: #fff;
    font-size: 1.2rem;
    transition: all ease .3s;
}

.btn-type-03 {
    border: 1px solid #585858;
    border-radius: 5px;
    background: #585858;
    padding: 25px 100px;
    color: #fff;
    font-size: 1.2rem;
    transition: all ease .3s;
}

.btn-type-04 {
    border: 1px solid #0059A5;
    border-radius: 5px;
    background: #0059A5;
    padding: 25px 40px;
    color: #fff;
    font-size: 1.2rem;
    transition: all ease .3s;
}

.btn-type-05 {
    background-color: #66717E !important;
}

button[ class *= btn-type]:hover{
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
}

.btn-type03 {
    flex: 110px 0 0;
    padding: 16px;
    background: #66717E;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
}

.btn-type04 {
    flex: 110px 0 0;
    padding: 16px;
    background: #66717E;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    transition: all ease .3s;
}

.btn-type05 {
    flex: 110px 0 0;
    padding: 10px;
    background: #215ea8;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #215ea8;
}

.btn-type06 {
    flex: 110px 0 0;
    padding: 10px;
    background: #fff;
    border-radius: 5px;
    font-weight: 300;
    border:1px solid #215ea8;
    color: #215ea8;
    min-width: 70px;
}

.btn-type07 {
    border:1px solid #002646 !important;
    color: #002646 !important;
}

.btn-type08 {
    flex: 110px 0 0;
    padding: 10px;
    background: #66717E;
    border-radius: 5px;
    color: #fff;
    font-weight: 300;
    border: 1px solid #66717E;
}

/* css new */
.btn-type-06{
    background-color: #003562;
    padding:25px 10px;
    color:#fff;
    font-size:1.5rem;
    font-weight:bold;
    border-radius: 5px;
}

.w-100{
    width:100%;
}

.btn-type-07{
    background-color: #585858;
    padding:20px 65px;
    color:#fff;
    font-weight:bold;
    border-radius: 5px;
    font-size:1rem;
}


/* datepicker */
.docs-date {
	padding: 10px;
	border-radius: 5px;
	background: url(../img/sub/date.svg)no-repeat right 15px center;
	background-size: 20px;
	position: relative;
	width: 100%;
}

.setDatePicker {
    padding: 10px;
    border-radius: 5px;
    background: url(../img/sub/time_sel.svg)no-repeat right 15px center;
    background-size: 12px;
    position: relative;
    width: 100%;
}


@media screen and (max-width: 1200px) {
    .subvisual {
        height: 150px;
    }

    .subvisual div {
        padding: 0 20px;
    }

    .subvisual h1 {
        font-size: 1.5rem;
    }

    .sub-tit {
        word-break: keep-all;
        margin-bottom: 30px;
        font-size: 1rem;
    }
}

@media (max-width: 1024px){
    .nav > ol.navi {
        top: calc(100% + 10px);
        height: 50px;
        right: 0;
    }

    .nav > ol.navi > li.print {
        display: none;
    }

    .nav > ol.navi > li button {
        margin-right: 0;
    }
}

@media screen and (max-width: 768px) {

    .tittxt {
        font-size: 1.4rem;
        margin-bottom: 30px;
    }

    .subvisual div p {
        font-size: 0.9rem;
    }

    .subvisual div i {
        font-size: 1.1rem;
    }

    .subWrap .nav>ul>li {
        flex: 1 1 20%;
        float: left;
        width: 30%;
        position: relative;
    }

    .subWrap .nav>ul>li:not(:first-child) {
        width: auto;
        flex: auto;
    }

    .subWrap .nav>ul>li>a {
        padding: 15px 15px;
    }

    .subWrap .nav ul li.home {
        width: 40px;
        flex: 0 0 40px;
    }

    .subWrap .nav ul li.home a {
        width: 10px;
        background-size: 30px;
    }

    .subWrap .nav>ul>li>ul.subnav {
        position: absolute;
        width: 100%;
        background: #fff;
        box-shadow: 0px 0px 10px rgba(0, 87, 70, 0.08);
        border-radius: 0 0 5px 5px;
        display: none;
        border: 1px solid #ddd;
    }

    .subWrap .nav>ul>li.active>ul.subnav {
        display: block;
    }

    .subWrap .nav>ul>li>ul.subnav>li>a {
        display: block;
        padding: 11px 15px;
        transition: all ease .3s;
    }

    .subWrap .nav>ul>li>ul.subnav>li>a:hover {
        box-shadow: inset 0px 0px 0px 2px #007ec8;
        color: #007ec8;
        font-weight: 600;
    }

    .nav > ol.navi > li button {
        width: 30px;
        height: 30px;
    }

    .nav > ol.navi > li button {
        background-size: 20px;
    }

    .btn-type-02{
        font-size:1rem;
    }
    .btnwrap button,
    .btn-type04 {
        padding: 10px 35px;
        font-size: 1rem;
    }
    .subWrap .nav{
        margin:0px auto 50px;
    }

    .calendar{
        border-spacing:inherit;
    }

    .calendar thead tr th{
        padding: 10px;
        border-radius: 0;
        box-shadow: none;
    }
    
    .calendar thead tr th ~ th{
        border-left:1px solid #c4daff;
    }

    .calendar tbody tr td{
        box-shadow:none;
        padding: 15px;
        border-radius:0;
    }
    
    .calendar tbody tr td ~ td{
        border-left:1px solid #c4daff;
        border-bottom:1px solid #c4daff;
    }
    
    .calendar tbody tr td:first-child{
        border-bottom:1px solid #c4daff;
    }

    .btn-type-07{
        font-size:0.9rem;
        padding: 15px auto;
    }

    h4{
        font-size: 1rem !important;
    }
}

@media screen and (max-width: 580px) {

    .loginwrap .logintxtbox {
        padding: 30px 40px;
    }

    .loginwrap .form_box {
        flex-wrap: wrap;
    }

    .m-flex-wrap{
        flex-wrap:wrap;
    }

    .loginwrap .form_box span {
        word-break: keep-all;
    }

    .loginwrap .form_box .btn-type-01 {
        flex: 100%;
    }

    .formbox .flex {
        flex-wrap: wrap;
    }

    .login-btn {
        padding: 15px 0;
        font-size: 0.9rem;
    }

    .subWrap .nav>ul>li {
        width: 40%;
    }

    .subWrap .nav ul li.home a {
        background-size: 25px;
    }

    .subWrap .nav>ul>li>a {
        background-size: 10px;
    }

    .password .eyes {
        width: 18px;
        height: 13px;
    }

    .password .eyes i {
        width: 18px;
        height: 13px;
    }

    .fa-eye:before,
    .fa-eye-slash:before {
        background-size: contain;
        width: 18px;
        height: 18px;
    }

    .s-title {
        font-size: 1.2rem;
    }
    
    .btnwrap button,
    .btn-type04 {
        padding: 10px 0px;
        font-size: 1rem;
        flex: 0 0 110px;
    }
    button.btn-type-06{
        font-size:1rem;
    }
}



@media screen and (max-width: 380px) {
    .calendar tbody tr td{
        padding: 5px;
    }
    
    .btnwrap 
    .btn-type04 {
        flex:100%;
        padding: 10px 35px;
        font-size: 1rem;
    }
}

/* 20230304 */

.Btn-01{
    border:1px solid #00A526;
    color:#00A526;
}

.Btn-02{
    border:1px solid #FF8900;
    color:#FF8900;
}

.Btn-03{
    border:1px solid #001222;
    color:#001222;
}

.Btn-04{
    border:1px solid #535b62;
    color:#535b62;
}

.Btn-05{
    border:1px solid #0059A5;
    color:#0059A5;
}

.seclect-box-custom {
	border: 1px solid #d8d8d8;
	border-radius: 5px;
	padding: 20px;
	width:100%;
	box-sizing:border-box;
	transition: all ease .3s;
	font-size: 16px;
}

/*20250224*/
#calDiv tr td {
	height:90px;
	vertical-align:top;
	padding:10px;
}
#calDiv .dayNumber b{
	display:block;
	text-align:left;
}
#calDiv a {
	display: block;
	margin-top:5px;
	padding:5px;
/* 	background-color:#efefef; */
}
/*20250224*/
#appBirthday {
	padding: 10px;
	border-radius: 5px;
	background: url(../img/sub/date.svg)no-repeat right 15px center;
	background-size: 20px;
	position: relative;
	width: 100%;
}
.group-info-table {
	width:30%;
	float:right;
	border:0;
}
.group-info-table td:not(:first-child){
	border:2px solid #fff;
}
.calendar-group-info:after {
	content:"";
    display: block;
	clear:both;
}
.calendar-group-info {
    width:100%;
}
@media screen and (max-width: 768px) {
	.group-info-table {
		width:50%;
		float:auto;
		border:0;
	}
}
.groupcolor_1 { background-color:#eeeb9b; }
.groupcolor_2 { background-color:#dcbecc; }
.groupcolor_3 { background-color:#d7edbf; }
.groupcolor_4 { background-color:#bfc9ed; }
.groupcolor_5 { background-color:#cfedbf; }
.groupcolor_6 { background-color:#bfe9ed; }
.groupcolor_7 { background-color:#bfedcc; }
.groupcolor_8 { background-color:#edc7bf; }
.groupcolor_9 { background-color:#c1bedc; }
.groupcolor_10 { background-color:#dcc0be; }
.groupcolor_11 { background-color:#bedcd4; }
.groupcolor_12 { background-color:#d2cff4; }
.groupcolor_13 { background-color:#eed496; }
.groupcolor_14 { background-color:#c6c5eb; }
.groupcolor_15 { background-color:#efd3a7; }
.d-project .s-title span {
	font-size:20px;
	color:#434343;
}
.suptcenter-content-p {
	text-align:center;
}
.group-info-dl {
	display: flex;
	gap: 8px;
	margin: 0;
	padding: 0;
	align-items: center;
}
.group-info-dl dt {
  font-weight: bold;
  margin-right:20px;
}
.group-info-dl dd {
  width:30px;
  height:30px;
  display: flex;
}