@charset "UTF-8";

.hiddentag,
.soundonly {
    overflow: hidden;
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    clip: rect(0 0 0 0);
}

.video_box > video {
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -1;
    opacity: 0.2;
}

.main_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-image: url(../img/main_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

/* INPUT */
.outlogin_input {
    width: 100%;
    height: 40px;
    position: relative;
    margin-bottom: 9px;
}

.outlogin_input:last-of-type {
    margin-bottom: 0;
}

.outlogin_input > input {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000205;
    border: none;
    padding: 0 15px;
    font-size: 0.875rem;
    border-radius: 5rem;
    color: #fff;
}

.login_input {
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 10px;
}

.login_input:last-of-type {
    margin-bottom: 0;
}

.login_input > input {
    width: 100%;
    height: 100%;
    background-color: #000;
    border: 1px solid #313437;
    padding: 0 15px;
}

.join_input {
    width: 100%;
    height: 40px;
    position: relative;
}

.join_input > input {
    width: 100%;
    height: 100%;
    background-color: #131e2e;
    border: 1px solid #233956;
    padding: 0 15px;
    color: #fff;
}

.sch_input {
    width: 160px;
    height: 40px;
    position: relative;
}

.sch_input > input {
    width: 100%;
    height: 100%;
    background-color: #131e2e;
    border: 1px solid #233956;
    border-right: 0;
    padding: 0 10px;
    color: #fff;
}

.writer_date {
    width: 200px;
    height: 30px;
    position: relative;
}

.writer_date > input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #1b1b1b;
}

.writer_input {
    width: 100%;
    height: 30px;
    position: relative;
}

.writer_input > input {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #1b1b1b;
}

.rwp_input {
    width: 300px;
    height: 30px;
    position: relative;
}

.rwp_input > input {
    width: 100%;
    height: 100%;
    background-color: #000205;
    border: 0;
    padding: 0 15px;
    color: #fff;
    font-weight: 500;
}

.edit_input {
    width: 100%;
    height: 40px;
    position: relative;
}

.edit_input > input {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    border: 1px solid #313437;
    padding: 0 15px;
    color: #fff;
}

/* INPUT END */

/* FILE */
.edit_file {
    width: 100%;
    height: 40px;
    position: relative;
}

.edit_file > input {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    border: 1px solid #313437;
    padding: 7px 15px;
    color: #fff;
}
/* FILE EMD */

/* BUTTON */
.login_submit {
    width: 100%;
    height: 50px;
    position: relative;
}

.login_submit > button {
    width: 100%;
    height: 100%;
    border: none;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(90,144,247,1)), to(rgba(31,75,238,1)));
    background: -webkit-linear-gradient(top, rgba(90,144,247,1) 0%, rgba(31,75,238,1) 100%);
    background: -moz-linear-gradient(top, rgba(90,144,247,1) 0%, rgba(31,75,238,1) 100%);
    background: -o-linear-gradient(top, rgba(90,144,247,1) 0%, rgba(31,75,238,1) 100%);
    background: linear-gradient(180deg, rgba(90,144,247,1) 0%, rgba(31,75,238,1) 100%);
    font-size: 0.9375rem;
    font-weight: 900;
    color: #fff;
    position: relative;
    border-radius: 5rem;
    gap: 10px;
}

.login_submit > button:hover {
    background-color: #f7d351;
}

.login_button {
    width: 100%;
    height: 50px;
    position: relative;
    margin-bottom: 15px;
}

.login_button > button {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #f5ea51;
    font-size: 1rem;
    font-weight: 900;
    color: #1b1b1b;
    border-radius: 5px;
}

.login_button > button:hover {
    background-color: #f7d351;
}

.join_button {
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 20px;
}

.join_button > button {
    width: 100%;
    height: 100%;
    border: none;
    background-color: #f5ea51;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
}

.join_button > button:hover {
    background-color: #f7d351;
}

.result_btn {
    width: 100%;
    height: 50px;
    position: relative;
    margin-top: 20px;
}

.result_btn > a {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    background-color: #f5ea51;
    font-size: 1rem;
    font-weight: 900;
    color: #000;
    border-radius: 5px;
    text-align: center;
    line-height: 50px;
}

.result_btn > a:hover {
    background-color: #f7d351;
}

.sch_button {
    width: 40px;
    height: 40px;
    position: relative;
}

.sch_button > button {
    width: 100%;
    height: 100%;
    background-color: #131e2e;
    border: 1px solid #233956;
    border-left: 0;
    background-image: url(/assets/Pc/img/all_searh_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
}

.comt_button {
    width: 108px;
    height: 80px;
    position: relative;
}

.comt_button > button {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #2f79a8;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #fff;
}

.comt_button > button:hover {
    background-color: #1a3f81;
}

.rwp_submit {
    width: 180px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.rwp_submit > button {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f5ea51;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
}

.edit_button {
    width: 180px;
    height: 40px;
    position: relative;
    margin: 0 auto;
    margin-top: 30px;
}

.edit_button > button {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #f5ea51;
    border: 0;
    font-size: 1rem;
    font-weight: 600;
    color: #000;
    border-radius: 5px;
}

.edit_button > button:hover {
    background-color: #f7d351;
}

/* BUTTON END */

/* SELECT */
.sch_select {
    width: 110px;
    height: 40px;
    position: relative;
}

.sch_select > select {
    width: 100%;
    height: 100%;
    position: relative;
    padding: 0 10px;
    background-color: #131e2e;
    border: 1px solid #233956;
    color: #fff;
}

.writer_select {
    width: 200px;
    height: 30px;
    position: relative;
}

.writer_select > select {
    width: 100%;
    height: 100%;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #1b1b1b;
    background: url(/assets/Pc/img/select_arrows2.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.rwp_select {
    width: 200px;
    height: 30px;
    position: relative;
}

.rwp_select > select {
    width: 100%;
    height: 100%;
    padding: 0 15px;
    font-weight: 500;
    background: url(/assets/Pc/img/select_arrows.png) no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #000205;
    border: 0;
    color: #fff;
}

/* SELECT END */

/* CHECKBOX */
.login_check,
.board_check,
.writer_check,
.edit_check {
    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;
}

.edit_check {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-bottom: 10px;
}

.edit_check.mar_0 {
    margin-bottom: 0;
}

.login_check input[type='checkbox'],
.board_check input[type='checkbox'],
.writer_check input[type='checkbox'],
.edit_check input[type='checkbox'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.login_check input[type='checkbox'] + label,
.board_check input[type='checkbox'] + label,
.writer_check input[type='checkbox'] + label,
.edit_check input[type='checkbox'] + label {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.9375rem;
    font-weight: 400;
    color: #fff;
}

.writer_check input[type='checkbox'] + label {
    color: #1b1b1b;
}

.edit_check input[type='checkbox'] + label {
    font-size: 0.8125rem;
}

.login_check input[type='checkbox'] + label::before,
.board_check input[type='checkbox'] + label::before,
.writer_check input[type='checkbox'] + label::before,
.edit_check input[type='checkbox'] + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 18px;
    border: 1px solid #516c80;
    margin: -2px 7px 0 0;
    text-align: center;
    vertical-align: middle;
    background-color: #272727;
}

.edit_check input[type='checkbox'] + label::before {
    width: 16px;
    height: 16px;
}

.login_check input[type='checkbox']:checked + label::before,
.board_check input[type='checkbox']:checked + label::before,
.writer_check input[type='checkbox']:checked + label::before,
.edit_check input[type='checkbox']:checked + label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background-image: url('/assets/Pc/img/sub_check_icon.png');
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 10px 10px;
    background-size: 10px;
    border: 1px solid #f5ea51;
    background-color: #f5ea51;
}

.edit_check input[type='checkbox']:checked + label::before {
    width: 16px;
    height: 16px;
}

/* CHECKBOX END */

/* RADIOBOX */
.join_radio {
    position: relative;
}

.join_radio > input[type='radio'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.join_radio > input[type='radio'] + label {
    width: auto;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    font-weight: 400;
    color: #505050;
    line-height: 18px;
    white-space: norwap;
    text-overflow: ellipsis;
}

.join_radio > input[type='radio'] + label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border: 1px solid #c9ccd0;
    border-radius: 5rem;
    margin: -2px 4px 0 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fff;
}

.join_radio > input[type='radio']:checked + label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    background-color: #fff;
}

.join_radio > input[type='radio']:checked + label::after {
    content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #2253a2;
    border-radius: 4px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.rwp_button {
    position: relative;
}

.rwp_button > input[type='radio'] {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.rwp_button > input[type='radio'] + label {
    width: 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-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 5px 20px;
    background-color: #212121;
    border: 1px solid #f5ea51;
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 0.875rem;
    font-weight: 600;
    color: #f5ea51;
}

.rwp_button > input[type='radio']:checked + label {
    background-color: #f5ea51;
    color: #000;
}

/* RADIOBOX END */

/* TEXTAREA */
.comt_textarea {
    width: 100%;
    height: 80px;
    position: relative;
}

.comt_textarea > textarea {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #131e2e;
    border: 1px solid #233956;
    padding: 10px;
    resize: none;
    color: #fff;
}

.writer_textarea {
    width: 100%;
    height: auto;
    position: relative;
}

.writer_textarea > textarea {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    resize: none;
    padding: 15px;
    color: #1b1b1b;
}

.edit_textarea {
    width: 100%;
    height: 200px;
    position: relative;
}

.edit_textarea > textarea {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #000;
    border: 1px solid #313437;
    position: relative;
    resize: none;
    padding: 15px;
    color: #fff;
}

/* TEXTAREA END */

/* PAGING BOX */
.paging_con {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

.paging_con .paging_box {
    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;
}

.paging_con .paging_box .paging_arrows {
    width: 32px;
    height: 32px;
    position: relative;
}

.paging_con .paging_box .paging_arrows > a {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: 20px 20px;
    background-size: 20px;
    background-color: #151618;
    border: 1px solid #233956;
}

.paging_con .paging_box .paging_arrows_lt > a {
    background-image: url(/assets/Pc/img/paging_arrows_prev.png);
}

.paging_con .paging_box .paging_arrows_lt2 > a {
    background-image: url(/assets/Pc/img/paging_arrows_prev2.png);
}

.paging_con .paging_box .paging_arrows_gt > a {
    background-image: url(/assets/Pc/img/paging_arrows_next.png);
}

.paging_con .paging_box .paging_arrows_gt2 > a {
    background-image: url(/assets/Pc/img/paging_arrows_next2.png);
}

.paging_con .paging_box .paging_arrows > a:hover {
    border-color: #f7d351;
}

.paging_con .paging_box .paging_arrows_lt > a:hover {
    background-image: url(/assets/Pc/img/paging_arrows_prev_on.png);
}

.paging_con .paging_box .paging_arrows_lt2 > a:hover {
    background-image: url(/assets/Pc/img/paging_arrows_prev2_on.png);
}

.paging_con .paging_box .paging_arrows_gt > a:hover {
    background-image: url(/assets/Pc/img/paging_arrows_next_on.png);
}

.paging_con .paging_box .paging_arrows_gt2 > a:hover {
    background-image: url(/assets/Pc/img/paging_arrows_next2_on.png);
}

.paging_con .paging_box .paging_number {
    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;
    margin: 0 5px;
    gap: 5px;
}

.paging_con .paging_box .paging_number > li {
    width: 32px;
    height: 32px;
    position: relative;
}

.paging_con .paging_box .paging_number > li > a {
    width: 100%;
    height: 100%;
    font-size: 0.9375rem;
    font-weight: 600;
    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: #151618;
    border: 1px solid #233956;
    color: #fff;
}

.paging_con .paging_box .paging_number > li > a:hover,
.paging_con .paging_box .paging_number > li.active > a {
    border: 1px solid #f7d351;
    color: #f7d351;
}

/* PAGING BOX END */

/* TOPBTN */
.top_btn {
    position: fixed;
    bottom: 50px;
    right: 30px;
    z-index: 9999;
    display: block;
}

.top_btn > a {
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background-color: #f5ea51;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    opacity: 0;
    border: 1px solid #f5ea51;
    padding: 10px;
    background-image: url(/assets/Pc/img/top_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    -webkit-background-size: auto auto;
    background-size: auto;
}

/* TOPBTN END */

/* MODAL */
.modal_contents {
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.modal_flex {
    width: 100%;
    height: auto;
    position: relative;
}

.modal_wrap {
    width: auto;
    height: auto;
    position: absolute;
}

.modal_wrap:nth-of-type(1) {
    top: 150px;
    left: 300px;
}

.modal_wrap:nth-of-type(2) {
    top: 150px;
    left: 800px;
}

.modal_wrap:nth-of-type(3) {
    top: 150px;
    left: 1300px;
}

.modal_wrap .modal_item {
    width: 302px;
    height: auto;
    position: relative;
    z-index: 99;
    border: 1px solid #484848;
    background-color: #1b1b1b;
}

.modal_wrap .modal_item .pop_thumb {
    width: 100%;
    height: 500px;
    position: relative;
    font-size: 0;
}

.modal_wrap .modal_item .pop_thumb br {
    display: none !important;
}

.modal_wrap .modal_item .pop_thumb > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

.modal_wrap .modal_item .pop_thumb > a > img {
    width: 100%;
    height: 100%;
}

.modal_wrap .modal_item .pop_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;
}

.modal_wrap .modal_item .pop_btnbox > li {
    width: auto;
    height: 38px;
    position: relative;
}

.modal_wrap .modal_item .pop_btnbox > li.pop_reject {
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
}

.modal_wrap .modal_item .pop_btnbox > li.pop_close {
    width: 60px;
}

.modal_wrap .modal_item .pop_btnbox > li > button {
    width: 100%;
    height: 100%;
    position: relative;
    border: none;
    color: #ccc;
    font-size: 0.875rem;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.modal_wrap .modal_item .pop_btnbox > li.pop_reject > button {
    background-color: #1b1b1b;
}

.modal_wrap .modal_item .pop_btnbox > li.pop_reject > button:hover {
    background-color: #2e2e2e;
}

.modal_wrap .modal_item .pop_btnbox > li.pop_close > button {
    background-color: #3969bd;
    color: #fff;
    font-weight: 800;
}

.modal_wrap .modal_item .pop_btnbox > li.pop_close > button:hover {
    background-color: #1a3f81;
}

/* MODAL END */

.pc_view {
    width: 100%;
    height: 150px;
    position: relative;
}

.pc_view > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #e49c12;
    text-align: center;
    line-height: 150px;
    font-size: 6.25rem;
    font-weight: 700;
    color: #1b1b1b;
    letter-spacing: -0.5px;
}
