@charset "UTF-8";
/* boardHead */
.boardHead {
	position: relative;
	min-height: 40px;
	margin-bottom: 30px;
}
.boardHead:after {
	content: '';
	display: table;
	clear: both;
}
.boardHead .total {
	display: inline-block;
	color: #666;
	white-space: nowrap;
	line-height: 38px;
}
.boardHead .total strong {
	color: #003964;
	font-weight: 600;
}
.boardHead .boardSort {
	float: right;
	margin-top: -10px;
}
.boardHead .button {
	position: absolute;
	right: 0;
}
._S .boardHead {
	min-height: auto;
	margin-bottom: 15px;
}
._S .boardHead .total {
	line-height: 20px;
}
._S .boardHead .boardSort {
	width: 50%;
	margin-top: 0;
	text-align: right;
}
._S .boardSort .select-type01 {
	min-width: 80%;
}
/* boardView head */
.boardView .head {
	padding: 35px 0 40px 20px;
	border-top: 2px solid #666;
}
.boardView .head .title {
	color: #222;
	font-size: 24px;
}
.boardView .head .reply {
	position: relative;
	padding-left: 27px;
}
.boardView .head .reply:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 14px ;
	height: 14px ;
	background: url(../../img/common/spr_icon.png) -16px -35px no-repeat;
}
.boardView .head .article {
	margin-top: 30px;
}
.boardView .head .article span {
	padding-right: 20px;
}
.boardView .head .article strong {
	display: inline-block;
	position: relative;
	padding-right: 9px;
}
.boardView .head .article span + strong {
	padding-left: 20px;
}
.boardView .head .article span + strong:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 1px;
	height: 15px;
	margin-top: -7.5px;
	background-color: #ccc;
}
._S .boardView .head {
	padding: 20px 0 20px 10px;
}
._S .boardView .head .title {
	font-size: 17px;
}
._S .boardView .head .reply {
	padding-left: 16px;
}
._S .boardView .head .reply:before {
	top: 4px;
	background: url(../../img/common/m_spr_icon.png) -16px -31px no-repeat;
	background-size: 250px;
}
._S .boardView .head .article {
	margin-top: 15px;
}
/* boardView file */
.boardView .file {
	border-top: 1px solid #ccc;
}
.boardView .file .desc {
	padding: 15px 0 15px 20px;
}
.boardView .file .desc > strong {
	position: relative;
	padding-left: 25px;
}
.boardView .file .desc > strong:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../../img/common/spr_icon.png) -18px -17px no-repeat;
}
.boardView .file .desc > a {
	margin-left: 20px;
}
.boardView .file .fileList {
	padding: 15px 0 15px 45px;
	background-color: #f8f9fb;
}
.boardView .file .fileList li + li {
	padding-top: 15px;
}
._S .boardView .file .desc {
	padding: 14px 0 14px 10px;
}
._S .boardView .file .desc > strong {
	padding-left: 20px;
}
._S .boardView .file .desc > strong:before {
	width: 12px;
	height: 12px;
	background: url(../../img/common/m_spr_icon.png) -16px -15px no-repeat;
	background-size: 250px;
}
._S .boardView .file .desc > a {
	margin-left: 15px;
}
._S .boardView .file .fileList {
	padding: 9px 0 9px 30px;
}
._S .boardView .file .fileList li + li {
	padding-top: 9px;
}
/* boardView body */
.boardView .body {
	padding: 50px 20px 80px;
	border-top: 1px solid #ccc;
}
.boardView .body .boardTable th,
.boardView .body .boardTable td {
	text-align: left;
}
.boardView .body [class*=qnaTitle] {
	display: block;
	margin-bottom: 3px;
	color: #013a65;
	font-weight: 500;
}
.boardView .body .qnaTitleQ {
	color: #013a65;
}
.boardView .body .qnaTitleA {
	color: #222;
}
.boardView .body .box.reply {
	margin-top: 45px;
}
.boardView .body .cont {
	display: inline-block;
	width: 60%;
}
.boardView .body .img {
	display: inline-block;
	vertical-align: top;
	width: 35%;
	text-align: right;
}
.boardView .body .pw {
	margin-top: 50px;
}
.boardView .body .pw > em {
	display: inline-block;
	margin-right: 20px;
	color: #222;
	font-weight: 400;
}
._S .boardView .body {
	padding: 30px 10px 35px;
}
._S .boardView .body .cont {
	width: 100%;
}
._S .boardView .body .img {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
._S .boardView .body .pw > em {
	margin-right: 10px;
}
/* boardView page */
.boardView .page {
	border-top: 2px solid #666;
}
.boardView .page > div {
	padding: 11px 0 17px 20px;
	border-bottom: 1px solid #ddd;
}
.boardView .page > div strong {
	position: relative;
	margin-right: 50px;
	padding-right: 28px;
	color: #000;
	font-weight: 600;
}
.boardView .page > div strong:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 8px;
	height: 4px;
	margin-top: -2px;
	background: url(../../img/common/spr_icon.png) -111px 0 no-repeat;
}
.boardView .page > div strong.next:after {
	background-position: -121px 0;
}
.boardView .page > div strong,
.boardView .page > div span,
.boardView .page > div a {
	display: inline-block;
	vertical-align: middle;
}
.boardView .page > div a {
	max-width: 90%;
	color: #666;
}
.boardView .table + .page {
	margin-top: 80px;
}
._S .boardView .page > div strong {
	margin-right: 15px;
	padding-right: 15px;
}
._S .boardView .page > div a {
	max-width: 75%;
}
._S .boardView .table + .page {
	margin-top: 35px;
}
/* boardView video */
.boardView .video {
	max-width: none;
	margin-bottom: 50px;
	background-color: #e2e2e2;
}
.boardView .video video {
	width: 100%;
	max-width: none;
	height: 100%;
}
.boardView .video embed,
._IE8 .boardView .video video {
	display: none;
}
._IE8 .boardView .video embed {
	display: block;
	width: 100%;
	max-width: none;
	height: 600px;
}
/* boardBox */
.boardBox .item {
	float: left;
	position: relative;
	width: 32%;
	margin-bottom: 20px;
}
.boardBox .item + .item {
	margin-left: 2%;
}
.boardBox .item a {
	display: block;
	border: 1px solid #ddd;
}
.boardBox .item .img {
	overflow: hidden;
	height: 190px;
}
.boardBox .item img {
	width: 100%;
	height: 190px;
	transition: transform .5s;
}
.boardBox .item a:hover img {
	transform: scale(1.1) rotate(.001deg);
}
.boardBox .item span {
	display: block;
	padding: 0 20px;
}
.boardBox .item span.title {
	margin-bottom: 15px;
	padding-top: 20px;
	color: #666;
	font-size: 18px;
	font-weight: 500;
}
.boardBox .item span.count {
	margin-bottom: 20px;
	color: #888;
}
._L .boardBox .item:nth-child(3n+1),
._M .boardBox .item:nth-child(3n+1) {
	margin-left: 0;
}
._IE8 .boardBox .item:first-child + .item + .item + .item {
	margin-left: 0;
}
._S .boardBox .item {
	width: 100%;
	margin-bottom: 10px;
}
._S .boardBox .item + .item {
	margin-left: 0;
}
._S .boardBox .item img {
	width: 100%;
	height: auto;
}
._S .boardBox .item span {
	padding: 0 10px;
}
._S .boardBox .item span.title {
	margin-bottom: 7px;
	padding-top: 10px;
	font-size: 14px;
}
._S .boardBox .item span.count {
	margin-bottom: 10px;
}
/* no data */
div.no-data,
.no-data td {
	padding: 55px 0;
	text-align: center;
}
._S div.no-data,
._S .no-data td {
	padding: 33px 0;
}