@charset "utf-8";
.board-container {
  width: 1140px;
  margin: 0 auto;
  padding: 0px 0px 80px;
  display: flex;
  gap: 0px;
}

.board-left {
  flex: 1;
  background: #fff;
  border-radius: 10px 0 0 10px;
  padding: 30px 20px 40px;
}
.board-right {
  width: 250px;
  flex-shrink: 0;
  border-left: 1px solid #f4f4f4;
  background: #fafbfd;
  border-radius: 0 10px 10px 0;
}

.board-header {
  position: relative;
}
.board-cate {
  padding-bottom: 20px;
  border-bottom: 1px solid #666;
}
.board-cate--user {
  border-bottom: 0;
}
.board-cate > a {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  color: #888;
  font-weight: 400;
  vertical-align: middle;
}
.board-cate .current {
  color: #333;
  font-weight: 500;
}
.board-cate .step {
  width: 10px;
  height: 18px;
  margin: 0 10px 0;
  background-position: -255px -30px;
  vertical-align: middle;
  text-indent: -999px;
  overflow: hidden;
}
.board-header .btn-write {
  position: absolute;
  top: 0;
  right: 0;
  background: #0096ff;
  height: 33px;
  line-height: 33px;
  border-radius: 2px;
  color: #fff;
  font-weight: 700;
  padding: 0 10px;
}
.board-header .btn-write:hover {
  background: #038cec;
}

.board-header .btn-stat {
  position: absolute;
  top: 0;
  right: 75px;
  display: inline-block;
  height: 33px;
  background: #f0f0f0;
  color: #333;
  padding: 0 8px;
  border-radius: 2px;
  line-height: 33px;
}

.board-header .btn-stat:hover {
  background: #c0c0c0;
}

.board-header__btn-wrap {
  position: absolute;
  top: 0;
  right: 0;
}

.board-header__btn-wrap > a {
  display: inline-block;
  color: #333;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  height: 21px;
  line-height: 22px;
  margin-left: 4px;
  padding: 0 5px;
}
.board-header__btn-wrap .up {
  width: 11px;
  height: 11px;
  background-position: -109px -105px;
  margin-left: 4px;
  margin-bottom: -1px;
}
.board-header__btn-wrap .down {
  width: 11px;
  height: 11px;
  background-position: -126px -105px;
  margin-left: 4px;
  margin-bottom: -1px;
}
.board-header__btn-wrap .btn-write-min {
  background: #0096ff;
  height: 23px;
  line-height: 24px;
  color: #fff;
  font-weight: 700;
  padding: 0 7px;
  border: 0;
}

/*view header*/
.view-header {
}
.view-header > h2 {
  font-size: 24px;
  font-family: "dotum", "돋움", sans-serif;
  margin-top: 34px;
  line-height: 1.5em;
  padding-left: 10px;
}
.view-header > h2 > img.vote-cup {
  vertical-align: middle;
  margin-left: 10px;
}
.view-header-util {
  margin-top: 12px;
  padding-bottom: 34px;
  border-bottom: 1px solid #d8d8d8;
}
.view-header-util::after {
  content: "";
  display: block;
  clear: both;
}
.view-header-util .left {
  float: left;
  margin-left: 10px;
}
.view-header-util .date {
  color: #888;
  vertical-align: middle;
}
.view-header-util .date::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #d8d8d8;
  margin: 0 8px;
}
.view-header-util--event .date::before {
  display: none;
}
.view-header-util .right {
  float: right;
  margin-right: 10px;
}
.view-header-util .right > span {
  color: #888;
}
.view-header-util .right > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #d8d8d8;
  margin: 0 8px;
}
.view-header-util .right > span:last-child::after {
  display: none;
}
.view-header-util .right > span.reply > a {
  color: #888;
}
.view-header-util .right > span.reply > a:hover {
  color: #333;
  text-decoration: underline;
}
.view-header-link {
  margin-top: 12px;
}
.view-header-link::after {
  content: "";
  display: block;
  clear: both;
}
.view-header-link .left {
  float: left;
  margin-left: 10px;
  color: #aaa;
}
.view-header-link .right {
  float: right;
  margin-right: 10px;
}
.view-header-link .ico-link {
  width: 11px;
  height: 10px;
  background-position: -108px -124px;
  margin-right: 5px;
}
.view-header-link .right > a {
  color: #333;
}
.view-header-link .right > a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #d8d8d8;
  margin: 0 8px;
}
.view-header-link .right > a:last-child::after {
  display: none;
}
.view-header-link .right > a:hover {
  text-decoration: underline;
}

/*view body*/
.view-body {
  margin-top: 50px;
  padding: 0 10px;
  font-size: 14px;
  line-height: 2em;
  word-break: break-all;
}
.view-body > img {
  max-width: 100%;
}
.view-bottom {
  position: relative;
  margin-top: 80px;
}
.recommend {
  text-align: center;
}
.recommend .like {
  background: #f04040;
  border: 1px solid #c12929;
  color: #fff;
}
.recommend .dislike {
  background: #fff;
  border: 1px solid #e0e0e0;
  margin-left: 10px;
}
.recommend > button {
  position: relative;
  width: 98px;
  height: 78px;
  border-radius: 2px;
  font-weight: 700;
}
.recommend > button::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
}
.recommend > button.like::after {
  background: #d33030;
}
.recommend > button.dislike::after {
  background: #f7f7f7;
}
.recommend .like .ico-pc {
  width: 22px;
  height: 22px;
  background-position: -109px -144px;
}
.recommend .dislike .ico-pc {
  width: 22px;
  height: 22px;
  background-position: -137px -144px;
}
.recommend > button > em {
  display: block;
  margin-top: 8px;
}
.recommend > button > em > strong {
  padding-left: 4px;
}

/*recommend toast popup*/
.recommend-toast > div {
  display: none;
  position: absolute;
  top: -300px;
  left: 50%;
  width: 180px;
  height: 180px;
  margin: 0 0 0 -90px;
}
.recommend-toast .like {
  width: 180px;
  height: 180px;
  background: url("img/like_toast.png") no-repeat 0 0;
}
.recommend-toast .dislike {
  width: 180px;
  height: 180px;
  background: url("img/dislike_toast.png") no-repeat 0 0;
}

.view-util {
  margin-top: 80px;
}
.view-util::after {
  content: "";
  display: block;
  clear: both;
}
.view-util .left {
  float: left;
  margin-left: 10px;
  color: #aaa;
}
.view-util .right {
  float: right;
  margin-right: 10px;
}
.ico-share {
  width: 14px;
  height: 10px;
  background-position: -126px -124px;
  margin-right: 5px;
}
.view-util .left > a {
  color: #333;
  line-height: 23px;
}
.view-util .left > a::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 9px;
  background: #d8d8d8;
  margin: 0 8px;
}
.view-util .left > a:last-child::after {
  display: none;
}
.view-util .left > a:hover {
  text-decoration: underline;
}

.view-util .right > a {
  display: inline-block;
  color: #333;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  height: 21px;
  line-height: 22px;
  margin-left: 4px;
  padding: 0 5px;
}
.view-util .right .up {
  width: 11px;
  height: 11px;
  background-position: -109px -105px;
  margin-left: 4px;
  margin-bottom: -1px;
}
.view-util .right .down {
  width: 11px;
  height: 11px;
  background-position: -126px -105px;
  margin-left: 4px;
  margin-bottom: -1px;
}

.writer-post {
  margin-top: 20px;
  border-top: 1px solid #d8d8d8;
}
.writer-window {
  text-align: center;
  padding: 16px 0;
}
.writer-window__hinged {
  cursor: pointer;
}
.writer-window__hinged.on .ico-pc {
  background-position: -183px -144px;
}
.writer-window__hinged > img {
  vertical-align: middle;
  margin-top: -2px;
}
.writer-window__hinged .ico-pc {
  width: 10px;
  height: 7px;
  background-position: -183px -155px;
  margin-left: 11px;
}

.writer-latest {
  display: none;
  width: 827px;
  border: 1px solid #d8d8d8;
  text-align: left;
  padding: 0 10px;
  border-radius: 2px;
}
.writer-latest.on {
  display: block;
}

/*reply*/
.reply-area {
  margin-top: 30px;
}

.reply-sort-group::after {
  content: "";
  display: block;
  clear: both;
}
.array-sequence {
  float: left;
}
.array-sequence .select-box {
  width: 76px;
}
.reply-sort-group {
  margin-top: 30px;
}
.reply-sort-group .view-count {
  float: left;
  color: #888;
  line-height: 24px;
  margin-left: 10px;
}
.reply-hinged {
  float: right;
  font-size: 14px;
  font-weight: 700;
  padding: 0 7px;
  height: 33px;
  background: #edeef0;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin-top: -4px;
}
.reply-hinged .ico-pc {
  width: 10px;
  height: 7px;
  background-position: -183px -155px;
  margin-left: 6px;
}
.reply-hinged.on .ico-pc {
  width: 10px;
  height: 7px;
  background-position: -183px -144px;
  margin-left: 6px;
}

.reply-list {
  border-top: 1px solid #e7e7e7;
  margin-top: 12px;
}
.reply-list--all {
  display: none;
}
.reply-list--all.on {
  display: block;
}
.reply-best {
  background: #ebedfb;
}
.reply-list--best {
  background: #ebedfb;
}
.tag-best {
  width: 37px;
  height: 16px;
  background-position: -304px -71px;
  vertical-align: middle;
  margin-right: 8px;
  margin-top: -1px;
}
.reply-list > li {
  position: relative;
  padding: 15px 10px 22px;
  border-bottom: 1px solid #e7e7e7;
}
.reply-list--best {
  border-top: 1px solid #c8cbde;
}
.reply-list--best > li {
  position: relative;
  padding: 15px 10px 22px;
  border-bottom: 1px solid #c8cbde;
}
.reply-list > li.comment {
  padding-left: 56px;
}
.reply-list > li.comment::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 34px;
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("img/icon_common.png?211112") no-repeat -165px -144px;
}
.reply-util {
  margin-bottom: 12px;
}

.reply-util .global-nick {
  font-weight: 700;
}
.reply-date {
  display: inline-block;
  color: #aaa;
  margin-left: 10px;
}
.reply-date::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  background: #666;
  vertical-align: middle;
  margin: 0 4px;
}
.reply-write > em {
  width: 14px;
  height: 12px;
  background-position: -282px -75px;
  margin-right: 3px;
  margin-bottom: -1px;
}
.reply-shortcut::before {
  content: "";
  display: inline-block;
  width: 1px;
  height: 1px;
  background: #666;
  vertical-align: middle;
  margin: 0 4px;
}
.reply-util > a {
  display: inline-block;
  color: #888;
}
.reply-util > a:hover {
  color: #333;
  text-decoration: underline;
}
.reply-content {
  margin-left: 23px;
  line-height: 18px;
  word-break: break-word;
}
.reply-content .for {
  color: #aaa;
  padding-right: 10px;
  vertical-align: top;
}
.youtube-link {
  text-decoration: underline;
}
.play-btn {
  width: 25px;
  height: 25px;
  padding: 0px;
  display: inline;
  vertical-align: middle;
  margin-bottom: 3px;
}
.close-btn {
  width: 25px;
  height: 25px;
  padding: 0px;
  display: inline;
  vertical-align: middle;
}
.modified {
  position: relative;
  color: #aaa;
  padding-right: 4px;
  font-weight: 700;
  cursor: pointer;
}
.modified-tip {
  display: none;
  position: absolute;
  top: -40px;
  left: 0;
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  padding: 7px 10px;
  font-weight: 400;
  color: #888;
  white-space: nowrap;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  cursor: auto;
}
.modified:hover .modified-tip {
  display: block;
}
.reply-recommend {
  position: absolute;
  top: 12px;
  right: 5px;
}
.reply-recommend > a {
  display: inline-block;
  margin-left: 16px;
}
.reply-recommend .like {
  vertical-align: middle;
  color: #e1241a;
}
.reply-recommend .like > span {
  width: 14px;
  height: 14px;
  background-position: -109px -176px;
  margin-bottom: -2px;
  margin-right: 4px;
}
.reply-recommend .dislike {
  vertical-align: middle;
  color: #888;
}
.reply-recommend .dislike > span {
  width: 14px;
  height: 14px;
  background-position: -129px -176px;
  margin-bottom: -2px;
  margin-right: 4px;
}
.reply-recommend .report {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  vertical-align: middle;
  line-height: 28px;
  text-align: center;
}

.reply-recommend .report > span {
  width: 12px;
  height: 12px;
  background-position: -149px -176px;
}
.reply-recommend .report:hover {
  background: #edeef0;
}
.reply-recommend .report:hover > span {
  background-position: -167px -176px;
}

.reply-delete {
  color: #aaa;
}
.reply-delete > strong {
  font-weight: 700;
  padding-right: 4px;
}
.commenting .reply-util {
  line-height: 1.4;
}
.commenting .reply-util > strong {
  font-weight: 700;
}
.commenting .reply-util .btn-cancle {
  position: absolute;
  top: 15px;
  right: 10px;
  color: #888;
}
.commenting .reply-util .btn-cancle:hover {
  color: #333;
  text-decoration: underline;
}
.commenting .reply-util .btn-cancle .ico-pc {
  width: 10px;
  height: 10px;
  background-position: -165px -159px;
  margin: 0 4px 0 0;
  vertical-align: middle;
}
.commenting-wrap {
  border: 1px solid #aaa;
  border-radius: 2px;
}
.commenting-box {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
}
.commenting-box > textarea {
  width: 100%;
  height: 120px;
  resize: vertical;
  line-height: 18px;
}
.commenting-util {
  padding: 6px;
}
.commenting-util::after {
  content: "";
  display: block;
  clear: both;
}
.commenting-util .left {
  float: left;
}
.commenting-util .right {
  float: right;
}
.commenting .left > button {
  width: 28px;
  height: 28px;
  border-radius: 4px;
}
.commenting .left > button:hover {
  background: #f5f6f8;
}
.commenting .btn-sticker .ico-pc {
  width: 16px;
  height: 16px;
  background-position: -276px -105px;
  vertical-align: middle;
}
.commenting .btn-photo .ico-pc {
  width: 18px;
  height: 16px;
  background-position: -276px -127px;
  vertical-align: middle;
}
.commenting .btn-sticker:hover .ico-pc {
  background-position: -297px -105px;
}
.commenting .btn-photo:hover .ico-pc {
  background-position: -297px -127px;
}

.commenting-util .right > button {
  height: 31px;
  border-radius: 2px;
  padding: 0 10px;
}
.commenting .btn-regist {
  color: #000;
  background: #edeef0;
}
.commenting .btn-regist:focus {
  border: 1px dotted #747679;
}
.commenting .btn-regist:hover {
  background: #e4e6e9;
}
.commenting .btn-recommend {
  background: #0096ff;
  color: #fff;
  margin-left: 4px;
}
.commenting .btn-recommend:hover {
  background: #038cec;
}
.btn-reply-more {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  margin: 20px 0 30px;
  height: 53px;
  font-weight: 700;
}
.btn-reply-more:hover {
  background: #f8f8f8;
}
.btn-reply-more .ico-pc {
  width: 10px;
  height: 7px;
  background-position: -183px -166px;
  margin-left: 8px;
}

/*board side*/
.board-side-box {
  position: relative;
  width: 218px;
  padding: 20px 16px 12px;
  border-bottom: 1px solid #d8d8d8;
}
.board-side-box:last-child {
  border-bottom: 0;
}

.board-right .right-banner {
  margin-bottom: 0;
}
.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;
}

.item-list {
  margin-top: 20px;
}
.item-list > li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 10px;
}
.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.list-item > a {
  line-height: 40px;
  padding-right: 1px;
}
.item-wrap > a:hover {
  text-decoration: underline;
  color: #0096ff;
}
.item-wrap > a:visited {
  color: #aaa;
}
.reply-count {
  float: right;
  margin-left: 4px;
  color: #ff271b;
  /* height: 26px; */
  line-height: 14px;
}
.reply-count .item-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -3px;
}
.list-item .reply-count .item-icon {
  margin-top: -5px;
}
.item-icon > img {
  width: 11px;
}
.reply-count .item-icon > img {
  margin-left: 3px;
  vertical-align: middle;
}
.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-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;
}
.section-apps {
  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;
}
.list-util {
  position: relative;
  padding: 12px 0;
}
.list-util--user {
  height: 100px;
}
.list-util::after {
  content: "";
  display: block;
  clear: both;
}
.board-manager {
  float: left;
  margin-top: 4px;
}
.board-manager::after {
  content: "";
  display: block;
  clear: both;
}
.board-manager > dt {
  float: left;
  font-weight: 700;
  color: #666;
  margin-right: 7px;
  margin-top: 2px;
}
.board-manager > dd {
  float: left;
}
.board-manager > dd > img {
  vertical-align: middle;
  margin-top: -2px;
}
.util-user-info {
  float: left;
}
.util-user-info::after {
  content: "";
  display: block;
  clear: both;
}
.user-img-wrap {
  width: 80px;
  height: 80px;
  background: #f8f8f8;
  overflow: hidden;
  /* border: 1px solid #d8d8d8; */
  float: left;
}
.user-img-wrap > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.util-right {
  float: right;
}
.util-right::after {
  content: "";
  display: block;
  clear: both;
}
.sort-group {
  float: left;
  width: 300px;
  min-height: 1px;
}

.sort-group::after {
  content: "";
  display: block;
  clear: both;
}
.sort-group > li {
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
}
.sort-group > li:last-child {
  margin-right: 0;
}
.sort-group > li > a {
  display: block;
  height: 25px;
  background: #f4f4f4;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 100px;
  color: #666;
}
.sort-group > li > a.active {
  background: #d7e3ef;
  color: #2e80b9;
}
.sort-group > li > a:not(.active):hover {
  background: #ececec;
}
.notice-option {
  float: left;
  margin-left: 20px;
  margin-top: 6px;
}
.notice-option--inner {
  line-height: 25px;
}

.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 {
  width: 23px;
  height: 23px;
  margin-left: 4px;
}
.sort-type > button.type1 {
  background-position: -215px -105px;
}
.sort-type > button.type2 {
  background-position: -215px -133px;
}
.sort-type > button.type3 {
  background-position: -215px -161px;
}
.sort-type > button.active {
  background-position-x: -243px;
}

.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 td {
  height: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 0 3px;
  background: #fafbfd;
  border-bottom: 1px solid #e7e7e7;
}
.list-header .title {
  text-align: left;
  padding: 0 5px;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 430px;
}
.list-header .nick,
.list-body .nick {
  text-align: left;
}
.list-header a,
.list-body a {
  color: #333;
}
.list-header a:hover,
.list-body a:hover {
  color: #0096ff;
  text-decoration: underline;
}

.list-header .tag-notice {
  display: inline-block;
  font-weight: 700;
  background: #edeef0;
  border: 1px solid #cdcdcd;
  border-radius: 2px;
  padding: 4px 5px;
}
.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-header .order .asc {
  background-position: -301px -152px;
}
.list-header .order .desc {
  background-position: -301px -164px;
}

.list-body .title {
  text-align: left;
  padding: 4px 5px 0;
}
.list-body td {
  /* height: 40px; */
  text-align: center;
  vertical-align: middle;
  padding: 0 3px;
  border-bottom: 1px solid #e7e7e7;
}
.list-item {
  max-width: 430px;
}
.list-item .reply-count {
  line-height: 40px;
}
.list-btn-wrap {
  margin-top: 20px;
}
.list-btn-wrap .left {
  float: left;
}
.list-btn-wrap .right {
  float: right;
}
.list-btn-wrap::after {
  content: "";
  display: block;
  clear: both;
}

.list-btn-wrap .btn-refresh {
  height: 33px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  padding: 0 8px;
}
.list-btn-wrap .btn-refresh:hover {
  background: #f8f8f8;
}
.list-btn-wrap .btn-default {
  height: 33px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  padding: 0 8px;
}
.list-btn-wrap .btn-default:hover {
  background: #f8f8f8;
}

.list-btn-wrap .btn-write {
  display: inline-block;
  height: 33px;
  background: #0096ff;
  color: #fff;
  padding: 0 8px;
  border-radius: 2px;
  line-height: 33px;
}

.list-btn-wrap .btn-write:hover {
  background: #038cec;
}

.list-btn-wrap .right input[type="checkbox"] + label {
  margin-right: 20px;
}
.list-btn-wrap .select-box {
  display: inline-block;
  width: 154px;
}
.list-btn-wrap .select-box select {
  padding: 8px 4px;
}
.list-btn-wrap .select-box label {
  padding: 8px 4px;
}

.list-btn-wrap--inner {
  margin-bottom: 10px;
}
.list-btn-wrap--inner .array-sequence:first-child {
  margin-right: 4px;
}

.pagination {
  margin-top: 20px;
  text-align: center;
}
.pagination > ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px;
}
.pagination > ul::after {
  content: "";
  display: block;
  clear: both;
}
.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:not(.active) > a:hover {
  text-decoration: underline;
}
.pagination > a {
  display: inline-block;
  margin: 0 6px;
  color: #333;
}
.pagination > a:hover {
  text-decoration: underline;
}

.page-search-wrap {
  margin-top: 20px;
  text-align: center;
  font-size: 0;
}
.page-search-wrap .select-box {
  width: 104px;
  display: inline-block;
  border: 1px solid #ececec;
  vertical-align: middle;
  font-size: 12px;
}
.page-search-wrap .select-box label {
  color: #333;
  padding: 8px 4px;
}
.page-search-wrap .select-box select {
  padding: 8px 4px;
}
.page-search-wrap .search {
  display: inline-block;
  vertical-align: middle;
}
.page-search-box {
  position: relative;
  display: inline-block;
  width: 204px;
  height: 31px;
  border: 1px solid #ececec;
  border-radius: 2px;
  vertical-align: middle;
  margin-left: 4px;
}
.page-search-box > input {
  font-size: 12px;
  font-weight: 700;
  line-height: 24px;
  width: 190px;
  height: 24px;
  padding: 4px 6px 4px 8px;
}
.page-search-wrap .btn-search {
  display: inline-block;
  width: 44px;
  height: 31px;
  line-height: 31px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background: #f8f8f8;
  vertical-align: middle;
  font-weight: 700;
  font-size: 12px;
  margin-left: 4px;
  color: #333;
}
.page-search-wrap .btn-search:hover {
  background: #f2f2f2;
}

.write-header {
}
.write-title-util {
  padding: 0 12px;
  margin-top: 20px;
}
.write-title-util .select-box {
  float: left;
  margin-right: 4px;
}
.write-title-util::after {
  content: "";
  display: block;
  clear: both;
}

.write-cate {
  float: left;
  line-height: 31px;
  margin-right: 30px;
}
.write-cate .upper {
  color: #888;
}
.write-cate .current {
  color: #333;
  font-weight: 700;
}
.write-title-util .select-box label {
  padding: 8px 4px;
}
.write-title-util .select-box select {
  padding: 8px 4px;
}
.write-title {
  padding: 10px 12px;
  /* border: 1px solid #d8d8d8; */
  border-radius: 4px;
  margin-top: 34px;
  padding-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
}
.write-title > input {
  width: 100%;
  height: 1.4em;
  font-size: 24px;
  font-weight: 700;
}
.write-title__chk {
  float: left;
  margin: 10px 0 0 20px;
}
.write-title__chk > label {
  margin-right: 20px;
}

.member-box {
  width: 660px;
  margin: 90px auto 0;
  background: #fff;
  border-radius: 10px;
  padding: 33px 40px 40px;
  box-sizing: border-box;
  box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.12);
  position: relative;
}
.member-logo {
  width: 114px;
  height: 39px;
  background-position: 0 0;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}
.member-words {
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  margin-top: 14px;
  font-family: "Noto Sans KR", sans-serif;
}
.info-text {
  text-align: center;
  margin: 40px 0;
  line-height: 1.4em;
}
.member-contents-box {
  margin-top: 40px;
}
.member-contents-box::after {
  content: "";
  display: block;
  clear: both;
}
.member-login-form {
  width: 300px;
  float: left;
}
.banner-login {
  float: right;
}

.member-box-title {
  text-align: center;
  margin: 40px 0 10px;
  font-size: 15px;
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  color: #0096ff;
}
.login-sns__copy {
  color: #888;
  text-align: center;
}
.login-method-wrap {
  font-size: 0;
  text-align: center;
  margin-top: 40px;
}
.login-method-wrap > a {
  display: inline-block;
  border: 1px solid #d8d8d8;
  width: 110px;
  height: 33px;
  border-radius: 2px;
  font-size: 12px;
  margin-right: 6px;
}
.login-method-wrap > a:last-child {
  margin-right: 0;
}
.logo-sns {
  display: inline-block;
  width: 40px;
  height: 33px;
  position: relative;
  vertical-align: middle;
}
.login_kakao {
  width: 20px;
  height: 20px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  display: inline-block;
  position: absolute;
}
.logo-sns::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 11px;
  margin-top: -5px;
  background: #d8d8d8;
}
.logo-sns > i {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.logo-sns .sns-kakao {
  width: 18px;
  height: 16px;
  background-position: -28px -150px;
}
.logo-sns .sns-naver {
  width: 16px;
  height: 16px;
  background-position: -54px -150px;
}
.logo-sns .sns-facebook {
  width: 18px;
  height: 18px;
  background-position: -28px -174px;
}
.logo-sns .sns-google {
  width: 18px;
  height: 18px;
  background-position: -54px -174px;
}
.sns-text {
  display: inline-block;
  text-align: center;
  width: 70px;
  font-family: "Noto Sans KR", sans-serif;
  color: #666666;
  line-height: 33px;
  vertical-align: middle;
}
.member-guide-text {
  text-align: center;
  margin-top: 20px;
  color: #888;
  line-height: 1.5em;
}
.member-guide-text > a {
  color: #333;
  text-decoration: underline;
}
.member-login-box {
  display: block;
  height: 36px;
  border: 1px solid #ececec;
  padding: 6px 10px;
  border-radius: 2px;
  margin-bottom: 10px;
  position: relative;
}
.member-login-box > input {
  height: 36px;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
}

.toast-login-hint {
  position: absolute;
  bottom: -38px;
  left: 0;
  width: 100%;
  text-indent: 5px;
  background: #47484b;
  height: 32px;
  line-height: 32px;
  color: #b3b8bd;
  border-radius: 2px;
  z-index: 1;
}
.toast-login-hint::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: -5px;
  left: 15px;
  width: 0;
  height: 0;
  border-top: 5px solid none;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #47484b;
}

.member-login-util {
  margin-top: 13px;
}
.member-login-util::after {
  content: "";
  display: block;
  clear: both;
}
.login-util__left {
  float: left;
}
.login-util__right {
  float: right;
}
.login-util__right > a {
  color: #333;
}
.login-util__right > a:hover {
  text-decoration: underline;
}
.btn-member-login {
  display: block;
  height: 43px;
  background: #0096ff;
  text-align: center;
  font-weight: 700;
  line-height: 43px;
  color: #fff;
  font-size: 14px;
  border-radius: 2px;
  margin-top: 25px;
  width: 100%;
}
.btn-member-login:hover {
  background: #038cec;
}
.footer-min {
  width: 600px;
  text-align: center;
  margin: 30px auto 60px;
}
.footer-min__link {
  font-size: 0;
  margin-bottom: 20px;
}
.footer-min__link > a {
  font-size: 12px;
  color: #888;
  display: inline-block;
  margin: 0 10px;
  line-height: 1.8em;
}
.footer-min__link > a:hover {
  text-decoration: underline;
  color: #333;
}

.btn-history-back {
  display: block;
  position: absolute;
  top: 0;
  left: -120px;
  width: 60px;
  height: 60px;
  background: #fff;
}
.btn-history-back > span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 26px;
  height: 17px;
  margin: -9px 0 0 -13px;
  background-position: -318px -36px;
}
.member-contents-box .terms-box {
  padding: 20px;
  height: 120px;
  background: #fafbfd;
}
.member-contents-box .terms-box > textarea {
  width: 100%;
  height: 100%;
  background: none;
  resize: none;
}
.chk-agree {
  margin-top: 15px;
  display: block;
}
.member-contents-box .terms-box:nth-of-type(2) {
  margin-top: 30px;
}

.member-contents-box .terms-box--19pic {
  height: 100px;
}
.terms-box--19pic img {
  margin-right: 30px;
  display: inline-block;
  width: 100px;
}
.terms-box--19pic em {
  display: inline-block;
  line-height: 1.8em;
  padding-top: 16px;
  width: 410px;
}
.check19 {
  text-align: center;
}
.check19 button {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  width: 116px;
  height: 30px;
  margin-top: 20px;
}
.check19 button:hover {
  background: #f8f8f8;
}

.check19 button.login {
  background: #0096ff;
  color: white;
  margin-left: 20px;
}

.check19 button.login:hover {
  background: #038cec;
}

.member-contents-box .tip-list {
  height: auto;
  margin-top: 0;
}
.member-contents-box .tip-list > li {
  line-height: 1.5em;
  color: #333;
}
.btn-member-agree {
  display: block;
  width: 100%;
  background: #0096ff;
  height: 43px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  line-height: 43px;
  margin-top: 30px;
  border-radius: 2px;
}
.btn-member-agree:hover {
  background: #038cec;
}
.btn-member-cancel {
  display: block;
  width: 100%;
  background: #fff;
  height: 41px;
  color: #333;
  font-weight: 700;
  text-align: center;
  line-height: 41px;
  margin-top: 10px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
}
.btn-member-cancel:hover {
  background: #f8f8f8;
}
.member-data-field::after {
  content: "";
  display: block;
  clear: both;
}
.member-data-field > dt {
  width: 90px;
  line-height: 33px;
  float: left;
}
.member-data-field > dd {
  width: calc(100% - 90px);
  line-height: 33px;
  float: left;
}
.member-data-field > dd::after {
  content: "";
  display: block;
  clear: both;
}
.cash-exchange-field > dt {
  width: 120px;
}
.cash-exchange-field > dd {
  width: calc(100% - 120px);
}

.data-field-box {
  height: 31px;
  border: 1px solid #ececec;
  border-radius: 2px;
  padding: 0 50px 0 5px;
  position: relative;
}
.data-field-box.inactive {
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
}
.data-field-box__space {
  display: inline-block;
  width: calc(100% - 145px);
}
.data-field-box--deep {
  display: inline-block;
  width: 198px;
  padding: 0 5px;
}
.data-field-box.alert {
  border-color: #ff271b;
}
.data-field-box.alert::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 14px;
  height: 14px;
  margin-top: -7px;
  background: url("img/icon_common.png?211112") no-repeat -320px -105px;
}
.data-field-box.confirmed {
  border-color: #0096ff;
}
.data-field-box.confirmed::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 18px;
  height: 12px;
  margin-top: -6px;
  background: url("img/icon_common.png?211112") no-repeat -338px -105px;
}
.data-field-box .timer {
  position: absolute;
  top: 0;
  line-height: 33px;
  right: 10px;
  text-align: right;
  font-family: "arial", "tahoma", sans-serif;
  color: #888;
}
.data-field-box > input {
  width: 100%;
  height: 100%;
}
.data-field-box.disabled {
  background: #f4f4f4;
}
.data-field-box .type-price {
  text-align: right;
}
.member-data-field .unit {
  display: inline-block;
  margin-left: 7px;
}

.select-box--account {
  height: 33px;
  display: inline-block;
  margin-right: 4px;
}
.select-box--account label {
  padding: 0 4px;
  top: 0;
  color: #333;
}

.data-hint {
  color: #ff271b;
  margin-top: 8px;
  line-height: 1.4em;
}
.data-hint__default {
  color: #888;
}
.data-hint__complete {
  color: #0096ff;
}
.member-data-field > dt,
.member-data-field > dd {
  margin-bottom: 10px;
}
.btn-inner {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  width: 82px;
  height: 33px;
  margin-left: 6px;
}
.btn-inner--regist {
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  width: 50px;
  height: 33px;
  margin-right: 6px;
}
.btn-inner-confirm {
  border-radius: 2px;
  width: 82px;
  height: 33px;
  margin-left: 6px;
  background: #47484b;
  color: #b3b8bd;
}
.id-from {
  display: inline-block;
  background: url("img/icon_common.png?211112") no-repeat 0 0;
  vertical-align: middle;
  margin-left: 10px;
}
.from__kakao {
  width: 18px;
  height: 16px;
  background-position: -28px -150px;
}

.from__naver {
  width: 16px;
  height: 16px;
  background-position: -54px -150px;
}
.from__facebook {
  width: 18px;
  height: 18px;
  background-position: -28px -174px;
}
.from__google {
  width: 18px;
  height: 18px;
  background-position: -54px -174px;
}

.find-info-box {
  padding: 20px 0;
  background: #f8f8f8;
  text-align: center;
  margin-bottom: 10px;
}
.find-info-box:last-child {
  margin-bottom: 0;
}
.find-data {
}
.find-data__title {
  display: inline-block;
  margin-right: 12px;
}
.find-data__content {
  display: inline-block;
  font-weight: 700;
}
.find-data__content::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: 0 12px;
}
.find-data__content:last-child::after {
  display: none;
}
.account-date {
  margin-top: 13px;
  color: #aaa;
}
.account-date > a {
  display: inline-block;
  margin-left: 10px;
}
.account-date > a.inactive {
  color: #aaa;
}
.account-date > a.active {
  color: #333;
}
.my-wrap {
  width: 748px;
  margin: 0 auto;
  position: relative;
}
.my-title {
  margin: 40px 0 10px;
}

.my-box {
  padding: 40px;
  background: #fff;
  margin: 0 auto;
  border-radius: 10px;
  position: relative;
}
.my-box .my-nick {
  text-align: center;
}
.my-figure-wrap {
  position: relative;
  width: 180px;
  height: 180px;
  margin: 0 auto 40px;
}
.my-figure {
  display: block;
  width: 180px;
  height: 180px;
  border-radius: 90px;
  background: #f8f8f8;
  overflow: hidden;
}
.my-figure > img {
  width: 100%;
}
.my-figure-wrap .modify {
  position: absolute;
  top: 50%;
  left: 220px;
  margin-top: -5px;
  white-space: nowrap;
  color: #aaa;
}

input[id="change-photo"] {
  display: none;
}
input[id="change-photo"] + label {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background: #f8f8f8;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

input[id="change-photo"] + label > span {
  width: 18px;
  height: 16px;
  background-position: -276px -127px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -9px 0 0 -9px;
}
input[id="change-photo"] + label:hover > span {
  background-position: -297px -127px;
}

.my-box__btn-wrap {
  text-align: right;
  margin-top: 40px;
}
.my-box__btn-wrap .btn-default {
  display: inline-block;
  padding: 0 13px;
  font-weight: 700;
  border-radius: 2px;
  height: 41px;
  line-height: 41px;
  border: 1px solid #d8d8d8;
}
.my-box__btn-wrap .btn-positive {
  background: #0096ff;
  color: #fff;
  border: 1px solid #0096ff;
}
.my-box__btn-wrap .btn-positive:hover {
  border: 1px solid #038cec;
  background: #038cec;
}
.my-box__btn-wrap .btn-negative {
  background: #fff;
  color: #333;
}
.my-box__btn-wrap .btn-negative:hover {
  background: #f8f8f8;
}

.layer-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}
.layer-container {
  position: relative;
  margin: 200px auto 0;
  background: #fff;
  padding: 20px;
  z-index: 2;
  border-radius: 6px;
  max-width: 600px;
}
.layer-container h3 {
  color: #0096ff;
  text-align: center;
  margin: 40px 0 12px;
}

.layer-container .contents-description {
  margin-bottom: 20px;
  text-align: center;
  color: #666;
}
.dimm {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.layer-contents-box {
  padding: 20px;
}

.layer-default {
  width: 510px;
}
.login-method-wrap--layer {
  margin-top: 20px;
}

.layer-container .btn-layer-close {
  display: inline-block;
  position: absolute;
  top: 15px;
  right: 15px;
  text-indent: -999px;
  overflow: hidden;
  width: 20px;
  height: 20px;
  background-position: -276px -153px;
}
.my-box__description {
  text-align: center;
  color: #888;
  margin: 12px 0;
  line-height: 1.5em;
}

.my-box .my-nick a {
  font-weight: 700;
}
.my-box__point {
  text-align: center;
  margin: 24px 0 34px;
}
.my-box__point > span {
  display: block;
  line-height: 1.8em;
  font-size: 14px;
}
.my-box__point > span > em {
  color: #fe6c00;
  font-family: "arial", "tahoma", sans-serif;
  font-size: 16px;
}
.my-box__activity {
}
.my-box__activity::after {
  content: "";
  display: block;
  clear: both;
}
.my-box__activity > li {
  float: left;
  width: 25%;
  text-align: center;
  line-height: 1.8em;
  position: relative;
  color: #888;
}
.my-box__activity > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 40px;
  margin-top: -20px;
  background: #e7e7e7;
}
.my-box__activity > li:last-child::after {
  display: none;
}
.my-box__activity > li > strong {
  font-size: 28px;
  padding-right: 4px;
  font-family: "arial", "tahoma", sans-serif;
  color: #333;
}
.my-box > h3 {
  font-size: 13px;
  margin-bottom: 20px;
  color: #666;
}
.my-box--list > h3 {
  margin-bottom: 12px;
  position: relative;
}
.my-box__activity--yellow {
  margin-bottom: 40px;
}
.my-box__activity--yellow > li {
  width: calc(100% / 7);
}

.my-detail-list {
  width: 100%;
  border-top: 1px solid #333;
  table-layout: fixed;
}
.my-detail-list th > em {
  font-weight: 400;
}
.my-detail-list--body {
  border-top: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 500px;
  width: 100%;
}
.my-detail-list--body > table {
  border-top: 0;
}
.my-detail-list th {
  border-bottom: 1px solid #e7e7e7;
  height: 50px;
  vertical-align: middle;
  font-weight: 700;
}
.my-detail-list td {
  padding: 0 5px;
  border-bottom: 1px solid #e7e7e7;
  height: 40px;
  vertical-align: middle;
  color: #888;
}
.my-detail-list .date {
  color: #888;
}
.my-detail-list .contents {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.my-detail-list .contents > a {
  color: #333;
}
.my-detail-list .contents > a:hover {
  text-decoration: underline;
}

.btn-class-guide {
  display: inline-block;
  position: absolute;
  top: 40px;
  right: 40px;
  padding: 3px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #333;
}
.tb-class-guide td:nth-of-type(1) > img {
  vertical-align: middle;
  margin-top: -3px;
  padding-right: 8px;
}
.tb-class-guide td:nth-of-type(2) {
  text-align: right;
  color: #888;
}
.tb-class-guide td:nth-of-type(3) {
  text-align: center;
  color: #888;
}
.tb-class-guide td:nth-of-type(4) {
  text-align: center;
  color: #888;
}

.tip-list {
  margin-top: 12px;
}
.tip-list > li {
  line-height: 1.3em;
  margin-bottom: 5px;
  color: #888;
}
.tip-list > li:last-child {
  margin-bottom: 0;
}

.layer-definition {
  margin-bottom: 10px;
}
.layer-definition::after {
  content: "";
  display: block;
  clear: both;
}
.layer-definition > dt {
  float: left;
  width: 90px;
  line-height: 33px;
}
.layer-definition > dd {
  float: left;
  width: calc(100% - 90px);
}
.layer-definition > dd > div {
  border: 1px solid #e7e7e7;
  padding: 8px 5px;
  min-height: 13px;
  border-radius: 2px;
  line-height: 1.3em;
}

.my-post-list td {
  text-align: center;
}
.my-post-list .contents {
  text-align: left;
}
.my-post-list .contents > strong {
  color: #0096ff;
}
.my-post-list .contents > a {
  color: #333;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 6px;
}

.my-box__util {
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 10;
}
.my-box__util .btn-delete {
  display: inline-block;
  width: 27px;
  height: 27px;
  background-position: 0 -202px;
  vertical-align: middle;
}
.my-box__util .btn-delete.active {
  background-position: -33px -202px;
}
.my-box__util .btn-empty {
  display: inline-block;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #666;
  vertical-align: middle;
}
.my-box__util .btn-select {
  display: inline-block;
  padding: 0 5px;
  height: 25px;
  line-height: 25px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  color: #666;
  vertical-align: middle;
  margin-left: 4px;
}

.my-box__util > a {
  margin-left: 6px;
}
.my-box__util > a.on {
  border-color: #0096ff;
  background: #0096ff;
  color: #fff;
}
.my-box__util .link-text {
  display: inline-block;
  margin-top: 12px;
  color: #0096ff;
}
.my-box > h3 .my-box__util {
  font-family: "dotum", "돋움", sans-serif;
  font-weight: normal;
  top: 2px;
  right: 0;
}
.my-box > h3 .select-box {
  display: inline-block;
  margin-left: 12px;
}
.my-box > h3 .select-box label {
  padding: 6px 4px;
}
.reordering > button {
  width: 27px;
  height: 27px;
  margin-right: 6px;
}
.reordering.up {
  text-align: right;
}
.reordering.down {
  text-align: left;
}
.reordering > button.btn-up {
  background-position: 0 -235px;
}
.reordering > button.btn-down {
  background-position: -33px -235px;
}
.my-detail-list .my-detail-list__contents {
  padding: 24px 5px;
}
.my-detail-list__contents .item-wrap {
  margin-bottom: 10px;
}
.my-detail-list__contents .item-wrap > a {
  font-weight: 700;
}
.my-detail-list__contents .item-contents {
  display: block;
  color: #888;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 10px;
}
.my-detail-list__contents .item-util > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: -2px 10px 0;
  vertical-align: middle;
}
.my-detail-list__contents .item-util > span:last-child::after {
  display: none;
}
.my-detail-list__contents .item-util .board > a {
  color: #0096ff;
}
.my-detail-list__thumb img {
  width: 100%;
}

.my-detail-list .align-center {
  text-align: center;
}
.my-detail-list .align-right {
  text-align: right;
}
.my-detail-list .impact-table {
  color: #333;
}

.my-view-header {
  padding: 26px 10px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #e7e7e7;
}
.my-view__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 10px;
  word-break: break-all;
}

.my-view__util > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: -2px 10px 0;
  vertical-align: middle;
}
.my-view__util > span:last-child::after {
  display: none;
}
.my-view__util .date {
  color: #888;
}
.my-view-body {
  padding: 20px 10px;
  line-height: 1.8em;
  font-size: 14px;
  word-break: break-all;
}
.my-view-body > p {
  padding: 16px 0;
}
.my-view-body img {
  max-width: 100%;
}
.my-view__img {
  position: relative;
}
.my-view__img .btn-img-zoom {
  position: absolute;
  top: 19px;
  right: 3px;
  width: 23px;
  height: 23px;
  background-position: -66px -202px;
}
.my-view-bottom {
  border-top: 1px solid #e7e7e7;
  padding: 20px 0 0;
}
.my-view-bottom::after {
  content: "";
  display: block;
  clear: both;
}
.bottom-left {
  float: left;
}
.bottom-right {
  float: right;
}
.my-view-bottom button {
  display: inline-block;
  height: 31px;
  border: 1px solid #d8d8d8;
  color: #333;
  padding: 0 8px;
  line-height: 29px;
  margin-right: 6px;
  border-radius: 2px;
}
.my-view-bottom button:last-child {
  margin-right: 0;
}
.my-view-bottom button.positive {
  background: #0096ff;
  border-color: #0096ff;
  color: #fff;
}

.my-view-bottom a {
  display: inline-block;
  height: 31px;
  border: 1px solid #d8d8d8;
  color: #333;
  padding: 0 10px;
  line-height: 31px;
  margin-right: 6px;
  border-radius: 2px;
}
.my-view-bottom a:last-child {
  margin-right: 0;
}
.my-view-bottom a.positive {
  background: #0096ff;
  border-color: #0096ff;
  color: #fff;
}

.my-detail-list .btn-cancel-send {
  color: #333;
}
.my-detail-list .btn-cancel-send:hover {
  text-decoration: underline;
}

.my-view-header .send-to {
  border: 1px solid #d8d8d8;
  width: 198px;
  height: 31px;
  padding: 0 7px;
  border-radius: 2px;
}
.my-view-header .send-to > input[type="text"] {
  width: 100%;
  height: 100%;
}
.send-message-title {
  margin-top: 50px;
}
.send-message-title > input::placeholder {
  color: #333;
  font-size: 16px;
  font-weight: 700;
}
.send-message-title > input[type="text"] {
  height: 24px;
  font-size: 16px;
  font-weight: 700;
}
.send-message-box {
  height: 320px;
}
.send-message-box > textarea {
  resize: none;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.my-cash-box {
  height: 90px;
  text-align: center;
  background: #f8f8f8;
  margin-bottom: 30px;
}
.my-cash-box__cash {
  display: inline-block;
  font-size: 30px;
  font-family: "arial", "tahoma", sans-serif;
  margin: 30px 0;
  color: #fe6c00;
}
.my-cash-box__cash > em {
  background-position: -320px -127px;
  width: 22px;
  height: 22px;
  margin-left: 6px;
}
.passbook-box {
  display: block;
  width: 208px;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}
.passbook-box > img {
  width: 100%;
}
.member-data-field .btn-regist-wrap {
  vertical-align: top;
}
.member-data-field .substance-check.confirm {
  color: #0096ff;
}
.member-data-field .substance-check.alert {
  color: #ff271b;
}
.member-content .item-group {
  border-bottom: 1px solid #e7e7e7;
}

.my-option > li {
  position: relative;
  border-top: 1px solid #e7e7e7;
  line-height: 1.5em;
  padding: 10px 0;
}
.my-option > li:first-child {
  border-top: 0;
}
.switch {
  position: relative;
  width: 33px;
  height: 20px;
  padding: 3px 0;
}
.switch input[type="checkbox"].setting {
  display: none;
}
.switch input[type="checkbox"].setting + label {
  display: inline-block;
  width: 33px;
  height: 14px;
  background: #b2b2b2;
  border-radius: 7px;
}
.switch input[type="checkbox"].setting + label span {
  display: inline-block;
  position: absolute;
  left: -4px;
  top: 50%;
  width: 20px;
  height: 20px;
  background: #fafafa;
  border-radius: 10px;
  margin-top: -13px;
  box-shadow: 0px 1px 0px 0px #dedede;
  border: 1px solid #f2f2f2;
  z-index: 2;
  transition: ease 0.2s;
}
.switch input[type="checkbox"].setting:checked + label {
  background: #bbdaff;
}
.switch input[type="checkbox"].setting:checked + label span {
  transform: translateX(20px);
  background: #2d8cff;
  border: 0;
}
.switch input[type="checkbox"].setting:checked + label span::after {
  display: none;
}
.my-option .switch {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  line-height: 0;
}
.my-box--option {
  padding: 10px 20px;
}
.my-box--option .tip {
  color: #888;
}

.list-thumbs > li::after {
  content: "";
  display: block;
  clear: both;
}
.list-thumbs > li {
  padding: 20px 0;
  border-bottom: 1px solid #e7e7e7;
}
.list-thumbs > li > div {
  float: left;
}

.list-thumbs__num {
  width: 54px;
  text-align: center;
  line-height: 66px;
  color: #888;
}
.list-thumbs__img {
  width: 94px;
  height: 66px;
  margin-right: 20px;
}
.list-thumbs__img > a {
  display: block;
  background: #f3f4f4;
}
.list-thumbs__img > a > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.list-thumbs__contents {
  width: 670px;
  margin: 5px 0 0;
}
.p-side-box .list-thumbs__contents {
  width: 650px;
  margin: 5px 0 0;
}
.list-thumbs__contents .item-wrap > a {
  font-weight: 700;
}
.list-thumbs__contents .item-wrap > a:visited {
  color: #aaa;
}
.list-thumbs__contents .item-wrap .reply-count {
  font-weight: 700;
  margin-top: -7px;
}
.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-gallery {
  margin: 30px 0 0;
  border-bottom: 1px solid #e7e7e7;
}
.list-gallery::after {
  content: "";
  display: block;
  clear: both;
}
.list-gallery > li {
  float: left;
  width: 192px;
  margin: 0 26px 30px 0;
}
.p-side-box .list-gallery > li {
  width: 187px;
}
.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;
}
.list-gallery #current_doc {
  background: #e9ebf7;
}
.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;
}

.cs-visual-wrap {
  background: #fff url("img/bg_cs_visual.jpg") no-repeat 50% 0;
  height: 559px;
  padding-top: 60px;
}
.cs-visual-wrap > h2 {
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: 500;
}
.cs-description {
  color: #fff;
  text-align: center;
  line-height: 1.8em;
}
.cs-search-bar {
  width: 490px;
  margin: 40px auto 60px;
  background: #fff;
  border-radius: 4px;
  height: 40px;
  padding: 5px;
  position: relative;
}
.cs-search-bar > input[type="text"] {
  width: calc(100% - 45px);
  height: 100%;
  text-indent: 6px;
  font-size: 14px;
  font-weight: 700;
}
.btn-cs-search {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.btn-cs-search > span {
  background-position: -84px -106px;
  width: 18px;
  height: 18px;
}

.cs-contact-wrap {
  width: 1048px;
  margin: 0 auto;
  background: #fff;
  border-radius: 10px;
  padding: 36px;
  box-sizing: border-box;
}
.cs-contact-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.cs-contact__box {
  float: left;
  width: 473px;
  margin-right: 30px;
  position: relative;
}
.cs-contact__box:last-child {
  margin-right: 0;
}

.cs-contact__box > h3 {
  padding-bottom: 12px;
  border-bottom: 1px solid #e7e7e7;
}
.cs-contact__box .btn-more {
  position: absolute;
  top: 3px;
  right: 0;
  color: #888;
}
.cs-contact__box .btn-more > span {
  display: inline-block;
  background-position: -216px 0;
  width: 6px;
  height: 9px;
  margin-left: 6px;
}
.cs-item-wrap {
}
.cs-item-wrap > li {
  margin-top: 15px;
}
.cs-item-wrap > li:nth-of-type(1) {
  margin-top: 23px;
}
.cs-item-wrap > li::after {
  content: "";
  display: block;
  clear: both;
}
.cs-item-wrap > li > a {
  display: inline-block;
  max-width: 85%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
  line-height: 1.2em;
}
.cs-contact__box:last-child .cs-item-wrap > li > a {
  max-width: 100%;
}

.cs-item-wrap > li > a > strong {
  color: #888;
  padding-right: 6px;
}
.item-date {
  float: right;
  color: #888;
}
.cs-contact__box h3 {
  font-size: 18px;
  font-weight: 400;
}

.cs-direct-area {
  background: #edeef0;
  height: 285px;
  padding-top: 60px;
  box-sizing: border-box;
}
.cs-direct-area > ul::after {
  content: "";
  display: block;
  clear: both;
}
.cs-direct-area > ul {
  width: 1048px;
  margin: 0 auto;
}
.cs-direct-area > ul > li {
  float: left;
  width: calc(100% / 3);
  text-align: center;
  position: relative;
}
.cs-direct-area > ul > li::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 167px;
  background: #d8d8d8;
}
.cs-direct-area > ul > li:last-child::after {
  display: none;
}
.cs-info::after {
  content: "";
  display: block;
  clear: both;
}
.cs-info > dt {
  display: inline-block;
  color: #888;
  margin-bottom: 13px;
}
.cs-info > dd {
  display: inline-block;
  margin-bottom: 13px;
}

.cs-direct-area h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
}
.cs-direct-area p {
  line-height: 1.8em;
}
.cs-direct-area .btn-shortcut {
  display: inline-block;
  height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  padding: 0 10px;
  line-height: 34px;
  background: #fff;
  margin-top: 20px;
  color: #333;
}

.create-league {
  background: #fff;
  height: 380px;
}
.create-league__box {
  width: 1048px;
  margin: 0 auto;
  height: 380px;
  padding-left: 100px;
  box-sizing: border-box;
  background: url("img/bg_create_league.png") no-repeat 80% 50%;
}
.create-league__box--sub {
  height: 800px;
  background: none;
}
.create-league__box > h3 {
  font-size: 28px;
  font-weight: 500;
  padding-top: 100px;
}
.create-league__box > p {
  margin-top: 30px;
  line-height: 1.8em;
}
.create-league__box .link-create {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  margin-top: 40px;
  background: #0096ff;
  height: 36px;
  line-height: 36px;
  padding: 0 14px;
  border-radius: 4px;
}

#cs-wrap .sub-header {
  margin-bottom: 40px;
}
#cs-wrap .sub-header.index {
  margin-bottom: 0;
}
#cs-wrap .sub-header.create-board {
  margin-bottom: 12px;
}
.inner-paging::after {
  content: "";
  display: block;
  clear: both;
}
.inner-paging > dt {
  float: left;
  width: 60px;
  color: #888;
  text-indent: 5px;
}
.inner-paging > dd {
  float: left;
  width: 608px;
}

.inner-paging > dt,
.inner-paging > dd {
  border-top: 1px solid #e7e7e7;
  height: 40px;
  line-height: 40px;
}
.inner-paging > dd > a {
  color: #333;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.inner-paging > dd > a:hover {
  color: #0069ff;
  text-decoration: underline;
}

.my-tab-ui::after {
  content: "";
  display: block;
  clear: both;
}
.my-tab-ui {
  border-top: 1px solid #e7e7e7;
}
.my-tab-ui > a {
  display: block;
  float: left;
  width: calc(100% / 5);
  color: #333;
  background: #f8f8f8;
  border-right: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
.my-tab-ui > a:hover {
  text-decoration: underline;
}
.my-tab-ui > a:first-child {
  border-left: 1px solid #e7e7e7;
}
.my-tab-ui .active {
  background: #fff;
  font-weight: 700;
  border-bottom: 0;
}

.search-ui {
  margin-bottom: 40px;
}
.search-ui__wrap {
  text-align: center;
  font-size: 0;
}
.search-ui__wrap .select-box {
  width: 136px;
  display: inline-block;
  border-radius: 4px;
  vertical-align: middle;
  font-size: 14px;
  background: #fff;
  border: 0;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.search-ui__wrap .select-box label {
  color: #333;
  padding: 17px 12px;
}
.search-ui__wrap .select-box select {
  padding: 17px 12px;
}
.search-ui__wrap .search {
  display: inline-block;
  position: relative;
}
.search-ui__box {
  position: relative;
  display: inline-block;
  width: 400px;
  height: 49px;
  border-radius: 4px;
  vertical-align: middle;
  margin-left: 4px;
  background: #fff;
  text-align: left;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.1);
}
.search-ui__box > input {
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  width: calc(100% - 65px);
  height: 41px;
  padding: 4px 6px 4px 8px;
}
.search-ui__wrap .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 49px;
  height: 49px;
  line-height: 49px;
}

.accordion-ui {
  margin-top: 30px;
  border-top: 1px solid #333;
}
.accordion-ui > li {
  border-bottom: 1px solid #e7e7e7;
}
.accordion-ui__head > a {
  display: block;
}
.accordion-ui__head > a::after {
  content: "";
  display: block;
  clear: both;
}
.accordion-ui__head > a > span {
  display: block;
  float: left;
  line-height: 50px;
}
.accordion-ui__head {
  height: 50px;
}
.accordion-ui__head .cate {
  width: 100px;
  text-align: center;
  color: #888;
}
.accordion-ui__head .title {
  width: 538px;
  font-weight: 700;
  color: #0096ff;
  text-indent: 10px;
}
.accordion-ui__head .hinge {
  width: 30px;
}
.accordion-ui__head .hinge > i {
  width: 16px;
  height: 8px;
  background-position: -80px -164px;
}
.accordion-ui__head .hinge > i.on {
  background-position: -80px -150px;
}
.accordion-ui__body {
  padding: 26px 20px 26px 110px;
  background: #f8f8f8;
  font-size: 14px;
  line-height: 1.8em;
  display: none;
}
.accordion-ui__body > a {
  display: inline-block;
  margin-top: 20px;
  color: #0096ff;
}
.accordion-ui__body > a:hover {
  text-decoration: underline;
}

.accordion-ui > li.active .accordion-ui__body {
  display: block;
}
.my-detail-list .standby {
  color: #0096ff;
}
.inquiry-title {
  text-align: center;
  font-size: 18px;
  font-weight: 400;
}
.btn-inquiry-box {
  text-align: center;
  margin: 20px 0 40px;
}
.btn-inquiry-box > a {
  display: inline-block;
  border: 1px solid #d8d8d8;
  color: #333;
  padding: 0 12px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  transition: ease-in-out 0.2s;
}
.btn-inquiry-box > a:hover {
  background: #f8f8f8;
}
.my-view-body--answer {
  background: #f8f8f8;
  padding: 20px 10px 20px 50px;
  position: relative;
}
.my-view-body--answer::before {
  content: "A";
  display: block;
  position: absolute;
  top: 36px;
  left: 20px;
  font-size: 18px;
  font-family: "arial", "tahoma", sans-serif;
}
.my-view-body--answer > a {
  color: #0096ff;
}
.my-view-body--answer > a:hover {
  text-decoration: underline;
}
.send-insert-file {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #e7e7e7;
}
.btn-upload {
  padding: 0 12px;
  height: 36px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  line-height: 34px;
}
.send-insert-file__desc {
  margin-top: 12px;
  color: #888;
}
.send-insert-file__list {
  margin-bottom: 20px;
}
.send-insert-file__list > li {
  text-align: left;
  margin-left: 12px;
  color: #0096ff;
  margin-bottom: 8px;
}
.send-insert-file__list > li > em {
  display: inline-block;
  margin-left: 6px;
  color: #aaa;
}
.send-insert-file__list .btn-delete {
  width: 10px;
  height: 10px;
  margin-left: 10px;
  background-position: -165px -159px;
}
.create-league-header {
  height: 190px;
  background: #fff;
  border-bottom: 1px solid #e7e7e7;
  padding: 70px 0 0;
}
.create-league-header > h2 {
  text-align: center;
  font-size: 26px;
  line-height: 1.5em;
}
.create-league__desc {
  margin-top: 26px;
  text-align: center;
  color: #333;
}
.create-league-body {
  background: #fbfbfb url("img/bg_create_league2.png") no-repeat;
  background-position: calc(50% + 300px) 20%;
}
.create-league__box--sub > ul > li {
  margin-bottom: 15px;
}
.create-league__box--sub > ul > li > img {
  vertical-align: middle;
  margin-top: -2px;
}
.create-league__box--sub > h4 {
  font-size: 18px;
  color: #4f71e1;
  font-family: "Noto Sans KR", sans-serif;
  padding-top: 180px;
}
.create-league__box--sub > h3 {
  padding-top: 20px;
  font-size: 38px;
}
.create-league__box--sub .item-list {
  margin-top: 40px;
}

.my-box--list__desc {
  padding-bottom: 30px;
}
.my-box--list__desc > a {
  color: #0096ff;
}
.my-box--list__desc--border {
  border-bottom: 1px solid #e7e7e7;
}
.create-league-field > dt {
  width: 120px;
}
.create-league-field > dd {
  width: calc(100% - 120px);
}

.member-contents-box > h3 {
  margin-bottom: 12px;
  position: relative;
  font-size: 13px;
  color: #666;
}

.create-league-field .plan-box {
  width: 100%;
  height: 200px;
  border: 1px solid #e7e7e7;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 2px;
}
.create-league-field .plan-box > textarea {
  width: 100%;
  resize: none;
  height: 100%;
}
.member-data-field h3 {
  margin-bottom: 12px;
  position: relative;
  font-size: 13px;
  color: #666;
}
.member-data__list > li {
  color: #888;
  line-height: 2em;
}
.member-data__list > li > a {
  color: #0096ff;
}
.member-contents-box--mid {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 1px solid #e7e7e7;
}
.list-gallery__thumb .ico-pc {
  position: absolute;
  bottom: 10px;
  left: 5px;
}
#search-container {
  position: relative;
  width: 1048px;
  margin: 0 auto;
  padding: 20px 20px 80px;
}
.search-bar {
  text-align: center;
}
.search-bar__box {
  display: inline-block;
  width: 336px;
  height: 34px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  padding: 0 5px;
}
.search-bar__box > input[type="text"] {
  width: 100%;
  height: 100%;
  font-weight: 700;
}
.search-bar .btn-search {
  width: 50px;
  height: 36px;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
  background: #fff;
  margin-left: 4px;
  font-weight: 700;
}
.search-wrapper {
  border-radius: 10px;
  padding: 20px 16px 40px;
  background: #fff;
  margin-top: 20px;
}
.tab-ui {
  display: inline-block;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}
.tab-ui::after {
  content: "";
  display: block;
  clear: both;
}
.tab-ui > a {
  display: block;
  float: left;
  width: 80px;
  height: 25px;
  border-right: 1px solid #e7e7e7;
  text-align: center;
  line-height: 25px;
  color: #333;
}
.tab-ui > a:last-child {
  border-right: 0;
}
.tab-ui > a.active {
  background: #f8f8f8;
  color: #0096ff;
}

.search-result {
  margin-top: 20px;
  border-bottom: 1px solid #e7e7e7;
  position: relative;
}

.search-result__list {
  margin: 12px 0 20px;
}
.search-result__list .util > span {
  color: #888;
}
.search-result__list .util > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: 0 8px;
}
.search-result__list .util > span:last-child::after {
  display: none;
}

.search-result__title {
  font-weight: 700;
}
.search-result__title > em {
  color: #888;
  padding-left: 6px;
  font-weight: 400;
}
.search-result__board {
  margin: 12px 0 30px;
}
.search-result__board > li {
  margin-bottom: 14px;
}
.search-result__board > li > a {
  font-size: 14px;
  color: #2e80b9;
}
.search-result__board > li > a:hover {
  text-decoration: underline;
}
.btn-result-more {
  width: 100%;
  height: 38px;
}
.btn-result-more > span {
  width: 23px;
  height: 13px;
  background-position: -320px -154px;
}
.btn-result-more:hover {
  background: #f8f8f8;
}
.link-result-more {
  position: absolute;
  bottom: 12px;
  right: 0;
  z-index: 10;
  color: #2e80b9;
}
.link-result-more:hover {
  text-decoration: underline;
}

.search-result__document > li {
  margin-bottom: 30px;
}
.search-result__document > li::after {
  content: "";
  display: block;
  clear: both;
}
.search-result__document .img-box {
  width: 94px;
  height: 66px;
  float: left;
  margin-right: 15px;
  overflow: hidden;
}
.search-result__document .right-box {
  width: 902px;
  float: left;
}
.search-result__document .img-box img {
  width: 100%;
}
.search-result__document .title {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2e80b9;
  font-size: 14px;
}
.search-result__document .title:hover {
  text-decoration: underline;
}
.search-result__document .contents {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
}
.search-result__reply > li {
  margin-bottom: 30px;
}

.search-result__reply .title {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888;
}
.search-result__reply .contents {
  display: block;
  margin-bottom: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #2e80b9;
  font-size: 14px;
}
.search-result__reply .contents:hover {
  text-decoration: underline;
}
.search-result--document,
.search-result--reply {
  border-bottom: 0;
}
.search-result--board:nth-last-of-type(1) {
  border-bottom: 0;
}

.special-tabs {
  text-align: center;
  font-size: 0;
  margin-bottom: 40px;
}
.special-tabs > div {
  display: inline-block;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  background: #fff;
  height: 42px;
}
.special-tabs > div::after {
  content: "";
  display: block;
  clear: both;
}
.special-tabs > div > a {
  display: block;
  float: left;
  width: 140px;
  text-align: center;
  line-height: 42px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #666;
  border-right: 1px solid #d8d8d8;
}
.special-tabs > div > a:last-child {
  border-right: none;
}
.special-tabs > div > a.active {
  color: #0096ff;
}

.promotion-wrap {
  width: 1048px;
  margin: 0 auto;
}
.promotion-wrap li {
  border: 1px solid #dfdfdf;
  border-radius: 40px;
  overflow: hidden;
}
.bx-wrapper .bx-prev {
  left: -68px;
  background: url("img/icon_common.png?211112") no-repeat -281px -200px;
  opacity: 0.5;
}
.bx-wrapper .bx-next {
  right: -68px;
  background: url("img/icon_common.png?211112") no-repeat -320px -200px;
  opacity: 0.5;
}
.bx-wrapper .bx-controls-direction a {
  width: 29px;
  height: 57px;
  margin-top: -28px;
}
.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-prev:focus {
  background-position: -281px -200px;
  opacity: 1;
}
.bx-wrapper .bx-next:hover,
.bx-wrapper .bx-next:focus {
  background-position: -320px -200px;
  opacity: 1;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  background: #fff;
  text-indent: -9999px;
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 5px;
  outline: 0;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  box-sizing: border-box;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
  background: #76787d;
  border: 0;
}
.bx-wrapper .bx-pager {
  bottom: -40px;
}

.event-wrap {
  width: 1048px;
  margin: 20px auto 0;
}
.event-wrap > h3 {
  margin-bottom: 30px;
}
.event-list::after {
  content: "";
  display: block;
  clear: both;
}
.event-list > li {
  float: left;
  width: 336px;
  margin-right: 20px;
  background: #fff;
  border-radius: 40px;
  overflow: hidden;
  margin-bottom: 30px;
}
.event-list > li:nth-of-type(3n) {
  margin-right: 0;
}
.event-img-wrap {
  display: block;
  height: 260px;
  position: relative;
}
.event-desc-wrap {
  background: #fff;
  height: 97px;
  position: relative;
}
.event-desc {
  position: absolute;
  top: 16px;
  left: 20px;
  width: calc(100% - 40px);
}
.event-desc .title > a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5em;
  color: #333;
}
.event-desc .date {
  margin-top: 10px;
}
.event-desc .date > a {
  color: #888;
}

.event-btn-wrap {
  margin-top: 40px;
  text-align: center;
}
.event-btn-wrap > button {
  height: 53px;
  padding: 0 60px;
  border: 1px solid #d8d8d8;
  background: #fff;
  border-radius: 2px;
  font-weight: 700;
}
.event-btn-wrap > button > span {
  width: 10px;
  height: 7px;
  background-position: -183px -166px;
  margin-left: 10px;
  vertical-align: middle;
}
.event-btn-wrap > button:hover {
  background: #fafafa;
}

.event-list--past .event-img-wrap::after {
  content: "종료된 이벤트";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  line-height: 260px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.board-cate--event {
  border-bottom: 0;
}
.reply-list--event .reply-date::after {
  display: none;
}

.ads-header {
  height: 470px;
  background: url("img/bg_ads_visual.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.ads-header > h2 {
  text-align: center;
  font-size: 50px;
  padding-top: 90px;
  color: #fff;
  font-weight: 500;
}
.ads-header .ads__desc {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
  color: #fff;
  line-height: 1.5em;
  font-weight: 300;
}
.link-ads-mailing {
  display: block;
  width: 290px;
  height: 58px;
  border: 1px solid #fff;
  border-radius: 4px;
  line-height: 58px;
  transition: ease-in-out 0.2s;
  color: #fff;
  margin: 60px auto 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  text-align: center;
}
.link-ads-mailing:hover {
  background: #fff;
  color: #333;
}
.ads-contents {
  max-width: 1568px;
  margin: 0 auto;
  padding: 0 60px;
}
.ads-section {
  width: 100%;
  display: flex;
  margin-top: 40px;
}
.ads-section::after {
  content: "";
  display: block;
  clear: both;
}
.ads-section .ads-img {
  width: 50%;
}
.ads-section .ads-img > img {
  width: 100%;
}
.ads-section .ads-txt {
  width: 50%;
  background: #fff;
  padding-left: 80px;
  padding-right: 40px;
  box-sizing: border-box;
}
.ads-section .ads-txt > h3 {
  font-size: 50px;
  font-weight: 300;
  margin: 60px 0 40px 0;
}
.ads-section .ads-txt .ads__desc {
  margin: 0 0 40px 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
}
.ads-section .ads-txt a {
  display: inline-block;
  margin: 0 0 0 0;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 18px;
  line-height: 1.5em;
  color: #0096ff;
}

.ads-section .ads-txt--reverse {
  text-align: right;
  padding-left: 40px;
  padding-right: 80px;
}

@media (max-width: 1450px) {
  .ads-section .ads-txt > h3 {
    font-size: 30px;
    margin: 60px 0 20px 0;
  }
  .ads-section .ads-txt .ads__desc {
    margin: 0 0 20px 0;
    font-size: 14px;
  }
  .ads-section .ads-txt a {
    margin: 0 0 0 0;
    font-size: 14px;
  }
}
.my-box--terms {
  word-break: break-all;
}
.my-box--terms h3 {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 500;
  color: #333;
  text-align: center;
}
.my-box--terms h4 {
  font-family: "Noto Sans KR", sans-serif;
  font-weight: 700;
  margin: 30px 0;
}
.my-box--terms h5 {
  font-family: "Noto Sans KR", sans-serif;
  margin: 30px 0 13px;
  font-weight: 700;
  color: #888;
}
.my-box--terms p {
  margin-bottom: 30px;
  line-height: 1.5em;
  color: #888;
}

.my-box--terms ol,
.my-box--terms ul {
}
.my-box--terms li {
  line-height: 1.5em;
  color: #888;
}
.my-box--terms > ol > li > ol,
.my-box--terms > ul > li > ol,
.my-box--terms > ul > li > ul,
.my-box--terms > ol > li > ul {
  text-indent: 16px;
}

.board-cate .select-user {
  font-family: "Noto Sans KR", sans-serif;
  font-size: 20px;
  color: #333;
  font-weight: 400;
  vertical-align: middle;
}
.board-cate .select-user > em {
  color: #0096ff;
}
.list-util--user .util-right {
  position: absolute;
  right: 0;
  bottom: 20px;
}
.user-data-wrap {
  float: left;
  width: 767px;
}
.user-data-wrap::after {
  content: "";
  display: block;
  clear: both;
}
.user-data-wrap > dt {
  float: left;
  width: 80px;
  margin-left: 20px;
  color: #888;
}
.user-data-wrap > dd {
  float: left;
  width: 480px;
  padding-right: 180px;
}
.user-data-wrap > dd > span::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 11px;
  background: #d8d8d8;
  margin: -4px 10px 0;
  vertical-align: middle;
}
.user-data-wrap > dd > span:nth-last-of-type(1)::after {
  display: none;
}
.user-data-wrap > dd,
.user-data-wrap > dt {
  line-height: 1.6em;
}
.user-data-wrap > dd strong {
  font-weight: 700;
}
.user-data-wrap .txt-intro {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.list-body--user .list-item {
  max-width: 330px;
}

.board-contents {
  font-size: 14px;
}
.board-contents strong {
  font-weight: bold;
}
.board-contents p {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
}

.board-contents a {
  color: #333;
}
.board-contents a:visited {
  color: #333;
}
.board-contents a:hover {
  text-decoration: underline;
}

.sitemap-continer {
  width: 1080px;
  margin: 0 auto;
  background: #fff;
}
.sitemap-continer .sitemap-category {
  display: table;
  width: 100%;
}
.sitemap-continer .sitemap-category > li {
  display: table-cell;
  width: 16.6%;
  border-right: 1px solid #d8d8d8;
}
.sitemap-continer .sitemap-category > li > h2 {
  color: #fff;
  background: #2e80b9;
  text-align: center;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}
.sitemap-continer .sitemap-category > li > h2 > a {
  color: #fff;
}
.sitemap-continer .sitemap-category > li > h2 > a:hover {
  text-decoration: underline;
}
.sitemap-continer .sitemap-category > li:nth-last-of-type(1) > h2 {
  border-right: 0;
}

.cate-item > li {
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #e7e7e7;
}
.cate-item > li:nth-last-of-type(1) {
  border-bottom: 0;
}
.sitemap-continer .sitemap-category > li:nth-last-of-type(1) {
  border-right: 0;
}

.cate-item > li > a {
  display: inline-block;
  color: #666;
  max-width: 159px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.cate-item > li > a:hover {
  color: #0096ff;
  text-decoration: underline;
}

.member-contents-box .chk-tools {
  margin-top: 40px;
}
.member-contents-box .chk-tools > input[type="radio"] + label {
  margin-right: 30px;
  font-weight: 700;
}
.certified-box {
  margin-top: 20px;
  padding: 60px 0;
  border-top: 1px solid #e7e7e7;
  text-align: center;
}
.certified-box > p {
  font-size: 14px;
  font-weight: 700;
}
.certified-box .btn-tools {
  padding: 0 30px;
  height: 43px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  background: #0096ff;
  margin-top: 20px;
  border-radius: 2px;
}
.certified-box .btn-tools:hover {
  background: #038cec;
}
.member-contents-box .tips {
  border-top: 1px solid #e7e7e7;
  padding-top: 20px;
  line-height: 1.5em;
  color: #888;
}

.guide-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
}
.comp-guide {
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  width: 874px;
  margin: 0 auto;
  z-index: 2;
  background: #fff;
  border: 0;
}
.comp__tab::after {
  content: "";
  display: block;
  clear: both;
}
.comp__tab > li {
  float: left;
  border: 1px solid #d8d8d8;
  border-right: 0;
}
.comp__tab > li:nth-last-of-type(1) {
  border-right: 1px solid #d8d8d8;
}
.comp__tab > li > a {
  display: block;
  padding: 0 10px;
  font-family: "Noto Sans KR", sans-serif;
  font-size: 14px;
  color: #888;
  font-weight: 700;
  height: 34px;
  line-height: 32px;
  box-sizing: border-box;
}
.comp__tab > li.on {
  border-color: #888;
  border-bottom: 0;
}
.comp__tab > li.on + li {
  border-left-color: #888;
}
.comp__tab > li.on > a {
  color: #333;
}
.comp-contents--guide {
  margin-top: 0;
  width: 820px;
  height: 650px;
  overflow: auto;
}
.comp-contents--guide h1 {
  font-size: 15px;
  margin: 30px 0 20px;
}
.comp-contents--guide h2 {
  font-size: 14px;
  margin: 30px 0 20px;
  color: #0096ff;
}
.comp-contents--guide h3 {
  font-size: 13px;
  margin: 20px 0 12px;
}

.guide__hint > li {
  padding-left: 6px;
  position: relative;
  line-height: 1.3em;
  margin-bottom: 5px;
  color: #888;
}
.guide__hint > li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 1px;
  background: #333;
}
.guide__hint > li.hint-alert {
  color: #ff0000;
}
.guide__img > li {
  margin-bottom: 10px;
}
.guide__desc--company {
  margin-bottom: 20px;
}
.guide__desc--company > img {
  padding-right: 10px;
  vertical-align: middle;
}
.guide__function-list::after {
  content: "";
  display: block;
  clear: both;
}
.guide__function-list > li {
  float: left;
}
.guide__function-list > li:nth-of-type(1) {
  margin-right: 60px;
}
.tab-contents {
  display: none;
}
.tab-contents.on {
  display: block;
}

.comp-box--guide .btn-close {
}

/*add*/
/*.ck-content .image {    
    margin: 1em 0 !important;
}*/

figure.image {
  display: table;
  clear: both;
}
figure.image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

figure.image-style-align-left {
  float: left;
  margin-right: 21px;
}
figure.image-style-align-right {
  float: right;
  margin-left: 21px;
}

figure.image > img {
  width: 100%;
}
figure.image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: #333;
  background-color: #f7f7f7;
  padding: 0.3em;
  font-size: 0.75em;
  outline-offset: -1px;
  margin-top: -8px;
  text-align: center;
}

.reply-list > li.comment_2 {
  padding-left: 102px;
}
.reply-list > li.comment_2::before {
  content: "";
  position: absolute;
  top: 17px;
  left: 80px;
  display: inline-block;
  width: 12px;
  height: 10px;
  background: url("img/icon_common.png?211112") no-repeat -165px -144px;
}

.write-wrap--share .write-title {
  padding: 7px 12px;
  border-radius: 4px;
  margin-top: 16px;
  padding-bottom: 7px;
  border-bottom: 1px solid #e7e7e7;
}
.write-wrap--share .write-title--first {
  margin-top: 34px;
}
.write-wrap--share .write-title > input {
  font-size: 16px;
  font-weight: 700;
}

.text-tiny {
  font-size: 0.7em;
}
.text-small {
  font-size: 0.85em;
}
.text-big {
  font-size: 1.4em;
}
.text-huge {
  font-size: 1.8em;
}

.deleted-comment {
  color: #999;
  text-decoration: line-through !important;
}
.deleted-nick-admin {
  color: #f36313 !important;
}
.board-contents iframe {
  max-width: 100% !important;
}
.board-contents img {
  max-width: 100% !important;
}

.sort-group.empty-manager {
  width: 580px;
}

.top_wrap {
  position: fixed;
  bottom: 350px;
  right: 20px;
  display: none;
  z-index: 10001;
}

.top_wrap > button {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.22);
  border-color: #eee;
  border: 0;
}
.top_wrap > button:last-child {
  margin-top: 8px;
}
.top_wrap > button > span.up {
  width: 18px;
  height: 23px;
  background-position: 0 0;
  margin-bottom: -5px;
}

.top_wrap > button > span.down {
  width: 18px;
  height: 23px;
  background-position: 0 -23px;
  margin-bottom: -5px;
}

.ico-arrow {
  background: url(img/icon_arrows.png) no-repeat;
  display: inline-block;
  overflow: hidden;
  text-indent: -999px;
}

.gallery-currnet {
  color: #0096ff;
  padding: 5px 10px;
  /* background: rgb(255 255 255 / 50%); */
  border: 1px solid #0096ff;
  /* font-weight: bold; */
  position: absolute;
  right: 5px;
  top: 5px;
  text-shadow: 1px 1px 2px #fafafa;
  z-index: 1;
  background: #fff;
}

#post_content video {
  max-width: 100%;
}
.thick {
  font-weight: bold;
}

.reply-count .item-icon .vote-cup {
  width: 28px;
  height: 26px;
  margin-left: 5px;
  margin-top: 3px;
}
.list-gallery .reply-count {
  height: auto;
  line-height: 14px;
}
.writer-latest .reply-count {
  line-height: 14px;
}
.reply-count-webzine {
  height: 26px;
  line-height: 26px;
}

.under-comment {
  margin: 20px 0;
  padding: 5px 0;
}

.video-wrap {
  position: relative;
}
.video-wrap .convert-gif {
  position: absolute;
  bottom: 20px;
  right: 10px;
}
.video-wrap .convert-gif > a {
  display: block;
  /* border: 1px solid #ddd; */
  background: rgba(255, 255, 255, 0.9);
  padding: 0 7px;
  border-radius: 2px;
  font-size: 12px;
  text-decoration: none;
}
.video-wrap .convert-gif > a:hover {
  background: #fff;
}

.list-header .tag-ad {
  display: inline-block;
  font-weight: 700;
  background: #93a2b0;
  border: 1px solid #93a2b0;
  border-radius: 2px;
  padding: 4px 5px;
  color: #fff;
}

.notice-line.ad td {
  background: #fff;
}

.comm-count {
  cursor: pointer;
}

.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:hover .custom-arrow {
  border-color: #fff;
}
.custom-arrow-left {
  transform: rotate(-135deg);
}
.custom-arrow {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
}
.custom-arrow-right {
  transform: rotate(45deg);
}

.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;
}
.lazy-thumb-slide-webzine {
  height: 100px;
}
/* 서브 인기 게시글 */
.p-side-box {
  background: #fff;
  border-radius: 10px;
  /* box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); */
  max-width: 100%;
  /* overflow: hidden; */
  /* position: relative; */
  padding-bottom: 10px;
}

.p-side-box .list-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popular-posts-swiper {
  max-width: 849px;
}

.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;
}
.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;
}
.main-thumbs-up {
  background: url(/css/img/main_thumbs_up.png) no-repeat center left;
  background-size: 12px;
  padding-left: 18px;
}
.stat-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #555;
}
.main-comment {
  background: url(/css/img/main_comment.png) no-repeat center left;
  background-size: 12px;
  padding-left: 18px;
}
.stat-icon {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 11px;
  color: #555;
}
.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 .down {
  width: 8px;
  height: 6px;
  background-position: -216px -24px;
}
