@charset "UTF-8";
.com-post-content-01 table {
  width: 100%;
  margin-top: 5px;
  border-top: 2px solid #555;
  color: #555;
  line-height:22px;
  table-layout: initial;
  position:unset !important;
}
.com-post-content-01 table th {
  text-align: center;
  background-color: #f5f5f5;
  color: #555;
}
.com-post-content-01 table th,
.com-post-content-01 table td {
	padding: 8px 10px !important;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	border-left: 1px solid #bbb;
}
.com-post-content-01 table td {
  font-weight: 400;
}

.com-post-content-01 table.table-style-navy {width:100%; margin-top:5px; border-top:2px solid #3c5a8b; color:#3c5a8b; line-height:22px;}
.com-post-content-01 table.table-style-navy th {text-align:center; background-color:#edf1f7; color:#3c5a8b;}
.com-post-content-01 table.table-style-navy th, .com-post-content-01 table.table-style-navy td {padding:8px 10px!important; border-bottom:1px solid #a6b8d6!important; border-right:1px solid #a6b8d6!important; border-left:1px solid #a6b8d6!important;}
.com-post-content-01 table.table-style-navy td {font-weight:400; color:#41688e;}

.board.view .bbs-view .com-post-content-01 {
  padding: 30px 12px;
  vertical-align: top;
  line-height: 25px;
}
.board.view .bbs-view .com-post-content-01 img {
  height: auto !important;
}
.board.view .bbs-view .com-post-content-01 h4 {
  background: none;
  padding-left: 0;
  font-size: 16px;
  font-family: "Nanum Gothic", "san-serif";
  margin-bottom: 5px;
  display: block;
}
.board.view .bbs-view .com-post-content-01 iframe.fsv_ifr {
  width: 100%;
  max-height: 450px;
  height: 450px;
}

/* 2019/6/20 */
.board.view .bbs-view .com-post-content-01 iframe {
  width: 560px;
  height: 315px;
}
.board.view .bbs-view .com-post-content-01 iframe:focus {
  outline: 1px dotted;
}
@media screen and (max-width: 640px) {
  .board.view .bbs-view .com-post-content-01 iframe {
    width: 100%;
  }
}

/* 2020/07/02 */
.board.view .bbs-view .com-post-content-01 {
  position: relative;
  font-size: 16px;
}
.board.view .bbs-view .com-post-content-01 .preview-file iframe {
  width: 100%;
  height: 520px;
  margin-top: 30px;
}
@media screen and (max-width: 680px) {
 .com-post-content-01 * {width:initial!important;}
}
@media screen and (max-width: 480px) {
  .contents .board.view .bbs-view .com-post-content-01 img {
    margin-bottom: 0;
  }
}