<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* 게시판 공통 스타일 */
.board_list_typeA,
.board_list_typeB,
.board_list_typeC,
.board_view,
.board_write {
	margin: 0 auto;
}

.board_list_typeA .bt_wrap,
.board_list_typeB .bt_wrap,
.board_list_typeC .bt_wrap,
.board_view .bt_wrap,
.board_write .bt_wrap {
	margin-top: 60px;
	text-align: center;
}

/* 검색 영역 */
.board_search {
	width: 100%;
	min-width: 1000px;
	margin-bottom: 60px;
	padding: 25px 0;
	background: #f5f5f5;
	text-align: center;
}

/* 검색 결과 메시지 (ex. “키워드” 검색 결과입니다.) */
.search_result_message {
	width: 90%;
	max-width: 1300px;
	min-width: 1000px;
	margin: 0 auto 30px auto;
}

.search_result_message p {
	font-size: 20px;
	font-weight: 500;
}

.search_result_message p span {
	color: #b5a488;
}

.search_title {
	width: 90%;
	min-width: 1000px;
	max-width: 1300px;
	margin: 0 auto 10px auto;
}

.search_title + .board_list_typeB.symposium {
	margin-top: 0;
}

/* 게시판 글보기 */
.board_view {
	width: 90%;
	min-width: 1000px;
	max-width: 1300px;
}

.board_view &gt; div {
	border-bottom: 1px solid #ddd;
}

.board_view &gt; div.bt_wrap {
	border-bottom: 0;
}

.board_view_title {
	padding: 20px 30px;
	border-top: 1px solid #b5a488;
	text-align: right;
	font-size: 0;
}

.board_view_title &gt; div {
	display: inline-block;
	vertical-align: middle;
}

.board_view_title .title {
	float: left;
	margin-top: -4px;
	font-size: 18px;
	font-weight: 500;
	color: #222;
}

.board_view_title .writer,
.board_view_title .file,
.board_view_title .date,
.board_view_title .view {
	margin-left: 20px;
	font-size: 14px;
	font-weight: 300;
	color: #888;
}

.board_view_title .file,
.board_view_title .view {
	padding-left: 17px;
	font-weight: 300;
	color: #888;
}

.board_view_title .file {
	background: url(/resources/img/board/file.png) no-repeat 0 50%;
}

.board_view_title .view {
	background: url(/resources/img/board/view.png) no-repeat 0 50%;
}

.board_view_cont {
	min-height: 250px;
	padding: 30px;
	line-height: 160%;
	font-size: 15px;
}

.board_view_img {
	margin-bottom: 30px;
}

.board_view_img img {
	display: block;
	max-width: 100%;
	margin: 10px auto 0 auto;
}

.board_view_img img:first-child {
	margin-top: 0;
}

.board_view_file {
	font-size: 0;
}

.board_view_file &gt; div {
	display: inline-block;
	vertical-align: top;
	font-size: 15px;
}

.board_view_file .title {
	width: 120px;
	padding: 20px 0;
	text-indent: 30px;
}

.board_view_file .file_list {
	width: 880px;
	padding: 20px 0;
	line-height: 160%;
}

.board_view_file .file_list a {
	font-size: 14px;
	font-weight: 300;
}

.board_view_file .file_list a:hover {
	text-decoration: underline;
}

.board_view_tab {
	padding: 30px 0;
	border-bottom: 1px solid #ccc;
	line-height: 160%;
	font-size: 15px;
	overflow: auto;
}

.board_view_tab .tab {
	float: left;
}

.board_view_tab .tab ul {
	background: #b5a488;
}

.board_view_tab .tab ul li {
	width: 185px;
	box-sizing: border-box;
	border: 1px solid #333;
	border-top: 0;
}

.board_view_tab .tab ul li:first-child {
	border-top: 1px solid #333;
}

.board_view_tab .tab ul li a {
	display: block;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.board_view_tab .tab ul li a.on {
	background: #fff;
	font-weight: 800;
	color: #b5a488;
}

.board_view_tab .cont {
	padding-left: 250px;
}

.board_view_tab .cont .detail_title {
	padding: 20px 0;
}

.board_view_tab .cont .detail_title strong {
	font-size: 32px;
	font-weight: 600;
}

.board_view_tab .cont .detail_title p {
	margin-top: 15px;
	font-size: 15px;
}

/* 댓글 */
.repl_add {
	font-size: 0;
}

.repl_add textarea,
.repl_add .bt_repl_add {
	display: inline-block;
	vertical-align: top;
}

.repl_add textarea {
	width: 90%;
	height: 100px;
	padding: 20px 30px;
	box-sizing: border-box;
	border-left: 1px solid #ddd;
	font-size: 15px;
	resize: none;
}

.repl_add .bt_repl_add {
	width: 10%;
	height: 100px;
	background: #b5a488;
	font-size: 15px;
	color: #fff;
}

.repl_wrap .repl_list {
	border-bottom: 1px solid #ddd;
}

.repl_wrap li {
	padding: 20px 30px;
	border-top: 1px dashed #ddd;
}

.repl_wrap li:first-child {
	border-top: 0;
}

.repl_wrap .top {
	margin-bottom: 5px;
}

.repl_wrap .top input[type="button"],
.repl_edit input[type="button"] {
	display: inline-block;
	padding: 1px 3px;
	border: 1px solid #999;
	color: #777;
}

.repl_wrap .top input[type="button"].on,
.repl_edit input[type="button"].on {
	border-color: #b5a488;
	background: #b5a488;
	color: #fff;
}

.repl_writer {
	font-size: 15px;
}

.repl_date {
	font-size: 12px;
	color: #777;
}

.repl_cont {
	font-size: 15px;
}

.repl_edit textarea {
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	resize: none;
	font-size: 15px;
}

/* 게시판 글쓰기 */
.board_write_wrap {
    width: 100%;
    max-width: 1350px;
    margin: 0 auto;
    padding: 0 50px;
    box-sizing: border-box;
}

.board_write {
	border-top: 1px solid #b5a488;
}

.board_write &gt; div {
	border-bottom: 1px solid #ddd;
}

.board_write &gt; div.bt_wrap {
	border-bottom: 0;
}

.board_write_title {
	padding: 20px 0;
	text-align: left;
	font-size: 0;
}

.board_write_title &gt; div {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
}

.board_write_title .title {
	width: 150px;
	text-indent: 30px;
}

.board_write_title .title_ipt {
	width: 480px;
}

.board_write_title .title_ipt input[type="text"] {
	width: 100%;
}

.board_write_title .writer {
	width: 150px;
	text-align: left;
	text-indent: 45px;
}

.board_write_title .writer_ipt {
	width: 220px;
}

.board_write_title .writer_ipt input[type="text"] {
	width: 100%;
}

.board_write_title input[type="text"],
.board_write_password input[type="password"] {
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	border-radius: 2px;
	font-size: 16px;
}

.board_write_title input[type="text"]:read-only {
	background: #eee;
}

.board_write_cont {
	min-height: 300px;
}

/* 에디터 */
.cke_top {
	display: none !important;
}

.cke_bottom {
	display: none !important;
}

.cke_chrome {
	border-top: 0 !important;
	border-bottom: 0 !important;
}

.cke_editable p {
	font-size: 16px !important;
}

.board_write_img,
.board_write_file,
.board_write_password {
	padding: 20px 0;
	font-size: 0;
}

.board_write_img dt,
.board_write_img dd,
.board_write_file dt,
.board_write_file dd,
.board_write_password dt,
.board_write_password dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.board_write_img dt,
.board_write_file dt,
.board_write_password dt {
	width: 20%;
	text-indent: 30px;
}

.board_write_img dd,
.board_write_file dd,
.board_write_password dd {
	width: 80%;
	margin-left: 0;
}

.board_write_img ul {
	text-align: left;
	font-size: 0;
}

.board_write_img ul li {
	position: relative;
	display: inline-block;
	width: 15%;
	height: 126px;
	margin: 0 0 20px 2%;
	box-sizing: border-box;
	border: 1px solid #eee;
	background-repeat: no-repeat;
	background-position: relative;
	background-size: cover;
}

.board_write_img ul li:first-child {
	margin-left: 0;
}

.board_write_img ul li:nth-child(6n-5) {
	margin-left: 0;
}

.board_write_img ul li:nth-child(-n+5) {
	margin-top: 0;
}

.board_write_img ul li .bt_del_img {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	background: rgba(0, 0, 0, 0.3) url(/resources/img/contents/board_img_del.png) no-repeat 50% 50%;
	background-size: 10px;
	text-indent: -1000px;
	overflow: hidden;
}

.board_write_img ul li:hover .bt_del_img {
	display: block;
}

.board_write_file ul {
	line-height: 160%;
}

.board_write_file ul li {
	font-size: 14px;
	font-weight: 300;
}

.board_write_file ul li:last-child {
	margin-bottom: 0;
}

.board_write_file .bt_del_file {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	vertical-align: middle;
	background: url(/resources/img/contents/board_file_icon.png) no-repeat 0 0 /16px;
	text-indent: -1000px;
	overflow: hidden;
}

#progress_img, #progress_file {
	display: none;
}

/* 게시판 리스트 - 없을 때 */
.board_list .noItem {
	text-align: center;
}

/* 게시판 리스트 - 카드형 */
.board_list_typeA {
	width: 90%;
	min-width: 1000px;
	max-width: 1300px;
}

.board_list_typeA .search_result_message p span {
	color: #b5a488;
}

.board_list_typeA &gt; ul {
	text-align: left;
	font-size: 0;
}

.board_list_typeA &gt; ul &gt; li {
	display: inline-block;
	width: 32%;
	margin: 26px 0 0 2%;
	vertical-align: top;
	overflow: hidden;
}

.board_list_typeA &gt; ul &gt; li:nth-child(-n+3) {
	margin-top: 0;
}

.board_list_typeA &gt; ul &gt; li:nth-child(3n-2) {
	margin-left: 0;
}

.board_list_typeA &gt; ul &gt; li &gt; a {
	display: block;
	height: 164px;
	padding: 30px;
	border: 1px solid #ddd;
	transition: border-color .5s ease;
}

.board_list_typeA &gt; ul &gt; li &gt; a:hover {
	border-color: #b5a488;
}

.board_list_typeA .top {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	text-align: right;
}

.board_list_typeA .top span {
	display: inline-block;
	font-size: 14px;
}

.board_list_typeA .top .num {
	float: left;
	color: #b5a488;
}

.board_list_typeA .top .file,
.board_list_typeA .top .view {
	padding-left: 17px;
	font-weight: 300;
	color: #888;
}

.board_list_typeA .top .file {
	background: url(/resources/img/board/file.png) no-repeat 0 50%;
}

.board_list_typeA .top .view {
	margin-left: 20px;
	background: url(/resources/img/board/view.png) no-repeat 0 50%;
}

.board_list_typeA .cont .title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #222;
}

.board_list_typeA .cont .info {
	margin: 5px 0 10px 0;
}

.board_list_typeA .cont .info span {
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
	font-weight: 300;
	color: #888;
}

.board_list_typeA .cont .info span:first-child {
	margin-left: 0;
}

.board_list_typeA .cont .content {
	height: 48px;
	line-height: 160%;
	font-size: 15px;
	color: #888;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

#paging,
.board_list .page {
	margin-top: 30px;
	text-align: center;
	font-size: 0;
}

#paging a,
.board_list .page a {
	display: inline-block;
	vertical-align: middle;
}

#paging a.bt,
.board_list .page a.bt {
	width: 30px;
	height: 30px;
	background-color: ddd;
	background-image: url(/resources/img/comm/page_arrow.png);
	background-repeat: no-repeat;
	text-indent: -1000px;
	overflow: hidden;
}

#paging a.bt:hover,
.board_list .page a.bt:hover {
	background-color: #ccc;
}

#paging a.first,
.board_list .page a.first {
	background-position: 10px -40px;
}

#paging a.prev,
.board_list .page a.prev {
	margin: 0 15px 0 5px;
	background-position: 10px 10px;
}

#paging a.next,
.board_list .page a.next {
	margin: 0 5px 0 15px;
	background-position: -40px 10px;
}

#paging a.last,
.board_list .page a.last {
	background-position: -40px -40px;
}

#paging a.num,
.board_list .page a.num {
	padding: 0 10px;
	font-size: 16px;
}

#paging a.num.on,
.board_list .page a.num.on {
	color: #b5a488;
	text-decoration: underline;
}

@media ( max-width: 1270px ) {
	.board_list_typeA .cont .title {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
}


/* 게시판 리스트 - 목록형 */
.board_list_typeB {
	width: 100%;
	min-width: 1200px;
	max-width: 1350px;
	padding: 0 50px;
	box-sizing: border-box;
}

.board_list_typeB .list {
	border-top: 1px solid #b5a488;
}

.board_list_typeB .list &gt; li {
	padding: 18px 0;
	border-bottom: 1px solid #ddd;
	font-size: 0;
}

.board_list_typeB .list &gt; li.head &gt; div {
	text-align: center;
	font-size: 14px;
	font-weight: 400;
	color: #888;
}

.board_list_typeB .list &gt; li &gt; div {
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	color: #888;
}

.board_list_typeB .list .num {
	width: 8%;
}

.board_list_typeB .list .title {
	width: 52%;
	text-align: left;
	font-size: 16px;
	font-weight: 400;
	color: #222;
}

.board_list_typeB .list .writer { width: 10%; }
.board_list_typeB .list .date { width: 10%; }
.board_list_typeB .list .file { width: 10%; }
.board_list_typeB .list .view { width: 10%; }

/* 학회소식 */
.board_list_typeB.news .list .num { width: 7%; }
.board_list_typeB.news .list .category { width: 12%; }
.board_list_typeB.news .list .title { width: 53%; }

/* 심포지엄 목록 */
.board_list_typeB.symposium { margin-top: 60px; }
.board_list_typeB.symposium .list .num { width: 10%; }
.board_list_typeB.symposium .list .title { width: 40%; }
.board_list_typeB.symposium .list .period { width: 20%; }
.board_list_typeB.symposium .list .place { width: 15%; }
.board_list_typeB.symposium .list .apply { width: 15%; }
.board_view.symposium { margin-top: 60px; }





/* 반응형 */
@media ( max-width: 1000px ) {
	.board_list_typeA,
	.board_list_typeB,
	.board_list_typeC,
	.board_view,
	.board_write {
			margin-bottom: 0;
	}
	.board_list_typeA .bt_wrap,
	.board_list_typeB .bt_wrap,
	.board_list_typeC .bt_wrap,
	.board_view .bt_wrap,
	.board_write .bt_wrap {
			margin-top: 30px;
	}
	.board_search {
		min-width: auto;
		margin-bottom: 0;
		padding: 12px 0;
	}
	.search_ipt input[type="text"] {
		width: 300px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}
	.search_ipt input[type="button"] {
		top: 10px;
	}
	.search_result_message {
		width: 100%;
		min-width: auto;
		max-width: unset;
		margin-bottom: 0;
	}
	.search_result_message p {
		padding: 15px 0;
		border-bottom: 1px dotted #ddd;
		text-align: center;
		font-size: 14px;
	}
	.board_list_typeA {
		width: auto;
		min-width: auto;
		max-width: unset;
		padding: 0 20px;
	}
	.board_list_typeA .top {
		margin-bottom: 12px;
		padding-bottom: 5px;
	}
	.board_list_typeA .top span {
		font-size: 12px;
	}
	.board_list_typeA &gt; ul &gt; li {
		width: 100%;
		margin: 20px 0 0 0 !important;
	}
	.board_list_typeA &gt; ul &gt; li &gt; a {
		height: auto;
		padding: 18px 20px 20px 20px;
	}
	.board_list_typeA .cont .title {
		font-size: 16px;
	}
	.board_list_typeA .cont .content p {
		height: auto;
		line-height: 160%;
		font-size: 12px;
	}
	.board_list_typeA .cont .info span {
		font-size: 13px;
	}
	.board_list_typeB {
		width: auto;
		min-width: auto;
		max-width: unset;
		padding: 0 20px;
	}
	.board_list_typeB.symposium {
		margin-top: 30px;
	}
	.board_list_typeB .list &gt; li {
		padding: 10px 0;
	}
	.board_list_typeB .list &gt; li &gt; div {
		font-size: 12px;
	}
	.board_list_typeB .list &gt; li.head &gt; div {
		font-size: 12px;
	}
	.board_list_typeB .list .date,
	.board_list_typeB .list .file,
	.board_list_typeB .list .view {
			display: none;
	}
	.board_list_typeB .list .num,
	.board_list_typeB.news .list .num {
		width: 10%;
	}
	.board_list_typeB .list .title,
	.board_list_typeB.news .list .title {
		width: 70%;
		font-size: 14px;
	}
	.board_list_typeB .list .writer,
	.board_list_typeB.news .list .writer {
		width: 20%;
	}
		
	#paging a.num,
	.board_list .page a.num {
		padding: 0 4px;
	}
		
	.board_list .page a.num,
	#paging a.num {
		font-size: 12px;
	}
	.board_list .page a.bt,
	#paging a.bt {
		width: 24px;
		height: 24px;
	}
	.board_list .page a.first,
	#paging a.first {
		background-position: 7px -42px;
	}
	.board_list .page a.prev,
	#paging a.prev {
		margin-right: 10px;
		background-position: 7px 8px;
	}
	.board_list .page a.next,
	#paging a.next {
		margin-left: 10px;
		background-position: -42px 8px;
	}
	.board_list .page a.last,
	#paging a.last {
		background-position: -42px -42px;
	}
	
	
	
	.board_view {
		margin-top: 20px !important;
		width: auto;
		min-width: auto;
		max-width: unset;
		padding: 0 20px;
	}
	.board_view_title {
		padding: 15px 10px;
		text-align: left;
	}
	.board_view_title .title {
		float: none;
		display: block;
		margin-bottom: 5px;
		font-size: 16px;
	}
	.board_view_title .writer,
	.board_view_title .file,
	.board_view_title .date,
	.board_view_title .view {
			margin-left: 10px;
			font-size: 13px;
	}
	.board_view_title .writer {
		margin-left: 0;
	}
	.board_view_cont {
		min-height: 150px;
		padding: 15px 10px;
		font-size: 14px;
	}
	.board_view_img {
		margin-bottom: 12px;
	}
	.board_view_file .title {
		display: none;
	}
	.board_view_file .file_list {
		width: auto;
		padding: 12px 10px;
	}
	.repl_add textarea {
		width: 85%;
		padding: 15px;
		border-radius: 0;
		-webkit-appearance: none;
		font-size: 14px;
	}
	.repl_add .bt_repl_add {
		width: 15%;
	}
	.repl_wrap li {
		padding: 10px;
	}
	.repl_writer {
		font-size: 12px;
	}
	.repl_cont {
		font-size: 14px;
	}
	.repl_edit textarea {
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 14px;
	}
	
	.board_write_wrap {
		padding: 0;
	}
	
	.board_write {
		margin-top: 20px !important;
		width: auto;
		min-width: auto;
		max-width: unset;
		margin: 0 20px;
	}
	
	#smart_editor2 {
		width: 100% !important;
	}
	.board_write_title {
		padding: 10px 0;
	}
	.board_write_title &gt; div {
		font-size: 14px;
	}
	.board_write_title .title {
		width: 25%;
		text-align: left;
		text-indent: 10px;
	}
	.board_write_title .title_ipt {
		width: 75%;
	}
	.board_write_title input[type="text"],
	.board_write_password input[type="password"] {
		padding-top: 7px;
		padding-bottom: 7px;
		font-size: 14px;
	}
	.board_write_title .writer,
	.board_write_title .writer_ipt {
			display: none;
	}
	.board_write_cont {
		min-height: auto;
		background: none;
	}
	.board_write_img,
	.board_write_file {
			padding: 10px 0;
	}
	.board_write_img dt,
	.board_write_file dt,
	.board_write_password dt {
			width: 25%;
			text-indent: 10px;
			font-size: 14px;
	}
	.board_write_img dd,
	.board_write_file dd,
	.board_write_password dd {
			width: 75%;
	}
	.board_write_img ul li {
		width: 100%;
		margin: 10px 0 0 0 !important;
	}
		
		
	.board_write #cke_editor1 {
		border-top: 0;
	}
	.board_write .cke_top {
		display: none;
	}
	.board_write .cke_bottom {
		display: none;
	}
	.board_write #cke_1_contents {
		height: 200px !important;
	}
		
	.board_view_tab {
		padding: 20px 0;
	}
	.board_view_tab .tab {
		float: none;
	}
	.board_view_tab .tab ul {
		font-size: 0;
	}
	.board_view_tab .tab ul li {
		display: inline-block;
		width: 50%;
	}
	.board_view_tab .tab ul li:nth-child(even) {
		border-left: 0;
	}
	.board_view_tab .tab ul li a {
		padding: 8px 0;
		font-size: 14px;
	}
	.board_view_tab .cont {
		margin-top: 20px;
		padding-left: 10px;
		padding-right: 10px;
	}
	.board_view_tab .cont .detail_title {
		margin-bottom: 10px;
		padding: 0;
	}
	.board_view_tab .cont .detail_title strong {
		font-size: 16px;
	}
	.board_view_tab .cont .detail_cont {
		font-size: 14px;
	}
	
	.search_page #contentsPrint {
		margin-bottom: 30px;
	}
	.board_search .search_ipt input[type="submit"] {
		top: 10px;
	}
	.search_title {
		width: auto;
		min-width: auto;
		max-width: unset;
		margin-top: 30px;
		padding: 0 20px;
		font-size: 16px;
	}
	.search_title + .board_list_typeB {
		margin: 0;
	}
}
</pre></body></html>