@charset "utf-8";
/*-------------------------------------------------
Style Sheet
Version : 1.0
Author :  강혜연
Create date : 2022. 7. 05.
-------------------------------------------------*/

#content_wrap {
    min-width: 1180px;
    padding-bottom: 80px;
}
.content {
    width: 100%;
    max-width: 1180px;
    margin: auto;
}
.contents > .content {
    margin-top: 80px;
}
.contents > .visual + .content {
    margin-top: 0;
}

header {
    position: fixed;
    width: 100%;
    min-width: 1180px;
    height: 80px;
    top: 0;
    left: 0;
    background: url(../img/header_bg.png) no-repeat center;
    background-size: cover;
    padding: 0 92px;
    z-index: 100;
}
header .gnb {
    display: flex;
    max-width: 1180px;
    flex: auto;
    height: 80px;
    margin: auto;
}

header h1 {
    margin: auto 0;
}
header h1 a {
    display: block;
}
.gnb .nav {
    display: flex;
    margin: auto;
}
.gnb .nav li a {
    display: inline-block;
    font-size: 1.4rem;
    color: var(--bs-white);
    margin: 0 30px;
    position: relative;
}
.gnb .nav li a.active {
    color: var(--bs-primary);
    font-weight: 600;
}
.gnb .nav li a.active:before {
    content: '';
    width: 100%;
    height: 4px;
    background: var(--bs-primary);
    position: absolute;
    bottom: -8px;
    left: 0;
}
.gnb .account {
    margin: auto 0;
    padding: 4px 0;
    width: 287px;
    position: relative;
    box-sizing: border-box;
}
.gnb .account > a {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-radius: 5em;
    background: #EFF6FF;
    padding: 0 20px 0 30px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.gnb .account > a span {
    color: var(--bs-point-color);
}
.gnb .account > a .name_i {
    display: inline-block;
    width: 9px;
    height: 11px;
    background: url(../img/login_name.png) no-repeat center;
    background-size: cover;
    vertical-align: -1px;
    margin-right: 10px;
}
.gnb .account > a .open_i {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(../img/open_i.png) no-repeat center;
    background-size: cover;
    margin: auto 0;
}
.gnb .account > ul {
    position: absolute;
    width: 100%;
    background: var(--bs-white);
    padding: 20px 24px;
    box-shadow: 0 3px 6px rgba(0,0,0,.16);
    border-radius: 16px;
    margin-top: 4px;
    display: none;
}
.gnb .account > ul li a {
    display: block;
    padding: 12px 0;
    font-weight: 500;
}
.gnb .account > ul li a .profile_i {
    display: inline-block;
    width: 10.4px;
    height: 12.4px;
    background: url(../img/profile_i.png) no-repeat center;
    background-size: cover;
    vertical-align: -2px;
    margin-right: 10px;
}
.gnb .account > ul li a .logout_i {
    display: inline-block;
    width: 9.6px;
    height: 12px;
    background: url(../img/logout_i.png) no-repeat center;
    background-size: cover;
    vertical-align: -2px;
    margin-right: 10px;
}

.visual {
    height: 180px;
    background: #F8FCFF;
    margin-top: 80px;
    box-shadow: 0 0 4px rgba(5, 31, 54, .2);
}
.progress_box {
    display: flex;
    height: 180px;
    justify-content: center;
}
.progress_box > div {
    display: flex;
    justify-content: space-between;
    margin: auto 0;
}
.progress_box p {
    width: 80px;
    height: 80px;
    background-color: #EBF8FF;
    border-radius: 16px;
}
.progress_box dl {
    margin: auto 0;
    margin-left: 27px;
}
.progress_box dl dt {
    font-size: 16px;
    font-weight: 700;
    color: var(--bs-primary);
}
.progress_box dl dd {
    color: var(--bs-gray);
}
.progress_box ul {
    display: flex;
}
.progress_box ul li {
    width: 25px;
    height: 25px;
    background: #C8C8C8;
    border-radius: 50%;
    text-align: center;
    line-height: 23px;
    color: var(--bs-white);
    font-size: 1.3rem;
    font-weight: 500;
    margin: auto 35px;
    position: relative;
}
.progress_box ul li:before {
    content: '';
    width: 50px;
    height: 1px;
    background: #707070;
    position: absolute;
    top: 50%;
    left: 35px;
}
.progress_box ul li:last-child:before {
    display: none;
}
.progress_box ul li.on {
    background: var(--bs-primary);
}
.progress_box ul li.active {
    background-color: var(--bs-primary);
    background-image: url(../img/check_i.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 12px 9px;
    color: rgba(0,0,0,0)
}

.sub_title,
.main_title {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
}
.sub_title h3 {
    font-size: 1.6rem;
    font-weight: 700;
    align-self: flex-end;
    margin: auto 0;
}
.main_title h2 {
    font-size: 2rem;
    font-weight: 900;
}
.main_title h2 span {
    font-size: 2rem;
    color: var(--bs-gray);
    font-weight: 400;
    margin-left: 6px;
}
.main_title h2 span small {
    font-size: 1.2rem;
    margin-left: 6px;
}
.sub_title > * {
    display: flex;
}
.sub_title > div > * {
    margin-left: 40px;
}
.sub_title input {
    width: 100%;
}
.sub_title .form_search {
    min-width: 270px;
    border-bottom: 1px solid #D8D8D8;
}
.sm_title {
    display: flex;
    margin-top: 17px;
}
.sm_title p {
    font-weight: 700;
}

.form_search {
    display: flex;
    justify-content: space-between;
}

.tab ul li {
    display: inline-block;
    margin-right: 16px;
}
.tab ul li button {
    display: inline-block;
    font-size: 1.3rem;
    color: var(--bs-gray);
    position: relative;
}
.tab ul li button.active {
    color: var(--bs-dark-gray);
    font-weight: 700;
}
.tab ul li button.active:before {
    content: '';
    width: 100%;
    height: 2px;
    background: var(--bs-primary);
    position: absolute;
    left: 0;
    bottom: -5px;
}
.tab.tab_lg ul li button {
    font-size: 2rem;
    line-height: 25px;
}
.tab.tab_lg ul li button.active:before {
    height: 4px;
    background: var(--bs-dark-gray);
    bottom: -4px;
}
.tab.tab_sm {
    margin-top: 30px;
}
.tab.tab_sm li button {
    font-size: 1.2rem;
    padding-bottom: 6px;
    color: var(--bs-dark-gray);
}
.tab.tab_sm li button.active {
    font-weight: 700;
    border-bottom: 4px solid var(--bs-dark);
}
.tab_md {
    margin-top: 27px;
}
.tab.tab_md li button {
    font-size: 1.6rem;
    padding-bottom: 6px;
    color: var(--bs-dark-gray);
}
.tab.tab_md li button.active {
    font-weight: 700;
    border-bottom: 4px solid var(--bs-dark);
}

.modal {
  display: inherit;
  opacity: 0;
  visibility: hidden;
}

.modal.fade:not(.show) {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.modal .modal-dialog {
  max-width: 550px;
}

.modal .modal-sm {
  max-width: 400px;
}

.modal .modal-sm .modal-header {
  padding: 1rem 1.5rem;
}

.modal .modal-sm .modal-body,
.modal .modal-sm .modal-footer {
  padding: 1rem 1.5rem;
}

.modal .modal-lg {
  max-width: 700px;
}

.modal .modal-xl {
  max-width: 1140px;
}


.modal .modal-header {
  padding: 30px 30px 0;
  border: 0;
}

.modal .modal-header .modal-title {
  font-size: 1.3rem;
}

.modal .modal-header button {
  width: 22px;
  height: 22px;
  background: url(../images/close_btn.png) no-repeat center;
  background-size: cover;
  margin: 0 -0.5rem 0 auto;
}

.modal .modal-body {
  padding: 0 50px;
}

.modal .modal-body h6 {
  font-size: 1.15rem;
  margin-bottom: 1rem;
}

.modal .modal-body .table {
  margin: 0;
}

.modal .modal-footer {
  padding: 20px 50px 40px;
  border: 0;
}

.modal .modal-footer .btn {
  margin: 0 10px;
}

.modal .multimedia-detail .img-box {
  height: 300px;
}

#modal-metadata .modal-body ul li {
  list-style: inside;
  color: var(--gray-dark);
}



.table {
    border-top: 1px solid #989898;
    margin-top: 20px;
}
.table thead tr {
    border-bottom: 1px solid #E8E8E8;
}
.table th {
    background: var(--bs-th-color);
    font-size: 1.3rem;
    font-weight: 500;
    color: var(--bs-dark-gray);
    padding: 16px 6px;
    text-align: center;
}
.table tbody tr {
    border-bottom: 1px solid #F8F8F8;
}
.table tbody tr:last-child {
    border-bottom: 1px solid #E8E8E8;
}
.table td {
    color: var(--bs-gray);
    padding: 16px 6px;
    text-align: center;
}
.table > :not(:first-child) {
    border: 0;
}
.table.column {
    border-bottom: 1px solid #d8d8d8;
}
.table.column th {
    padding-left: 90px;
    text-align: left;
    border-bottom: 1px solid #F1F1F1;
}
.table.column td {
    padding: 16px 40px;
    border-bottom: 1px solid #F1F1F1;
    text-align: left;
}



.paging nav ul {
    display: flex;
    flex: auto;
}
.paging nav ul a {
    display: block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    color: var(--bs-gray);
}
.paging nav ul a i {
    display: inline-block;
    width: 100%;
    height: 100%;
    background: url(../img/paging_i.png) no-repeat center;
    background-size: 8px;
}
.paging nav ul li:last-child a i {
    transform: rotate(180deg);
}
.paging nav ul a.active {
    font-weight: 800;
    color: var(--bs-dark);
}

.no_data {
    display: flex;
    justify-content: center;
    padding: 90px 0 110px;
    text-align: left;
}
.no_data i {
    display: block;
    width: 60px;
    height: 47px;
    background: url(../img/no_data_i.png) no-repeat center;
    background-size: cover;
    margin: auto 0;
}
.no_data dl {
    margin: auto 0;
    margin-left: 24px;
}
.no_data dl dt {
    font-size: 1.6rem;
    font-weight: 700;
}
.no_data dl dd {
    font-size: 1.1rem;
    font-weight: 300;
    color: #989898;
    margin-top: 3px;
}

.form_group {
    margin-top: 10px;
    border-top: 1px solid #989898;
}
.form_group li {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.form_group li dl {
    display: flex;
    justify-content: space-between;
    width: 50%;
    max-width: 576px;
    height: 40px;
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    box-sizing: border-box;
}
.form_group li dl.on {
    border-color: var(--bs-point-color);
}
.form_group li dl dt {
    width: 190px;
    margin: auto 0;
    padding-left: 22px;
    color: var(--bs-dark-gray);
    font-weight: 500;
    box-sizing: border-box;
}
.form_group li dl dd {
    width: calc(100% - 190px);
    margin: auto 0;
}

.toggle_wrap {
    margin-top: 20px;
    border-bottom: 1px solid #989898;
}
.toggle_cont {
    border-top: 1px solid #989898;
}
.toggle_cont .accordion-header {
    display: flex;
    height: 50px;
    background: #F8F8F8;
    justify-content: space-between;
    padding: 0 20px 0 10px;
    box-sizing: border-box;
}
.toggle_cont .accordion-header > div {
    margin: auto 0;
}
.toggle_cont .check_box span {
    font-size: 1.3rem;
    font-weight: 700;
}
.toggle_cont .accordion-header button {
    display: block;
    width: 30px;
    height: 26px;
    background: url(../img/accordion_btn.png) no-repeat center;
    background-size: cover;
    transform: rotate(180deg);
    margin: auto 0;
}
.toggle_cont .accordion-header button:not(.collapsed) {
    transform: none;
}
.toggle_cont .accordion-collapse p {
    padding: 10px 12px 20px;
    box-sizing: border-box;
    color: var(--bs-gray);
    border-top: 1px solid #989898;
}

.state_box {
    padding: 30px 0;
    margin-top: 27px;
    background: #F8FCFF;
    box-shadow: inset 0 0 4px rgba(5, 31, 54, .2);
    box-sizing: border-box;
}
.state_box ul {
    max-width: 1180px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}
.state_box ul li {
    border: 1px solid #D8D8D8;
    background: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 18px 20px;
    box-sizing: border-box;
    text-align: right;
    margin-right: 40px;
}
.state_box ul li:last-child {
    margin-right: 0;
}
.state_box ul li h4 {
    font-size: 1.2rem;
    font-weight: 500;
    color: var(--bs-dark-gray);
    text-align: left;
}
.state_box ul li p {
    font-size: 3.2rem;
    font-weight: 500;
    color: var(--bs-primary);
}


input {
    width: 100%;
    background: none;
    border: 0;
}
input::placeholder {
    color: #C8C8C8;
}
.check_box label {
    margin: auto 0;
    cursor: pointer;
}
.check_box label span {
    display: inline-block;
    margin-left: 10px;
}
.form-check-input {
    width: 16px;
    height: 16px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    background: #eee;
    background: url(../img/checkbox_off.png) no-repeat 3px 4px #eee;
    background-size: 9px 6px;
}
.form-check-input:checked[type="checkbox"] {
    background-image: url(../img/checkbox_on.png);
    background-color: #F8FCFF;
    border-color: var(--bs-point-color);
    background-size: 9px 6px;
}
.border_input {
    display: flex;
    width: 100%;
    height: 40px;
    border: 1px solid #D8D8D8;
    border-radius: 4px;
    padding: 0 10px 0 22px;
    box-sizing: border-box;
}
.border_input button {
    margin: auto 0;
}

.d-flex .check_box {
    min-width: 136px;
}

.sub_title .form-select-lg {
    padding-right: 4rem;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #D8D8D8;
}


.justify_content_between {
    justify-content: space-between !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-start {
    justify-content: start !important;
}


.btn {
    display: inline-flex;
    height: 30px;
    line-height: 28px;
    padding: 0 14px;
    background: #fff;
    border: 1px solid var(--bs-gray);
    border-radius: 4px;
    font-weight: 500;
    font-size: 1.2rem;
    justify-content: center;
}
.btn i {
    margin: auto;
}
.btn.sm_btn {
    height: 26px;
    line-height: 24px;
    padding: 0 16px;
}
.btn.lg_btn {
    height: 50px;
    line-height: 48px;
    min-width: 180px;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 6px;
}
.btn.bg_dark_lg {
    min-width: 180px;
    height: 50px;
    line-height: 48px;
    background: var(--bs-dark);
    border-color: #707070;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    border-radius: 6px;
}
.btn.bg_dark_lg:hover {
    background: var(--bs-point-color);
}
.btn.disabled {
    border-color: #9B9B9B;
    color: #BBBBBB;
    background: #F8F8F8;
}
.underline_btn {
    text-decoration: underline;
    color: var(--bs-point-color);
}


.split_wrap {
    display: flex;
    justify-content: space-between;
}
.split_wrap .side_menu {
    width: 282px;
   /* height: calc(100vh - 255px);*/
    padding-right: 30px;
    box-sizing: border-box;
}
.split_wrap .side_menu nav {
    border-top: 1px solid #989898;
    position: relative;
}
.split_wrap .side_menu .sub_title {
    padding: 15px 10px;
    background: #F8FCFF;
    border-bottom: 1px solid #D8D8D8;
}
.split_wrap .side_menu .sub_title p {
    font-size: 1.6rem;
}
.side_menu nav > ul {
    /*max-height: calc(100vh - 328px);*/
    overflow: auto;
}
.side_menu nav:before {
    content: '';
    width: 100%;
    height: 1px;
    background: #D8D8D8;
    position: absolute;
    bottom: 36px;
    left: 0;
}
.side_menu nav > ul > li > button {
    display: flex;
    width: 100%;
    padding: 12px 10px;
    color: var(--bs-gray);
    border-bottom: 1px solid #F1F1F1;
    text-align: left;
    justify-content: space-between;
    line-height: 26px;
}
.side_menu nav ul > li > button:hover,
.side_menu nav ul > li > button.active {
    color: var(--bs-point-color);
}
.side_menu nav > ul > li > button > i {
    display: inline-block;
    width: 30px;
    height: 26px;
    background: url(../img/unfold.png) no-repeat center;
    background-size: cover;
}
.side_menu nav ul > li > button.active > i {
    background: url(../img/fold.png) no-repeat center;
    background-size: cover;
}
.side_menu nav > ul > li ul {
    background: #F8F8F8;
    padding: 0 20px 14px;
    border-bottom: 1px solid #F1F1F1;
    display: none;
}
.side_menu nav > ul > li ul li button {
    width: 100%;
    color: var(--bs-gray);
    padding-top: 14px;
    display: flex;
    justify-content: space-between;
}
.side_menu nav > ul > li ul li button span {
    color: var(--bs-gray);
}
.side_menu nav > ul > li ul li button:hover span,
.side_menu nav > ul > li ul li button.active span{
    color: var(--bs-point-color);
}
.split_content {
    width: 900px;
}
.split_content .sp_head {
    padding-top: 0;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #D8D8D8;
    padding: 12px 0;
    background: #F8FCFF;
}
.ballon {
    display: inline-flex;
    margin-top: 9px;
}
.ballon > div {
    padding: 9px;
    border: 1px solid #787878;
    position: relative;
    margin-right: 1px;
    box-sizing: border-box;
}
.ballon > div:before {
    content: '';
    border-right: 5px solid #787878;
    border-left: 5px solid transparent;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    bottom: -6px;
    left: -6px;
    transform: rotate(45deg);
}

.confirm_area {
    margin-top: 10px;
}
.confirm_area dl {
    display: flex;
    border: 1px solid #787878;
    margin-top: -1px;
}
.confirm_area dl dt {
    width: 130px;
    padding: 12px 20px;
    color: var(--bs-dark-gray);
    font-weight: 500;
}
.confirm_area dl dd {
    color: var(--bs-gray);
    padding: 12px 0;
}

.filter_btn {
    padding: 10px 0;
    border-top: 1px solid #989898;
    border-bottom: 1px solid #D8D8D8;
}
.btn.round {
    height: 36px;
    line-height: 34px;
    border-radius: 5em;
    margin-right: 6px;
    color: var(--bs-gray);
}
.filter_box {
    margin-top: 30px;
    border: 1px solid #787878;
    min-height: 100px;
    background: #F8F8F8;
    padding: 17px 20px;
    box-sizing: border-box;
}
.filter_box .round {
    position: relative;
}
.close_btn {
    display: flex;
    width: 15px;
    height: 15px;
    background: #707070;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: -2px;
}
.close_btn i {
    color: #fff;
    font-size: 1.2rem;
    margin: 1px 2px;
}
#evaluation table td button {
    text-align: left;
}
#evaluation table td:hover {
    background: #F8FCFF;
}
#evaluation table td:hover button {
    color: var(--bs-point-color);
}
#evaluation table td.active {
    background: #F8FCFF;
    position: relative;
}
#evaluation table td.active button {
    color: var(--bs-point-color);
}
#evaluation table td.active:before {
    content: '';
    width: 100%;
    height: 100%;
    background: url(../img/td_check.png) no-repeat center ;
    background-size: 17px 11px;
    background-color: rgba(245,255,246,.7);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}


.bg_txt {
    padding: 10px;
    background: #F8F8F8;
    color: var(--bs-gray);
    border-top: 1px solid #989898;
    border-bottom: 1px solid #D8D8D8;
    margin-top: 10px;
}

.text-center {
    text-align: center;
}


.btn_arrow {
    display: inline-block;
    width: 6px;
    height: 10px;
    background: url(../img/btn_arrow.png) no-repeat center;
    background-size: cover;
    margin-left: 9px !important;
}
.send_i {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../img/send_i.png) no-repeat center;
    background-size: cover;
}
.list_i {
    display: inline-block;
    width: 10px;
    height: 11px;
    background: url(../img/list_i.png) no-repeat center;
    background-size: cover;
    margin-right: 5px !important;
}
.search_i {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url(../img/search_i.png) no-repeat center;
    background-size: cover;
    margin-right: 9px !important;
}
.add_i {
    display: inline-block;
    width: 30px;
    height: 26px;
    background: url(../img/add_i.png) no-repeat center;
    background-size: cover;
}
.next_i {
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../img/next_i.png) no-repeat center;
    background-size: cover;
    margin-left: 6px !important;
}
.prev_i {
    display: inline-block;
    width: 7px;
    height: 11px;
    background: url(../img/prev_i.png) no-repeat center;
    background-size: cover;
    margin-right: 6px !important;
}
.del_w {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: url(../img/del_w.png) no-repeat center;
    background-size: cover;
    margin: auto !important;
}

.pt20 {
    padding-top: 20px !important;
}
.pt30 {
    padding-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}

img {
    max-width: 100%;
}

.red_txt {
    color: #F60D5C !important;
}
.point_color {
    color: var(--bs-point-color) !important;
}