@charset "UTF-8";

/* BOARD SETTING */
.board_list {
    width: 100%;
    height: auto;
    position: relative;
}
.board_list + .paging_con {
    margin-top: 40px;
}

.board_listbox {
    width: 100%;
    height: auto;
    position: relative;
}

/* BOARD SETTING END */

/* BOARD LIST */
.board_table {
    width: 100%;
    height: auto;
    position: relative;
}

.board_table > table {
    width: 100%;
    height: auto;
    position: relative;
    table-layout: fixed;
}

.board_table > table th {
    height: 40px;
    background-color: var(--gray-500);
    font-size: 0.8125rem;
    color: var(--gray-200);
}
.board_table > table th,
.board_table > table td {
    padding: 10px 20px;
    text-align: left;
}
.board_table > table th:not(:last-child),
.board_table > table td:not(:last-child) {
    padding-right: 0;
}

.board_table > table th:first-child { border-radius: 5px 0 0 5px; }
.board_table > table th:last-child { border-radius: 0 5px 5px 0; }

.board_table_empty {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-align: center;
    height: 220px;
    gap: 15px;
}
.board_table_empty img {
    width: 40px;
    height: 40px;
}
.board_table_empty p {
    font-size: 0.9375rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--gray-200);
}

.th_check {
    width: 5%;
}

.th_num {
    width: 10%;
}

.th_subject {
    width: 53%;
}

.th_writer {
    width: 15%;
}

.th_data {
    width: 10%;
}

.th_data2 {
    width: 15%;
}

.th_txt {
    width: 50%;
}

.th_view {
    width: 10%;
}

.th_stat {
    width: 10%;
}

.th_event {
    width: 10%;
}


.board_table > table td {
    position: relative;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray-300);
    height: 64px;
}


.board_table > table td .subject_box {
    width: 100%;
    text-align: left;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--gray-100);
}

.board_table > table td .subject_box .subject_tit {
    width: auto;
    max-width: 90%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.board_table > table td .subject_box .subject_tit > a {
    display: block;
    width: auto;
    max-width: 100%;
    font-size: 0.975rem;
    font-weight: 500;
    color: var(--gray-100);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.board_table > table td .subject_box .subject_tit > a .photo {
    vertical-align: top;
    height: 50px;
    width: auto;
}

.board_table > table td .subject_box .subject_tit > a.active {
    padding-left: 25px;
}

.board_table > table td .subject_box .subject_tit > a.active::after {
    content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    background-image: url(../../img/re_icon_dark.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    left: 11px;
    top: 17px;
}

.board_table > table td .subject_box .subject_tit > a:hover {
    color: #e49c12;
    text-decoration: underline;
}

.board_table > table td .subject_box .subject_tit > span {
    font-size: 1rem;
    font-weight: 700;
    /*line-height: 1.5;*/
    color: var(--primary);
    margin-left: 5px;
}


.board_table > table td .subject_box .subject_option {
    width: auto;
    height: auto;
    position: relative;
    margin-left: 8px;
}

.board_table > table td .subject_box .subject_option > li {
    font-family: 'Montserrat';
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    background-color: var(--red);
    font-size: 0.6875rem;
    letter-spacing: -0.02em;
    font-weight: 600;
    padding-right: 1.5px;
    color: #fff;
    border-radius: 5rem;
}

.board_table > table td.td_writer {
    text-align: left;
}

.board_table > table td .submit {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #464646;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.board_table > table td .reject {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #ff0000;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.board_table > table td .confirm {
    display: inline-block;
    width: 80px;
    height: 30px;
    line-height: 30px;
    background-color: #e49c12;
    color: #1b1b1b;
    font-size: 0.75rem;
    font-weight: 700;
}

.board_table > table td .event_stat {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 5px 10px;
    letter-spacing: -.5px;
    color: #FFF;
    border-radius: 5rem;
    background-color: #000;
}

.board_table > table td .event_stat.event_play {
    background-color: #aa371c;
}

.board_table > table td .event_stat.event_end {
    background-color: #528723;
}

.board_table > table td .event_stat.event_state {
    background-color: #3d7ca4;
}

.writer_box {
    width: auto;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.writer_box > a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.975rem;
    color: var(--gray-100);
    font-weight: 500;
    word-break: keep-all;
}

.writer_box > a > span {
    flex-shrink: 0;
    width: 23px;
    height: 23px;
    margin-right: 5px;
}

.writer_box > a > span > img {
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.writer_box .writer_deps {
    height: auto;
    position: absolute;
    top: 30px;
    left: 0%;
    background-color: #242424;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
    z-index: 999;
    border-radius: 10px;
    overflow: hidden;
}

.writer_box .writer_deps.on {
    display: block;
}

.writer_box .writer_deps.off {
    display: none;
}

.writer_box .writer_deps > li {
    width: auto;
    height: auto;
    position: relative;
}

.writer_box .writer_deps > li:last-of-type {
    border-bottom: 0;
}

.writer_box .writer_deps > li > a {
    display: block;
    font-size: 0.8125rem;
    font-weight: 500;
    padding: 10px 14px;
    color: var(--gray-100);
    white-space: nowrap;
}

.writer_box .writer_deps > li > a > span {
    color: #e49c12;
}

.writer_box .writer_deps > li > a:hover,
.writer_box .writer_deps > li > a:hover > span {
    background-color: #e49c12;
    color: #000;
}

/* BOARD LIST END */

/* BOARD USER */
.board_user {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

.board_user .user_btnbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
}

.board_user .user_btnbox > li {
    width: auto;
    height: auto;
    position: relative;
    flex: 0 1 150px;
    max-width: 150px;
}

.board_user .user_btnbox > li > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    line-height: 38px;
    padding: 0 16px;
    background-color: var(--primary);
    text-align: center;
    color: #000;
    font-size: 0.875rem;
    font-weight: 600;
    border: 0;
    border-radius: 5px;
}

.board_user .user_btnbox > li.writer_btn > a {
    background-color: #e49c12;
    color: #000;
}

.board_user .user_btnbox > li.writer_btn > a:hover {
    background-color: #ffbf44;
}

.board_user .user_search {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

.board_user .user_search > form {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
}

.board_user .user_writerbox {
    flex-shrink: 0;
}
.board_user .user_writerbox a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    width: 100px;
    height: 40px;
    border-radius: 5px;
    background: var(--primary);
    color: #000;

    font-size: 0.8125rem;
    font-weight: 500;
}
.board_user .user_writerbox a:hover {
     background: #ffbf44;
}
.board_user .user_writerbox a:before {
    content: "";
    width: 14px;
    height: 14px;
    background-size: cover;
    background-image: url(/assets/Pc/img/board_edit.png);
    background-position: center;
}

.board_user .user_search > form .sch_inputbox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--light);
    border-radius: 5px;
}
.board_user .user_search > form .sch_input {
    width: 260px;
}

/* BOARD USER END */

/* BOARD VIEW */
.board_view {
    width: 100%;
    height: auto;
    position: relative;
}

.board_viewbox {
    width: 100%;
    height: auto;
    position: relative;
}

.board_view .board_viewbox_header {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: var(--border);
}
.board_view .board_viewbox_header h2 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1.5625rem;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}
.board_view .board_viewbox_header .view_top_label {
    font-size: 0.975rem;
    font-weight: 600;
    line-height: 24px;
    color: var(--primary);
    margin-bottom: 2px;
}
.board_view .view_top_row { 
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-bottom: 10px;
}
.board_view .view_top_tit {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -moz-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: column;
    margin-bottom: 20px;
}
.board_view .view_top_row h2,
.board_view .view_top_tit > span {
    font-size: 0.975rem;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 2px;
    color: var(--primary);
}
.board_view .view_top_row h2,
.board_view .view_top_tit > h2 {
    width: 100%;
    height: auto;
    position: relative;
    font-size: 1.5625rem;
    font-weight: 700;
    color: #fff;
    line-height: 30px;
}
.board_view .view_top_row .view_stat{
    flex-shrink: 0;
    margin-left: auto;
}

.board_view .view_top_tit .view_top_label {
    display: inline-block;
    font-size: 0.975rem;
    font-weight: 600;
    line-height: 24px;
    color: var(--primary);
    margin-bottom: 2px;
}

.board_view .view_stat_row {
    padding: 16px 20px;
    border-radius: 10px;
    background: var(--gray-500);
}
.board_view .view_stat_row .writer_stat {  
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
}
.board_view .view_stat_row .writer_stat li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 15px;

    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--gray-100);
}
.board_view .view_stat_row .writer_stat span {
    font-size: 0.975rem;
    font-weight: 600;
    color: var(--primary);
}

.board_view .view_stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.board_view .view_stat .icon__ {
    margin-right: 4px;
}

.board_view .view_stat > li {
    display: inline-flex;
    justify-content: flex-start;
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--gray-300);
    position: relative;
}
.border_like_icon,
.border_like_icon {
    display: block;
    width: 14px;
    height: 14px;
    margin-right: 2px;
}
.border_view_icon:before,
.border_like_icon:before {
    content: "";
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
.border_view_icon:before {
   background-image: url(/assets/Pc/img/board_view.png);
}
.border_like_icon:before {
   background-image: url(/assets/Pc/img/board_like.png);
}

.board_view .view_stat > li::after {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    background-color: currentColor;
}

.board_view .view_stat > li:last-of-type::after {
    content: none;
}

.board_view .view_writer {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
}

.writer_infobox {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
}
.writer_infobox + .comment_edit_frame {
    margin-top: 20px;
}

.writer_infobox .writer_img {
    width: 56px;
    height: 56px;
    position: relative;
    border-radius: 5rem;
    overflow: hidden;
}

.writer_infobox .writer_img > img {
    width: 100%;
    height: 100%;
}

.writer_infobox .writer_info {
    width: auto;
    height: auto;
    position: relative;
}

.writer_infobox .writer_comt {
    width: -webkit-calc((100% - 15px) - 76px);
    width: -moz-calc((100% - 15px) - 76px);
    width: calc((100% - 15px) - 76px);
    height: auto;
    position: relative;
}

.writer_infobox .writer_info .writer_name_comt {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 8px;
}
.writer_infobox .writer_info .writer_name_comt .writer_box > a {
    color: #fff;
    font-size: 0.975rem;
    font-weight: 500;
}
.my_comment .writer_infobox .writer_info .writer_name_comt .writer_box > a {
    color: var(--blue) !important;
}

.writer_infobox .writer_info .writer_name {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin-bottom: 4px;
}

.writer_infobox .writer_info .writer_name_comt .writer_name {
    margin-bottom: 0;
}

.writer_infobox .writer_info .writer_name .writer_box::after {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -10px;
    background-color: var(--gray-300);
}

.writer_infobox .writer_info .writer_name > p {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray-300);
}

.writer_stat .writer_more {
    width: auto;
    height: auto;
    position: relative;
}

.writer_stat .writer_more > a {
    display: inline-block;
    padding: 6px 10px;
    background-color: #e49c12;
    color: #1b1b1b;
    font-size: 0.875rem;
    font-weight: 600;
    border-radius: 5px;
}

.writer_stat .writer_more > a:hover {
    background-color: #ffbf44;
}

.board_view .view_writer .writer_stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
}

.board_view .view_writer .writer_stat > li {
    width: auto;
    height: auto;
    position: relative;
    font-size: 0.875rem;
    font-weight: 400;
    color: var(--gray-300);
}

.board_view .view_writer .writer_stat > li + li:not(:last-child) ::before {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: -10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: currentColor;
}

.board_view .view_writer .writer_stat > li:last-of-type:after {
    content: none;
}

.board_view .view_txtcon {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px 0 30px;
    border-top: var(--border);
}

.board_view .view_txtcon .view_txt {
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 30px;
    color: var(--gray-100);
    line-height: 1.5;
}

.board_view .view_txtcon .view_txt img {
    width: auto;
    max-width: 100%;
}

.board_view .view_txtcon .view_upbox {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    height: auto;
    position: relative;
    text-align: center;
}

.board_view .view_txtcon .view_upbox .star_rate_area {
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    gap: 5px;
}

.br-theme-fontawesome-stars-o .br-widget {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    height: auto !important;
}

.br-theme-fontawesome-stars-o .br-widget a {
    color: transparent !important;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-image: url(/assets/Pc/img/star_off.png);
    background-size: cover;
}
.br-theme-fontawesome-stars-o .br-widget a:after {
    content: "";
    color: transparent !important;
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-image: url(/assets/Pc/img/star_on.png);
    background-size: 24px;
    opacity: 0;
}
.br-theme-fontawesome-stars-o .br-widget a.br-fractional:after {
    opacity: 1;
    width: 50%;
}
.br-theme-fontawesome-stars-o .br-widget a.br-selected:after,
.br-theme-fontawesome-stars-o .br-widget a.br-active:after {
    opacity: 1;
}
.board_view .view_txtcon .view_upbox .star_rate_area > p {
    font-size: 0.9375rem;
    font-weight: 400;
    color: var(--gray-100);
}
.board_view .view_txtcon .view_upbox .star_rate_area > p > strong {
    font-weight: 600;
    opacity: 0.8;
}
.board_view .view_txtcon .view_upbox .star_rate_area > p > span {
    opacity: 0.5;   
}

.board_view .view_txtcon .view_upbox .up_btn {
    flex-shrink: 0;
    width: 127px;
    height: 54px;
    position: relative;
    margin: 0 auto;
}

.board_view .view_txtcon .view_upbox .up_btn > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 5px;
    color: var(--gray-100);
    border: var(--border);
    font-size: 1rem;
    font-weight: 600;
    border-radius: 50px;

    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.board_view .view_txtcon .view_upbox .up_btn > a > span {
    width: 20px;
    height: 20px;
    position: relative;
    background-image: url(/assets/Pc/img/view_up_gray.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;

    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.board_view .view_txtcon .view_upbox .up_btn:hover a,
.board_view .view_txtcon .view_upbox .up_btn:active a,
.board_view .view_txtcon .view_upbox .up_btn.active a {
    color: #000;
    background-color: var(--primary);
    border-color: var(--primary);
}
.board_view .view_txtcon .view_upbox .up_btn:hover a > span,
.board_view .view_txtcon .view_upbox .up_btn:active > a > span,
.board_view .view_txtcon .view_upbox .up_btn.active > a > span {
    background-image: url(/assets/Pc/img/view_up.png);
}


.board_view .writer_allbox {
    padding: 30px 0;
    width: 100%;
    height: auto;
    position: relative;
    border-top: 5px solid var(--gray-500);
}

.board_view .writer_allbox .writer_all {
    width: 100%;
    margin-bottom: 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.board_view .writer_allbox .writer_all > h2 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-100);
}

.board_view .writer_allbox .writer_all > h2 > span {
    width: 18px;
    height: 18px;
}
.board_view .writer_allbox .writer_all > h2 > span img {
    width: 100%;
}

.board_view .writer_allbox .writer_all .view_more {
    width: auto;
    height: auto;
    position: relative;
}

.board_view .writer_allbox .writer_all .view_more > a {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: auto;
    font-size: 0.875rem;
    font-weight: 500;
    gap: 5px;
    color: var(--gray-400);
   
}
.board_view .writer_allbox .writer_all .view_more > a:after {
    content: "";
    width: 1em;
    height: 1em;
    font-size: 24px;
    background-image: url(/assets/Pc/img/link_arrow.png);
    background-size: cover;
}

.board_view .writer_allbox .writer_all .view_more > a:hover {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.board_view .writer_allbox .writer_alllist {
    width: 100%;
    height: auto;
    position: relative;
    padding: 20px;
    border: var(--border);
    border-radius: 10px;
}

.board_view .writer_allbox .writer_alllist .all_listbox {
    width: 100%;
    height: auto;
    position: relative;
}

.board_view .writer_allbox .writer_alllist .all_listbox > li {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 14px;
}

.board_view .writer_allbox .writer_alllist .all_listbox > li:last-of-type {
    margin-bottom: 0;
}
.board_view .writer_allbox .writer_alllist .all_listbox > li > span {
    margin-right: auto;
    margin-left: 5px;
    font-size: 1.0625rem;
    font-weight: 700;
    color: var(--primary);
}
.board_view .writer_allbox .writer_alllist .all_listbox > li > a {
    width: auto;
    max-width: 90%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 1rem;
    font-weight: 500;
    color: rgba(231, 236, 245, 0.6);
}

.board_view .writer_allbox .writer_alllist .all_listbox > li > a:hover {
    color: #e49c12;
    text-decoration: underline;
}

.board_view .writer_allbox .writer_alllist .all_listbox > li > a::after {
/*    content: '';
    width: 2px;
    height: 2px;
    background-color: #e49c12;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);*/
}

.board_view .writer_allbox .writer_alllist .all_listbox > li > a > span {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #e49c12;
}

.board_view .writer_allbox .writer_alllist .all_listbox > li > p {
    font-size: 0.9375rem;
    font-weight: 400;
    color: rgba(231, 236, 245, 0.5);
}

/* BOARD VIEW END */

/* BOARD COMMNETS */
.view_comments {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 30px;
    border-top: 5px solid var(--gray-500);
}

.view_comments .view_comt {
    width: 100%;
    height: auto;
    position: relative;
}

.view_comments .view_comt .comtbox {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    background: var(--light);
    border-radius: 10px;
}

.view_comments .view_comt .comt_alert {  
    visibility: hidden;
    opacity: 0;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 16px 68px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.view_comments .view_comt .comt_alert.active {
    visibility: visible;
    opacity: 1;
}
.view_comments .view_comt .comt_alert p {
    font-size: 0.8125rem;
    font-weight: 500;
    width: 400px;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 10px;
    padding: 10px;
    text-align: center;
}

.view_comments .view_comt .emoji_win {
    width: 100%;
    height: 130px;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    position: relative;
    margin-top: 10px;
    padding: 25px 20px 20px;
}

.view_comments .view_comt .emoji_win .emoji_winbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 25px;
}

.view_comments .view_comt .emoji_win .emoji_winbox > li {
    width: 80px;
    height: 80px;
    position: relative;
}

.view_comments .view_comt .emoji_win .emoji_winbox > li > span {
    width: auto;
    height: auto;
    position: absolute;
    top: -12px;
    right: -12px;
    cursor: pointer;
}

.view_comments .view_comt .emoji_win .emoji_winbox > li > span i {
    font-size: 1.5rem;
    background-color: #000;
    color: #fff;
    border-radius: 5rem;
}

.view_comments .view_comt .emoji_win .emoji_winbox > li > a {
    display: block;
    width: 100%;
    height: 100%;
    border: 1px solid #484848;
}

.view_comments .view_comt .emoji_win .emoji_winbox > li > a > img {
    width: 100%;
    height: 100%;
}

.view_comments .view_comt .comt_emojibox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 15px;
    gap: 20px;
}

.view_comments .view_comt .comt_emojibox > li {
    width: auto;
    height: auto;
    position: relative;
}

.view_comments .view_comt .comt_emojibox > li > a {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--gray-200);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
}

.view_comments .view_comt .comt_emojibox > li > a > span {
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
}

.view_comments .view_comt .comt_emojibox > li.emoji_01 > a > span {
    width: 20px;
    height: 20px;
    background-image: url(/assets/Pc/img/emoji_icon_01.png);
}

.view_comments .view_comt .comt_emojibox > li.emoji_02 > a > span {
    width: 20px;
    height: 20px;
    background-image: url(/assets/Pc/img/emoji_icon_02.png);
}

.view_comments .view_comt .comt_emojibox > li > a:hover {
    color: #fff;
}
.view_comments .view_comt .comt_emojibox > li > a:hover > span {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.view_comments .view_comt .comt_emojibox > li .emoji_deps {
    width: 450px;
    height: 300px;
    position: absolute;
    z-index: 9;
    background-color: #1b1b1b;
    border: 1px solid #484848;
    overflow-y: auto;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    top: 25px;
    z-index: 99;
}

.view_comments .view_comt .comt_emojibox > li .emoji_deps.on {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.view_comments .view_comt .comt_emojibox > li .emoji_deps.off {
    display: none;
}

.view_comments .view_comt .comt_emojibox > li .emoji_deps > li {
    width: 50px;
    height: 50px;
    position: relative;
}

.view_comments .view_comt .comt_emojibox > li .emoji_deps > li > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    border: 1px solid #484848;
}

.view_comments .view_comt .comt_emojibox > li .emoji_deps > li > a > img {
    width: 100%;
    height: 100%;
}

.view_comments .view_comt .comt_emojibox > li .emoji_deps > li .emoji_close {
    width: 16px;
    height: 16px;
    position: absolute;
    top: -7px;
    right: -7px;
    color: #fff;
    z-index: 99;
    background-color: #000;
    border-radius: 5rem;
}

.view_comtheader {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    gap: 20px;
}
.view_comtheader p {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--gray-100);
}

.view_comments .view_comtlist {
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 40px;
}

.view_comtlist {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

.view_comtlist > p {
    font-size: 0.9375rem;
    font-weight: 600;
    color: #fff;
    margin-bottom: 15px;
}

.view_comtlist > p > span {
    color: #e49c12;
}

.view_comtlist .comt_listbox {
    width: 100%;
    height: auto;
    position: relative;
}
.view_comtlist .comt_listbox .writer_infobox {
    align-items: flex-start;
}

.view_comtlist .comt_listbox.my_comment .writer_infobox > a {
    color: var(--blue);
}

.view_comtlist .comt_listbox > li {
    width: 100%;
    height: auto;
    position: relative;
    padding-right: 20px;
}
.view_comtlist .comt_listbox > li + li:not(.re_active) {
    margin-top: 30px;
    padding-top: 30px;
}
.view_comtlist .comt_listbox > li.re_active {
    padding: 0px 20px;
    padding-left: 44px;
    margin-top: 20px;
}
.view_comtlist .comt_listbox > li:not(.re_active, :first-child) {
    border-top: 1px solid var(--gray-500);
}

.view_comtlist .comt_stat {
    width: auto;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px;
    margin-top: 15px;
}

.view_comtlist .comt_stat > li {
    width: auto;
    height: auto;
    position: relative;
}

.view_comtlist .comt_stat > li > a {
    display: block;
    width: auto;
    height: auto;
    position: relative;
    padding: 7px 10px;
    font-size: 0.75rem;
    font-weight: 500;
    line-height: 1em;
    color: var(--gray-200);
    border: var(--border);
    border-radius: 2px;
}
.view_comtlist .comt_stat > li > a:hover {
    color: var(--gray-100);
    /*border-color: currentColor;*/
}

.writer_comt > p {
    font-size: 0.9375rem;
    font-weight: 500;
    color: var(--gray-100);
}
.writer_comt > p + p {
    margin-top: 8px;
}

.writer_comt img {
    width: auto;
    max-width: 40%;
}

/* BOARD COMMNETS END */

/* BOARD WRITER */
.board_writercon {
    width: 100%;
    height: auto;
    position: relative;
}

.board_writercon .board_writer_box {
    width: 100%;
    height: auto;
    position: relative;
}

.board_writercon .board_writer_box .writer_cont {
    width: 100%;
    height: auto;
    position: relative;
}

.board_writercon .board_writer_box .writer_cont .writer_item {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    gap: 10px;
}

.board_writercon .board_writer_box .writer_cont .writer_item .th_writer {
    width: 150px;
    height: auto;
    position: relative;
    background-color: #1b1b1b;
    padding-top: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    padding-left: 15px;
    border-bottom: 1px solid #484848;
}

.board_writercon .board_writer_box .writer_cont .writer_item .th_writer > h2 {
    font-size: 0.9375rem;
    font-weight: 300;
    color: #fff;
}

.board_writercon .board_writer_box .writer_cont .writer_item .td_writer {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ccc;
}

.board_writercon .board_writer_txt {
    width: 100%;
    height: 627px;
    background: var(--dark);
    color: var(--gray-100);
    border-radius: 5px;
    overflow: hidden;
}

.writer_option {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 50px;
}

.writer_option .writer_optionbox {
    display: flex;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    height: auto;
    gap: 10px;
}

.writer_option .writer_optionbox > li {
    width: 250px;
    height: 50px;
    position: relative;
}

.writer_option .writer_optionbox > li > a {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--gray-300);
    border-radius: 5px;
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--gray-100);
}

.writer_option .writer_optionbox > li.submit_btn > a {
    background-color: #e49c12;
    color: #000;
}

.writer_option .writer_optionbox > li > a:hover {
    background-color: #ffbf44;
    color: #000;
}

/* BOARD WRITER END */

/* BOARD GALL */
.board_gall {
    width: 100%;
    height: auto;
    position: relative;
}

.board_gall .board_gallbox {
    width: 100%;
    height: auto;
    position: relative;
}

.board_gall .board_gallbox .board_gall_table {
    width: 100%;
    height: auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 50px 22px;
}

.board_gall .board_gallbox .board_gall_table .gall_item {
    height: auto;
    position: relative;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    position: relative;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_thumb {
    width: 100%;
    background: var(--dark);
    aspect-ratio: 1.31/1;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}
.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_thumb_close {
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_thumb > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_thumb_overlay {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    padding: 6px;
}
.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_thumb_overlay span {
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1.44;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .parner_thumb {
    width: 100%;
    height: 176px;
    position: relative;
    border-bottom: 1px solid #484848;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .parner_thumb > img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt {
    width: 100%;
    height: auto;
    position: relative;
    padding: 12px 0 0;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gall_tit {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    gap: 5px;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gall_tit > h2 {
    font-size: 0.9375rem;
    font-weight: 500;
    color: #fff;
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 22px;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gall_tit > span {
    flex-shrink: 0;
    font-size: 1rem;
    font-weight: 700;
    color: var(--primary);
}
.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gall_tit > .new {
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--red);
    color: #fff;

    font-size: 11px;
    font-weight: 600;
    letter-spacing: -0.02em;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_stat {
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 2px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_stat > li {
    font-size: 0.875rem;
    font-weight: 500;
    text-align: center;
    position: relative;
    color: var(--gray-300);
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_stat > li::after {
    content: '';
    width: 2px;
    height: 2px;
    border-radius: 50%;
    background: currentColor;
    position: absolute;
    top: 50%;
    right: -7px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_stat > li:last-of-type:after {
    content: none;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_stat > li > span {
    /*color: #e49c12;*/
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .partner_thumb {
    border-radius: 0;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .partner_txt {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
    overflow: hidden;
    flex-grow: 1;
    padding: 7px 11px 9px;
    background: #2e2e2e;
    border-radius: 0 0 10px 10px
}
.board_gall .board_gallbox .board_gall_table .gall_item > a .partner_txt > h2 {
    font-size: 16px;
    font-weight: 700;
    color: var(--gray-100);
    overflow: hidden;
    white-space: normal;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-height: 22px;
    margin: 8px 0;
}


.board_gall .board_gallbox .board_gall_table .gall_subject {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    overflow: hidden;
}
.board_gall .board_gallbox .board_gall_table .gall_subject h2 {
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--gray-100);
}
.board_gall .board_gallbox .board_gall_table .gall_subject span {
    color: var(--primary);
    font-weight: 700;
}
.board_gall .board_gallbox .board_gall_table .gall_subject .new {
    font-family: 'Montserrat';
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 15px;
    background-color: var(--red);
    font-size: 0.6875rem;
    letter-spacing: -0.02em;
    font-weight: 600;
    padding-right: 1.5px;
    border-radius: 50%;
    color: #fff;
}


.board_gall .board_gallbox .board_gall_table .gal_writer {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
    margin-top: 8px;
}
.board_gall .board_gallbox .board_gall_table .gal_writer span {
    width: 18px;
    height: 18px;
}
.board_gall .board_gallbox .board_gall_table .gal_writer img {
    width: 100%;
    height: 100%;
}
.board_gall .board_gallbox .board_gall_table .gal_writer p {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray-100);
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .parner_starbox {
    width: 100%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 20px;
    gap: 5px;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .parner_starbox .star_icon {
    color: #ccc;
    font-size: 0.875rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 2px;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .parner_starbox .star_icon > i.la_active {
    color: #e49c12;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .parner_starbox > p {
    font-size: 0.8125rem;
    font-weight: 500;
    color: var(--gray-200);
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_commt {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    min-height: 30px;
    margin-top: auto;
    gap: 5px;
}
.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_commt .badge_icon {
    margin-left: auto;
    margin-right: -11px;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_commt > i {
    font-size: 1.125rem;
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_commt > p {
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--gray-200);
}

.board_gall .board_gallbox .board_gall_table .gall_item > a .gall_txt .gal_commt > p > span {
    color: #e49c12;
}

.board_gall .board_gallbox .board_gall_table .gall_item .gall_txt_tit {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    overflow: hidden;
    margin-bottom: 2px;
}
.board_gall .board_gallbox .board_gall_table .gall_item .gall_txt_tit h2 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
    color: var(--gray-100);
}
.board_gall .board_gallbox .board_gall_table .gall_item .badge_icon {
    flex-shrink: 0;
    width: 57px;
    height: 25px;
    background-size: 100% 100%;
    background-repeat: no-repeat;    
}
.board_gall .board_gallbox .board_gall_table .gall_item .badge_icon.new_icon {
    background-image: url(/assets/Pc/img/gall_icon_new.png);
}
.board_gall .board_gallbox .board_gall_table .gall_item .badge_icon.hot_icon {
    background-image: url(/assets/Pc/img/gall_icon_hot.png);
}

.board_navgation {  
    margin-top: 80px;
    padding-bottom: 10px;
}
.board_navgation li { 
    display: flex; 
    justify-content: flex-start; 
    align-items: center; 
    padding: 20px 0; 
    border-top: var(--border); 
    border-bottom: var(--border); 

    font-size: 0.9375rem;
}
.board_navgation li + li { border-top: 0; }
.board_navgation li > span:first-child { 
    flex-shrink: 0;
    width: 132px;
    font-weight: 500;
    color: var(--gray-100);
}
.board_navgation li > span:nth-child(2){
    color: var(--gray-300);
    opacity: 0.9;
}
.board_navgation li > p {
    margin-left: auto;
    color: rgba(231, 236, 245, 0.5);
}

.board_navgation li > a {
    font-size: 1rem;
    font-weight: 500;
    color: rgba(231, 236, 245, 0.6);
}
.board_navgation li > a:hover {
    text-decoration: underline;
    text-underline-position: under;
    color: var(--primary);
}
.board_navgation li > a + span {
    color: var(--primary);
    font-size: 1rem;
    font-weight: 700;
    margin-left: 5px;
}
/* BOARD GALL END */


/* evnet */
.event_comtlist { 
    padding-top: 30px;
    border-top: 5px solid var(--gray-500)
}
.event_comtlist > p {
    margin-bottom: 20px;
}
.event_comtlist > p,
.event_comtlist > p > span {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 26px;
    color: var(--gray-100);
}
/* evnet end */