body {
  background-color: #08172a !important;
}


#nav {
  height: 50px;
  padding: 0 7px;
  background-color: #0d2236 !important;
}

/* 연동된 css 파일에서 검색창 active 시 배경색 바뀌는 효과 없애주세요. */
#search-input {
  border: none;
}
#search-input::placeholder {
  color: #6c6a6c;
}

.sidebar-form {
  /* border: none !important; */
  border-radius: 0 !important;
}

.login-btn {
  width: 75px;
  height: 100%;
  /* background-color: #363636; */
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}

#navbar-collapse {
  width: 100%;
  background-color: #0d2236;
}

.navbar-nav a {
  color: white;
}

.mypage-btn {
  color: white;
  width: auto;
  text-align: center;
}

.mypage-btn a {
  color: white;
}

.mypage-dropdown-menu {
  position: absolute;
  right: 0;
}

.notice-mobile {
  display: none;
}

.notice-mobile > a {
  padding: 15px 20px;
  margin-left: -10px;
}

@media (min-width: 768px) {
  .navbar-collapse.collapse {
    display: none !important;
  }
}

@media (max-width: 900px) {
  .form-control {
    width: auto !important;
  }
  
  .collapse {
    display: auto !important;
  }

  .navbar {
    padding: 0 !important;
  }

  .main-header nav {
    height: 50px !important;
  }

  .container-fluid {
    padding: 0;
  }

  #search-btn-fade,
  .mypage-btn {
    display: none !important;
  }

  .login-btn {
    font-size: 13px;
  }

  .notice-mobile .dropdown-menu {
    left: auto !important;
    right: 0 !important;
  }

  .mypage-btn {
    right: 0;
  }

  .notice-mobile {
    display: block !important;
  }

  .container {
    margin-top: 0 !important;
  }

  .update .title {
    padding: 22px 5px !important;
  }

  .update .title .text {
    font-size: 15px !important;
    font-weight: 400;
  }

  .update .title a {
    font-size: 13px !important;
  }

  .footer-fixed-menu {
    display: flex !important;
  }
}

.login-btn:hover {
  color: white;
}

#search-btn-fade,
.mypage-btn {
  background: none;
}

#search-btn-fade:hover,
.mypage-btn:hover {
  color: white;
}

#search-btn {
  background-color: #262626;
}

.main-sidebar {
  height: 100vh;
  background-color: #0d2236 !important;
  padding-top: 50px;
  white-space: nowrap;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.main-sidebar::-webkit-scrollbar {
  display: none;
}

.guide-section {
  width: 100%;
  border-bottom: solid 1px #343434;
  padding: 20px 0;
}

.guide-link-section {
  width: 100%;
  height: 45px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
}

.guide-link-section > a {
  color: white;
}

.snb-list {
  padding: 25px 0 25px 20px;
  border-bottom: solid 1px #343434;
}

.snb-list .rows .snb-icon-text i {
  width: 20px;
  font-size: 18.2px;
  color: #b6b6b6;
}

.snb-list .rows .snb-icon-text span {
  color: #ececec;
  padding-left: 15px;
  font-size: 14px;
}

.snb-list .rows .snb-listed-item {
  display: flex;
  flex-direction: column;
  padding-left: 36px;
  padding-top: 10px;
}

.snb-list .rows .snb-listed-item a {
  color: #b6b6b6;
  padding: 4px 0;
}

/* content */
.fixed .content-wrapper,
.fixed .right-side {
  padding-top: 50px !important;
}

.content-wrapper {
  min-width: calc(100% - 230px);
  max-width: 100%;
  position: relative;
  padding: 50px 0 0 0;
  margin-left: 230px;
}

.container {
  width: calc(100% - 230px);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  margin-bottom: 50px;
  min-height: 600px;
  margin-top: 25px;
  padding: 0;
}

.update .title {
  padding: 45px 0;
  padding-bottom: 20px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: space-around;
}

.update .title .text {
  font-size: 24px;
  color: white;
  flex: 1;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.update .title .all-target {
  color: #b6b6b6;
  font-size: 16px;
}

.update .flex-listed {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.update .flex-listed > div {
  width: 100%;
  max-width: 100%;
  transition: transform 0.3s;
}

.update .flex-listed .thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 140%;
  display: block;
  border-radius: 3px;
}

.image-back {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.image-back .watched-bar {
  width: 100%;
  height: 3px;
  background-color: #0e59cc;
  position: absolute;
  left: 0;
  bottom: 0;
}

.image-back .thumb-category {
  position: absolute;
  left: 5px;
  top: 5px;
  color: #f90046;
  font-size: 12px;
  background-color: rgba(0, 0, 0, .3);
  font-weight: 700;;
  padding: 2px 4px;
  border: solid 1px #f90046;
}

.update .flex-listed .thumb img {
  width: 100%;
  height: 100%;
  transition: .3s all;
}

.update .flex-listed .thumb img:hover {
  transform: scale(105%);
}

.update .flex-listed .thumb .btn_icon {
  position: absolute;
  left: 4px;
  top: 4px;
  padding: 0 3px;
  color: #fff;
  z-index: 1010;
}

.update .flex-listed .thumb .view {
  position: absolute;
  right: 3px;
  bottom: 4px;
  padding: 0 3px;
  color: #fff;
}

.update .flex-listed .thumb .view i {
  margin-right: 4px;
}

.update .flex-listed .posted-info {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 15px;
}

.update .flex-listed .posted-info .subject {
  font-size: 15px;
  position: relative;
  color: white;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
  -webkit-line-clamp: 2; 
  -webkit-box-orient: vertical;
  line-height: 1.2em;
  height: 2.4em;
}

.update {
  margin-bottom: 20px;
  padding: 0 15px;
}

.update.live .flex-listed .thumb {
  padding-top: 55% !important;
}

.small-tit {
  margin-bottom: 0;
  color: #a5a5a5;
}

@media (max-width: 1500px) {
  .content-wrapper,
  .container,
  .update {
    width: 100%;
    min-width: 100%;
  }

  .content-wrapper {
    margin-left: 0 !important;
    padding-left: 230px;
  }
}

@media (max-width: 900px) {
  .content-wrapper {
    padding-left: 0;
  }

  .update .title .text {
    font-size: 16px;
  }

  .update .flex-listed .posted-info .subject {
    font-size: 12px;
  }

  .arrows {
    /* display: none; */
  }
}


/* footer fixed menu */
.footer-fixed-menu {
  position: fixed;
  bottom: 0;
  height: 60px;
  background-color: #08172a;
  align-items: center;
  width: 100%;
  z-index: 101010;
  display: none;
}

.footer-fixed-menu .fixed-rows.active {
  color: white;
}

.footer-fixed-menu .fixed-rows {
  width: 25%;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  align-items: center;
  color: #b6b6b6;
}

.footer-fixed-menu .fixed-rows span {
  padding-top: 2px;
  font-size: 11px;
}

/* category */
ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.category-pages {
  min-height: 500px;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  padding-bottom: 100px;
}

.category-pages .category-inner {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0 14px;
  position: relative;
}

.category-pages .category-inner .item-frame {
  padding: 13px 0 0;
  display: flex;
  flex-direction: column;
}

.category-pages .category-inner .item-frame .item-titles {
  padding: 18px 3px;
  font-size: 14px;
  display: flex;
  align-items: center;
}

.category-pages .category-inner .item-frame .item-titles i {
  width: 20px;
  font-size: 18px;
  color: #b6b6b6;
}

.category-pages .category-inner .item-frame .item-titles span {
  color: #ececec;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 700;
}

.category-pages .category-inner .item-frame .item-content {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  margin-bottom: 13px;
}

.category-pages .category-inner .item-frame .item-content .item-rows {
  width: 50%;
  padding: 0 3px;
  margin-bottom: 10px;
}

.category-pages .category-inner .item-frame .item-content .item-rows a {
  width: 100%;
  height: 47px;
  max-height: 100%;
  display: flex;
  background-color: #232323;
  align-items: center;
  border-radius: 3px;
}

.category-pages .category-inner .item-frame .item-content .item-rows a span {
  color: white;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}

/* modal */
.modal-mask {
  position: fixed;
  z-index: 10101010;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
  display: none;
  transition: opacity .3s ease;
}

.modal-wrapper {
  width: 820px;
  margin: 100px auto 0;
  position: relative;
}

.modal-wrapper .popup-close {
  background: none;
  border: none;
  position: absolute;
  right: -36px;
  top: 0;
}

.modal-container {
  width: 100%;
  height: 548px;
  background-color: #1c3858;
  border-radius: 8px;
  transition: all .3s ease;
  overflow: hidden;
  padding: 40px 70px 0;
}

.pop-header-btn {
  padding: 15px 30px;
  background-color: #2d4d70;
  border: none;
  font-size: 14px;
  color: #fff;
}

.sh-pop-body {
  padding-top: 103px;
  overflow: hidden;
}

.sh-pop-sub-tit {
  /* font-weight: 700; */
  font-size: 20px;
  color: #a5a5a5;
  position: relative;
  margin-bottom: 15px;
}

.sh-pop-sub-nav {
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.sh-pop-sub-nav li {
  position: relative;
  float: left;
  margin-right: 8px;
  padding-right: 8px;
  line-height: 16px;
}

.sh-pop-sub-nav button {
  background: none;
  border: none;
  font-size: 16px;
  color: #a5a5a5;
}

.col-white {
  color: white !important;
}

.search-popup-scroll {
  position: relative;
  overflow-y: auto;
  height: 385px;
}

.sh-pop-list01 li {
  margin-bottom: 9px;
  line-height: 0;
}

.sh-pop-list01 li a {
  display: inline-block;
  color: #a5a5a5;
  max-width: 95%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  line-height: 22px;
  vertical-align: middle;
}

.sh-pop-header {
  position: absolute;
  top: 62px;
  left: 70px;
  width: calc(100% - 140px);
}

.sh-pop-input-wrap {
  flex: 1;
}

.pop-header {
  margin: 0;
  padding: 0;
  word-break: break-all;
  word-wrap: break-word;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

input[type=text].sh-pop-input {
  width: 100%;
  height: 51px;
  background: url(../../img/icon/input.png) no-repeat 0;
  font-size: 28px;
  color: #fff;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #2d4d70;
  padding-left: 40px;
  outline: 0;
}

.popup-rank {
  margin-right: 10px;
}

@media (max-width: 900px) {
  .modal-container {
    padding: 30px 15px;
  }

  .sh-pop-header {
    width: 100%;
    left: 0;
    padding: 0 15px;
  }

  .modal-wrapper {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .sh-pop-input {
    font-size: 15px !important;
  }

  .modal-mask .modal-wrapper .popup-close {
    right: 10px;
    top: 10px;
  }

  .modal-container {
    height: 100%;
  }

  .videoarea {
    width: 50%;
    margin-bottom: 20px !important;
  }

  .viewpoint {
    display: none;
  }

  .sh-pop-sub-tit {
    width: auto;
    font-size: 15px !important;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .sh-pop-sub-nav {
    margin-left: 0 !important;
  }

  .sh-pop-sub-nav button {
    font-size: 14px;
  }

  .sh-pop-sub-nav li {
    margin-right: 0 !important;
    padding-right: 0 !important;
  }
}

.search-btn {
  background: none;
  border: none;
}

.videoarea {
  margin-bottom: 40px;
}

/* popup */
.popup-back {
  position: fixed;
  z-index: 10101010;
  right: 10px;
  bottom: 30px;
  width: 500px;
  height: auto;
  /* background-color: rgba(0, 0, 0, .5); */
  display: flex;
  transition: opacity .3s ease;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.popup-back .popup {
  width: 400px;
  padding: 3px 0;
  overflow: hidden;
  border-radius: 20px;
}

.popup-back .popup img {
  width: 100%;
}

.popup-back .popup-button-close {
  width: 400px;
  position: relative;
}

.popup-back .popup-button-close .popup-close {
  background: none;
  border: none;
  position: absolute;
  right: -40px;
  top: 0px;
}

.popup-back .popup-checkbox {
  width: 400px;
  margin: 10px auto 0;
  position: relative;
}

.check-style input[type=checkbox] {
  position: absolute;
  clip: rect(0, 0, 0, 0);

  margin: 0;
  padding: 0;
  appearance: none;
  border-radius: 0;
  border: none;
}

.popup-back .popup-checkbox label {
  color: white;
  font-size: 16px;
  text-shadow: 2px 2px 3px #000;
}

.popup-back .popup-checkbox .check-blue-dark+label:before {
  background: #363636;
  border: 1px solid #363636;
  cursor: pointer;
}

.check-style input[type=checkbox].check-blue-dark:before {
  vertical-align: middle;
}

.check-style input[type=checkbox]+label:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 8px;
  margin-bottom: -5px;
}

.check-style input[type=checkbox].check-blue-dark:checked+label:before {
  background: url(../../img/icon/checked.png) #209dea no-repeat 50%;
  background-size: 22px;
  border: none;
}

@media (max-width: 900px) {
  .popup-back {
    width: 300px;
    right: 20px;
    bottom: 80px;
  }

  .popup-back .popup {
    width: 300px;
  }

  .popup-back .popup-button-close {
    width: 300px;
  }

  .popup-back .popup-checkbox {
    width: 300px;
  }

  .popup-back .popup-button-close .popup-close {
    right: -10px;
    top: -25px;
  }

  .popup-back .popup-checkbox label {
    font-size: 13px;
  }
}

/* partner */
.partner {
  width: 100%;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #662bc7;
}

.partner .partner-inner {
  width: calc(100% - 230px);
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 15px;
}

.partner .partner-inner a {
  color: #fff;
  height: 100%;
  margin-right: 5px;
}

.partner .partner-inner i {
  font-size: 13px;
  cursor: pointer;
}

.partner .partner-inner .overlay-text {
  position: absolute;
  width: auto;
  line-height: 1.3em;
  height: auto;
  border: none;
  background-color: rgb(28, 28, 31) !important;
  display: none;
  box-shadow: rgb(0 0 0 / 60%) 0px 8px 12px 0px;
  z-index: 999;
  padding: 10px;
  color: #9e9eb1;
  top: 40px;
  right: -300px;
}

@media (max-width: 900px) {
  .tooltip {
    width: 100%;
  }

  .partner .partner-inner {
    width: 100%;
  }

  .partner .partner-inner .overlay-text {
    width: auto;
    right: auto;
    left: -200px !important;
    font-size: 10px;
  }

  .partner .partner-inner a {
    font-size: 12px;
  }
}

/* sort buttons */
.sort-buttons {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.sort-select {
  width: 120px;
  margin-right: 20px;
}

.sort-buttons .sort-button {
  background: none;
  border: none;
  color: #a5a5a5;
  font-size: 16px;
}

.sort-buttons .sort-button.active {
  color: #fff;
}

.sort-buttons .sort-button:hover {
  color: #fff;
}

@media (max-width: 900px) {
  .sort-buttons {
    margin-top: 10px;
  }

  .sort-buttons .sort-button {
    font-size: 14px;
  }

  .update.vod .title {
    display: flex;
    flex-direction: column;
  }

  .sort-select span,
  .sort-select li {
    font-size: 12px !important;
  }
}

/* video */
.vod-player {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.vod-player .video-wrap {
  width: 100%;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #000;
}

.vod-player .video-wrap .screen {
  width: 100%;
  padding: 0 10%;
}

/* .vod-player .video-wrap .screen img {
  width: 100%;
} */

.vod-player .player-contents {
  width: 1280px;
  position: relative;
  overflow-y: auto;
  margin: 0 auto;
  font-size: 16px;
  line-height: 24px;
}

.vod-player .player-bottom-contents {
  padding: 30px 0;
  padding-bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.vod-player .player-contents .tag {
  margin-bottom: -5px;
}

.vod-player .player-contents .tag a {
  font-size: 14px;
  /* color: #3ea6ff; */
  color: #9c9e7e;
}

.vod-player .player-bottom-contents h2 {
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  font-weight: 400;;
  margin-top: 0;
}

.vod-player .player-bottom-contents h2 .episode-number {
  display: -webkit-box;
  width: calc(100% - 200px);
  font-size: 24px;
  line-height: 36px;
  color: #fff;
  vertical-align: middle;
  white-space: normal;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
}

.program-info-box span {
  white-space: nowrap;
}

.program-info-box i,
.program-info-box span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 24px;
  color: #a5a5a5;
}

.player-nav {
  line-height: 63px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* border-bottom: solid 1px #2d4d70; */
}

.player-nav .all-episode-number p {
  font-size: 18px;
  color: #fff;
  margin: 0;
}

.player-nav .episode-sorted {
  display: flex;
  justify-content: center;
  align-items: center;
}

.player-nav .episode-sorted .episode-sort-button {
  background: transparent;
  border: none;
  font-size: 14px;
  color: #a5a5a5;
}

.player-nav .episode-sorted .episode-sort-button:hover {
  color: #fff;
}

.player-nav .episode-sorted .episode-sort-button.active {
  color: #fff;
}

/* player component */
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:link {
  text-decoration: none;
}

.player-component .player-list dl {
  width: 50%;
  border-bottom: solid 1px #2d4d70;
  padding: 20px 0;
  float: left;
  height: auto;
  overflow: hidden;
}

.player-component .player-list dl.active dd strong {
  /* color: #855bc7; */
  color: #f5ff63;
}

.player-component .player-list dl dt {
  width: 240px;
}

.player-component .player-list dl dd,
.player-component .player-list dl dt {
  position: relative;
  float: left;
 /* height: 135px;*/
}

.player-component .player-list dl dt .thumb {
  width: 100%;
  min-height: 100%;
}

.player-component .player-list dl dd {
  width: calc(100% - 280px);
  margin-right: 40px;
  padding: 20px 42px 9px 20px;
  word-break: break-all;
  word-wrap: break-word;
}

.player-component .player-list dl dd strong {
  display: block;
  width: calc(100% - 20px);
  margin-bottom: 4px;
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 400;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  word-wrap: normal;
}

.player-component .player-list dl dd .metadata {
  display: block;
  white-space: nowrap;
  word-wrap: normal;
}

.player-component .player-list dl dd .metadata,
.player-component .player-list dl dd em {
  width: calc(100% - 20px);
  margin-bottom: 4px;
  font-size: 14px;
  line-height: 20px;
  color: #a5a5a5;
  text-overflow: ellipsis;
  overflow: hidden;
}

.player-component .player-list dl dd em {
  display: -webkit-box;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  white-space: normal;
  font-style: normal;
}

/* paging */
.paging {
  padding-top: 30px;
  padding-bottom: 80px;
  margin: 0 auto;
  text-align: center;
  clear: both;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paging a {
  margin: 0 6px;
  padding: 0 6px;
  border-radius: 100px;
  line-height: 35px;
  min-width: 35px;
  height: 35px;
  color: #fff;
  display: block;
}

.paging a.on {
  border: 1px solid #fff;
}

.icon-box {
  margin: 20px 0;
}

.icon-box .icon-item {
  float: left;
  margin-right: 12px;
}

.icon-box .icon-item .like-button {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

.icon-box .icon-item .icon-txt,
.icon-box .icon-item i {
  font-size: 16px;
  line-height: 24px;
  color: #a5a5a5;
}

.icon-box .icon-item .icon-txt {
  margin-left: 4px;
}

.detail-view-box {
  width: 100%;
  color: #a5a5a5;
  padding: 20px 0;
  margin-bottom: 50px;
}

@media (max-width: 1500px) {
  .vod-player .player-contents {
    width: 100%;
    padding: 0 30px;
  }

  .player-component .player-list dl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .vod-player .player-bottom-contents {
    padding: 30px 0;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media (max-width: 900px) {
  .vod-player .video-wrap .screen {
    padding: 0;
  }

  .vod-player .player-contents {
    width: 100%;
    padding: 0;
  }

  .detail-view-box {
    padding: 0 15px;
  }

  .player-component .player-list dl {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
  }

  .player-component .player-list dl dt {
    height: auto;
    flex: 4;
  }

  .player-component .player-list dl dd {
    flex: 6;
    margin-right: 0;
  }

  .player-component .player-list dl dd strong {
    font-size: 14px;
    margin-bottom: 0;
  }
  
  .player-component .player-list dl dd .metadata {
    font-size: 12px;
    margin-bottom: 0;
  }
  
  .player-component .player-list dl dd .metadata,
  .player-component .player-list dl dd em {
    font-size: 12px;
    margin-bottom: 0;
  }

  .vod-player .player-bottom-contents {
    padding: 30px 15px;
    padding-bottom: 0;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .player-nav {
    padding: 0 15px;
  }

  .player-component .player-list dl dd {
    padding: 20px 0 9px 20px;
  }

  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 50px !important;
  }
}

/* modal */
.modal-back {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 100000;
  padding: 20px;
  background-color: rgba(0, 0, 0, .75);
  text-align: center;
}

.modal-back .modal-wrap {
  width: 420px;
  position: absolute;
  left: 50%;
  margin-left: -210px;
  background-color: #08172a;
  text-align: left;
  top: 50%;
  transform: translateY(-50%);
}

.modal-back .modal-wrap .modal-content {
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding: 0 30px;
  background: transparent;
  border: none;
  padding-bottom: 20px;
}

.modal-back .modal-wrap .modal-rows {
  width: 100%;
  margin-bottom: 20px;
  background-color: #11213a;
}

.modal-content .modal-titles {
  font-size: 17px;
  color: #fff;
  padding: 25px 0 15px 0;
}

.modal-content .sns-sharing {
  padding: 10px;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  cursor: pointer;
  background-color: #11213a;
  margin-bottom: 14px;
}

.modal-content .sns-sharing i {
  padding-left: 4px;
  font-size: 15px;
  color: white;
}

.modal-content .sns-sharing span {
  color: #fff;
  padding-left: 8px;
  font-size: 14px;
}

.modal-content .modal-rows-text {
  width: 100%;
  margin-bottom: 10px;
}

.modal-content .modal-rows-text p {
  color: #c3c3c3;
  line-height: 175%;
}

.modal-content .modal-confirm-btn {
  display: flex;
  justify-content: flex-end;
}

.modal-content .modal-confirm-btn .cancel {
  color: #d5d5d5;
  font-size: 14px;
  font-weight: 700;
}

.modal-content .modal-confirm-btn .submit {
  color: #8551e6;
  margin-left: 20px;
  font-size: 14px;
  font-weight: 700;
}

@media (max-width: 900px) {
  .modal-back {
    padding: 5px;
  }

  .modal-back .modal-wrap {
    width: 100%;
    left: 0;
    margin-left: 0;
  }
}

.swiper-container-live,
.swiper-container {
  overflow: hidden;
  position: relative;
}

.arrows {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: -22px;
}

@media (max-width: 900px) {
  .update {
    padding: 0;
  }
}

/* html:root {
  --swiper-theme-color: white;
} */

.snb-icon-text span {
  position: relative;
}

.snb-icon-text .hot {
  position: absolute;
  top: 2px;
  right: -25px;
  font-size: 10px;
  background-color: rgba(255,59,31,0.8);
  padding: 1px 2px;
  border-radius: 3px;
}

#search-btn-fade {
  height: 100%;
}

.content-request-button {
  width: 55px;
  height: 55px;
  background-color: #0e59cc;
  border: none;
  border-radius: 33px;
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 1010;
  font-size: 24px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 900px) {
  .content-request-button {
    bottom: 100px;
  }
}

.modal-content .modal-rows-request {
  margin-bottom: 20px;
}

.modal-content .modal-rows-request input {
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  height: 40px;
  color: white;
  background: transparent;
  margin-bottom: 7px;
}

.modal-content .modal-rows-request-noti {
  color: #c9c9c9;
  font-size: 12px;
  padding-top: 10px;
}

.ad-container {
  padding: 0 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap
}

.ad-wrap {
  flex-basis: 24.5%;
  overflow: hidden;
  cursor: pointer;
  margin: 0.15%;
  position: relative;
}
.ad-wrap2 {
  flex-basis: 33%;
  overflow: hidden;
  cursor: pointer;
  margin: 0.15%;
  position: relative;
}
@media (max-width: 900px) {
  .ad-container {
    justify-content: center;
    margin-top: 15px;
    padding: 0;
  }

  .ad-wrap {
    flex-basis: 49.5%;
  }
  .ad-wrap2 {
    flex-basis: 99%;
  }
}

.ad-wrap img {
  width: 100%;
  /*height: 100%;*/
}

.ad-wrap .ad-btns {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -100;
  transition: all .3s;
}

.ad-wrap:hover .ad-btns {
  opacity: 1;
  z-index: 100;
}

.ad-wrap .ad-btns .ad-btn {
  background: #2e2e2e;
  border: none;
  padding: 10px 16px;
  border-radius: 3px;
  margin: 0 5px;
}

.ad-wrap .ad-btns .ad-btn i,
.ad-wrap .ad-btns .ad-btn span {
  font-size: 14px;
}
.ad-wrap2 img {
  width: 100%;
  /*height: 100%;*/
}

.ad-wrap2 .ad-btns {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: -100;
  transition: all .3s;
}

.ad-wrap2:hover .ad-btns {
  opacity: 1;
  z-index: 100;
}

.ad-wrap2 .ad-btns .ad-btn {
  background: #2e2e2e;
  border: none;
  padding: 10px 16px;
  border-radius: 3px;
  margin: 0 5px;
}

.ad-wrap2 .ad-btns .ad-btn i,
.ad-wrap2 .ad-btns .ad-btn span {
  font-size: 14px;
}
.content-wrapper {
  width: calc(100% - 230px);
}

@media (max-width: 900px) {
  .ad-wrap .ad-btns .ad-btn {
    padding: 8px 12px;
  }

  .ad-wrap .ad-btns .ad-btn i,
  .ad-wrap .ad-btns .ad-btn span {
    font-size: 13px;
  }
  .ad-wrap2 .ad-btns .ad-btn {
    padding: 8px 12px;
  }

  .ad-wrap2 .ad-btns .ad-btn i,
  .ad-wrap2 .ad-btns .ad-btn span {
    font-size: 13px;
  }

}

.synopsis .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 0 !important;
}

.synopsis .row .title {
  font-weight: 700;
  flex: 1;
}

.synopsis .row .description {
  flex: 9;
}

.container,
.episodeInfoWrap {
  /* width: 100% !important; */
  height: auto !important;
  min-height: auto;
}

@media (max-width: 900px) {
  .synopsis .row {
    flex-direction: column;
    line-height: 1em;
  }

  .synopsis p {
    font-size: 12px;
    
  }
}

.content-paging {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}

.content-paging .page-arrows button {
  background: transparent;
  border: none;
}

.content-paging .page-arrows button i {
  color: #2e2e2e;
  font-size: 16px;
}

.content-paging .page {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 30px;
}

.content-paging .page a {
  color: white;
  background-color: #2e2e2e;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  text-align: center;
  margin: 0 5px;
}

.content-paging .page a.active {
  background-color: #0e59cc;
}


/* sports tab */
.sports-tab {
  width: 100%;
  height: 76px;
  background-color: #0d2236;
  padding: 0 60px;
  white-space: nowrap;
  overflow-x: scroll;
}

.sports-tab .sports-tab-button {
  height: 100%;
  display: inline-block;
  background: transparent;
  border: none;
  padding: 24px 0 22px 0;
  margin-right: 48px;
}

.sports-tab .sports-tab-button:last-child {
  margin-right: 0;
}

.sports-tab .sports-tab-button span {
  font-size: 24px;
  color: #fff;
  opacity: 0.3;
}

.sports-tab .sports-tab-button.active span {
  opacity: 1;
}

.sports-tab .sports-tab-button.active {
  border-bottom: solid 2px #fff;
}


/* schedule */
.schedule {
  margin-top: 60px;
  margin-bottom: 30px;
}

.schedule .schedule-header {
  height: 60px;
  margin-bottom: 30px;
}

.schedule .schedule-header .title {
  font-size: 40px;
  font-weight: 300;
  color: #fff;
}

.schedule .schedule-table .schedule-head {
  width: 100%;
  height: 30px;
  border-top: solid 1px #1e1e1e;
  border-bottom: solid 1px #1e1e1e;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
  font-size: 13px;
  line-height: 1.23;
  background-color: #08172a;
}

.schedule .schedule-table .schedule-head .header-item {
  text-align: center;
  opacity: 0.3;
}

.schedule .schedule-table .match-schedule .match-group .match-column {
  height: 59px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: row wrap;
  border-bottom: solid 1px #1e1e1e;
}

.schedule .schedule-table .match-schedule .match-group .match-column > div {
  color: #ededed;
  text-align: center;
}

.schedule .schedule-table .match-schedule .match-group .match-column .match-date {
  font-size: 18px;
}

.schedule .schedule-table .match-schedule .match-group .match-column .match-time {
  font-size: 18px;
  opacity: 0.3;
}

.schedule .schedule-table .match-schedule .match-group .match-column .gameInfo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.schedule .schedule-table .match-schedule .match-group .match-column .gameInfo .team-1,
.schedule .schedule-table .match-schedule .match-group .match-column .gameInfo .team-2 {
  font-size: 13px;
  opacity: 0.6;
}

.schedule .schedule-table .match-schedule .match-group .match-column .gameInfo .vs {
  font-size: 18px;
  margin: 0 32px;
  margin-top: -5px;
}

.schedule .schedule-table .match-schedule .match-group .match-column .match-info {
  font-size: 14px;
  opacity: 0.3;
}

.schedule .schedule-table .match-schedule .match-group .match-column .match-view .view-box {
  width: 72px;
  height: 28px;
  font-size: 13px;
  background-color: #0c0c0c;
  cursor: pointer;
}

.schedule .schedule-table .match-schedule .match-group .match-column .match-view .view-box.play {
  color: #ff0050;
  border: solid 1px #ff0050;

}

.schedule .schedule-table .match-schedule .match-group .match-column .match-view .view-box.watch {
  color: #7a43ff;
  border: solid 1px #7a43ff;
}

/* live match */
.live-match-group {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.live-match-group .live-match-column {
  padding: 0 7px;
}

.live-match-group .live-match-column .live-match-image img {
  width: 100%;
}

.live-match-group .live-match-column .live-match-title {
  padding-top: 16px;
}

.live-match-group .live-match-column .live-match-title .text {
  font-size: 18px;
  line-height: 1.11;
  color: #cfcfcf;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
  overflow: hidden;
  letter-spacing: normal;
}

.live-match-group .live-match-column .live-match-title .text:last-child {
  margin-top: 8px;
}

.live-match-group .live-match-column .live-match-info i,
.live-match-group .live-match-column .live-match-info span {
  color: #595959;
  line-height: 1.25;
  font-size: 16px;
  margin-top: 12px;
}

.live-match-group .live-match-column .live-match-info span {
  padding-left: 3px;
}

.sports-tab,
.schedule-table {
  -ms-overflow-style: none;
}

.sports-tab::-webkit-scrollbar,
.schedule .schedule-table::-webkit-scrollbar {
  display: none;
}

/* .sports-tab::-webkit-scrollbar-thumb,
.schedule .schedule-table::-webkit-scrollbar-thumb {
  background-color:rgba(0, 0, 0, 0);
}

.sports-tab::-webkit-scrollbar-track,
.schedule .schedule-table::-webkit-scrollbar-track {
  background-color:rgba(0, 0, 0, 0);
} */

@media (max-width: 1700px) {
  .schedule {
    padding: 0 30px;
  }
}

@media (max-width: 900px) {
  .schedule {
    padding: 0;
  }

  .sports-tab {
    height: 50px;
    padding: 0;
  }

  .sports-tab .sports-tab-button {
    padding: 0;
    margin: 0;
    padding: 10px 7px 0 7px;
  }

  .sports-tab .sports-tab-button span {
    font-size: 20px;
  }

  .live-match-group .live-match-column .live-match-title {
    padding-top: 8px;
  }
  
  .live-match-group .live-match-column .live-match-title .text {
    font-size: 12px;
    line-height: 1;
  }

  .live-match-group .live-match-column .live-match-title .text:last-child {
    margin-top: 4px;
  }

  .live-match-group .live-match-column .live-match-info i,
  .live-match-group .live-match-column .live-match-info span {
    font-size: 12px;
    margin-top: 6px;
  }

  .schedule .schedule-header {
    height: auto;
    margin-bottom: 15px;
    padding: 0 15px;
  }
  
  .schedule .schedule-header .title {
    font-size: 20px;
  }

  .schedule .schedule-table .match-schedule .match-group .match-column .gameInfo {
    flex-direction: column;
    justify-content: flex-start;
  }
  
  .schedule .schedule-table .match-schedule .match-group .match-column .gameInfo .vs {
    display: none;
  }

  .schedule .schedule-table .match-schedule .match-group .match-column .match-time,
  .schedule .schedule-table .match-schedule .match-group .match-column .match-date {
    font-size: 16px;
  }

  .schedule .schedule-table {
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
  }

  .schedule .schedule-table .match-column,
  .schedule .schedule-table .schedule-head {
    width: 100%;
  }

  .schedule .schedule-table .match-schedule .match-group .match-column .match-view .view-box {
    width: 50px;
    height: 28px;
    font-size: 11px;
    padding: 0;
  }

  .schedule .schedule-table .schedule-head .header-item:nth-child(4),
  .schedule .schedule-table .match-schedule .match-group .match-column .match-info {
    display: none;
  }
}

.screen {
  position: relative;
}

.video-banner-ad {
  width: 35%;
  height: auto;
  background-color: #000;
  position: absolute;
  left: 50%;
  bottom: 5%;
  transform: translateX(-50%);
  display: none;
}

@media (max-width: 900px) {
  .video-banner-ad {
    width: 100%;
  }
}

.video-banner-ad .banner-ad-container {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.video-banner-ad .banner-ad-container .ad-close-btn {
  width: 20px;
  background-color: transparent;
  background-color: #3ea6ff;
  border: none;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
}

.video-banner-ad .banner-ad-container .ad-close-btn img {
  width: 100%;
 /* height: 100%;*/
}

.video-banner-ad .banner-ad-container .banner-ad-image {
  width: 100%;
  /*height: 100%;*/
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-next {
  background: url(../../img/icon/next.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  right: 5px;
}

.swiper-button-prev {
  background: url(../../img/icon/prev.png) no-repeat;
  background-size: 100% auto;
  background-position: center;
  left: 5px;
}

.another-info {
  /* width: 964px; */
  width: 100%;
  height: 542px;
  background-color: #000;
  display: none;
}


/* footer */
.footer {
  width: 100%;
}

.footer .footer-notice {
  width: 100%;
  height: 50px;
  background-color: #122946;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 130px;
}

.footer .footer-notice .recently-board a {
  font-size: 14px;
}

.footer .footer-notice .recently-board .notice-list {
  color: #c8c8c8;
  margin-right: 15px;
}

.footer .footer-notice .recently-board .this-board {
  color: #969696;
}

.footer .footer-notice .sns-icons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer .footer-notice .sns-icons .sns-icons-anchor {
  margin-left: 20px;
}

.footer .footer-notice .sns-icons .sns-icons-anchor i {
  font-size: 18px;
  color: white;
}

.footer .footer-company-info {
  background-color: #08172a;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 30px 130px 70px 130px;
}

.footer .footer-company-info .footer-utils {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.footer .footer-company-info .footer-utils a {
  font-size: 14px;
  color: #969696;
  margin: 0 6px;
}

.footer .footer-company-info .footer-utils a.active {
  color: #dedede;
}

.footer .footer-company-info .info {
  width: 100%;
  text-align: center;
}

.footer .footer-company-info .info p {
  color: #646464;
  font-size: 12px;
  margin: 0;
}

.footer .footer-company-info .copyright {
  width: 100%;
  text-align: center;
  color: #646464;
  font-size: 12px;
  margin-top: 30px;
}

@media (max-width: 1500px) {
  .footer .footer-notice,
  .footer .footer-company-info {
    padding: 0;
  }

  .footer .footer-notice {
    padding: 0 15px;
  }

  .footer .footer-company-info {
    padding: 30px 0 70px 0;
  }
}

@media (max-width: 900px) {
  .footer .footer-notice,
  .footer .footer-company-info {
    padding: 0;
  }

  .footer .footer-notice .recently-board {
    display: none;
  }

  .footer .footer-company-info {
    background-color: #000;
    padding: 27px 16px 100px;
  }
  
  .footer .footer-company-info .footer-utils {
    display: inline-flex;
    flex: auto;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 10px;
  }

  .footer .footer-company-info .footer-utils a {
    font-size: 12px;
    margin: 0 10px 5px 0;
  }

  .footer .footer-company-info .info {
    text-align: left;
  }

  .footer .footer-company-info .copyright {
    text-align: left;
    margin-top: 15px;
  }
}

.ad-close {
  background-color: rgba(0, 0, 0, 0.5) !important;
  padding: 0;
}

.search-wrapper .search-top {
  width: 100%;
  background-color: #05101e;
  padding: 26px 0;
}

.search-wrapper .search-top .search-input-wrap {
  width: 806px;
  margin: 0 auto;
}

.dsn {
  display: none;
}

.search-wrapper .search-top .search-input-wrap .search-input {
  width: 100%;
  padding: 0 40px;
  height: 52px;
  border: none;
  border-radius: 0;
  color: #fff;
  font-size: 32px;
  text-align: left;
  background: url(../../img/icon/input-white.png) no-repeat 0;
  text-overflow: ellipsis;
}

.search-wrapper .search-top .search-input-wrap .search-input:focus {
  outline: none;
}

.search-wrapper .search-inner-wrap {
  width: 100%;
  border-bottom: solid 1px #2d4d70;
}

.search-wrapper .search-inner-wrap .search-inner {
  width: 1280px;
  margin: 0 auto;
}

.search-wrapper .search-inner-wrap .search-inner button {
  padding: 0 10px;
  height: 67px;
  font-size: 18px;
  line-height: 67px;
  color: #a5a5a5;
  border: none;
  background: transparent;
  margin-right: 20px;
}

.search-wrapper .search-inner-wrap .search-inner button.active {
  color: #fff;
  border-bottom: solid 4px #0e59cc;
}

.search-wrapper .search-content .search-result-text {
  margin: 40px 0;
  font-size: 28px;
  line-height: 40px;
  color: #a5a5a5;
}

.search-wrapper .search-content {
  width: 1280px;
  margin: 0 auto;
  padding: 0 15px;
  padding-bottom: 140px;
}

.search-wrapper .search-content .search-result-text .active {
  color: #0e59cc;
  font-size: 34px;
}

@media (max-width: 1500px) {
  .search-wrapper .search-top .search-input-wrap,
  .search-wrapper .search-inner-wrap .search-inner,
  .search-wrapper .search-content {
    width: 100%;
  }

  .search-wrapper .search-top {
    padding: 15px;
  }

  .search-wrapper .search-inner-wrap .search-inner {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .search-wrapper .search-content .search-result-text {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .search-wrapper .search-top .search-input-wrap,
  .search-wrapper .search-inner-wrap .search-inner,
  .search-wrapper .search-content {
    width: 100%;
  }

  .search-wrapper .search-top {
    padding: 15px 15px;
  }

  .search-wrapper .search-inner-wrap .search-inner {
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .search-wrapper .search-inner-wrap .search-inner button {
    font-size: 12px;
    margin: 0;
  }

  .search-wrapper .search-content .search-result-text {
    margin: 20px 0;
    font-size: 16px;
    line-height: 20px;
    color: #a5a5a5;
    text-align: left;
  }
  
  .search-wrapper .search-content .search-result-text .active {
    color: #0e59cc;
    font-size: 18px;
  }
}

.update.vod .flex-listed .videoarea {
  width: 16.66%;
}

@media (max-width: 900px) {
  .update.vod .title {
    /* display: flex;
    justify-content: center;
    align-items: center; */
  }

  .sort-buttons {
    justify-content: flex-end;
  }

  .update.vod .flex-listed .videoarea {
    width: 33.33%;
  }

  .update.vod .sort-select {
    margin-right: 5px;
  }
}

.comments {
  width: 1280px;
  border-top: solid 1px #2d4d70;
  margin: 0 auto;
}

.comments .list {
  padding: 40px 0;
}

.comments .list .comment-componet {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  position: relative;
}

.comments .list .comment-componet .avatar {
  width: 40px;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin-right: 16px;
}

.comments .list .comment-componet .avatar img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.comments .list .comment-componet .content {
  padding: 0;
}

.comments .list .comment-componet .head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 5px;
}

.comments .list .comment-componet .head p {
  margin: 0;
}

.comments .list .comment-componet .head .name {
  font-size: 13px;
  color: #fff;
}

.comments .list .comment-componet .head .ago {
  font-size: 12px;
  color: #aaa;
  margin-left: 5px;
}

.comments .list .comment-componet .body {
  font-size: 14px;
  color: #fff;
}

.comments .list .comment-componet .bottom {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.comments .list .comment-componet .bottom button {
  border: none;
  background: transparent;
  font-size: 13px;
  color: #aaa;
  padding: 0;
}

.comments .list .comment-componet .bottom .reply {
  padding: 8px 16px;
}

.comments .list .comment-componet .bottom .like .count {
  margin-left: 5px;
}

.comments .list .comment-componet .bottom .like.dis {
  margin-left: 15px;
}

.comments .list .comment-componet .report {
  background: transparent;
  border: none;
  color: #fff;
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 24px;
  padding: 0;
  display: none;
}

.tab-title {
  font-size: 24px;
  color: #fafafa;
  margin-bottom: 20px;
}

.notice-list .head {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.notice-list .head > div {
  flex: auto;
  height: 58px;
  background-color: #122946;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #969696;
}

.notice-list .head .title {
  flex: 9;
  justify-content: flex-start;
}

.notice-list .head .num,
.notice-list .head .date,
.notice-list .head .count,
.notice-list .body .group .num,
.notice-list .body .group .date,
.notice-list .body .group .count {
  flex: 1;
}

.notice-list .body .group {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: solid 1px #232323;
}

.notice-list .body .group:hover {
  background-color: #19365a;
}

.notice-list .body .group > div {
  flex: auto;
  height: 58px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 13px;
}

.notice-list .body .group .title {
  flex: 9;
  justify-content: flex-start;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.notice-list .body .group .title a {
  font-size: 14px;
  color: #fafafa;
}

.notice-list .body .group .num.red {
  color: #ff1f45;
}

.notice-list .body .group .num.gray {
  color: #acacac;
}

.notice-nav {
  width: 100%;
  border-bottom: solid 1px #383838;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notice-nav > a {
  color: #fafafa;
  font-weight: 300;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: -0.5px;
  line-height: 60px;
}

.notice-nav > a.active {
  border-bottom: solid 3px #fafafa;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: -2px;
}

@media (max-width: 1500px) {
  .tab-title,
  .notice-nav,
  .notice-list {
    padding: 0 15px;
  }
}

@media (max-width: 900px) {
  .tab-title,
  .notice-nav,
  .notice-list {
    padding: 0;
  }

  .tab-title {
    padding: 0 15px;
  }

  .notice-nav {
    display: inline-flex;
    flex: auto;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    border-bottom: none;
    margin-bottom: 20px;
  }

  .notice-nav > a {
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    color: #969696;
  }

  .notice-nav > a.active {
    color: #fafafa;
    font-size: 12px;
    border-bottom: none;
  }

  .notice-list .head > div {
    font-size: 11px;
  }

  .notice-list .body .group > div {
    font-size: 11px;
  }

  .notice-list .body .group .title a {
    font-size: 11px;
  }

  .notice-list .head .num,
  .notice-list .head .date,
  .notice-list .head .count,
  .notice-list .body .group .num,
  .notice-list .body .group .date,
  .notice-list .body .group .count {
    flex: 3;
  }

  .notice-list .body .group .title {
    flex: 7;
    margin-right: 20px;
  }

  .notice-list .head > div {
    height: 40px;
    padding: 0 5px;
  }

  .notice-list .body .group > div {
    height: 40px;
    padding: 0 5px;
  }
}

.contents .head {
  width: 100%;
  height: 58px;
  background-color: #122946;
  padding: 0 17px;
  font-weight: 500;
  letter-spacing: -0.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contents .head .title {
  font-weight: 500;
  font-size: 15px;
}

.contents .head .date {
  color: #646464;
  font-size: 13px;
  font-weight: 400;
}

.contents .body {
  padding: 30px 30px 100px 17px;
}

.contents .body .con {
  width: 100%;
  height: 100%;
  letter-spacing: -0.5px;
  color: #dedede;
  padding-bottom: 35px;
  background-color: transparent;
  white-space: pre-wrap;
  border: none;
}

.contents .foot .notice-view-nav {
  width: 100%;
  border-top: solid 1px #383838;
}

.contents .foot .notice-view-nav .view-nav {
  height: 55px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 16px;
  border-bottom: solid 1px #383838;
}

.contents .foot .notice-view-nav .view-nav .notice-view-tit {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  color: #646464;
  font-size: 13px;
  padding: 0 34px 0 16px;
  border-right: 1px solid #1f1f1f;
}

.contents .foot .notice-view-nav .view-nav .notice-view-tit:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 11px;
  height: 6px;
  margin-top: -3px;
  background: url(../../img/icon/icons.png) -50px 0 no-repeat;
  background-position: -50px -10px;
}

.contents .foot .notice-view-nav .view-nav .notice-view-tit.right:after {
  background-position: -50px 0px;
}

.contents .foot .notice-view-nav .view-nav .notice-view-anchor {
  margin-left: 20px;
}

.contents .foot .notice-view-nav .view-nav .notice-view-anchor a {
  color: #e6e6e6;
  font-size: 14px;
}

.contents .foot .notice-view-nav .view-nav .notice-view-anchor a:hover {
  color: #fafafa;
  text-decoration: underline;
}

.foot .foot-btn {
  width: 100%;
  text-align: right;
  margin-top: 20px;
}

.foot .foot-btn .go-to-list {
  border: solid 1px #303030;
  color: #646464;
  background-color: #122946;
  border-radius: 0;
  font-size: 13px;
  padding: 8px 18px;
}

@media (max-width: 900px) {
  .contents .head {
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 10px 15px;
  }

  .contents .head .title {
    font-size: 14px;
    margin-bottom: 5px;
  }

  .contents .foot .notice-view-nav .view-nav {
    padding-left: 0;
    padding-right: 15px;
  }

  .contents .foot .notice-view-nav .view-nav .notice-view-tit {
    width: 120px;
    font-size: 12px;
    padding-right: 30px;
  }

  .contents .foot .notice-view-nav .view-nav .notice-view-anchor a {
    font-size: 12px;
  }

  .contents .foot .foot-btn {
    padding: 0 15px;
  }
}

.contents .write {
  padding: 0 0 30px 0;
}

.contents .write h3 {
  font-size: 16px;
  color: #dedede;
  margin-bottom: 20px;
}

.contents .write .tit dt,
.contents .write .con dt {
  height: 40px;
  font-weight: 500;
  color: #969696;
  padding-right: 20px;
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.contents .write .tit {
  margin-bottom: 15px;
}

.contents .write .tit,
.contents .write .con {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.contents .write .tit dt,
.contents .write .con dt {
  flex: 0.5;
}

.contents .write .tit dd,
.contents .write .con dd {
  flex: 9.5;
}

.contents .write .tit dd input {
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 9px;
  background-color: #000;
  outline: none;
  box-sizing: border-box;
  font-size: 15px;
  color: #666;
  border: solid 1px #000;
}

.contents .write .con dd textarea {
  color: #e6e6e6;
  padding: 10px;
  border: 1px solid #383838;
  outline: none;
  box-sizing: border-box;
  width: 100%;
  height: 410px;
  background: #05101e;
}

.contents .write-buttons {
  width: 100%;
  border-top: solid 1px #383838;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0;
  padding-bottom: 140px;
}

.contents .write-buttons button {
  width: 185px;
  height: 60px;
  padding: 0 48px;
  font-size: 16px;
  margin: 0 5px;
  border: none;
  border-radius: 5px;
}

.contents .write-buttons .submit {
  color: #08172a;
  background-color: #dedede;
}

.contents .write-buttons .back {
  color: #969696;
  background-color: transparent;
  border: solid 1px #646464;
}

.membership-check {
  margin-top: 10px;
}

.check-small {
  display: none;
}

.check-small-label {
  display: inline-block;
  position: relative;
  width: auto;
  padding-left: 32px;
  user-select: none;
  font-size: 13px;
  color: #646464;
  cursor: pointer;
}

.check-small-label:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate3d(0, -55%, 0);
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
  text-align: center;
  vertical-align: middle;
  background-position: 50%;
  background-repeat: no-repeat;
  border-radius: 100%;
  overflow: hidden;
  background-color: #535353;
  background-image: url(../../img/icon/check.svg);
  background-size: 12px auto;
}

.check-small:checked+label.check-small-label {
  color: #dedede;
}

.check-small:checked+label.check-small-label:before {
  background-color: #ff1744;
  background-image: url(../../img/icon/check-white.svg);
}

#notice-contents {
  display: none;
}

.textarea-height {
  height: 460px;
}

@media (max-width: 900px) {
  .contents .write {
    padding: 0 15px;
  }

  .contents .write-buttons {
    padding: 10px 15px 40px 15px;
  }

  .contents .write .tit,
  .contents .write .con {
    flex-flow: column nowrap;
  }

  .contents .write-buttons button {
    width: 130px;
    font-size: 14px;
    padding: 0;
  }

  .contents .write .tit dt,
  .contents .write .con dt {
    margin-bottom: 10px;
  }

  .contents .write .tit dd,
  .contents .write .con dd {
    width: 100%;
  }
}