.notice_board * {
	box-sizing: border-box !important;
}

.notice_board {
	padding-top: 100px;
}

div.board {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
div.board .board-view {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}
div.board .board-view .view-top {
	position: relative;
	display: block;
	width: 100%;
	height: 110px;
	background-color: #f3f5f5;
	font-size: 0;
	padding-left: 30px;
	padding-right: 23px;
	padding-top: 30px;
	border-bottom: 1px solid #e8e8e8;
	border-top: 2px solid #013a3f;
}

div.board .board-view .view-top p {
	color: #202020;
	letter-spacing: -0.9px;
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 15px;
	font-weight: 600;
}
div.board .board-view .view-top>div {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
}

div.board .board-view .view-top>div span {
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	letter-spacing: -0.9px;
	color: #686868;
	font-size: 14px;
}
div.board .board-view .view-top>div span.bar {
	font-size: 0;
	background: #cccccc;
	height: 11px;
	width: 1px;
	margin: 0 11px;
	vertical-align: middle;
}
div.board .board-view .view-top>div a {
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	letter-spacing: -0.9px;
	color: #0c8b96;
	font-size: 14px;
}


div.view-main {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	min-height: 100px;
	background: #fff;
	padding: 30px;
	font-size: 0;
}

div.view-main img {
	max-width: 100%;
}

div.view-main>div.text {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 16px;
	letter-spacing: -0.9px;
	color: #383838;
	font-weight: 400;
	white-space: pre-line;
	line-height: 160%;
}

div.view-main>div.text span {
	font-size: 16px;
	letter-spacing: -0.9px;
	color: #383838;
	font-weight: 400;
	white-space: pre-line;
	line-height: 160%;
}

div.view-main>div.text p {
	font-size: 16px;
	letter-spacing: -0.9px;
	color: #383838;
	font-weight: 400;
	white-space: pre-line;
	line-height: 160%;
}

ul.prev_next {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	border-top: 1px solid #e8e8e8;
	/* border-bottom: 1px solid #e8e8e8; */
	font-size: 0;
}

ul.prev_next li {
	position: relative;
	display: inline-block;
	height: 54px;
	width: 100%;
	line-height: 53px;
	font-size: 0;
	border-bottom: 1px solid #e8e8e8;
}

ul.prev_next li span {
	display: inline-block;
	color: #383838;
	letter-spacing: -0.9px;
	font-size: 16px;
	font-weight: 400;
	vertical-align: top;
}

ul.prev_next li span.span1 {
	font-weight: 500;
	text-align: center;
	width: 160px;
	background: #f3f5f5;
}

ul.prev_next li span.span2 {
	font-weight: 400;
	text-align: left;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 160px);
}

ul.prev_next li span.span2 a {
	font-weight: 400;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 160px);
}

.comment {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 30px 15px 0 15px;
}

.comment * {
	font-family: "돋움",Dotum,"돋움체",DotumChe;
}

.comment_write_inner {
	position: relative;
	display: block;
	width: 100%;
} 

.comment_write_inner input {
	float: left;
	height: 85px;
	width: calc(100% - 100px);
	background: #fff;
	padding: 23px 19px;
	border: 1px solid #d6d6d6;
	border-right: 0;
	font-size: 14px;
	font-weight: 400;
}

.comment_write_inner button {
	float: left;
	height: 85px;
	width: 100px;
	background: #fff;
	text-align: center;
	border: 1px solid #d6d6d6;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	cursor: pointer;
	background: #0c8b96;
	letter-spacing: -0.4px;
	font-family: 'Noto Sans KR', sans-serif !important;
} 


.comment_write_inner button:active {
	background: #096169;
}

.comment_write_inner input::placeholder {
	font-size: 13px;
	color: #a3a3a3;
	font-weight: 400;
	letter-spacing: -0.9px;
}

.comment_write_inner input::-webkit-input-placeholder {
	font-size: 13px;
	color: #a3a3a3;
	font-weight: 400;
	letter-spacing: -0.9px;
}

.comment_write_inner input:-ms-input-placeholder {
	font-size: 13px;
	color: #a3a3a3;
	font-weight: 400;
	letter-spacing: -0.9px;
}

.comment_list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.comment_list table {
	position: relative;
	width: 100%;
	height: auto;
}

.comment_list table tr {
	position: relative;
	width: 100%;
	height: auto;
}

.comment_list table tr td {
	position: relative;
	height: 72px;
	line-height: 72px;
	font-size: 13px;
	letter-spacing: -0.4px;
	color: #8e8e8e;
	font-weight: normal;
	font-weight: 500;
}

.comment_list table tr td.name {
	padding-left: 20px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	width: 145px;
	font-weight: 700;
}

.comment_list table tr td.text {
	position: relative;
	overflow: hidden;
	width: 525px;
}

.comment_list table tr td.text div{
	width: 525px;
	padding-right: 10px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 13px;
	letter-spacing: -0.4px;
	color: #8e8e8e;
	font-weight: normal;
	font-weight: 500;
}

.comment_list table tr td.date {
	position: relative;
	overflow: hidden;
	width: 160px;
}

.comment_list table tr td.comment_delete {
	position: relative;
	overflow: hidden;
	width: calc(100% - 831px);
	text-align: center;
	font-weight: 700;
}

.comment_list table tr td.comment_delete a {
	position: relative;
	overflow: hidden;
	width: *;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
}


.comment_list table tr td.comment_delete a:hover {
	font-weight: 700;
	font-size: 12px;
}

.comment_list table tr:last-child td {
	border-bottom: 1px solid #d6d6d6;
}

.board_list {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.board_list .board_list-top {
	position: relative;
	background: #f3f5f5;
	height: 56px;
	text-align: left;
	font-size: 0;
	border-bottom: 1px solid #;
	border-top: 2px solid #013a3f;
}

.board_list .board_list-top>div {
	position: relative;
	float: left;
	display: block;
	height: 53px;
	line-height: 53px;
	font-size: 16px;
	letter-spacing: -0.8px;
	color: #383838;
	font-weight: 500;
	text-align: center;
}

.board_list .board_list-top>div.top1 {
	/* text-align: left;
	padding-left: 17px; */
}

.board_list .board_list-top>div.top1 {
	width: 76px;
}
.board_list .board_list-top>div.top2 {
	width: calc(100% - 267px);
}
.board_list .board_list-top>div.top3 {
	width: 91px;
}
.board_list .board_list-top>div.top4 {
	width: 109px;
}
.board_list .board_list-top>div.top5 {
	width: 80px;
}

div.board_list-line {
	display: block;
	width: 100%;
	height: auto;
	border-bottom: 1px solid #e8e8e8;
}


div.board_list-line:after {
	content: "";
	display: block;
	clear: both;
}

div.board_list-line div {
	float: left;
	height: 54px;
	line-height: 53px;
	font-size: 16px;
	letter-spacing: -0.9px;
	color: #383838;
	font-weight: 400;
	text-align: center;
}

div.board_list-line div a {
	font-size: 16px;
	letter-spacing: -0.9px;
	color: #383838;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

div.board_list-line div a:hover {
	color: #000;
}

div.board_list-line div.number {
	width: 76px;
	text-align: center;
	/* padding-left: 17px; */
}

div.board_list-line div.number.notice {
	color: #0c8b96;
	font-weight: 500;
}

div.board_list-line div.noList {
	text-align: center;
	width :100%;
	height: 200px;
	line-height: 199px;
}

div.board_list-line div.title {
	width: calc(100% - 267px);
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
	padding: 0 12px;
}

div.board_list-line div.name {
	width: 91px;
	overflow: hidden;
	text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	-ms-text-overflow: ellipsis;
	white-space: nowrap;
}

div.board_list-line div.date {
	width: 109px;
}

div.board_list-line div.count {
	width: 80px;
}

.board_page_btns {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	padding: 40px 0;
	text-align: center;
	font-size: 0;
}

.board_page_btns a {
	display: inline-block;
	font-size: 16px;
	letter-spacing: -0.9px;
	color: #383838;
	font-weight: 400;
	width: 40px;
	height: 40px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #dbdbdb;
	vertical-align: top;
}

.board_page_btns a.arrow1-1,
.board_page_btns a.arrow1-2,
.board_page_btns a.arrow2-1,
.board_page_btns a.arrow2-2 {
	font-size: 0 !important;
}

.board_page_btns a:nth-child(n+2) {
	margin-left: 4px;
}


.board_page_btns a.arrow1-2 {
	margin-right: 6px;
}

.board_page_btns a.arrow2-1 {
	margin-left: 10px !important;
}

.board_page_btns a.active {
	background: #0c8b96;
	font-weight: 500;
	color: #fff;
	border: 1px solid #0c8b96;
}

.board_page_btns a.arrow1-1 {background: url(/images/common/board-arrow.png)no-repeat top -1px left -1px;}
.board_page_btns a.arrow1-2 {background: url(/images/common/board-arrow.png)no-repeat top -1px left -42px;}
.board_page_btns a.arrow2-1 {background: url(/images/common/board-arrow.png)no-repeat top -1px left -83px;}
.board_page_btns a.arrow2-2 {background: url(/images/common/board-arrow.png)no-repeat top -1px left -125px;}


.board_sch {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
	text-align: right;
}

.board_sch select,
.board_sch input,
.board_sch button {
	box-sizing: border-box;
	display: inline-block;
	border: 1px solid #dbdbdb;
	vertical-align: top;
	height: 40px;
	text-align: left;
	font-weight: 400;
}

.board_sch select {
	padding-left: 12px;
	font-size: 16px;
	color: #383838;
	letter-spacing: -0.9px;
	border-right: 0;
	width: 120px;
	-webkit-appearance: none;
	-moz-appearance: none; 
	appearance: none;
	background: url(/images/common/select_arrow_.gif)no-repeat right 14px center;
}
.board_sch select::-ms-expand { display: none; }

.board_sch input {
	padding-left: 12px;
	font-size: 16px;
	color: #383838;
	letter-spacing: -0.9px;
	width: 199px;
	padding: 0 10px;
}

.board_sch button {
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #1c60b4;
	border-color: #1c60b4;
	letter-spacing: -0.9px;
	cursor: pointer;
	font-weight: 500;
	width: 80px;
	margin-left: 8px;
}


.gall_list {
	position: relative;
	display: block;
	width: 100%;
	font-size: 0;
}

.gall_list div.no_list {
	display: block;
	width: 100%;
	height: 250px;
	line-height: 250px;
	font-size: 18px;
	text-align: center;
	font-weight: 400;
	border-top: 1px solid #f7f7f7;
	border-bottom: 1px solid #f7f7f7;
}


.gall_list .img_list {
	float: left;
	position: relative;
	display: block;
	width: 288px;
	height: auto;
	font-size: 0;
	overflow: hidden;
	margin-right: 13px;
}

.gall_list .img_list:nth-child(3n) {
	margin-right: 0;
}

.gall_list .img_list:nth-child(n+4) {
	margin-top: 26px;
}

.gall_list .img_list .Img {
	position: relative;
	display: block;
	width: 100%;
	height: 210px;
	background-color: #f3f5f5;
	overflow: hidden;
}

.gall_list .img_list .Img img {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	width: 110%;
	transition: width 0.2s;
	-o-transition: width 0.2s;
	-ms-transition: width 0.2s;
	-safari-transition: width 0.2s;
	-webkit-transition: width 0.2s;
}

.gall_list .img_list .Img img:hover {
	width: 120%;
}

.gall_list .img_list div.title {
	display: block;
	width: 100%;
	height: 41px;
	font-size: 0;
	margin-top: 15px;
}


.gall_list .img_list div.title a {
	font-size: 16px;
	color: #383838;
	letter-spacing: -0.8px;
	line-height: 132%;
	margin-top: -3px;
	display: inline-block;
	font-weight: 400;
}

.gall_list .img_list div.title:hover a {
	text-decoration: underline;
}


.gall_list .img_list .bottom span {
	display: inline-block;
	font-size: 14px;
	line-height: 1;
	letter-spacing: -0.9px;
	color: #868686;
	font-weight: 400;
	vertical-align: middle;
}

.gall_list .img_list .bottom span.bar {
	width: 1px;
	height: 11px;
	margin: 0 8px;
	font-size: 0;
	background: #dbdbdb;
}





/*게시판쓰기*/

.edit_btn_ {
	display: inline-block;
    border: 1px solid #0c8b96;
    height: 40px;
    line-height: 38px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	color: #0c8b96;
	border-color: #0c8b96;
	letter-spacing: -0.9px;
	cursor: pointer;
	font-weight: 400;
	width: 80px;
}
.delete_btn_ {
	display: inline-block;
    border: 1px solid #dbdbdb;
    height: 40px;
    line-height: 38px;
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	color: #fff;
	background: #0c8b96;
	border-color: #0c8b96;
	letter-spacing: -0.9px;
	cursor: pointer;
	font-weight: 400;
	width: 80px;
	margin-left: 10px;
}

.pwd_pop {
	position: fixed;
	z-index: 999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: table;
}
.pwd_pop>div {
	display: table-cell;
	position: relative;
	vertical-align:middle;
	width: 100%;
	height: 100%;
}
.pwd_pop>div>div {
	display: block;
	position: relative;
	width: 250px;
	height: 150px;
	background: #fff;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px;
	border: 1px solid #ddd;
}

.pwd_pop>div>div p {
	font-size: 18px;
	letter-spacing: -0.050em;
	color: #0c8b96;
	font-weight: 400;
	line-height: 100%;
	display: block;
	padding-top: 22px;
}
.pwd_pop>div>div input {
	font-size: 14px;
	font-weight: 400;
	color: #111;
	letter-spacing: -0.020em;
	margin-top: 20px;
	border-radius: 0;
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	height: 35px;
	margin-top: 10px;
	padding: 0 5px;
	text-align: center;
}

.pwd_pop .add_btn_ {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 30px;
	overflow: hidden;
	border: 0;
	background: #fff;
	border: 1px solid #ddd;
	cursor: pointer;
}
.pwd_pop .cancel_btn_ {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 30px;
	overflow: hidden;
	border: 0;
	background: #fff;
	border: 1px solid #ddd;
	margin-left: 6px;
	cursor: pointer;
}


.pwd_pop button>span {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 100%;
	line-height: 28px;
	font-size: 14px;
	color: #333;
	font-weight: 400;
}

.pwd_pop button:hover {
	background: #f8f8f8;
}

.tremsbox_ {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	font-size: 0;
	padding-bottom: 30px;
	border-bottom: 2px solid #0c8b96;
}

.tremsbox_ textarea {
	position: relative;
	display: block;
	width: 100%;
	height: 200px;
	background: #fff;
	border: 1px solid #ddd;
	padding: 10px;
	resize: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: -0.020em;
	color: #666;
	line-height: 160%;
}

.tremsbox_ input {
    border: inherit !important;
    -webkit-appearance: auto;
    -safari-appearance: auto;
    -o-appearance: auto;
    -ms-appearance: auto;
	margin-left: 5px;
}
.tremsbox_ label {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: -0.010em;
	color: #333;
}

.board_write {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	/* padding: 30px 0; */
	border: 1px solid #ddd;
	
	border-top: 0;
	border-bottom: 0
}

.board_write ul.ul {
	position: relative;
	display: flex;
	width: 100%;
	height: auto;
	font-size: 0;
	border-bottom: 1px solid #ddd;
}
.board_write ul.ul:last-child {
	margin-bottom: 0;
}

.board_write ul.ul li {
	position: relative;
	display: block;
	height: 55px;
	line-height: 55px;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
	color: #111;
	padding-left: 20px;
}

.board_write ul.ul li:nth-child(1) {
	width: 160px;
	border-right: 1px solid #ddd;
}
.board_write ul.ul li:nth-child(2) {
	width: calc(100% - 160px);
}
.board_write ul.ul li input {
	width: 300px;
    border-left: 1px solid #cbcbcb;
	border-top: 1px solid #cbcbcb;
	border-right: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	height: 1.5em;
	line-height: 1.3em;
	padding: 0 10px ;
	vertical-align: middle;
	background: #f8f8f8;
	height: 35px;
	margin-top: 10px;
	display: block;
}

.board_write ul.ul li input.pwd_ {
	width: 170px;
	text-align: center;
}

.edit_box {
	position: relative;
	display: block;
	width: 100%;
	height: 300px;
}

.edit_box iframe {
	height: 100%;
}

.listgoboard {
    text-align: center;
    font-size: 17px;
    color: #fff;
    background: #1c60b4;
    border-color: #1c60b4;
    letter-spacing: -0.9px;
    cursor: pointer;
    font-weight: 500;
    width: 130px;
	height: 50px;
	line-height: 48px;
	margin: 0 auto;
	margin-top: 35px;
	display: block;
}

/*게시판쓰기end*/






















































































































































































































































































































































































































































































































































































































































































































