/* style.css 로 옮길 소스 */
:root {
    --blueFond: #09244b;
}

.wrap {
    min-width: 1200px;
}

#header {
    z-index: 99;
    left: 0;
    top: 0;
}

.shadow {
    box-shadow: 2px 4px 8px rgba(218, 218, 218, 0.4);
}

.content {
    width: 1600px;
    padding: 50px 0 120px;
}

.search_form {
    margin: 0 auto;
}

.wrap {
    min-height: 100vh;
    height: auto;
}

button {
    border: 0;
    outline: 0;
}

input[type="text"],
input[type="password"] {
    box-sizing: border-box;
    padding-left: 10px;
}

/* 공통 */
.text_row1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.chk {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.chk b {
    margin-left: 10px;
    font-size: 16px;
    color: #757575;
    font-weight: bold;
}

.chk span {
    width: 24px;
    height: 24px;
    display: inline-block;
    background-color: #fff;
    border: 1px solid #bdbdbd;
    position: relative;
}

.chk input:checked ~ span {
    background-color: var(--lightBlue);
    border-color: var(--lightBlue);
}

.chk input:checked ~ span::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 45%;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    display: block;
    transform: translate(-50%, -50%) rotate(45deg);
}

.chk input:checked ~ b {
    color: var(--blue);
}

.chk input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 0;
}

.textarea {
    border: 1px solid #bdbdbd;
    background-color: #fff;
    width: 100%;
    resize: none;
}

.select {
    border: 1px solid #bdbdbd;
    font-family: "Neo";
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../img/board/select_arrow.png");
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    cursor: pointer;
}

/* 검색이력(게시판) */
#board_layer .board_menu ul {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
}

#board_layer .board_menu ul li {
    flex: 1;
    background-color: #fff;
    color: #757575;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
    height: 62px;
    line-height: 1.2;
    word-break: keep-all;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
}

#board_layer .board_menu ul li.active {
    background-color: #4a7dfe;
    color: #fff;
    font-weight: 900;
}

#board_layer .board_search_wrap {
    background-color: #fff;
    padding: 20px 40px;
    margin: 40px 0;
}

#board_layer .board_search_v1 {
    display: flex;
    align-items: baseline;
    gap: 40px;
}

#board_layer .sch_tit {
    font-weight: bold;
    color: var(--blue);
    font-size: 16px;
}

#board_layer .board_search_v1 .sch_tit {
    margin-bottom: 20px;
}

.date_input {
    border: 1px solid #bdbdbd;
    font-family: "Neo";
}

#board_layer .board_search_v1 .date_input {
    height: 45px;
    width: 270px;
    box-sizing: border-box;
}

#board_layer .board_search_v1 > div:last-child {
    flex: 1;
}

#board_layer .sch_box {
    display: flex;
    gap: 20px;
    width: 100%;
}

#board_layer .sch_box select {
    width: 170px;
    padding-left: 20px;
    cursor: pointer;
    font-size: 16px;
}

#board_layer .sch_box .sch_input_box input {
    border: 0;
    padding-left: 10px;
    flex: 1;
    font-size: 16px;
}

#board_layer .sch_box .sch_btns {
    display: flex;
    gap: 10px;
}

#board_layer .sch_box .sch_btns .sch_btn {
    background-color: var(--blueFond);
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    height: 100%;
    cursor: pointer;
    width: 150px;
}

#board_layer .sch_box .sch_btns .sch_re_btn {
    background-color: transparent;
    font-weight: bold;
    color: #757575;
    font-size: 16px;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

#board_layer .sch_box .sch_input_box {
    display: flex;
    border: 1px solid #bdbdbd;
    box-sizing: border-box;
    height: 45px;
    flex: 1;
}

#board_layer .sch_box .sch_input_box button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
    padding: 0 20px;
}

#board_layer .board_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

#board_layer .board_top select {
    height: 40px;
    width: 100px;
    background-position: calc(100% - 8px) center;
    padding-left: 16px;
    color: var(--blue);
    font-size: 16px;
}

#board_layer .board_btn {
    background-color: #fff;
    padding: 0;
    border: 0;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 0 15px;
    height: 40px;
    font-size: 16px;
    color: var(--blue);
    min-width: 110px;
    cursor: pointer;
}

#board_layer .board_btn.delete {
    color: #757575;
    width: 60px;
    min-width: 0;
}

#board_layer .board_ico_btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#board_layer .board_top_btns {
    display: flex;
    gap: 20px;
}

#board_layer .board_top .count {
    font-weight: 900;
    color: var(--blue);
}

#board_layer .board_top.end {
    justify-content: end;
}

#board_layer .board_list {
    background-color: #fff;
    padding: 0 20px;
    position: relative;
}

#board_layer .board_table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    font-size: 14px;
}

#board_layer .board_table_b {
    font-size: 16px;
}

#board_layer .board_table tr.view {
    background-color: #edf2ff;
}

#board_layer .board_table th,
#board_layer .board_table td {
    position: relative;
    vertical-align: middle;
    padding: 8px 10px;
    box-sizing: border-box;
    height: 70px;
    border-bottom: 1px solid #dfdfdf;
    text-align: center;
}

#board_layer .board_table th {
    height: 60px;
}

#board_layer .board_table td {
    color: var(--blue);
}

#board_layer .board_table th {
    color: #5c5c5c;
}

#board_layer .board_table tr:last-child td {
    border-bottom: 0;
}

#board_layer .board_table td .board_thumb,
#board_layer .board_table td .board_thumb img {
    height: 100%;
    cursor: pointer;
}

#board_layer .board_table td .more_txt {
    cursor: pointer;
    border-bottom: 1px solid var(--blue);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}

#board_layer .board_table .blue_btn {
    border: 1px solid var(--lightBlue);
    padding: 0 10px;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: var(--lightBlue);
    background-color: #fff;
    cursor: pointer;
}

#board_layer .board_table .blue_btn.active {
    background-color: var(--lightBlue);
    color: #fff;
}

#board_layer .board_table .deep_blue_btn {
    padding: 0 10px;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    background-color: var(--blueFond);
    cursor: pointer;
}

#board_layer .board_table .board_btns {
    display: inline-flex;
    gap: 5px;
}

#board_layer .board_table .gray_btn {
    border: 1px solid #757575;
    padding: 0 10px;
    height: 30px;
    font-weight: bold;
    font-size: 14px;
    color: #757575;
    background-color: #fff;
    cursor: pointer;
}

#board_layer .board_table .delete_btn {
    border: 0;
    padding: 0;
    background-color: transparent;
    cursor: pointer;
}

#board_layer .paging_wrap {
    margin-top: 40px;
}

#board_layer .paging_wrap ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

#board_layer .paging_wrap .pg_btn span {
    font-size: 18px;
    color: #757575;
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    cursor: pointer;
}

#board_layer .paging_wrap .pg_current_btn span {
    background-color: var(--blue);
    color: #fff;
    border-radius: 50%;
}

#board_layer .paging_wrap .arrow_btn span {
    width: 16px;
    vertical-align: middle;
    height: 16px;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#board_layer .paging_wrap .prev_btn.on span {
    cursor: pointer;
    background-image: url("../img/board/prev_btn_on.png");
}

#board_layer .paging_wrap .prev_btn span {
    background-image: url("../img/board/prev_btn_off.png");
}

#board_layer .paging_wrap .next_btn.on span {
    cursor: pointer;
    background-image: url("../img/board/next_btn_on.png");
}

#board_layer .paging_wrap .next_btn span {
    background-image: url("../img/board/next_btn_off.png");
}

#board_layer .board_search_v2 ul li {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#board_layer .board_search_v2 ul li:last-child {
    margin-bottom: 0;
}

#board_layer .board_search_v2 .bo_sch_tit {
    font-weight: bold;
    font-size: 16px;
    color: var(--blue);
    width: 100px;
    margin-right: 28px;
}

#board_layer .board_search_v2 .bo_sch_content {
    flex: 1;
    display: flex;
    gap: 20px;
    align-items: center;
}

#board_layer .board_top_btns_right {
    display: flex;
    gap: 20px;
    align-items: center;
}

#board_layer .change_list_btns {
    display: flex;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
}

#board_layer .change_list_btns button {
    padding: 8px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border: 0;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center;
}

#board_layer .change_list_btns .list_btn {
    background-image: url("../img/board/list_ico_off.png");
}

#board_layer .change_list_btns .gal_btn {
    background-image: url("../img/board/gal_ico_off.png");
}

#board_layer .change_list_btns .list_btn.on {
    background-color: var(--blue);
    background-image: url("../img/board/list_ico_on.png");
}

#board_layer .change_list_btns .gal_btn.on {
    background-color: var(--blue);
    background-image: url("../img/board/gal_ico_on.png");
}

#board_layer .gal_list .gal_list_con {
    display: flex;
    padding: 40px 0;
    gap: 34px;
    align-items: start;
    border-bottom: 1px solid #d9d9d9;
    position: relative;
}

#board_layer .gal_list > li {
    background-color: #fff;
    padding: 0 40px;
}

#board_layer .gal_list > li.view {
    background-color: #edf2ff;
}

#board_layer .gal_list > li:last-child .gal_list_con {
    border-bottom: 0;
}

#board_layer .gal_thumb {
    position: relative;
    cursor: pointer;
}

#board_layer .gal_list .gal_thumb_img {
    width: 200px;
    height: 170px;
}

#board_layer .gal_thumb_img img {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

#board_layer .gal_thumb .sns_ico {
    position: absolute;
    right: 8px;
    bottom: 8px;
    background-color: #fff;
    padding: 4px;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
}

#board_layer .gal_thumb .sns_ico img {
    max-width: 100%;
}

#board_layer .gal_list .gal_info_top {
    display: flex;
    font-size: 14px;
    margin-bottom: 16px;
}

#board_layer .gal_info_top b {
    font-weight: 900;
    margin-right: 8px;
    color: var(--blue);
}

#board_layer .gal_info_top span {
    color: #5c5c5c;
    font-weight: bold;
    margin-right: 20px;
}

#board_layer .gal_info_top *:last-child {
    margin-right: 0;
}

#board_layer .gal_info_div {
    flex: 1;
}

#board_layer .gal_thumb_info_div {
    display: flex;
    align-items: start;
    gap: 100px;
    flex: 1;
}

#board_layer .gal_thumb_info_div .gal_info_list:first-child {
    width: 25%;
}

#board_layer .gal_thumb_info_div .gal_info_list:last-child {
    flex: 1;
}

#board_layer .gal_info_list > li {
    display: flex;
    margin-bottom: 16px;
    font-size: 14px;
    align-items: center;
}

#board_layer .gal_info_list > li:last-child {
    margin-bottom: 0;
}

#board_layer .gal_info_list > li .gal_info_tit {
    font-weight: bold;
    color: var(--blueFond);
    display: inline-block;
    width: 80px;
    margin-right: 20px;
}

#board_layer .gal_info_list > li .gal_info_con {
    color: #5c5c5c;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    flex: 1;
    word-break: break-all;
}

#board_layer .card .gal_info_list > li .gal_info_con {
    color: #5c5c5c;
    font-weight: bold;
    display: block;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.2;
    flex: 1;
    word-break: break-all;
}

#board_layer .gal_info_list > li .gal_info_con .sns_id > *:not(:last-child) {
    margin-bottom: 4px;
}

#board_layer .gal_info_list > li .bar {
    width: 2px;
    display: block;
    background-color: var(--blueFond);
    height: 14px;
    margin: 0 20px;
}

#board_layer .gal_info_list > li span:nth-of-type(2) {
    margin-right: 10px;
}

#board_layer .gal_info_list > li .select {
    width: 160px;
    height: 36px;
    padding-left: 10px;
    background-position: calc(100% - 10px) center;
    background-size: 16px;
    color: #757575;
    font-size: 14px;
}

#board_layer .gal_info_list > li .select:focus {
    color: var(--blueFond);
}

#board_layer .gal_info_list > li .gal_info_save_box {
    display: flex;
    gap: 10px;
}

#board_layer .gal_info_list > li .gal_info_save_box input {
    width: 160px;
    padding-left: 10px;
    box-sizing: border-box;
}

#board_layer .save_btn {
    background-color: var(--blue);
    color: #fff;
    width: 100px;
    height: 36px;
    border: 0;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
}

#board_layer .save_btn:disabled {
    background-color: #bdbdbd;
}

#board_layer .gal_list .gal_btn_div {
    display: flex;
    gap: 20px;
    position: absolute;
    right: 10px;
    top: 40px;
}

#board_layer .gal_btn_div span {
    color: var(--lightBlue);
    font-weight: 900;
    font-size: 18px;
}

#board_layer .monitoring_btn {
    box-sizing: border-box;
    width: 34px;
    height: 34px;
    border: 2px solid #dfdfdf;
    background-color: #fff;
    background-image: url("../img/board/monitoring_off.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.1);
}

#board_layer .monitoring_btn.on {
    border-color: var(--blue);
    background-color: var(--blue);
    background-image: url("../img/board/monitoring_on.png");
}

#board_layer li.off {
    background-color: #f9fafc;
    position: relative;
}

#board_layer li.off::after {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: rgba(249, 250, 252, 0.6);
    z-index: 3;
}

#board_layer li.off .gal_info_top span,
#board_layer li.off .gal_btn_div span,
#board_layer li.off .gal_info_top b,
#board_layer li.off .gal_info_list > li .gal_info_tit,
#board_layer li.off .gal_info_list > li .gal_info_con {
    color: #bdbdbd;
}

#board_layer li.off .gal_info_list > li .bar {
    background-color: #bdbdbd;
}

#board_layer .gal_list_v2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

#board_layer .gal_list_v2 .gal_info_save_box input {
    width: auto;
}

#board_layer .gal_list_v2 .gal_info_save_box {
    flex: 1;
    flex-wrap: wrap;
}

#board_layer .gal_list .info_ico {
    display: block;
    margin-top: 12px;
}

#board_layer .gal_list_v2 > li {
    padding: 20px;
    background-color: #fff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
    overflow-x: hidden;
    max-width: 100%;
    white-space: nowrap;
}

#board_layer .gal_list_v2 > li.view {
    background-color: #edf2ff;
}

#board_layer .gal_list_v2 .gal_top_box {
    position: relative;
    display: flex;
    gap: 10px;
}

#board_layer .gal_list_v2 .gal_top_box .gal_top_left {
    position: absolute;
    left: 10px;
    top: 10px;
    z-index: 2;
}

#board_layer .gal_list_v2 .gal_top_box .gal_top_left > span {
    display: inline-block;
    margin-top: 10px;
}

#board_layer .gal_list_v2 .gal_top_txt {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: space-between;
}

#board_layer .gal_list_v2 .gal_btn_div {
    margin-top: 12px;
}

#board_layer .gal_list_v2 .gal_info_top_box p {
    margin-bottom: 10px;
    font-size: 14px;
}

#board_layer .gal_list_v2 .gal_info_top_box p:last-child {
    margin-bottom: 0;
}

#board_layer .gal_list_v2 .gal_thumb_img {
    width: 185px;
    height: 163px;
}

#board_layer .gal_list_v2 .gal_info_div {
    margin-top: 16px;
}

#board_layer .gal_list_v2 .gal_info_list > li .select {
    width: 180px;
}

#board_layer .gal_list_v2 .save_btn {
    flex: 1;
    width: auto;
}

#board_layer .gal_list_v2 .gal_info_list > li .gal_info_save_box input {
    width: 180px;
}

#board_layer .gal_list_v2 .gal_info_list > li p {
    flex: 1;
}

#board_layer .sns_img_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

#board_layer .sns_img_wrap img {
    width: 30px;
}

.monitoring_menu {
    margin-bottom: 40px;
}

.monitoring_menu ul {
    display: flex;
    gap: 20px;
}

.monitoring_menu ul li {
    flex: 1;
    padding: 20px 40px;
    background-color: #f9fafc;
    box-shadow: 4px 4px 12px 0px rgb(127 127 127 / 10%);
}

.monitoring_menu ul li p:first-child {
    font-weight: bold;
    font-size: 16px;
    color: #757575;
}

.monitoring_menu ul li p:last-child {
    color: var(--blueFond);
    font-weight: 900;
    font-size: 30px;
    margin-top: 10px;
}

.monitoring_menu ul li.active {
    background-color: #4a7dfe;
}

.monitoring_menu ul li.active p {
    color: #fff;
}

#board_layer .board_graph_wrap {
    background-color: #fff;
    padding: 24px 40px;
}

#board_layer .board_graph_top {
    margin-bottom: 25px;
}

#board_layer .board_graph_list {
    gap: 40px;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
}

#board_layer .board_graph_list.list_2 {
    grid-template-columns: repeat(2, 1fr);
}

#board_layer .board_graph_list.list_3 {
    grid-template-columns: repeat(3, 1fr);
}

#board_layer .board_graph_list.list_4 {
    grid-template-columns: repeat(4, 1fr);
}

#board_layer .board_graph_list.list_5 {
    grid-template-columns: repeat(5, 1fr);
}

#board_layer .board_graph_list.list_6 {
    grid-template-columns: repeat(5, 1fr);
}

#board_layer .board_graph_box {
    background-color: #f9fafc;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 20px;
}

#board_layer .board_graph_box .board_graph_tit {
    color: var(--blueFond);
    text-align: center;
    font-size: 16px;
    margin-bottom: 10px;
}

#board_layer .board_graph_box .board_graph_tit span {
    border-bottom: 1px solid var(--blueFond);
    padding: 0 5px 3px;
    display: inline-block;
}

#board_layer .search_txt_box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 14px;
}

#board_layer .search_txt_box .x_count img {
    width: 20px;
}

#board_layer .search_txt_box .x_count {
    display: flex;
    align-items: center;
    gap: 5px;
    background-color: #dbe5ff;
    padding: 0 8px;
    font-weight: normal;
    height: 30px;
    box-sizing: border-box;
}

#board_layer .search_txt_box .x_count b {
    font-weight: normal;
    color: var(--blueFond);
}

#board_layer .search_txt_box .similarty {
    display: inline-block;
    color: var(--blueFond);
    padding: 0 8px;
    background-color: #e7eaed;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
}

#board_layer .board_condition {
    display: flex;
    background-color: #fff;
    padding: 20px 40px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

#board_layer .board_condition_con {
    display: flex;
    align-items: center;
    color: var(--blueFond);
    font-size: 16px;
}

#board_layer .board_condition .bc_tit {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: bold;
}

#board_layer .board_condition .bc_main_tit {
    color: #5c5c5c;
    font-size: 16px;
    font-weight: bold;
    width: 100px;
    margin-right: 28px;
}

#board_layer .bc_result {
    display: flex;
    align-items: center;
    gap: 10px;
}

#board_layer .bc_result .bc_thumb {
    width: 40px;
    height: 32px;
    padding: 0;
    border: 0;
    background-color: #eee;
    cursor: pointer;
}

#board_layer .bc_result .bc_thumb img {
    width: 100%;
}

#board_layer .bc_sns {
    display: flex;
    align-items: center;
    gap: 10px;
}

#board_layer .bc_sns img {
    width: 32px;
}

#board_layer .bc_line {
    display: inline-block;
    width: 1px;
    height: 20px;
    background-color: #d9d9d9;
    margin: 0 40px;
}

#board_layer .bc_nation {
    color: #5c5c5c;
    font-size: 14px;
}

#board_layer .bc_info {
    font-size: 16px;
}

#board_layer .bc_info .bc_info_txt {
    margin-right: 20px;
    color: var(--blueFond);
}

#board_layer .bc_info .bc_info_txt:last-child {
    margin-right: 0;
}

#board_layer .bc_info .bc_tit {
    margin-right: 8px;
}

#board_layer .gal_list_wrap {
    position: relative;
}

#board_layer .board_cate_btns {
    position: absolute;
    top: -57px;
    left: 80px;
    background-color: #edf2ff;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    gap: 10px;
}

#board_layer .board_cate_btns button {
    background-color: #fff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 6px 16px;
    color: #4a7dfe;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

#board_layer .board_cate_btns button.active {
    background-color: var(#4a7dfe);
    color: #fff;
}

#board_layer .board_action_btns {
    position: absolute;
    top: -57px;
    left: 500px;
    background-color: #edf2ff;
    padding: 10px 20px;
    border-radius: 20px 20px 0 0;
    display: flex;
    gap: 10px;
}

#board_layer .board_action_btns button {
    background-color: #fff;
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
    padding: 6px 16px;
    color: #4a7dfe;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
}

#board_layer .board_action_btns button.active {
    background-color: var(#4a7dfe);
    color: #fff;
}

#board_layer .monitoring_board td {
    padding: 20px 10px;
}

.monitoring_board {
    table-layout: fixed;
}

.monitoring_board .mt_con {
    display: flex;
    align-items: stretch;
    text-align: left;
    color: var(--blueFond);
}

.monitoring_board .mt_con > div {
    display: flex;
    gap: 20px;
    flex: 1;
}

.monitoring_board .mt_con_list p {
    display: flex;
    margin-bottom: 14px;
}

.monitoring_board .mt_con_list p:last-child {
    margin-bottom: 0;
}

.monitoring_board .mt_con_list p span:last-child {
    color: #5c5c5c;
    flex: 1;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
    line-height: 1.1;
}

.monitoring_board .mt_con_list p span:first-child {
    width: 90px;
}

.monitoring_board .mt_con_list .more_btn {
    color: #4a7dfe;
    border: 1px solid #4a7dfe;
    width: 100%;
    height: 30px;
    background-color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
}

.monitoring_board .mt_con_list .more_btn.active {
    background-color: #4a7dfe;
    color: #fff;
}

.monitoring_board .mt_con_left {
    padding-right: 30px;
    border-right: 1px solid #dfdfdf;
}

.monitoring_board .mt_con_right {
    padding-left: 30px;
}

.monitoring_board .mt_con_right ul {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.monitoring_board .mt_con_right ul li:first-child {
    margin-bottom: 14px;
}

.monitoring_board .mt_in_toggle {
    display: flex;
    gap: 10px;
    align-items: center;
}

.monitoring_board .mt_in_flex {
    display: flex;
    gap: 9px;
    align-items: end;
}

.monitoring_board .mt_in_toggle .select {
    flex: 1;
}

.monitoring_board .mt_con .toggle_btn {
    position: relative;
    width: 35px;
    height: 18px;
    background-color: #d9d9d9;
    border-radius: 30px;
    cursor: pointer;
}

.monitoring_board .mt_con .toggle_btn span {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
    position: absolute;
    top: 2px;
    left: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.monitoring_board .mt_con .toggle_btn.on span {
    left: auto;
    right: 2px;
}

.monitoring_board .mt_con .toggle_btn.on {
    background-color: #4a7dfe;
}

.monitoring_board .mt_in_flex > div {
    flex: 1;
}

.monitoring_board .mt_in_flex .select,
.monitoring_board .mt_in_flex input {
    width: 100%;
    height: 34px;
    padding: 0 10px;
    box-sizing: border-box;
}

.monitoring_board .mt_in_flex .select {
    background-size: 15px;
    background-position: calc(100% - 10px) center;
    color: #666;
}

.monitoring_board .mt_in_flex .select:focus {
    color: var(--blueFond);
}

.monitoring_board .mt_con_right textarea {
    resize: none;
    border: 1px solid #d9d9d9;
    padding: 10px;
    font-family: "Neo";
    box-sizing: border-box;
    height: calc(100% - 24px);
}

.monitoring_board .mt_con_right .mt_in_tit {
    margin-bottom: 10px;
}

.monitoring_board .thumb_box {
    position: relative;
}

.monitoring_board .thumb_box button {
    padding: 0;
    background-color: #f9fafc;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    padding: 4px;
}

.monitoring_board .thumb {
    width: 100px;
    height: 100px;
    cursor: pointer;
    position: relative;
}

.monitoring_board .thumb_box button img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.monitoring_board .thumb > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.monitoring_board tr.view td {
    background-color: #edf2ff;
    position: relative;
}

#board_layer .board_table tr.view td:first-child::after {
    content: "";
    position: absolute;
    background-color: #edf2ff;
    width: 20px;
    height: 100%;
    left: -20px;
    top: 0;
}

#board_layer .board_table tr.view td:last-child::after {
    content: "";
    position: absolute;
    background-color: #edf2ff;
    width: 20px;
    height: 100%;
    right: -20px;
    top: 0;
}

#board_layer .monitoring_board .mt_in_btns {
    display: flex;
    gap: 10px;
}

#board_layer .monitoring_board .mt_in_btns button {
    height: 34px;
    flex: 1;
    padding: 0;
    font-size: 14px;
}

#board_layer .monitoring_board .mt_in_btns button.active {
    background-color: #4a7dfe;
    color: #fff;
}

/* 팝업 */
.pop_layer {
    box-sizing: border-box;
    display: none;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 4px 4px 12px 0 rgba(0, 0, 0, 0.1);
    min-width: 700px;
    padding: 40px;
    z-index: 99;
    max-height: 95vh;
    overflow-y: auto;
    width: auto;
    max-width: 1600px;
}

.pop_white {
    background-color: #fff;
}

.pop_blue {
    background-color: #eff2f8;
}

.pop_layer .pop_hd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.pop_layer .pop_hd.no_title {
    justify-content: end;
    margin-bottom: 20px;
}

.pop_layer .pop_hd span {
    font-weight: 900;
    color: var(--blueFond);
    font-size: 20px;
}

.pop_layer .pop_hd button {
    background-color: transparent;
    border: 0;
    cursor: pointer;
}

.pop_layer .pop_content_box {
    background-color: var(--lightGray);
    padding: 20px 24px;
    margin-bottom: 20px;
    overflow-y: visible;
    box-sizing: border-box;
}

.pop_layer .pop_content_box:last-child {
    margin-bottom: 0;
}

.pop_layer .pop_content_box .title {
    font-size: 18px;
    font-weight: 900;
    color: var(--blueFond);
    margin-bottom: 20px;
}

.pop_layer .pop_content_box .desc {
    font-size: 18px;
    color: #757575;
    font-weight: bold;
    line-height: 1.5;
}

.pop_layer .pop_content_box .desc2 {
    color: var(--blueFond);
    font-size: 16px;
    line-height: 1.5;
}

.pop_layer .thumb_con {
    display: flex;
    align-items: start;
    gap: 20px;
}

.pop_layer .thumb_con .txt {
    flex: 1;
}

.pop_layer .thumb_con .txt li {
    display: flex;
    font-size: 14px;
    margin-bottom: 14px;
    font-weight: bold;
    align-items: center;
}

.pop_layer .thumb_con .txt li:last-child {
    margin-bottom: 0;
}

.pop_layer .thumb_con .txt li .pop_con_tit {
    color: var(--blueFond);
    width: 90px;
}

.pop_layer .thumb_con .txt li .pop_con_desc {
    color: #5c5c5c;
    flex: 1;
    word-break: keep-all;
    line-height: 1.1;
}

.pop_layer .thumb_con .txt li .pop_con_desc .sns_id > *:not(:last-child) {
    margin-bottom: 4px;
}

.pop_layer .thumb_con .txt li .pop_sns_box img {
    width: 24px;
}

.pop_layer .pop_form_table table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.pop_layer .pop_form_table table th {
    text-align: left;
    color: var(--blueFond);
    font-weight: bold;
}

.pop_layer .pop_form_table table td {
    padding: 5px 0;
}

.pop_layer .pop_form_table table td input[type="text"] {
    width: 100%;
    border-color: #dfdfdf;
    height: 56px;
    padding-left: 10px;
    box-sizing: border-box;
}

.pop_layer .pop_form_table table td textarea {
    border-color: #dfdfdf;
    height: 120px;
    padding: 10px;
    box-sizing: border-box;
}

.pop_layer .pop_sns_box {
    display: flex;
    gap: 10px;
}

.pop_layer .pop_sns_box img {
    width: 32px;
}

.pop_layer .thumb_con .thumb {
    width: 160px;
    height: 135px;
    overflow: hidden;
}

.pop_layer .thumb_con .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.pop_layer .thumb_con .txt_flex {
    align-items: start;
    display: flex;
    gap: 14px 25px;
    justify-content: space-between;
}

.pop_layer .thumb_con .pop_con_w_100 {
    width: 100%;
    margin-top: 14px;
}

.pop_layer .thumb_con .txt_flex .pop_con_w_50 {
    min-width: calc(50% - 25px);
}

.pop_layer .thumb_con .txt li .long_txt {
    background-color: #fff;
    padding: 8px 14px;
    overflow-y: auto;
    font-size: 14px;
    height: 80px;
    font-weight: normal;
}

.pop_layer .thumb_con .txt li .link {
    font-size: 14px;
    color: #5c5c5c;
    font-weight: normal;
    display: flex;
    align-items: end;
    text-decoration: none;
    gap: 5px;
}

.pop_layer .thumb_con .txt li .link .copy_btn {
    background-color: transparent;
    padding: 0;
    cursor: pointer;
}

.pop_layer .thumb_con .txt li .link span {
    word-break: break-all;
}

.pop_layer .thumb_con .txt li .long_txt::-webkit-scrollbar {
    width: 5px;
    background-color: #dfdfdf;
}

.pop_layer .thumb_con .txt li .long_txt::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #757575;
}

.pop_layer .pop_content_lists {
    display: flex;
}

.pop_layer .pop_content_lists > ul {
    flex: 1;
}

.pop_layer .pop_content_lists > ul li {
    display: flex;
    font-size: 14px;
    margin-bottom: 14px;
}

.pop_layer .pop_content_lists > ul li:last-child {
    margin-bottom: 0;
}

.pop_layer .pop_content_lists > ul li span {
    color: var(--blueFond);
    width: 80px;
    font-weight: bold;
}

.pop_layer .pop_content_lists > ul li p {
    color: #5c5c5c;
}

.pop_layer .pop_log_list li {
    display: flex;
    font-size: 14px;
    margin-bottom: 14px;
}

.pop_layer .pop_log_list li:last-child {
    margin-bottom: 0;
}

.pop_layer .pop_log_list li span {
    color: #5c5c5c;
    margin-right: 10px;
}

.pop_layer .pop_log_list li p {
    color: var(--blueFond);
}

@media (max-width: 1300px) {
    .content {
        width: 100%;
    }

    .wrap {
        padding: 0 20px;
        box-sizing: border-box;
    }
}
