@charset "utf-8";

/* 모바일 목록 */
@media all and (max-width:767px) {
	.responsive #bo_list .float-left.float-md-none {
		margin-right:1.0rem;
	}
	.responsive #bo_list .na-title {
		margin-bottom:0.14rem;
	}
}


/* 게시판 읽기 */
#bo_v_title {
	font-size:23px !important;
	font-weight:bold;
	line-height:1.4;
	letter-spacing:-1px;
}
#bo_v_con {
	min-height:200px; 
	word-break:break-all;
	overflow:hidden
}
@media all and (max-width:575px) {
	.responsive #bo_v_title {
		font-size:20px !important;
		line-height:1.5;
	}
	.responsive #bo_v_con { 
		min-height:140px; 
	}
}

#bo_v_con img {
	max-width:100%;
	height:auto
}
#bo_v_img {
	width:100%;
	text-align:center;
	overflow:hidden;
	zoom:1;
}
#bo_v_img:after {
	display:block;
	visibility:hidden;
	clear:both;
	content:"";
}
#bo_v_img a.view_image {
	display:block;
}
#bo_v_img img {
	margin-bottom:1.0rem;
}

/* 게시판 읽기 : SNS 공유 */
#bo_v_sns_icon { 
	margin:-5px auto; 
}
#bo_v_sns_icon img { 
	width:40px; 
	border-radius:50%; 
	margin:5px;
}

/* 게시판 댓글 : 내용 */
.cmt-reply {
	top:0;
	left:-16px;
}
.by-writer { 
	background:#fbefef !important;
	border-top:1px solid #f6cece !important;
}
.cmt-content {
	word-break:break-all;
	overflow:hidden
}
.cmt-content img {
	max-width:100%;
	height:auto
}

/* 게시판 댓글 : 대댓글, 수정, 삭제 */
.cmt-btn ul { 
	list-style: none; 
	margin: 0; 
}
.cmt-btn ul > li { 
	float: left; 
	font-size:12px;
	padding: 0 10px; 
}
.cmt-btn ul > li::before { 
	float: left; 
	color:#ccc; 
	content: "|"; 
	margin-left:-12px;
}
.cmt-btn ul > li:last-child { 
	padding-right:0;
}
.cmt-btn ul > li:first-child::before, 
.cmt-btn ul > li.no-bar::before { 
	content: ""; 
	margin-left:0; 
}
.cmt-btn ul > li > a { 
	float:left;
	color:#888;
	white-space:nowrap;	
}

/* 게시판 댓글 : 쓰기폼 */
#fviewcomment #wr_content { 
	resize:none; 
}
@media all and (max-width:575px) {
	.responsive .cmt-box {
		border-right:0 !important;
	}
	.responsive #bo_vc_w .cmt-box {
		border-left:0 !important;
		border-radius:0 !important;
	}
	.responsive #bo_vc_login {
		border-left:0 !important;
		border-right:0 !important;
		border-radius:0 !important;
	}
}

/* 게시판 댓글 : SNS 등록 */
#bo_vc_opt ol {	
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
	background:#ccc;
	border-radius:3px;
}
#bo_vc_opt ol:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_opt ol li { 
	float:left;
	margin:0; 
}
#bo_vc_send_sns ul { 
	margin:0;
	padding:0;
	list-style:none;
	zoom:1; 
}
#bo_vc_send_sns ul:after { 
	display:block;
	visibility:hidden;
	clear:both;
	content:""; 
}
#bo_vc_send_sns ul li {	
	float:left;
	margin:0 1.0rem 0 0;
}
#bo_vc_send_sns input {	
	margin:0 0 0 0.5rem;
}

/* 게시판 쓰기 커스텀 */

#bo_w .title-bar {
	font-size: 22px; background: #eee;
	padding: 1em 1.2em; border-radius:0.5em;
	font-weight: bold; display:flex; align-items:center;
	gap:0.7em; line-height: 1.4;
}
#bo_w .title-bar img {
	width: 1.0454em;
}
@media (max-width:991px) {
	#bo_w .title-bar { font-size: 16px; }
}

/* 상단 약관동의 박스 */
#bo_w .list-check-gr01 {display: grid; grid-template-columns: repeat(1, 1fr); gap: 40px; margin: 30px 0 95px;}
#bo_w .list-check-gr01 .check-text {font-size: 18px; font-weight: bold; line-height: 1.4; color: #000;}
#bo_w .list-check-gr01 .check-text {margin-bottom: 1em;}
#bo_w .list-check-gr01 .check-content {
    border: 1px solid #d2d2d2; width: 100%; max-height: 220px;
    overflow: auto; margin-bottom: 15px;
}
#bo_w .list-check-gr01 .check_label {
    font-size: 16px; color: #626262; line-height: 1.3; float: right;
    display: flex; align-items: center; gap: 5px; cursor: pointer;
}
#bo_w .list-check-gr01 label {margin-bottom: 0;}
#bo_w .list-check-gr01 .check_label input {margin-bottom: 0;}
#bo_w .list-check-gr01 .check-content ul {padding: 10px 20px;}
#bo_w .list-check-gr01 .check-content ul > li {line-height: 1.4; padding-left: 1em; margin-bottom: 10px; position: relative;}
#bo_w .list-check-gr01 .check-content ul > li.marker-1 {font-weight: bold; margin-bottom: 20px; padding-left: 0;}
#bo_w .list-check-gr01 .check-content ul > li > span {position: absolute; top: 0; left: 0;}
#bo_w .list-check-gr01 .check-content ul > li:last-child {margin-top: 30px;}
#bo_w .list-check-gr01 .check-content ul > li > p {position: relative; padding-left: 10px;}
#bo_w .list-check-gr01 .check-content ul > li > p > span {position: absolute; top: 0; left: 0;}

#bo_w .list-check-gr01  .check_val {width: 100%; display: flex; justify-content: center; gap: 100px;}

/* gr01_con-2 수상작 활용에 대한 동의*/
#bo_w .list-check-gr01 .gr01_con-2 .check-content {max-height: 300px;}

/* gr01_con-3 응모 작품 관련 안내*/
#bo_w .list-check-gr01 .gr01_con-3 .check-content ul > li {padding-left: 0;}
#bo_w .list-check-gr01 .gr01_con-3 .check-content ul > li > p {padding-left: 16px;}

@media (max-width: 1080px) {
    #bo_w .list-check-gr01 .br-1080 {display: none;}
}

@media (min-width: 768px) {
	#bo_w .list-check-gr01 { padding: 0 20px;}
}

@media (max-width: 768px) {
    #bo_w .list-check-gr01 .gr01_con-1 br {display: none;}
}


@media (max-width: 500px) {
    #bo_w .list-check-gr01  .check_val {gap: 30px;}
}

/* 접수정보 */
#bo_w .list-group-item.password-box .radio-box {width: 100%; max-width: 400px;}


/* 접수정보 */
#bo_w .col-form-label {font-size: 16px;}
#bo_w .list-group-item .content-title {
    font-size: 16px; font-weight: bold; margin-top: 10px;
    margin-bottom: 20px; display: block;
}
#bo_w .list-group-item {border-right: none; border-left: none;}
#bo_w .list-group-item input::placeholder,
#bo_w .list-group-item textarea::placeholder {color: #ccc; font-size: 12px;}
#bo_w .list-group-item:first-child {border-top: none; margin-top: 30px;}
#bo_w .group-item-radio {position: relative;}
#bo_w .group-item-radio input[type=radio]{
    position: absolute; bottom: 0; left: 50%; transform: translateX(-50%);
    opacity: 0;
}
#bo_w .group-item-radio .radio-box {display: flex; align-items: center; gap: 20px; padding: 0 15px;}
#bo_w .group-item-radio .radio-box label {
    margin: 0; width: 150px; height: 35px; border-radius: 10px;
    border: 1px solid #4d61f4; display: flex; align-items: center; font-weight: 500;
    justify-content: center; text-align: center; font-size: 14px; color: #2e2e2e;
    transition: all 0.3s; cursor: pointer;
}
#bo_w textarea.form-control {width: 95% !important; margin-left: auto;}


/* 게시판 커스텀 목록 */

.write-v1 {
    font-size: min(calc(10 / 450 * 100vw),10px);
    overflow: hidden;
}
.write-v1 input { width: 100%; }
.write-v1 { padding-bottom: 40px; }

.write-v1 .requireV1 { position: relative; }
.write-v1 .requireV1:after {  
    content: '*'; position: absolute; right: 0; top: 0; color: #ff0000;
    font-size: 14px; transform: translate(120%,-30%);
}
.write-v1 .tableBox {
    --bg-color:#eee;
    --border-color:#a0a0a0;
    border: 1px solid var(--border-color); font-size: 1.6em;
    border-bottom: none;
}
.write-v1 .tableBox .title {
    font-weight: bold; font-size: 1.2em; text-align: center;
    background: var(--bg-color); padding: 0.8em 0.5em;
    border-bottom: 1px solid var(--border-color);
}
.write-v1 .tableBox .box-v1 { width: 100%; }
.write-v1 .tableBox .box-v1 .fileWrap {
    display: flex;
}
.write-v1 .tableBox .box-v1 .fileWrap :is(.th-v1,.td-v1) {
    border-bottom: 1px solid var(--border-color);
    padding: 0.8em;
}
.write-v1 .tableBox .box-v1 .fileWrap .th-v1 { 
    display: flex; justify-content: center; align-items: center; 
}
.write-v1 .tableBox .box-v1 .fileWrap .th-v1 label {
    font-weight: 500 !important;
}
.write-v1 .tableBox .box-v1 .fileWrap .td-v1 { 
    flex:1; line-height: 1.4;
}
.write-v1 .tableBox .box-v1 .fileWrap .td-v1.on input {
    margin-bottom: 10px;
}
.write-v1 .tableBox .box-v1 .fileWrap .tdText {
    font-size: 0.9em; line-height: 1.4;
}
.write-v1 .tableBox .box-v1 .fileWrap .th-v1 {
    border-right: 1px solid var(--border-color);  
}
.write-v1 .tableBox .box-v1 .fileWrap .th-v1 {
    background: var(--bg-color); padding-right: 1.5em; padding-left: 1.5em;
    width: 30%; text-align: center; font-weight: bold;
    
}
.write-v1 .tableBox .box-v1 .fileWrap .th-v1 > p {
    max-width: 150px; margin: 0 auto;
    display: flex; justify-content: space-between;
}

.write-v1 textarea { 
    width: 100%; resize: none; border-color: var(--border-color); 
    padding: 1em; line-height: 1.6;
}

/* 개인정보수집동의 */

.agree_contact .contact_label {line-height: 1.2; margin-bottom: 6em;}
.agree_contact .contact_label h3 {font-size: 20px; color: #000; font-weight: bold; line-height: 1.3;}

.agree_contact {padding-bottom: 40px;}
.agree_contact .contact_label {display: flex; gap: 24px; align-items: center; flex-direction: column;}
.agree_contact .contact_label .agreeType1 {display: flex; align-items: center; gap: 18px; flex-direction: column;}
.agree_contact .agreeType1 .check_form {font-size: 16px; padding: 10px; margin: 0;}
.agree_contact .agreeType1 a.check_form {
    font-weight: 500; background: var(--main-color2); border-color: var(--main-color2);
}
.agree_contact .agree_content {height: 250px; overflow: hidden; overflow-y: auto; width: 100%; border: 1px solid #ccc; padding: 10px;} 

/* 첨부파일 */
#variableFiles { width: 100%; display: table; }


/* 최종 제출시~ */
.write-v1 .guide_text {
    font-size: 2em;
    color: #ff0000; font-weight: 500;
    margin: 0 auto; line-height: 1.4;
	text-align: center;
}

.write-v1 .tableBox.table1 {
    margin-bottom: 4em;
}

.write-v1 .tableBox.table2 {
    margin-bottom: 2em;
}

.write-v1 .tableBox.table3 {
    margin-bottom: 3em;
}

/* 게시판 커스텀 목록 */
.responsive #bo_list {font-size: 18px !important;}

#bo_list .list-head, .na-table-head > div {font-size: 16px !important; font-weight: 500;}

#bo_list .na-table-head > div {padding: 1.46rem 0;}

#bo_list .na-table > li > div {padding: 1.8rem 0 !important; font-weight: 400; color: #000;}

#bo_list .na-table > li :is(.date-time, .name-box) {font-size: 15px !important;}

@media (max-width: 768px) {
    #bo_list > .bg-primary {border: 1px solid #222; background-color: #222 !important;}
    #bo_list .na-table > li {padding: 8px 10px !important;}
    #bo_list .na-table > li .clearfix {display: none !important;}
    #bo_list .na-table > li > div {font-weight: 500;}
    #bo_list .na-title .na-subject {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: unset;
        line-height: 1.3;
    }
    #bo_list .na-table > li :is(.date-time, .name-box) {padding: 0 0 1rem 0 !important; color: rgba(0,0,0,0.7);}
    #bo_list .na-table > li .date-time {margin-right: 0.5rem !important;}
    #bo_list .na-table > li .inquery-count {display: none !important;}
}



/* 하단 페이지 네비게이션 */

.paging-nav {font-size: 15px !important; color: #000;}
.paging-nav .page-link {display: flex; border: 1px solid transparent; box-sizing: border-box;  font-weight: bold;}

.page-item.active .page-link {background: #eee !important; color: #000; border-color: #cdcdcd !important;}
.paging-nav .page-item.disabled .page-link {height: 100%; color: inherit; border-color: transparent; height: 100%;}

.page-item:first-child .page-link {
	border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.page-link:hover, .page-link:focus {background: transparent; color: #ff0000; box-shadow: none;}



/* 본문 제목 */
#bo_v_title {
    color: #1b1b1b;
    border-top: 3px solid currentColor;
    border-bottom: 1px solid currentColor;
    padding: 1.3em 0.5em; text-align: center;
}

/* 본문 이전다음글 */
#bo_v_data li > * { padding-top: 1em !important; padding-bottom: 1em !important; }


