@charset "utf-8";
/* CSS Document */

@import url("/common/css/reset.css");
@import url("/common/css/ibootstrap.css");
@import url("/common/css/font-noto.css");
@import url("/common/css/font-noto-serif.css");

/*****************************************************
	Icon
*****************************************************/
@font-face {
  font-family: "material-Icons";
  font-style: normal;
  font-weight: 400;
  src: url("/common/fonts/MaterialIcons-Regular.eot");
  src: url("/common/fonts/MaterialIcons-Regular.eot?#iefix") format("embedded-opentype"), url("/common/fonts/MaterialIcons-Regular.woff") format("woff"), url("/common/fonts/MaterialIcons-Regular.ttf") format("truetype");
}
.material-icons {
  font-family: "material-Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 1.3rem;
  display: inline-block;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
  vertical-align: middle;
}

/*****************************************************
	Common
*****************************************************/
a:hover,
a:focus {
  text-decoration: none;
}
.form-control {
  border-radius: 0;
}
.form-control:not(.btn) {
  min-width: 100px;
}

/* checkbox & radio */
.checkbox,
.radio {
  display: inline-block;
}
.checkbox input[type="checkbox"],
.radio input[type="radio"] {
  margin-right: 0.3125rem;
  border-radius: 0;
}
.checkbox label,
.radio label {
  margin-right: 0.75rem;
  margin-bottom: 0;
}

/* popup */
body.popup {
}
body.popup .navbar {
  background: #083b90;
}
body.popup .navbar .close {
  color: #fff;
  opacity: 1;
  font-weight: 100;
  font-size: 1.8rem;
  margin-top: -0.3rem;
}
body.popup .sub-container {
  padding: 5rem 0 7rem;
  margin: 0;
}
body.popup .container {
}

.layer-popup {
  z-index: 9999;
  position: absolute;
  margin-bottom: 30px;
  min-width: 160px;
  max-width: 100%;
  background-color: #fff;
}
.layer-popup.new {
  position: inherit;
  margin: 0;
}
.layer-popup .layer-cont {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.layer-popup .layer-cont div,
.layer-popup .layer-cont p,
.layer-popup .layer-cont ol,
.layer-popup .layer-cont ul,
.layer-popup .layer-cont li {
  padding: 0;
  margin: 0;
}
.layer-popup .layer-footer {
  position: absolute;
  width: 100%;
  right: 0;
  left: 0;
  bottom: 0;
  height: 30px;
  padding: 5px 0.5rem;
  background-color: #000;
  display: inline-block;
}
.layer-popup.new .layer-footer {
  position: fixed;
  width: auto;
  display: block;
  bottom: 0;
}
.layer-popup .layer-footer a {
  color: #efefef;
  font-size: 0.85rem;
  text-decoration: none;
}
.layer-popup .layer-footer a:hover,
.layer-popup .layer-footer a:focus {
  color: #fff;
  text-decoration: underline;
}
.layer-popup .layer-footer .float-left {
  float: left;
}
.layer-popup .layer-footer .float-right {
  float: right;
}

/* 반응형 레이어팝업 */
.popup-box {
  position: fixed;
  top: 110px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 200;
  display: none;
  max-height: calc(100% - 140px);
  background-color: #fff;
}
.popup-footer {
  height: 30px;
  line-height: 30px;
  margin-top: 10px;
  text-align: right;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.close-popup,
.popup-footer a:last-child {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.4) url(/common/images/close-white.png) no-repeat center / 15px auto;
  margin-left: 10px;
  text-align: left;
  text-indent: -5000em;
}
.popup-box-main .popup-body {
  position: relative;
  padding: 0;
}
.popup-box-main .popup-footer {
  padding: 0 10px;
  margin-bottom: 10px;
}
.popup-box-main {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background: #f5f6f8;
  padding: 0;
  padding-top: 50px;
}
@media (max-width: 992px) {
  .popup-box-main {
    width: 100%;
    height: auto !important;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .popup-box {
    top: 120px;
  }
}
@media (min-width: 992px) {
  .popup-box {
    top: 190px;
    transform: translateX(-50%);
    max-height: calc(100% - 210px);
  }
  .popup-box.popup-box-main.container {
    padding-right: 0;
    padding-left: 0;
  }
}

/* img-zoom */
.img-zoom {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 1.5rem;
}
.img-zoom .btn-zoom {
  position: absolute;
  top: 0;
  right: 0;
  width: 3rem;
  height: 3rem;
  background: #31313d url(/common/images/zoom-icon.png) no-repeat center center;
}
@media (min-width: 768px) {
  .img-zoom {
  }
  .img-zoom .btn-zoom {
    display: none;
  }
}

/* non info */
.non-info {
  text-align: center;
  background: url("/common/images/non-board.png") no-repeat top center;
  padding-top: 11rem;
  padding-bottom: 1.2rem;
  font-size: 1.3rem;
}

/* card */
.card {
  border: #d2d2d2 solid 1px;
}
.card-header .card-header-title {
  font-size: 0.875rem;
  margin: 0;
  padding: 0.375rem 0;
  background: none;
}
.card-header .mt-1 {
  margin-top: 0.4375rem !important;
}
.card-body.pre-scrollable {
  white-space: normal;
}
.card-body label {
  font-weight: 600;
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
}
.card .form-check-label {
  margin-top: 0.125rem;
  padding: 0;
}
.card-footer {
  background: #eee;
}
.card-footer-btn {
  padding: 0;
}

/* list */
.list-style01 > li,
.list-style02 > li {
  font-size: 17px;
}
.list-style01 .title,
.list-style01 .bltitle,
.list-style02 .title,
.list-style02 .bltitle {
  color: #000;
  font-weight: 600;
}
.list-style01 .bltitle,
.list-style02 .bltitle {
  display: block;
}

.list-style01 {
  margin: 0 0 1.5rem 0;
}
.list-style01 > li {
  background: url(/common/images/bullet03.png) no-repeat left 9px;
  text-align: left;
  padding: 0 0 0.3125rem 0.625rem;
  margin: 0.3rem 0;
}
.list-style01 > li ul,
.list-style02 > li ul {
  margin: 7px 0 0;
}

.list-style02 ul,
.list-style02 li {
  position: relative;
  margin: 3px 0;
  padding: 0 0 0.3125rem 1.75rem;
}
.list-style02 li ul {
  padding: 0;
}
.list-style02 li .bl {
  color: #285fba;
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  width: 26px;
  text-align: center;
}
.list-style02 li .bl::after {
  display: inline-block;
  content: ".";
}

.list-style02 li ul li {
  padding: 2px 0 2px 13px;
  margin-left: 0;
  position: relative;
  font-size: 1em;
  color: #555;
  line-height: 1.3;
  font-weight: 400;
}
.list-style02 li ul li::before {
  content: "";
  display: block;
  width: 5px;
  height: 2px;
  background: #aaa;
  position: absolute;
  top: 14px;
  left: 3px;
}

/* info-txt */
.info-txt {
  position: relative;
  padding-left: 1.6rem;
}
.info-txt:before {
  content: "\e88e";
  position: absolute;
  top: 6px;
  left: 0;
  font-family: "material-Icons";
  font-size: 1.3rem;
  line-height: 1.1;
  color: #767b81;
}
.info-txt.type01:before {
  color: #dc3545;
}
.info-txt.info-box {
  padding: 14px 10px 14px 50px;
  background: #fff;
}
.info-txt.info-box:before {
  top: 20px;
  left: 20px;
}

/* Non Page */
.non-page {
  text-align: center;
  padding-top: 13rem;
  margin-top: 1.5rem;
  margin-bottom: 2.7rem;
  background: url("/common/images/non-page.png") no-repeat top center;
}
.non-page h3,
h3.non-page-txt {
  background: none !important;
  padding: 0;
  margin: 0;
  color: #555;
}
.non-page h3 > strong,
h3.non-page-txt > strong {
  color: #0e55c1;
}
.non-page p {
  color: #777;
  margin: 0.8rem 0 2rem;
}
.non-page .btn {
  padding-left: 1.3rem;
  padding-right: 1.3rem;
}
.non-page.board {
  background-image: url("/common/images/non-board.png");
}

/* board */
.board-view {
}
.board-view .board-view-title {
  border-top: 2px solid #555;
  border-bottom: 1px solid #ddd;
  padding: 1.5rem 0.65rem;
}
.board-view .board-view-title h4 {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.3;
  margin: 0 0 0.9rem 0;
}
.board-view .board-info {
  font-size: 0.9rem;
  margin-bottom: 0;
}
.board-view .board-info span {
  position: relative;
  margin-left: 0.5rem;
  padding-left: 0.5rem;
  color: #666;
}
.board-view .board-info span:first-child {
  margin-left: 0;
  padding-left: 0;
}
.board-view .board-info span:after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 1px;
  height: 9px;
  background-color: #d2d3d6;
}
.board-view .board-info span:first-child:after {
  display: none;
}
.board-view .board-info span .material-icons {
  font-size: 1rem;
  color: #cdcfd3;
  margin-right: 0.2rem;
}
.board-view .board-view-files {
  position: relative;
  border-bottom: 1px solid #ddd;
  padding: 0.8rem 0.65rem;
}
.board-view .board-view-files h5 {
  color: #666;
  font-size: 1rem;
  margin-top: 0;
  font-family: "noto";
}
.board-view .board-view-files ul {
  margin-bottom: 0;
}
.board-view .board-view-files ul > li {
  position: relative;
  padding-left: 2.3rem;
}
.board-view .board-view-files ul > li > a {
  font-size: 0.95rem;
}
.board-view .board-view-files ul > li > a:after {
  position: absolute;
  top: 0;
  left: 1rem;
  content: "\e226";
  font-family: "material-Icons";
  display: inline-block;
  vertical-align: middle;
  font-size: 1.1rem;
  color: #999;
}
.board-view .board-view-files ul > li > a:hover,
.board-view .board-view-files ul > li > a:focus {
  text-decoration: none;
}
.board-view .board-view-files ul > li > a:hover:after,
.board-view .board-view-files ul > li > a:focus:after {
  color: #0056b3;
}
.board-view .board-view-cont {
  padding: 2.5rem 0.5rem 3.5rem;
}
.board-view .board-view-cont img {
  max-width: 100%;
}
.board-view .video-wrapper {
  width: 100%;
  text-align: center;
  background-color: #000;
}
.board-view .video-wrapper iframe {
  width: 345px;
  height: 194px;
  max-width: 100%;
}
.pager {
  margin-bottom: 2rem;
}
.pager .pager-navi {
  display: block;
  font-weight: 600;
  color: #124fb6;
}
.pager .next {
  text-align: right;
}
.pager .pager-title {
  display: inline-block;
  padding: 0 0.5rem;
}
.pager .prev a,
.pager .next a {
  font-size: 0.9rem;
  display: block;
}
.pager a:hover .pager-title,
.pager a:focus .pager-title {
  text-decoration: underline;
  color: #000;
}
.board-comment {
  margin-bottom: 1.5rem;
}
.board-comment h3 {
  background: none;
  padding: 0 0 0.6rem 0;
  font-size: 1.5rem;
  color: #555;
  margin-bottom: 0;
  border-bottom: 1px solid #777;
}
.board-comment h3 .badge {
  font-size: 0.8rem;
}
.board-comment .messages {
  border-top: 1px dotted #bfbfbf;
  padding-top: 1.5rem;
}
.board-comment .messages:first-child {
  border-top: none;
  padding-top: 0;
}
.board-comment .messages > .messages {
  position: relative;
  border-top: 1px dotted #bfbfbf;
  border-bottom: none;
  padding-left: 2.7rem;
}
.board-comment .messages > .messages:after {
  content: "";
  position: absolute;
  left: 1.3rem;
  top: 1.5rem;
  width: 0.65rem;
  height: 0.7rem;
  border-left: 1px solid #b1b1b1;
  border-bottom: 1px solid #b1b1b1;
}
.board-comment .messages .heading {
  font-weight: 600;
  margin-bottom: 0.6rem;
}
.board-comment .messages .heading .date {
  font-weight: 100;
  color: #888;
  margin-left: 0.2rem;
  font-size: 0.8rem;
}
.board-comment .messages .heading .comment-btn {
  float: right;
  display: inline-block;
}
.board-comment .messages .heading .comment-btn .btn {
  padding: 0 0.1rem;
  background-color: transparent;
  color: #888;
}
.board-comment .messages .comment {
  margin-bottom: 1.5rem;
}
.board-bottom {
  border-top: 1px solid #555;
  padding-top: 2.5rem;
  margin-top: 3rem;
}

.page-link {
  background: transparent;
  border: 0;
  color: #999;
  padding: 0.5rem 0.8rem;
}
.page-item.prev .page-link,
.page-item.next .page-link {
  background: transparent;
  board: 0;
}
.page-item.active .page-link {
  background: transparent;
  color: #1e43db;
  font-weight: 700;
  text-decoration: underline;
}
.page-link:hover,
.page-link:focus {
  background: transparent;
  color: #1e43db;
}
#accordion .btn-link {
  color: #1e43db;
}
#accordion .btn-link .badge {
  background: #1e43db;
}

/* Gallery */
.board-gallery {
}
.board-gallery > div {
  position: relative;
}
.board-gallery > div .checkbox {
  position: absolute;
  right: 2rem;
  bottom: 1.2rem;
  z-index: 1;
}
.board-gallery a {
  display: block;
}
.board-gallery a .thum {
  position: relative;
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  background: #f0f0f0 url(/common/images/thumb-non.png) no-repeat 50% 50%;
  transition: all 0.5s;
}
.board-gallery a .thum .category {
  position: absolute;
  z-index: 1;
  padding: 0.45rem 0.7rem;
  background: #0a1c62;
  font-family: "s-core-dream-Regular";
  color: #fff;
}
.board-gallery a .thum .notice {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  padding: 0.25rem 1rem;
  background: #0a1c62;
  color: #fff;
  -webkit-transform: rotateZ(90deg) translate(100%);
  -ms-transform: rotateZ(90deg) translate(100%);
  transform: rotateZ(90deg) translate(100%);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: top right;
}
.board-gallery a .thum > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}
.board-gallery a:hover .thum > img,
.board-gallery a:focus .thum > img {
  transform: scale(1.1);
}
.board-gallery a .txt-box {
  position: relative;
  padding: 1.4rem 1.3rem;
  min-height: 160px;
  background-color: #fff;
}
.board-gallery a .txt-box .tit {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 1.5rem;
  color: #333;
  font-weight: 600;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; /* word-break: break-all; */
  font-family: "s-core-dream-Regular";
  transition: 0.5s;
}
.board-gallery a .txt-box .tit .badge {
  background: #525255;
  color: #fff;
  font-size: 16px;
  font-family: "noto";
}
.board-gallery a:hover .txt-box .tit,
.board-gallery a:focus .txt-box .tit {
  text-decoration: underline;
}
.board-gallery a .txt-box .date {
  position: absolute;
  left: 1.3rem;
  bottom: 1.4rem;
  font-size: 17px;
  letter-spacing: normal;
  color: #888;
}

/* 분류+제목만 표시(날짜제거) 적용 스타일 */
.board-gallery.type01 a .txt-box.txt-box-sm {
  height: 120px;
  min-height: auto;
}
.board-gallery.type01 a .txt-box .tit {
  margin: 0;
  height: 2.8em;
}
.board-gallery.type01 a .txt-box .date {
  display: none;
}
.board-gallery.type01 a .txt-box .category {
  padding-right: 1rem;
}
.board-gallery.type01 > div .checkbox {
  top: 1.2rem;
  right: 1.3rem;
  height: 1rem;
}

/* Webzine */
.board-webzine {
}
.board-webzine .webzine-item {
  position: relative;
}
.board-webzine .webzine-item .checkbox {
  position: absolute;
  right: 0.8rem;
  bottom: 1.5rem;
}
.board-webzine .webzine-item a {
  display: inline-block;
  width: 100%;
}
.board-webzine .webzine-item a .thum {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  overflow: hidden;
  background: #d5d7dc url(/common/images/thumb-non.png) no-repeat 50% 50%;
  transition: all 0.5s;
}
.board-webzine .webzine-item a .thum > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.4s ease-in-out;
  object-fit: cover;
}
.board-webzine .webzine-item a:hover .thum > img,
.board-webzine .webzine-item a:focus .thum > img {
  transform: scale(1.1);
}
.board-webzine .webzine-item a .txt-box {
  padding: 1.4rem 1.3rem;
  background-color: #f7f7f7;
}
.board-webzine .webzine-item a .txt-box .category {
  display: block;
  margin-bottom: 0.2rem;
}
.board-webzine .webzine-item a .txt-box .tit {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 1.4rem;
  line-height: 1.25em;
  font-weight: 600;
  margin-bottom: 0.8rem;
  color: #333;
}
.board-webzine .webzine-item a:hover .txt-box .tit,
.board-webzine .webzine-item a:focus .txt-box .tit {
  text-decoration: underline;
  color: #0b3d92;
}
.board-webzine .webzine-item a .txt-box .txt {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #777;
}
.board-webzine .webzine-item a:hover .txt-box .txt,
.board-webzine .webzine-item a:focus .txt-box .txt {
  color: #333;
}
.board-webzine .webzine-item a .txt-box .date {
  display: block;
  font-size: 0.9rem;
  margin-top: 1.7rem;
  color: #999;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pager-calendar .card .card-body .table tr td {
    padding: 0.3rem;
    font-size: 0.8rem;
  }
  .pager-calendar .card .card-body .table thead th {
    padding: 0.3rem;
    font-size: 0.8rem;
  }
  .pager-calendar .card .card-header {
    font-size: 1rem;
  }
  .pager-calendar .card .card-body ul.calendar-list li {
    font-size: 0.9rem;
    margin: 0.2rem;
  }
  .pager-calendar .card .card-body ul.calendar-list {
    padding: 0.5rem;
  }
}
@media (min-width: 992px) {
  /* .board-webzine */
  .board-webzine .webzine-item {
    float: none;
    display: block;
    clear: both;
    border-top: 1px dotted #ccc;
    padding-top: 2rem;
  }
  .board-webzine .webzine-item:first-child {
    border-top: none;
    padding-top: 0;
  }
  .board-webzine .webzine-item a .thum {
    float: left;
    width: 30%;
    padding-bottom: 18%;
  }
  .board-webzine .webzine-item a .txt-box {
    float: right;
    background-color: transparent;
    width: 70%;
    padding: 0.35rem 1.6rem;
  }
  .board-webzine .webzine-item a .txt-box .tit {
    font-size: 1.625rem;
    line-height: 2.125rem;
    -webkit-line-clamp: 1;
  }
  .board-webzine .webzine-item a .txt-box .txt {
    -webkit-line-clamp: 3;
  }

  /* .pager-calendar  */
  .pager-calendar .card .card-body .table tr td,
  .pager-calendar .card .card-body .table thead th {
    padding: 0.5rem 0.45rem;
    font-size: 14px;
  }
  .pager-calendar .card .card-body ul.calendar-list {
    padding: 0.5rem 0;
  }
  .pager-calendar .card .card-body .table {
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  .pager-calendar .card .card-body .table tr:last-child td {
    border-bottom: 0;
  }

  .search-page .search-box label {
    display: inline-block;
    font-size: 1.9rem;
    margin-right: 1.7rem;
    margin-bottom: 0;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 992px) {
  .board-webzine .webzine-item a .txt-box .tit {
    height: 2.125rem;
  }
  .board-webzine .webzine-item a .txt-box .txt {
    height: calc(1.4em * 3);
  }
}
@media (min-width: 1200px) {
  .board-webzine .webzine-item a .txt-box .date {
    font-size: 1rem;
  }
}
@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }

  .board-webzine .webzine-item a .txt-box .tit {
    -webkit-line-clamp: 2;
  }

  .pager-calendar table tr th,
  .calendar table tr td {
    padding: 0.75rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (min-width: 1300px) {
  .board-webzine .webzine-item a .txt-box .tit {
    height: calc(2.125rem * 2);
  }
}
