p {
    margin-bottom: 0;
}
.border-1 {
    border-bottom: 1px solid #eff2f5;
}
.bordert-1 {
    border-top: 1px solid #000;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.fs-3rem {
    font-size: 3rem;
}
.pb-00 {
    padding-bottom: 0 !important;
}
@media screen and (max-width:1400px) {
    .pb-00 {
        padding-bottom: 2rem !important;
    }
}
.pt-3rem {
    padding-top: 3rem !important;
}
.min-width-700 {
    min-width: 700px;
}
.w-10 {
    width: 10% !important;
}
.w-20 {
    width: 20% !important;
}
.w-30 {
    width: 30% !important;
}
.w-40 {
    width: 40% !important;
}
.w-50 {
    width: 50% !important;
}
.w-60 {
    width: 60% !important;
}
.w-70 {
    width: 70% !important;
}
.w-80 {
    width: 80% !important;
}
.w-90 {
    width: 90% !important;
}
.w-100 {
    width: 100% !important;
}
.w-150px {
    width: 150px!important;
}
.w-350px {
    width: 350px!important;
}
@media screen and (max-width:1100px) {
    .table-responsive table {
        width: 700px;
    }
}
.bg-gray {
    background-color: rgb(248, 248, 248);
}
.bg-gray button {
    padding-top: 0.3rem !important;
    padding-bottom: 0.3rem !important;
}
.text-muted {letter-spacing: -.5px;}
.text-primary {color: #1550c2 !important;} 
.text-danger {color: #c9110d !important;} 
.text-success {color: #0cc3bb !important;} 
.text-info {color: #8950fc !important;} 

.h3, h3 {font-size: 1.55rem; font-weight: bold;}


/* width */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {max-width: 1800px;}

/* 레이아웃 */
.menu-title {font-size: 14.5px;}
.aside_icon {width: 28px;height: 28px;margin-right: 22px;}
.aside_icon img {width: 100%;}
.aside_menu_tit {font-size: 15px;}
.aside-menu .menu-item .menu-link {padding: 15px 25px;}
.aside.aside-dark {background: #011742;}
.aside.aside-dark .aside-logo{background-color: #122f67;}
.aside-logo a {color:#fff;font-size: 20px;}
.aside.aside-dark .aside-toggle svg [fill]:not(.permanent):not(g) {fill: #fff}
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active), .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active){background-color: #122f67}
.aside_tit {padding: 40px 25px 15px; color: #414464;font-size: 10px;}
.aside-dark .menu .menu-item .menu-link .menu-title.aside_menu_tit {color: #dfe2e7;}
.aside-dark .menu .menu-item .menu-link .menu-bullet .bullet{background-color: #b5b5c3}
.aside-dark .menu .menu-item .menu-link:hover:not(.disabled):not(.active) .menu-bullet .bullet, .aside-dark .menu .menu-item.hover>.menu-link:not(.disabled):not(.active) .menu-bullet .bullet {background-color: #fff;}
[data-kt-aside-minimize=on] .aside_tit {opacity: 0; transition: opacity .3s ease;}
.bullet-dot {width: 5px; height: 1px; border-radius: 0;}
.use-interface a,
.use-interface span{display: inline-block;}
.use-interface span{margin: 0 25px;}
.use-interface a, .use-interface a {color: #333; font-weight: bold;}
.content {background-color: #eef0f8;}
.btn.btn-light-primary{background-color: #1550c2; color: #fff;}
.btn.btn-border-primary {border: 1px solid #1550c2 !important; color: #1550c2;}
.btn.btn-border-default {border: 1px solid #666666 !important; color: #666666;}
.btn-check:active+.btn.btn-light-primary, .btn-check:checked+.btn.btn-light-primary, .btn.btn-light-primary.active, .btn.btn-light-primary.show, .btn.btn-light-primary:active:not(.btn-active), .btn.btn-light-primary:focus:not(.btn-active), .btn.btn-light-primary:hover:not(.btn-active), .show>.btn.btn-light-primary {background-color: #003395;color: #fff;}
@media (max-width: 991.98px){
    .header-tablet-and-mobile-fixed.toolbar-tablet-and-mobile-fixed .wrapper {padding-top: 55px;}
    .header .flex-lg-grow-1 .align-items-stretch {display: none !important;}
}

/* 공통정의기능 */
.basic__footer {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.basic__table {
    text-align: center;
}
.basic__table td,
.basic__table th{
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    vertical-align: middle;
}

.basic__bullet {
    position: relative;
    padding-left: 15px;
}
.basic__bullet::before {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.basic__bullet.text-primary::before {
    background-color: #009ef7;
}
.basic__bullet.text-danger::before {
    background-color: #f1416c;
}
.basic__select .select2 {
    width: 50%;
    margin-right: 5px;
}
.basic__select_input > div:first-child {
    display: flex;
    width: calc(100% - (70% + 5px));
    margin-right: 5px;
}
.basic__select_input > div:last-child {
    display: flex;
    width: 70%;
}
@media screen and (max-width:1300px) {
    .basic__form .col-lg-10 .d-flex, .basic__form .col-lg-10.d-flex {
        display: inline-block !important;
    }
    .basic__form input[type= "checkbox"] {
        margin-bottom: 3px;
    }
    .basic__form .form-select {
        margin-bottom: 3px;
    }
    .basic__select_input > div{
        width: 100% !important;
    }
}
@media screen and (max-width:500px) {
    .search__footer {
        display: block !important;
    }
    .search__footer .btn {
        margin-bottom: 3px;
    }
    .search__footer .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(.border-active):not(.btn-flush):not(.btn-icon) {
        padding: calc(.5rem + 1px) calc(1rem + 1px);
    }
}
.td__title {
    font-weight: bold !important;
}

/* Meetng */
.meeting--date > .col-lg-6 > .col-lg-6 {
    width: calc(50% - 4px);
}
.meeting--icon {
    padding: 0 !important;
}
.meeting__total {
    flex-flow: inherit;
}
.meeting__total > div {
    width: 50%;
}
.meeting__total .ms-auto {
    margin-right: 10px;
    color: #333333;
}
.meeting__bullet {
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: red;
    text-align: center;
    line-height: 45px;
    letter-spacing: -1px;
    font-size: 10px;
}
.meeting__header {
    padding: 0 !important;
    border-bottom: 0;
}
.meeting__modal {
    color: inherit;
}
.meeting_date > * {
    margin-right: .5rem;
}
.main_contry {
    margin-bottom: 20px;
}
.main_contry > div > div:last-child {
    font-size: 20px;
    font-weight: bold;
}
@media screen and (max-width:1440px) {
    .meeting--date {
        display: block;
    }
    .meeting--date > div:first-child {
        margin-bottom: 5px;
    }
    .meeting--date .col-lg-6 {
        width: 100%;
    }
}
@media screen and (max-width:500px) {
    .meeting--date a {
        margin-bottom: 3px;
    }
}

/* 메인 */
.nav_title {
    position: relative;
    padding-left: 15px !important;
    font-style: 1.65rem;
}
.nav_title::before{
    content: '';
    display: block;
    position: absolute;
    top: 27px;
    left: 0;
    width: 2px;
    height: 20px;
    background-color: #000;
}  
.card__list {
    padding-left: 0;
}
.card__list li {
    padding: 1.5rem 0;
    border-bottom: 1px solid #eff2f5;
}
.main_total h3 {
    margin-bottom: 0;
    font-size: 12px;
    width: 56px;
    height: 56px;
    text-align: center;
    line-height: 56px;
}
.main_total div p:first-child {
    font-size: 22px;
    color: #333333;
    font-weight: bold !important;
    letter-spacing: -1px;
}
.main_total div p:last-child{
    color: #a6a6a6;
}
.main_total span{
    font-weight: bold;
}
.number_total {
    font-size: 20px;
    font-weight: bold;
    color: #1550c2;
}
.main__icon {
    width: 68px;
    height: 68px;
}
.main__icon img {
    width: 100%;
}
.list__text {
    color: #666666;
    font-size: 16px;
    font-weight: bold;
}
.list__text span {
    display: block;
    color: #333333;
    font-size: 18px;
}
/* Login */
.login__wrap input.form-control:focus {
    border: 1px solid #009ef7;
}
.login__title {
    position: relative;
    padding-bottom: 20px;
    color: #003c88 !important;
}
.login__title::before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    height: 3px;
    border-radius: 30px;
    background-color: #003c88;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}
.login__input {
    display: flex;
    align-items: center;
}
.login__input label {
    width: 6rem;
}
.login__input .fv-plugins-message-container.invalid-feedback, .fv-plugins-message-container.valid-feedback {
    display: none;
}
.login__input.row > * {
    width: auto;
}
.login__input--name .row > * {
    flex: 0 0 auto;
    width: 50%;
}
.login__input--name .row > .col-xl-6:first-child {
    padding-right: calc(var(--bs-gutter-x) * .2);
}
.login__input--name .row > .col-xl-6:last-child {
    padding-left: calc(var(--bs-gutter-x) * .2);
}

/* 회원 정보 팝업 */
.member__tab a {
    color: #181c32;
}
@media screen and (max-width:991px) {
    .member__d-flex {
        display: block !important;
    }
    .member__d-flex > div:first-child {
        margin-bottom: .5rem;
    }
}
.sign-box {
    padding: 20px;
    border-radius: 1rem;
    border: 1px solid #eee;
}
/* 북마크 */
.bi-bookmark-fill, .bi-bookmark {
    display: block;
    padding: 10px 5px;
    font-size: 2rem !important;
    color: #0d6efd;
}

/* qna */
.accordion-type1{margin: 0px; padding: 0;}
.accordion-type1 .acco-mark{display: inline-block;width: 50px;height: 44px;background: #282a36;border-radius: 50%;font-family: 'Roboto Condensed', sans-serif;font-size: 28px;color: #fff;line-height: 42px;text-align: center;vertical-align: middle;}
.accordion-type1 > li .acco-mark + span{display: inline-block;width: calc(100% - 50px);padding-left: 15px;vertical-align: middle;}
.accordion-type1 > li{width: 100%;margin-top: 10px;border-bottom: 1px solid #ddd; list-style: none;letter-spacing: -0.5px;}
.accordion-type1 > li:first-child{margin-top: 0;}
.accordion-type1 > li > a{display: block;width: 100%;padding: 20px 0;font-size: 16px;font-weight: 300;color: #222222;}
.accordion-type1 > li > a:after{display: block;content: '';clear: both;}
.accordion-type1 > li .acco-tit{width: calc(100% - 160px);padding-right: 20px;vertical-align: middle;line-height: 26px;}
.accordion-type1 > li .acco-state{width: 130px;font-size: 14px;color: #888;vertical-align: middle;}
.accordion-type1 > li .acco-ic{width: 23px;font-size: 22px;font-weight: 700;color: #555;text-align: right;vertical-align: middle;-webkit-transition: 0.3s ease;transition: 0.3s ease;}
.accordion-type1 > li.on .acco-ic{text-align: left;-webkit-transform: rotate(180deg);transform: rotate(180deg);}
.new{display: inline-block;width: 17px;height: 17px;margin: 0 5px;padding: 1px 0;background: #ff9913;border-radius: 50%;color: #fff;font-size: 14px;font-weight: 300;text-align: center;line-height: 1;vertical-align: middle;}
.accordion-type1 > li .acco-con{display: none;padding: 25px 80px 30px 30px;background: #fafafa;border-top: 1px solid #ddd;font-size: 16px;font-weight: 300;color: #666;line-height: 25px;}
.accordion-type1 > li.effect.on .acco-tit{font-weight: 400;}
.accordion-type1 > li.effect.on .new{color: #fff;}
@media screen and (max-width:767px) {
	.accordion-type1 > li > a{position: relative;padding: 10px 35px 10px 15px;font-size: 15px;}
	.accordion-type1 > li .acco-tit{width: 100%;margin-bottom: 5px;padding-right: 10px;line-height: 22px;}
	.accordion-type1 > li .acco-date{width: 70px;}
	.accordion-type1 > li .acco-ic{position: absolute;top: 50%;-webkit-transform: translateY(-50%);transform: translateY(-50%);right: 15px;font-size: 18px;}
	.accordion-type1 > li.on .acco-ic{top: 20%;-webkit-transform: rotate(180deg) translateY(-50%) ;transform: rotate(180deg) translateY(-50%);}	
	.accordion-type1 > li .acco-con{padding: 15px 15px 30px;font-size: 14px;line-height: 22px;}
	.new{width: 15px;height: 15px;font-size: 12px;line-height: 1;}
}

/* hover */
.hover-underline:hover {
    text-decoration: underline;
}

/* color */
.bg-eng { background-color: #0045cb; }
.bg-kor { background-color: #666666; }
.bg-chn { background-color: #ed9400; }
.bg-jpn { background-color: #c30400; }
.text-blue { color: #3b82f6; }
.badge-light { color: #fff; background-color: #666; }
.badge-light-warning { color: #fff; background-color: #ed9400; }
.badge-light-danger { color: #fff; background-color: #c30400; }
.badge-light-info { color: #fff; background-color: #7d00b7; }
.badge-light-secondary { color: #8f8f8f; background-color: #d9d9d9; }
.badge-light-dark { color: #fff; background-color: #ed9400; }
.badge-light-primary { color: #000; background-color: #fff; }
.badge-light-green { color: #fff; background-color: #009b4a; }
.badge-light-success { color: #fff; background-color: #0045cb; }

/* badge */
.badge { width: 110px; margin: 0 auto; }
.badge + .badge { margin-top: 5px; }

/* input file */
.file-area { position: relative; }
.file-area .file-desc { position: absolute; top: 0; display: flex; align-items: center; }
.file-area label { width: 83px; border-top-right-radius: 0; border-bottom-right-radius: 0; cursor: pointer; }
.file-area label:hover { background-color: #e9ecee; }
.file-area .no-file { padding-left: 15px; font-size: 1.1rem; font-weight: 500; color: #5e6278; }
.file-area input[type="file"] { color: transparent !important; }