/* **************************************************
   CATEGORY
************************************************** */

.category {
    width: 100%;
    padding: 2rem 0 0 0;
}

.category ul {
    display: flex;
    width: 100%;
    justify-content: center;
}

.category ul li {
    width: calc((100% - 30px) / 4);
    margin-right: 10px;
}

.category ul li .hover {
    background: var(--jw_main);
    border-color: var(--jw_main);
    color: var(--white);
    font-weight: 500;
}

.category ul li a {
    padding: 12px 15px;
    display: inline-block;
    width: 100%;
    font-size: 1rem;
    line-height: 1.66;
    letter-spacing: -0.03em;
    border-radius: 100px;
    box-sizing: border-box;
    background: var(--white);
    border: 1px solid var(--jw_border);
    text-align: center;
    transition: all .3s linear;
    font-weight: 600;
}


/* **************************************************
   BOARD CATEGORY
************************************************** */

.brd_category {}

.brd_category ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px;
}

.brd_category ul li {
    margin: 0;
    padding: 0 10px;
    border-radius: 6px;
    min-width: 115px;
    border: 1px solid #e3e3e3;
    color: #555;
    font-weight: 400;
    display: flex;
    justify-content: center;
}

.brd_category ul li a {
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 1.2rem;
    color: #8b8b8b;
}

.brd_category ul li:has(.on) {
    border: 1px solid var(--jw_point);
}

.brd_category ul li .on {
    color: var(--jw_point);
    font-weight: 600;
}


/* **************************************************
   BOARD SEARCH
************************************************** */

.brd_search {
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .3rem;
    margin: 5rem 0 2.5rem 0;
}

.brd_search select {
    max-width: 6rem;
    height: 45px;
    background-position: calc(100% - 10px) 12px;
}

.brd_search input[type='text'] {
    padding: 0.6rem 0.85rem;
    font-size: clamp(14px, 2vw, 15px);
    height: 45px;
    border: 1px solid var(--jw_border);
    color: #333;
    transition: all 0.25s;
    letter-spacing: -0.015em;
    width: 100%;
    max-width: 200px;
    background-color: #fff;
}

.brd_search button {
    background-color: var(--jw_main);
    color: #fff;
    padding: 0 1.6em;
    height: 45px;
    cursor: pointer;
}


/* **************************************************
   BOARD TEXT TOTAL COUNT
************************************************** */

.brd_list_top {
    display: flex;
    gap: .5rem;
    padding: 2rem 0 0.5rem 0;
}

.brd_list_top * {
    font-size: 1.5rem;
    color: #333;
}

.brd_list_top .list_amount {}

.brd_list_top .list_amount span {
    font-weight: 600;
    color: var(--jw_point);
    padding-left: .3rem;
}

.brd_list_top .list_page {}

.brd_list_top .list_page strong {}


/* **************************************************
   BOARD CONTENT
************************************************** */

#skin {
    width: 100%;
}


/* **************************************************
   BOARD BUTTON
************************************************** */

.btn_wrap {
    margin-top: 3rem;
    position: relative;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: .3rem;
}

.btn_wrap.top {
    margin-top: 0;
    margin-bottom: .3rem;
    justify-content: flex-end;
}

.btn_wrap * {
    font-size: 1.2rem;
}

.btn_wrap ul {
    position: relative;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: .3rem;
}

.btn_wrap ul li {
    background-color: var(--jw_main);
    color: #fff;
    width: 8rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0.925;
}

.btn_wrap .gray_btn {
    background-color: var(--gray-400);
    color: var(--jw_main);
}

.btn_wrap .white_btn {
    background-color: #fff;
    color: var(--jw_main);
    border: 1px solid #e5e5e5;
}

.btn_wrap .white_btn * {
    color: var(--jw_main);
}

.btn_wrap .white_btn:hover {
    background-color: #f8f8f8;
}

.btn_wrap ul li:hover {
    opacity: 1;
}

.btn_wrap ul li a {
    width: 100%;
    height: 100%;
    align-content: center;
    text-align: center;
    color: #fff;
}

.form_btn li {
    background-color: var(--gray-200) !important;
    color: var(--gray-600) !important;
    width: 10rem !important;
    height: 3.8rem !important;
}

.form_btn .active {
    background-color: var(--jw_point) !important;
    color: #fff !important;
}

.form_btn li * {
    font-size: 1.0rem;
}

.form_btn .active * {
    color: #fff !important;
}


/* **************************************************
   BOARD PAGEING
************************************************** */

.paging {
    display: flex;
    align-items: center;
    width: fit-content;
    margin: 3.5rem auto 0;
    gap: 2rem;
}

.paging .left {
    border: 1px solid var(--jw_border);
    border-radius: .125rem;
    padding: .225rem .4rem 0rem .35rem;
}

.paging .right {
    border: 1px solid var(--jw_border);
    border-radius: .125rem;
    padding: .225rem .35rem 0rem .4rem;
}

.paging .left:hover,
.paging .right:hover {
    background-color: #fbfbfb;
}

.paging .left:hover::after,
.paging .right:hover::after {
    opacity: 0.8;
}

.paging .left::after {
    content: "";
    width: 0.825rem;
    ;
    height: 0.825rem;
    background-image: url('/images/icons/angle-small-left.svg');
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    margin-top: .45rem;
}

.paging .right::after {
    content: "";
    width: 0.825rem;
    ;
    height: 0.825rem;
    background-image: url('/images/icons/angle-small-left.svg');
    transform: rotate(180deg);
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5;
    margin-top: .45rem;
}

.paging * {
    font-size: .8rem;
    font-weight: 400;
    color: var(--gray-700);
}

.paging ul {
    display: flex;
    gap: 1.25rem;
    align-items: center;
}

.paging ul a:hover {
    color: var(--jw_main);
}

.paging ul .on {
    color: var(--jw_main);
    font-weight: 600;
}


/* **************************************************
   BOARD WRITE
************************************************** */

.tb_brd_write {
    width: 100%;
    margin-bottom: 3.5rem;
}

.tb_brd_write table {
    width: 100%;
    border: 0;
    border-spacing: 0;
    border-top: 2px solid var(--jw_main);
    margin-bottom: 0;
}

.tb_brd_write table * {
    font-size: .8rem;
}

.tb_brd_write table textarea {
    resize: none;
    width: 100%;
    border: 1px solid #e3e3e3;
    height: 600px;
    padding: .5rem .8rem;
}

.tb_brd_write table .sub_ta {
    height: 150px;
}

.tb_brd_write table tr {
    height: 80px;
}

.tb_brd_write table th {
    width: 230px;
    color: #333;
    text-align: center;
    letter-spacing: -0.02em;
    padding: 15px 15px;
    border-bottom: 1px solid #e3e3e3;
    cursor: default;
}

.tb_brd_write table td {
    text-align: left;
    letter-spacing: -0.02em;
    padding: 15px 15px;
    border-bottom: 1px solid #e3e3e3;
}

.tb_brd_write table td input[type='text'],
.tb_brd_write table td input[type='number'],
.tb_brd_write table td input[type='date'],
.tb_brd_write table td input[type='time'],
.tb_brd_write table td input[type='number'],
.tb_brd_write table td select {
    width: 100%;
    border: 1px solid #e3e3e3;
    height: 50px;
    padding: .5rem .8rem;
}

.tb_brd_write table td label {
    display: flex;
    align-items: center;
    gap: .3rem;
    cursor: pointer;
    color: #333;
}

.tb_brd_write table td input[type='checkbox'] {
    width: 1.0rem;
    height: 1.0rem;
    accent-color: var(--jw_point);
}

.tb_brd_write table .files {
    display: flex;
    flex-direction: column;
    gap: .3rem;
}

.tb_brd_write table td .file_box {
    width: 100%;
    padding: .5rem;
    border: 1px solid #e3e3e3;
}

.tb_brd_write table td .file_box:has(input[type='text']) {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    position: relative;
}

.tb_brd_write table td .file_box:has(input[type='text'])::before {
    content: "파일 변경 시에만 파일을 등록해주세요";
    display: block;
    position: absolute;
    left: 100px;
    color: var(--jw_point);
    font-weight: 500;
    font-size: smaller;
    background-color: #eaf1f5;
    border-radius: .8rem;
    padding: .025rem 1rem .03rem;
    margin-left: -.5rem;
    top: 10%;
}

.tb_brd_write table td .file_box .delBtn {
    display: none;
    position: absolute;
    right: 3%;
    top: 54%;
    background-color: #ffffff00;
    cursor: pointer;
    padding: 0;
    margin: 0;
    color: #555;
}

.tb_brd_write table td .file_box .delBtn:hover {
    font-weight: 500;
}

.tb_brd_write table td .file_box:has(input[type='text']) .delBtn {
    display: block;
}

.tb_brd_write table td .file_box input[type='file'] {
    width: 100%;
    color: #555;
    font-size: .8rem;
    font-weight: 500;
}

.tb_brd_write table td .file_box input[type='file']::file-selector-button {
    padding: .25rem .8rem;
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: .2rem;
    cursor: pointer;
    margin-right: .8rem;
}

.tb_brd_write table .content {
    height: 600px;
}

.tb_brd_write table .content .editor {
    height: 100%;
}

.tb_brd_write table .content .editor .quill_editor {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    max-height: 700px;
}

.tb_brd_write table .content .editor .quill_editor .ql-toolbar {
    height: 52px;
    flex: 0 0 52px;
    border: 1px solid #e3e3e3;
    border-bottom: 0;
}

.tb_brd_write table .content .editor .quill_editor .ql-container {
    flex: 1;
    overflow: auto;
    border: 1px solid #e3e3e3;
}

.editor h1,
.editor h1 * {
    font-size: 1.8rem !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.editor h2,
.editor h2 * {
    font-size: 1.2rem !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.editor p,
.editor p * {
    font-size: .8rem !important;
    text-align: left !important;
    font-weight: 400 !important;
}

.editor strong,
.editor strong * {
    font-weight: 600 !important;
}

.editor em {
    font-style: italic !important;
}

.ql-align-center {
    text-align: center !important;
    display: flex;
    justify-content: center;
}

.ql-align-right {
    text-align: right !important;
    display: flex;
    justify-content: right;
}

.ql-editor table {
    width: 100%;
    border: 1px solid #ddd;
    border-top: 2px solid var(--jw_main);
}

.ql-editor table tr:first-child td {
    background-color: #f8f9fb !important;
    font-weight: 600 !important;
}

.ql-editor table * {
    font-weight: 400;
    font-size: .8rem;
    text-align: center;
    color: #333;
}

.ql-editor table tr td:first-child {
    width: 30% !important;
    border-radius: 0;
}

.ql-editor table tr {}

.ql-editor table tr td {
    padding: 1rem !important;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
}

.ql-editor table tr:first-of-type td {
    border-top: 0;
}

.ql-editor table tr td:first-of-type {
    border-left: 0;
}

.ql-editor .none {
    margin-bottom: 2rem;
}

.ql-editor .none tr th:first-child {
    width: 30% !important;
    border-radius: 0;
    background-color: #f8f9fb !important;
    font-weight: 600;
}

.ql-editor .none tr th {
    border-top: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.ql-editor .none tr td:last-of-type {
    border-right: 0;
}

.ql-editor .none tr:first-child th {
    border-top: 0;
}

.ql-editor .none tr:first-child td {
    background-color: #fff !important;
}

.ql-editor .none td {
    background-color: #fff !important;
    font-weight: 400;
}

.gameevent .content * {
    color: var(--gray-800);
}

.content h2 {
    text-align: left !important;
    font-size: 1.325rem !important;
    margin-top: 1rem;
}

.content h2:first-of-type {
    margin-top: 0;
}

.content ol {
    margin-left: 0.5rem;
}

.content ol li {
    padding-left: 0.5rem;
}

.content ol li:not(:has(strong))>span {
    margin-left: -0.5rem;
}

.content ol li:not(:has(strong))>span::before {
    content: "·";
    font-weight: 600;
    margin-right: .2rem;
}

.content ol li span {
    margin-left: -0.8rem;
}

.content ol li span::before {
    content: "-";
    margin-right: .3rem;
}

.content ol li strong {}

.content ol li strong:before {}

.ql-indent-1 {
    padding-left: 1.0rem !important;
}

.ql-indent-1 span {}

.ql-indent-1 span:before {
    content: "·" !important;
    font-weight: 600;
}

.ql-indent-1:has(.ql-ui) span:before {}

.content table:not(:has(th)) tr:first-of-type td {
    background-color: #f8f9fb;
}

.content img {
    object-fit: cover;
    max-width: 90%;
}


/* **************************************************
   BOARD VIEW
************************************************** */

#view {
    width: 100%;
}

#view .brd_view {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: .5rem;
    border-top: 2px solid var(--jw_main);
}

#view .brd_view .brd_top {
    padding: 2rem 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

#view .brd_view .brd_top * {
    font-size: 1.5rem;
    color: var(--gray-800);
}

#view .brd_view:has(.not) {
    background-color: #f5f5f5;
}

.brd_top .brd_thum {
    width: 200px;
    height: 130px;
    display: none;
    margin-bottom: .8rem;
}

.brd_top .brd_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    /* display: block; */
    cursor: pointer;
    border-radius: .2rem;
    border: 1px solid var(--jw_border);
}

.brd_top .brd_text {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    line-height: 44px;
    align-items: center;
}

.brd_top .brd_text.not {
    min-height: 200px;
    background-color: #f5f5f5;
}

#view .brd_view .brd_top .title {
    display: flex;
    gap: .5rem;
    font-size: 1.8rem;
    color: var(--gray-900);
}

#view .brd_view .brd_top .etc_title {
    display: flex;
    gap: .8rem;
}

#view .brd_view .brd_top .etc_title .name {}

#view .brd_view .brd_top .etc_title .name::before {
    content: "작성자";
    font-weight: 600;
    padding-right: .3rem;
}

#view .brd_view .brd_top .etc_title .date {}

#view .brd_view .brd_top .etc_title .date::before {
    content: "작성일";
    font-weight: 600;
    padding-right: .3rem;
}

#view .brd_view .files {
    padding-bottom: 1.8rem;
    margin-top: -1.5rem;
    display: flex;
    gap: .5rem;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.files {
    white-space: nowrap;
    /* 공백이나 줄 바꿈을 없애는 방식 */
}

.files:empty {
    display: none;
}

#view .brd_view .files * {
    font-size: 1rem;
    color: #333;
}

#view .brd_view .files h4 {
    margin-left: .2rem;
    width: 100%;
}

#view .brd_view .files .file {
    display: flex;
    align-items: center;
}

#view .brd_view .files .file a {
    background-color: #ffffff;
    padding: .2rem 1.5rem;
    border-radius: .8rem;
    display: flex;
    align-items: center;
    border: 1px solid var(--jw_border);
}

#view .brd_view .files .file a:hover {
    opacity: 0.8;
}

#view .brd_view .files .file a::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-image: url('/images/icons/download.svg');
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 5px;
    vertical-align: middle;
    opacity: 0.8;
}

#view .brd_view .files .file:last-child {
    margin-bottom: 0;
}

#view .brd_view .content {
    width: 100%;
    border-top: 1px solid var(--jw_border);
    border-bottom: 1px solid var(--jw_border);
    min-height: 500px;
    padding: 1.2rem;
    font-size: 1rem;
    line-height: 38px;
    /* display: contents; */
}

#view .brd_view .content img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: auto;
}

#view .brd_view .content span {
    font-size: 1.0rem !important;
}


/* **************************************************
   BOARD COMMENT
************************************************** */

.brd_comment {}

.brd_comment .brd_cmt_tit {
    padding: 1rem;
    display: flex;
    flex-direction: column;
    gap: .8rem;
    border-bottom: 1px solid var(--jw_border);
}

.brd_comment * {
    font-size: 1rem;
}

.brd_comment .cmt_cont_wrap {
    padding: .5rem 0;
}

.brd_comment .comment a {
    padding: .2rem .6rem;
    border: 1px solid var(--jw_border);
    border-radius: .2rem;
    margin-left: .5rem;
}

.brd_comment .comment a:hover {
    background-color: #f8f8f8;
}

.brd_comment .brd_cmt_cont {}

.brd_comment .brd_cmt_cont .cmt_input_area {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .6rem;
}

.brd_comment .brd_cmt_cont .cmt_input_area textarea {
    width: 100%;
    border: 1px solid var(--jw_border);
    resize: none;
    height: 100px;
    padding: .5rem;
}

.brd_comment .brd_cmt_cont .cmt_input_area a {
    width: 120px;
    text-align: center;
    align-content: center;
    height: 100px;
    border: 1px solid var(--jw_border);
}


/* **************************************************
   FORM VIEW
************************************************** */

.cont_view:has(.form_box_wrap) {
    display: flex;
    flex-direction: column;
    gap: 3rem;
}

.form_box_wrap {}

.form_box_wrap h3::before {
    content: '';
    display: block;
    width: 5px;
    height: 28px;
    background: var(--jw_point);
    position: absolute;
    left: 0;
}

.form_box_wrap h3 {
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: -1.5pt;
    line-height: 130%;
    word-break: keep-all;
    box-sizing: border-box;
    position: relative;
    padding-left: .8rem;
    color: #333;
    margin-bottom: 1rem;
}

.form_box_wrap div {
    padding: 1.5rem 2rem;
    border: 1px solid var(--jw_border);
    border-radius: 0.5rem;
}

.form_box_wrap div * {
    font-size: 1.0rem;
    font-weight: 500;
    color: #555;
}

.form_box_wrap div ul li {
    letter-spacing: -0.35pt;
    line-height: 160%;
    word-break: keep-all;
    box-sizing: border-box;
    padding: 0 0 8px 14px;
    text-align: left !important;
    position: relative;
}

.form_box_wrap div ul li::before {
    content: '';
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--jw_point);
    position: absolute;
    left: 0;
    top: 13px;
}


/* **************************************************
   JOIN AGREE
************************************************** */

.auth_wrap {
    padding: 2rem;
    background-color: #f8f8f8f8;
    width: 1260px;
    border-radius: .25rem;
}

.auth_tit {
    margin-bottom: 1rem;
    color: #333;
    font-size: 1rem;
    text-align: center;
}

.auth_type {
    display: flex;
    justify-content: center;
    gap: 1rem;
}

.auth_type button {
    color: var(--jw_main);
    font-size: 1.5rem;
    font-weight: 600;
    border: 1px solid var(--gray-100);
    width: 15rem;
    padding: 1.5rem 0;
    border-radius: .2rem;
    min-height: 6rem;
    background: #fff;
}

.auth_type button:hover {
    opacity: 0.8;
}

.auth_type .i {
    background-color: #fff;
    background-image: url("/images/user/nice.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    color: #000;
}

.auth_type .h {
    background-color: #fff;
    background-image: url("/images/user/pass.jpg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    border: 1px solid #ccc;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    color: #000;
}

.joinAgree .tit {
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: default;
}

.joinAgree .tit::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/images/user/check.png);
    background-size: cover;
    background-repeat: no-repeat;
}

.joinAgree .red {
    margin-left: -.3rem !important;
}

.joinAgree .agree {
    margin-bottom: 3rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: -.25rem;
}

.joinAgree .agree label {
    display: flex;
    gap: .2rem;
    align-items: center;
}

.joinAgree .agree label input[type='checkbox'] {
    margin: 0;
    accent-color: var(--jw_point);
}


#joinAgree .tit {
    display: flex;
    align-items: center;
    gap: .5rem;
    cursor: default;
}

#joinAgree .tit::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/images/user/check.png);
    background-size: cover;
    background-repeat: no-repeat;
}

#joinAgree .red {
    margin-left: -.3rem !important;
}

#joinAgree .agree {
    margin-bottom: 3rem;
    display: flex;
    justify-content: flex-end;
    gap: 1rem;
    margin-top: -.25rem;
}

#joinAgree .agree label {
    display: flex;
    gap: .2rem;
    align-items: center;
}

#joinAgree .agree label input[type='checkbox'] {
    margin: 0;
    accent-color: var(--jw_point);
}

@media all and (max-width:678px) {
    .category ul li {
        width: calc((100% - 30px) / 4);
        margin-right: 10px;
        min-width: 150px;
    }
}

@media (max-width: 768px) {
    .board_list {
        border: none;
    }
    .board_list thead {
        display: none;
    }
    .board_list tbody tr {
        display: block;
        background: #f7fafe;
        border-radius: 10px;
        box-shadow: 0 2px 8px rgba(30, 40, 90, 0.04);
        margin-bottom: 1.1rem;
        padding: 1.1rem 1.1rem 0.2rem 1.1rem;
        border-bottom: none;
    }
    .board_list tbody td {
        display: block;
        width: 100%;
        text-align: left !important;
        padding: 0.45em 0;
        border: none;
        font-size: 1rem;
        color: #222;
        background: none;
        text-align: left;
        box-sizing: border-box;
        word-break: break-all;
        position: relative;
    }
    .board_list tbody td:first-child {
        display: none;
    }
    .board_list tbody td.title {
        font-weight: 700;
        font-size: 1.0em;
        color: #1a53b3;
        margin-bottom: 0.15em;
    }
    /* 라벨 붙이기 (공통) */
    .board_list tbody td[data-board-text="number"]::before {
        content: "번호";
        display: inline-block;
        min-width: 3em;
        color: #bbb;
        font-size: 0.98em;
        margin-right: 1em;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .board_list tbody td[data-board-text="title"]::before {
        content: "제목";
        display: inline-block;
        min-width: 3em;
        color: #bbb;
        font-size: 0.98em;
        margin-right: 1em;
        font-weight: 500;
        letter-spacing: -1px;
        display: none;
    }
    .board_list tbody td[data-board-text="name"]::before {
        content: "작성자";
        display: inline-block;
        min-width: 3em;
        color: #bbb;
        font-size: 0.98em;
        margin-right: 1em;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .board_list tbody td[data-board-text="createdate"]::before {
        content: "작성일";
        display: inline-block;
        min-width: 3em;
        color: #bbb;
        font-size: 0.98em;
        margin-right: 1em;
        font-weight: 500;
        letter-spacing: -1px;
    }
    .board_list tbody td[data-board-text="cnt"]::before {
        content: "조회수";
        display: inline-block;
        min-width: 3em;
        color: #bbb;
        font-size: 0.98em;
        margin-right: 1em;
        font-weight: 500;
        letter-spacing: -1px;
    }
    /* tr 사이 여백 */
    .board_list tbody tr+tr {
        margin-top: 1.3rem;
    }
    .brd_search select {
        max-width: 4rem;
        height: 45px;
        background-position: calc(100% - 10px) 12px;
    }
    .brd_search input[type='text'] {
        padding: 0.6rem 0.85rem;
        font-size: clamp(14px, 2vw, 15px);
        height: 45px;
        border: 1px solid var(--jw_border);
        color: #333;
        transition: all 0.25s;
        letter-spacing: -0.015em;
        width: 93%;
        max-width: 146px;
        background-color: #fff;
    }
    .btn_wrap ul {
        position: relative;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: .3rem;
    }
    .auth_type button {
        color: var(--jw_main);
        font-size: 1.5rem;
        font-weight: 600;
        border: 1px solid var(--gray-100);
        width: 8rem;
        padding: 1.5rem 0;
        border-radius: .2rem;
        min-height: 6rem;
        background: #fff;
    }
    .files {
        white-space: break-spaces;
        /* display: none !important; */
    }
    #view .brd_view .brd_top .title {
        display: flex;
        gap: .5rem;
        font-size: 1.3rem;
        line-height: 31px;
        color: var(--gray-900);
    }
    .auth_wrap {
        padding: 2rem;
        background-color: #f8f8f8f8;
        width: 100%;
        border-radius: .25rem;
    }
    .brd_list_top {
        display: flex;
        gap: .5rem;
        padding: 0rem 0 0.5rem 0;
    }
    .brd_list_top * {
        font-size: 1rem;
        color: #333;
    }
}


/* **************************************************
   EDU
************************************************** */

.edu_top {
    margin-bottom: 1rem;
    display: flex;
    gap: .5rem;
    justify-content: space-between;
}

.edu_top.cen {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
    border: 1px solid var(--gray-100);
    padding: 3.5rem 0 0;
    align-items: center;
}

.edu_top span {
    color: #333;
}

.edu_top .tit {
    color: var(--jw_point);
    font-weight: 600;
    font-size: 1.2rem;
}

.edu_top .statebox {
    display: flex;
    gap: .2rem;
    align-items: center;
    font-weight: 500;
    font-size: 0.825rem;
}

.edu_top .statebox .box-name {
    font-weight: 500;
    font-size: 0.825rem;
    color: #333;
    background-color: var(--gray-100);
    padding: .2rem 0.5rem;
    border-radius: 0.5rem;
}

.edu_top .statebox .blue {
    color: #f0f6fb;
    background-color: #5f99d7;
}

.edu_top .statebox .red {
    color: #fbf0f7;
    background-color: #e75252;
}

.edu_top strong {
    margin-left: .2rem;
    color: var(--jw_point);
}

.edu_top h3 {
    font-size: 2.2rem;
    color: #333;
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.edu_top .subtit {
    font-size: 1.6rem;
    margin-top: .5rem;
    font-weight: 600;
}

.edu_area {
    border: 1px solid var(--jw_border);
    padding: 2rem;
    border-radius: 1rem;
    gap: 1rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.edu_area:last-of-type {
    margin-bottom: 0;
}

.edu_area a {
    gap: 1rem;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.edu_area a .edu_wrap {
    gap: 1rem;
    display: flex;
    flex-direction: column;
}

.edu_area h3 {
    font-size: 2rem;
    color: #333;
}

.edu_area .edu_cont {}

.edu_area .edu_cont span {
    font-size: 1rem;
    display: flex;
    gap: .2rem;
    flex-direction: row;
}

.edu_area .edu_cont span strong {
    margin-right: .8rem;
    color: var(--jw_point);
    font-weight: 500;
}

.edu_area a .edu_right {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 10%;
}

.edu_area a .edu_right span {
    font-size: 1.2rem;
    font-weight: 600;
    color: #b3b3b3;
    padding: .8rem;
    border: 1px solid #b3b3b3;
    border-radius: .5rem;
}

.edu_area a .edu_right .ing {
    color: var(--jw_point);
    border: 1px solid var(--jw_point);
    padding: .8rem;
    border-radius: .5rem;
}

.edu_view {
    border-top: 2px solid var(--gray-900);
    margin: .5rem 0 2rem 0
}

.edu_view table {
    table-layout: fixed;
}

.edu_view table thead tr {
    height: 40px;
    border-bottom: 0;
    background-color: #f0f6fb;
}

.edu_view table thead th {
    padding: 1rem;
}

.edu_view table tr {
    height: 40px;
    border-bottom: 1px solid var(--gray-100);
}

.edu_view table tr td {
    padding: 1rem;
    font-size: 15px;
    word-break: keep-all;
    color: #333;
    font-weight: 500;
    width: 25%;
}

.edu_view table tr .tit {
    height: 100%;
    padding: 1rem;
    font-size: 15px;
    font-weight: bold;
    vertical-align: top;
    word-break: keep-all;
    background-color: #f0f6fb;
    color: #333;
}

.edu_view table .edulist tr {
    height: 40px;
}

.edu_view table .edulist tr td {
    text-align: center;
    border-left: 1px solid var(--gray-100);
}

.edu_view table tr td input[type='text'] {
    width: 100%;
}

.edu_view table tr td textarea {
    resize: none;
}

.edu_view table .edulist tr td:first-of-type:not(.cont_name) {
    border-left: 0;
}

.edu_view table .edulist .cont_name a:hover {
    text-decoration-line: underline;
}

.edu_view table .edulist .cont_name a .datename {
    font-size: 0.8rem;
    background-color: #f0f6fb;
    color: #5f99d7;
    font-weight: 500;
    padding: .1rem .5rem;
    margin-left: .5rem;
    border-radius: .8rem;
}

.edu_view table .box_date {}

.edu_btn_wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin: 3rem 0;
}

.edu_btn_wrap button {
    background-color: #ffffff;
    color: #116fd3;
    font-weight: 500;
    padding: 1rem 0;
    width: 8rem;
    border-radius: .5rem;
    border: 1px solid var(--jw_point);
}

.edu_btn_wrap button:hover {
    opacity: 0.8;
}

.notice_area {
    margin-bottom: 1.5rem;
    margin-top: -.5rem;
}

.notice_area ul {
    display: flex;
    flex-direction: column;
    gap: .2rem;
}

.notice_area ul li {
    font-size: 1rem;
    font-weight: 500;
}

.notice_area ul li strong {
    padding: 0 .28rem;
    border-radius: .5rem;
    margin-right: .225rem;
}

.notice_area ul li .num {
    background-color: #2c64ce;
    color: #fff;
}

.notice_box {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f0f6fb;
    height: 8rem;
    width: 100%;
}

.notice_box * {}

.notice_box label {
    font-weight: 500;
    color: #DA4D4F;
    padding: .5rem;
}

.notice_box .error {
    border: 2px solid #333;
}

.notice_box label input[type='checkbox'] {
    accent-color: #DA4D4F;
}

.video_wrap {
    position: relative;
    display: inline-block;
}

.video_wrap .pauseOverlay {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 80px;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    width: 120px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    cursor: pointer;
    transition: all 0.2s ease;
    padding-left: 12px;
}

.video_wrap .pauseOverlay:hover {
    transform: translate(-50%, -50%) scale(1.1);
    background-color: rgba(0, 0, 0, 0.4);
}

.video_wrap .notice {
    background-color: #fff3cd;
    color: #856404;
    border: 1px solid #ffeeba;
    padding: 25px 20px;
    padding-bottom: 30px;
    border-radius: 3px;
    font-size: 1.0rem;
    line-height: 1.6;
    margin: .5rem 0;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.video_wrap .notice strong::before {
    display: inline-block;
    content: "📢";
    font-size: 20px;
    flex-shrink: 0;
}

.video_quiz_area {
    border-top: 1px solid var(--gray-200);
    padding: 1rem 0;
    display: none;
}

.video_quiz_area .tip {
    margin-bottom: 1.5rem;
    font-weight: 600;
    color: var(--jw_point);
}

.video_quiz_area h3 {
    font-size: 1.8rem;
    color: #333;
    margin: 1rem 0 .5rem 0;
}

.video_quiz_area .quiz_wrap {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 3rem;
}

.video_quiz_area .quiz_wrap:last-of-type {
    margin-bottom: 0;
}

.video_quiz_area .quiz_wrap .quiztit {
    background-color: #f8f8f8;
    color: #333;
    border: 1px solid var(--gray-200);
    padding: 1rem;
}

.video_quiz_area .quiz_wrap .quizs {
    display: flex;
    flex-direction: column;
    gap: .5rem;
}

.video_quiz_area .quiz_wrap .quizs label {
    display: flex;
    align-items: center;
    gap: .5rem;
    font-weight: 400;
    margin: 0;
    color: #333;
}

.video_quiz_area .quiz_wrap label input[type='radio'] {
    margin: 0;
    width: 20px;
    height: 20px;
}

.video_quiz_area .quiz_btn {
    border-bottom: 1px solid var(--gray-200);
    padding-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.video_quiz_area .quiz_btn .basic_btn {
    width: 8rem;
    height: 3.2rem;
    background-color: var(--jw_main);
    color: #fff;
}