.mt-80 {margin-top: 40px;}
.mb-80 {margin-bottom: 40px;}

/* new */

.board_list_wrap {
	max-width: 1300px;
	margin: 80px auto;
}

.board_list.type1 {
	border-top: 1px solid #193da5;
}

.board_list.type1 .top {
	border-bottom: 1px solid #272727;
	background: #f6f7fa;
	font-size: 0;
}

.board_list.type1 .item {
	border-bottom: 1px solid #d7d7d7;
	font-size: 0;
}

.board_list.type1 .top > div,
.board_list.type1 .item > div {
	display: inline-block;
	padding: 17px 0;
	vertical-align: middle;
	text-align: center;
	font-size: 2rem;
}

.board_list.type1 .item > div {
	color: #666;
}

.board_list.type1 .num {
	width: 10%;
}

.board_list.type1 .title {
	width: 60%;
}

.board_list.type1 .file {
	width: 10%;
}

.board_list.type1 .writer {
	width: 15%;
}

.board_list.type1 .date {
	width: 15%;
}

.board_list.type1 .item .title {
	text-align: left;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #272727;
}

.board_list.type2 table {
	width: 100%;
	border-top: 3px solid #193da5;
}

.board_list.type2 tr {
	border-bottom: 1px solid #333333;
}

.board_list.type2 th,
.board_list.type2 td {
	height: 80px;
	text-align: center;
	font-size: 3rem;
}

.board_list.type2 th {
	font-weight: 400;
	color: #272727;
}

.board_list.type2 td {
	font-weight: 300;
	color: #666;
}

.board_view_wrap {
	max-width: 1300px;
	margin: 100px auto;
}

.board_view {
	margin-bottom: 100px;
	border-top: 2px solid #2775de;
	border-bottom: 1px solid #d7d7d7;
}

.board_view .top {
	padding: 25px 0 20px;
	border-bottom: 1px solid #d7d7d7;
}

.board_view .top .title {
  display: table;
	margin-bottom: 10px;
  font-family: 'Gmarket Sans';
  letter-spacing: -2.5px;
	font-size: 3.2rem;
	color: #272727;
	word-break: keep-all;
  background: #fffef0;
}

.board_view .top .writer,
.board_view .top .date {
	display: inline-block;
	vertical-align: middle;
}

.board_view .top .writer {
	margin-right: 70px;
}

.board_view .top dt,
.board_view .top dd {
	display: inline-block;
	vertical-align: middle;
	font-size: 2rem;
}

.board_view .top dt {
	margin-right: 10px;
	color: #272727;
}

.board_view .top dd {
	color: #666;
}

.board_view .file {
	padding: 15px 20px;
  border-bottom: 1px solid #d7d7d7;
	background: #f9fbff;
	font-size: 2rem;
	color: #666;
}

.board_view .file img {
	width: 20px;
	margin-top: 3px;
	margin-right: 4px;
	vertical-align: top;
}

.board_view .cont_wrap {
	padding: 40px 20px;
	line-height: 180%;
	font-size: 2rem;
	color: #666;
}

.board_view .cont_wrap img{
	margin-bottom: 15px;
}

.board_view .img_wrap img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

.bt_wrap {
	clear: both;
	text-align: center;
	font-size: 0;
}

.bt1 {
	display: inline-block;
	width: 120px;
	padding: 10px 5px;
	border: 1px solid #dbdbdb;
	border-radius: 50px;
	background: #fff;
	box-sizing: border-box;
	font-size: 1.8rem;
	font-weight: 400;
	color: #333 !important;
	letter-spacing: -0.5px;
}

.bt1:first-child {
	margin-left: 0;
}

.bt1.on {
	background: #1c1f53;
	color: #fff !important;
}

.bt1.wide {
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}

.bt1.fix {
	padding-left: 50px;
	padding-right: 50px;
}

@media all and (max-width: 1000px) {
	.board_list_wrap {
		width: 100%;
		margin: 40px 0;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.board_list.type1 .top,
	.board_list.type1 .item .num {
		display: none;
	}

	.board_list.type1 .item {
		position: relative;
		padding: 15px 0;
	}

	.board_list.type1 .item > div {
		width: auto;
		padding: 0;
		font-size: 1.6rem;
	}

	.board_list.type1 .item .title {
		display: block;
		width: 80%;
	 }

	.board_list.type1 .item .file {
		position: absolute;
		top: 18px;
		right: 10px;
	}

	.board_list.type1 .item .file img {
		width: 16px;
	}

	.board_list.type1 .item .writer {
		margin-right: 10px;
	}

	.board_list.type2 {
		margin: 40px 0;
		padding: 0 20px;
	}

	.board_view_wrap {
		width: 100%;
		margin: 40px 0;
		padding: 0 20px;
		box-sizing: border-box;
	}

	.board_view {
		margin-bottom: 30px;
		padding-bottom: 30px;
		border-top-width: 1px;
	}

	.board_view .top {
		padding: 15px 0;
	}

	.board_view .top .title {
		margin-bottom: 0;
		font-size: 1.6rem;
	}

	.board_view .top .writer {
		margin-right: 20px;
	}

	.board_view .top dt {
		display: none;
	}

	.board_view .top dd {
		font-size: 1.6rem;
	}

	.board_view .file {
		padding: 10px;
		font-size: 1.2rem;
	}

	.board_view .file img {
		width: auto;
		height: 14px;
		margin-top: 2px;
	}

	.board_view .cont_wrap {
		padding: 20px 0;
		font-size: 1.4rem;
	}

	.board_view_wrap .bt1 {
		width: 120px;
	}
}

/* 제품 */
.prdt_list_wrap {
	max-width: 1300px;
	margin: 0 auto 100px auto;
}

.prdt_list {
	margin-top:25px;

}

.prdt_list ul {
	font-size: 0;
}
.prdt_list li {
	display: inline-block;
	width: 30%;
	margin-top: 60px;
	margin-left: 5%;
	vertical-align: top;
	text-align: center;
}

.prdt_list li:nth-child(-n+3) {
	margin-top: 0;
}

.prdt_list li:nth-child(3n-2) {
	margin-left: 0;
}

.prdt_list li .image {
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 100%;
	border-radius: 30px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 80%;
}

.prdt_list .name{
	display: block;
	font-size: 2.3rem; letter-spacing: -2px;
	font-family: 'Gmarket Sans';
}

.prdt_list .price {
	display: block;
	font-size: 1.8rem;
	letter-spacing:0;
}

.prdt_list .price {
	font-weight: 300;
}

.prdt_detail_wrap {
	max-width: 1300px;
	margin: 0 auto;
}

.prdt_detail_wrap .bt_prev,
.prdt_detail_wrap .bt_next {
	display: block;
	width: 100px;
	height: 40px;
	box-sizing: border-box;
	border-radius: 100px;
	border: 1px solid #cecece;
	background-repeat: no-repeat;
	font-size: 2rem;
	color: #3a3a3a;
}


.prdt_detail_wrap .bt_prev {
	background-image: url(/img/contents/bt_prev.png);
	background-position: 15% 55%;
	padding: 4px 0 0 38px;
	text-align: left;
}


.prdt_detail_wrap .bt_next {
	background-image: url(/img/contents/bt_next.png);
	background-position: 85% 55%;
	padding: 4px 38px 0 0;
	text-align: right;

}

.prdt_detail_wrap .top {
	margin-top: 20px;
}

.prdt_detail_wrap .top .image {
	float: left;
	width: 360px;
	height: 360px;
	border-radius: 60px;
	background-color: #eee;
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: 60%;
	text-indent: -10000px;
	overflow: hidden;
}

.prdt_detail_wrap .top .right {
	float: left;
	width: 820px;
	margin-left: 20px;
}

.prdt_detail_wrap .title,
.prdt_detail_wrap .price {
	display: block;
	margin-left: 30px;
	color: #3a3a3a;
}

.prdt_detail_wrap .title {
	font-size: 4.8rem;
}


.prdt_detail_wrap .price {
	font-size: 3.6rem;
	font-weight: 300;
}

.prdt_detail_wrap .text {
	margin: 40px 0;
	padding: 40px 0 0 30px;
	border-top: 1px solid #cecece;
	font-size: 2.4rem;
	color: #666;
	word-break: keep-all;
}

.prdt_detail_wrap .top .bottom {
	clear: both;
}

.prdt_detail_wrap .bt_nstore {
	display: block;
	width: 500px;
	height: 100px;
	margin-left: 30px;
	margin-bottom: 100px;
	padding: 25px 0 0 100px;
	box-sizing: border-box;
	border-radius: 100px;
	background: #4bc82a url("/img/contents/bt_nstore.png") no-repeat 30px 50%;
	font-size: 3rem;
	color: #fff;
}

.prdt_detail_wrap .bt_nstore img {
	display: none;
}

.prdt_detail_wrap .bottom {
	margin-bottom: 100px;
	padding: 30px 0;
	border-top: 2px solid #cecece;
	border-bottom: 1px solid #cecece;
	font-size: 0;
}

.prdt_detail_wrap .bottom div {
	display: inline-block;
	width: 600px;
}

.prdt_detail_wrap .bottom dt,
.prdt_detail_wrap .bottom dd {
	display: inline-block;
	box-sizing: border-box;
	line-height: 200%;
	font-size: 2.4rem;
	color: #666;
}

.prdt_detail_wrap .bottom dt {
	width: 160px;
	padding-left: 30px;
}

.prdt_detail_wrap .bottom dd {
	padding-left: 60px;
	width: 440px;
	border-left: 1px solid #cecece;
}

.prdt_detail_wrap .sec_title {
	border-bottom: 1px solid #c0bcb4;
}

.prdt_detail_wrap .sec_title strong {
	position: relative;
	display: inline-block;
	padding-bottom: 20px;
	font-family: 'Cafe24Ssurround';
	font-size: 3.6rem;
	color: #3a3a3a;
}

.prdt_detail_wrap .sec_title strong::before {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	display: block;
	width: 100%;
	height: 8px;
	border-radius: 20px;
	background: #1d70b6;
}

.prdt_detail_wrap .sec_title span {
	font-family: 'Cafe24Ssurround';
	color: #1d70b6;
}

.prdt_detail_wrap .detail {
	margin-bottom: 100px;
	padding: 100px 0;
	border-bottom: 1px solid #c0bcb4;
}

.prdt_detail_wrap .bt_wrap {
	position: relative;
	margin-bottom: 100px;
	text-align: center;
}

.prdt_detail_wrap .bt_wrap .bt_prev {
	position: absolute;
	top: 15px;
	left: 0;
}

.prdt_detail_wrap .bt_wrap .bt_next {
	position: absolute;
	top: 15px;
	right: 0;
}

@media all and (max-width: 768px) {
	.prdt_list_wrap {
		width: 100%;
		margin-bottom: 0;
		padding: 50px 30px;
		box-sizing: border-box;
	}

	.prdt_list_wrap .t2 {
		text-align: center;
	}

	.prdt_list {
		margin-top: 50px;
	}

	.prdt_list li {
		width: calc(50% - 5px);
		margin-left: 10px !important;
		margin-top: 50px !important;
	}

	.prdt_list li:nth-child(2n-1) {
		margin-left: 0 !important;
	}

	.prdt_list li:nth-child(-n+2) {
		margin-top: 0 !important;
	}

	.prdt_list li .image {
		margin-bottom: 20px;
	}

	.prdt_list .name,
	.prdt_list .price {
		font-size: 2rem;
	}

	.prdt_detail_wrap {
		width: 100%;
		padding: 30px;
		box-sizing: border-box;
	}

	.prdt_detail_wrap .bt_prev,
	.prdt_detail_wrap .bt_next {
		width: 80px;
		height: 30px;
		font-size: 1.6rem;
	}

	.prdt_detail_wrap .bt_prev {
		background-position: 24% 55%;
		padding: 1px 0 0 34px;
		background-size: 12px;
	}

	.prdt_detail_wrap .bt_next {
		background-position: 76% 55%;
		padding: 1px 34px 0 0;
		background-size: 12px;
	}

	.prdt_detail_wrap .top .image {
		float: none;
		margin: 0 auto;
	}

	.prdt_detail_wrap .top .right {
		float: none;
		width: 100%;
		margin-top: 30px;
		margin-left: 0;
	}

	.prdt_detail_wrap .title,
	.prdt_detail_wrap .price {
		margin-left: 0;
	}

	.prdt_detail_wrap .title {
		font-size: 3rem;
	}

	.prdt_detail_wrap .price {
		font-size: 2.6rem;
	}

	.prdt_detail_wrap .text {
		margin: 30px 0 0 0;
		padding: 30px 0 0 0;
		font-size: 2rem;
	}

	.prdt_detail_wrap .bt_nstore {
		margin-left: 0;
		width: 100%;
		height: 70px;
		margin-top: 30px;
		margin-bottom: 40px;
		padding: 16px 0 0 0;
		text-align: center;
		font-size: 2.4rem;
		background-image: none;
	}

	.prdt_detail_wrap .bt_nstore img {
		display: inline-block;
		width: 40px;
		margin-right: 10px;
	}

	.prdt_detail_wrap .bottom {
		margin-bottom: 50px;
	}

	.prdt_detail_wrap .bottom dt,
	.prdt_detail_wrap .bottom dd {
		font-size: 2rem;
	}

	.prdt_detail_wrap .bottom dt {
		width: 130px;
	}

	.prdt_detail_wrap .sec_title strong {
		margin-bottom: 10px;
		padding-bottom: 0;
		font-size: 3rem;
	}

	.prdt_detail_wrap .sec_title strong::before {
		bottom: -13px;
		height: 6px;
	}

	.prdt_detail_wrap .detail {
		margin-bottom: 50px;
		padding: 50px 0;
	}

	.prdt_detail_wrap .detail img {
		max-width: 100%;
	}

	.prdt_detail_wrap .bt_wrap {
		margin-bottom: 20px;
	}
}

/* 게시판 */
.board { width: 1080px; margin: 0 auto; padding-bottom: 120px; }
.board_typeA_list { margin-bottom: 50px; }
.board_typeA_list > ul { border-bottom: 1px solid #666; }
.board_typeA_list > ul > li { border-top: 1px solid #e0e0e0; font-size: 0; }
.board_typeA_list > ul > li:first-child { border-top: 1px solid #1d70b6; }
.board_typeA_list a { display: block; padding: 24px 0; }
.board_typeA_list a:hover { background: #f5f6f7; }
.board_typeA_list div { display: inline-block; box-sizing: border-box; font-size: 16px; }
.board_typeA_list div.number { width: 8%; color: #666; text-align: center; }
.board_typeA_list div.title { width: 69%; }
.board_typeA_list span.title_type1 { display: inline-block; margin-right: 5px; padding: 3px 10px; border-radius: 100px; background: #8e999d; border: 1px solid #8e999d; font-size: 12px; color: #fff; }
.board_typeA_list span.title_type2 { display: inline-block; margin-right: 5px; padding: 3px 10px; border-radius: 100px; border: 1px solid #8e999d; font-size: 12px; }
.board_typeA_list div.date { width: 15%; padding-left: 24px; background: url(/img/board/board_date.png) no-repeat 0 50%; background-size: 16px; color: #939393; }
.board_typeA_list div.view { width: 8%; padding-left: 24px; background: url(/img/board/board_view.png) no-repeat 0 50%; background-size: 16px; color: #939393; }


.paging { margin: 50px 0; text-align: center; font-size: 0; }
.paging a { display: inline-block; font-size: 1.8rem; vertical-align: middle; color: #666; }
.paging a.bt { width: 15px; height: 26px; text-indent: -1000px; overflow: hidden; }
.paging a.first { background: #fff url(/img/board/board_first.png) no-repeat 50% 50%; background-size: 11px; }
.paging a.prev { margin-right: 20px; background: #fff url(/img/board/board_prev.png) no-repeat 50% 50%; background-size: 100%; }
.paging a.next { margin-left: 20px; background: #fff url(/img/board/board_next.png) no-repeat 50% 50%; background-size: 100%;  }
.paging a.last { margin-left: -1px; background: #fff url(/img/board/board_last.png) no-repeat 50% 50%; background-size: 11px; }
.paging a.num { width: 37px; height: 37px; margin: 0 5px; line-height: 37px; border-radius: 100px; font-family:'Roboto'; border: 1px solid #dbdbdb; color: #333; }
.paging a.on { border-color: #1c1f53; background: #1c1f53; color: #fff; }


/* page */
#boardPage { padding:0; margin:70px 0 80px; text-align:center; }
#boardPage > .pageBlock, .pageBlockS, .pageBlockN { display:inline; padding:10px 15px; margin-right:-1px; border:1px solid #ccc; text-align:center; font-weight: 500; font-size: 13px; font-family:'Roboto'; }
#boardPage > .pageBlock:hover, .pageBlockN:hover { background:#fafafa; }
#boardPage > .pageBlock { transition:background 500ms ease; }
#boardPage > .pageBlock > a { margin-left:0; }
#boardPage > .pageBlock > a:hover { color:#fff; text-decoration:none; }
#boardPage > .pageBlockS { background:#f5f5f5; }
#boardPage > .pageBlockN { transition:background 500ms ease; }

/* page_index 2025.06.24(H) */
#idxPage { padding:0; margin:30px 0 20px; text-align:center; }
#idxPage > .pageBlock_idx, .pageBlockS_idx, .pageBlockN_idx { display:inline; padding:8px 13px; margin:0 2px; text-align:center; font-weight: 500; font-size: 14px; font-family:'Roboto'; }
#idxPage > .pageBlock_idx:hover, .pageBlockN_idx:hover { background:#f5f5f5; }
#idxPage > .pageBlock_idx { transition:background 500ms ease; }
#idxPage > .pageBlock_idx > a { margin-left:0; }
#idxPage > .pageBlock_idx > a:hover { color:#fff; text-decoration:none; }
#idxPage > .pageBlockS_idx { background:#1c1f53; color:#fff; }
#idxPage > .pageBlockN_idx { transition:background 500ms ease; }



.board_search { position: relative; width: 400px; margin: 40px auto 0; }
.board_search input[type="text"] { display: block; width: 100%; height: 50px; box-sizing: border-box; padding: 0 15px; border: 1px solid #ddd; border-radius: 3px; font-size: 15px; }
.board_search input[type="button"] { position: absolute; top: 15px; right: 15px; display: block; width: 20px; height: 21px; background: url(/img/board/board_search.png) no-repeat 0 0; background-size: 20px; text-indent: -1000px; overflow: hidden; }

.board_tab { margin-bottom: 60px; text-align: center; font-size: 0; }
.board_tab > a { display: inline-block; width: 25%; padding: 12px 0; box-sizing: border-box; border: 1px solid #dddfe0; border-left:0; background: #fff; font-size: 18px; font-weight: 400; color: #555; }
.board_tab > a:first-child { border-left: 1px solid #dddfe0; border-radius: 4px 0 0 4px; }
.board_tab > a:last-child { border-radius: 0 4px 4px 0; }
.board_tab > a.on { background: #1d70b6; border-color: #1d70b6; font-weight: 600; color: #fff; }
.tab6 > a { width: 216px; }

.board_typeB_list { margin: 75px 0; }
.board_typeB_list > ul { font-size: 0; }
.board_typeB_list > ul > li { display: inline-block; width: 326px; margin: 50px 0 0 51px; padding-bottom: 25px; background: #fff; box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1); border-radius: 4px; overflow: hidden; vertical-align: top; }
.board_typeB_list > ul > li:nth-child(3n-2) { margin-left: 0; }
.board_typeB_list > ul > li:first-child,
.board_typeB_list > ul > li:nth-child(2),
.board_typeB_list > ul > li:nth-child(3) { margin-top: 0; }
.board_typeB_list img { width: 100%; margin-bottom: 25px; }
.board_typeB_list span.category { display: block; margin-left: 30px; font-size: 15px; font-weight: 500; color: #1d70b6; }
.board_typeB_list p { height: 54px; margin: 8px 30px 24px 30px; font-size: 18px; font-weight: 400; color: #333; }
.board_typeB_list span.date,
.board_typeB_view span.date,
.board_typeB_list span.view,
.board_typeB_view span.view {
  display: inline-block;
  padding-left: 24px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: 16px;
  font-size: 13px;
  font-weight: 300;
  color: #939393;
}
.board_typeB_list span.date,
.board_typeB_view span.date {
  margin-left: 30px; background-image: url(/img/board/board_date.png);
}
.board_typeB_list span.view,
.board_typeB_view span.view {
  margin-left: 24px; background-image: url(/img/board/board_view.png);
}

.board_typeB_view { width: 1080px; margin: 80px auto 45px auto; border-bottom: 2px solid #666; }
.board_typeB_view .title { position: relative; padding: 32px 0 32px 0; border-top: 2px solid #1d70b6; border-bottom: 1px solid #e0e0e0; text-align: center; }
.board_typeB_view .title p { margin-bottom: 20px; font-size: 25px; font-weight: 500px; color: #333; }
.board_typeB_view .category { display: inline-block; margin-right: 14px; padding: 4px 10px; background: #1d70b6; border-radius: 2px; font-size: 16px; font-weight: 600; color: #fff; vertical-align: middle; }
.board_typeB_view .url,
.board_typeB_view .facebook {
  position: absolute;
  top: 80px;
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 32px;
  text-indent: -1000px;
  overflow: hidden;
}
.board_typeB_view .url { right: 39px; background-image: url(/img/board/url.png); }
.board_typeB_view .facebook { right: 0; background-image: url(/img/board/facebook.png); }
.board_typeB_view .contents { width: 800px; margin: 50px auto 80px auto; line-height: 180%; font-size: 16px; word-break:break-all; }
.board_typeB_view .contents img { display: block; max-width: 100% !important; margin: 20px auto; }
.board_typeB_view .list { border-top: 1px solid #e0e0e0; }
.board_typeB_view .list a { display: block; padding: 22px 0; font-size: 15px; font-weight: 400; color: #333; }
.board_typeB_view .list span { display: inline-block; margin: 0 30px 0 40px; color: #999; }
.board_typeB_view + .bt_wrap { margin-bottom: 120px; }

.board_typeB_write { width: 1080px; margin: 0 auto 45px auto; border-top: 2px solid #1d70b6; }
.board_typeB_write .title dl { border-bottom: 1px solid #e0e0e0; font-size: 0; }
.board_typeB_write .title dt { display: inline-block; width: 20%; padding: 22px 0; background: #f5f6f7; font-size: 15px; text-align: center; }
.board_typeB_write .title dd { display: inline-block; width: 80%; box-sizing: border-box; padding: 5px 20px; font-size: 15px; }
.board_typeB_write .title select { display: block; width: 200px; height: 36px; font-size: 16px; }
.board_typeB_write .title input[type="text"] { display: block; width: 70%; height: 36px; padding: 0 10px; background: #f5f5f5; font-size: 16px; }
.board_typeB_write .contents { border-bottom: 1px solid #e0e0e0; }
.board_typeB_write + .bt_wrap { margin-bottom: 120px; }

.board_typeC_list { width: 1080px; margin: 0 auto 75px auto; }
.board_typeC_list > div { position: relative; height: 222px; margin-top: 20px; box-sizing: border-box; padding: 35px 40px 0 440px; background: #fff; box-shadow: 0 2px 9px rgba(0, 0, 0, 0.1); border-radius: 4px; }
.board_typeC_list > div:first-child { margin-top: 0; }
.board_typeC_list a { display: block; }
.board_typeC_list img { position: absolute; top: 0; left: 0; width: 400px; height: 222px; }
.board_typeC_list i { font-size: 15px; font-weight: 600; color: #1d70b6; font-style: normal; }
.board_typeC_list p { margin: 8px 0 20px 0; font-size: 24px; font-weight: 300; color: #333; line-height: 150%; word-break: keep-all; }
.board_typeC_list span { font-size: 15px; font-weight: 300; color: #666; }

@media all and (max-width: 1000px) {
  .board { width: auto; padding: 0 0 40px 0; }

  .board_tab { width: auto; margin: 0 0 40px 0; padding: 15px; background: #eef5f7; }
  .board_tab > a { width: 33.3%; border: 1px solid #dddfe0; font-size: 13px; }
  .board_tab > a:first-child,
  .board_tab > a:last-child { border-radius: 0; }
  .board_tab > a:nth-child(2),
  .board_tab > a:nth-child(3),
  .board_tab > a:nth-child(5),
  .board_tab > a:nth-child(6) { border-left: 0; }
  .board_tab > a:nth-child(4),
  .board_tab > a:nth-child(5),
  .board_tab > a:nth-child(6) { border-top: 0; }

  .board_typeA_list { margin: 40px 15px; }
  .board_typeA_list a { padding: 20px 0; }
  .board_typeA_list div.number { display: none; }
  .board_typeA_list div.title { display: block; width: auto; margin-bottom: 6px; font-size: 16px; }
  .board_typeA_list div.date, .board_typeA_list div.view { font-size: 13px; }
  .board_typeA_list div.date { width: auto; }
  .board_typeA_list div.view { width: auto; margin-left: 30px; }

  .board_typeB_list { margin: 40px 15px; }
  .board_typeB_list > ul > li { width: 100%; margin: 10px 0; padding: 24px 15px; box-sizing: border-box; }
  .board_typeB_list span.category { margin-left: 0; font-size: 13px; }
  .board_typeB_list p { margin: 9px 0; font-size: 16px; }
  .board_typeB_list span.date { margin-left: 0; font-size: 13px; }
  .board_typeB_list span.view { font-size: 13px; }
  .board_typeB_view { width: auto; margin: 28px 15px; }
  .board_typeB_view .category { display: block; width: 58px; margin: 0 auto 12px auto; padding-left: 0; padding-right: 0; }
  .board_typeB_view .title p { width: 95%; margin: 0 auto 9px auto; font-size: 17px; word-break: keep-all; }
  .board_typeB_view span.date { margin-left: 0; }
  .board_typeB_view .url,
  .board_typeB_view .facebook {
    position: static; top: auto; right: auto; display: inline-block;
  }
  .board_typeB_view .url { margin-left: 25px; }
  .board_typeB_view .facebook { margin-left: 5px; }
  .board_typeB_view .contents { width: auto; margin: 24px 0; word-break: keep-all; font-size: 16px; }
  .board_typeB_view .list a { padding: 20px 0; }
  .board_typeB_view .list span { margin: 0 15px; }
  .board_typeB_view + .bt_wrap { margin-bottom: 50px; }

  .board_typeB_write { width: auto; margin: 40px 15px; }
  .board_typeB_write .title dt { padding: 20px 0; font-size: 12px; }
  .board_typeB_write .title select { font-size: 13px; }
  .board_typeB_write .title input[type="text"] { font-size: 13px; }
  .board_typeB_write + .bt_wrap { margin-bottom: 50px; }

  .board_typeC_list { width: auto; margin: 0; padding-bottom: 40px; }
  .board_typeC_list > div { height: auto; padding: 24px 15px; border-top: 1px solid #e1e3e4; border-bottom: 1px solid #e1e3e4; box-shadow: none; }
  .board_typeC_list > div:first-child { border-top: 0; }
  .board_typeC_list img { position: relative; display: block; width: 100%; height: auto; margin-bottom: 16px; }
  .board_typeC_list i { font-size: 13px; }
  .board_typeC_list p { margin: 9px 0 12px 0; font-size: 16px; }
  .board_typeC_list span { font-size: 13px; }
/*
	.paging { margin: 20px 0;}
	.paging a { font-size: 1.3rem;}
	.paging a.bt { width: 15px; height: 20px;}
	.paging a.prev { margin-right: 5px; background-size: 70%; }
	.paging a.next { margin-left: 5px; background-size: 70%;  }
	.paging a.last { margin-left: -1px; background-size: 11px; }
	.paging a.num { width: 23px; height: 23px; margin: 0 3px; line-height: 165%; border-radius: 0;
	.paging a.on { border-color: #1c1f53; background: #1c1f53; color: #fff; }
*/
	/* page */
	#boardPage { padding:0; margin:1em 0; auto; text-align:center; }
	#boardPage  > .pageBlock, .pageBlockS, .pageBlockN { display:inline; padding:.5em .6em; margin-right:-1px;; border:1px solid #ccc; text-align:center; font:11px Arial, AppleGothic, sans-serif; }
	#boardPage  > .pageBlock:hover, .pageBlockN:hover { background:#fafafa; }
	#boardPage  > .pageBlock { transition:background 500ms ease; }
	#boardPage  > .pageBlock > a { margin-left:0; }
	#boardPage  > .pageBlock > a:hover { color:#fff; text-decoration:none; }
	#boardPage  > .pageBlockS { background:#f5f5f5; }
	#boardPage  > .pageBlockN { transition:background 500ms ease; }

  .board_search input[type="text"] { height: 46px; font-size: 16px; }
  .board_search input[type="button"] { top: 13px; }
}






.boardListWrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.boardListWrap .searcharea {
	width: 100%;
	padding: 30px 0;
	background: #f7f7f7;
	text-align: center;
	font-size: 0;
}

.boardListWrap .searcharea br {
	display: none;
}

.boardListWrap .searcharea select,
.boardListWrap .searcharea input[type="text"],
.boardListWrap .searcharea input[type="submit"],
.boardListWrap .searcharea a {
	display: inline-block;
	height: 50px;
	vertical-align: middle;
	box-sizing: border-box;
	font-size: 16px;
}

.boardListWrap .searcharea select,
.boardListWrap .searcharea input[type="text"] {
	border: 1px solid #dbdbdb;
}

.boardListWrap .searcharea select {
	width: 120px;
	padding: 0 10px;
	background: #fff url("/img/board/select_arrow.png") no-repeat calc(100% - 16px) 50%;

	/* for Firefox */
	-moz-appearance: none;
	/* for Chrome */
	-webkit-appearance: none;
	color: #222;
}

/* For IE10 */
.boardListWrap .searcharea select::-ms-expand {
	display: none;
}

.boardListWrap .searcharea input[type="text"] {
	width: 400px;
	padding: 0 16px;
	border-left: 0;
}

.boardListWrap .searcharea input[type="submit"],
.boardListWrap .searcharea a {
	width: 94px;
	padding-left: 40px;
	border-radius: 4px;
	text-align: left;
	font-weight: 500;
}

.boardListWrap .searcharea input[type="submit"] {
	margin-left: 20px;
	background: #1c1f53 url("/img/board/icon_search.png") no-repeat 19px 50%;
	color: #fff;
}

.boardListWrap .searcharea a {
	margin-left: 10px;
	padding-top: 14px;
	background: #fff url("/img/board/icon_write.png") no-repeat 22px 50%;
	border: 1px solid #aaa;
}
/*
.boardList > .top {
	height: 60px;
}
*/
.boardList > .top .total {
	float: left;
	margin:20px 0 7px;
	font-size: 16px;
	font-weight: 300;
}

.boardList > .top .total b {
	font-weight: 500;
}

.boardList > .top .typeselecter {
	float: right;
	font-size: 0;
}

.boardList > .top .typeselecter button {
	border: 1px solid #dbdbdb;
	border-left: 0;
	background: #fff;
	cursor: pointer;
}

.boardList > .top .typeselecter button:first-child {
	border-left: 1px solid #dbdbdb;
}

.boardList.type1.list > .top .typeselecter .type_list {
	background: #333;
}

.boardList.type1.thumbnail > .top .typeselecter .type_thumbnail {
	background: #333;
}

.boardList.type1 .list_wrap .top,
.boardList.type1 .list_wrap .list .item {
	display: table;
	width: 100%;
}

.boardList.type1 .list_wrap .top {
	border-top: 2px solid #232323;
	border-bottom: 1px solid #dbdbdb;
}

.boardList.type1 .list_wrap .top,
.boardList.type1 .list_wrap .list {
	text-align: center;
	font-size: 0;
}

.boardList.type1 .list_wrap .list .item {
	border-bottom: 1px solid #c5c5c5;
}

.boardList.type1 .list_wrap .top > div {
	font-weight: 500;
}

.boardList.type1 .list_wrap .list > div {
	font-weight: 300;
}

.boardList.type1 .list_wrap .n,
.boardList.type1 .list_wrap .c,
.boardList.type1 .list_wrap .t,
.boardList.type1 .list_wrap .f,
.boardList.type1 .list_wrap .w,
.boardList.type1 .list_wrap .d {
	display: table-cell;
	height:60px;
	box-sizing: border-box;
	vertical-align: middle;
	font-size: 16px;
	color: #666;
}

.boardList.type1.thumbnail .list_wrap .list .t .image img {
	margin: 7px 0;
} /* 2022.H */

.boardList.type1.thumbnail .list_wrap .list .n,
.boardList.type1.thumbnail .list_wrap .list .c,
.boardList.type1.thumbnail .list_wrap .list .t,
.boardList.type1.thumbnail .list_wrap .list .f,
.boardList.type1.thumbnail .list_wrap .list .w,
.boardList.type1.thumbnail .list_wrap .list .d {
	height: 140px;
}

.boardList.type1 .list_wrap .n {
	width: 10%;
}

.boardList.type1 .list_wrap .list .n .notice {
	display: inline-block;
	width: 60px;
	height: 40px;
	margin-top: -4px;
	padding-top: 9px;
	box-sizing: border-box;
	border-radius: 4px;
	line-height: 100%;
	background: #f28a55;
	font-weight: 500;
	color: #fff;
}

.boardList.type1 .list_wrap .c {
	width: 15%;
}

.boardList.type1 .list_wrap .t {
	width: 40%;
	color: #333;
}

.boardList.type1 .list_wrap.no-file .t {
	width: 45%;
}

.boardList.type1 .list_wrap .list .t {
	padding: 0;
	text-align: left;
}

.boardList.type1 .list_wrap .list .t .image {
	display: none;
}

.boardList.type1 .list_wrap .t a.text {
	display: inline-block;
	width: 90%;
	padding: 15px 0;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.boardList.type1.thumbnail .list_wrap .list .t {
	font-size: 0;
}

.boardList.type1.thumbnail .list_wrap .list .t .image {
	display: inline-block;
	width: 30%; max-width: 140px; /* 2022.H */
	vertical-align: middle;
}

.boardList.type1.thumbnail .list_wrap .list .t .image img {
	width: 100%;
}

.boardList.type1.thumbnail .list_wrap .list .t .text {
	display: inline-block;
	width: 70%;
	height: auto;
	padding: 24px 20px 24px 20px;
	box-sizing: border-box;
	vertical-align: middle;
	overflow: visible;
	white-space: normal;
	font-size: 20px;
}

.boardList.type1 .list_wrap .f {
	width: 5%;
}

.boardList.type1 .list_wrap .w {
	width: 15%;
}

.boardList.type1 .list_wrap .d {
	width: 15%;
}

.boardList.type2 .list_wrap .list {
	border-top: 1px solid #232323;
	font-size: 0;
}

.boardList.type2 .list_wrap .list .line {
	border-bottom: 1px solid #dbdbdb;
}

.boardList.type2 .list_wrap .list .item {
	display: inline-block;
	width: calc(25% - 15px);
	margin-left: 20px;
	padding: 40px 0;
	vertical-align: middle;
}

.boardList.type2 .list_wrap .list .item:nth-child(4n-3) {
	margin-left: 0;
}

.boardList.type2 .list_wrap .list .item .image img {
	width: 100%;
}

.boardList.type2 .item .text {
	display: block;
	margin: 20px 0;
	font-size: 20px;
	font-weight: 500;
	color: #333;
}

.boardList.type2 .item .d {
	line-height: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #666;
}

/* 2022.10.20 H */
.board_write {width: 100%; font-size: 1.8rem; text-align: left;}
.board_write dl { width: 100%; padding: 15px 50px; box-sizing: border-box; border-bottom: 1px solid #dfdfdf;}
.board_write dl dt { width:70px; display: inline-block; font-weight: 500; text-align: right; padding-right: 20px; box-sizing: border-box;}
.board_write dl dd { display: inline-block;}
.board_write dl dd input { padding: 3px 3px 5px 10px; box-sizing:border-box; font-size: 1.6rem; border: 1px solid #dfdfdf; border-radius: 7px;}


.paging {
	margin: 80px 0;
	text-align: center;
	font-size: 0;
}

.paging a {
	display: inline-block;
	width: 40px;
	height: 40px;
	vertical-align: middle;
	border-radius: 4px;
}

.paging a.bt {
	background-repeat: no-repeat;
	background-position: 50% 50%
}

.paging a.bt.first {
	background-image: url("/img/board/paging_first.png");
}

.paging a.bt.prev {
	margin-right: 24px;
	background-image: url("/img/board/paging_prev.png");
}

.paging a.bt.next {
	margin-left: 24px;
	background-image: url("/img/board/paging_next.png");
}

.paging a.bt.last {
	background-image: url("/img/board/paging_last.png");
}

.paging a.num {
	margin: 0 3px;
	padding-top: 9px;
	box-sizing: border-box;
	line-height: 100%;
	font-size: 20px;
	color: #666;
}

.paging a.num.on {
	background: #333;
	font-weight: 500;
	color: #fff;
}

.boardViewWrap {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.boardViewWrap .title_wrap {
	border-top: 1px solid #232323;
	border-bottom: 1px solid #dbdbdb;
	background: #f7f7f7;
	text-align: center;
}

.boardViewWrap .title_wrap .title {
	padding: 25px 0;
	border-bottom: 1px solid #dbdbdb;
	font-size: 2.2rem;
	font-weight: 500;
}

.boardViewWrap .title_wrap .bottom {
	position: relative;
	height: 64px;
	padding-top: 18px;
	box-sizing: border-box;
}

.boardViewWrap .title_wrap .bottom dl,
.boardViewWrap .title_wrap .bottom dt,
.boardViewWrap .title_wrap .bottom dd {
	display: inline-block;
	vertical-align: middle;
}

.boardViewWrap .title_wrap .bottom dl:first-child {
	margin-right: 30px;
}

.boardViewWrap .title_wrap .bottom dt,
.boardViewWrap .title_wrap .bottom dd {
	font-size: 1.6rem;
}

.boardViewWrap .title_wrap .bottom dt {
	font-weight: 500;
	color: #333;
}

.boardViewWrap .title_wrap .bottom dd {
	margin-left: 10px;
	font-weight: 300;
	color: #666;
}

.boardViewWrap .title_wrap .bottom .buttons {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
}

.boardViewWrap .title_wrap .bottom .buttons button {
	cursor: pointer;
}

.boardViewWrap .title_wrap .bottom .buttons .sharelist {
	display: none;
	position: absolute;
	top: 64px;
	right: 51px;
	width: 89px;
	font-size: 0;
}

.boardViewWrap .cont_wrap {
	padding: 60px;
}

.boardViewWrap .cont_wrap > p {
	line-height: 160%;
	color: #333;
}

.boardViewWrap .cont_wrap img {
	display: block;
	max-width: 100%;
	margin: 5px auto;
}

.boardViewWrap .file_wrap {
	padding: 20px 40px;
	border-top: 1px solid #dbdbdb;
	border-bottom: 1px solid #dbdbdb;
	background: #f7f7f7;
	font-size: 0;
}

.boardViewWrap .file_wrap > span {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	font-size: 1.8rem;
	font-weight: 500;
	color: #333;
}

.boardViewWrap .file_wrap ul {
	display: inline-block;
	width: calc(100% - 40px);
	padding-left: 30px;
	box-sizing: border-box;
	vertical-align: middle;
}

.boardViewWrap .file_wrap ul li {
	margin-top: 5px;
}

.boardViewWrap .file_wrap ul li:first-child {
	margin-top: 0;
}

.boardViewWrap .file_wrap ul img,
.boardViewWrap .file_wrap ul a {
	display: inline-block;
	vertical-align: middle;
}

.boardViewWrap .file_wrap ul a {
	margin-left: 5px;
	font-size: 1.8rem;
	font-weight: 300;
	color: #666;
}

.boardViewWrap .prev-next-links {
	margin-bottom: 80px;
	border-top: 1px solid #999;
	border-bottom: 1px solid #dbdbdb;
}

.boardViewWrap .prev-next-links .item {
	padding: 20px 40px;
}

.boardViewWrap .prev-next-links .item:first-child {
	border-bottom: 1px solid #dbdbdb;
}

.boardViewWrap .prev-next-links img,
.boardViewWrap .prev-next-links span,
.boardViewWrap .prev-next-links a {
	display: inline-block;
	vertical-align: middle;
	font-size: 1.8rem;
	color: #333;
}

.boardViewWrap .prev-next-links span {
	margin-left: 10px;
	font-weight: 500;
}

.boardViewWrap .prev-next-links a {
	width: calc(100% - 100px);
	padding-left: 40px;
	box-sizing: border-box;
	font-weight: 300;
}

.boardViewWrap .prev-next-links a.none {
	color: #999;
}

@media all and (max-width: 1000px) {
	.boardListWrap .searcharea {
		padding: 30px 0;
	}

	.boardListWrap .searcharea br {
		display: block;
	}

	.boardListWrap .searcharea select,
	.boardListWrap .searcharea input[type="text"],
	.boardListWrap .searcharea input[type="submit"],
	.boardListWrap .searcharea a {
		height: 40px;
		font-size: 16px;
	}

	.boardListWrap .searcharea select {
		width: 70px;
		background-position-x: calc(100% - 10px);
	}

	.boardListWrap .searcharea input[type="text"] {
		width: 200px;
		padding: 0 12px;
	}

	.boardListWrap .searcharea input[type="submit"] {
		margin-left: 0;
		margin-top: 10px;
	}

	.boardListWrap .searcharea a {
		margin-top: 10px;
		padding-top: 8px;
	}

	.boardList {
		margin-top: 30px;
	}

	.boardList > .top {
		height: 40px;
		padding: 0 10px;
	}

	.boardList > .top .total {
		font-size: 16px;
	}

	.boardList > .top .typeselecter button img {
		width: 30px;
	}

	.boardList.type1 .list_wrap .c,
	.boardList.type1 .list_wrap .f,
	.boardList.type1 .list_wrap .w,
	.boardList.type1 .list_wrap .d {
		display: none;
	}

	.boardList.type1 .list_wrap .n,
	.boardList.type1 .list_wrap .t {
		height: 40px;
		font-size: 16px;
	}

	.boardList.type1 .list_wrap .n {
		width: 20%;
	}

	.boardList.type1 .list_wrap .list .n .notice {
		width: 40px;
		height: 25px;
		margin-top: 0;
		padding-top: 5px;
	}

	.boardList.type1 .list_wrap .t {
		width: 80%;
	}

	.boardList.type1 .list_wrap .t a.text {
		height: auto;
		padding-top: 0;
	}

	.boardList.type1.thumbnail .list_wrap .n {
		display: none;
	}

	.boardList.type1.thumbnail .list_wrap .list .t {
		width: 100%;
		height: auto;
		padding: 0 10px;
	}

	.boardList.type1.thumbnail .list_wrap .list .t .image img {
		margin: 10px 0;
	}

	.boardList.type1.thumbnail .list_wrap .list .t .text {
		font-size: 16px;
	}

	.boardList.type2 .list_wrap .list .item {
		width: calc(50% - 15px);
		margin-left: 0 !important;
		padding: 20px 10px 20px 10px;
	}

	.boardList.type2 .list_wrap .list .item:nth-child(2n) {
		padding-left: 0;
	}

	.boardList.type2 .list_wrap .list .item:nth-child(4n-1),
	.boardList.type2 .list_wrap .list .item:nth-child(4n){
		border-top: 1px solid #dbdbdb;
	}

	.boardList.type2 .item .text {
		margin: 10px 0 5px 0;
		font-size: 16px;
	}

	.boardList.type2 .item .d {
		font-size: 12px;
	}

	.paging {
		margin: 30px 0;
	}

	.paging a {
		width: 30px;
		height: 30px;
	}

	.paging a.bt.prev {
		margin-right: 0;
	}

	.paging a.bt.next {
		margin-left: 0;
	}

	.paging a.num {
		margin: 0;
		padding-top: 7px;
		font-size: 16px;
	}

	.boardViewWrap .title_wrap .title {
		padding: 16px;
		font-size: 16px;
	}

	.boardViewWrap .title_wrap .bottom {
		text-align: left;
		height: 40px;
		padding-top: 10px;
		padding-left: 16px;
	}

	.boardViewWrap .title_wrap .bottom dl:first-child {
		margin-right: 20px;
	}

	.boardViewWrap .title_wrap .bottom dt,
	.boardViewWrap .title_wrap .bottom dd {
		font-size: 16px;
	}

	.boardViewWrap .title_wrap .bottom dd {
		margin-left: 5px;
	}

	.boardViewWrap .title_wrap .bottom .buttons img {
		width: 43px;
		height: 40px;
	}

	.boardViewWrap .title_wrap .bottom .buttons .sharelist {
		top: 40px;
		right: 43px;
		width: 43px;
	}

	.boardViewWrap .cont_wrap {
		padding: 10px;
	}

	.boardViewWrap .cont_wrap > p {
		margin-bottom: 10px;
		font-size: 16px;
	}

	.boardViewWrap .cont_wrap > div {
		font-size: 16px;
	}

	.boardViewWrap .cont_wrap img {
		margin: 10px auto;
	}

	.boardViewWrap .file_wrap {
		padding: 10px 16px;
	}

	.boardViewWrap .file_wrap > span {
		font-size: 16px;
	}

	.boardViewWrap .file_wrap ul {
		padding-left: 0;
	}

	.boardViewWrap .file_wrap ul img {
		width: 12px;
	}

	.boardViewWrap .file_wrap ul a {
		margin-left: 3px;
		font-size: 16px;
	}

	.boardViewWrap .prev-next-links {
		margin-bottom: 0;
		border-bottom: 0;
	}

	.boardViewWrap .prev-next-links .item {
		padding: 16px 10px;
	}

	.boardViewWrap .prev-next-links span {
		margin-left: 2px;
		font-size: 16px;
	}

	.boardViewWrap .prev-next-links a {
		width: calc(100% - 70px);
		padding-left: 20px;
		font-size: 16px;
	}
}
