@charset "utf-8";
* {
  box-sizing: border-box !important;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent;
  -o-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
html {
  overflow-y: scroll;
}
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  background-color: #181818;
  font-family: "Malgun Gothic", "맑은 고딕", AppleSDGothicNeo-Light, "Noto Sans", sans-serif;
  font-weight: 400;
  color: #b6b6b6;
}
html,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
img {
  margin: 0;
  padding: 0;
  border: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ul,
li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
label,
input,
button,
select,
img {
  vertical-align: middle;
}
input,
button,
select,
textarea {
  margin: 0;
  padding: 0;
  font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, 'Noto Sans', 'Malgun Gothic', '맑은 고딕', sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
button {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
select {
  margin: 0;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
p {
  margin: 0;
  padding: 0;
  word-break: break-all;
}
hr {
  display: none;
}
pre {
  overflow-x: scroll;
  font-size: 1.1em;
}
em {
  font-style: normal;
}
a {
  color: #b6b6b6;
  text-decoration: none;
}
a:link,
a:visited {
  color: #b6b6b6;
  text-decoration: none;
}
a:hover,
a:focus,
a:active {
  color: #b6b6b6;
  text-decoration: none;
}
input,
button,
select {
  margin: 0;
  padding: 0;
  font-family: HelveticaNeue-Light, AppleSDGothicNeo-Light, "Noto Sans", "Malgun Gothic", "맑은 고딕", sans-serif;
  font-weight: 400;
  -webkit-border-radius: 0;
  border: 0;
  outline: 0;
  background: transparent;
}
a:link,
a:visited {
  color: #b6b6b6;
  text-decoration: none;
}
#app {
  zoom: 1;
  min-height: 100%;
  max-width: 100%;
  padding-bottom: 1px;
}
/**
 * Note: I have omitted any vendor-prefixes for clarity.
 * Adding them is left as an exercise for the reader.
 */
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-100%);
}
#header {
  width: 100%;
  max-width: 100%;
  height: 70px;
  max-height: 100%;
  display: flex;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 9999;
}
#header.header--fixed {
  position: fixed;
  z-index: 10;
  right: 0;
  left: 0;
  top: 0;
}
#header.header--fixed.top {
  transition: none;
  transform: translateY(0);
}
#header.header--fixed.slideUp.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(-100%);
}
#header.header--fixed.slideDown.not-top {
  transition: transform 0.3s ease-in-out;
  transform: translateY(0);
}
#header.header--fixed.not-top {
  position: fixed;
  transform: translateY(-100%);
  background-color: #0a0a0a;
}
#header .header-inner {
  width: 100%;
  padding: 0 14px;
  display: flex;
  align-items: center;
}
#header .header-inner .logo {
  position: relative;
  display: flex;
  flex: 1;
}
#header .header-inner .logo a {
  width: 92px;
  display: flex;
  align-items: center;
}
#header .header-inner .logo a h2 {
  text-indent: -9999px;
  font-size: 0;
}
#header .header-inner .logo a img {
  width: 92px;
}
#header .header-inner .members-profile-master {
  float: right;
  height: 100%;
  position: relative;
  z-index: 100;
}
#header .header-inner .members-profile-master .guest-login {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  float: left;
}
#header .header-inner .members-profile-master .guest-login a {
  align-items: center;
  display: flex;
  color: white;
  font-size: 13px;
}
#header .header-inner .members-profile-master .guest-login a .profile-images {
  width: 28px;
  height: 28px;
  min-width: 28px;
  min-height: 28px;
  border-radius: 33px;
  background-color: #e4e4e4;
}
#header .header-inner .members-profile-master .guest-login a .profile-images img {
  width: 100%;
  max-width: 100%;
  border-radius: 33px;
  height: 100%;
}
#header .header-inner .members-profile-master .guest-login a span {
  padding-left: 4px;
}
#header .header-inner .members-profile-master .member-action {
  display: flex;
  align-items: center;
}
#header .header-inner .members-profile-master .member-action a {
  background-color: #363636;
  display: flex;
  align-items: center;
  padding: 0 20px;
  height: 36px;
  color: white;
  font-size: 13px;
  margin: 0 5px;
}
#header .header-inner .members-profile-master .member-profile {
  display: flex;
  align-items: center;
  height: 100%;
  position: relative;
  float: left;
  cursor: pointer;
}
#header .header-inner .members-profile-master .member-profile .profile-img {
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
}
#header .header-inner .members-profile-master .member-profile .profile-img img {
  border-radius: 33px;
  background-color: #e4e4e4;
}
#header .header-inner .members-profile-master .member-profile .profile-nick {
  padding-left: 5px;
}
#header .header-inner .members-profile-master .member-profile .profile-nick span {
  color: #e2e2e2;
}
#header .header-inner .members-profile-master .member-profile-fold {
  font-size: 13px;
  display: none;
  width: 190px;
  z-index: 9090;
  right: 15px;
  top: 83px;
  position: absolute;
  background-color: #212121;
}
#header .header-inner .members-profile-master .member-profile-fold.open {
  display: block;
}
#header .header-inner .members-profile-master .member-profile-fold ul li {
  display: block;
  border-bottom: 1px solid #343434;
  text-align: left;
}
#header .header-inner .members-profile-master .member-profile-fold ul li a {
  padding: 15px 0 15px 15px;
  display: block;
}
#header .header-inner .members-profile-master .member-profile-fold ul li a:hover {
  background-color: #2d2d2d;
}
#container {
  min-height: 600px;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
}
#container .mobile-events {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100vmin;
  box-shadow: inset 0px 0px 27px 3px rgba(0, 0, 0, 0.71);
}
#container .mobile-events .thumb {
  box-shadow: inset 0px 0px 27px 3px rgba(0, 0, 0, 0.71);
}
#container .mobile-events .thumb a {
  display: flex;
  z-index: 10;
}
#container .mobile-events .thumb a .play-icon {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 33;
  margin: -30px 0 0 -19px;
}
#container .mobile-events .thumb a .play-icon .iconify {
  font-size: 58px;
  color: #fff;
}
#container .mobile-events .thumb a img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.navigation {
  position: fixed;
  bottom: 0;
  height: 60px;
  background-color: #141414;
  display: flex;
  align-items: center;
  width: 100%;
  z-index: 101010;
}
.navigation ul {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.navigation ul .nav-item {
  width: 20%;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.navigation ul .nav-item a {
  display: flex;
  width: 100%;
  height: 100%;
  color: #b6b6b6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.navigation ul .nav-item a .iconify {
  color: #fff;
  font-size: 18px;
}
.navigation ul .nav-item a strong {
  padding-top: 2px;
  font-size: 11px;
}
.navigation ul .nav-item a .n-service {
  position: relative;
  display: inline-block;
}
.navigation ul .nav-item a .n-service span {
  position: absolute;
  background-color: #d30000;
  padding: 0px 5px;
  border-radius: 33px;
  font-size: 10px;
  font-size: 0.625rem;
  top: -43px;
  left: 12px;
  color: white;
  font-family: Tahoma;
  font-weight: bold;
}
#footer {
  background: #0a0a0a;
  text-align: left;
  font-size: 12px;
  color: #4e4e4e;
  margin-bottom: 60px;
}
#footer .notice-content {
  height: 57px;
  background-color: #141414;
  width: 100%;
  max-width: 100%;
}
#footer .notice-content .inner {
  width: 1248px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#footer .footer-top {
  padding: 20px 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer .footer-top a {
  color: #6e6e6e;
  display: block;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}
#footer .footer-top a:first-child {
  padding-left: 0;
}
#footer .footer-top a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  background: #4e4e4e;
  transform: translateY(-50%);
}
#footer .footer-util {
  padding: 20px 14px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#footer .footer-util a {
  color: #6e6e6e;
  display: block;
  padding: 0 10px;
  position: relative;
  white-space: nowrap;
}
#footer .footer-util a:first-child {
  padding-left: 0;
}
#footer .footer-util a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 2px;
  background: #4e4e4e;
  transform: translateY(-50%);
}
#footer .copyright {
  padding: 5px 14px;
}
#footer .copyright p {
  color: #949494;
  line-height: 1.9rem;
  display: block;
  font-size: 13px;
}
#index {
  padding: 70px 15px;
}
#index .suggession {
  position: relative;
}
#index .suggession + .suggession {
  margin-top: 50px;
}
#index .suggession .section {
  padding: 0 0 10px 0;
  display: flex;
}
#index .suggession .section h2 {
  flex: 8;
  font-size: 20px;
  color: white;
  font-weight: 400;
  padding: 10px 0 15px 0;
  display: flex;
  align-items: center;
}
#index .suggession .section .more {
  flex: 2;
  display: flex;
  justify-content: right;
  align-items: center;
  padding: 10px 10px 15px 0;
}
#index .suggession .rolling-list {
  overflow: hidden;
  position: relative;
}
#index .suggession .rolling-list li {
  width: 100px;
  max-width: 100%;
  float: left;
  margin-right: 10px;
}
#index .suggession .rolling-list li .thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 7px;
  height: 125px;
}
#index .suggession .rolling-list li .thumb:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1;
  background: linear-gradient(transparent, rgba(20, 20, 20, 0) 20%, rgba(20, 20, 20, 0.2) 50%, rgba(20, 20, 20, 0.5));
}
#index .suggession .rolling-list li .thumb a {
  display: block;
}
#index .suggession .rolling-list li .thumb a .no-img {
  width: 100%;
  height: 125px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  background-color: #292929;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}
#index .suggession .rolling-list li .thumb a .no-img .icon .iconify {
  font-size: 68px;
}
#index .suggession .rolling-list li .thumb a .no-img .text {
  display: flex;
}
#index .suggession .rolling-list li .thumb a .no-img .text span {
  font-size: 14px;
}
#index .suggession .rolling-list li .thumb a img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 100%;
}
#index .suggession .rolling-list li .title {
  position: relative;
  display: flex;
  padding-top: 15px;
  flex-direction: column;
}
#index .suggession .rolling-list li .title p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
#index .suggession .rolling-list li .title p.real-name {
  font-size: 15px;
  color: white;
}
#index .suggession .rolling-list li .good {
  display: flex;
  align-items: center;
}
#index .suggession .rolling-list li .good .iconify {
  margin-right: 5px;
}
.noonoo-info {
  margin-top: 0px;
}
.noonoo-info .site-info {
  display: block;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 15px;
}
.noonoo-info .site-info .logo {
  display: flex;
  justify-content: center;
}
.noonoo-info .site-info .site-link {
  margin-top: 25px;
}
.noonoo-info .site-info .site-link .link-row {
  position: relative;
  margin-top: 5px;
  display: flex;
  justify-content: center;
}
.noonoo-info .site-info .site-link .link-row a {
  width: 175px;
  height: 30px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  touch-action: manipulation;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 50px;
  background: #103F54;
  border: 1px solid #207EA9;
  padding: 5px 0;
  color: #fff;
  font-weight: 700;
}
.noonoo-info .site-info .site-link .link-row:first-child a {
  /*background: #4A1B0B;*/
  background: #103F54;
}
.noonoo-info .site-info .site-link .link-img {
  position: relative;
  display: flex;
  justify-content: center;
}
.noonoo-info .site-info .site-link .link-img a {
  width: 175px;
  height: 30px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  touch-action: manipulation;
  transition: all 0.2s ease, visibility 0s;
  padding: 5px 0;
}
.noonoo-info .site-info .site-link .link-img a img {
  max-width: 100%;
}
.noonoo-info .site-info .site-link .link-toonkor {
  position: relative;
  margin-top: 8px;
  display: flex;
  justify-content: center;
}
.noonoo-info .site-info .site-link .link-toonkor a {
  width: 175px;
  height: 30px;
  text-align: center;
  display: block;
  box-sizing: border-box;
  cursor: pointer;
  touch-action: manipulation;
  transition: all 0.2s ease, visibility 0s;
  border-radius: 50px;
  background: #333;
  border: 1px solid #525252;
  padding: 5px 0;
  color: #fff;
  font-weight: 700;
}
.noonoo-info .site-banner {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(1, 1fr);
}
.noonoo-info .site-banner .banner {
  background: #222;
  width: 100%;
}
.noonoo-info .site-banner .banner a {
  width: 100%;
  display: block;
  padding: 0 10px;
}
.noonoo-info .site-banner .banner a img {
  max-width: 100%;
}
#category {
  min-height: 500px;
  position: relative;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  margin-bottom: 60px;
}
#category .category-inner {
  overflow: hidden;
  width: 100%;
  max-width: 100%;
  padding: 0 14px;
  position: relative;
}
#category .category-inner .category-title {
  padding: 18px 3px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
#category .category-inner .category-title h2 span {
  color: #ececec;
  padding-left: 5px;
  font-size: 15px;
  font-weight: 700;
}
#category .category-inner .category-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 10px;
  margin-bottom: 13px;
}
#category .category-inner .category-list li {
  width: 100%;
  padding: 0 3px;
  margin-bottom: 10px;
}
#category .category-inner .category-list li a {
  width: 100%;
  height: 47px;
  max-height: 100%;
  display: flex;
  background-color: #232323;
  align-items: center;
  border-radius: 3px;
}
#category .category-inner .category-list li a span {
  color: white;
  padding-left: 10px;
  width: 100%;
  height: 100%;
  align-items: center;
  display: flex;
}
#movie-container > .movie-header,
#movie-container > .series-header {
  display: flex;
  width: 100%;
  max-width: 100%;
  height: 65px;
  align-items: center;
  padding: 0 14px;
  position: fixed;
  top: 0;
  z-index: 9999;
  background-color: #181818;
}
#movie-container > .movie-header .subject,
#movie-container > .series-header .subject {
  display: flex;
  flex: 1;
  margin-left: 20px !important;
  justify-content: flex-start !important;
}
#movie-container > .movie-header .subject h2,
#movie-container > .series-header .subject h2 {
  font-size: 16px;
  color: white;
  font-weight: 400;
}
#movie-container .secure-1 {
  height: 30px;
  display: flex;
  background-color: #fbbc04;
  margin-top: 0px;
}
#movie-container .secure-1 .inner {
  position: relative;
  display: flex;
  padding: 0 14px;
}
#movie-container .secure-1 .inner a {
  color: #202124;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#movie-container .secure-2 {
  height: 30px;
  display: flex;
  background-color: #932020;
}
#movie-container .secure-2 .inner {
  position: relative;
  display: flex;
  padding: 0 14px;
}
#movie-container .secure-2 .inner a {
  color: #fff;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#movie-container .movie-list,
#movie-container .series-list {
  padding: 15px 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 15px 10px;
}
#movie-container .movie-list li,
#movie-container .series-list li {
  width: 100%;
}
#movie-container .movie-list li .thumb a,
#movie-container .series-list li .thumb a {
  height: 145px;
}
#movie-container .movie-list li a,
#movie-container .series-list li a {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  padding: 5px 0;
}
#movie-container .movie-list li a strong,
#movie-container .series-list li a strong {
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
#movie-container .movie-list li a .poster,
#movie-container .series-list li a .poster {
  height: 145px;
}
#movie-container .movie-list li a .poster .no-img,
#movie-container .series-list li a .poster .no-img {
  width: 100%;
  height: 145px;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 50px;
  background-color: #292929;
  align-items: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  color: #fff;
}
#movie-container .movie-list li a .poster .no-img .icon .iconify,
#movie-container .series-list li a .poster .no-img .icon .iconify {
  font-size: 68px;
}
#movie-container .movie-list li a .poster .no-img .text,
#movie-container .series-list li a .poster .no-img .text {
  display: flex;
}
#movie-container .movie-list li a .poster .no-img .text span,
#movie-container .series-list li a .poster .no-img .text span {
  font-size: 14px;
}
#movie-container .movie-list li a .poster img,
#movie-container .series-list li a .poster img {
  max-width: 100%;
  height: 100%;
}
#movie-container .movie-list li .star strong,
#movie-container .series-list li .star strong {
  color: #f6345b;
  margin-left: 5px;
}
#movie-container .movie-view,
#movie-container .series-view {
  border-bottom: 1px solid #282828;
  width: 100%;
  max-height: 100%;
  position: relative;
}
#movie-container .movie-view:after,
#movie-container .series-view:after {
  clear: both;
  display: block;
  content: '';
}
#movie-container .movie-view .movie-player,
#movie-container .series-view .movie-player {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#movie-container .movie-view .movie-player .shadow,
#movie-container .series-view .movie-player .shadow {
  position: relative;
  display: block;
  height: 300px;
  width: 100%;
  background: #000;
  z-index: 1;
}
#movie-container .movie-view .movie-player .movie-frame,
#movie-container .series-view .movie-player .movie-frame {
  z-index: 100;
  background: #000;
  width: 100%;
}
#movie-container .movie-view .movie-player .movie-frame:before,
#movie-container .series-view .movie-player .movie-frame:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background-image: url(data:image/gif;base64,R0lGODlhAQABAIABAEdJRgAAACwAAAAAAQABAAACAkQBAA==);
  background-position: top;
  background-repeat: repeat-x;
  height: 60px;
  padding-bottom: 50px;
  width: 100%;
  transition: all 0.2s cubic-bezier(0, 0, 0.2, 1);
}
#movie-container .movie-view .movie-player .movie-frame:after,
#movie-container .series-view .movie-player .movie-frame:after {
  content: "";
  display: block;
  padding-bottom: calc(100% / (16 / 9));
}
#movie-container .movie-view .movie-remocon,
#movie-container .series-view .movie-remocon {
  padding: 15px 10px;
}
#movie-container .movie-view .movie-remocon .remocon,
#movie-container .series-view .movie-remocon .remocon {
  display: flex;
}
#movie-container .movie-view .movie-remocon .remocon .remocon-controller,
#movie-container .series-view .movie-remocon .remocon .remocon-controller {
  flex: 1;
  display: flex;
  justify-content: left;
}
#movie-container .movie-view .movie-remocon .remocon .remocon-controller + .remocon-controller,
#movie-container .series-view .movie-remocon .remocon .remocon-controller + .remocon-controller {
  justify-content: right;
}
#movie-container .movie-view .movie-remocon .remocon .remocon-controller + .remocon-controller .iconify,
#movie-container .series-view .movie-remocon .remocon .remocon-controller + .remocon-controller .iconify {
  margin-right: 0;
  margin-left: 10px;
}
#movie-container .movie-view .movie-remocon .remocon .remocon-controller button,
#movie-container .series-view .movie-remocon .remocon .remocon-controller button {
  color: #fff;
  padding: 25px 0px;
  display: flex;
  align-items: center;
}
#movie-container .movie-view .movie-remocon .remocon .remocon-controller button .iconify,
#movie-container .series-view .movie-remocon .remocon .remocon-controller button .iconify {
  font-size: 22px;
  margin-right: 10px;
}
#movie-container .movie-view .movie-header,
#movie-container .series-view .movie-header {
  padding: 30px 10px;
  border-bottom: 1px solid #282828;
  overflow: hidden;
  display: flex;
  align-items: center;
}
#movie-container .movie-view .movie-header .movie-info,
#movie-container .series-view .movie-header .movie-info {
  float: left;
  position: relative;
  display: flex;
  flex-direction: column;
  flex: 1;
}
#movie-container .movie-view .movie-header .movie-info h2,
#movie-container .series-view .movie-header .movie-info h2 {
  font-size: 22px;
  color: white;
}
#movie-container .movie-view .movie-header .movie-info .info,
#movie-container .series-view .movie-header .movie-info .info {
  display: flex;
}
#movie-container .movie-view .movie-header .movie-info .info span,
#movie-container .series-view .movie-header .movie-info .info span {
  padding-right: 7px;
  position: relative;
  color: #b6b6b6;
}
#movie-container .movie-view .movie-utility,
#movie-container .series-view .movie-utility {
  padding: 25px 10px;
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
}
#movie-container .movie-view .movie-utility a,
#movie-container .series-view .movie-utility a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
#movie-container .movie-view .movie-utility a:hover,
#movie-container .series-view .movie-utility a:hover {
  color: #fff;
}
#movie-container .movie-view .movie-utility a .iconify,
#movie-container .series-view .movie-utility a .iconify {
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 100%;
}
#movie-container .movie-view .movie-utility a span,
#movie-container .series-view .movie-utility a span {
  color: #b6b6b6;
  font-size: 14px;
  padding-top: 3px;
}
#movie-container .movie-view .movie-utility a span em,
#movie-container .series-view .movie-utility a span em {
  padding: 0 5px;
}
#movie-container .movie-view .movie-posted,
#movie-container .series-view .movie-posted {
  padding: 30px 10px;
  border-bottom: 1px solid #282828;
  overflow: hidden;
}
#movie-container .movie-view .movie-posted .posted,
#movie-container .series-view .movie-posted .posted {
  position: relative;
}
#movie-container .movie-view .movie-posted .posted .summary,
#movie-container .series-view .movie-posted .posted .summary {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
}
#movie-container .movie-view .movie-posted .posted .summary h2,
#movie-container .series-view .movie-posted .posted .summary h2 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: white;
}
#movie-container .movie-view .movie-posted .posted .overview,
#movie-container .series-view .movie-posted .posted .overview {
  width: 100%;
  overflow: hidden;
  padding-top: 18px;
}
#movie-container .movie-view .movie-posted .posted .overview p,
#movie-container .series-view .movie-posted .posted .overview p {
  line-height: 220%;
  font-size: 14px;
  color: #aaaaaa;
}
#movie-container .movie-view .movie-episode,
#movie-container .series-view .movie-episode {
  padding: 30px 10px 0px 10px;
  border-bottom: 1px solid #282828;
  overflow: hidden;
}
#movie-container .movie-view .movie-episode .movie-episode-header,
#movie-container .series-view .movie-episode .movie-episode-header {
  display: flex;
  padding-bottom: 20px;
}
#movie-container .movie-view .movie-episode .movie-episode-header h2,
#movie-container .series-view .movie-episode .movie-episode-header h2 {
  display: flex;
  flex: 1;
  font-size: 20px;
  font-weight: 600;
  color: white;
}
#movie-container .movie-view .movie-episode .movie-search,
#movie-container .series-view .movie-episode .movie-search {
  display: flex;
  border: 1px solid #282828;
  height: 40px;
  position: relative;
  margin-bottom: 15px;
}
#movie-container .movie-view .movie-episode .movie-search input,
#movie-container .series-view .movie-episode .movie-search input {
  padding-left: 15px;
  height: 100%;
  width: 100%;
  color: white;
  padding-right: 30px;
}
#movie-container .movie-view .movie-episode .movie-search .iconify,
#movie-container .series-view .movie-episode .movie-search .iconify {
  position: absolute;
  right: 13px;
  top: 10px;
  font-size: 18px;
}
#movie-container .movie-view .movie-episode .movie-episode-list li,
#movie-container .series-view .movie-episode .movie-episode-list li {
  width: 100%;
  display: block;
  margin-bottom: 20px;
  padding-right: 30px;
}
#movie-container .movie-view .movie-episode .movie-episode-list li .thumb,
#movie-container .series-view .movie-episode .movie-episode-list li .thumb {
  width: 100px;
  max-width: 100%;
  margin-right: 25px;
  position: relative;
  float: left;
}
#movie-container .movie-view .movie-episode .movie-episode-list li .thumb a,
#movie-container .series-view .movie-episode .movie-episode-list li .thumb a {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 65%;
  display: block;
  border-radius: 3px;
}
#movie-container .movie-view .movie-episode .movie-episode-list li .thumb a img,
#movie-container .series-view .movie-episode .movie-episode-list li .thumb a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#movie-container .movie-view .movie-episode .movie-episode-list li .post-episode,
#movie-container .series-view .movie-episode .movie-episode-list li .post-episode {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: center;
}
#movie-container .movie-view .movie-episode .movie-episode-list li .post-episode h2,
#movie-container .series-view .movie-episode .movie-episode-list li .post-episode h2 {
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 8px;
}
#movie-container .movie-view .movie-episode .movie-episode-list li .post-episode h2 a,
#movie-container .series-view .movie-episode .movie-episode-list li .post-episode h2 a {
  color: white;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
#movie-container .movie-view .movie-episode .movie-episode-list li .post-episode h2 a.active,
#movie-container .series-view .movie-episode .movie-episode-list li .post-episode h2 a.active {
  color: #ff2d2d;
}
#movie-container .movie-view .movie-episode .movie-episode-list li .post-episode .story,
#movie-container .series-view .movie-episode .movie-episode-list li .post-episode .story {
  font-size: 0.875rem;
  color: #646464;
  line-height: 140%;
  height: 3.4375rem;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal;
  text-overflow: clip;
  display: -webkit-box;
  word-wrap: break-word;
}
#movie-container .movie-view .movie-cast,
#movie-container .series-view .movie-cast {
  padding: 30px 10px;
  border-bottom: 1px solid #282828;
  overflow: hidden;
}
#movie-container .movie-view .movie-cast h2,
#movie-container .series-view .movie-cast h2 {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: white;
  padding-bottom: 30px;
}
#movie-container .movie-view .movie-cast .cast-list,
#movie-container .series-view .movie-cast .cast-list {
  overflow: hidden;
  position: relative;
}
#movie-container .movie-view .movie-cast .cast-list li,
#movie-container .series-view .movie-cast .cast-list li {
  width: 135px;
  max-width: 100%;
  float: left;
  margin-right: 24px;
}
#movie-container .movie-view .movie-cast .cast-list li .thumb,
#movie-container .series-view .movie-cast .cast-list li .thumb {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 120%;
  display: block;
  border-radius: 7px;
}
#movie-container .movie-view .movie-cast .cast-list li .thumb:after,
#movie-container .series-view .movie-cast .cast-list li .thumb:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  z-index: 1;
  background: linear-gradient(transparent, rgba(20, 20, 20, 0) 20%, rgba(20, 20, 20, 0.2) 50%, rgba(20, 20, 20, 0.5));
}
#movie-container .movie-view .movie-cast .cast-list li .thumb img,
#movie-container .series-view .movie-cast .cast-list li .thumb img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#movie-container .movie-view .movie-cast .cast-list li .actor-name,
#movie-container .series-view .movie-cast .cast-list li .actor-name {
  position: relative;
  display: flex;
  padding-top: 15px;
  flex-direction: column;
}
#movie-container .movie-view .movie-cast .cast-list li .actor-name p,
#movie-container .series-view .movie-cast .cast-list li .actor-name p {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
#movie-container .movie-view .movie-cast .cast-list li .actor-name p.real-name,
#movie-container .series-view .movie-cast .cast-list li .actor-name p.real-name {
  font-size: 15px;
  color: white;
}
#movie-container .movie-view .movie-cast .cast-list li .actor-name p .role-name,
#movie-container .series-view .movie-cast .cast-list li .actor-name p .role-name {
  color: #aaa;
  font-size: 13px;
}
#movie-container .paging {
  padding: 45px 0;
  display: flex;
  justify-content: center;
}
#search {
  padding: 0 14px;
  position: relative;
}
#search .search-form {
  background-color: #090909;
  height: 42px;
  display: flex;
  align-items: center;
  margin-top: 25px;
  position: relative;
}
#search .search-form form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
#search .search-form form fieldset {
  width: 100%;
}
#search .search-form form fieldset .input-text {
  width: 100%;
  height: 100%;
  padding-left: 12px;
  color: white;
}
#search .search-popular .popular-header {
  display: flex;
  align-items: center;
  padding-top: 20px;
}
#search .search-popular .popular-content {
  padding: 10px 0 15px 0;
  display: flex;
  flex-direction: column;
}
#search .search-popular .popular-content .rows {
  padding: 5px 0;
  display: flex;
  align-items: center;
}
#search .search-popular .popular-content .rows a .rank {
  color: #ff1f45;
  padding-right: 7px;
  width: 18px;
  max-width: 100%;
  display: inline-block;
}
#search .search-popular .popular-content .rows a .subject {
  color: #fff;
}
#search .search-result .result-header {
  height: 50px;
  display: flex;
  align-items: center;
}
#search .search-result .result-header h2 {
  font-size: 18px;
}
#search .search-result .result-header h2 strong {
  color: #ff1f45;
}
#search .search-result .result-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#search .search-result .result-list .result-row {
  display: flex;
  border-bottom: 1px solid #2b2b2b;
  padding-bottom: 15px;
}
#search .search-result .result-list .result-row .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#search .search-result .result-list .result-row .row .info {
  display: flex;
  padding: 15px 0;
}
#search .search-result .result-list .result-row .row .info .info-left {
  flex: 1;
}
#search .search-result .result-list .result-row .row .info .info-left h2 a {
  font-size: 22px;
  color: #fff;
}
#search .search-result .result-list .result-row .row .info .info-left h2 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}
#search .search-result .result-list .result-row .row .info .info-thumb .thumb {
  width: 75px;
  max-width: 100%;
  float: left;
}
#search .search-result .result-list .result-row .row .info .info-thumb .thumb a {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  padding-top: 125%;
}
#search .search-result .result-list .result-row .row .info .info-thumb .thumb a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#search .search-result .result-paging {
  padding: 25px 0;
}
#scrap {
  padding: 0 14px;
  position: relative;
}
#scrap .scrap-box .scrap-header {
  height: 80px;
  display: flex;
  align-items: center;
}
#scrap .scrap-box .scrap-header h2 {
  width: 100%;
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  text-align: center;
}
#scrap .scrap-box .scrap-delete-all {
  padding: 10px 0;
}
#scrap .scrap-box .scrap-delete-all a {
  display: block;
  border: 1px solid #343434;
  color: white;
  padding: 14px;
  text-align: center;
}
#scrap .scrap-box .scrap-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
#scrap .scrap-box .scrap-list .scrap-row {
  display: flex;
  border-bottom: 1px solid #2b2b2b;
  padding-bottom: 15px;
}
#scrap .scrap-box .scrap-list .scrap-row .row {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#scrap .scrap-box .scrap-list .scrap-row .row .info {
  display: flex;
  padding: 15px 0;
}
#scrap .scrap-box .scrap-list .scrap-row .row .info .info-left {
  margin-left: 15px;
  flex: 1;
}
#scrap .scrap-box .scrap-list .scrap-row .row .info .info-left h2 a {
  font-size: 18px;
  color: #fff;
}
#scrap .scrap-box .scrap-list .scrap-row .row .info .info-left h2 {
  font-size: 14px;
  font-weight: normal;
  margin-top: 5px;
}
#scrap .scrap-box .scrap-list .scrap-row .row .info .info-left .overview {
  margin-top: 15px;
  line-height: 35px;
  font-size: 14px;
  color: #aaaaaa;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  text-decoration: none;
}
#scrap .scrap-box .scrap-list .scrap-row .row .info .info-thumb .thumb {
  width: 150px;
  max-width: 100%;
  float: left;
}
#scrap .scrap-box .scrap-list .scrap-row .row .info .info-thumb .thumb a {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  display: block;
  border-radius: 3px;
  padding-top: 125%;
}
#scrap .scrap-box .scrap-list .scrap-row .row .info .info-thumb .thumb a img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
#scrap .scrap-box .result-paging {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}
#mypage {
  padding: 0 14px;
  margin-top: 70px;
  position: relative;
}
#mypage .mypage-header h2 {
  color: white;
  padding: 50px 0 30px 0;
  font-size: 19px;
  font-size: 1.1875rem;
}
#mypage .mypage-content {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
}
#mypage .mypage-content .rows {
  display: flex;
  padding-bottom: 20px;
  align-items: center;
}
#mypage .mypage-content .rows .name {
  width: 120px;
  color: white;
}
#mypage .mypage-content .rows span input {
  height: 35px;
  color: #e2e2e2;
  background-color: #212121;
  padding-left: 10px;
}
#mypage .mypage-content .submit {
  padding-top: 10px;
}
#mypage .mypage-content .submit .btn-submit {
  border: 1px solid #343434;
  color: white;
  width: 130px;
  height: 45px;
}
/* 페이징 */
.pg_wrap {
  clear: both;
  float: left;
  display: inline-block;
}
.pg_wrap:after {
  display: block;
  visibility: hidden;
  clear: both;
  content: "";
}
.pg {
  text-align: center;
}
.pg_page,
.pg_current {
  display: inline-block;
  vertical-align: middle;
  background: #eee;
  border: 1px solid #eee;
}
.pg a:focus,
.pg a:hover {
  text-decoration: none;
}
.pg_page {
  color: #959595;
  font-size: 1.083em;
  height: 30px;
  line-height: 28px;
  padding: 0 5px;
  min-width: 30px;
  text-decoration: none;
  border-radius: 3px;
}
.pg_page:hover {
  background-color: #fafafa;
}
.pg_start {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_first.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_prev {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_prev.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_end {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_end.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_next {
  text-indent: -999px;
  overflow: hidden;
  background: url('../img/btn_next.gif') no-repeat 50% 50% #eee;
  padding: 0;
  border: 1px solid #eee;
}
.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
  background-color: #fafafa;
}
.pg_current {
  display: inline-block;
  background: #3a8afd;
  border: 1px solid #3a8afd;
  color: #fff;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  min-width: 30px;
  border-radius: 3px;
}
/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
  position: relative;
}
#captcha legend {
  position: absolute;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-indent: -9999em;
  overflow: hidden;
}
#captcha #captcha_img {
  height: 40px;
  border: 1px solid #898989;
  vertical-align: top;
  padding: 0;
  margin: 0;
}
#captcha #captcha_mp3 {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url('../../../img/captcha2.png') no-repeat;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_reload {
  margin: 0;
  padding: 0;
  width: 40px;
  height: 40px;
  border: 0;
  background: transparent;
  vertical-align: middle;
  overflow: hidden;
  cursor: pointer;
  background: url('../../../img/captcha2.png') no-repeat 0 -40px;
  text-indent: -999px;
  border-radius: 3px;
}
#captcha #captcha_key {
  margin: 0 0 0 3px;
  padding: 0 5px;
  width: 90px;
  height: 40px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 1.333em;
  font-weight: bold;
  text-align: center;
  border-radius: 0;
  vertical-align: top;
}
#captcha #captcha_info {
  display: block;
  margin: 3px 0 5px;
  font-size: 0.95em;
  letter-spacing: -0.1em;
}
/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
  display: block;
  margin: 0 0 5px;
}
/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {
  width: 213px;
  height: 55px;
  overflow: hidden;
}
#rc-imageselect,
.g-recaptcha {
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.site-banner-long {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 5px;
  padding-right: 5px;
}
.site-banner-long .banner {
  background: #222;
  width: 100%;
  height: 100%;
}
.site-banner-long .banner a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.site-banner-long .banner a .blank {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  border: 1px solid #333;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-banner-long .banner a .blank:after {
  content: ' ';
}
.site-banner-long .banner a img {
  z-index: 10;
  max-width: 100%;
}
.site-banner-4 {
  display: block;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-right: 5px;
}
.site-banner-4:after {
  clear: both;
  content: '';
  display: block;
}
.site-banner-4 > li{
  margin-left: 5px;
  margin-top: 5px;
}
.site-banner-4 > li.short:nth-child(0) {
  margin-left: 0px;
}
.site-banner-4 > li.middle {
  width: calc(100% - 5px);
}
.site-banner-4 .short {
    display:grid;
    grid-template-columns: repeat(2, 1fr);
    gap:5px;
}

.site-banner-4 .banner {
  background: #222;
  width: 100%;
  height: auto;
}
.site-banner-4 .banner a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.site-banner-4 .banner a .blank {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  border: 1px solid #333;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-banner-4 .banner a .blank:after {
  content: ' ';
}
.site-banner-4 .banner a img {
  z-index: 10;
  max-width: 100%;
}
.site-banner-2 {
  display: grid;
  gap: 5px;
  grid-template-columns: repeat(1, 1fr);
  margin-top: 5px;
  margin-bottom: 5px;
}
.site-banner-2 .banner {
  background: #222;
  width: 100%;
  height: 100%;
}
.site-banner-2 .banner a {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.site-banner-2 .banner a .blank {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  border: 1px solid #333;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.site-banner-2 .banner a .blank:after {
  content: ' ';
}
.site-banner-2 .banner a img {
  z-index: 10;
  max-width: 100%;
}
#banner-container {
  margin-top: 75px;
}
