@charset "utf-8";

.visual-banner > img {
  display: block;
  margin: 0 auto;
}
.index-section-concept::after {
  content: "";
  display: block;
  clear: both;
}
.index-section-best::after {
  content: "";
  display: block;
  clear: both;
}
.sub-section-best::after {
  content: "";
  display: block;
  clear: both;
}
.sub-section-best {
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 23px 16px 10px;
}
.contents-wrap {
  margin: 0 20px 0 0;
  width: 870px;
  float: left;
}
.right-wrap {
  width: 250px;
  float: left;
}
.index-contents-box {
  position: relative;
  width: 398px;
  background: #fff;
  padding: 23px 16px 10px;
  border-radius: 10px;
}
.index-section-concept {
  margin-top: 10px;
}

.side-box {
  position: relative;
  width: 218px;
  background: #fff;
  padding: 15px 16px 10px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.side-box:last-child {
  margin-bottom: 0;
}

.index-best-box {
  width: 398px;
}
.index-thumb-box {
  width: 398px;
  margin-top: 20px;
}
.index-thumb-box .thumb-list > li {
  float: left;
  width: 193px;
  margin: 0 12px 12px 0;
  min-height: 150px;
}
.index-thumb-box .thumb-list > li:nth-of-type(even) {
  margin-right: 0;
}
.index-thumb-box .thumb-list > li > a {
  display: block;
}

.index-thumb-box .thumb-list::after {
  content: "";
  display: block;
  clear: both;
}
.index-thumb-box .thumb-title {
  padding: 8px 3px 0;
  line-height: 1.5;
  color: #333;
}
.index-thumb-box .thumb-title:hover {
  color: #0096ff;
  text-decoration: underline;
}
.index-thumb-box .thumb-option {
  padding: 0 3px;
  margin-top: 4px;
}
.index-thumb-box .thumb-option .cate {
  color: #888;
}
.index-thumb-box .thumb-reply {
  color: #ff271b;
  padding-left: 4px;
}
.index-thumb-box .thumb-box {
  position: relative;
}
.index-thumb-box .thumb-box > img {
  display: block;
}
.index-thumb-box .thumb-box > span {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.left-box {
  float: left;
}
.right-box {
  float: left;
  margin-left: 10px;
}
.sub-section-best .right-box {
  margin-left: 42px;
}

.index-contents-box > h2 {
  padding-bottom: 9px;
  border-bottom: 1px solid #e7e7e7;
  height: 20px;
}
.sub-section-best > h2 {
  padding-bottom: 9px;
  border-bottom: 1px solid #e7e7e7;
  height: 20px;
}
.box-tag {
  font-family: "arial", "dotum", sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.box-tag:before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: 0 8px 0 8px;
}
.direct-notice {
  position: absolute;
  top: 25px;
  right: 16px;
  text-align: right;
}
.direct-notice > a {
  color: #888;
}
.direct-notice > a:hover {
  color: #0096ff;
  text-decoration: underline;
}
.direct-notice > strong {
  display: inline-block;
  margin-right: 6px;
  color: #333;
}

.list-more {
  position: absolute;
  top: 25px;
  right: 16px;
  color: #888;
}
.list-more > span {
  display: inline-block;
  background-position: -216px 0;
  width: 6px;
  height: 9px;
  margin-left: 6px;
}

.list-empty {
  position: absolute;
  top: 25px;
  right: 16px;
  color: #888;
}
.list-empty > span {
  display: inline-block;
  background-position: -216px 0;
  width: 6px;
  height: 9px;
  margin-left: 6px;
}

.item-list {
  margin-top: 15px;
}
.sub-index-list .item-wrap {
  max-width: 86%;
}
.sub-section-best .item-wrap {
  max-width: 68%;
}
.notice-list .item-wrap {
  max-width: 86%;
}
.notice-list .item-wrap > a > strong {
  color: #888;
  display: inline-block;
  margin-right: 5px;
}
.right-list .item-wrap {
  max-width: 100%;
}
.right-list .item-wrap > a > strong {
  color: #888;
  display: inline-block;
  margin-right: 5px;
}
.item-date {
  float: right;
  color: #888;
}
.item-cate {
  float: right;
  color: #888;
  line-height: 1.2em;
}
.item-list > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.item-list > li:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 2px;
  background: #999;
  margin: 5px 0 0 -8px;
}
.item-wrap {
  display: inline-block;
  max-width: 100%;
}
.item-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.item-wrap > a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  text-decoration: none;
  text-overflow: ellipsis;
}
.item-wrap > a:visited {
  color: #aaa;
}
.item-wrap > a:hover {
  text-decoration: underline;
  color: #0096ff;
}

.reply-count {
  float: right;
  margin-left: 4px;
  margin-top: 1px;
  color: #ff271b;
}
.tag-new {
  display: inline-block;
  width: 21px;
  height: 14px;
  background-position: -135px -28px;
  margin-left: 8px;
  margin-bottom: -2px;
}
.section-certify {
  padding-bottom: 18px;
}
.section-certify > h2 {
  border: none;
}
.section-certify .thumb-list::after {
  content: "";
  display: block;
  clear: both;
}
.section-certify .thumb-list > li {
  float: left;
  width: 128px;
  height: 84px;
  margin: 0 7px 7px 0;
}
.section-certify .thumb-list .w-last {
  margin-right: 0;
}
.section-certify .thumb-list > li > a {
}

.top-in-banner > img {
  display: block;
  margin: 0 auto;
}

.user-nick {
  vertical-align: middle;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: -1px;
}
.user-level {
  vertical-align: middle;
}
.user-sns {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
  margin-top: -2px;
}

.btn-s-w {
  border: 1px solid #d8d8d8;
  height: 21px;
  color: #666;
  line-height: 20px;
  border-radius: 2px;
  font-size: 12px;
  padding: 0 4px;
  background: #fff;
}
.btn-index-logout {
  position: absolute;
  top: 20px;
  right: 16px;
}
.login-message {
  color: #888;
  margin-top: 10px;
}
.login-history {
  position: relative;
  margin-top: 18px;
  vertical-align: middle;
  color: #888;
}
.history-message {
  vertical-align: middle;
}
.history-message > strong {
  color: #333;
}
.login-history .btn-delete {
  width: 19px;
  height: 19px;
  margin-left: 8px;
  vertical-align: middle;
  background-position: -163px -28px;
}
.login-date {
  margin-top: 4px;
  color: #888;
}
.section-user > h2 {
  margin-top: 16px;
}
.info-group {
  margin-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d8d8d8;
}
.info-group > dl {
  line-height: 25px;
}
.info-group > dl::after {
  content: "";
  display: block;
  clear: both;
}
.info-group > dl > dt {
  float: left;
  color: #888;
}
.info-group > dl > dd {
  float: right;
  color: #888;
}
.info-group > dl > dd > strong {
  color: #fe6c00;
  font-weight: 700;
}
.user-util {
  margin-top: 12px;
}
.user-util::after {
  content: "";
  display: block;
  clear: both;
}
.user-util > a {
  position: relative;
  display: block;
  float: left;
  width: 25%;
  vertical-align: bottom;
  text-align: center;
  padding: 46px 0 7px;
  border-radius: 6px;
  color: #888;
  font-size: 11px;
}
.user-util > a:hover {
  background: #f9f9f9;
}
.user-util > a > span {
  position: absolute;
  display: inline-block;
}
.user-util > a > span.alram {
  top: 10px;
  left: 19px;
  width: 25px;
  height: 26px;
  background-position: 0 -59px;
}
.user-util > a > span.alram-count {
  top: 4px;
  right: 0;
  width: 22px;
  height: 22px;
  background: #fe6c00;
  color: #fff;
  font-family: "arial", sans-serif;
  font-size: 11px;
  text-align: center;
  line-height: 22px;
  border-radius: 11px;
  z-index: 10;
}
.user-util > a > span.message {
  top: 10px;
  left: 12px;
  width: 28px;
  height: 26px;
  background-position: -35px -59px;
}
.user-util > a > span.mypage {
  top: 9px;
  left: 14px;
  width: 24px;
  height: 28px;
  background-position: -72px -58px;
}
.user-util > a > span.cs {
  top: 9px;
  left: 10px;
  width: 34px;
  height: 29px;
  background-position: -105px -58px;
}
.section-login .btn-login {
  display: block;
  background: #0096ff;
  height: 42px;
  line-height: 40px;
  font-size: 17px;
  font-family: "Noto Sans KR", sans-serif;
  color: #fff;
  text-align: center;
  border-radius: 4px;
  margin-top: 18px;
  transition: 0.15s ease-in-out;
}
.section-login .btn-login:hover {
  background: #038cec;
}
.login-option-group {
  text-align: center;
  margin: 14px 0 8px;
}
.login-option-group > a {
  color: #888;
}
.login-option-group > a:hover {
  color: #333;
}
.login-option-group > a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: 0 5px;
}
.login-option-group > a:last-child::after {
  display: none;
}

.rank-list {
  margin-top: 15px;
}
.rank-list > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 23px;
}

.rank-num {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  width: 13px;
  margin-top: -7px;
  text-align: center;
  color: #888;
  font-family: "arial", sans-serif;
  font-style: italic;
}
.rank-list > li:first-child .rank-num {
  color: #ff271b;
}
.rank-wrap {
  display: inline-block;
  max-width: 65%;
}
.rank-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.rank-wrap > a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  color: #3d3d3d;
  text-decoration: none;
  text-overflow: ellipsis;
}
.rank-wrap > a:hover {
  text-decoration: underline;
  color: #0096ff;
}
.rank-status {
  float: right;
  color: #888;
  vertical-align: middle;
}
.rank-status > em {
  display: inline-block;
  vertical-align: middle;
  margin-left: 16px;
  margin-top: -2px;
}
.rank-status .up {
  width: 8px;
  height: 6px;
  background-position: -216px -14px;
}
.rank-status .same {
  width: 8px;
  height: 2px;
  background-position: -216px -35px;
}
.rank-status .down {
  width: 8px;
  height: 6px;
  background-position: -216px -24px;
}

.left-wrap {
  position: absolute;
  top: 20px;
  left: -300px;
}

.left-ad {
  height: 150px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 10px;
}
.section-apps {
  padding-bottom: 20px;
}
.section-apps--block {
  padding-bottom: 20px;
}
.apps-desc {
  margin-top: 7px;
  color: #888;
}
.apps-area {
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -14px;
}
.apps-area > a {
  display: inline-block;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: top;
  opacity: 0.7;
}
.apps-area > a:hover {
  opacity: 1;
}
.apps-area .ios {
  width: 21px;
  height: 25px;
  background-position: -148px -59px;
}

.apps-area .android {
  width: 23px;
  height: 27px;
  background-position: -182px -59px;
  margin-left: 12px;
}

.right-side-wrap {
  position: absolute;
  top: 20px;
  right: -240px;
}

.list-tab {
  position: absolute;
  top: 23px;
  right: 16px;
}
.list-tab::after {
  content: "";
  display: block;
  clear: both;
}
.list-tab > li {
  float: left;
}
.list-tab .tabs {
  color: #888;
  vertical-align: middle;
}
.list-tab .tabs::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: -4px 8px 0;
  vertical-align: middle;
}
.list-tab .tabs:hover {
  color: #333;
}
.list-tab .tabs.active {
  color: #333;
}
.list-tab > li:last-child .tabs::after {
  display: none;
}
.board-list {
  margin-top: 13px;
}
.board-list::after {
  content: "";
  display: block;
  clear: both;
}
.board-list > li {
  float: left;
  width: 128px;
  padding: 5px 5px 5px 0;
}
.board-list > li > a {
  display: inline-block;
  max-width: 100%;
  color: #888;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.board-list > li > a:hover {
  color: #0096ff;
  text-decoration: underline;
}
.board-list .active {
  color: #333;
}
.btn-list-more {
  width: 100%;
  margin-top: 12px;
  background: #f8f8f8;
  color: #888;
  height: 29px;
  border-radius: 4px;
  letter-spacing: -1px;
}
.btn-list-more:hover {
  background: #f2f2f2;
  color: #333;
}
.right-wrap .section-new-board {
  display: none;
}
.right-wrap .section-apps {
  display: none;
}
@media screen and (max-width: 1830px) {
  .left-wrap {
    display: none;
  }
  .right-side-wrap {
    display: none;
  }
  .right-wrap .section-new-board {
    display: block;
  }
  .right-wrap .section-apps {
    display: block;
  }
}

.ad-league {
  width: 870px;
  height: 250px;
  background: url("img/bg_ad_league.png") no-repeat 0 0;
  font-family: "Noto Sans KR", sans-serif;
  padding: 30px 0 0 34px;
  box-sizing: border-box;
  color: #fff;
}
.ad-league__copy1 {
  font-size: 16px;
  font-weight: 500;
}
.ad-league__copy2 {
  margin-top: 14px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4em;
}
.btn-ad-league {
  display: inline-block;
  height: 46px;
  line-height: 46px;
  padding: 0 20px;
  background: #546ed5;
  border-radius: 23px;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  margin-top: 26px;
}

.league-rank-box {
  height: 172px;
}
.rank-league {
  float: left;
  width: calc(100% / 2);
}
.rank-league > li {
  margin-top: 11px;
  line-height: 15px;
}
.rank-league > li:first-child {
  margin-top: 18px;
}
.rank-league > li > a {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  color: #333;
  max-width: 165px;
}
.rank-league__num {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  vertical-align: middle;
}
.rank-more {
  position: absolute;
  top: 23px;
  right: 16px;
}
.rank-more > button {
  width: 16px;
  height: 16px;
}
.rank-more .prev {
  background-position: -163px 0;
}
.rank-more .next {
  width: 15px;
  background-position: -179px 0;
}

.collected-league {
  margin-top: 10px;
  padding-bottom: 7px;
}
.side-box--league {
  height: 225px;
}
.side-box__tab-ui {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.side-box__tab-ui::after {
  content: "";
  display: block;
  clear: both;
}
.side-box__tab-ui > li {
  float: left;
  height: 34px;
  border-right: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  background: #f8f8f8;
  text-align: center;
  cursor: pointer;
  line-height: 34px;
  box-sizing: border-box;
  width: calc(100% / 3);
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.side-box__tab-ui > li:first-child {
  border-radius: 10px 0 0 0;
}
.side-box__tab-ui > li:last-child {
  border-right: 0;
  border-radius: 0 10px 0 0;
}
.side-box__tab-ui > li.on {
  border-bottom: 0;
  color: #546ed5;
  background: #fff;
}
.tab-ui__list {
  margin-top: 36px;
  display: none;
}
.tab-ui__list.active {
  display: block;
}
#tab-2.tab-ui__list > li a:visited,
#tab-3.tab-ui__list > li a:visited {
  color: #333;
}
.ad-banner {
  clear: both;
  padding-top: 10px;
}
.ad-banner > img {
  display: block;
  margin: 0 auto;
}

.league-table {
  padding: 20px 16px;
  background: #fff;
  border-radius: 10px;
  margin-top: 20px;
}
.league-table > h2 {
  color: #0096ff;
}
.league-table > table {
  width: 100%;
  text-align: left;
  margin-top: 12px;
  border-bottom: 1px solid #e7e7e7;
}
.league-table > table th {
  border-top: 1px solid #d8d8d8;
  background: #f8f8f8;
  height: 40px;
  vertical-align: middle;
  font-weight: 700;
  padding-left: 10px;
  text-align: left;
}
.league-table > table td {
  border-top: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  height: 40px;
  vertical-align: middle;
  text-indent: 10px;
}
.league-table > table td > div {
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.2em;
}
.league-table > table td:last-child {
  border-right: 0;
}

/* 서브 인기 게시글 */
.p-side-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 100%;
  /* overflow: hidden; */
  /* position: relative; */
  margin-top: 10px;
}

.p-side-box .list-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popular-posts-swiper {
  width: 100%;
}

.popular-posts-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 0px;
}
.popular-posts-swiper .swiper-slide img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  border-radius: 5px;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);

  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.popular-posts-swiper .swiper-slide img:hover {
  -webkit-transform: translate(-50%, -50%) scale(1.05);
  -ms-transform: translate(-50%, -50%) scale(1.05);
  -o-transform: translate(-50%, -50%) scale(1.05);
  transform: translate(-50%, -50%) scale(1.05);
}
.p-item-wrap {
  width: 100%;
}

.p-item-wrap a {
  display: block;
  font-size: 14px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.p-item-wrap a:hover {
  color: #ff271b;
}

.p-item-wrap p {
  font-size: 12px;
  color: #333;
  margin: 5px 5px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.4;
}

.p-item-wrap span {
  font-size: 11px;
  color: #2195e6;
  display: block;
  text-align: left;
  margin-top: 5px;
}

.lazy-thumb-slide-webzine {
  height: 100px;
}

/* 서브 신규게시글 */
.index-list-body {
  position: relative;
  background: #fff;
  padding: 18px 15px 10px;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.index-list-body > h2 {
  padding-bottom: 9px;
  height: 20px;
}

.index-list-body .list-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.list-more {
  position: absolute;
  top: 20px;
  right: 16px;
  color: #888;
}

.fixed-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.fixed-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fixed-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);

  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.fixed-item img:hover {
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.fixed-item p {
  font-size: 12px;
  color: #333;
  margin: 10px 5px;
  text-align: left;
  line-height: 1.4;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-main-thumbs__img {
  width: 90px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}
.list-main-thumbs__contents .main-item-wrap > a:visited {
  color: #aaa;
}
.list-main-thumbs__img .lazy_thumbnail {
  /* object-fit: cover;
  width: 100%; */
}

.list-main-thumbs__img > a {
  display: block;
  background: #f3f4f4;
  border-radius: 10px;
  border: 1px solid #f3f4f4;
}

.lazy-thumb-main-webzine {
  height: 50px;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.list-main-thumbs {
  margin-top: 10px;
}

.list-main-thumbs > li {
  padding: 5px 0;
}

.list-main-thumbs li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #e7e7e7;
}

.list-main-thumbs li:first-child {
  border-top: 1px solid #e7e7e7;
}

.list-main-thumbs__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  overflow: hidden;
}

.main-item-wrap {
  text-align: left;
  max-width: 70%;
  display: flex;
  align-items: center;
  gap: 5px;
}

.list-main-thumbs__contents .main-item-wrap .reply-count {
  font-weight: 700;
  margin-top: -5px;
}

.reply-count-webzine {
  height: 26px;
  line-height: 26px;
}

.main-reply-count {
  color: #ff271b;
  line-height: 14px;
}
.item-category {
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  margin-left: 10px;
  flex-shrink: 0;
}

.item-category {
  display: inline-flex;
  align-items: center;
}

.item-category .board-name {
  color: #2195e6;
}

.item-category .board-name::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: 0 8px;
}

.custom-pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
  font-size: 12px;
  font-family: "Noto Sans KR", sans-serif;
}

.custom-pagination button {
  background: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
}

.custom-pagination button:hover {
  background-color: #0096ff;
  color: #fff;
  border-color: #0096ff;
}

.custom-pagination button:disabled {
  background-color: #fff;
  cursor: not-allowed;
}

.custom-arrow {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}

.custom-arrow-left {
  transform: rotate(-135deg);
}

.custom-arrow-right {
  transform: rotate(45deg);
}

.custom-pagination button:hover .custom-arrow {
  border-color: #fff;
}

.custom-pagination button:disabled .custom-arrow {
  border-color: #333;
}

.custom-pagination #total-pages {
  margin-right: 5px;
}

.img-landscape {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  width: 100%;
}

.item-category .regdate {
  font-size: 10px;
}

.list-index-body .lazy-thumb-main-webzine .lazy_thumbnail {
  width: 100%;
  object-fit: cover;
}
/* 메인 명예의 쩐당 리스트 */
.index-list-body {
  position: relative;
  background: #fff;
  padding: 18px 15px 10px;
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-height: 1000px;
}

.index-list-body > h2 {
  padding-bottom: 9px;
  height: 20px;
}

.list-more {
  position: absolute;
  top: 20px;
  right: 16px;
  color: #888;
}

.fixed-items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 10px;
}

.fixed-item {
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  background: #f8f8f8;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.fixed-item img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.fixed-item p {
  font-size: 12px;
  color: #333;
  margin: 5px 5px;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixed-item span {
  font-size: 11px;
  color: #2195e6;
  display: block;
  text-align: left;
}
.item-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px;
  font-size: 11px;
  white-space: nowrap;
}

.main-category {
  color: #2195e6;
  display: inline-block;
  white-space: nowrap;
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.stats {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}

.stat-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #555;
}

.main-thumbs-up {
  background: url(/css/img/main_thumbs_up.png) no-repeat center left;
  background-size: 12px;
  padding-left: 18px;
}

.main-comment {
  background: url(/css/img/main_comment.png) no-repeat center left;
  background-size: 12px;
  padding-left: 18px;
}
.list-main-thumbs__img {
  width: 90px;
  height: 50px;
  object-fit: cover;
  flex-shrink: 0;
}

.list-main-thumbs__img > a {
  display: block;
  background: #f3f4f4;
  border-radius: 10px;
  border: 1px solid #f3f4f4;
  height: 50px;
}

.lazy-thumb-main-webzine {
  height: 50px;
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.list-main-thumbs {
  margin-top: 10px;
}

.list-main-thumbs > li {
  padding: 5px 0;
}
.list-main-thumbs li::after {
  content: "";
  display: block;
  clear: both;
}
.list-main-thumbs li {
  display: flex;
  align-items: center;
  padding: 5px 0;
  border-bottom: 1px solid #e7e7e7;
}

.list-main-thumbs li:first-child {
  border-top: 1px solid #e7e7e7;
}

.list-main-thumbs__contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  overflow: hidden;
}

.main-item-wrap {
  text-align: left;
  max-width: 70%;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* .list-main-thumbs__contents .main-item-wrap > a {
  font-weight: 700;
} */

.list-main-thumbs__contents .main-item-wrap .reply-count {
  font-weight: 700;
  margin-top: -5px;
}

.reply-count-webzine {
  height: 26px;
  line-height: 26px;
}

.main-reply-count {
  color: #ff271b;
  line-height: 14px;
}

.main-item-wrap > a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  font-size: 12px;
  line-height: 14px;
  color: #333;
  text-decoration: none;
  text-overflow: ellipsis;
}

.item-category {
  font-size: 12px;
  text-align: right;
  white-space: nowrap;
  margin-left: 10px;
  flex-shrink: 0;
}

.item-category {
  display: inline-flex;
  align-items: center;
}

.item-category .board-name {
  color: #2195e6;
}

.item-category .board-name::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: 0 8px;
}

.img-landscape {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  width: 100%;
}

.item-category .regdate {
  font-size: 11px;
}
/* 메인 신규 게시글 */
.main-new-contents {
  background: #fff;
  padding: 20px 20px 32px 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 15px;
}

.main-new-contents header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.main-new-contents .tabs {
  display: flex;
  gap: 1px;
}

.main-new-contents .tabs .tab {
  width: max-content;
  padding: 10px 0px;
  margin: 5px;
  border: 1px solid #c8c8c8;
  color: #555555;
  border-radius: 5rem;
  font-family: "Noto Sans KR", sans-serif;
  cursor: pointer;
  width: 65px;
  text-align: center;
}

.main-new-contents .tabs .tab.active {
  background-color: #0096ff;
  color: #fff;
  border: 1px solid #0096ff;
}

.main-new-contents .tabs .tab:hover {
  background-color: #0096ff;
  color: #fff;
  border: 1px solid #0096ff;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.list-item .reply-count .item-icon {
  margin-top: -5px;
}

.reply-count-webzine {
  height: 26px;
  line-height: 26px !important;
}

.index-new-box {
  width: 410px;
  margin-bottom: 15px;
}

.main-index-list {
  margin: 0px;
}

.main-index-list .item-wrap {
  text-align: left;
  max-width: 70%;
}

.main-list-more {
  padding-top: 4px;
  font-family: "Noto Sans KR", sans-serif;
}

.list-item .reply-count .item-icon {
  margin-top: -5px;
}

.reply-count-webzine {
  height: 26px;
  line-height: 26px !important;
}

.link-text {
  color: #2195e6;
}

/* 서브 카테고리별 신규 게시글 */
.new-contents {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  margin-top: 10px;
}

.new-contents header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

.sub-index-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center;
  padding: 20px;
  max-width: 100%;
}

.sub-index-tabs .sub-index-tab {
  padding: 10px 20px;
  border: 1px solid #c8c8c8;
  color: #555;
  border-radius: 50px;
  font-family: "Noto Sans KR", sans-serif;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  transition: all 0.3s ease;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sub-index-tabs .sub-index-tab.active {
  background-color: #0096ff;
  color: #fff;
  border-color: #0096ff;
}

.sub-index-tabs .sub-index-tab:hover {
  background-color: #0096ff;
  color: #fff;
  border-color: #0096ff;
}

@media (max-width: 768px) {
  .sub-index-tabs {
    flex-direction: row;
    gap: 8px;
  }

  .sub-index-tabs .sub-index-tab {
    padding: 8px 16px;
    font-size: 14px;
  }
}

.swiper-container-subcontents {
  overflow: hidden;
}

.swiper-wrapper {
  display: flex;
}

.swiper-slide {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.swiper-slide li {
  border-bottom: 1px solid #e7e7e7;
  margin: 0;
  padding: 10px 0 10px 10px;
}

.index-new-box {
  width: 410px;
  margin-bottom: 15px;
}

.main-index-list {
  margin: 0;
}

.main-list-more {
  padding-top: 4px;
  font-family: "Noto Sans KR", sans-serif;
}

.main-list-link {
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  background-color: transparent;
  border: 1px solid #e6e6ea;
  border-radius: 100px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 44px;
  justify-content: center;
  letter-spacing: -0.5px;
  line-height: 42px;
  text-align: center;
  width: 100%;
  color: #333;
}

.link-text {
  color: #2195e6;
}

.list-util {
  position: relative;
  padding: 12px 0;
}
.util-right {
  float: right;
}
.sort-group {
  float: left;
  width: 300px;
  min-height: 1px;
}
.sort-group.empty-manager {
  width: 580px;
}
.sort-group::after {
  content: "";
  display: block;
  clear: both;
}
.array-count {
  float: left;
  margin-left: 20px;
}
.array-count .select-box {
  width: 70px;
  height: 21px;
}
.sort-type {
  float: left;
  font-size: 0;
  margin-left: 6px;
}
.sort-type > button.type1 {
  background-position: -215px -105px;
}
.sort-type > button.active {
  background-position-x: -243px;
}
.sort-type > button {
  width: 23px;
  height: 23px;
  margin-left: 4px;
}
.sort-type > button.type2 {
  background-position: -215px -133px;
}
.sort-type > button.active {
  background-position-x: -243px;
}
.sort-type > button {
  width: 23px;
  height: 23px;
  margin-left: 4px;
}
.sort-type > button.type3 {
  background-position: -215px -161px;
}
.sort-type > button.active {
  background-position-x: -243px;
}
.sort-type > button {
  width: 23px;
  height: 23px;
  margin-left: 4px;
}
.util-right::after {
  content: "";
  display: block;
  clear: both;
}
.list-util::after {
  content: "";
  display: block;
  clear: both;
}

.list-header {
  border-top: 1px solid #666;
}

.list-header th,
.list-body th {
  font-weight: 700;
  height: 50px;
  text-align: center;
  vertical-align: middle;
  border-bottom: 1px solid #e7e7e7;
}
.list-header .order {
  cursor: pointer;
}
.list-header .order > span {
  display: inline-block;
  background: url(img/icon_common.png?211112) no-repeat;
  width: 9px;
  height: 6px;
  text-indent: -999px;
  overflow: hidden;
  vertical-align: middle;
  margin: -2px 0 0 3px;
}

.list-body td {
  /* height: 40px; */
  text-align: center;
  vertical-align: middle;
  padding: 0 3px;
  border-bottom: 1px solid #e7e7e7;
}
.list-body .title {
  text-align: left;
  padding: 4px 5px 0;
}
.list-item {
  max-width: 430px;
}
.reply-count {
  float: right;
  margin-left: 4px;
  color: #ff271b;
  /* height: 26px; */
  line-height: 14px;
}
.list-item .reply-count {
  line-height: 40px;
}
.reply-count .item-icon > img {
  margin-left: 3px;
  vertical-align: middle;
}
.item-wrap.list-item > a {
  line-height: 40px;
  padding-right: 1px;
}
.list-header a,
.list-body a {
  color: #333;
}
.reply-count .item-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -5px;
}
.item-icon > img {
  width: 11px;
}
.list-header .nick,
.list-body .nick {
  text-align: left;
}
.pagination {
  margin-top: 20px;
  text-align: center;
}
.pagination > a {
  display: inline-block;
  margin: 0 6px;
  color: #333;
}
.pagination > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.pagination > ul > li {
  float: left;
  margin-left: 4px;
}
.pagination > ul > li:first-child {
  margin-left: 0;
}
.pagination > ul > li > a {
  display: block;
  width: 21px;
  height: 21px;
  line-height: 23px;
  border-radius: 2px;
  color: #333;
}
.pagination > ul > li.active > a {
  border: 1px solid #e0e2e4;
  color: #0096ff;
  font-weight: 700;
}
.pagination > ul > li:first-child {
  margin-left: 0;
}
.page-search-wrap {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}

.list-thumbs > li > div {
  float: left;
}
.list-thumbs__img {
  width: 94px;
  height: 66px;
  margin-right: 20px;
}
.list-thumbs__img > a {
  display: block;
  background: #f3f4f4;
}
.list-thumbs > li {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
}

.list-thumbs > li > div {
  float: left;
}
.p-side-box .list-thumbs__contents {
  width: 650px;
  margin: 5px 0 0;
}
.list-thumbs__contents .item-wrap .reply-count {
  font-weight: 700;
  margin-top: -7px;
}
.comm-count {
  cursor: pointer;
}
.list-thumbs__contents .item-wrap > a {
  font-weight: 700;
}
.list-thumbs__text > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
  line-height: 1.3em;
  margin: 3px 0 5px;
}
.list-thumbs__util > span {
  color: #888;
  vertical-align: middle;
}
.list-thumbs__util > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: -2px 8px 0;
  vertical-align: middle;
}
.list-thumbs__util > span:last-child::after {
  display: none;
}
.list-thumbs > li::after {
  content: "";
  display: block;
  clear: both;
}
.reply-count .item-icon .vote-cup {
  width: 28px;
  height: 26px;
  margin-left: 5px;
  margin-top: 3px;
}

.list-gallery {
  margin: 30px 0 0;
  border-bottom: 1px solid #e7e7e7;
}
.list-gallery > li {
  float: left;
  width: 192px;
  margin: 0 26px 30px 0;
}
.p-side-box .list-gallery > li {
  width: 187px;
}
.list-gallery__thumb > a {
  position: relative;
  display: block;
  height: 130px;
  background: #f3f4f4;
}
.list-gallery .item-wrap {
  margin: 8px 0 4px;
}
.list-gallery__util {
  margin-top: 4px;
}
.list-gallery__util > span {
  color: #888;
  vertical-align: middle;
}
.list-gallery__util > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: -2px 8px 0;
  vertical-align: middle;
}
.list-gallery__util > span:last-child::after {
  display: none;
}
.list-gallery::after {
  content: "";
  display: block;
  clear: both;
}
.list-gallery > li:nth-of-type(4n) {
  margin-right: 0;
}
.list-gallery__thumb > a {
  position: relative;
  display: block;
  height: 130px;
  background: #f3f4f4;
}
.list-gallery__thumb > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
