@charset "utf-8";

/* body:not(.main) main */
main.keyword, main.rival_m_scroll, main.mypage
{background: url('/img/background.png') no-repeat left center fixed; padding-bottom: 70px;}

/* #header .right_cont{display: flex; align-items: center; gap: 20px;}

.right_new_btn .sv_btn{
	box-sizing: border-box;
    display: flex; align-items: center; justify-content: center;
    border-radius: 8px;
    background: #E9F2F8;
    padding: 12px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.right_new_btn .sv_btn span{
    color: var(--bk_00, #000);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.right_new_btn .sv_btn span::after{
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #fff url(/img/ico_sv_btn_plus.svg) no-repeat center;
    border-radius: 999px;
    background-size: cover;
	transition: .3s;
} */

.right_new_btn .sv_btn:hover::after{
    transform: rotate(180deg);
}

.sear_ch_com{
    position: relative; height: 60px; width: 100%; box-sizing: border-box; border-radius: 10px; overflow: hidden;
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.3);
    background: #FFF;
	transition: .3s;
}

.sear_ch_com input{
    width: 100%; height: 100%;
    padding: 0 25px;
    font-size: 18px;
    letter-spacing: -0.025em;
    color: #222; border: none; outline: none; box-sizing: border-box;
    min-width: 360px;
	transition: .3s;
	padding-right: 4rem;
}

.sear_ch_com .sear_btn{
	text-indent: -999em;
    width: 50px;
    height: 100%;
	background: url(/img/ico_search.svg) no-repeat center;
	background-size: cover;
    aspect-ratio: 1/1; border-radius: 10px; display: flex; align-items: center; justify-content: center; position: absolute; top: 50%; right: 5px; transform: translateY(-50%);
	transition: .3s;
	border:none;
	outline:0;
}

.sear_ch_com:hover,
.sear_ch_com:hover .sear_btn {
    border-color: #000;
}

.sear_ch_com:hover .sear_btn, .sear_ch_com .sear_btn:focus {
    filter: brightness(0);
}

/* #header .right_cont .sv_btn {
	order: 1;
}

#header .right_cont form {
	order: 2;
}

#header .right_cont .user_href {
	order: 3;
} */













main.bbs .adbox.left, main.bbs .adbox.right {width: 160px; height: 600px; position: absolute;}
main.bbs .adbox.left {left: calc(50% - 700px - 160px - 50px);}
main.bbs .adbox.right {right: calc(50% - 700px - 160px - 50px);}
main.bbs.view .adbox.left, main.bbs.view .adbox.right {top: 0;}
main.bbs .adbox.bottom {margin: 0 auto 100px;}
@media all and (max-width:1818px) {
	main.bbs .adbox.left, main.bbs .adbox.right {display: none;}
}
@media all and (max-width:1024px) {
	main.bbs .adbox.bottom {
		width: 93.75%;
	}
}

:not(.main) .cont {
    padding: 200px 0 100px;
}

.board-header {
	display: flex;
	justify-content: space-between;
	align-items: end;
}

.table-count {
    color: var(--bk_32, #323232);
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%; /* 28px */
    text-align: right;
}

.title-sect {
    padding-bottom: 30px;
}
main.bbs.view .title-sect {
	margin-bottom: 30px;
}

.page-title {
    color: var(--bk_00, #000);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.notice-cont {
    padding: 30px 0;
}


/* 테이블 */

main.bbs .board {position: relative;}
.bbs.write .page-title {font-size: 24px;}
.board.write {border-top: 1px solid #676767;}
.board.write > div {margin-top: 30px;}
.board.write > .title {
	display: flex;
	gap: 20px;
/* 	justify-content: center; */
	align-items: center;
}
.board.write label {font-size: 20px; font-weight: 600;}
.board.write .title label {width: 100px;}
.board.write .contents label {display: block; margin-bottom: 20px;}
.board.write input[type=text] {
	background: #F5F5F5;
	padding: 12px 20px;
	border-radius: 10px;
	border: none;
	width: 100%;
	height: 60px;
}

.board.write .btns {
	margin-top: 60px;
	display: flex;
	gap: 16px;
	justify-content: center;
	align-item: center;
}
.board.write .btns > * {
	font-size: 15px;
	min-width: 150px;
	min-height: 50px;
}

.table-wrap table {
    box-sizing: border-box;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

.table-wrap.board table th,
.table-wrap.board table td {
    box-sizing: border-box;
    color: var(--bk_00, #000);
	font-family: Pretendard;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
    border-bottom: 1px solid #C9CED9;
	text-align: center;
	padding: 26px 0;
}

.table-wrap.board table th {
	padding: 20px 0;
    font-weight: 600;
	border-top: 2px solid #676767;
	border-bottom: 2px solid #676767;
}

.table-wrap.board table td:has(.board-title) {
    text-align: left;
    padding: 26px 30px;
}

.table-wrap.board table tr {
    transition: .3s;
}

.table-wrap.board table tr:has(.board-title):hover {
    background-color: #F6F6F6;
}

.table-wrap.board table .title:has(.board-title) {
    display: flex;
    align-items: center;
	gap: 12px;
}

.table-wrap.board table .title a {
	display: flex;
	align-items: center;
	width: 100%;
}

.table-wrap.board table .title .board-title {
	max-width: 100%;
}

.table-wrap.board table .comment {
    display: inline-block;
    vertical-align: middle;
    width: fit-content;
/* 	color: var(--main_blue, #0086F8); */
	color: var(--color-green);
	font-size: inherit;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
    padding-bottom: 0;
    margin-left: 12px;
}

.table-wrap.board table .comment::before {
    content: '[';
}

.table-wrap.board table .comment::after {
    content: ']';
}

.table-wrap.board table a {
    width: fit-content;
}

.table-wrap.board time {
	color: #555;
	font-weight: 500;
}

.table-wrap table thead tr:nth-child(1)>th:last-child,
/* .table-wrap table thead tr:last-child>th:last-child, */
.table-wrap table tbody tr td:last-child,
.table-wrap table tbody tr>th:last-child,
.table-wrap table tfoot tr>td:last-child {
    border-right: none;
}

.table-wrap table tbody tr td[rowspan] {
    border-left: 1px solid var(--color-gray2);
}

.table-wrap table thead th {
    background-color: var(--color-wh-f5);
    font-weight: 500;
}

.table-wrap.default table thead th {
    font-weight: 600;
}

.table-wrap.line table th {
    border-top: 1px solid #ddd;
}

/* .table-wrap.line.default table th { */
.table-wrap.line.default table thead tr:first-child th {
    border-top-color: #000;
}

.table-wrap.board.line.default table th {
    border-top-width: 2px;
    border-top-color: var(--color-bl-33);
}

.table-wrap .board-title {
	font-size: inherit;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.table-wrap .notice .board-title::before {
    width: fit-content;
    border-radius: 5px;
    background: #4A4A4A;
    padding: 8px 12px;
	content: '공지';
    display: inline-block;
    color: var(--wh_ff, #FFF);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-right: 12px;
}

/* 테이블 미디어쿼리 */
@media screen and (max-width:1024px) {

	.table-wrap {
		width: 100%;
        padding: 1.5rem 0;
	}

    .table-wrap.board table {
        border-top: 2px solid #333;
    }

    .table-wrap:not(.responsive) table colgroup,
    .table-wrap:not(.responsive) table th,
    .table-wrap:not(.responsive) table td {
        font-size: var(--f18-size);
        display: block;
        border-bottom: none;
    }

    .table-wrap:not(.responsive) table th,
    .table-wrap:not(.responsive) table td {
        padding: 15px;
    }

    .table-wrap.board tbody tr {
        border-bottom: 1px solid #ddd;
        position: relative;
    }

    .table-wrap.board table td:nth-child(2),
    .table-wrap.board table td:has(time),
    .table-wrap:not(.responsive) table td:has(.board-title) {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .table-wrap:not(.responsive) table td {
        text-align: left;
    }

    .table-wrap.board table td:nth-child(2) {
        padding-bottom: .5rem;
    }

    .table-wrap.board table td:nth-child(2),
    .table-wrap.board table td:has(time) {
        text-align: left;
        padding-top: 0;
    }

    .table-wrap.board table td:has(time) {
        color: #888;
    }

    .sub a.down::before,
    .sub a.link::before {
        width: 36px;
        height: 36px;
    }

    .table-wrap.board thead {
        display: none;
    }

    .table-wrap .notice .board-title::before {
        padding: 4px 8px;
        margin-right: .5rem;
    }

    .table-wrap.board table .title:has(.board-title) {
        gap: .3rem;
    }

    .table-count {
        font-size: 16px;
    }

    .table-wrap.board table .board-title {
        width: fit-content;
        font-size: 18px;
        line-height: 1.4;
    }

    .table-wrap.board table .view {
        display: none;
    }

    .table-wrap.board time {
        font-size: var(--f14-size);
        color: var(--gray-70);
    }

    .table-wrap.board table tr:has(.notice) {
        background-color: #F6F6F6;
    }

    .table-wrap.board table td:last-child {
        display: none;
    }
}

@media screen and (max-width:768px) {

    .mob-br {
        display: block;
    }

    .table-wrap:not(.responsive) table colgroup,
    .table-wrap:not(.responsive) table th,
    .table-wrap:not(.responsive) table td {
        font-size: var(--f16-size);
    }
}

/* 테이블 */

/* 게시판 페이지네이션, 검색 인풋, 버튼 */

.table-pagination {
    display: flex;
    gap: 0;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}

.table-pagination>a {
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    text-indent: -9999px;
    font-size: 0;
    background: transparent url(/img/board-ico-end.svg) no-repeat center;
    border-radius: 999px;
}

.table-pagination .page {
    display: flex;
    gap: 10px;
    margin: 0 10px;
}

.table-pagination .page a {
    border-radius: 9999em;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: var(--black, #111);
    font-family: Pretendard;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}

.table-pagination .page a:hover,
.table-pagination .page a:focus,
.table-pagination .page a:active {
    background-color: #F6F6F6;
}

.table-pagination>a:hover,
.table-pagination>a:focus,
.table-pagination>a:active {
    filter: brightness(20%);
}

.table-pagination .page a.active {
    background: var(--color-green);
    color: #fff;
}

.table-pagination>a.btn-first,
.table-pagination>a.btn-end {
    background-image: url(/img/ico_board-end.svg);
}

.table-pagination>a.btn-prev,
.table-pagination>a.btn-next {
    background-image: url(/img/ico_board-next.svg);
}

.table-pagination>a.btn-first,
.table-pagination>a.btn-prev {
    transform: rotate(180deg);
}

.notice-cont.no-txt {
    font-size: 20px;
    padding: 250px 0 250px;
    text-align: center;
}

main.view .title-box {
    padding: 30px 0;
    border-bottom: 2px solid #676767;
}

main.view .title-box h2 {
    color: var(--bk_00, #000);
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    margin-bottom: 8px;
}

main.bbs.view .board .editor a {color: var(--color-bbs-link);}
main.view .title-box > div {display: flex; justify-content: space-between; align-items: center; gap: 12px;}
main.view .title-box .btns {display: flex; gap: 12px;}
main.view .title-box time {
    display: block;
    color: #555;
    font-family: Pretendard;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

main.view .notice-cont {
    color: var(--gray-10);
    padding: 100px 0 120px 0;
    font-size: 20px;
}

main.view .editor p {
    /* margin: 0.5em 0; */
    letter-spacing: -0.025em;
    font-weight: 400;
    line-height: 1.75em;
}

/************************** 미디어 재생기 **************************/
/* 공통 wrapper */
.embed-player-wrapper {
    width: 100%;
    max-width: 1000px;
    margin: 15px auto;
}

/* 🎬 비디오 (유튜브, 비메오, 다음) */
.embed-player-wrapper.video iframe {
    width: 100%;
    aspect-ratio: 16 / 9; /* 항상 16:9 유지 */
    border: none;
    display: block;
}

/* 🎵 사운드클라우드 오디오 */
.embed-player-wrapper.audio.soundcloud iframe {
    width: 100%;
    height: 166px; /* PC */
    border: none;
    display: block;
}

/* 🎵 8tracks 오디오 */
.embed-player-wrapper.audio.eighttracks iframe {
    width: 100%;
    height: 400px; /* PC */
    border: none;
    display: block;
}

/* 📱 반응형 */
@media (max-width: 768px) {
    .embed-player-wrapper.audio.soundcloud iframe {
        height: 120px;
    }
    .embed-player-wrapper.audio.eighttracks iframe {
        height: 250px;
    }
}

@media (min-width: 769px) and (max-width: 1200px) {
    .embed-player-wrapper.audio.soundcloud iframe {
        height: 140px;
    }
    .embed-player-wrapper.audio.eighttracks iframe {
        height: 320px;
    }
}
/************************** 미디어 재생기 **************************/

main.view .link-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-top: 2px solid #A4A4A4;
    margin-top: 100px;    
}

main.view .link-box li {
    font-size: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #A4A4A4;
}

main.view .link-box li strong {
    width: 8.5rem;
    align-items: center;
    color: var(--bk_00, #000);
    font-weight: 700;
}

main.view .link-box li a {
    width: calc(100% - 8.5rem);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

main.view .link-box .no-text {
    color: #666;
    cursor: auto;
}

.comment-write-box {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: end;
    margin-bottom: 30px;
}

.comment-write-box label {
    width: 100%;
    color: var(--bk_00, #000);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
}

.comment-write-box textarea {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background: #F6F6F6;
    border: none;
    min-height: 6.5rem;
    box-sizing: border-box;
}

.comment-write-box button {
    color: var(--wh_ff, #FFF);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-radius: 8px;
    background: #454545;
    width: fit-content;
    padding: 12.5px;
    min-width: 90px;
    transition: .2s;
}

.comment-write-box button:hover {
    background-color: #000;
}

.comment-box {
    padding: 2rem 0;
    border-top: 1px solid #D4D4D4;
}

.comment {
    padding-bottom: 1rem;
    color: var(--bk_00, #000);
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 22.4px */
}

.comment-list > li > a,
.comment .info {
    font-size: 14px;
}

.comment .user {
    font-size: 15px;
}

.comment .info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 6px;
}

.comment .user {
    min-width: 140px;
    color: var(--color-green2, #000);
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    padding-right: 10px;
    box-sizing: border-box;
}

.comment .user.me {
    color: var(--color-green2, #090CC2);
}

.comment .date {
    color: #636363;
    font-weight: 500;
    line-height: 140%;
}

#board_wrap .list .btns,
.comment .info .btns {display: flex; flex: 1 0 auto; margin-left: 12px;}
#board_wrap .list .btns button,
.comment .info .btns button {
    display: block;
    padding: 1px 10px;
    border: none;
    background: transparent;
    border-radius: 9999rem;
    color: var(--bk_00, #000);
    font-family: inherit;
    font-weight: 500;
    line-height: 1.4;
    transition: .2s;
}

#board_wrap .list .btns button:hover,
#board_wrap .list .btns button:active,
#board_wrap .list .btns button:focus,
.comment .info .btns button:hover,
.comment .info .btns button:active,
.comment .info .btns button:focus {
    background-color: #E6E6E6;
}

.comment-list > li > button {
    display: block;
    color: var(--color-point2, #1C5EF6);
    border: 0;
    background: transparent;
    font-family: inherit;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.comment-list > li > button span {
    margin-left: 4px;
}

.comment-list .answer {
    display: none;
}

.comment-list > li > button::before {
    content: '';
    display: inline-block;
    width: 1rem;
    height: 1rem;
/*     background: url(/img/ico_arrow-up.svg) no-repeat center; */
    background: var(--icon-down) no-repeat center;
    transition: .3s;
    transform: rotate(180deg);
    margin-right: 10px;
}

.comment-list > li.on > button::before {
    transform: rotate(0);
}

.comment-list .comment {
    padding-left: 1.5rem;
}

.comment-list .comment:last-of-type {
    padding-bottom: 0;
}

.common-btn.link {
    width: fit-content;
    color: var(--wh_ff, #FFF);
    font-family: Pretendard;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    border-radius: 9999px;
    background: var(--color-green, #0086F8);
    padding: 16px 60px;
    margin: 60px auto 0 auto;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all .3s;
}

.common-btn.link:hover,
.common-btn.link:focus,
.common-btn.link:active {
    background-color: var(--color-green2, #090CC2);
}

.common-btn.link::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url(/img/ico_list-btn.svg) no-repeat center;
    background-size: contain;
}

main.keyword #board_wrap .table-pagination,
main.bbs.view .comment-box-sect .table-pagination {margin-top: 0;}

@media all and (max-width:1024px){

    main.view .notice-cont {
        padding: 1.5rem 0 3rem;
    }

    main.view .title-box h2,
    .page-title {
        font-size: 32px;
    }

	:not(.main) .cont {
		padding: 120px 0 60px;
	}

    .comment-write-box label,
    .right_new_btn .sv_btn span,
    main.view .link-box li,
    main.view .title-box time {
        font-size: 16px;
    }

    .comment-write-box {
        gap: .8rem;
    }

    .comment-write-box button {
        padding: .5rem 1rem;
    }

    .common-btn.link {
        font-size: 18px;
    }

    .comment-write-box textarea {
        padding: 1rem;
    }

    .comment-box {
        padding: 1.5rem 0;
    }

    .comment .user {
        min-width: 4rem;
    }

    main.view .link-box {
        margin-top: 3rem;
    }

    main.view .link-box li {
        padding: 1.2rem 0;
    }

    main.view .link-box li strong {
        width: 4rem;
    }

    main.view .link-box li a {
        width: calc(100% - 4rem);
    }

    .common-btn.link {
        padding: .8rem 3rem;
    }

    .common-btn.link::after {
        width: 1.5rem;
        height: 1.5rem;
    }
}

@media all and (max-width:768px){

    main.view .title-box {
        padding: 1rem 0;
    }

    main.view .title-box h2 {
        font-size: 26px;
        line-height: 1.4;
        margin-bottom: 2rem;
    }
}