@charset "UTF-8";
/* Defualt
---------------------------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.xet-content-widget {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.6;
  color: #707070;
  /* XE Icon */
  /* color */
  /* 제목 */
  /* 위젯 타이틀
  ---------------------------------------------------------------------------- */
  /* Thumbnail
  ---------------------------------------------------------------------------- */
  /* Category Name
  ---------------------------------------------------------------------------- */
  /* 탭
  ---------------------------------------------------------------------------- */
  /* 페이징
  ---------------------------------------------------------------------------- */
}
.xet-content-widget * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.xet-content-widget a {
  color: #707070;
  text-decoration: none !important;
}
.xet-content-widget img {
  vertical-align: top;
}
.xet-content-widget .icon img {
  vertical-align: inherit;
}
.xet-content-widget i[class*=xi-] {
  margin-right: 1px;
}
.xet-content-widget a.notice {
  color: #64b5f6 !important;
}
.xet-content-widget .replyNum,
.xet-content-widget .replyNum a,
.xet-content-widget .trackbackNum a {
  font-size: 12px;
  color: #ff8d19 !important;
}
.xet-content-widget .subject {
  font-size: 16px;
  font-weight: 500;
  color: #1b1b1b;
}
.xet-content-widget .title-wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.xet-content-widget .title-wrp .widget-title {
  font-size: 24px;
  font-weight: bold;
  color: #1b1b1b;
}
.xet-content-widget .title-wrp a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #cbcbcb;
}
.xet-content-widget .title-wrp a i[class*=xi-] {
  font-size: 16px;
  line-height: 1;
}
.xet-content-widget .item__thumbnail a {
  display: block;
  border: 0.5px solid #f1f1f1;
}
.xet-content-widget .item__thumbnail img {
  width: 100%;
}
.xet-content-widget .item__category {
  font-size: 14px;
}
.xet-content-widget .item__category .board {
  font-weight: 500;
}
.xet-content-widget .item__category > span + span {
  margin-left: 10px;
}
.xet-content-widget .item__category a {
  color: #2286c3 !important;
}
.xet-content-widget .tap-wrp {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /* 탭 메뉴 */
  /* 탭 콘텐츠 */
}
.xet-content-widget .tap-wrp ul.tab_menu {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}
.xet-content-widget .tap-wrp ul.tab_menu > li {
  margin: 0 15px;
  padding: 0;
}
.xet-content-widget .tap-wrp ul.tab_menu > li button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 40px;
  white-space: nowrap;
  font-size: 14px;
  text-decoration: none;
  cursor: pointer;
  color: #1b1b1b;
  background: none;
  border: 0;
  border-bottom: 1px solid transparent;
  outline: 0;
}
.xet-content-widget .tap-wrp ul.tab_menu > li.open button {
  color: #64b5f6 !important;
  border-color: #64b5f6 !important;
}
.xet-content-widget .tap-wrp .tab_content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.xet-content-widget .tap-wrp .tab_content > dd {
  margin: 0;
  padding: 0;
  display: none;
}
.xet-content-widget .tap-wrp .tab_content > dd.open {
  display: block;
  animation: fadeEffect 1s;
  /*페이드 에니메이션(1초)*/
}
@-webkit-keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeEffect {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.xet-content-widget .xet-content__pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin: 15px auto;
}
.xet-content-widget .xet-content__pagination ul {
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}
.xet-content-widget .xet-content__pagination ul li {
  padding: 0;
  margin: 0;
}
.xet-content-widget .xet-content__pagination ul li a,
.xet-content-widget .xet-content__pagination ul li strong {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  color: #707070;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  min-width: 14px;
  padding: 0 8px;
}
.xet-content-widget .xet-content__pagination ul li strong {
  padding: 0;
}
.xet-content-widget .xet-content__pagination ul li .page-on {
  color: #64b5f6;
  border-bottom: 1px solid #64b5f6;
  cursor: default;
}

/* 어두운 바탕용
---------------------------------------------------------------------------- */
body.color_scheme_dark,
.xet-content-widget.dark {
  /* 제목 */
  /* 위젯 타이틀
  ---------------------------------------------------------------------------- */
  /* Thumbnail
  ---------------------------------------------------------------------------- */
  /* 탭
  ---------------------------------------------------------------------------- */
}
body.color_scheme_dark .subject,
.xet-content-widget.dark .subject {
  color: #fff;
}
body.color_scheme_dark .title-wrp .widget-title,
.xet-content-widget.dark .title-wrp .widget-title {
  color: #fff;
}
body.color_scheme_dark .title-wrp a,
.xet-content-widget.dark .title-wrp a {
  color: #3b3b3b;
  border-color: #3b3b3b;
}
body.color_scheme_dark .item__thumbnail a,
.xet-content-widget.dark .item__thumbnail a {
  border-color: #3b3b3b;
}
body.color_scheme_dark .tap-wrp ul.tab_menu li button,
.xet-content-widget.dark .tap-wrp ul.tab_menu li button {
  color: #fff;
}

@media (min-width: 768px) {
  .xet-content-widget {
    /* 제목 */
  }
  .xet-content-widget .subject {
    font-size: 15px;
  }
  .xet-content-widget .tap-wrp ul.tab_menu {
    justify-content: center;
  }
}