/*
	WYSIWYG Editor : summernote
	CUSTOMIZING by KERRY
*/
.note-editor p {
  font-size: 1em;
  color: var(--black-color);
	line-height: 1em;
}
.note-editor blockquote {
	margin: 0;
  padding: 5px 10px;
	padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
.note-editor pre {
	margin: 0;
  padding: 5px 10px;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: auto;
}
.note-editor li {
	display: list-item;
	text-align: -webkit-match-parent;
}
.note-editor ul {
	list-style: disc inside !important;
}
.note-editor ol {
	list-style: decimal outside !important;
}
.note-editor .note-toolbar .note-icon-caret::before {
	display:none !important;
}
.note-modal-body {
	overflow-x: hidden !important;
}
.note-editor .note-toolbar .note-color .note-color-all .dropdown-toggle::after {
	margin-left: 0.05em !important;
 }
.note-editor .note-toolbar .note-fontsize .note-dropdown-menu {
	min-width: 70px !important;
}
.note-editor .note-toolbar .note-height .note-dropdown-menu {
	min-width: 70px !important;
}
.note-editor .note-modal-content .note-modal-footer {
	margin-bottom: 5px;
}
.note-editor .note-modal-content .note-modal-footer .note-btn {
	padding: 2px 12px 5px 12px !important;
}
.note-editor .note-modal-content .note-modal-footer .note-btn.active,
.note-editor .note-modal-content .note-modal-footer .note-btn.focus,
.note-editor .note-modal-content .note-modal-footer .note-btn:active,
.note-editor .note-modal-content .note-modal-footer .note-btn:focus,
.note-editor .note-modal-content .note-modal-footer .note-btn:hover {
    padding: 2px 12px 5px 12px !important;
		background-color: #2B618F !important;
    border: 1px solid #265780 !important;
    border-radius: 3px !important;
    color: #fff;
    outline: 0;
    text-decoration: none;
}
.note-editor .note-modal-body .note-group-select-from-files .note-input, 
.note-editor .note-modal-body .note-group-image-url .note-input,
.note-editor .note-modal-body .note-form-group .note-link-text,
.note-editor .note-modal-body .note-form-group .note-link-url,
.note-editor .note-modal-body .note-form-group .note-video-url {
	height: 40px !important;
}
.note-editor .note-modal-body .sn-checkbox-open-in-new-window input[type="checkbox"],
.note-editor .note-modal-body .sn-checkbox-use-protocol input[type="checkbox"] {
	position: relative;
	top: 7px;
	margin-right: 3px;
}
.note-editor .note-modal-body .sn-checkbox-open-in-new-window label,
.note-editor .note-modal-body .sn-checkbox-use-protocol label {
	cursor: pointer;
}
.note-editor.note-airframe .note-editing-area .note-editable,.note-editor.note-frame .note-editing-area .note-editable {
    word-wrap: break-word;
    overflow: auto;
    padding: 10px;
    background: #fff;
}

/* summereditor - Board tag fix */
#board p {
  font-size: 1em;
  color: var(--black-color);
}
#board blockquote {
	margin: 0;
  padding: 5px 10px;
	padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
#board pre {
	margin: 0;
  padding: 5px 10px;
	display: block;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	line-height: 1.42857143;
	color: #333;
	word-break: break-all;
	word-wrap: break-word;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
	overflow: auto;
}

#board li {
	display: list-item;
	text-align: -webkit-match-parent;
}
#board ul {
	list-style: disc inside !important;
}



/*
	Board
*/
#board {
	margin-bottom: 70px;
	font-size: 0.9em;
	margin-top: 20px;
}


/* Common */
.display-none {
	display: none !important;
}

.display-block {
	display: block !important;
}

.display-inblock {
	display: inline-block !important;
}

/* Gradient buttons */
.btn-gradient {
  text-decoration: none;
  color: white;
  padding: 5px 15px;
  display: inline-block;
  position: relative;
  border: 1px solid rgba(0,0,0,0.21);
  border-bottom: 4px solid rgba(0,0,0,0.21);
  border-radius: 4px;
  text-shadow: 0 1px 0 rgba(0,0,0,0.15);
}
	.btn-gradient.cyan {
		background: rgba(27,188,194,1);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(27,188,194,1)), to(rgba(24,163,168,1)));
		background: -webkit-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
		background: -moz-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
		background: -o-linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
		background: linear-gradient(rgba(27,188,194,1) 0%, rgba(24,163,168,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1bbcc2', endColorstr='#18a3a8', GradientType=0);
	}
	.btn-gradient.red{ 
		background: rgba(250,90,90,1);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(250,90,90,1)), to(rgba(232,81,81,1)));
		background: -webkit-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
		background: -moz-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
		background: -o-linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
		background: linear-gradient(rgba(250,90,90,1) 0%, rgba(232,81,81,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fa5a5a', endColorstr='#e85151', GradientType=0 );
	}
	.btn-gradient.orange {
		background: rgba(255,105,30,1);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,105,30,1)), to(rgba(230,95,28,1)));
		background: -webkit-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
		background: -moz-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
		background: -o-linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
		background: linear-gradient(rgba(255,105,30,1) 0%, rgba(230,95,28,1) 100%);
	}
	.btn-gradient.blue {
		background: rgba(102,152,203,1);
		background: -moz-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(102,152,203,1)), color-stop(100%, rgba(92,138,184,1)));
		background: -webkit-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
		background: -o-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
		background: -ms-linear-gradient(top, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
		background: linear-gradient(to bottom, rgba(102,152,203,1) 0%, rgba(92,138,184,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6698cb', endColorstr='#5c8ab8', GradientType=0 );
	}
	.btn-gradient.purple { 
		background: rgba(203,153,197,1);
		background: -moz-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(203,153,197,1)), color-stop(100%, rgba(181,134,176,1)));
		background: -webkit-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
		background: -o-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
		background: -ms-linear-gradient(top, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
		background: linear-gradient(to bottom, rgba(203,153,197,1) 0%, rgba(181,134,176,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cb99c5', endColorstr='#b586b0', GradientType=0 );
	}
	.btn-gradient.yellow {
		background: rgba(240,210,100,1);
		background: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(240,210,100,1)), to(rgba(229,201,96,1)));
		background: -webkit-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
		background: -moz-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
		background: -o-linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
		background: linear-gradient(rgba(240,210,100,1) 0%, rgba(229,201,96,1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0d264', endColorstr='#e5c960', GradientType=0 );
	}
	.btn-gradient.green {
		background: rgba(130,200,160,1);
		background: -moz-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
		background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(130,200,160,1)), color-stop(100%, rgba(130,199,158,1)));
		background: -webkit-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
		background: -o-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
		background: -ms-linear-gradient(top, rgba(130,200,160,1) 0%, rgba(130,199,158,1) 100%);
		background: linear-gradient(to bottom, rgba(130,200,160,1) 0%, rgba(124, 185, 149, 1) 100%);
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#82c8a0', endColorstr='#82c79e', GradientType=0 );
	}

	/*
	.btn-gradient.red:active    {background: #E35252;}
	.btn-gradient.orange:active {background: #E8601B;}
	.btn-gradient.cyan:active   {background: #169499;}
	.btn-gradient.blue:active   {background: #608FBF;}
	.btn-gradient.purple:active {background: #BD8EB7;}
	.btn-gradient.yellow:active {background: #DBC05B;}
	.btn-gradient.green:active  {background: #72B08E;}
	*/


#board input {
	height:25px;
}

input[type=text], input[type=password], input[type=tel], input[type=email], textarea {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    outline: none;
}

#board select {
	display: inline-block;
	position: relative;
	height: 30px;
	padding: 0 10px 0 15px;
	border-radius: 15px;
	font-size: 0.9em;
	appearance: none;
	-webkit-appearance : none;
	-moz-appearance: none;
	background: url('/images/angle-down.svg') 90% center no-repeat;
	background-size: 15px;
}
	#board select::-webkit-scrollbar {
		width: 6px;
	}
	#board select::-webkit-scrollbar-track {
		background-color: transparent;
	}
	#board select::-webkit-scrollbar-thumb {
		border-radius: 3px;
		background-color: #6DACCA;
	}
	#board select::-webkit-scrollbar-button {
		width: 0;
		height: 0;
	}
	#board select::-ms-expand {
		display: none; /* IE 10, 11 */
	}

#board .button {
  background-color: #6DACCA;
  background-image: linear-gradient(to bottom, #6DACCA, #418db1);
  border: 1px solid #418db1;
  box-shadow: inset 0 1px 0 #8dd3fe, inset 0 -1px 0 #267ea4, inset 0 0 0 1px #1d86be, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	text-decoration:none;
	padding: 6px 15px 7px 15px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 7px;
}
	#board .button:hover, #board .button:focus {
		background: #418db1;
		border-color: #10607a;
		box-shadow: inset 0 1px 0 #1d86be, inset 0 -1px 0 #267ea4, inset 0 0 0 1px #8dd3fe;
		text-decoration:none;
	}
	#board .button:active {
	 background: #34718d;
		box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
		text-decoration: none;
	}
	#board .button i {
		margin-right: 5px;
	}

#board .button.red {
  background-color: #ED6649;
  background-image: linear-gradient(to bottom, #ED6649, #D23615);
  border: 1px solid #D23615;
  box-shadow: inset 0 1px 0 #fe8d8d, inset 0 -1px 0 #c53f05, inset 0 0 0 1px #c44317, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	text-decoration:none;
	padding: 6px 15px 7px 15px;
	font-size: 12px;
	font-weight: 400;
	border-radius: 7px;
}
	#board .button.red:hover, #board .button.red:focus {
		background: #D23615;
		border-color: #9f380d;
		box-shadow: inset 0 1px 0 #c44317, inset 0 -1px 0 #c53f05, inset 0 0 0 1px #fe8d8d;
		text-decoration:none;
	}
	#board .button.red:active {
	 background: #962c2c;
		box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
		text-decoration: none;
	}
	#board .button.red i {
		margin-right: 5px;
	}


#board .button-flat {
  background-color: #6DACCA;
  border: 1px solid #418db1;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	text-decoration:none;
	padding: 6px 15px 7px 15px;
	font-size: 12px;
	font-weight: 400;
}
	#board .button-flat:hover, #board .button-flat:focus {
		background: #418db1;
		border-color: #10607a;
		text-decoration:none;
	}
	#board .button-flat:active {
	 background: #34718d;
		text-decoration: none;
	}
	#board .button-flat i {
		margin-right: 5px;
	}

#board .button-flat.red {
  background-color: #ED6649;
  border: 1px solid #D23615;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	text-decoration:none;
	padding: 6px 15px 7px 15px;
	font-size: 12px;
	font-weight: 400;
}
	#board .button-flat.red:hover, #board .button-flat.red:focus {
		background: #D23615;
		border-color: #9f380d;
		text-decoration:none;
	}
	#board .button-flat.red:active {
	 background: #962c2c;
		box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
		text-decoration: none;
	}
	#board .button-flat.red i {
		margin-right: 5px;
	}
	
	

#board .s-button {
  background-color: #eee;
  background-image: linear-gradient(to bottom, #eee, #ccc);
  border: 1px solid #aaa;
  color: #000;
	text-decoration:none;
	padding: 3px 8px 3px 8px !important;
	font-size: 11px;
	font-weight: normal;
	border-radius: 7px;
}

#board .s-button-red {
  background-color: #b90b0b;
  background-image: linear-gradient(to bottom, #b90b0b, #db0d0d);
  border: 1px solid #9c0a0a;
  color: #fff;
	text-decoration:none;
	padding: 3px 8px 3px 8px;
	font-size: 11px;
	font-weight: normal;
	border-radius: 7px;
}

#board a.board_link	{
	text-decoration: none;
	color: #000;
}
#board a.board_link.active, 
#board a.board_link:focus, 
#board a.board_link:hover {
    color: var(--primary-color);
}


/* Reset  */
#board ul,
#board li {
	margin: 0 !important;
	padding: 0 !important;
}

/* List */
#board #form-area {
	margin: 0 0 10px 0;
}
	#board #form-area div {
		display: inline-block;
	}
	#board #form-area div:nth-child(1) {
		width: 40%;
	}
	#board #form-area div:nth-child(2) {
		width: 59%;
		text-align: right;
	}

#board .board_list_mobile_head {
	display: none;
}

#board #board_head {
	width: 100%;
	height: 50px;
	background: #f4f4f4;
	border-top: solid 3px #6DACCA;
	border-bottom: solid 1px #6DACCA;
	text-align: center;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
	#board #board_head li {
		display: inline-block;
		height: 50px;
		padding-top: 13px !important;
		box-sizing: border-box;
	}
	#board #board_head li:first-child {
		width: 80px;
	}
	#board #board_head li:nth-child(2) {
		width: 100px;
	}
	#board #board_head li:nth-child(3) {
		width: calc(100% - 475px);
	}
	#board #board_head li:nth-child(4) {
		width: 150px;
	}
	#board #board_head li:last-child {
		width: 130px;
	}

#board ul.board_list.notice {
	background: #fffaea;
}
	#board ul.board_list.notice li:nth-child(3) i {
		display: none;
		color: #c40202 !important;
	}

#board ul.board_list {
	border-bottom: dashed 1px #ccc;
}
	#board ul.board_list li {
		display: inline-block;
		height: 40px;
		padding-top: 10px !important;
		box-sizing: border-box;
		letter-spacing: -0.07em;
		vertical-align: top;
	}
	#board ul.board_list li:first-child {
		width: 80px;
		text-align:center;
	}
	#board ul.board_list li:first-child img {
		margin-top: -5px;
	}
	#board ul.board_list li:nth-child(2) {
		width: 100px;
		letter-spacing:-0.1em;
		color:#999;
		text-align: center;
	}
	#board ul.board_list li:nth-child(3) {
		width: calc(100% - 475px);
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		word-break: break-all;
		padding-left: 10px !important;
	}
	#board ul.board_list li:nth-child(3) img {
		margin-right: 3px;
		margin-top: -2px;
	}
	#board ul.board_list li:nth-child(3) div {
		display: inline-block;
	}
	#board ul.board_list li:nth-child(3) span {
		display: inline-block;
	}
	#board ul.board_list li:nth-child(4) {
		width: 150px;
		text-align:center;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		word-break: break-all;
	}
	#board ul.board_list li:last-child {
		width: 130px;
		text-align: center;
	}
	#board .list-last-child {
			border-bottom: solid 1px #ccc !important;
		}
	#board ul.board_list a {
		color: #000;
		text-decoration: none;
	}
	#board ul.board_list a:hover {
		color: #D21B06;
		text-decoration: none;
	}
	#board ul.board_list li:nth-child(3) .icon-new {
		display: inline-block;
	}
	#board ul.board_list li:nth-child(3) .icon-new-mobile {
		display: none;
	}
	#board ul.board_list li:nth-child(3) .icon-file {
		position: relative;
		top: -2px;
	}
	#board ul.board_list li:nth-child(3) .reply_cnt {
		display: inline-block;
		position: relative;
		top: -2px;
		width: 17px;
		height: 17px;
		border-radius: 10px;
		background: #BC0101;
		color: #fff;
		font-family: '굴림';
		font-size: 11px;
		font-weight: bold;
		text-align: center;
		padding-top: 1px;
		padding-right: 2px;
		box-sizing: border-box;
	}
	#board ul.board_list .notice_txt_btn {
		font-size: 11px !important;
		padding: 1px 5px;
		top: -1px;
		height: 20px;
	}
	
	#board ul.board_list .cate_title_btn {
		background: #bbb;
		color: #fff;
		font-size: 0.9em;
		letter-spacing: 0em;
		padding: 0px 10px;
		top: -4px;
		margin-right: 5px;
		border-radius: 5px;
	}
	


#board #board_search {
	width:100%;
	height:30px;
	margin-top:30px;
	text-align:center;
	padding-left: 30px;
}
	#board #board_search form {
		width: 100%;
		margin: 0 auto;
	}
	#board #board_search select {
		position: relative;
		z-index: 2;
		top: -2px;
		width:90px;
		height: 28px;
		border:solid 1px #ccc;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
		border-right: 0;
	}
	#board #board_search input {
		position: relative;
		z-index: 9;
		top: -0.08em !important;
		left: -4px;
		background: transparent;
		border: solid 1px #ccc;
		width: 50%;
		min-width: 180px;
		max-width: 280px;
		height : 28px;
		border-left: 0;
		padding: 0 38px 0 10px;
		border-top-right-radius: 15px;
		border-bottom-right-radius: 15px;
		color: #6DACCA;
	}
	#board #board_search a {
		position: relative;
		z-index: 2;
		top: 0px;
		left: -38px;
		font-size: 1.2em;
		color: #6DACCA;
	}

#board #no_result {
		height:300px;
		text-align:center;
		color:#999;
		padding-top:150px;
		box-sizing:border-box;
}



/* Contents */

/* 비밀번호 확인 상자 */
#board #auth-box-area div.auth-box {
		width: 350px;
		height: 180px;
		margin: 70px auto;
		vertical-align: top;
		background: #F7F7F7;
		border-top: solid 5px #6DACCA;
		border-bottom: solid 1px #6DACCA;
		border-radius: 10px;
		box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.2);
}
	#board #auth-box-area div.auth-box > div:nth-child(1) {
		display: inline-block;
		width: 120px;
		box-sizing: border-box;
		font-size: 2.5em;
		text-align: center;
		vertical-align: top;
		padding-top: 40px !important;
	}
	#board #auth-box-area div.auth-box > div:nth-child(1) i {
		position: relative;
		background: #3f89ad;
		color: #fff;
		padding: 14px 10px 4px 10px;
		width: 65px;
		height: 65px;
		border-radius: 35px;
	}
	#board #auth-box-area div.auth-box > div:nth-child(2) {
		display: inline-block;
		width: 220px;
		box-sizing: border-box;
	}
	#board #auth-box-area div.auth-box > div:nth-child(2)  ul {
		list-style: none !important;
	}
	#board #auth-box-area div.auth-box > div:nth-child(2)  ul li {
		padding: 0 15px !important;
	}
	#board #auth-box-area div.auth-box > div:nth-child(2)  ul li:first-child {
		margin-top: 20px !important;
		font-weight: bold;
	}
	#board #auth-box-area div.auth-box > div:nth-child(2)  ul li:nth-child(2) {
		margin-top: 10px !important;
	}
	
	#board #auth-box-area div.auth-box > div:nth-child(2)  ul li:nth-child(2) p {
		display: inline-block;
		vertical-align: bottom;
		margin: 0 !important;
		margin-right: 10px !important;
		margin-bottom: 3px !important;
	}
	
		#board #auth-box-area div.auth-box > div:nth-child(2)  ul li:nth-child(2) input {
		margin-top: 10px !important;
		width: 120px;
		border: solid 1px #ccc;
		padding: 0 10px;
		color: #3f89ad;
	}
	#board #auth-box-area div.auth-box > div:nth-child(2)  ul li:last-child {
		margin-top: 20px !important;
		padding-top: 25px !important;
		padding-left: 20px !important;
	}


#board .board-contents {
	margin-top: 10px;
}
	#board .board-contents h3.title {
		font-weight: bold;
		padding-left: 5px;
	}
	#board .board-contents .contents_img {
		text-align: center;
	}
	#board .board-contents .contents_img img {
		width: 95%;
	}
	#board .board-contents .contents_txt {
		width: 95%;
		font-size: 1em;
		margin: 0 auto;
	}
	#board .board-contents ul.article_info {
		list-style: none !important;
		border-top: solid 3px #6DACCA;
		border-bottom: solid 1px #6DACCA;
		margin-bottom: 20px !important;
	}
	#board .board-contents ul.article_info {
	}
	
	#board .board-contents ul.article_info li {
		border-bottom: dashed 1px #ccc !important;
		padding:7px 0 7px 5px !important;
	}
	#board .board-contents ul.article_info li:last-child {
		border-bottom: 0 !important;
	}
	#board .board-contents ul.article_info li p {
		display: inline-block;
		width: 85px; 
		font-size: 1em;
		font-weight: bold;
		color: #000;
		margin-right: 10px;
		padding-left: 10px;
		margin-bottom: 0;
	}
	#board .board-contents ul.article_info li span:before {
		position: relative;
		font-family: var(--aws6-font);
		content: "\7c";
		color: #999;
		font-weight: 100 !important;
		margin-right: 10px;
	}
	#board .board-contents ul.article_info p i {
		margin-right: 5px;
	}
	#board .board-contents ul.article_info .attachfile_title {
		background: #efefef;
		padding: 5px 0 5px 8px;
		width: 100%;
		border-radius: 5px;
	}
	
	#board .board-contents ul.article_info .attachfile-area {
		display: block;
		margin-top: 10px;
	}
	#board .board-contents ul.article_info .attachfile-area ol {
		list-style: none;
	}
	#board .board-contents ul.article_info .attachfile-area ol li {
		display: inline-block !important;
		padding: 0 !important;
		border: 0 !important;
	}
	#board .board-contents ul.article_info .attachfile-area ol li p.attachfile_name {
		display: inline-block;
		width: calc(100% - 100px);
		min-width: 200px;
		max-width: 1200px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		word-break: break-all;
		font-weight: normal;
		border-bottom: 0 !important;
	}
	#board .board-contents ul.article_info .attachfile-area ol li img {
		margin-right: 3px;
	}
	#board .board-contents span.file_size_area {
		position: relative;
		top: -5px;
	}
	#board .board-contents .file_size {
		color:#ea0000;
	}

#board #board_btn_area {
	width: 100%;
	text-align: center;
	border-top: solid 1px #6DACCA !important;
	margin: 30px auto 0 auto;
	
	padding: 30px 0;
}


/* Contents > Reply */
/* Reply List */
#board .board-reply {
	width: 95%;	
	border-top: solid 3px #6DACCA !important;
	margin: 150px auto 20px auto;
	font-size: 0.95em;
}
	#board .board-reply ul.reply_list_items {
		border-top: solid 3px #f14a03;
	}
	#board .board-reply ul.reply_item {
		display: table;
		width: 100%;
		padding: 10px 5px !important;
		border-bottom: dotted 1px #ccc;
	}
	#board .board-reply ul.reply_item li {
		display: table-cell;
	}
	#board .board-reply ul.reply_item li:first-child {
		width: 100px;
		font-weight: bold;
	}
	#board .board-reply ul.reply_item li:first-child i {
		position: relative;
		color : #000;
		margin-right: 3px
	}
	#board .board-reply ul.reply_item li:nth-child(2) {
		padding-left: 15px !important;
	}
	#board .board-reply ul.reply_item li:nth-child(2) span {
		padding-left: 0px !important;
		margin-right: 10px;
		font-size: 14px;
		line-height: 14px;
		letter-spacing: -0.05em;
		color: #999;
	}
	#board .board-reply ul.reply_item li:nth-child(2) p {
		margin: 0 !important;
		margin-top: 15px !important;
	}
	#board .board-reply ul.reply_item li:nth-child(2) a {
		position: relative;
		top: -3px;
	}

/* Reply Popup */
#board  .reply_pop {
	z-index: 999;
	display: none;
	position: absolute;
	width: 260px;
	height: 160px;
	margin-left: 80px;
	background: #fafafa;
	padding: 10px 10px 10px 15px;
	border-radius: 10px;
	border:solid 1px #777;
	box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.25);
}
	#board .reply_pop:after, #board .reply_pop:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: "";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}
	#board .reply_pop:after {
		border-color: rgba(250, 250, 250, 0);
		border-bottom-color: #fafafa;
		border-width: 10px;
		margin-left: -10px;
	}
	#board .reply_pop:before {
		border-color: rgba(119, 119, 119, 0);
		border-bottom-color: #777;
		border-width: 11px;
		margin-left: -11px;
	}
	#board  .reply_pop ul {
		letter-spacing:	-0.05em;
		list-style: none !important;
	}
	#board  .reply_pop ul li:first-child {
		font-size: 1.1em;
		font-weight: bold;
	}
	#board .reply_pop ul li:first-child i {
		position: relative;
		top: 1px;
		margin-right: 3px;
		color : #000;
	}
	#board  .reply_pop ul li:nth-child(2) {
		font-size: 0.9em;
	}
	#board  .reply_pop ul li:nth-child(2) b {
		color: #bd0000;
	}
	#board  .reply_pop ul li:nth-child(3) {
		font-size: 0.9em;
	}
	#board  .reply_pop ul li:nth-child(4) {
		padding-top: 10px !important;
		text-align: center;
	}
	#board  .reply_pop ul li:nth-child(4) input {
		width: 180px;
		padding: 0 10px;
	}
	#board  .reply_pop ul li:last-child {
		padding-top: 15px !important;
		text-align: center;
	}

/* Reply Form */
#board .board-reply .reply_form {
	margin: 20px 0 50px 0;
}
	#board .board-reply .reply_form .reply_form_title {
		display: inline-block;
		vertical-align: top;
		width: 100px;
	}
	#board .board-reply .reply_form .reply_form_title h5 {
		font-size: 1.2em;
		font-weight: bold;
	}
	#board .board-reply .reply_form .reply_form_title h5:before {
		font-family: var(--aws6-font);
		content : '\e212';
		font-weight: bold;
		margin-right: 5px;
		color: #f14a03;
	}
	#board .board-reply .reply_form .reply_form_edit {
		display: inline-block;
		width: calc(100% - 105px);
		vertical-align: top;
		font-size: 0.95em;
	}
	#board .board-reply .reply_form .reply_form_edit .replay_form_edit_area div:nth-child(1) {
		display: inline-block;
		vertical-align: top;
		width: calc(100% - 85px);
	}
	#board .board-reply .reply_form .reply_form_edit .replay_form_edit_area div:nth-child(2) {
		display: inline-block;
		vertical-align: top;
		width: 80px;
	}
	#board .board-reply .reply_form .reply_form_edit textarea {
		width: 100%;
		height: 60px;
		padding: 10px;
		border: solid 1px #ccc;
		resize: none;
	}
	#board .board-reply .reply_form .reply_form_edit input {
		border: solid 1px #ccc;
		padding: 0 8px;
	}
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li {
		display: inline-block !important;
		padding-left: 10px !important;
	}
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li p {
		display: inline-block;
		font-size: 1em;
		color: #000;
	}
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li p:before {
		font-family: var(--aws6-font);
		content : '\f192';
		font-weight: bold;
		font-size: 11px;
		margin-right: 2px;
		color: #777;
	}
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li:nth-child(1) input {
		width: 140px;
	}
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li:nth-child(2) input {
		width: 90px;
	}
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li:nth-child(3) input {
		width: 75px;
	}
	#board .board-reply .reply_form .reply_form_edit .spam_code {
		font-weight: bold;
		color:#ff0d0d;
	}
	
	#board .board-reply .reply_form .reply_form_edit .replay_form_edit_area #reply_btn_ok {
		height: 60px;
		border: solid 1px #448DB0;
		background: #63A4C2;
		color: #fff;
		padding: 20px 5px;
	}
	#board .board-reply .reply_form .reply_form_edit .replay_form_edit_area #reply_btn_ok:hover {
		border: solid 1px #3d7d9c;
		background: #4184a5;
	}
	#board .board-reply .reply_form .reply_form_edit .replay_form_edit_area #reply_btn_ok:active {
		border: solid 1px #356d88;
		background: #346983;
	}


/* Write & Modify */
#board .board_write {

}
	#board .board_write .board_top_opt div {
		display: inline-block;
		vertical-align: bottom;
	}
	#board .board_write .board_top_opt div:nth-child(1) {
		width: 50%;
		overflow: hidden;
	}
	#board .board_write .board_top_opt div:nth-child(2) {
		width: calc(50% - 10px);
		overflow: hidden;
		text-align: right;
	}
	
	/* CheckBox */
	#board .board_write .board_top_opt div:nth-child(2) input[type="checkbox"] {
		visibility: hidden;
		width:0 !important;
	}
	#board .board_write .board_top_opt div:nth-child(2) input[type="checkbox"]:checked + label:after {
		opacity: 1;
	}
	#board .board_write .board_top_opt div:nth-child(2) label.checkbox {
			cursor: pointer;
			text-indent: 8px;
			line-height:20px;
			height:20px;
			overflow: visible;
			display: inline-block;
			position: relative;
			font-size:0.95em;
			margin-bottom:2px;
			margin-right: 20px;
	}
	#board .board_write .board_top_opt div:nth-child(2) label.checkbox:before {
			content:'';
			position: absolute;
			top:-1px;
			left: -15px;
			width: 20px;
			height: 20px;
			border: solid 1px #6DACCA;
			border-radius: 25%;
			-webkit-border-radius: 25%;
			-moz-border-radius: 25%;
	}
	#board .board_write .board_top_opt div:nth-child(2) label.checkbox:after {
			opacity: 0;
			content: '';
			position: absolute;
			width: 0.7em;
			height: 0.4em;
			background: transparent;
			top: 4.5px;
			left: -11px;
			border: 3px solid #6DACCA;
			border-top: none;
			border-right: none;
			transform: rotate(-45deg);
			-webkit-transform: rotate(-45deg);
			-moz-transform: rotate(-45deg);
			-o-transform: rotate(-45deg);
			-ms-transform: rotate(-45deg);
			font-size:1.2em;
	}
		
	#board .board_write .board_usr {
		border: 1px solid #d5d5d5;
    border-bottom: 0;
    border-right: 0;
		border-top: solid 3px #6DACCA;
	}
	#board .board_write .label_th {
    display: inline-block;
    background: #eee;
    width: 10%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    float: left;
    border-bottom: 1px solid #d5d5d5;
	}
	#board .board_write .frm_input {
    width: 90%;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    float: left;
    border: 0;
    border: 1px solid #d5d5d5;
    border-top: 0;
    padding-left: 20px;
	}
	#board .board_write .frm_input:focus {
		border: 1px solid #6DACCA;
	}
	#board .board_wysiwyg {
		position: relative;
		margin: 5px 0 !important;
	}
	#board .board_write .board_fm {	
		margin: 10px 0;
		position: relative;
		overflow: hidden;
	}
	
	#board .board_img {
		padding-top: 10px;
	}
	#board .board_img h5 {
		font-size: 1.1em;
		font-weight: bold;
		letter-spacing: -0.05em;
		margin: 0;
		padding: 5px 0 5px 3px;
		border-top: solid 3px #444;
		border-bottom: solid 1px #ccc;
	}
	#board .board_img h5 > span {
		font-size: 0.75em;
		font-weight: normal;
		letter-spacing: -0.05em;
		color: #777;
		margin-left: 5px;
	}
	#board .board_img input[type="file"] {
		display: none;
	}
	#board .board_img ul li {
		display: inline-block;
		text-align: center;
		width: 180px;
	}
	#board .board_img ul.img-form li {
		vertical-align: top;
		margin-top: 10px;
	}
	#board .board_img ul.img-form img {
		position: relative;
		z-index: 1;
		display: block;
		width: 160px;
		height: 90px;
		border-radius: 10px;
		margin: 10px  auto 2px auto;
		border: solid 1px #ccc;
		cursor: pointer;
		object-fit: cover;
	}
	#board .board_img ul.img-form li i {
		margin-right: 5px;
	}
	#board .board_img ul.img-form li .preview_del1,
	#board .board_img ul.img-form li .preview_del2,
	#board .board_img ul.img-form li .preview_del3,
	#board .board_img ul.img-form li .preview_del4,
	#board .board_img ul.img-form li .preview_del5,
	#board .board_img ul.img-form li .preview_del6 {
		display: none;
		position: relative;
		width: 60px;
		font-size: 0.9em;
		color: #fff;
		background: #e30000;
		border-radius: 15px;
		padding: 2px 3px;
		margin: 0 auto;
		cursor: pointer;
	}
	#board .board_img ul.img-form li i.icon_del:before {
		font-family: var(--aws6-font);
		content : '\f057' !important;
		font-weight: bold;
	}
	#board .board_img ul.img-form li i.checked:before {
		font-family: var(--aws6-font);
		content : '\f058' !important;
	}
	#board .board_img ul.img-form li .preview_del_check {
		background: #7bb427;
	}
	#board .board_img ul.img-form li .preview_img_dark {
		filter: brightness(40%);
	}
	#board .board_img ul.img-form li .preview_img_txt {
		position: absolute;
		z-index: 2;
		top: 80px;
		margin-left: 45px;
	}
	#board .board_img ul.img-form li .preview_img_txt:before {
		content: "글 수정시\A이미지 삭제!!";
		color: #fff;
		white-space: pre;
	}
	#board .board_img ul.img-form li p.attached_preview {
		display: inline-block;
		margin-right: 5px;
		font-size: 0.9em;
		letter-spacing: -0.05em;
		background: #3f7bf8;
		color: #fff;
		padding: 2px 8px;
		border-radius: 15px;
		cursor: pointer;
	}
	
	#board .board_file {
		padding-top: 15px;
	}
	
	#board .board_file p {
		margin: 0;
	}
	
	#board .board_file h5 {
		font-size: 1.1em;
		font-weight: bold;
		letter-spacing: -0.05em;
		margin: 0;
		padding: 5px 0 5px 3px;
		border-top: solid 3px #444;
		border-bottom: solid 1px #ccc;
	}
	#board .board_file h5 > span {
		font-size: 0.75em;
		font-weight: normal;
		letter-spacing: -0.05em;
		color: #777;
		margin-left: 5px;
	}
	#board .board_file ul.file-form {
		list-style: none !important;
	}
	#board .board_file ul.file-form li {
		height: 40px;
		padding: 7px 0 0 10px !important;
		border-bottom: dashed 1px #ccc;
	}
	#board .board_file ul.file-form li:last-child {
		border-bottom: solid 1px #ccc;
	}
	
	#board .board_file input[type="file"] 	{
		width: calc(100% - 540px);
		min-width: 150px;
		display: inline-block;
		position: relative;
		top: 1px;
	}
	#board .board_file input::file-selector-button {
		font-size: 0.8em;
		font-weight: bold;
		color: #fff;
		padding: 0.5em !imporrtant;
		background: #444;
		border: thin solid grey;
		border-radius: 5px;
		margin: 0;
		margin-right: 10px;
		padding-right: 10px;
	}
	#board .board_file .max-filesize {
		font-size: 0.9em;
		font-weight: bold;
		color: #e30000;
	} 
	#board .board_file ul.file-form li i {
		margin-right: 3px;
	}
	#board .board_file ul.file-form li .file_del1,
	#board .board_file ul.file-form li .file_del2,
	#board .board_file ul.file-form li .file_del3 {
		display: none;
		position: relative;
		top: 1px;
		width: 55px;
		font-size: 0.9em;
		padding: 2px 3px;
		color: #fff;
		cursor: pointer;
		background: #e30000;
		border-radius: 15px;
		margin: 0 auto;
		text-align: center;
	}
	#board .board_file ul.file-form li p.attached_filename {
		display: inline-block !important;
		position: relative;
		width: 400px;
		top: 2px !important;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		word-break: break-all;
		padding: 0 20px;
	}
	#board .board_file ul.file-form li p.attached_filename img {
		margin-top: -3px;
		margin-right: 3px;
	}
	#board .board_file ul.file-form li p.attached_download {
		display: inline-block;
		position: relative;
		margin-right: 5px;
		font-size: 0.9em;
		letter-spacing: -0.05em;
		background: #3f7bf8;
		color: #fff;
		padding: 2px 8px;
		border-radius: 15px;
		cursor: pointer;
	}
	#board .board_file ul.file-form li i.checked:before {
		font-family: var(--aws6-font);
		content : '\f058' !important;
	}
	#board .board_file ul.file-form li .file_del_check {
		background: #7bb427;
	}
	#board .board_file ul.file-form li .file_name_strike {
		color: #999;
		text-decoration: line-through;
		text-decoration-color: #d92c00;
		text-decoration-thickness : 3px;
	}
	#board .board_file li.attached_file input[type="file"],
	#board .board_file ul.file-form li p.attached_filename,
	#board .board_file ul.file-form li.attached_file p.attached_download,
	#board .board_file ul.file-form li.attached_file .file_del1,
	#board .board_file ul.file-form li.attached_file .file_del2,
	#board .board_file ul.file-form li.attached_file .file_del3 {
		top: -4px;
	}
	

	#board .board_antispam {
		padding-top: 15px;
	}
	
	#board .board_antispam h5 {
		font-size: 1.1em;
		font-weight: bold;
		letter-spacing: -0.05em;
		margin: 0;
		padding: 5px 0 5px 3px;
		border-top: solid 3px #444;
		border-bottom: solid 1px #ccc;
		margin-bottom: 15px;
	}
	#board .board_antispam h5 > span {
		font-size: 0.75em;
		font-weight: normal;
		letter-spacing: -0.05em;
		color: #777;
		margin-left: 5px;
	}
	#board .board_antispam .antispam_code {
		font-size: 0.9em;
		font-weight: bold;
		color: #ffb7b7;
	} 
	#board .board_antispam input {
		border: solid 1px #ccc;
		border-radius: 3px;
		width: 160px;
		padding: 2px 10px;
		color: #e30000;
		font-weight: bold;
	}
	#board .board_antispam .shield_btn {
		background: #4b4b4b;
		color: #fff;
		border-radius: 5px;
		font-size: 0.8em;
		font-weight: bold;
	}
	
	#board .board_antispam .adm_autoshieldcode {
		color: #777;
		font-weight: normal;
		padding-left: 20px;
	}
		
	#board .board_write .btn_area {
		margin-top: 20px;
		padding: 20px !important;
		text-align: center;
		border-top: solid 1px #6DACCA;
	}
	
	
/* Paging */	
#board .page-section {
	width:100%;
	margin-top:30px;
}
	#board .page-section .paging {
		display: flex;
	}
	#board .page-section .paging .page_prev {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: auto;
		letter-spacing: -0.03em;
	}
	#board .page-section .paging .page_prev i {
		margin-right: 10px;
	}
	#board .page-section .paging .page {
		flex-grow: 1;
		flex-shrink: 1;
		flex-basis: auto;
		text-align: center;
	}
	#board .page-section .paging .page_next {
		flex-grow: 0;
		flex-shrink: 0;
		flex-basis: auto;
		letter-spacing: -0.03em;
	}
	#board .page-section .paging .page_next i {
		margin-left: 10px;
	}
	#board .page-section .paging .page ul {
		list-style: none;
		display: block;
	}
	#board .page-section .paging .page ul li {
		display: inline-block;
		color: #777;
		letter-spacing: -0.07em;
		margin-right: 20px !important;
		padding: 0 5px !important;
		cursor:pointer;
	}
	#board .page-section .paging .page ul li:last-child {
		margin-right: 0 !important;
	}
	#board .page-section .paging .page ul li:hover {
		color: #3e9de3;
	}
	#board .page-section .paging  a {
		color: #777;
		text-decoration: none;
	}
	#board .page-section .paging  a:active
	#board .page-section .paging  a:focus, 
	#board .page-section .paging  a:hover {
		color: #3e9de3;
	}
	#board .page-section .paging  a.prev0,
	#board .page-section .paging  a.next0 {
		color: #ccc;
	}
	#board .page-section .paging .viewPage {
		color: #3e9de3 !important;
		font-weight: bold;
	}
	


/*	Response */

@media only screen and (max-width: 1299px) {
	#board .board-contents ul.article_info .attachfile-area ol li p.attachfile_name {
		width: calc(100% - 230px) !important;
	}
}

@media only screen and (max-width: 1199px) {
	#board .board-contents ul.article_info .attachfile-area ol li p.attachfile_name {
		width: calc(100% - 330px) !important;
	}
}

@media only screen and (max-width: 1099px) {
	#board .board-contents ul.article_info .attachfile-area ol li p.attachfile_name {
		width: calc(100% - 430px) !important;
	}
}

@media only screen and (max-width: 991px) {

	#board #board_head {
		display: none;
	}
	
	#board .board_list_mobile_head {
		display: block;
		border-top: solid 3px #6DACCA;
		padding: 0 !important;
		margin: 0 !important;
	}
	
	#board ul.board_list li:first-child {
		display: none;
	}
	#board ul.board_list li:nth-child(2) {
		display: block;
		width: 100%;
		text-align: left;
		padding-left: 10px !important;
		padding-top: 5px !important;
		height: 25px;
	}
	#board ul.board_list li:nth-child(2) .notice_txt_btn {
		display: block !important;
		width: 50px;
		top: 1px;
	}
	#board ul.board_list li:nth-child(2) .cate_title_btn {
		display: inline-block !important;
	}
	#board ul.board_list li:nth-child(3) {
		display: block;
		width: 100%;
		padding-top: 0 !important;
		height: 25px;
	}
	#board ul.board_list li:nth-child(4) {
		width: calc(100% - 135px);
		text-align: left;
		padding-left: 10px !important;
		padding-top: 0 !important;
		height: 25px;
	}
	#board ul.board_list li:last-child {
		width: 130px;
		text-align: right;
		padding-top: 0 !important;
		height: 25px;
	}
	
	#board .board-contents .contents_img img {
		width: 100%;
	}
	#board .board-contents .contents_txt {
		width: 100%;
	}
	#board .board-reply {
		width: 100%;	
	}
	
	#board .board-contents ul.article_info .attachfile-area ol li p.attachfile_name {
		width: calc(100% - 630px) !important;
	}
		
	#board .board-contents .contents_txt img {
		width: 99% !important;
	}
	
}


@media only screen and (max-width: 768px) {
	
	#board {
	margin-bottom: 50px;
	margin-top: 0;
	}
	
	#board #auth-box-area div.auth-box {
		margin: 30px auto;
	}
	
	#board .board-contents h3 {
		font-size: 1.2em;
		padding-left: 5px;
	}
	
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li {
		display: block !important;
		padding-left: 5px !important;
		padding-bottom: 5px !important;
	}
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li p {
		width: 65px;
		padding: 0;
		margin: 0;
	}
		
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li:nth-child(1) input {
		width: 180px;
	}
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li:nth-child(2) input {
		width: 180px;
	}
	#board .board-reply .reply_form .reply_form_edit ul.reply_form_user li:nth-child(3) input {
		width: 120px;
	}
	
	#board .page-section .paging .page .first_page,
	#board .page-section .paging .page .last_page 	{
		display: none;
	}
	#board .page-section .paging .page ul li {
		margin-right: 5px !important;
	}
	
	#board .board_file ul.file-form li {
		height: 60px;
	}
	#board .board_file input[type="file"] 	{
		width: 100%;
		display: block;
		position: relative;
		top: 0px;
	}
	#board .board_file ul.file-form li p.attached_filename {
		display: block;
		width: calc(100% - 140px);
		padding: 0 15px 0 0;
	}
	
	#board .board-contents ul.article_info .attachfile-area ol {
		padding-left: 0;
	}
	
	#board .board-contents ul.article_info .attachfile-area ol li p.attachfile_name {
		width: 270px !important;
	}
}



@media only screen and (max-width: 832px) {
	#board .board_write .label_th {
    width: 20%;
	}
	#board .board_write .frm_input {
		width: 80%;
	}
}
