@charset "utf-8";


/** Notice Box **/
.board-notice {
    max-width: 300px;
    height: 150px;
    padding: 30px;
    margin: 50px auto;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    color: #ffffff;
    border: 4px double rgb(255 255 255 / 25%);
    border-radius: 25px;
    overflow-y: auto;
}



.board-notice img {
    max-width: 70% !important;
}

.ui-btn {
    border: 1px solid #222222 !important;
    height: 30px !important;
}

.qna-box		{ overflow: hidden; }

.announce {padding:5px 0;color:#ccc;margin:0;}
.ui-option					{ clear: both; padding-bottom: 10px;  font-weight: 800; letter-spacing: 1px; }
.ui-write-box				{ margin: 0 auto; width: 100%; overflow: hidden; }
.ui-write-box textarea {
    width: 100%;
    height: 100px;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 15px;
    background: #222222 !important;
}
.ui-control					{ padding: 6px 0 0; overflow: hidden; text-align: right; }

.ui-write-area.top			{ margin-bottom: 20px; }

.ui-qna-list					{ position: relative; clear: both;  } 
.qna-list .theme-box {
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #222222;
    background-color: #222222 !important;
}


.ui-qna-list li					{ position: relative; }
.ui-qna-list > ul > li			{margin:20px 0;}
.ui-qna-list li p				{ clear: both; line-height: 1.5em; overflow: hidden; }
.ui-qna-list li p i				{ position: relative; font-style: normal; padding-right: 10px; margin-right: 5px; }
.ui-qna-list li p em			{ font-style: normal; margin-right: 20px; }
.ui-qna-list li p strong a		{ display: inline-block; font-size:9px; font-family: 'Dotum'; padding: 2px 5px; font-weight: normal; }
.ui-qna-list li p span.date		{ float: right; }
.ui-qna-list li .qna-content			{ padding: 15px;  line-height: 1.8em; }
.ui-qna-list li .qna-comment-content	{ padding: 10px;line-height: 1.8em; }

.ui-qna-list li ul				{ margin-left: 60px; }

@media all and (max-width: 460px) { 
	.qna-list {padding-right:0;}
	.ui-qna-list li ul			{ margin-left: 0px; }
}
.ui-qna-list li ul li {
    margin: 5px 0px;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #222222;
    background-color: #222222 !important;
}
.ui-qna-list li ul li p					{ padding-top: 10px; }
.ui-qna-list li ul li strong			{ float: right; }

.ui-qna-list .ui-qna-list-password label		{ padding-right: 10px; }
.ui-qna-list .ui-qna-list-password label.blur	{ text-shadow: none; }
.ui-qna-list .ui-qna-list-password input		{ position: relative; z-index: 1; }
.ui-qna-list .ui-qna-list-password button		{ 
	height: 28px; line-height: 28px; padding: 0 25px;
	font-family: 'Dotum'; margin-left: -5px; border-left-width: 0;

}

@media all and (max-width: 370px) {
	.ui-qna-list .ui-qna-list-password		{ position: relative; padding-right: 90px; }
	.ui-qna-list .ui-qna-list-password .ui-submit	{ position: absolute; top: 0; right: 0; width: 90px; }
	.ui-qna-list .ui-qna-list-password input		{ width: 100%; }
}

.ui-qna-list li div.ui-write-area					{ padding: 10px 0; margin-left: 80px; background: transparent; background: none; border: none; }
.ui-qna-list li div.ui-write-area button			{ white-space:nowrap; height: 28px; line-height: 28px; padding: 0 25px; margin-top: 5px; }
.ui-qna-list li div.ui-write-area textarea			{
	width: 100%;
	height: 100px;
	padding: 10px;
	box-sizing: border-box;
	border: none;
	word-break: break-all;
}
.ui-qna-list .no-data			{ text-align: center; line-height: 100px; padding-bottom: 50px; }

.search-box			{ clear: both; float: right; margin-bottom: 10px; }

.ui-control input[type="text"],
.ui-control input[type="password"]	{ margin-bottom: 5px; }

@media all and (max-width: 535px) {
	.ui-control button	{ display: block; clear: both; width: 100%; }
}
@media all and (max-width: 435px) {
	.ui-control input[type="text"],
	.ui-control input[type="password"]	{ display: block; clear: both; width: 100%; }
	.ui-qna-list	{ padding: 10px 0; }
}

@media all and (max-width: 380px) {
	.ui-qna-list .ui-qna-list-password label	{ display: none; }
}



/*********************************** 커스텀 ***********************************/

*::-webkit-scrollbar {
    width: 0px !important;
}

#page_board_content {
    max-width: 100%;
    height: 740px;
    overflow-y: auto;
    background-color: #0e0e0e;
    border-radius: 7px;
    border: 30px solid transparent;
    border-image: url(/img/border_frame.png);
    border-image-slice: 80;
    scroll-behavior: smooth;
}

a, .txt-point {
    color: #afafaf !important;
}


.moveBtn {
    position: absolute;
    z-index: 995;
    cursor: pointer;
    display: grid;
    right: 20px;
    text-align: center;
    font-size: 1.2em;
    opacity: 0.4;
}

.moveBtn a {
    width: 25px;
    height: 25px;
    border: 2px solid;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(255, 255, 255);
    margin: 0px 0px 5px;
    background-color: rgba(255, 255, 255, 0.2);
}

@media (max-width: 460px) {
    #page_board_content {height: 500px; overflow-y: auto;}
}

@media (max-width: 390px) {
}