@charset "utf-8";

/* 게시판 상세(boardDefaultView) 전용 스타일 */

.pdfobject-container {
	height:650px;
}

@media all and (min-width:320px) and (max-width:760px){
	.pdfobject-container {
		height:125vw;
	}
}

.preview-link {
  padding-left: 12px !important;
  background: none !important;
}

.krds-btn {
  display: inline-block;
  padding: 20px 12px;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  background: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 6px;
  margin-left: 5px;
  text-decoration: none;
}

.krds-btn:hover {
  background: #e6e6e6 !important;
}

.krds-btn.tertiary {
  background: transparent;
  border: 1px solid #444;
  color: #444;
}

.krds-btn.tertiary:hover {
  background: #e6e6e6;
  color: #444;
}

.krds-btn.small {
  font-size: 13px;
  padding: 7px 10px;
}

.svg-icon.ico-go{
  margin-left: 6px;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: url(/images/web/goLink.svg) no-repeat center center;
  background-size: contain;
  margin-left: 4px;

  vertical-align: text-top;
  position: relative;
  top: 1px;
}
