@charset "UTF-8";
.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.ab_zero {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ab_center {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

.ab {
  position: absolute;
}

.visible_btn {
  -webkit-transition: opacity 0.2s linear;
  -sand-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.opacity0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.ab {
  position: absolute;
}

.loading_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.loading_seq_cont {
  width: 100%;
  height: 100%;
  position: fixed;
}

.loading_canvas {
  position: relative;
  width: 292px;
  height: 292px;
  margin: 0 auto;
  display: block;
  top: 50%;
  margin-top: -146px;
}

.loading_progress_box.black .loading_progress_tx {
  background-image: url("../img/mobile/common/loading/loading_tx_black.png?_=201210");
  background-repeat: no-repeat;
  background-size: 72px auto;
  width: 72px;
  height: 9px;
}
.loading_progress_box .loading_progress_seq_cont {
  width: 210px;
  height: 150px;
  position: fixed;
  top: 50%;
  width: 210px;
  margin: 0 auto;
  display: block;
  left: -9999px;
  right: -9999px;
  margin-top: -60px;
}
.loading_progress_box .loading_progress_seq_cont .loading_progress_canvas {
  width: 210px;
}
.loading_progress_box .loading_progress_seq_cont .loading_progress_tx {
  background-image: url("../img/mobile/common/loading/loading_tx_white.png?_=201210");
  background-repeat: no-repeat;
  background-size: 72px auto;
  width: 72px;
  height: 9px;
  margin: 0 auto;
  top: 8px;
  position: relative;
}

.loading_box .loader_back .bgbox .box {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.loading_box .loader_back .bgbox.left .box.complete {
  -webkit-transform: translateY(-100%);
  -sand-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  transform: translateY(-100%);
}
.loading_box .loader_front.complete {
  -webkit-transition: opacity 0.2s linear;
  -sand-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.loading_box {
  position: fixed;
  top: 0;
  display: table;
  z-index: 7;
  width: 100%;
  height: 100%;
}
.loading_box .loader_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  width: 100%;
  height: 100%;
}

.ab {
  position: absolute;
}

@-webkit-keyframes fake_light {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  50% {
    -webkit-opacity: 0.999999;
    -moz-opacity: 0.999999;
    -ms-opacity: 0.999999;
    -o-opacity: 0.999999;
    -sand-opacity: 0.999999;
    -khtml-opacity: 0.999999;
    opacity: 0.999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99.9999)";
    filter: alpha(opacity=99.9999);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
@keyframes fake_light {
  0% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  50% {
    -webkit-opacity: 0.999999;
    -moz-opacity: 0.999999;
    -ms-opacity: 0.999999;
    -o-opacity: 0.999999;
    -sand-opacity: 0.999999;
    -khtml-opacity: 0.999999;
    opacity: 0.999999;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=99.9999)";
    filter: alpha(opacity=99.9999);
  }
  100% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
}
.fake_ani, .ie_fake_video {
  -webkit-animation-name: fake_light;
  -sand-animation-name: fake_light;
  animation-name: fake_light;
  -webkit-animation-iteration-count: infinite;
  -sand-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  -sand-animation-duration: 8s;
  animation-duration: 8s;
}

.ie_fake_video {
  -webkit-animation-duration: 10s;
  -sand-animation-duration: 10s;
  animation-duration: 10s;
}

body, p, div, span, strong, em, a, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, select, textarea, button {
  margin: 0;
  padding: 0;
}

img, fieldset, iframe {
  border: 0 none;
}

img {
  vertical-align: top;
}

ul, ol {
  list-style: none;
}

em, address, var {
  font-style: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

legend, caption, .hide {
  position: absolute;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  font-size: 0;
  line-height: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

input, select, textarea, button {
  vertical-align: middle;
}

input::-ms-clear {
  display: none;
}

input, button {
  border: 0 none;
  background-color: transparent;
}

button {
  cursor: pointer;
}

input {
  outline: none;
}

.ab {
  position: absolute;
}

.pt {
  cursor: pointer;
}

.co {
  position: absolute;
  text-align: left;
}

.ab {
  position: absolute;
}

.ab_zero {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.ab_center {
  top: 50%;
  bottom: 50%;
  left: 50%;
  right: 50%;
}

.ab {
  position: absolute;
}

@-webkit-keyframes ani_light {
  0% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-opacity: 0.1;
    -o-opacity: 0.1;
    -sand-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-opacity: 0.1;
    -o-opacity: 0.1;
    -sand-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
@keyframes ani_light {
  0% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-opacity: 0.1;
    -o-opacity: 0.1;
    -sand-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0.1;
    -moz-opacity: 0.1;
    -ms-opacity: 0.1;
    -o-opacity: 0.1;
    -sand-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
  }
}
.lightAni, .light2, .light1, .light0 {
  -webkit-animation-name: ani_light;
  -sand-animation-name: ani_light;
  animation-name: ani_light;
  -webkit-animation-iteration-count: infinite;
  -sand-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 8s;
  -sand-animation-duration: 8s;
  animation-duration: 8s;
}

.light0 {
  -webkit-animation-duration: 8s;
  -sand-animation-duration: 8s;
  animation-duration: 8s;
}

.light1 {
  -webkit-animation-duration: 10s;
  -sand-animation-duration: 10s;
  animation-duration: 10s;
}

.light2 {
  -webkit-animation-duration: 2s;
  -sand-animation-duration: 2s;
  animation-duration: 2s;
}

.ab {
  position: absolute;
}

@-webkit-keyframes ani_bubble {
  0% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40%);
    -sand-transform: translateY(-40%);
    -khtml-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  100% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ani_bubble {
  0% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-40%);
    -sand-transform: translateY(-40%);
    -khtml-transform: translateY(-40%);
    transform: translateY(-40%);
  }
  100% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes arrow_m_20 {
  0% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -sand-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes arrow_m_20 {
  0% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-20px);
    -sand-transform: translateY(-20px);
    -khtml-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ani_jump_1 {
  0% {
    -webkit-transform: translateY(40px);
    -sand-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ani_jump_1 {
  0% {
    -webkit-transform: translateY(40px);
    -sand-transform: translateY(40px);
    -khtml-transform: translateY(40px);
    transform: translateY(40px);
  }
  100% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ani_jump_2 {
  0% {
    -webkit-transform: translateY(20px);
    -sand-transform: translateY(20px);
    -khtml-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes ani_jump_2 {
  0% {
    -webkit-transform: translateY(20px);
    -sand-transform: translateY(20px);
    -khtml-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    -webkit-transform: translateY(0);
    -sand-transform: translateY(0);
    -khtml-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes ani_rotate {
  0% {
    -webkit-transform: rotate(-10deg);
    -sand-transform: rotate(-10deg);
    -khtml-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -sand-transform: rotate(10deg);
    -khtml-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -sand-transform: rotate(-10deg);
    -khtml-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
@keyframes ani_rotate {
  0% {
    -webkit-transform: rotate(-10deg);
    -sand-transform: rotate(-10deg);
    -khtml-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  50% {
    -webkit-transform: rotate(10deg);
    -sand-transform: rotate(10deg);
    -khtml-transform: rotate(10deg);
    transform: rotate(10deg);
  }
  100% {
    -webkit-transform: rotate(-10deg);
    -sand-transform: rotate(-10deg);
    -khtml-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
}
.bubble {
  -webkit-animation-name: ani_bubble;
  -sand-animation-name: ani_bubble;
  animation-name: ani_bubble;
  -webkit-animation-iteration-count: infinite;
  -sand-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.arrow_m_20 {
  -webkit-animation-name: arrow_m_20;
  -sand-animation-name: arrow_m_20;
  animation-name: arrow_m_20;
  -webkit-animation-iteration-count: infinite;
  -sand-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.arrow_m_20_2 {
  -webkit-animation-name: ani_jump_1;
  -sand-animation-name: ani_jump_1;
  animation-name: ani_jump_1;
  -webkit-animation-iteration-count: 1;
  -sand-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.arrow_m_20_3 {
  -webkit-animation-name: ani_jump_2;
  -sand-animation-name: ani_jump_2;
  animation-name: ani_jump_2;
  -webkit-animation-iteration-count: 1;
  -sand-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.bubble_5 {
  -webkit-animation-duration: 7s;
  -sand-animation-duration: 7s;
  animation-duration: 7s;
}

.bubble_0 {
  -webkit-animation-duration: 8s;
  -sand-animation-duration: 8s;
  animation-duration: 8s;
}

.bubble_1 {
  -webkit-animation-duration: 9s;
  -sand-animation-duration: 9s;
  animation-duration: 9s;
}

.bubble_2 {
  -webkit-animation-duration: 10s;
  -sand-animation-duration: 10s;
  animation-duration: 10s;
}

.bubble_3 {
  -webkit-animation-duration: 9s;
  -sand-animation-duration: 9s;
  animation-duration: 9s;
}

.bubble_4 {
  -webkit-animation-duration: 5s;
  -sand-animation-duration: 5s;
  animation-duration: 5s;
}

.bubble_5 {
  -webkit-animation-duration: 7s;
  -sand-animation-duration: 7s;
  animation-duration: 7s;
}

.arrow_motion3 {
  -webkit-animation-duration: 2s;
  -sand-animation-duration: 2s;
  animation-duration: 2s;
}

.bs_bubble_0 {
  -webkit-animation-duration: 2s;
  -sand-animation-duration: 2s;
  animation-duration: 2s;
}

/*
 라플렛
  */
/* required styles */
.leaflet-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-container,
.leaflet-pane > svg,
.leaflet-pane > canvas,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
  position: absolute;
  left: 0;
  top: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-drag: none;
}

/* Safari renders non-retina tile on retina better with this, but Chrome is worse */
.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

/* hack that prevents hw layers "stretching" when loading new tiles */
.leaflet-safari .leaflet-tile-container {
  width: 1600px;
  height: 1600px;
  -webkit-transform-origin: 0 0;
}

.leaflet-marker-icon,
.leaflet-marker-shadow {
  display: block;
}

/* .leaflet-container svg: reset svg max-width decleration shipped in Joomla! (joomla.org) 3.x */
/* .leaflet-container img: map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container .leaflet-overlay-pane svg,
.leaflet-container .leaflet-marker-pane img,
.leaflet-container .leaflet-shadow-pane img,
.leaflet-container .leaflet-tile-pane img,
.leaflet-container img.leaflet-image-layer {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  /* Fallback for FF which doesn't support pinch-zoom */
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: rgba(51, 181, 229, 0.4);
}

.leaflet-tile {
  -webkit-filter: inherit;
          filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  width: 0;
  height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 800;
}

/* workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=888319 */
.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url(#default#VML);
  display: inline-block;
  position: absolute;
}

/* control positioning */
.leaflet-control {
  position: relative;
  z-index: 800;
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

.leaflet-top,
.leaflet-bottom {
  position: absolute;
  z-index: 1000;
  pointer-events: none;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

/* zoom and fade animations */
.leaflet-fade-anim .leaflet-tile {
  will-change: opacity;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}

.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile {
  -webkit-transition: none;
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

/* cursors */
.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
}

.leaflet-crosshair,
.leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane,
.leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab,
.leaflet-dragging .leaflet-grab .leaflet-interactive,
.leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
}

/* marker & overlays interactivity */
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-image-layer,
.leaflet-pane > svg path,
.leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive,
.leaflet-image-layer.leaflet-interactive,
.leaflet-pane > svg path.leaflet-interactive {
  pointer-events: visiblePainted; /* IE 9-10 doesn't have auto */
  pointer-events: auto;
}

/* visual tweaks */
.leaflet-container {
  background: #ddd;
  outline: 0;
}

.leaflet-container a {
  color: #0078A8;
}

.leaflet-container a.leaflet-active {
  outline: 2px solid orange;
}

.leaflet-zoom-box {
  border: 2px dotted #38f;
  background: rgba(255, 255, 255, 0.5);
}

/* general typography */
.leaflet-container {
  font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* general toolbar styles */
.leaflet-bar {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 4px;
}

.leaflet-bar a,
.leaflet-bar a:hover {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  display: block;
  text-align: center;
  text-decoration: none;
  color: black;
}

.leaflet-bar a,
.leaflet-control-layers-toggle {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom: none;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  background-color: #f4f4f4;
  color: #bbb;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* zoom control */
.leaflet-control-zoom-in,
.leaflet-control-zoom-out {
  font: bold 18px "Lucida Console", Monaco, monospace;
  text-indent: 1px;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

/* layers control */
.leaflet-control-layers {
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  background: #fff;
  border-radius: 5px;
}

.leaflet-control-layers-toggle {
  background-image: url(images/layers.png);
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url(images/layers-2x.png);
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  padding: 6px 10px 6px 6px;
  color: #333;
  background: #fff;
}

.leaflet-control-layers-scrollbar {
  overflow-y: scroll;
  overflow-x: hidden;
  padding-right: 5px;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  display: block;
}

.leaflet-control-layers-separator {
  height: 0;
  border-top: 1px solid #ddd;
  margin: 5px -10px 5px -6px;
}

/* Default icon URLs */
.leaflet-default-icon-path {
  background-image: url(images/marker-icon.png);
}

/* attribution and scale controls */
.leaflet-container .leaflet-control-attribution {
  background: #fff;
  background: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.leaflet-control-attribution,
.leaflet-control-scale-line {
  padding: 0 5px;
  color: #333;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover {
  text-decoration: underline;
}

.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
  font-size: 11px;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  border: 2px solid #777;
  border-top: none;
  line-height: 1.1;
  padding: 2px 5px 1px;
  font-size: 11px;
  white-space: nowrap;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-bar {
  border: 2px solid rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

/* popup */
.leaflet-popup {
  position: absolute;
  text-align: center;
  margin-bottom: 20px;
}

.leaflet-popup-content-wrapper {
  padding: 1px;
  text-align: left;
  border-radius: 12px;
}

.leaflet-popup-content {
  margin: 13px 19px;
  line-height: 1.4;
}

.leaflet-popup-content p {
  margin: 18px 0;
}

.leaflet-popup-tip-container {
  width: 40px;
  height: 20px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  overflow: hidden;
  pointer-events: none;
}

.leaflet-popup-tip {
  width: 17px;
  height: 17px;
  padding: 1px;
  margin: -10px auto 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  background: white;
  color: #333;
  -webkit-box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
          box-shadow: 0 3px 14px rgba(0, 0, 0, 0.4);
}

.leaflet-container a.leaflet-popup-close-button {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 4px 0 0;
  border: none;
  text-align: center;
  width: 18px;
  height: 14px;
  font: 16px/14px Tahoma, Verdana, sans-serif;
  color: #c3c3c3;
  text-decoration: none;
  font-weight: bold;
  background: transparent;
}

.leaflet-container a.leaflet-popup-close-button:hover {
  color: #999;
}

.leaflet-popup-scrolled {
  overflow: auto;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  width: 24px;
  margin: 0 auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678);
}

.leaflet-oldie .leaflet-popup-tip-container {
  margin-top: -1px;
}

.leaflet-oldie .leaflet-control-zoom,
.leaflet-oldie .leaflet-control-layers,
.leaflet-oldie .leaflet-popup-content-wrapper,
.leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

/* div icon */
.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

/* Tooltip */
/* Base styles for the element that has a tooltip */
.leaflet-tooltip {
  position: absolute;
  padding: 6px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
}

.leaflet-tooltip.leaflet-clickable {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before,
.leaflet-tooltip-bottom:before,
.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  position: absolute;
  pointer-events: none;
  border: 6px solid transparent;
  background: transparent;
  content: "";
}

/* Directions */
.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before,
.leaflet-tooltip-top:before {
  left: 50%;
  margin-left: -6px;
}

.leaflet-tooltip-top:before {
  bottom: 0;
  margin-bottom: -12px;
  border-top-color: #fff;
}

.leaflet-tooltip-bottom:before {
  top: 0;
  margin-top: -12px;
  margin-left: -6px;
  border-bottom-color: #fff;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before,
.leaflet-tooltip-right:before {
  top: 50%;
  margin-top: -6px;
}

.leaflet-tooltip-left:before {
  right: 0;
  margin-right: -12px;
  border-left-color: #fff;
}

.leaflet-tooltip-right:before {
  left: 0;
  margin-left: -12px;
  border-right-color: #fff;
}

/**/
body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -o-text-size-adjust: none;
  -sand-text-size-adjust: none;
  -khtml-text-size-adjust: none;
  text-size-adjust: none;
  position: initial;
  min-height: initial;
  text-align: left;
}

i, cite, em, var, address, dfn {
  font-style: normal;
}

#frameView {
  position: absolute;
  top: 0;
}

#gnbView {
  top: 0;
  position: absolute;
  width: 100%;
}

#debug {
  color: #fff;
  font-size: 12px;
  touch-action: none;
  -ms-touch-action: none;
  -webkit-touch-callout: none;
  z-index: 500;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  pointer-events: none;
}

#pull_down {
  position: absolute;
  height: 5000px;
  top: 0;
  left: 0;
  width: 1px;
}

#popupPrejoinView {
  position: fixed;
  top: 0;
  z-index: 3;
}

#popupView {
  position: fixed;
  top: 0;
  z-index: 2;
}

body {
  background-color: #000;
  margin: 0;
}
body {
  min-width: 1200px;
}

#gnbView {
  min-width: 1200px;
  z-index: 3;
}

#lnbView {
  z-index: 3;
  min-width: 1200px;
}

#appView {
  min-width: 1200px;
  z-index: auto;
  position: relative;
}

.n_pop_alert {
  max-width: 420px;
  border-radius: 3px;
}

.n_pop_alert .n_pop_alert_ct .inner {
  padding: 47px 30px 34px;
  height: 56px;
}

.n_pop_alert .n_pop_alert_btm {
  padding: 0 30px 33px;
  font-size: 0;
}

.n_pop_alert .n_pop_alert_btm a {
  width: auto;
  min-width: 130px;
  height: 44px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
}

.n_pop_alert .n_pop_alert_btm a.bt_gray {
  border: none;
  background: #333;
  color: #fff;
}
.n_pop_alert .n_pop_alert_btm a.bt_gray em {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -sand-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.n_pop_alert .n_pop_alert_btm a.bt_white {
  border: none;
  background: #dedee2;
  color: #000;
}
.n_pop_alert .n_pop_alert_btm a.bt_white em {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -sand-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.n_pop_alert .n_pop_alert_btm a.bt_blue {
  border: none;
  background: #aa0404;
  color: #fff;
}
.n_pop_alert .n_pop_alert_btm a.bt_blue em {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -sand-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

video::-webkit-media-controls-play-button {
  opacity: 0;
  pointer-events: none;
  width: 1px;
}
video::-webkit-media-controls-start-playback-button {
  opacity: 0;
  pointer-events: none;
  width: 1px;
}

img {
  border: 0px;
}

#appView .app_cont {
  -webkit-transform-origin: 0 0;
  -sand-transform-origin: 0 0;
  -khtml-transform-origin: 0 0;
  transform-origin: 0 0;
}
#appView .app_cont.overflow_hidden {
  overflow: hidden;
}
#appView .app_cont.overflow_hidden .el_container {
  -webkit-transform-origin: 0 0;
  -sand-transform-origin: 0 0;
  -khtml-transform-origin: 0 0;
  transform-origin: 0 0;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.sound_cont {
  cursor: pointer;
  display: block;
  height: 30px;
  width: 90px;
  left: 4px;
  position: absolute;
}
.sound_cont .bar {
  top: 20px;
  position: absolute;
  display: inline-block;
}
.sound_cont .bar:nth-child(1) {
  left: 0px;
}
.sound_cont .bar:nth-child(2) {
  left: 67px;
}
.sound_cont .bar:nth-child(3) {
  left: 67px;
}
.sound_cont .bar:nth-child(4) {
  left: 71px;
}
.sound_cont .bar:nth-child(5) {
  left: 75px;
}
.sound_cont .bar:nth-child(6) {
  left: 79px;
}
.sound_cont .bar .imageCont {
  background-color: #fff;
  -webkit-opacity: 0.25;
  -moz-opacity: 0.25;
  -ms-opacity: 0.25;
  -o-opacity: 0.25;
  -sand-opacity: 0.25;
  -khtml-opacity: 0.25;
  opacity: 0.25;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
  filter: alpha(opacity=25);
  -webkit-transform: scaleY(0.1);
  -sand-transform: scaleY(0.1);
  -khtml-transform: scaleY(0.1);
  transform: scaleY(0.1);
  -webkit-transform-origin: 0% 100%;
  -sand-transform-origin: 0% 100%;
  -khtml-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: -webkit-transform ease-out, 1s;
  -sand-transition: -sand-transform ease-out, 1s;
  -webkit-transition: 1s, -webkit-transform ease-out;
  transition: 1s, -webkit-transform ease-out;
  transition: transform ease-out, 1s;
  transition: transform ease-out, 1s, -webkit-transform ease-out;
  height: 1px;
  width: 2px;
}

.ab {
  position: absolute;
}

.play_btn.on #play_in, .play_btn.on #play_in1 {
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  -ms-opacity: 0.15;
  -o-opacity: 0.15;
  -sand-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.play_btn.on #play_out, .play_btn.on #play_out1 {
  stroke-dashoffset: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.play_btn.on2 #play_tri, .play_btn.on2 #play_tri1 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.play_btn #play_in, .play_btn #play_in1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity linear 0.2s;
  -sand-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.play_btn #play_out, .play_btn #play_out1 {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  -webkit-transition: all 0.8s ease-in-out;
  -sand-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  stroke-dasharray: 376px;
  stroke-dashoffset: 376px;
}
.play_btn #play_tri, .play_btn #play_tri1 {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11), opacity linear 0.2s;
  -sand-transition: -sand-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11), opacity linear 0.2s;
  -webkit-transition: opacity linear 0.2s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11);
  transition: opacity linear 0.2s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11);
  transition: transform 0.6s cubic-bezier(0, 0, 0.49, 2.11), opacity linear 0.2s;
  transition: transform 0.6s cubic-bezier(0, 0, 0.49, 2.11), opacity linear 0.2s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.ease_transform_1 {
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.1s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_transform_2 {
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_transform_3 {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_transform_4 {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_transform_5 {
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_transform_6 {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_transform_7 {
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_transform_8 {
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_transform_9 {
  -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.9s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 0.9s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.9s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.9s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_transform_10 {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: -webkit-transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 1s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_1 {
  -webkit-transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_2 {
  -webkit-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.2s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_3 {
  -webkit-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_4 {
  -webkit-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_5 {
  -webkit-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_6 {
  -webkit-transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_7 {
  -webkit-transition: all 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.7s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_8 {
  -webkit-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.8s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_9 {
  -webkit-transition: all 0.9s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 0.9s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 0.9s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_all_10 {
  -webkit-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: all 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.ease_opacity_1 {
  -webkit-transition: opacity 0.1s linear;
  -sand-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.ease_opacity_2 {
  -webkit-transition: opacity 0.2s linear;
  -sand-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

.ease_opacity_3 {
  -webkit-transition: opacity 0.3s linear;
  -sand-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.ease_opacity_4 {
  -webkit-transition: opacity 0.4s linear;
  -sand-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.ease_opacity_5 {
  -webkit-transition: opacity 0.5s linear;
  -sand-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}

.ease_opacity_6 {
  -webkit-transition: opacity 0.6s linear;
  -sand-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}

.ease_opacity_7 {
  -webkit-transition: opacity 0.7s linear;
  -sand-transition: opacity 0.7s linear;
  transition: opacity 0.7s linear;
}

.ease_opacity_8 {
  -webkit-transition: opacity 0.8s linear;
  -sand-transition: opacity 0.8s linear;
  transition: opacity 0.8s linear;
}

.ease_opacity_9 {
  -webkit-transition: opacity 0.9s linear;
  -sand-transition: opacity 0.9s linear;
  transition: opacity 0.9s linear;
}

.ease_opacity_10 {
  -webkit-transition: opacity 1s linear;
  -sand-transition: opacity 1s linear;
  transition: opacity 1s linear;
}

.y10 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 10, 0, 1);
}

.y20 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 20, 0, 1);
}

.y30 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 30, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 30, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 30, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 30, 0, 1);
}

.y40 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 40, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 40, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 40, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 40, 0, 1);
}

.y50 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 50, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 50, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 50, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 50, 0, 1);
}

.y60 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 60, 0, 1);
}

.y70 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 70, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 70, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 70, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 70, 0, 1);
}

.y80 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 80, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 80, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 80, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 80, 0, 1);
}

.y90 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 90, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 90, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 90, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 90, 0, 1);
}

.y100 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 100, 0, 1);
}

.y150 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 150, 0, 1);
}

.y200 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 200, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 200, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 200, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 200, 0, 1);
}

.y250 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 250, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 250, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 250, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 250, 0, 1);
}

.y300 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 300, 0, 1);
}

.y350 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 350, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 350, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 350, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 350, 0, 1);
}

.y400 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 400, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 400, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 400, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 400, 0, 1);
}

.y450 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 450, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 450, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 450, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 450, 0, 1);
}

.y500 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 500, 0, 1);
}

.y550 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 550, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 550, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 550, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 550, 0, 1);
}

.y600 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 600, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 600, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 600, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 600, 0, 1);
}

.y650 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 650, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 650, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 650, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 650, 0, 1);
}

.y700 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 700, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 700, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 700, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 700, 0, 1);
}

.y750 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 750, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 750, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 750, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 750, 0, 1);
}

.y800 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 800, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 800, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 800, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 800, 0, 1);
}

.y850 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 850, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 850, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 850, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 850, 0, 1);
}

.y900 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 900, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 900, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 900, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 900, 0, 1);
}

.y950 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 950, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 950, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 950, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 950, 0, 1);
}

.y1000 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1000, 0, 1);
}

.x10 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 0, 0, 1);
}

.x20 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 0, 0, 1);
}

.x30 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30, 0, 0, 1);
}

.x40 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40, 0, 0, 1);
}

.x50 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 0, 0, 1);
}

.x60 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 0, 0, 1);
}

.x70 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 0, 0, 1);
}

.x80 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 0, 0, 1);
}

.x90 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, 0, 0, 1);
}

.x100 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100, 0, 0, 1);
}

.x150 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 0, 0, 1);
}

.x200 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 0, 0, 1);
}

.x250 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 250, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 250, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 250, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 250, 0, 0, 1);
}

.x300 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 0, 0, 1);
}

.x350 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 0, 0, 1);
}

.x400 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 400, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 400, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 400, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 400, 0, 0, 1);
}

.x450 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 450, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 450, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 450, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 450, 0, 0, 1);
}

.x500 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 0, 0, 1);
}

.x550 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 550, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 550, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 550, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 550, 0, 0, 1);
}

.x600 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 0, 0, 1);
}

.x650 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 650, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 650, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 650, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 650, 0, 0, 1);
}

.x700 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 700, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 700, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 700, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 700, 0, 0, 1);
}

.x750 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 750, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 750, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 750, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 750, 0, 0, 1);
}

.x800 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 800, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 800, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 800, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 800, 0, 0, 1);
}

.x850 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 850, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 850, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 850, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 850, 0, 0, 1);
}

.x900 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 900, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 900, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 900, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 900, 0, 0, 1);
}

.x950 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 950, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 950, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 950, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 950, 0, 0, 1);
}

.x1000 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 0, 0, 1);
}

.xy10 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 10, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 10, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 10, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 10, 10, 0, 1);
}

.xy20 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 20, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 20, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 20, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 20, 20, 0, 1);
}

.xy30 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30, 30, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30, 30, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30, 30, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 30, 30, 0, 1);
}

.xy40 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40, 40, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40, 40, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40, 40, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 40, 40, 0, 1);
}

.xy50 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 50, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 50, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 50, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 50, 50, 0, 1);
}

.xy60 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 60, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 60, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 60, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 60, 60, 0, 1);
}

.xy70 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 70, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 70, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 70, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 70, 70, 0, 1);
}

.xy80 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 80, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 80, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 80, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 80, 80, 0, 1);
}

.xy90 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, 90, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, 90, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, 90, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 90, 90, 0, 1);
}

.xy100 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100, 100, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100, 100, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100, 100, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 100, 100, 0, 1);
}

.xy150 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 150, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 150, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 150, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 150, 150, 0, 1);
}

.xy200 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 200, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 200, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 200, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 200, 0, 1);
}

.xy250 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 250, 250, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 250, 250, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 250, 250, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 250, 250, 0, 1);
}

.xy300 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 300, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 300, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 300, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 300, 0, 1);
}

.xy350 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 350, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 350, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 350, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 350, 350, 0, 1);
}

.xy400 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 400, 400, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 400, 400, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 400, 400, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 400, 400, 0, 1);
}

.xy450 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 450, 450, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 450, 450, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 450, 450, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 450, 450, 0, 1);
}

.xy500 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 500, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 500, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 500, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 500, 500, 0, 1);
}

.xy550 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 550, 550, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 550, 550, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 550, 550, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 550, 550, 0, 1);
}

.xy600 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 600, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 600, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 600, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 600, 600, 0, 1);
}

.xy650 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 650, 650, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 650, 650, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 650, 650, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 650, 650, 0, 1);
}

.xy700 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 700, 700, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 700, 700, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 700, 700, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 700, 700, 0, 1);
}

.xy750 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 750, 750, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 750, 750, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 750, 750, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 750, 750, 0, 1);
}

.xy800 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 800, 800, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 800, 800, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 800, 800, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 800, 800, 0, 1);
}

.xy850 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 850, 850, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 850, 850, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 850, 850, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 850, 850, 0, 1);
}

.xy900 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 900, 900, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 900, 900, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 900, 900, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 900, 900, 0, 1);
}

.xy950 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 950, 950, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 950, 950, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 950, 950, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 950, 950, 0, 1);
}

.xy1000 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 1000, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 1000, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 1000, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1000, 1000, 0, 1);
}

.y_10 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -10, 0, 1);
}

.y_20 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -20, 0, 1);
}

.y_30 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -30, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -30, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -30, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -30, 0, 1);
}

.y_40 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -40, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -40, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -40, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -40, 0, 1);
}

.y_50 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -50, 0, 1);
}

.y_60 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -60, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -60, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -60, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -60, 0, 1);
}

.y_70 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -70, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -70, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -70, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -70, 0, 1);
}

.y_80 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -80, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -80, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -80, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -80, 0, 1);
}

.y_90 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -90, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -90, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -90, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -90, 0, 1);
}

.y_100 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -100, 0, 1);
}

.y_150 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -150, 0, 1);
}

.y_200 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -200, 0, 1);
}

.y_250 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -250, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -250, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -250, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -250, 0, 1);
}

.y_300 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -300, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -300, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -300, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -300, 0, 1);
}

.y_350 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -350, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -350, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -350, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -350, 0, 1);
}

.y_400 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -400, 0, 1);
}

.y_450 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -450, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -450, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -450, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -450, 0, 1);
}

.y_500 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -500, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -500, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -500, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -500, 0, 1);
}

.y_550 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -550, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -550, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -550, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -550, 0, 1);
}

.y_600 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -600, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -600, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -600, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -600, 0, 1);
}

.y_650 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -650, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -650, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -650, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -650, 0, 1);
}

.y_700 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -700, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -700, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -700, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -700, 0, 1);
}

.y_750 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -750, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -750, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -750, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -750, 0, 1);
}

.y_800 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -800, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -800, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -800, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -800, 0, 1);
}

.y_850 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -850, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -850, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -850, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -850, 0, 1);
}

.y_900 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -900, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -900, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -900, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -900, 0, 1);
}

.y_950 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -950, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -950, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -950, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -950, 0, 1);
}

.y_1000 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1000, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1000, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1000, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1000, 0, 1);
}

.x_10 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10, 0, 0, 1);
}

.x_20 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, 0, 0, 1);
}

.x_30 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, 0, 0, 1);
}

.x_40 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -40, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -40, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -40, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -40, 0, 0, 1);
}

.x_50 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50, 0, 0, 1);
}

.x_60 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -60, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -60, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -60, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -60, 0, 0, 1);
}

.x_70 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -70, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -70, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -70, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -70, 0, 0, 1);
}

.x_80 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -80, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -80, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -80, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -80, 0, 0, 1);
}

.x_90 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -90, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -90, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -90, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -90, 0, 0, 1);
}

.x_100 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 0, 0, 1);
}

.x_150 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, 0, 0, 1);
}

.x_200 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, 0, 0, 1);
}

.x_250 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -250, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -250, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -250, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -250, 0, 0, 1);
}

.x_300 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 0, 0, 1);
}

.x_350 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -350, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -350, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -350, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -350, 0, 0, 1);
}

.x_400 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, 0, 0, 1);
}

.x_450 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -450, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -450, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -450, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -450, 0, 0, 1);
}

.x_500 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, 0, 0, 1);
}

.x_550 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -550, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -550, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -550, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -550, 0, 0, 1);
}

.x_600 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -600, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -600, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -600, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -600, 0, 0, 1);
}

.x_650 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -650, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -650, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -650, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -650, 0, 0, 1);
}

.x_700 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -700, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -700, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -700, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -700, 0, 0, 1);
}

.x_750 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -750, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -750, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -750, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -750, 0, 0, 1);
}

.x_800 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -800, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -800, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -800, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -800, 0, 0, 1);
}

.x_850 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -850, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -850, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -850, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -850, 0, 0, 1);
}

.x_900 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -900, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -900, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -900, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -900, 0, 0, 1);
}

.x_950 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -950, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -950, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -950, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -950, 0, 0, 1);
}

.x_1000 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, 0, 0, 1);
}

.xy_10 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10, -10, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10, -10, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10, -10, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -10, -10, 0, 1);
}

.xy_20 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, -20, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, -20, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, -20, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -20, -20, 0, 1);
}

.xy_30 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, -30, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, -30, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, -30, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -30, -30, 0, 1);
}

.xy_40 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -40, -40, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -40, -40, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -40, -40, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -40, -40, 0, 1);
}

.xy_50 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50, -50, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50, -50, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50, -50, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -50, -50, 0, 1);
}

.xy_60 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -60, -60, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -60, -60, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -60, -60, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -60, -60, 0, 1);
}

.xy_70 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -70, -70, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -70, -70, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -70, -70, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -70, -70, 0, 1);
}

.xy_80 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -80, -80, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -80, -80, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -80, -80, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -80, -80, 0, 1);
}

.xy_90 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -90, -90, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -90, -90, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -90, -90, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -90, -90, 0, 1);
}

.xy_100 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, -100, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, -100, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, -100, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, -100, 0, 1);
}

.xy_150 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, -150, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, -150, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, -150, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -150, -150, 0, 1);
}

.xy_200 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, -200, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, -200, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, -200, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -200, -200, 0, 1);
}

.xy_250 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -250, -250, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -250, -250, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -250, -250, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -250, -250, 0, 1);
}

.xy_300 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -300, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -300, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -300, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, -300, 0, 1);
}

.xy_350 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -350, -350, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -350, -350, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -350, -350, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -350, -350, 0, 1);
}

.xy_400 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, -400, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, -400, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, -400, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -400, -400, 0, 1);
}

.xy_450 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -450, -450, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -450, -450, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -450, -450, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -450, -450, 0, 1);
}

.xy_500 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, -500, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, -500, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, -500, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -500, -500, 0, 1);
}

.xy_550 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -550, -550, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -550, -550, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -550, -550, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -550, -550, 0, 1);
}

.xy_600 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -600, -600, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -600, -600, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -600, -600, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -600, -600, 0, 1);
}

.xy_650 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -650, -650, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -650, -650, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -650, -650, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -650, -650, 0, 1);
}

.xy_700 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -700, -700, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -700, -700, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -700, -700, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -700, -700, 0, 1);
}

.xy_750 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -750, -750, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -750, -750, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -750, -750, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -750, -750, 0, 1);
}

.xy_800 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -800, -800, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -800, -800, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -800, -800, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -800, -800, 0, 1);
}

.xy_850 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -850, -850, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -850, -850, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -850, -850, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -850, -850, 0, 1);
}

.xy_900 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -900, -900, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -900, -900, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -900, -900, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -900, -900, 0, 1);
}

.xy_950 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -950, -950, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -950, -950, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -950, -950, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -950, -950, 0, 1);
}

.xy_1000 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, -1000, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, -1000, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, -1000, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1000, -1000, 0, 1);
}

.xy {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.opacity0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.opacity1 {
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -ms-opacity: 0.1;
  -o-opacity: 0.1;
  -sand-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}

.opacity2 {
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  -sand-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}

.opacity3 {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}

.opacity4 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}

.opacity5 {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.opacity6 {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.opacity7 {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}

.opacity8 {
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -sand-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}

.opacity9 {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  -sand-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}

.opacity10 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}

.blur8 {
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -ms-filter: blur(8px);
  -o-filter: blur(8px);
  -sand-filter: blur(8px);
  -khtml-filter: blur(8px);
  filter: blur(8px);
}

.lt {
  -webkit-transform-origin: 0% 0%;
  -sand-transform-origin: 0% 0%;
  -khtml-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}

.lc {
  -webkit-transform-origin: 0% 50%;
  -sand-transform-origin: 0% 50%;
  -khtml-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
}

.lb {
  -webkit-transform-origin: 0% 100%;
  -sand-transform-origin: 0% 100%;
  -khtml-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
}

.ct {
  -webkit-transform-origin: 50% 0%;
  -sand-transform-origin: 50% 0%;
  -khtml-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.cc {
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.cb {
  -webkit-transform-origin: 50% 100%;
  -sand-transform-origin: 50% 100%;
  -khtml-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}

.rt {
  -webkit-transform-origin: 100% 0%;
  -sand-transform-origin: 100% 0%;
  -khtml-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}

.rc {
  -webkit-transform-origin: 100% 50%;
  -sand-transform-origin: 100% 50%;
  -khtml-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.rb {
  -webkit-transform-origin: 100% 100%;
  -sand-transform-origin: 100% 100%;
  -khtml-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}

.scale_x1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale_x0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: matrix3d(0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale_y1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale_y0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale08 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale09 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.9, 0, 0, 0, 0, 0.9, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale04 {
  -webkit-transform: matrix3d(0.4, 0, 0, 0, 0, 0.4, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.4, 0, 0, 0, 0, 0.4, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.4, 0, 0, 0, 0, 0.4, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.4, 0, 0, 0, 0, 0.4, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale06 {
  -webkit-transform: matrix3d(0.6, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.6, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.6, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.6, 0, 0, 0, 0, 0.6, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale15 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1.5, 0, 0, 0, 0, 1.5, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.scale0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.001, 0, 0, 0, 0, 0.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.x100_percent {
  -webkit-transform: translateX(100%);
  -sand-transform: translateX(100%);
  -khtml-transform: translateX(100%);
  transform: translateX(100%);
}

.y100_percent {
  -webkit-transform: translateY(100%);
  -sand-transform: translateY(100%);
  -khtml-transform: translateY(100%);
  transform: translateY(100%);
}

.x_100_percent {
  -webkit-transform: translateX(-100%);
  -sand-transform: translateX(-100%);
  -khtml-transform: translateX(-100%);
  transform: translateX(-100%);
}

.y_100_percent {
  -webkit-transform: translateY(-100%);
  -sand-transform: translateY(-100%);
  -khtml-transform: translateY(-100%);
  transform: translateY(-100%);
}

.motion11 {
  -webkit-transition: -webkit-transform 0.8s ease-out, opacity 0.4s linear;
  -sand-transition: -sand-transform 0.8s ease-out, opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.8s ease-out;
  transition: opacity 0.4s linear, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.4s linear;
  transition: transform 0.8s ease-out, opacity 0.4s linear, -webkit-transform 0.8s ease-out;
}

.motion12 {
  -webkit-transition: -webkit-transform 0.5s ease-out, opacity 0.5s linear;
  -sand-transition: -sand-transform 0.5s ease-out, opacity 0.5s linear;
  -webkit-transition: opacity 0.5s linear, -webkit-transform 0.5s ease-out;
  transition: opacity 0.5s linear, -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out, opacity 0.5s linear;
  transition: transform 0.5s ease-out, opacity 0.5s linear, -webkit-transform 0.5s ease-out;
}

.motion0 {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s linear;
  -sand-transition: -sand-transform 0.3s ease-out, opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s linear;
  transition: transform 0.3s ease-out, opacity 0.3s linear, -webkit-transform 0.3s ease-out;
}

.top_motion {
  -webkit-transition: -webkit-transform 0.3s ease-out, opacity 0.3s linear, bottom ease-out 0.3s;
  -sand-transition: -sand-transform 0.3s ease-out, opacity 0.3s linear, bottom ease-out 0.3s;
  -webkit-transition: opacity 0.3s linear, bottom ease-out 0.3s, -webkit-transform 0.3s ease-out;
  transition: opacity 0.3s linear, bottom ease-out 0.3s, -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out, opacity 0.3s linear, bottom ease-out 0.3s;
  transition: transform 0.3s ease-out, opacity 0.3s linear, bottom ease-out 0.3s, -webkit-transform 0.3s ease-out;
}

.motion1 {
  -webkit-transition: clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
}

.motion2 {
  -webkit-transition: -webkit-transform 0.8s ease-out, opacity 0.6s linear;
  -sand-transition: -sand-transform 0.8s ease-out, opacity 0.6s linear;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.8s ease-out;
  transition: opacity 0.6s linear, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.6s linear;
  transition: transform 0.8s ease-out, opacity 0.6s linear, -webkit-transform 0.8s ease-out;
}

.motion3 {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -sand-transition: -sand-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.motion23 {
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s linear;
  -sand-transition: -sand-transform 0.4s ease-out, opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s linear, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s linear;
  transition: transform 0.4s ease-out, opacity 0.4s linear, -webkit-transform 0.4s ease-out;
}

.motion4 {
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.6s linear;
  -sand-transition: -sand-transform 0.4s ease-out, opacity 0.6s linear;
  -webkit-transition: opacity 0.6s linear, -webkit-transform 0.4s ease-out;
  transition: opacity 0.6s linear, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.6s linear;
  transition: transform 0.4s ease-out, opacity 0.6s linear, -webkit-transform 0.4s ease-out;
}

.motion5 {
  -webkit-transition: -webkit-transform 0.4s ease-out, opacity 0.4s linear;
  -sand-transition: -sand-transform 0.4s ease-out, opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.4s ease-out;
  transition: opacity 0.4s linear, -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, opacity 0.4s linear;
  transition: transform 0.4s ease-out, opacity 0.4s linear, -webkit-transform 0.4s ease-out;
}

.motion8 {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.07, 0.99), opacity 0.3s linear;
  -sand-transition: -sand-transform 0.6s cubic-bezier(0, 0, 0.07, 0.99), opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.6s cubic-bezier(0, 0, 0.07, 0.99);
  transition: opacity 0.3s linear, -webkit-transform 0.6s cubic-bezier(0, 0, 0.07, 0.99);
  transition: transform 0.6s cubic-bezier(0, 0, 0.07, 0.99), opacity 0.3s linear;
  transition: transform 0.6s cubic-bezier(0, 0, 0.07, 0.99), opacity 0.3s linear, -webkit-transform 0.6s cubic-bezier(0, 0, 0.07, 0.99);
}

.motion9 {
  -webkit-transition: opacity 0.6s linear;
  -sand-transition: opacity 0.6s linear;
  transition: opacity 0.6s linear;
}

.motion10 {
  -webkit-transition: -webkit-transform 0.2s ease-out, opacity 0.2s linear;
  -sand-transition: -sand-transform 0.2s ease-out, opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
  transition: opacity 0.2s linear, -webkit-transform 0.2s ease-out;
  transition: transform 0.2s ease-out, opacity 0.2s linear;
  transition: transform 0.2s ease-out, opacity 0.2s linear, -webkit-transform 0.2s ease-out;
}

.motioin_clip_x {
  -webkit-transition: -webkit-transform 0.6s ease-out, clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.6s ease-out, clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition: clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.6s ease-out;
  transition: clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.6s ease-out, clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.6s ease-out;
}

.motioin_clip_0 {
  -webkit-transition: -webkit-transform 0.6s ease-out, clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.6s ease-out, clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition: clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.6s ease-out;
  transition: clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.6s ease-out, clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.6s ease-out;
}

.motioin_clip_1 {
  -webkit-transition: -webkit-transform 0.4s ease-out, clip 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: -sand-transform 0.4s ease-out, clip 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  -webkit-transition: clip 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.4s ease-out;
  transition: clip 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out, clip 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: transform 0.4s ease-out, clip 0.4s cubic-bezier(0.65, 0.05, 0.36, 1), -webkit-transform 0.4s ease-out;
}

.char_0_motion {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  -sand-transition: -sand-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1);
  transition: opacity 0.1s linear, -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  transition: transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear, -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1);
}

.char_1_motion {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  -sand-transition: -sand-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1);
  transition: opacity 0.1s linear, -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  transition: transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear, -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1);
}

.char_2_motion {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  -sand-transition: -sand-transform 0.3s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.3s cubic-bezier(0, 0.57, 0.36, 1);
  transition: opacity 0.1s linear, -webkit-transform 0.3s cubic-bezier(0, 0.57, 0.36, 1);
  transition: transform 0.3s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  transition: transform 0.3s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear, -webkit-transform 0.3s cubic-bezier(0, 0.57, 0.36, 1);
}

.char_3_motion {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  -sand-transition: -sand-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  -webkit-transition: opacity 0.1s linear, -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1);
  transition: opacity 0.1s linear, -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1);
  transition: transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear;
  transition: transform 0.6s cubic-bezier(0, 0.57, 0.36, 1), opacity 0.1s linear, -webkit-transform 0.6s cubic-bezier(0, 0.57, 0.36, 1);
}

.motion_out_0 {
  -webkit-transition: opacity 0.1s linear;
  -sand-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
}

.outAni_0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.8, 0, 0, 0, 0, 0.8, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}

.animated_dur50 {
  -webkit-animation-duration: 50ms;
  animation-duration: 50ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur100 {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur150 {
  -webkit-animation-duration: 150ms;
  animation-duration: 150ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur200 {
  -webkit-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur250 {
  -webkit-animation-duration: 250ms;
  animation-duration: 250ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur300 {
  -webkit-animation-duration: 300ms;
  animation-duration: 300ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur350 {
  -webkit-animation-duration: 350ms;
  animation-duration: 350ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur400 {
  -webkit-animation-duration: 400ms;
  animation-duration: 400ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur450 {
  -webkit-animation-duration: 450ms;
  animation-duration: 450ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur500 {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur550 {
  -webkit-animation-duration: 550ms;
  animation-duration: 550ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur600 {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur650 {
  -webkit-animation-duration: 650ms;
  animation-duration: 650ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur700 {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur750 {
  -webkit-animation-duration: 750ms;
  animation-duration: 750ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur800 {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur850 {
  -webkit-animation-duration: 850ms;
  animation-duration: 850ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur900 {
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur950 {
  -webkit-animation-duration: 950ms;
  animation-duration: 950ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1000 {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1050 {
  -webkit-animation-duration: 1050ms;
  animation-duration: 1050ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1100 {
  -webkit-animation-duration: 1100ms;
  animation-duration: 1100ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1150 {
  -webkit-animation-duration: 1150ms;
  animation-duration: 1150ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1200 {
  -webkit-animation-duration: 1200ms;
  animation-duration: 1200ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1250 {
  -webkit-animation-duration: 1250ms;
  animation-duration: 1250ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1300 {
  -webkit-animation-duration: 1300ms;
  animation-duration: 1300ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1350 {
  -webkit-animation-duration: 1350ms;
  animation-duration: 1350ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1400 {
  -webkit-animation-duration: 1400ms;
  animation-duration: 1400ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1450 {
  -webkit-animation-duration: 1450ms;
  animation-duration: 1450ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1500 {
  -webkit-animation-duration: 1500ms;
  animation-duration: 1500ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1550 {
  -webkit-animation-duration: 1550ms;
  animation-duration: 1550ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1600 {
  -webkit-animation-duration: 1600ms;
  animation-duration: 1600ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1650 {
  -webkit-animation-duration: 1650ms;
  animation-duration: 1650ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1700 {
  -webkit-animation-duration: 1700ms;
  animation-duration: 1700ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1750 {
  -webkit-animation-duration: 1750ms;
  animation-duration: 1750ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1800 {
  -webkit-animation-duration: 1800ms;
  animation-duration: 1800ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1850 {
  -webkit-animation-duration: 1850ms;
  animation-duration: 1850ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1900 {
  -webkit-animation-duration: 1900ms;
  animation-duration: 1900ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur1950 {
  -webkit-animation-duration: 1950ms;
  animation-duration: 1950ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.animated_dur2000 {
  -webkit-animation-duration: 2000ms;
  animation-duration: 2000ms;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.xy_type0 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 50, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 50, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 50, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -300, 50, 0, 1);
}

.xy_type1 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 100, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 100, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 100, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 200, 100, 0, 1);
}

.xy_type2 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 200, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 200, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 200, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 300, 200, 0, 1);
}

.xy_type3 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 100, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 100, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 100, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -100, 100, 0, 1);
}

.blur_type0 {
  -webkit-transition: all 0.5s ease-out;
  -sand-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.ani_type0 {
  -webkit-transform: matrix3d(1, -0.71, 0, 0, 0, 1, -0.71, 0, 0, 0, 1, 0, -100, 0, 0, 1);
  -sand-transform: matrix3d(1, -0.71, 0, 0, 0, 1, -0.71, 0, 0, 0, 1, 0, -100, 0, 0, 1);
  -khtml-transform: matrix3d(1, -0.71, 0, 0, 0, 1, -0.71, 0, 0, 0, 1, 0, -100, 0, 0, 1);
  transform: matrix3d(1, -0.71, 0, 0, 0, 1, -0.71, 0, 0, 0, 1, 0, -100, 0, 0, 1);
}

.ani_type1 {
  -webkit-transform: rotate(-45deg) translateY(50px);
  -sand-transform: rotate(-45deg) translateY(50px);
  -khtml-transform: rotate(-45deg) translateY(50px);
  transform: rotate(-45deg) translateY(50px);
}

.y5 {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 5, 0, 1);
}

.motion_main_banner {
  -webkit-transition: -webkit-transform 0.6s ease-out, opacity 0.3s linear;
  -sand-transition: -sand-transform 0.6s ease-out, opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear, -webkit-transform 0.6s ease-out;
  transition: opacity 0.3s linear, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.3s linear;
  transition: transform 0.6s ease-out, opacity 0.3s linear, -webkit-transform 0.6s ease-out;
}

.ab {
  position: absolute;
}

html[lang=ko] .index .dday_wrap .t0 {
  font-family: AvantGardeGothicITCW01_Bd;
  font-size: 82px;
}
html[lang=ko] .index .dday_wrap .t1 {
  font-family: RixHeadEB;
  font-size: 25px;
  letter-spacing: -0.5px;
}
html[lang=ko] .pop_login_wrap {
  letter-spacing: -0.5px;
}
html[lang=ko] .pop_login_wrap .pop h4 {
  font-size: 28px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .pop .stl {
  font-size: 16px;
  color: #888;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .pop .bx_phone input {
  color: #000;
  font-size: 26px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .pop .login_before .txt1 {
  font-size: 16px;
  color: #888;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .pop .login_before .txt3 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .pop .login_before .txt4 {
  font-size: 16px;
  color: rgba(136, 136, 136, 0.8);
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .pop .bx_btn .btn {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .pop .btn_txt {
  color: #666;
  font-size: 14px;
  font-family: "NanumSquareR";
}
html[lang=ko] .pop_login_wrap .pop .login_after .txt4 p {
  font-size: 13px;
  color: #888;
  font-family: "NanumSquareR";
}
html[lang=ko] .pop_login_wrap .pop .login_after .txt3 .btn_txt {
  color: #666;
  font-size: 14px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_login li a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.7);
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_login li a.on {
  color: #000;
}
html[lang=ko] .pop_login_wrap .tab_pwd li a {
  font-size: 14px;
  color: #333;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_pwd li a.on {
  color: #FFF;
}
html[lang=ko] .pop_login_wrap .tab_sub .list li .m1 {
  font-size: 14px;
  color: #888;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_sub .list li .m2 {
  font-size: 18px;
  color: #000;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_sub .list li input {
  color: #999;
  font-size: 13px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_sub .list li .btn_auth {
  color: #FFF;
  font-size: 14px;
  font-family: "NanumSquareR";
}
html[lang=ko] .pop_login_wrap .tab_sub .list li .bx_alt {
  color: #000;
  font-size: 12px;
}
html[lang=ko] .pop_login_wrap .pop .login_after .bx_check a {
  color: #000;
  font-size: 14px;
  font-family: "NanumSquareR";
}
html[lang=ko] .pop_login_wrap .pop .login_after .bx_check .chk_login span {
  color: #000;
  font-size: 14px;
  font-family: "NanumSquareR";
}
html[lang=ko] .pop_login_wrap .pop .login_after .txt1 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .pop .login_after .txt2 {
  font-size: 16px;
  color: rgba(136, 136, 136, 0.8);
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form .f1 {
  font-size: 14px;
  color: #888;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form .f2 {
  font-size: 18px;
  color: #000;
  font-family: "NanumSquareB";
  letter-spacing: -0.9px;
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form input {
  color: #999;
  font-size: 13px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form input[type=password] {
  color: #999;
  font-size: 13px;
  font-family: Verdana, sans-serif;
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form input[type=password]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: NanumSquareB;
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form input[type=password]::-moz-placeholder { /* Firefox 19+ */
  font-family: NanumSquareB;
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form input[type=password]:-ms-input-placeholder { /* IE 10+ */
  font-family: NanumSquareB;
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form input[type=password]:-moz-placeholder { /* Firefox 18- */
  font-family: NanumSquareB;
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form .bx_alt {
  color: #000;
  font-size: 12px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form .btn_auth {
  color: #FFF;
  font-size: 14px;
  font-family: "NanumSquareR";
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_form .txt_msg {
  font-size: 13px;
  color: #888;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_notice .tit {
  font-size: 15px;
  color: #666;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_login_wrap .tab_sub .bx_notice li {
  font-size: 13px;
  color: #888;
  font-family: "NanumSquareR";
}
html[lang=ko] .pop_login_wrap input.ipt2::-webkit-input-placeholder {
  font-size: 16px;
  color: #888;
}
html[lang=ko] .pop_login_wrap input.ipt2::-moz-placeholder {
  font-size: 16px;
  color: #888;
}
html[lang=ko] .pop_login_wrap input.ipt2:-ms-input-placeholder {
  font-size: 16px;
  color: #888;
}
html[lang=ko] .pop_login_wrap input.ipt2:-moz-placeholder {
  font-size: 16px;
  color: #888;
}
html[lang=ko] .pop_prereg_wrap {
  letter-spacing: -0.5px;
}
html[lang=ko] .pop_prereg_wrap .popup_privacy .i1 {
  line-height: 30px;
}
html[lang=ko] .pop_prereg_wrap .popup_privacy .i4 {
  line-height: 22px;
}
html[lang=ko] .pop_prereg_wrap .popup_privacy .i2 .tx_block {
  line-height: 19px;
}
html[lang=ko] .pop_myinfo_wrap {
  letter-spacing: -0.5px;
}
html[lang=ko] .pop_myinfo_wrap .pop h4 {
  font-size: 28px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_myinfo_wrap .pop .stl {
  font-size: 16px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_myinfo_wrap .pop .stl.stl_7 {
  font-size: 15px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_myinfo_wrap .pop .cont1 .t1 {
  font-family: "Roboto-Regular";
  font-size: 26px;
  line-height: 76px;
}
html[lang=ko] .pop_myinfo_wrap .pop .cont1 .t2 {
  font-family: "NanumSquareB";
  font-size: 14px;
  line-height: 35px;
}
html[lang=ko] .pop_myinfo_wrap .pop .cont1 .t3 {
  font-family: "NanumSquareB";
  font-size: 15px;
  line-height: 47px;
}
html[lang=ko] .pop_myinfo_wrap .pop .cont1 .desc_empty {
  font-family: "NanumSquareB";
  font-size: 18px;
  line-height: 28px;
}
html[lang=ko] .pop_myinfo_wrap .pop .stl1 {
  font-size: 17px;
  color: #888;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo1 .txt1 {
  font-size: 18px;
  font-family: "NanumSquareB";
  line-height: 44px;
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo1 .cell1 dt {
  font-size: 14px;
  font-family: "NanumSquareB";
  color: #888;
  line-height: 30px;
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo1 .cell1 dd {
  font-size: 16px;
  font-family: "NanumSquareB";
  color: rgba(0, 0, 0, 0.8);
  line-height: 30px;
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo1 .cell1 dd#myinfoPhone {
  letter-spacing: 1px;
}
html[lang=ko] .pop_myinfo_wrap .txt6 {
  font-size: 14px;
  font-family: "NanumSquareB";
  line-height: 24px;
  letter-spacing: -0.6px;
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo1 .cell2 .btn_change {
  font-size: 12px;
  font-family: "NanumSquareR";
  line-height: 14px;
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo1 .cell2 .btn_find_regpw {
  font-size: 12px;
  font-family: "NanumSquareR";
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo1 .cell2 .txt4 {
  font-size: 13px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo1 .cell2 .txt5 {
  font-size: 14px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo2 .btn_select, html[lang=ko] .pop_myinfo_wrap .pop_myinfo2 .btn_go_event {
  font-size: 15px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo2 .none_div_wrap p {
  font-size: 21px;
  font-family: "NanumSquareB";
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo2 .scroll_cont .date {
  font-size: 14px;
  font-family: "NanumSquareEB";
  line-height: 28px;
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo2 .scroll_cont .desc_div p {
  font-size: 20px;
  font-family: "NanumSquareB";
  line-height: 32px;
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo2 .scroll_cont .desc_div span {
  font-size: 16px;
  font-family: "NanumSquareB";
  line-height: 27px;
}
html[lang=ko] .pop_myinfo_wrap .pop_myinfo2 .scroll_cont .timestamp_div, html[lang=ko] .pop_myinfo_wrap .pop_myinfo2 .scroll_cont .btn_more {
  font-size: 14px;
  font-family: "NanumSquareR";
}
html[lang=ko] .event_faction .t1 {
  font-family: NanumSquareR;
  font-size: 18px;
  line-height: 69px;
}
html[lang=ko] .event_faction .t2 {
  font-family: NanumSquareEB;
  font-size: 24px;
  letter-spacing: -1.2px;
}
html[lang=ko] .event_faction .t3 {
  font-family: NanumSquareR;
  font-size: 19px;
  line-height: 28.5px;
  letter-spacing: -1px;
}
html[lang=ko] .event_faction .t4 {
  font-family: NanumSquareB;
  font-size: 19px;
  letter-spacing: -1px;
}
html[lang=ko] .event_faction .t5 {
  font-family: NanumSquareEB;
  font-size: 19px;
  letter-spacing: -1px;
}
html[lang=ko] .event_faction .t6 {
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.4px;
}
html[lang=ko] .event_faction .t7 {
  font-family: NanumSquareB;
  font-size: 19px;
  letter-spacing: -1px;
}
html[lang=ko] .event_faction .t8 {
  font-family: NanumSquareR;
  font-size: 16px;
  line-height: 28.5px;
  letter-spacing: -1px;
}
html[lang=ko] .event_faction .t9 {
  font-family: NanumSquareR;
  font-size: 17px;
  letter-spacing: -0.9px;
}
html[lang=ko] .event_faction .t10 {
  font-family: NanumSquareEB;
  font-size: 20px;
  letter-spacing: -1px;
}
html[lang=ko] .event_faction .t11 {
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.3px;
}
html[lang=ko] .event_faction .t12 {
  font-family: NanumSquareB;
  font-size: 12px;
  line-height: 24px;
}
html[lang=ko] .event_faction .t13 {
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.7px;
}
html[lang=ko] .event_faction .t14 {
  font-family: NanumSquareR;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: -1.1px;
}
html[lang=ko] .event_faction .t15 {
  font-family: NanumSquareR;
  font-size: 19px;
  line-height: 31px;
  letter-spacing: -1px;
}
html[lang=ko] .event_faction .t16 {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0.4px;
}
html[lang=ko] .event_faction .t17 {
  font-family: NanumSquareB;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -1px;
}
html[lang=ko] .event_faction .t18 {
  font-family: NanumSquareB;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -1.1px;
}
html[lang=ko] .event_faction .t19 {
  font-family: NanumSquareB;
  font-size: 19px;
  line-height: 28.5px;
  letter-spacing: -1px;
}
html[lang=ko] .event_faction .t21 {
  font-family: NanumSquareR;
  font-size: 14px;
  letter-spacing: -0.7px;
}
html[lang=ko] .event_faction .t22 {
  font-family: NanumSquareB;
  font-size: 13px;
  letter-spacing: -0.7px;
}
html[lang=ko] .event_faction .t23 {
  font-family: NanumSquareR;
  font-size: 12px;
}
html[lang=ko] .event_faction .t24 {
  font-family: NanumSquareR;
  font-size: 12px;
}
html[lang=ko] .event_faction .t25 {
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
}
html[lang=ko] .event_faction .t26 {
  font-family: NanumSquareR;
  font-size: 14px;
  letter-spacing: -0.1px;
}
html[lang=ko] .event_faction .t27 {
  font-family: NanumSquareR;
  font-size: 18px;
  letter-spacing: -0.9px;
}
html[lang=ko] .event_faction .t28 {
  font-family: inherit;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.8px;
}
html[lang=ko] .mission_popup_wrap .t1 {
  font-family: NanumSquareB;
  font-size: 26px;
  line-height: 120px;
  letter-spacing: -1.3px;
}
html[lang=ko] .mission_popup_wrap .t2 {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.9px;
}
html[lang=ko] .mission_popup_wrap .t3 {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 24px;
}
html[lang=ko] .event_piece .t1 {
  font-family: NanumSquareB;
  font-size: 25px;
  line-height: 124px;
  letter-spacing: -0.9px;
}
html[lang=ko] .event_piece .t2 {
  font-family: NanumSquareR;
  font-size: 18px;
  line-height: 124px;
}
html[lang=ko] .event_piece .t3 {
  font-family: NanumSquareEB;
  font-size: 20px;
  line-height: 58.5px;
  letter-spacing: -0.4px;
}
html[lang=ko] .event_piece .t4 {
  font-family: NanumSquareB;
  font-size: 15px;
  line-height: 13px;
  letter-spacing: -0.8px;
}
html[lang=ko] .event_piece .t5 {
  font-family: NanumSquareB;
  font-size: 26px;
  line-height: 120px;
  letter-spacing: -1.3px;
}
html[lang=ko] .event_piece .t6 {
  font-family: NanumSquareB;
  font-size: 19px;
  line-height: 65px;
  letter-spacing: -1px;
}
html[lang=ko] .event_piece .t7 {
  font-family: NanumSquareB;
  font-size: 17px;
  line-height: 30px;
  letter-spacing: -0.3px;
}
html[lang=ko] .event_piece .t8 {
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: -0.4px;
}
html[lang=ko] .event_piece .t9 {
  font-family: NanumSquareEB;
  font-size: 34px;
  letter-spacing: -1.7px;
  line-height: 38px;
}
html[lang=ko] .event_piece .t10 {
  font-family: NanumSquareB;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.8px;
}
html[lang=ko] .event_piece .t11 {
  font-family: NanumSquareB;
  font-size: 17px;
  line-height: 65px;
  letter-spacing: -0.8px;
}
html[lang=ko] .event_piece .t12 {
  font-family: NanumSquareB;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.4px;
}
html[lang=ko] .event_piece .t13 {
  font-family: NanumSquareB;
  font-size: 19px;
  line-height: 58.5px;
  letter-spacing: -0.5px;
}
html[lang=ko] .event_piece .t14 {
  font-family: NanumSquareB;
  font-size: 17px;
  letter-spacing: -1.5px;
}
html[lang=ko] .event_piece .t15 {
  font-family: NanumSquareR;
  font-size: 14px;
  letter-spacing: -1.5px;
}
html[lang=ko] .event_piece .t16 {
  font-family: NanumSquareR;
  font-size: 20px;
  letter-spacing: -0.4px;
}
html[lang=ko] .event_piece .t17 {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.5px;
}
html[lang=ko] .event_piece .t18 {
  font-family: NanumSquareR;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
html[lang=ko] .event_piece .t19 {
  font-family: NanumSquareB;
  font-size: 14px;
  letter-spacing: -0.3px;
}
html[lang=ko] .event_piece .t20 {
  font-family: NanumSquareB;
  font-size: 20px;
  line-height: 21px;
  letter-spacing: -1px;
}
html[lang=ko] .event_piece .t21 {
  font-family: NanumSquareB;
  font-size: 14px;
  letter-spacing: -0.3px;
}
html[lang=ko] .event_piece .t22 {
  font-family: NanumSquareB;
  font-size: 14px;
}
html[lang=ko] .event_piece .t23 {
  font-family: NanumSquareB;
  font-size: 20px;
  line-height: 49px;
  letter-spacing: -0.4px;
}
html[lang=ko] .event_piece .t24 {
  font-family: NanumSquareR;
  font-size: 14px;
  line-height: 26px;
}
html[lang=ko] .event_piece .t25 {
  font-family: NanumSquareB;
  font-size: 12px;
  line-height: 22px;
  letter-spacing: -0.9px;
}
html[lang=ko] .event_piece .t26 {
  font-family: NanumSquareB;
  font-size: 19px;
  line-height: 20px;
  letter-spacing: -0.8px;
}
html[lang=ko] .info_contents .t1 {
  font-family: NanumSquareB;
  font-size: 24px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -1.796px;
}
html[lang=ko] .info_contents .t2 {
  font-family: NanumSquareR;
  font-size: 18px;
  font-style: normal;
  line-height: 34.6px;
  letter-spacing: -1.34px;
}
html[lang=ko] .info_contents .t3 {
  font-family: NanumSquareR;
  font-size: 26px;
  font-style: normal;
  line-height: 24px;
  letter-spacing: -1.896px;
}
html[lang=ko] .info_contents .t4 {
  font-family: NanumSquareR;
  font-size: 28px;
  font-style: normal;
  line-height: 42px;
  letter-spacing: -1.896px;
}
html[lang=ko] .info_contents .t5 {
  font-family: NanumSquareR;
  font-size: 18px;
  font-style: normal;
  line-height: 32px;
  letter-spacing: -1.34px;
}
html[lang=ko] .info_contents .t6 {
  font-family: NanumSquareR;
  font-size: 26px;
  font-style: normal;
  line-height: 42px;
  letter-spacing: -1.896px;
}
html[lang=ko] .info_contents .t7 {
  font-family: NanumSquareR;
  font-size: 32px;
  font-style: normal;
  line-height: 42px;
  letter-spacing: -1.896px;
}
html[lang=ko] .info_contents .t8 {
  font-family: NanumSquareR;
  font-size: 15px;
  font-style: normal;
  line-height: 35px;
  letter-spacing: -1.34px;
}
html[lang=ko] .info_contents .t9 {
  font-family: NanumSquareR;
  font-size: 20px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -1.34px;
}
html[lang=ko] .info_contents .t10 {
  font-family: NanumSquareR;
  font-size: 22px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -1px;
}
html[lang=ko] .info_contents .t11 {
  font-family: NanumSquareR;
  font-size: 16px;
  font-style: normal;
  line-height: 28px;
  letter-spacing: -1px;
}
html[lang=ko] .info_clan .t1 {
  font-family: NanumSquareR;
  font-size: 26px;
  line-height: 42px;
  letter-spacing: -0.3px;
}
html[lang=ko] .info_clan .t2 {
  font-family: NanumSquareR;
  font-size: 18px;
  line-height: 32px;
}
html[lang=ko] .info_clan .t3 {
  font-family: NanumSquareR;
  font-size: 26px;
  line-height: 42px;
}
html[lang=ko] .media .t1, html[lang=ko] .media_popup .t1 {
  font-family: NanumSquareB;
  font-size: 34px;
  letter-spacing: -0.2px;
}
html[lang=ko] .media .t2, html[lang=ko] .media_popup .t2 {
  font-family: NanumSquareR;
  font-size: 16px;
  letter-spacing: -0.2px;
}
html[lang=ko] .media .t3, html[lang=ko] .media_popup .t3 {
  font-family: NanumSquareR;
  font-size: 20px;
  letter-spacing: -0.2px;
}
html[lang=ko] .media .t4, html[lang=ko] .media_popup .t4 {
  font-family: NanumSquareB;
  font-size: 18px;
  letter-spacing: -0.6px;
}
html[lang=ko] .media .t5, html[lang=ko] .media_popup .t5 {
  font-family: NanumSquareR;
  font-size: 24px;
  letter-spacing: -0.6px;
}
html[lang=ko] .media .t6, html[lang=ko] .media_popup .t6 {
  font-family: NanumSquareR;
  font-size: 21px;
  letter-spacing: -0.6px;
}
html[lang=ko] .media .t7, html[lang=ko] .media_popup .t7 {
  font-family: NanumSquareB;
  font-size: 21px;
  letter-spacing: -0.6px;
}
html[lang=ko] .media .t8, html[lang=ko] .media_popup .t8 {
  font-family: NanumSquareR;
  font-size: 12px;
  letter-spacing: -0.2px;
}
html[lang=ko] .media .t9, html[lang=ko] .media_popup .t9 {
  font-family: NanumSquareB;
  font-size: 16px;
  letter-spacing: -0.2px;
}
html[lang=ko] .media .t10, html[lang=ko] .media_popup .t10 {
  font-family: NanumSquareB;
  font-size: 25px;
  letter-spacing: -0.6px;
}
html[lang=ko] .media .t11, html[lang=ko] .media_popup .t11 {
  font-family: NanumSquareR;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 20px;
}
html[lang=ko] .media .t12, html[lang=ko] .media_popup .t12 {
  font-family: NanumSquareR;
  font-size: 12px;
  letter-spacing: -0.2px;
}
html[lang=ko] .media .t13, html[lang=ko] .media_popup .t13 {
  font-family: NanumSquareB;
  font-size: 20px;
  letter-spacing: -0.6px;
}
html[lang=ko] .media .t14, html[lang=ko] .media_popup .t14 {
  font-family: NanumSquareR;
  font-size: 14px;
  letter-spacing: -0.2px;
  line-height: 20px;
}
html[lang=ko] .media .t15, html[lang=ko] .media_popup .t15 {
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 28.6px;
  letter-spacing: -0.84px;
}
html[lang=ko] .media .t16, html[lang=ko] .media_popup .t16 {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: -0.84px;
}
html[lang=ko] .media .t17, html[lang=ko] .media_popup .t17 {
  font-family: NanumSquareB;
  font-size: 12px;
  line-height: 28.6px;
  letter-spacing: -0.84px;
}
html[lang=ko] .media .t18, html[lang=ko] .media_popup .t18 {
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 28.6px;
  letter-spacing: 0;
}
html[lang=ko] .media .t19, html[lang=ko] .media_popup .t19 {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 28.6px;
  letter-spacing: 0;
}
@media (max-width: 1430px) {
  html[lang=ko] .media .t5, html[lang=ko] .media_popup .t5 {
    font-family: NanumSquareR;
    font-size: 22px;
    letter-spacing: -0.2px;
  }
  html[lang=ko] .media .t6, html[lang=ko] .media_popup .t6 {
    font-family: NanumSquareR;
    font-size: 19px;
    letter-spacing: -0.2px;
  }
}
html[lang=ko] .media .t13 {
  font-family: inherit;
}
html[lang=ko] .t1 {
  font-family: NanumSquareB;
  font-size: 15px;
}
html[lang=ko] .t2 {
  font-family: NanumSquareB;
  font-size: 14px;
}
html[lang=ko] .t3 {
  font-family: Roboto-Bold;
  font-size: 25px;
}
html[lang=ko] .t4 {
  font-family: NanumBarunGothicBold;
  font-size: 15px;
}
html[lang=ko] .t3_0 {
  font-family: Roboto-Bold;
  font-size: 25px;
  letter-spacing: 1px;
}
html[lang=ko] .t4_0 {
  font-family: NanumBarunGothicBold;
  font-size: 15px;
  letter-spacing: 1px;
}
html[lang=ko] .t5 {
  font-family: NanumSquareB;
  font-size: 14px;
}
html[lang=ko] .t6 {
  font-family: Roboto-Bold;
  font-size: 39px;
}
html[lang=ko] .t5_0 {
  font-family: NanumSquareB;
  font-size: 17px;
}
html[lang=ko] .t6_0 {
  font-family: Roboto-Bold;
  font-size: 48px;
}
html[lang=ko] .t7 {
  font-family: NanumSquareR;
  font-size: 27px;
}
html[lang=ko] .t8 {
  font-family: NanumSquareR;
  font-size: 17px;
}
html[lang=ko] .t8 b {
  font-weight: normal;
  font-family: NanumSquareB;
}
html[lang=ko] .t9 {
  font-family: NanumSquareB;
  font-size: 16px;
}
html[lang=ko] .t10 {
  font-family: NanumSquareB;
  font-size: 17px;
}
html[lang=ko] .t11 {
  font-family: NanumSquareR;
  font-size: 14px;
}
html[lang=ko] .t12 {
  font-family: NanumSquareB;
  font-size: 12px;
}
html[lang=ko] .t13 {
  font-family: Roboto-Black;
  font-size: 12px;
}
html[lang=ko] .t14 {
  font-family: NotoSansKR_Regular;
  font-size: 18px;
}
html[lang=ko] .t14_0 {
  font-family: NanumSquareR;
  font-size: 18px;
}
html[lang=ko] .t15 {
  font-family: NotoSansKR_Medium;
  font-size: 60px;
}
html[lang=ko] .t15_0 {
  font-family: NanumSquareB;
  font-size: 60px;
}
html[lang=ko] .t16 {
  font-family: NotoSansKR_Regular;
  font-size: 16px;
}
html[lang=ko] .t16_0 {
  font-family: NanumSquareR;
  font-size: 16px;
}
html[lang=ko] .t17 {
  font-family: NanumSquareB;
  font-size: 17px;
}
html[lang=ko] .t18 {
  font-family: NanumSquareB;
  font-size: 18px;
}
html[lang=ko] .t19 {
  font-family: NanumSquareB;
  font-size: 30px;
}
html[lang=ko] .t20 {
  font-family: NanumSquareR;
  font-size: 16px;
}
html[lang=ko] .t20 .bold {
  font-family: NanumSquareB;
}
html[lang=ko] .t20 {
  font-family: NanumSquareR;
  font-size: 15px;
}
html[lang=ko] .t21 {
  font-family: NanumSquareR;
  font-size: 11px;
}
html[lang=ko] .t22 {
  font-family: NanumSquareEB;
  font-size: 24px;
}
html[lang=ko] .t22::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: NanumSquareEB;
  color: #000;
  font-size: 24px;
}
html[lang=ko] .t22::-moz-placeholder { /* Firefox 19+ */
  font-family: NanumSquareEB;
  color: #000;
  font-size: 24px;
}
html[lang=ko] .t22:-ms-input-placeholder { /* IE 10+ */
  font-family: NanumSquareEB;
  color: #000;
  font-size: 24px;
}
html[lang=ko] .t22:-moz-placeholder { /* Firefox 18- */
  font-family: NanumSquareEB;
  color: #000;
  font-size: 24px;
}
html[lang=ko] .t23 {
  font-family: NanumSquareEB;
  font-size: 24px;
}
html[lang=ko] .t23::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  position: absolute;
  font-family: NanumSquareR;
  color: #cacaca;
  font-size: 20px;
}
html[lang=ko] .t23::-moz-placeholder { /* Firefox 19+ */
  position: absolute;
  font-family: NanumSquareR;
  color: #cacaca;
  font-size: 20px;
}
html[lang=ko] .t23:-ms-input-placeholder { /* IE 10+ */
  position: absolute;
  font-family: NanumSquareR;
  color: #cacaca;
  font-size: 20px;
}
html[lang=ko] .t23:-moz-placeholder { /* Firefox 18- */
  position: absolute;
  font-family: NanumSquareR;
  color: #cacaca;
  font-size: 20px;
}
html[lang=ko] .t24 {
  font-family: NanumSquareR;
  font-size: 28px;
}
html[lang=ko] .t25 {
  font-family: NanumSquareR;
  font-size: 14px;
  letter-spacing: -0.5px;
}
html[lang=ko] .t25 b {
  font-family: NanumSquareB;
  font-size: 15px;
  font-weight: normal;
}
html[lang=ko] .t26 {
  font-family: NanumSquareB;
  font-size: 16px;
}
html[lang=ko] .t27 {
  font-family: NanumSquareR;
  font-size: 14px;
}
html[lang=ko] .t27 b {
  font-family: NanumSquareB;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.5px;
}
html[lang=ko] .t28 {
  font-family: NanumSquareR;
  font-size: 15px;
}
html[lang=ko] .t29 {
  font-family: NanumSquareR;
  font-size: 14px;
}
html[lang=ko] .t30 {
  font-family: NanumSquareB;
  font-size: 15px;
  letter-spacing: -0.9px;
}
html[lang=ko] .t31 {
  font-family: NanumSquareB;
  font-size: 28px;
}
html[lang=ko] .t32 {
  font-family: NanumSquareR;
  font-size: 32px;
}
html[lang=ko] .t33 {
  font-family: NanumSquareR;
  font-size: 16px;
}
html[lang=ko] .t34 {
  font-family: NanumSquareB;
  font-size: 14px;
}
html[lang=ko] .t35 {
  font-family: NanumSquareR;
  font-size: 12px;
}
html[lang=ko] .t41 {
  font-family: RixHeadGulimL;
  font-size: 15px;
  line-height: 17px;
  font-weight: bold;
}
html[lang=ko] .t42 {
  font-family: NanumSquareR;
  font-size: 24px;
}
html[lang=ko] .t44 {
  font-family: NanumSquareR;
  font-size: 14px;
  line-height: 22px;
}
html[lang=ko] .t45 {
  font-family: NanumSquareR;
  font-size: 14px;
  line-height: 31px;
}
html[lang=ko] .t47 {
  font-family: RixHeadL;
  font-size: 20px;
  line-height: 25px;
}
html[lang=ko] .info_character_race .t28 {
  font-family: NanumSquareR;
  font-size: 28px;
}
html[lang=ko] .info_character_race .t50 {
  font-family: NanumSquareR;
  font-size: 50px;
}
html[lang=ko] .info_character_race .t36 {
  font-family: NanumSquareR;
  font-size: 36px;
}
html[lang=ko] .info_character_race .t25 {
  font-family: NanumSquareB;
  font-size: 25px;
}
html[lang=ko] .info_character_race .t16 {
  font-family: NanumSquareR;
  font-size: 16px;
}
html[lang=ko] .info_character_race .t15 {
  font-family: NanumSquareR;
  font-size: 15px;
}
html[lang=ko] .info_character_class .t28 {
  font-family: NanumSquareR;
  font-size: 28px;
}
html[lang=ko] .info_character_class .t50 {
  font-family: NanumSquareR;
  font-size: 50px;
}
html[lang=ko] .info_character_class .t36 {
  font-family: NanumSquareR;
  font-size: 36px;
}
html[lang=ko] .info_character_class .t25 {
  font-family: NanumSquareR;
  font-size: 25px;
}
html[lang=ko] .info_character_class .t32 {
  font-family: NanumSquareB;
  font-size: 32px;
}
html[lang=ko] .info_character_class .t16 {
  font-family: NanumSquareR;
  font-size: 16px;
}
html[lang=ko] .info_character_class .t15 {
  font-family: NanumSquareR;
  font-size: 15px;
}
html[lang=ko] .info_character_class .t14 {
  font-family: NanumSquareR;
  font-size: 14px;
}
html[lang=ko] .n_pop_alert .inner {
  font-family: NanumSquareR;
  font-size: 17px;
  line-height: 28px;
}
html[lang=ko] .n_pop_alert .n_pop_alert_btm a {
  font-family: NanumSquareB;
  font-size: 15px;
  line-height: 44px;
}

.nsq_10 {
  font-family: NanumSquareR;
  font-size: 10px;
}
.nsq_10.w_b {
  font-family: NanumSquareB;
}
.nsq_10.w_eb {
  font-family: NanumSquareEB;
}
.nsq_10.w_l {
  font-family: NanumSquareL;
}

.nsq_11 {
  font-family: NanumSquareR;
  font-size: 11px;
}
.nsq_11.w_b {
  font-family: NanumSquareB;
}
.nsq_11.w_eb {
  font-family: NanumSquareEB;
}
.nsq_11.w_l {
  font-family: NanumSquareL;
}

.nsq_12 {
  font-family: NanumSquareR;
  font-size: 12px;
}
.nsq_12.w_b {
  font-family: NanumSquareB;
}
.nsq_12.w_eb {
  font-family: NanumSquareEB;
}
.nsq_12.w_l {
  font-family: NanumSquareL;
}

.nsq_13 {
  font-family: NanumSquareR;
  font-size: 13px;
}
.nsq_13.w_b {
  font-family: NanumSquareB;
}
.nsq_13.w_eb {
  font-family: NanumSquareEB;
}
.nsq_13.w_l {
  font-family: NanumSquareL;
}

.nsq_14 {
  font-family: NanumSquareR;
  font-size: 14px;
}
.nsq_14.w_b {
  font-family: NanumSquareB;
}
.nsq_14.w_eb {
  font-family: NanumSquareEB;
}
.nsq_14.w_l {
  font-family: NanumSquareL;
}

.nsq_15 {
  font-family: NanumSquareR;
  font-size: 15px;
}
.nsq_15.w_b {
  font-family: NanumSquareB;
}
.nsq_15.w_eb {
  font-family: NanumSquareEB;
}
.nsq_15.w_l {
  font-family: NanumSquareL;
}

.nsq_16 {
  font-family: NanumSquareR;
  font-size: 16px;
}
.nsq_16.w_b {
  font-family: NanumSquareB;
}
.nsq_16.w_eb {
  font-family: NanumSquareEB;
}
.nsq_16.w_l {
  font-family: NanumSquareL;
}

.nsq_17 {
  font-family: NanumSquareR;
  font-size: 17px;
}
.nsq_17.w_b {
  font-family: NanumSquareB;
}
.nsq_17.w_eb {
  font-family: NanumSquareEB;
}
.nsq_17.w_l {
  font-family: NanumSquareL;
}

.nsq_18 {
  font-family: NanumSquareR;
  font-size: 18px;
}
.nsq_18.w_b {
  font-family: NanumSquareB;
}
.nsq_18.w_eb {
  font-family: NanumSquareEB;
}
.nsq_18.w_l {
  font-family: NanumSquareL;
}

.nsq_19 {
  font-family: NanumSquareR;
  font-size: 19px;
}
.nsq_19.w_b {
  font-family: NanumSquareB;
}
.nsq_19.w_eb {
  font-family: NanumSquareEB;
}
.nsq_19.w_l {
  font-family: NanumSquareL;
}

.nsq_20 {
  font-family: NanumSquareR;
  font-size: 20px;
}
.nsq_20.w_b {
  font-family: NanumSquareB;
}
.nsq_20.w_eb {
  font-family: NanumSquareEB;
}
.nsq_20.w_l {
  font-family: NanumSquareL;
}

.nsq_21 {
  font-family: NanumSquareR;
  font-size: 21px;
}
.nsq_21.w_b {
  font-family: NanumSquareB;
}
.nsq_21.w_eb {
  font-family: NanumSquareEB;
}
.nsq_21.w_l {
  font-family: NanumSquareL;
}

.nsq_22 {
  font-family: NanumSquareR;
  font-size: 22px;
}
.nsq_22.w_b {
  font-family: NanumSquareB;
}
.nsq_22.w_eb {
  font-family: NanumSquareEB;
}
.nsq_22.w_l {
  font-family: NanumSquareL;
}

.nsq_23 {
  font-family: NanumSquareR;
  font-size: 23px;
}
.nsq_23.w_b {
  font-family: NanumSquareB;
}
.nsq_23.w_eb {
  font-family: NanumSquareEB;
}
.nsq_23.w_l {
  font-family: NanumSquareL;
}

.nsq_24 {
  font-family: NanumSquareR;
  font-size: 24px;
}
.nsq_24.w_b {
  font-family: NanumSquareB;
}
.nsq_24.w_eb {
  font-family: NanumSquareEB;
}
.nsq_24.w_l {
  font-family: NanumSquareL;
}

.nsq_25 {
  font-family: NanumSquareR;
  font-size: 25px;
}
.nsq_25.w_b {
  font-family: NanumSquareB;
}
.nsq_25.w_eb {
  font-family: NanumSquareEB;
}
.nsq_25.w_l {
  font-family: NanumSquareL;
}

.nsq_26 {
  font-family: NanumSquareR;
  font-size: 26px;
}
.nsq_26.w_b {
  font-family: NanumSquareB;
}
.nsq_26.w_eb {
  font-family: NanumSquareEB;
}
.nsq_26.w_l {
  font-family: NanumSquareL;
}

.nsq_27 {
  font-family: NanumSquareR;
  font-size: 27px;
}
.nsq_27.w_b {
  font-family: NanumSquareB;
}
.nsq_27.w_eb {
  font-family: NanumSquareEB;
}
.nsq_27.w_l {
  font-family: NanumSquareL;
}

.nsq_28 {
  font-family: NanumSquareR;
  font-size: 28px;
}
.nsq_28.w_b {
  font-family: NanumSquareB;
}
.nsq_28.w_eb {
  font-family: NanumSquareEB;
}
.nsq_28.w_l {
  font-family: NanumSquareL;
}

.nsq_29 {
  font-family: NanumSquareR;
  font-size: 29px;
}
.nsq_29.w_b {
  font-family: NanumSquareB;
}
.nsq_29.w_eb {
  font-family: NanumSquareEB;
}
.nsq_29.w_l {
  font-family: NanumSquareL;
}

.nsq_30 {
  font-family: NanumSquareR;
  font-size: 30px;
}
.nsq_30.w_b {
  font-family: NanumSquareB;
}
.nsq_30.w_eb {
  font-family: NanumSquareEB;
}
.nsq_30.w_l {
  font-family: NanumSquareL;
}

.nsq_31 {
  font-family: NanumSquareR;
  font-size: 31px;
}
.nsq_31.w_b {
  font-family: NanumSquareB;
}
.nsq_31.w_eb {
  font-family: NanumSquareEB;
}
.nsq_31.w_l {
  font-family: NanumSquareL;
}

.nsq_32 {
  font-family: NanumSquareR;
  font-size: 32px;
}
.nsq_32.w_b {
  font-family: NanumSquareB;
}
.nsq_32.w_eb {
  font-family: NanumSquareEB;
}
.nsq_32.w_l {
  font-family: NanumSquareL;
}

.nsq_33 {
  font-family: NanumSquareR;
  font-size: 33px;
}
.nsq_33.w_b {
  font-family: NanumSquareB;
}
.nsq_33.w_eb {
  font-family: NanumSquareEB;
}
.nsq_33.w_l {
  font-family: NanumSquareL;
}

.nsq_34 {
  font-family: NanumSquareR;
  font-size: 34px;
}
.nsq_34.w_b {
  font-family: NanumSquareB;
}
.nsq_34.w_eb {
  font-family: NanumSquareEB;
}
.nsq_34.w_l {
  font-family: NanumSquareL;
}

.nsq_35 {
  font-family: NanumSquareR;
  font-size: 35px;
}
.nsq_35.w_b {
  font-family: NanumSquareB;
}
.nsq_35.w_eb {
  font-family: NanumSquareEB;
}
.nsq_35.w_l {
  font-family: NanumSquareL;
}

.nsq_36 {
  font-family: NanumSquareR;
  font-size: 36px;
}
.nsq_36.w_b {
  font-family: NanumSquareB;
}
.nsq_36.w_eb {
  font-family: NanumSquareEB;
}
.nsq_36.w_l {
  font-family: NanumSquareL;
}

.nsq_37 {
  font-family: NanumSquareR;
  font-size: 37px;
}
.nsq_37.w_b {
  font-family: NanumSquareB;
}
.nsq_37.w_eb {
  font-family: NanumSquareEB;
}
.nsq_37.w_l {
  font-family: NanumSquareL;
}

.nsq_38 {
  font-family: NanumSquareR;
  font-size: 38px;
}
.nsq_38.w_b {
  font-family: NanumSquareB;
}
.nsq_38.w_eb {
  font-family: NanumSquareEB;
}
.nsq_38.w_l {
  font-family: NanumSquareL;
}

.nsq_39 {
  font-family: NanumSquareR;
  font-size: 39px;
}
.nsq_39.w_b {
  font-family: NanumSquareB;
}
.nsq_39.w_eb {
  font-family: NanumSquareEB;
}
.nsq_39.w_l {
  font-family: NanumSquareL;
}

.nsq_40 {
  font-family: NanumSquareR;
  font-size: 40px;
}
.nsq_40.w_b {
  font-family: NanumSquareB;
}
.nsq_40.w_eb {
  font-family: NanumSquareEB;
}
.nsq_40.w_l {
  font-family: NanumSquareL;
}

.nsq_41 {
  font-family: NanumSquareR;
  font-size: 41px;
}
.nsq_41.w_b {
  font-family: NanumSquareB;
}
.nsq_41.w_eb {
  font-family: NanumSquareEB;
}
.nsq_41.w_l {
  font-family: NanumSquareL;
}

.nsq_42 {
  font-family: NanumSquareR;
  font-size: 42px;
}
.nsq_42.w_b {
  font-family: NanumSquareB;
}
.nsq_42.w_eb {
  font-family: NanumSquareEB;
}
.nsq_42.w_l {
  font-family: NanumSquareL;
}

.nsq_43 {
  font-family: NanumSquareR;
  font-size: 43px;
}
.nsq_43.w_b {
  font-family: NanumSquareB;
}
.nsq_43.w_eb {
  font-family: NanumSquareEB;
}
.nsq_43.w_l {
  font-family: NanumSquareL;
}

.nsq_44 {
  font-family: NanumSquareR;
  font-size: 44px;
}
.nsq_44.w_b {
  font-family: NanumSquareB;
}
.nsq_44.w_eb {
  font-family: NanumSquareEB;
}
.nsq_44.w_l {
  font-family: NanumSquareL;
}

.nsq_45 {
  font-family: NanumSquareR;
  font-size: 45px;
}
.nsq_45.w_b {
  font-family: NanumSquareB;
}
.nsq_45.w_eb {
  font-family: NanumSquareEB;
}
.nsq_45.w_l {
  font-family: NanumSquareL;
}

.nsq_46 {
  font-family: NanumSquareR;
  font-size: 46px;
}
.nsq_46.w_b {
  font-family: NanumSquareB;
}
.nsq_46.w_eb {
  font-family: NanumSquareEB;
}
.nsq_46.w_l {
  font-family: NanumSquareL;
}

.nsq_47 {
  font-family: NanumSquareR;
  font-size: 47px;
}
.nsq_47.w_b {
  font-family: NanumSquareB;
}
.nsq_47.w_eb {
  font-family: NanumSquareEB;
}
.nsq_47.w_l {
  font-family: NanumSquareL;
}

.nsq_48 {
  font-family: NanumSquareR;
  font-size: 48px;
}
.nsq_48.w_b {
  font-family: NanumSquareB;
}
.nsq_48.w_eb {
  font-family: NanumSquareEB;
}
.nsq_48.w_l {
  font-family: NanumSquareL;
}

.nsq_49 {
  font-family: NanumSquareR;
  font-size: 49px;
}
.nsq_49.w_b {
  font-family: NanumSquareB;
}
.nsq_49.w_eb {
  font-family: NanumSquareEB;
}
.nsq_49.w_l {
  font-family: NanumSquareL;
}

.nsq_50 {
  font-family: NanumSquareR;
  font-size: 50px;
}
.nsq_50.w_b {
  font-family: NanumSquareB;
}
.nsq_50.w_eb {
  font-family: NanumSquareEB;
}
.nsq_50.w_l {
  font-family: NanumSquareL;
}

.nsq_51 {
  font-family: NanumSquareR;
  font-size: 51px;
}
.nsq_51.w_b {
  font-family: NanumSquareB;
}
.nsq_51.w_eb {
  font-family: NanumSquareEB;
}
.nsq_51.w_l {
  font-family: NanumSquareL;
}

.nsq_52 {
  font-family: NanumSquareR;
  font-size: 52px;
}
.nsq_52.w_b {
  font-family: NanumSquareB;
}
.nsq_52.w_eb {
  font-family: NanumSquareEB;
}
.nsq_52.w_l {
  font-family: NanumSquareL;
}

.nsq_53 {
  font-family: NanumSquareR;
  font-size: 53px;
}
.nsq_53.w_b {
  font-family: NanumSquareB;
}
.nsq_53.w_eb {
  font-family: NanumSquareEB;
}
.nsq_53.w_l {
  font-family: NanumSquareL;
}

.nsq_54 {
  font-family: NanumSquareR;
  font-size: 54px;
}
.nsq_54.w_b {
  font-family: NanumSquareB;
}
.nsq_54.w_eb {
  font-family: NanumSquareEB;
}
.nsq_54.w_l {
  font-family: NanumSquareL;
}

.nsq_55 {
  font-family: NanumSquareR;
  font-size: 55px;
}
.nsq_55.w_b {
  font-family: NanumSquareB;
}
.nsq_55.w_eb {
  font-family: NanumSquareEB;
}
.nsq_55.w_l {
  font-family: NanumSquareL;
}

.nsq_56 {
  font-family: NanumSquareR;
  font-size: 56px;
}
.nsq_56.w_b {
  font-family: NanumSquareB;
}
.nsq_56.w_eb {
  font-family: NanumSquareEB;
}
.nsq_56.w_l {
  font-family: NanumSquareL;
}

.nsq_57 {
  font-family: NanumSquareR;
  font-size: 57px;
}
.nsq_57.w_b {
  font-family: NanumSquareB;
}
.nsq_57.w_eb {
  font-family: NanumSquareEB;
}
.nsq_57.w_l {
  font-family: NanumSquareL;
}

.nsq_58 {
  font-family: NanumSquareR;
  font-size: 58px;
}
.nsq_58.w_b {
  font-family: NanumSquareB;
}
.nsq_58.w_eb {
  font-family: NanumSquareEB;
}
.nsq_58.w_l {
  font-family: NanumSquareL;
}

.nsq_59 {
  font-family: NanumSquareR;
  font-size: 59px;
}
.nsq_59.w_b {
  font-family: NanumSquareB;
}
.nsq_59.w_eb {
  font-family: NanumSquareEB;
}
.nsq_59.w_l {
  font-family: NanumSquareL;
}

.nsq_60 {
  font-family: NanumSquareR;
  font-size: 60px;
}
.nsq_60.w_b {
  font-family: NanumSquareB;
}
.nsq_60.w_eb {
  font-family: NanumSquareEB;
}
.nsq_60.w_l {
  font-family: NanumSquareL;
}

.nsq_61 {
  font-family: NanumSquareR;
  font-size: 61px;
}
.nsq_61.w_b {
  font-family: NanumSquareB;
}
.nsq_61.w_eb {
  font-family: NanumSquareEB;
}
.nsq_61.w_l {
  font-family: NanumSquareL;
}

.nsq_62 {
  font-family: NanumSquareR;
  font-size: 62px;
}
.nsq_62.w_b {
  font-family: NanumSquareB;
}
.nsq_62.w_eb {
  font-family: NanumSquareEB;
}
.nsq_62.w_l {
  font-family: NanumSquareL;
}

.nsq_63 {
  font-family: NanumSquareR;
  font-size: 63px;
}
.nsq_63.w_b {
  font-family: NanumSquareB;
}
.nsq_63.w_eb {
  font-family: NanumSquareEB;
}
.nsq_63.w_l {
  font-family: NanumSquareL;
}

.nsq_64 {
  font-family: NanumSquareR;
  font-size: 64px;
}
.nsq_64.w_b {
  font-family: NanumSquareB;
}
.nsq_64.w_eb {
  font-family: NanumSquareEB;
}
.nsq_64.w_l {
  font-family: NanumSquareL;
}

.nsq_65 {
  font-family: NanumSquareR;
  font-size: 65px;
}
.nsq_65.w_b {
  font-family: NanumSquareB;
}
.nsq_65.w_eb {
  font-family: NanumSquareEB;
}
.nsq_65.w_l {
  font-family: NanumSquareL;
}

.nsq_66 {
  font-family: NanumSquareR;
  font-size: 66px;
}
.nsq_66.w_b {
  font-family: NanumSquareB;
}
.nsq_66.w_eb {
  font-family: NanumSquareEB;
}
.nsq_66.w_l {
  font-family: NanumSquareL;
}

.nsq_67 {
  font-family: NanumSquareR;
  font-size: 67px;
}
.nsq_67.w_b {
  font-family: NanumSquareB;
}
.nsq_67.w_eb {
  font-family: NanumSquareEB;
}
.nsq_67.w_l {
  font-family: NanumSquareL;
}

.nsq_68 {
  font-family: NanumSquareR;
  font-size: 68px;
}
.nsq_68.w_b {
  font-family: NanumSquareB;
}
.nsq_68.w_eb {
  font-family: NanumSquareEB;
}
.nsq_68.w_l {
  font-family: NanumSquareL;
}

.nsq_69 {
  font-family: NanumSquareR;
  font-size: 69px;
}
.nsq_69.w_b {
  font-family: NanumSquareB;
}
.nsq_69.w_eb {
  font-family: NanumSquareEB;
}
.nsq_69.w_l {
  font-family: NanumSquareL;
}

.rob_10 {
  font-family: Roboto-Regular;
  font-size: 10px;
}
.rob_10.w_b {
  font-family: Roboto-Bold;
}

.rob_11 {
  font-family: Roboto-Regular;
  font-size: 11px;
}
.rob_11.w_b {
  font-family: Roboto-Bold;
}

.rob_12 {
  font-family: Roboto-Regular;
  font-size: 12px;
}
.rob_12.w_b {
  font-family: Roboto-Bold;
}

.rob_13 {
  font-family: Roboto-Regular;
  font-size: 13px;
}
.rob_13.w_b {
  font-family: Roboto-Bold;
}

.rob_14 {
  font-family: Roboto-Regular;
  font-size: 14px;
}
.rob_14.w_b {
  font-family: Roboto-Bold;
}

.rob_15 {
  font-family: Roboto-Regular;
  font-size: 15px;
}
.rob_15.w_b {
  font-family: Roboto-Bold;
}

.rob_16 {
  font-family: Roboto-Regular;
  font-size: 16px;
}
.rob_16.w_b {
  font-family: Roboto-Bold;
}

.rob_17 {
  font-family: Roboto-Regular;
  font-size: 17px;
}
.rob_17.w_b {
  font-family: Roboto-Bold;
}

.rob_18 {
  font-family: Roboto-Regular;
  font-size: 18px;
}
.rob_18.w_b {
  font-family: Roboto-Bold;
}

.rob_19 {
  font-family: Roboto-Regular;
  font-size: 19px;
}
.rob_19.w_b {
  font-family: Roboto-Bold;
}

.rob_20 {
  font-family: Roboto-Regular;
  font-size: 20px;
}
.rob_20.w_b {
  font-family: Roboto-Bold;
}

.rob_21 {
  font-family: Roboto-Regular;
  font-size: 21px;
}
.rob_21.w_b {
  font-family: Roboto-Bold;
}

.rob_22 {
  font-family: Roboto-Regular;
  font-size: 22px;
}
.rob_22.w_b {
  font-family: Roboto-Bold;
}

.rob_23 {
  font-family: Roboto-Regular;
  font-size: 23px;
}
.rob_23.w_b {
  font-family: Roboto-Bold;
}

.rob_24 {
  font-family: Roboto-Regular;
  font-size: 24px;
}
.rob_24.w_b {
  font-family: Roboto-Bold;
}

.rob_25 {
  font-family: Roboto-Regular;
  font-size: 25px;
}
.rob_25.w_b {
  font-family: Roboto-Bold;
}

.rob_26 {
  font-family: Roboto-Regular;
  font-size: 26px;
}
.rob_26.w_b {
  font-family: Roboto-Bold;
}

.rob_27 {
  font-family: Roboto-Regular;
  font-size: 27px;
}
.rob_27.w_b {
  font-family: Roboto-Bold;
}

.rob_28 {
  font-family: Roboto-Regular;
  font-size: 28px;
}
.rob_28.w_b {
  font-family: Roboto-Bold;
}

.rob_29 {
  font-family: Roboto-Regular;
  font-size: 29px;
}
.rob_29.w_b {
  font-family: Roboto-Bold;
}

.rob_30 {
  font-family: Roboto-Regular;
  font-size: 30px;
}
.rob_30.w_b {
  font-family: Roboto-Bold;
}

.rob_31 {
  font-family: Roboto-Regular;
  font-size: 31px;
}
.rob_31.w_b {
  font-family: Roboto-Bold;
}

.rob_32 {
  font-family: Roboto-Regular;
  font-size: 32px;
}
.rob_32.w_b {
  font-family: Roboto-Bold;
}

.rob_33 {
  font-family: Roboto-Regular;
  font-size: 33px;
}
.rob_33.w_b {
  font-family: Roboto-Bold;
}

.rob_34 {
  font-family: Roboto-Regular;
  font-size: 34px;
}
.rob_34.w_b {
  font-family: Roboto-Bold;
}

.rob_35 {
  font-family: Roboto-Regular;
  font-size: 35px;
}
.rob_35.w_b {
  font-family: Roboto-Bold;
}

.rob_36 {
  font-family: Roboto-Regular;
  font-size: 36px;
}
.rob_36.w_b {
  font-family: Roboto-Bold;
}

.rob_37 {
  font-family: Roboto-Regular;
  font-size: 37px;
}
.rob_37.w_b {
  font-family: Roboto-Bold;
}

.rob_38 {
  font-family: Roboto-Regular;
  font-size: 38px;
}
.rob_38.w_b {
  font-family: Roboto-Bold;
}

.rob_39 {
  font-family: Roboto-Regular;
  font-size: 39px;
}
.rob_39.w_b {
  font-family: Roboto-Bold;
}

.rob_40 {
  font-family: Roboto-Regular;
  font-size: 40px;
}
.rob_40.w_b {
  font-family: Roboto-Bold;
}

.rob_41 {
  font-family: Roboto-Regular;
  font-size: 41px;
}
.rob_41.w_b {
  font-family: Roboto-Bold;
}

.rob_42 {
  font-family: Roboto-Regular;
  font-size: 42px;
}
.rob_42.w_b {
  font-family: Roboto-Bold;
}

.rob_43 {
  font-family: Roboto-Regular;
  font-size: 43px;
}
.rob_43.w_b {
  font-family: Roboto-Bold;
}

.rob_44 {
  font-family: Roboto-Regular;
  font-size: 44px;
}
.rob_44.w_b {
  font-family: Roboto-Bold;
}

.rob_45 {
  font-family: Roboto-Regular;
  font-size: 45px;
}
.rob_45.w_b {
  font-family: Roboto-Bold;
}

.rob_46 {
  font-family: Roboto-Regular;
  font-size: 46px;
}
.rob_46.w_b {
  font-family: Roboto-Bold;
}

.rob_47 {
  font-family: Roboto-Regular;
  font-size: 47px;
}
.rob_47.w_b {
  font-family: Roboto-Bold;
}

.rob_48 {
  font-family: Roboto-Regular;
  font-size: 48px;
}
.rob_48.w_b {
  font-family: Roboto-Bold;
}

.rob_49 {
  font-family: Roboto-Regular;
  font-size: 49px;
}
.rob_49.w_b {
  font-family: Roboto-Bold;
}

.rix_eb_10 {
  font-family: RixHeadEB;
  font-size: 10px;
}

.rix_eb_11 {
  font-family: RixHeadEB;
  font-size: 11px;
}

.rix_eb_12 {
  font-family: RixHeadEB;
  font-size: 12px;
}

.rix_eb_13 {
  font-family: RixHeadEB;
  font-size: 13px;
}

.rix_eb_14 {
  font-family: RixHeadEB;
  font-size: 14px;
}

.rix_eb_15 {
  font-family: RixHeadEB;
  font-size: 15px;
}

.rix_eb_16 {
  font-family: RixHeadEB;
  font-size: 16px;
}

.rix_eb_17 {
  font-family: RixHeadEB;
  font-size: 17px;
}

.rix_eb_18 {
  font-family: RixHeadEB;
  font-size: 18px;
}

.rix_eb_19 {
  font-family: RixHeadEB;
  font-size: 19px;
}

.rix_eb_20 {
  font-family: RixHeadEB;
  font-size: 20px;
}

.rix_eb_21 {
  font-family: RixHeadEB;
  font-size: 21px;
}

.rix_eb_22 {
  font-family: RixHeadEB;
  font-size: 22px;
}

.rix_eb_23 {
  font-family: RixHeadEB;
  font-size: 23px;
}

.rix_eb_24 {
  font-family: RixHeadEB;
  font-size: 24px;
}

.rix_eb_25 {
  font-family: RixHeadEB;
  font-size: 25px;
}

.rix_eb_26 {
  font-family: RixHeadEB;
  font-size: 26px;
}

.rix_eb_27 {
  font-family: RixHeadEB;
  font-size: 27px;
}

.rix_eb_28 {
  font-family: RixHeadEB;
  font-size: 28px;
}

.rix_eb_29 {
  font-family: RixHeadEB;
  font-size: 29px;
}

.rix_eb_30 {
  font-family: RixHeadEB;
  font-size: 30px;
}

.rix_eb_31 {
  font-family: RixHeadEB;
  font-size: 31px;
}

.rix_eb_32 {
  font-family: RixHeadEB;
  font-size: 32px;
}

.rix_eb_33 {
  font-family: RixHeadEB;
  font-size: 33px;
}

.rix_eb_34 {
  font-family: RixHeadEB;
  font-size: 34px;
}

.rix_eb_35 {
  font-family: RixHeadEB;
  font-size: 35px;
}

.rix_eb_36 {
  font-family: RixHeadEB;
  font-size: 36px;
}

.rix_eb_37 {
  font-family: RixHeadEB;
  font-size: 37px;
}

.rix_eb_38 {
  font-family: RixHeadEB;
  font-size: 38px;
}

.rix_eb_39 {
  font-family: RixHeadEB;
  font-size: 39px;
}

.rix_eb_40 {
  font-family: RixHeadEB;
  font-size: 40px;
}

.rix_eb_41 {
  font-family: RixHeadEB;
  font-size: 41px;
}

.rix_eb_42 {
  font-family: RixHeadEB;
  font-size: 42px;
}

.rix_eb_43 {
  font-family: RixHeadEB;
  font-size: 43px;
}

.rix_eb_44 {
  font-family: RixHeadEB;
  font-size: 44px;
}

.rix_eb_45 {
  font-family: RixHeadEB;
  font-size: 45px;
}

.rix_eb_46 {
  font-family: RixHeadEB;
  font-size: 46px;
}

.rix_eb_47 {
  font-family: RixHeadEB;
  font-size: 47px;
}

.rix_eb_48 {
  font-family: RixHeadEB;
  font-size: 48px;
}

.rix_eb_49 {
  font-family: RixHeadEB;
  font-size: 49px;
}

.rix_eb_50 {
  font-family: RixHeadEB;
  font-size: 50px;
}

.rix_eb_51 {
  font-family: RixHeadEB;
  font-size: 51px;
}

.rix_eb_52 {
  font-family: RixHeadEB;
  font-size: 52px;
}

.rix_eb_53 {
  font-family: RixHeadEB;
  font-size: 53px;
}

.rix_eb_54 {
  font-family: RixHeadEB;
  font-size: 54px;
}

.rix_eb_55 {
  font-family: RixHeadEB;
  font-size: 55px;
}

.rix_eb_56 {
  font-family: RixHeadEB;
  font-size: 56px;
}

.rix_eb_57 {
  font-family: RixHeadEB;
  font-size: 57px;
}

.rix_eb_58 {
  font-family: RixHeadEB;
  font-size: 58px;
}

.rix_eb_59 {
  font-family: RixHeadEB;
  font-size: 59px;
}

.lh_10 {
  line-height: 10px;
}

.lh_11 {
  line-height: 11px;
}

.lh_12 {
  line-height: 12px;
}

.lh_13 {
  line-height: 13px;
}

.lh_14 {
  line-height: 14px;
}

.lh_15 {
  line-height: 15px;
}

.lh_16 {
  line-height: 16px;
}

.lh_17 {
  line-height: 17px;
}

.lh_18 {
  line-height: 18px;
}

.lh_19 {
  line-height: 19px;
}

.lh_20 {
  line-height: 20px;
}

.lh_21 {
  line-height: 21px;
}

.lh_22 {
  line-height: 22px;
}

.lh_23 {
  line-height: 23px;
}

.lh_24 {
  line-height: 24px;
}

.lh_25 {
  line-height: 25px;
}

.lh_26 {
  line-height: 26px;
}

.lh_27 {
  line-height: 27px;
}

.lh_28 {
  line-height: 28px;
}

.lh_29 {
  line-height: 29px;
}

.lh_30 {
  line-height: 30px;
}

.lh_31 {
  line-height: 31px;
}

.lh_32 {
  line-height: 32px;
}

.lh_33 {
  line-height: 33px;
}

.lh_34 {
  line-height: 34px;
}

.lh_35 {
  line-height: 35px;
}

.lh_36 {
  line-height: 36px;
}

.lh_37 {
  line-height: 37px;
}

.lh_38 {
  line-height: 38px;
}

.lh_39 {
  line-height: 39px;
}

.lh_40 {
  line-height: 40px;
}

.lh_41 {
  line-height: 41px;
}

.lh_42 {
  line-height: 42px;
}

.lh_43 {
  line-height: 43px;
}

.lh_44 {
  line-height: 44px;
}

.lh_45 {
  line-height: 45px;
}

.lh_46 {
  line-height: 46px;
}

.lh_47 {
  line-height: 47px;
}

.lh_48 {
  line-height: 48px;
}

.lh_49 {
  line-height: 49px;
}

.lh_50 {
  line-height: 50px;
}

.lh_51 {
  line-height: 51px;
}

.lh_52 {
  line-height: 52px;
}

.lh_53 {
  line-height: 53px;
}

.lh_54 {
  line-height: 54px;
}

.lh_55 {
  line-height: 55px;
}

.lh_56 {
  line-height: 56px;
}

.lh_57 {
  line-height: 57px;
}

.lh_58 {
  line-height: 58px;
}

.lh_59 {
  line-height: 59px;
}

.lh_60 {
  line-height: 60px;
}

.lh_61 {
  line-height: 61px;
}

.lh_62 {
  line-height: 62px;
}

.lh_63 {
  line-height: 63px;
}

.lh_64 {
  line-height: 64px;
}

.lh_65 {
  line-height: 65px;
}

.lh_66 {
  line-height: 66px;
}

.lh_67 {
  line-height: 67px;
}

.lh_68 {
  line-height: 68px;
}

.lh_69 {
  line-height: 69px;
}

.lh_70 {
  line-height: 70px;
}

.lh_71 {
  line-height: 71px;
}

.lh_72 {
  line-height: 72px;
}

.lh_73 {
  line-height: 73px;
}

.lh_74 {
  line-height: 74px;
}

.lh_75 {
  line-height: 75px;
}

.lh_76 {
  line-height: 76px;
}

.lh_77 {
  line-height: 77px;
}

.lh_78 {
  line-height: 78px;
}

.lh_79 {
  line-height: 79px;
}

.lh_80 {
  line-height: 80px;
}

.lh_81 {
  line-height: 81px;
}

.lh_82 {
  line-height: 82px;
}

.lh_83 {
  line-height: 83px;
}

.lh_84 {
  line-height: 84px;
}

.lh_85 {
  line-height: 85px;
}

.lh_86 {
  line-height: 86px;
}

.lh_87 {
  line-height: 87px;
}

.lh_88 {
  line-height: 88px;
}

.lh_89 {
  line-height: 89px;
}

.lh_90 {
  line-height: 90px;
}

.lh_91 {
  line-height: 91px;
}

.lh_92 {
  line-height: 92px;
}

.lh_93 {
  line-height: 93px;
}

.lh_94 {
  line-height: 94px;
}

.lh_95 {
  line-height: 95px;
}

.lh_96 {
  line-height: 96px;
}

.lh_97 {
  line-height: 97px;
}

.lh_98 {
  line-height: 98px;
}

.lh_99 {
  line-height: 99px;
}

.lh_100 {
  line-height: 100px;
}

.lh_101 {
  line-height: 101px;
}

.lh_102 {
  line-height: 102px;
}

.lh_103 {
  line-height: 103px;
}

.lh_104 {
  line-height: 104px;
}

.lh_105 {
  line-height: 105px;
}

.lh_106 {
  line-height: 106px;
}

.lh_107 {
  line-height: 107px;
}

.lh_108 {
  line-height: 108px;
}

.lh_109 {
  line-height: 109px;
}

.nok_10 {
  font-family: NotoSansKR_Regular;
  font-size: 10px;
}
.nok_10.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_11 {
  font-family: NotoSansKR_Regular;
  font-size: 11px;
}
.nok_11.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_12 {
  font-family: NotoSansKR_Regular;
  font-size: 12px;
}
.nok_12.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_13 {
  font-family: NotoSansKR_Regular;
  font-size: 13px;
}
.nok_13.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_14 {
  font-family: NotoSansKR_Regular;
  font-size: 14px;
}
.nok_14.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_15 {
  font-family: NotoSansKR_Regular;
  font-size: 15px;
}
.nok_15.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_16 {
  font-family: NotoSansKR_Regular;
  font-size: 16px;
}
.nok_16.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_17 {
  font-family: NotoSansKR_Regular;
  font-size: 17px;
}
.nok_17.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_18 {
  font-family: NotoSansKR_Regular;
  font-size: 18px;
}
.nok_18.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_19 {
  font-family: NotoSansKR_Regular;
  font-size: 19px;
}
.nok_19.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_20 {
  font-family: NotoSansKR_Regular;
  font-size: 20px;
}
.nok_20.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_21 {
  font-family: NotoSansKR_Regular;
  font-size: 21px;
}
.nok_21.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_22 {
  font-family: NotoSansKR_Regular;
  font-size: 22px;
}
.nok_22.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_23 {
  font-family: NotoSansKR_Regular;
  font-size: 23px;
}
.nok_23.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_24 {
  font-family: NotoSansKR_Regular;
  font-size: 24px;
}
.nok_24.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_25 {
  font-family: NotoSansKR_Regular;
  font-size: 25px;
}
.nok_25.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_26 {
  font-family: NotoSansKR_Regular;
  font-size: 26px;
}
.nok_26.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_27 {
  font-family: NotoSansKR_Regular;
  font-size: 27px;
}
.nok_27.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_28 {
  font-family: NotoSansKR_Regular;
  font-size: 28px;
}
.nok_28.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_29 {
  font-family: NotoSansKR_Regular;
  font-size: 29px;
}
.nok_29.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_30 {
  font-family: NotoSansKR_Regular;
  font-size: 30px;
}
.nok_30.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_31 {
  font-family: NotoSansKR_Regular;
  font-size: 31px;
}
.nok_31.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_32 {
  font-family: NotoSansKR_Regular;
  font-size: 32px;
}
.nok_32.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_33 {
  font-family: NotoSansKR_Regular;
  font-size: 33px;
}
.nok_33.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_34 {
  font-family: NotoSansKR_Regular;
  font-size: 34px;
}
.nok_34.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_35 {
  font-family: NotoSansKR_Regular;
  font-size: 35px;
}
.nok_35.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_36 {
  font-family: NotoSansKR_Regular;
  font-size: 36px;
}
.nok_36.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_37 {
  font-family: NotoSansKR_Regular;
  font-size: 37px;
}
.nok_37.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_38 {
  font-family: NotoSansKR_Regular;
  font-size: 38px;
}
.nok_38.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_39 {
  font-family: NotoSansKR_Regular;
  font-size: 39px;
}
.nok_39.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_40 {
  font-family: NotoSansKR_Regular;
  font-size: 40px;
}
.nok_40.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_41 {
  font-family: NotoSansKR_Regular;
  font-size: 41px;
}
.nok_41.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_42 {
  font-family: NotoSansKR_Regular;
  font-size: 42px;
}
.nok_42.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_43 {
  font-family: NotoSansKR_Regular;
  font-size: 43px;
}
.nok_43.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_44 {
  font-family: NotoSansKR_Regular;
  font-size: 44px;
}
.nok_44.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_45 {
  font-family: NotoSansKR_Regular;
  font-size: 45px;
}
.nok_45.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_46 {
  font-family: NotoSansKR_Regular;
  font-size: 46px;
}
.nok_46.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_47 {
  font-family: NotoSansKR_Regular;
  font-size: 47px;
}
.nok_47.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_48 {
  font-family: NotoSansKR_Regular;
  font-size: 48px;
}
.nok_48.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_49 {
  font-family: NotoSansKR_Regular;
  font-size: 49px;
}
.nok_49.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_50 {
  font-family: NotoSansKR_Regular;
  font-size: 50px;
}
.nok_50.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_51 {
  font-family: NotoSansKR_Regular;
  font-size: 51px;
}
.nok_51.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_52 {
  font-family: NotoSansKR_Regular;
  font-size: 52px;
}
.nok_52.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_53 {
  font-family: NotoSansKR_Regular;
  font-size: 53px;
}
.nok_53.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_54 {
  font-family: NotoSansKR_Regular;
  font-size: 54px;
}
.nok_54.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_55 {
  font-family: NotoSansKR_Regular;
  font-size: 55px;
}
.nok_55.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_56 {
  font-family: NotoSansKR_Regular;
  font-size: 56px;
}
.nok_56.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_57 {
  font-family: NotoSansKR_Regular;
  font-size: 57px;
}
.nok_57.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_58 {
  font-family: NotoSansKR_Regular;
  font-size: 58px;
}
.nok_58.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_59 {
  font-family: NotoSansKR_Regular;
  font-size: 59px;
}
.nok_59.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_60 {
  font-family: NotoSansKR_Regular;
  font-size: 60px;
}
.nok_60.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_61 {
  font-family: NotoSansKR_Regular;
  font-size: 61px;
}
.nok_61.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_62 {
  font-family: NotoSansKR_Regular;
  font-size: 62px;
}
.nok_62.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_63 {
  font-family: NotoSansKR_Regular;
  font-size: 63px;
}
.nok_63.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_64 {
  font-family: NotoSansKR_Regular;
  font-size: 64px;
}
.nok_64.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_65 {
  font-family: NotoSansKR_Regular;
  font-size: 65px;
}
.nok_65.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_66 {
  font-family: NotoSansKR_Regular;
  font-size: 66px;
}
.nok_66.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_67 {
  font-family: NotoSansKR_Regular;
  font-size: 67px;
}
.nok_67.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_68 {
  font-family: NotoSansKR_Regular;
  font-size: 68px;
}
.nok_68.w_b {
  font-family: NotoSansKR_Bold;
}

.nok_69 {
  font-family: NotoSansKR_Regular;
  font-size: 69px;
}
.nok_69.w_b {
  font-family: NotoSansKR_Bold;
}

.nm_10 {
  font-family: NanumMyeongjo-Regular;
  font-size: 10px;
}
.nm_10.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_10.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_11 {
  font-family: NanumMyeongjo-Regular;
  font-size: 11px;
}
.nm_11.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_11.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_12 {
  font-family: NanumMyeongjo-Regular;
  font-size: 12px;
}
.nm_12.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_12.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_13 {
  font-family: NanumMyeongjo-Regular;
  font-size: 13px;
}
.nm_13.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_13.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_14 {
  font-family: NanumMyeongjo-Regular;
  font-size: 14px;
}
.nm_14.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_14.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_15 {
  font-family: NanumMyeongjo-Regular;
  font-size: 15px;
}
.nm_15.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_15.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_16 {
  font-family: NanumMyeongjo-Regular;
  font-size: 16px;
}
.nm_16.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_16.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_17 {
  font-family: NanumMyeongjo-Regular;
  font-size: 17px;
}
.nm_17.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_17.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_18 {
  font-family: NanumMyeongjo-Regular;
  font-size: 18px;
}
.nm_18.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_18.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_19 {
  font-family: NanumMyeongjo-Regular;
  font-size: 19px;
}
.nm_19.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_19.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_20 {
  font-family: NanumMyeongjo-Regular;
  font-size: 20px;
}
.nm_20.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_20.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_21 {
  font-family: NanumMyeongjo-Regular;
  font-size: 21px;
}
.nm_21.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_21.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_22 {
  font-family: NanumMyeongjo-Regular;
  font-size: 22px;
}
.nm_22.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_22.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_23 {
  font-family: NanumMyeongjo-Regular;
  font-size: 23px;
}
.nm_23.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_23.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_24 {
  font-family: NanumMyeongjo-Regular;
  font-size: 24px;
}
.nm_24.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_24.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_25 {
  font-family: NanumMyeongjo-Regular;
  font-size: 25px;
}
.nm_25.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_25.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_26 {
  font-family: NanumMyeongjo-Regular;
  font-size: 26px;
}
.nm_26.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_26.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_27 {
  font-family: NanumMyeongjo-Regular;
  font-size: 27px;
}
.nm_27.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_27.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_28 {
  font-family: NanumMyeongjo-Regular;
  font-size: 28px;
}
.nm_28.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_28.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_29 {
  font-family: NanumMyeongjo-Regular;
  font-size: 29px;
}
.nm_29.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_29.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_30 {
  font-family: NanumMyeongjo-Regular;
  font-size: 30px;
}
.nm_30.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_30.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_31 {
  font-family: NanumMyeongjo-Regular;
  font-size: 31px;
}
.nm_31.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_31.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_32 {
  font-family: NanumMyeongjo-Regular;
  font-size: 32px;
}
.nm_32.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_32.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_33 {
  font-family: NanumMyeongjo-Regular;
  font-size: 33px;
}
.nm_33.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_33.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_34 {
  font-family: NanumMyeongjo-Regular;
  font-size: 34px;
}
.nm_34.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_34.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_35 {
  font-family: NanumMyeongjo-Regular;
  font-size: 35px;
}
.nm_35.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_35.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_36 {
  font-family: NanumMyeongjo-Regular;
  font-size: 36px;
}
.nm_36.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_36.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_37 {
  font-family: NanumMyeongjo-Regular;
  font-size: 37px;
}
.nm_37.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_37.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_38 {
  font-family: NanumMyeongjo-Regular;
  font-size: 38px;
}
.nm_38.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_38.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_39 {
  font-family: NanumMyeongjo-Regular;
  font-size: 39px;
}
.nm_39.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_39.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_40 {
  font-family: NanumMyeongjo-Regular;
  font-size: 40px;
}
.nm_40.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_40.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_41 {
  font-family: NanumMyeongjo-Regular;
  font-size: 41px;
}
.nm_41.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_41.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_42 {
  font-family: NanumMyeongjo-Regular;
  font-size: 42px;
}
.nm_42.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_42.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_43 {
  font-family: NanumMyeongjo-Regular;
  font-size: 43px;
}
.nm_43.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_43.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_44 {
  font-family: NanumMyeongjo-Regular;
  font-size: 44px;
}
.nm_44.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_44.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_45 {
  font-family: NanumMyeongjo-Regular;
  font-size: 45px;
}
.nm_45.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_45.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_46 {
  font-family: NanumMyeongjo-Regular;
  font-size: 46px;
}
.nm_46.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_46.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_47 {
  font-family: NanumMyeongjo-Regular;
  font-size: 47px;
}
.nm_47.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_47.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_48 {
  font-family: NanumMyeongjo-Regular;
  font-size: 48px;
}
.nm_48.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_48.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_49 {
  font-family: NanumMyeongjo-Regular;
  font-size: 49px;
}
.nm_49.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_49.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_50 {
  font-family: NanumMyeongjo-Regular;
  font-size: 50px;
}
.nm_50.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_50.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_51 {
  font-family: NanumMyeongjo-Regular;
  font-size: 51px;
}
.nm_51.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_51.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_52 {
  font-family: NanumMyeongjo-Regular;
  font-size: 52px;
}
.nm_52.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_52.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_53 {
  font-family: NanumMyeongjo-Regular;
  font-size: 53px;
}
.nm_53.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_53.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_54 {
  font-family: NanumMyeongjo-Regular;
  font-size: 54px;
}
.nm_54.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_54.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_55 {
  font-family: NanumMyeongjo-Regular;
  font-size: 55px;
}
.nm_55.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_55.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_56 {
  font-family: NanumMyeongjo-Regular;
  font-size: 56px;
}
.nm_56.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_56.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_57 {
  font-family: NanumMyeongjo-Regular;
  font-size: 57px;
}
.nm_57.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_57.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_58 {
  font-family: NanumMyeongjo-Regular;
  font-size: 58px;
}
.nm_58.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_58.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_59 {
  font-family: NanumMyeongjo-Regular;
  font-size: 59px;
}
.nm_59.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_59.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_60 {
  font-family: NanumMyeongjo-Regular;
  font-size: 60px;
}
.nm_60.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_60.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_61 {
  font-family: NanumMyeongjo-Regular;
  font-size: 61px;
}
.nm_61.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_61.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_62 {
  font-family: NanumMyeongjo-Regular;
  font-size: 62px;
}
.nm_62.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_62.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_63 {
  font-family: NanumMyeongjo-Regular;
  font-size: 63px;
}
.nm_63.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_63.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_64 {
  font-family: NanumMyeongjo-Regular;
  font-size: 64px;
}
.nm_64.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_64.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_65 {
  font-family: NanumMyeongjo-Regular;
  font-size: 65px;
}
.nm_65.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_65.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_66 {
  font-family: NanumMyeongjo-Regular;
  font-size: 66px;
}
.nm_66.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_66.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_67 {
  font-family: NanumMyeongjo-Regular;
  font-size: 67px;
}
.nm_67.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_67.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_68 {
  font-family: NanumMyeongjo-Regular;
  font-size: 68px;
}
.nm_68.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_68.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_69 {
  font-family: NanumMyeongjo-Regular;
  font-size: 69px;
}
.nm_69.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_69.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_70 {
  font-family: NanumMyeongjo-Regular;
  font-size: 70px;
}
.nm_70.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_70.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_71 {
  font-family: NanumMyeongjo-Regular;
  font-size: 71px;
}
.nm_71.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_71.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_72 {
  font-family: NanumMyeongjo-Regular;
  font-size: 72px;
}
.nm_72.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_72.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_73 {
  font-family: NanumMyeongjo-Regular;
  font-size: 73px;
}
.nm_73.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_73.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_74 {
  font-family: NanumMyeongjo-Regular;
  font-size: 74px;
}
.nm_74.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_74.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_75 {
  font-family: NanumMyeongjo-Regular;
  font-size: 75px;
}
.nm_75.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_75.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_76 {
  font-family: NanumMyeongjo-Regular;
  font-size: 76px;
}
.nm_76.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_76.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_77 {
  font-family: NanumMyeongjo-Regular;
  font-size: 77px;
}
.nm_77.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_77.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_78 {
  font-family: NanumMyeongjo-Regular;
  font-size: 78px;
}
.nm_78.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_78.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_79 {
  font-family: NanumMyeongjo-Regular;
  font-size: 79px;
}
.nm_79.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_79.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_80 {
  font-family: NanumMyeongjo-Regular;
  font-size: 80px;
}
.nm_80.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_80.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_81 {
  font-family: NanumMyeongjo-Regular;
  font-size: 81px;
}
.nm_81.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_81.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_82 {
  font-family: NanumMyeongjo-Regular;
  font-size: 82px;
}
.nm_82.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_82.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_83 {
  font-family: NanumMyeongjo-Regular;
  font-size: 83px;
}
.nm_83.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_83.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_84 {
  font-family: NanumMyeongjo-Regular;
  font-size: 84px;
}
.nm_84.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_84.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_85 {
  font-family: NanumMyeongjo-Regular;
  font-size: 85px;
}
.nm_85.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_85.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_86 {
  font-family: NanumMyeongjo-Regular;
  font-size: 86px;
}
.nm_86.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_86.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_87 {
  font-family: NanumMyeongjo-Regular;
  font-size: 87px;
}
.nm_87.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_87.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_88 {
  font-family: NanumMyeongjo-Regular;
  font-size: 88px;
}
.nm_88.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_88.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_89 {
  font-family: NanumMyeongjo-Regular;
  font-size: 89px;
}
.nm_89.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_89.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_90 {
  font-family: NanumMyeongjo-Regular;
  font-size: 90px;
}
.nm_90.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_90.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_91 {
  font-family: NanumMyeongjo-Regular;
  font-size: 91px;
}
.nm_91.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_91.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_92 {
  font-family: NanumMyeongjo-Regular;
  font-size: 92px;
}
.nm_92.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_92.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_93 {
  font-family: NanumMyeongjo-Regular;
  font-size: 93px;
}
.nm_93.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_93.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_94 {
  font-family: NanumMyeongjo-Regular;
  font-size: 94px;
}
.nm_94.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_94.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_95 {
  font-family: NanumMyeongjo-Regular;
  font-size: 95px;
}
.nm_95.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_95.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_96 {
  font-family: NanumMyeongjo-Regular;
  font-size: 96px;
}
.nm_96.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_96.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_97 {
  font-family: NanumMyeongjo-Regular;
  font-size: 97px;
}
.nm_97.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_97.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_98 {
  font-family: NanumMyeongjo-Regular;
  font-size: 98px;
}
.nm_98.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_98.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.nm_99 {
  font-family: NanumMyeongjo-Regular;
  font-size: 99px;
}
.nm_99.w_b {
  font-family: NanumMyeongjo-Bold;
}
.nm_99.w_b2 {
  font-family: NanumMyeongjo-ExtraBold;
}

.rix_22.w_eb {
  font-family: RixHeadEB;
  font-size: 22px;
}

.rix_16.w_eb {
  font-family: RixHeadEB;
  font-size: 16px;
}

.itc_70.w_b {
  font-family: AvantGardeGothicITCW01_Bd;
  font-size: 70px;
}

.nick_all_font_13 {
  font-family: NotoSansKR_Regular_all;
  font-size: 13px;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.lnb_sub .lnb_sub_0 {
  top: 50%;
  left: 0;
  top: 50%;
  margin-top: -139px;
  position: fixed;
}
.lnb_sub .lnb_sub_0.on_0 .a0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_0.on_0 .a0 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_0.on_0 .a1 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.lnb_sub .lnb_sub_0.on_0 .focus_line {
  top: 60px;
}
.lnb_sub .lnb_sub_0.on_1 .a0 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.lnb_sub .lnb_sub_0.on_1 .a1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_0.on_1 .a1 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_0.on_1 .focus_line {
  top: 160px;
}
.lnb_sub .lnb_sub_0.st_0 .bg .item.s0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_0.st_0 .bg .item.s1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_0.st_0 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_0.st_1 .bg .item.s0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_0.st_1 .bg .item.s1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_0.st_1 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_0.st_1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_0 .bg {
  clip: rect(0, 1px, 278px, 0);
  width: 1px;
  height: 278px;
  position: absolute;
}
.lnb_sub .lnb_sub_0 .bg.clip {
  clip: rect(0, 1px, 0px, 0);
}
.lnb_sub .lnb_sub_0 .bg .item {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lnb_sub .lnb_sub_0 .bg .item.s0 {
  background-image: url("../img/pc/story/lnb/bg_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 278px;
}
.lnb_sub .lnb_sub_0 .bg .item.s1 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 278px;
}
.lnb_sub .lnb_sub_0 .menu {
  position: relative;
  left: 22px;
}
.lnb_sub .lnb_sub_0 .menu .sub_menu_1, .lnb_sub .lnb_sub_0 .menu .sub_menu_2, .lnb_sub .lnb_sub_0 .menu .sub_menu_3, .lnb_sub .lnb_sub_0 .menu .sub_menu_4, .lnb_sub .lnb_sub_0 .menu .sub_menu_5 {
  display: none;
}
.lnb_sub .lnb_sub_0 .menu .item {
  margin-top: 82px;
  -webkit-transition: opacity linear 0.4s;
  -sand-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
}
.lnb_sub .lnb_sub_0 .menu .item .tx {
  color: #fff;
  -webkit-transition: color 0.6s linear;
  -sand-transition: color 0.6s linear;
  transition: color 0.6s linear;
}
.lnb_sub .lnb_sub_0 .focus_line {
  position: absolute;
  -webkit-transition: top 0.4s ease-out;
  -sand-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  top: 0px;
}
.lnb_sub .lnb_sub_0 .focus_line .item {
  clip: rect(0, 2px, 57px, 0);
  position: absolute;
  background-color: #b4061e;
  width: 2px;
  height: 57px;
}
.lnb_sub .lnb_sub_0 .focus_line .item.clip {
  clip: rect(0, 2px, 0px, 0);
}
.lnb_sub .lnb_sub_1 {
  top: 50%;
  left: 0;
  top: 50%;
  margin-top: -187px;
  position: fixed;
}
.lnb_sub .lnb_sub_1.on_0 .a0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_1.on_0 .a0 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_1.on_0 .a1, .lnb_sub .lnb_sub_1.on_0 .a2 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.lnb_sub .lnb_sub_1.on_0 .focus_line {
  top: 60px;
}
.lnb_sub .lnb_sub_1.on_1 .a0, .lnb_sub .lnb_sub_1.on_1 .a2 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.lnb_sub .lnb_sub_1.on_1 .a1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_1.on_1 .a1 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_1.on_1 .focus_line {
  top: 160px;
}
.lnb_sub .lnb_sub_1.on_2 .a0, .lnb_sub .lnb_sub_1.on_2 .a1 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.lnb_sub .lnb_sub_1.on_2 .a2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_1.on_2 .a2 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_1.on_2 .focus_line {
  top: 260px;
}
.lnb_sub .lnb_sub_1.st_0 .bg .item.s0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_1.st_0 .bg .item.s1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_1.st_0 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_1.st_1 .bg .item.s0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_1.st_1 .bg .item.s1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_1.st_1 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_1.st_1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_1 .bg {
  clip: rect(0, 1px, 374px, 0);
  width: 1px;
  height: 374px;
  position: absolute;
}
.lnb_sub .lnb_sub_1 .bg.clip {
  clip: rect(0, 1px, 0px, 0);
}
.lnb_sub .lnb_sub_1 .bg .item {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lnb_sub .lnb_sub_1 .bg .item.s0 {
  background-image: url("../img/pc/story/lnb/bg_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 374px;
}
.lnb_sub .lnb_sub_1 .bg .item.s1 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 374px;
}
.lnb_sub .lnb_sub_1 .bg .item.s2 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 374px;
}
.lnb_sub .lnb_sub_1 .menu {
  position: relative;
  left: 22px;
}
.lnb_sub .lnb_sub_1 .menu .sub_menu_0, .lnb_sub .lnb_sub_1 .menu .sub_menu_2, .lnb_sub .lnb_sub_1 .menu .sub_menu_3, .lnb_sub .lnb_sub_1 .menu .sub_menu_4, .lnb_sub .lnb_sub_1 .menu .sub_menu_5 {
  display: none;
}
.lnb_sub .lnb_sub_1 .menu .item {
  margin-top: 82px;
  -webkit-transition: opacity linear 0.4s;
  -sand-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
}
.lnb_sub .lnb_sub_1 .menu .item .tx {
  color: #fff;
  -webkit-transition: color 0.6s linear;
  -sand-transition: color 0.6s linear;
  transition: color 0.6s linear;
}
.lnb_sub .lnb_sub_1 .focus_line {
  position: absolute;
  -webkit-transition: top 0.4s ease-out;
  -sand-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  top: 0px;
}
.lnb_sub .lnb_sub_1 .focus_line .item {
  clip: rect(0, 2px, 57px, 0);
  position: absolute;
  background-color: #b4061e;
  width: 2px;
  height: 57px;
}
.lnb_sub .lnb_sub_1 .focus_line .item.clip {
  clip: rect(0, 2px, 0px, 0);
}
.lnb_sub .lnb_sub_2 {
  top: 50%;
  left: 0;
  top: 40.1%;
  margin-top: -187px;
  position: fixed;
}
.lnb_sub .lnb_sub_2 .a0, .lnb_sub .lnb_sub_2 .a1, .lnb_sub .lnb_sub_2 .a2, .lnb_sub .lnb_sub_2 .a3, .lnb_sub .lnb_sub_2 .a4 {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.lnb_sub .lnb_sub_2.on_0 .a0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_2.on_0 .a0 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_2.on_0 .focus_line {
  top: 60px;
}
.lnb_sub .lnb_sub_2.on_1 .a1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_2.on_1 .a1 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_2.on_1 .focus_line {
  top: 158px;
}
.lnb_sub .lnb_sub_2.on_2 .a2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_2.on_2 .a2 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_2.on_2 .focus_line {
  top: 256px;
}
.lnb_sub .lnb_sub_2.on_3 .a3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_2.on_3 .a3 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_2.on_3 .focus_line {
  top: 354px;
}
.lnb_sub .lnb_sub_2.on_4 .a4 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_2.on_4 .a4 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_2.on_4 .focus_line {
  top: 452px;
}
.lnb_sub .lnb_sub_2.st_0 .bg .item.s0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_2.st_0 .bg .item.s1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_2.st_0 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_2.st_1 .bg .item.s0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_2.st_1 .bg .item.s1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_2.st_1 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_2.st_1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_2 .bg {
  clip: rect(0, 1px, 566px, 0);
  width: 1px;
  height: 566px;
  position: absolute;
}
.lnb_sub .lnb_sub_2 .bg.clip {
  clip: rect(0, 1px, 0px, 0);
}
.lnb_sub .lnb_sub_2 .bg .item {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lnb_sub .lnb_sub_2 .bg .item.s0 {
  background-image: url("../img/pc/story/lnb/bg_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_2 .bg .item.s1 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_2 .bg .item.s2 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_2 .menu {
  position: relative;
  left: 22px;
}
.lnb_sub .lnb_sub_2 .menu .sub_menu_0, .lnb_sub .lnb_sub_2 .menu .sub_menu_1, .lnb_sub .lnb_sub_2 .menu .sub_menu_3, .lnb_sub .lnb_sub_2 .menu .sub_menu_4, .lnb_sub .lnb_sub_2 .menu .sub_menu_5 {
  display: none;
}
.lnb_sub .lnb_sub_2 .menu .item {
  margin-top: 79px;
  -webkit-transition: opacity linear 0.4s;
  -sand-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
}
.lnb_sub .lnb_sub_2 .menu .item .tx {
  color: #fff;
  -webkit-transition: color 0.6s linear;
  -sand-transition: color 0.6s linear;
  transition: color 0.6s linear;
}
.lnb_sub .lnb_sub_2 .menu .item .tx.comming {
  line-height: 27px;
  font-size: 10.8px;
  opacity: 0.12;
}
.lnb_sub .lnb_sub_2 .focus_line {
  position: absolute;
  -webkit-transition: top 0.4s ease-out;
  -sand-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  top: 0px;
}
.lnb_sub .lnb_sub_2 .focus_line .item {
  clip: rect(0, 2px, 57px, 0);
  position: absolute;
  background-color: #b4061e;
  width: 2px;
  height: 57px;
}
.lnb_sub .lnb_sub_2 .focus_line .item.clip {
  clip: rect(0, 2px, 0px, 0);
}
.lnb_sub .lnb_sub_3 {
  top: 50%;
  left: 0;
  top: 40.1%;
  margin-top: -187px;
  position: fixed;
}
.lnb_sub .lnb_sub_3 .a0, .lnb_sub .lnb_sub_3 .a1, .lnb_sub .lnb_sub_3 .a2, .lnb_sub .lnb_sub_3 .a3, .lnb_sub .lnb_sub_3 .a4 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.lnb_sub .lnb_sub_3.on_0 .a0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_3.on_0 .a0 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_3.on_0 .focus_line {
  top: 60px;
}
.lnb_sub .lnb_sub_3.on_1 .a1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_3.on_1 .a1 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_3.on_1 .focus_line {
  top: 160px;
}
.lnb_sub .lnb_sub_3.on_2 .a2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_3.on_2 .a2 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_3.on_2 .focus_line {
  top: 260px;
}
.lnb_sub .lnb_sub_3.on_3 .a3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_3.on_3 .a3 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_3.on_3 .focus_line {
  top: 362px;
}
.lnb_sub .lnb_sub_3.st_0 .bg .item.s0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_3.st_0 .bg .item.s1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_3.st_0 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_3.st_1 .bg .item.s0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_3.st_1 .bg .item.s1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_3.st_1 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_3.st_1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_3 .bg {
  clip: rect(0, 1px, 566px, 0);
  width: 1px;
  height: 566px;
  position: absolute;
}
.lnb_sub .lnb_sub_3 .bg.clip {
  clip: rect(0, 1px, 0px, 0);
}
.lnb_sub .lnb_sub_3 .bg .item {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lnb_sub .lnb_sub_3 .bg .item.s0 {
  background-image: url("../img/pc/story/lnb/bg_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_3 .bg .item.s1 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_3 .bg .item.s2 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_3 .menu {
  position: relative;
  left: 22px;
}
.lnb_sub .lnb_sub_3 .menu .sub_menu_0, .lnb_sub .lnb_sub_3 .menu .sub_menu_1, .lnb_sub .lnb_sub_3 .menu .sub_menu_2, .lnb_sub .lnb_sub_3 .menu .sub_menu_4, .lnb_sub .lnb_sub_3 .menu .sub_menu_5 {
  display: none;
}
.lnb_sub .lnb_sub_3 .menu .item {
  margin-top: 82px;
  -webkit-transition: opacity linear 0.4s;
  -sand-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
}
.lnb_sub .lnb_sub_3 .menu .item.a4 {
  margin-top: 53px;
}
.lnb_sub .lnb_sub_3 .menu .item .tx {
  color: #fff;
  -webkit-transition: color 0.6s linear;
  -sand-transition: color 0.6s linear;
  transition: color 0.6s linear;
}
.lnb_sub .lnb_sub_3 .menu .item .tx.comming {
  line-height: 27px;
  font-size: 10.8px;
}
.lnb_sub .lnb_sub_3 .focus_line {
  position: absolute;
  -webkit-transition: top 0.4s ease-out;
  -sand-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  top: 0px;
}
.lnb_sub .lnb_sub_3 .focus_line .item {
  clip: rect(0, 2px, 57px, 0);
  position: absolute;
  background-color: #b4061e;
  width: 2px;
  height: 57px;
}
.lnb_sub .lnb_sub_3 .focus_line .item.clip {
  clip: rect(0, 2px, 0px, 0);
}
.lnb_sub .lnb_sub_4 {
  top: 50%;
  left: 0;
  top: 40.1%;
  margin-top: -187px;
  position: fixed;
}
.lnb_sub .lnb_sub_4 .a0, .lnb_sub .lnb_sub_4 .a1, .lnb_sub .lnb_sub_4 .a2, .lnb_sub .lnb_sub_4 .a3, .lnb_sub .lnb_sub_4 .a4 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.lnb_sub .lnb_sub_4.on_0 .a0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_4.on_0 .a0 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_4.on_0 .focus_line {
  top: 60px;
}
.lnb_sub .lnb_sub_4.on_1 .a1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_4.on_1 .a1 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_4.on_1 .focus_line {
  top: 160px;
}
.lnb_sub .lnb_sub_4.on_2 .a2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_4.on_2 .a2 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_4.on_2 .focus_line {
  top: 260px;
}
.lnb_sub .lnb_sub_4.on_3 .a3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_4.on_3 .a3 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_4.on_3 .focus_line {
  top: 362px;
}
.lnb_sub .lnb_sub_4.st_0 .bg .item.s0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_4.st_0 .bg .item.s1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_4.st_0 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_4.st_1 .bg .item.s0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_4.st_1 .bg .item.s1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_4.st_1 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_4.st_1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_4 .bg {
  clip: rect(0, 1px, 566px, 0);
  width: 1px;
  height: 566px;
  position: absolute;
}
.lnb_sub .lnb_sub_4 .bg.clip {
  clip: rect(0, 1px, 0px, 0);
}
.lnb_sub .lnb_sub_4 .bg .item {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lnb_sub .lnb_sub_4 .bg .item.s0 {
  background-image: url("../img/pc/story/lnb/bg_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_4 .bg .item.s1 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_4 .bg .item.s2 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_4 .menu {
  position: relative;
  left: 22px;
}
.lnb_sub .lnb_sub_4 .menu .sub_menu_0, .lnb_sub .lnb_sub_4 .menu .sub_menu_1, .lnb_sub .lnb_sub_4 .menu .sub_menu_2, .lnb_sub .lnb_sub_4 .menu .sub_menu_3, .lnb_sub .lnb_sub_4 .menu .sub_menu_5 {
  display: none;
}
.lnb_sub .lnb_sub_4 .menu .item {
  margin-top: 82px;
  -webkit-transition: opacity linear 0.4s;
  -sand-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
}
.lnb_sub .lnb_sub_4 .menu .item.a4 {
  margin-top: 53px;
}
.lnb_sub .lnb_sub_4 .menu .item .tx {
  color: #fff;
  -webkit-transition: color 0.6s linear;
  -sand-transition: color 0.6s linear;
  transition: color 0.6s linear;
}
.lnb_sub .lnb_sub_4 .menu .item .tx.comming {
  line-height: 27px;
  font-size: 10.8px;
}
.lnb_sub .lnb_sub_4 .focus_line {
  position: absolute;
  -webkit-transition: top 0.4s ease-out;
  -sand-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  top: 0px;
}
.lnb_sub .lnb_sub_4 .focus_line .item {
  clip: rect(0, 2px, 57px, 0);
  position: absolute;
  background-color: #b4061e;
  width: 2px;
  height: 57px;
}
.lnb_sub .lnb_sub_4 .focus_line .item.clip {
  clip: rect(0, 2px, 0px, 0);
}
.lnb_sub .lnb_sub_5 {
  top: 50%;
  left: 0;
  top: 40.1%;
  margin-top: -187px;
  position: fixed;
}
.lnb_sub .lnb_sub_5 .a0, .lnb_sub .lnb_sub_5 .a1, .lnb_sub .lnb_sub_5 .a2, .lnb_sub .lnb_sub_5 .a3, .lnb_sub .lnb_sub_5 .a4 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.lnb_sub .lnb_sub_5.on_0 .a0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_5.on_0 .a0 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_5.on_0 .focus_line {
  top: 60px;
}
.lnb_sub .lnb_sub_5.on_1 .a1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_5.on_1 .a1 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_5.on_1 .focus_line {
  top: 160px;
}
.lnb_sub .lnb_sub_5.on_2 .a2 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_5.on_2 .a2 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_5.on_2 .focus_line {
  top: 260px;
}
.lnb_sub .lnb_sub_5.on_3 .a3 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_sub .lnb_sub_5.on_3 .a3 .tx {
  font-family: NanumSquareB;
}
.lnb_sub .lnb_sub_5.on_3 .focus_line {
  top: 362px;
}
.lnb_sub .lnb_sub_5.st_0 .bg .item.s0 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_5.st_0 .bg .item.s1 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_5.st_0 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_5.st_1 .bg .item.s0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_5.st_1 .bg .item.s1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background-repeat: repeat-y;
}
.lnb_sub .lnb_sub_5.st_1 .bg .item.s1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_5.st_1 .menu .item .tx {
  color: #000;
}
.lnb_sub .lnb_sub_5 .bg {
  clip: rect(0, 1px, 566px, 0);
  width: 1px;
  height: 566px;
  position: absolute;
}
.lnb_sub .lnb_sub_5 .bg.clip {
  clip: rect(0, 1px, 0px, 0);
}
.lnb_sub .lnb_sub_5 .bg .item {
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lnb_sub .lnb_sub_5 .bg .item.s0 {
  background-image: url("../img/pc/story/lnb/bg_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_5 .bg .item.s1 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_5 .bg .item.s2 {
  background-image: url("../img/pc/story/lnb/bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1px auto;
  width: 1px;
  height: 566px;
}
.lnb_sub .lnb_sub_5 .menu {
  position: relative;
  left: 22px;
}
.lnb_sub .lnb_sub_5 .menu .sub_menu_0, .lnb_sub .lnb_sub_5 .menu .sub_menu_1, .lnb_sub .lnb_sub_5 .menu .sub_menu_2, .lnb_sub .lnb_sub_5 .menu .sub_menu_3, .lnb_sub .lnb_sub_5 .menu .sub_menu_4 {
  display: none;
}
.lnb_sub .lnb_sub_5 .menu .item {
  margin-top: 82px;
  -webkit-transition: opacity linear 0.4s;
  -sand-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
}
.lnb_sub .lnb_sub_5 .menu .item.a4 {
  margin-top: 53px;
}
.lnb_sub .lnb_sub_5 .menu .item .tx {
  color: #fff;
  -webkit-transition: color 0.6s linear;
  -sand-transition: color 0.6s linear;
  transition: color 0.6s linear;
}
.lnb_sub .lnb_sub_5 .menu .item .tx.comming {
  line-height: 27px;
  font-size: 10.8px;
}
.lnb_sub .lnb_sub_5 .focus_line {
  position: absolute;
  -webkit-transition: top 0.4s ease-out;
  -sand-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
  top: 0px;
}
.lnb_sub .lnb_sub_5 .focus_line .item {
  clip: rect(0, 2px, 57px, 0);
  position: absolute;
  background-color: #b4061e;
  width: 2px;
  height: 57px;
}
.lnb_sub .lnb_sub_5 .focus_line .item.clip {
  clip: rect(0, 2px, 0px, 0);
}

.lnb_foot {
  position: fixed;
  left: 98px;
  bottom: 18px;
  width: 150px;
  height: 34px;
}
.lnb_foot .sound_bg, .lnb_foot .sound_bg_0, .lnb_foot .sound_bg_1, .lnb_foot .sound_bg_2 {
  display: none;
}
.lnb_foot .sound {
  position: absolute;
  display: inline-block;
}
.lnb_foot .sound .sound_off_tx {
  position: absolute;
  right: 6px;
  top: 11px;
  background-image: url("../img/pc/common/sound_off.png?_=201210");
  background-repeat: no-repeat;
  background-size: 19px auto;
  width: 19px;
  height: 8px;
}
.lnb_foot .sound .sound_cont {
  top: -5px;
}
.lnb_foot .sound .tx {
  display: inline-block;
  background-image: url("../img/pc/common/sound.png?_=201210");
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 8px;
  position: absolute;
  left: 17px;
  top: 11px;
}
.lnb_foot .sns {
  display: inline-block;
  position: relative;
  left: -2px;
}
.lnb_foot .sns .facebook {
  display: inline-block;
  background-image: url("../img/pc/common/facebook.png?_=201210");
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 17px;
}
.lnb_foot .sns .twitter {
  display: inline-block;
  background-image: url("../img/pc/common/twitter.png?_=201210");
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  top: -1px;
  position: relative;
}

#lnbView .lnb .select_cont .ul_0 .header .new {
  display: inline-block;
  width: 0px;
  height: 0px;
  position: relative;
  top: 3px;
  left: 7px;
  vertical-align: top;
}
#lnbView .lnb .select_cont .ul_0 .header .new .item {
  background-image: url("../img/pc/common/new_big.png?_=201210");
  background-repeat: no-repeat;
  background-size: 10px auto;
  width: 10px;
  height: 10px;
}

#lnbView .lnb .select_cont .ul_0 .ul_1 li .new {
  display: inline-block;
  width: 0px;
  height: 0px;
  position: relative;
  top: -7px;
  left: 8px;
}
#lnbView .lnb .select_cont .ul_0 .ul_1 li .new .item {
  background-image: url("../img/pc/common/new_small.png?_=201210");
  background-repeat: no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 6px;
}

@media screen and (max-width: 1640px) {
  #lnbView .lnb .coming {
    left: 170px;
    -webkit-transform: scale(0.8);
    -sand-transform: scale(0.8);
    -khtml-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1450px) {
  #lnbView .lnb .coming {
    left: 140px;
    -webkit-transform: scale(0.8);
    -sand-transform: scale(0.8);
    -khtml-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media screen and (max-width: 1430px) {
  #lnbView .lnb .coming {
    left: 100px;
    -webkit-transform: scale(0.7);
    -sand-transform: scale(0.7);
    -khtml-transform: scale(0.7);
    transform: scale(0.7);
  }
}
@media screen and (max-width: 1310px) {
  #lnbView .lnb .coming {
    left: 45px;
    -webkit-transform: scale(0.6);
    -sand-transform: scale(0.6);
    -khtml-transform: scale(0.6);
    transform: scale(0.6);
  }
}
#lnbFooterView {
  position: relative;
}
#lnbFooterView.foot_ab .lnb_foot {
  position: absolute;
  bottom: 120px;
}

.lnb_foot {
  position: fixed;
  left: 98px;
  bottom: 18px;
  width: 150px;
  height: 34px;
}
.lnb_foot .sound {
  position: absolute;
  display: inline-block;
}
.lnb_foot .sound .sound_off_tx {
  position: absolute;
  right: 6px;
  top: 11px;
  background-image: url("../img/pc/common/sound_off.png?_=201210");
  background-repeat: no-repeat;
  background-size: 19px auto;
  width: 19px;
  height: 8px;
}
.lnb_foot .sound .sound_cont {
  top: -5px;
}
.lnb_foot .sound .tx {
  display: inline-block;
  background-image: url("../img/pc/common/sound.png?_=201210");
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 8px;
  position: absolute;
  left: 17px;
  top: 11px;
}
.lnb_foot .sns {
  display: inline-block;
  position: relative;
  left: -2px;
}
.lnb_foot .sns .facebook {
  display: inline-block;
  background-image: url("../img/pc/common/facebook.png?_=201210");
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 17px;
}
.lnb_foot .sns .twitter {
  display: inline-block;
  background-image: url("../img/pc/common/twitter.png?_=201210");
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 17px;
  margin-left: 10px;
  top: -1px;
  position: relative;
}

#lnbFooterView {
  z-index: 10;
}
#lnbFooterView.foot_ab .common_top {
  position: absolute;
  bottom: 137px;
}
#lnbFooterView .common_top {
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: fixed;
  right: 73px;
  bottom: 35px;
  width: 50px;
  height: 50px;
}
#lnbFooterView .common_top .a0 {
  background-image: url("../img/pc/common/top/a0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#lnbFooterView .common_top .a1 {
  background-image: url("../img/pc/common/top/a1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#lnbFooterView .common_top .a2 {
  background-image: url("../img/pc/common/top/a2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ab {
  position: absolute;
}

.lnb_foot {
  position: fixed;
  left: 98px;
  bottom: 18px;
  width: 150px;
  height: 34px;
}
.lnb_foot .sound_bg {
  display: block;
  position: absolute;
  position: absolute;
  top: -9px;
  left: -21px;
  background-image: url("../img/pc/common/7th/sns_bg.png?_=201210");
  background-repeat: no-repeat;
  background-size: 181px auto;
  width: 181px;
  height: 36px;
}
.lnb_foot .sound_bg_0 {
  display: block;
  position: absolute;
  top: -9px;
  left: -21px;
}
.lnb_foot .sound_bg_0 .item {
  background-image: url("../img/pc/common/7th/sns_bg_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 70px auto;
  width: 70px;
  height: 36px;
}
.lnb_foot .sound_bg_1 {
  display: block;
  position: absolute;
  top: -9px;
  left: 49px;
  width: 111px;
  height: 36px;
  overflow: hidden;
}
.lnb_foot .sound_bg_1 .item {
  background-image: url("../img/pc/common/7th/sns_bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 111px auto;
  width: 111px;
  height: 36px;
  -webkit-transition: -webkit-transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
  -sand-transition: -sand-transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
  transition: -webkit-transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
  transition: transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
  transition: transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s, -webkit-transform cubic-bezier(0.65, 0.05, 0.36, 1) 0.2s;
  -webkit-transform-origin: 0 0;
  -sand-transform-origin: 0 0;
  -khtml-transform-origin: 0 0;
  transform-origin: 0 0;
}
.lnb_foot .sound_bg_1 .item.out {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -88, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -88, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -88, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -88, 0, 0, 1);
}
.lnb_foot .sound {
  position: absolute;
  display: inline-block;
}
.lnb_foot .sound .sound_off_tx {
  position: absolute;
  right: 6px;
  top: 11px;
  background-image: url("../img/pc/common/7th/sound_off.png?_=201210");
  background-repeat: no-repeat;
  background-size: 19px auto;
  width: 19px;
  height: 8px;
}
.lnb_foot .sound .sound_cont {
  top: -5px;
  left: -1px;
}
.lnb_foot .sound .sound_cont .bar .imageCont {
  background-color: #616161;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_foot .sound .tx {
  display: inline-block;
  background-image: url("../img/pc/common/7th/sound.png?_=201210");
  background-repeat: no-repeat;
  background-size: 40px auto;
  width: 40px;
  height: 8px;
  position: absolute;
  left: 17px;
  top: 11px;
}
.lnb_foot .sns {
  display: inline-block;
  position: relative;
  left: -2px;
}
.lnb_foot .sns .facebook {
  display: inline-block;
  background-image: url("../img/pc/common/7th/facebook.png?_=201210");
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 17px;
}
.lnb_foot .sns .twitter {
  display: inline-block;
  background-image: url("../img/pc/common/7th/twitter.png?_=201210");
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 17px;
  margin-left: 17px;
  top: 1px;
  position: relative;
}

#lnbFooterView {
  z-index: 10;
}
#lnbFooterView.foot_ab .common_top {
  position: absolute;
  bottom: 127px;
}
#lnbFooterView .common_top {
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  position: fixed;
  right: 73px;
  bottom: 25px;
  width: 50px;
  height: 50px;
}
#lnbFooterView .common_top .a0 {
  background-image: url("../img/pc/common/top/a0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#lnbFooterView .common_top .a1 {
  background-image: url("../img/pc/common/top/a1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#lnbFooterView .common_top .a2 {
  background-image: url("../img/pc/common/top/a2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.ab {
  position: absolute;
}

.myinfo_layer {
  position: absolute;
  right: 67px;
  top: 107px;
  -webkit-transition: top 0.4s ease-out;
  -sand-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}

.lnb.fix .myinfo_layer {
  top: 74px;
}
.lnb.top_dim_black .myinfo_layer {
  top: 74px;
}

.pop_lnb_myinfo {
  position: relative;
  left: 0;
  top: 0;
  width: 310px;
  background: #F8F8F8;
  letter-spacing: -1px;
  margin: 16px;
}

.pop_lnb_myinfo .bx_char {
  position: relative;
  padding-top: 22px;
}

.pop_lnb_myinfo .bx_char .char {
  position: relative;
  width: 82px;
  height: 82px;
}

.pop_lnb_myinfo .bx_char .char a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.pop_lnb_myinfo .bx_char .char img {
  width: 100%;
  height: 100%;
}

.pop_lnb_myinfo .bx_char .char span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  line-height: 25px;
  font-size: 12px;
  color: #FFF;
  font-family: "NanumSquareB";
}

.pop_lnb_myinfo .bx_char .my3 {
  position: absolute;
  left: 103px;
  top: 38px;
  line-height: 25px;
}

.pop_lnb_myinfo .bx_char .my3 .nick {
  font-size: 18px;
  color: #000;
  font-family: "NanumSquareB";
}

.pop_lnb_myinfo .bx_char .my3 .server {
  font-size: 16px;
  color: #9E9E9E;
  font-family: "NanumSquareB";
}

.pop_lnb_myinfo .bx_char .ic_plus2 {
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  left: 59px;
  top: 59px;
  background: url(../img/pc/common/ic_plus2.png) 0 0 no-repeat;
  cursor: pointer;
}

.pop_lnb_myinfo .bx {
  margin: 0 25px;
}

.pop_lnb_myinfo .bx ul {
  margin-top: 7px;
}

.pop_lnb_myinfo .bx li {
  position: relative;
  border-bottom: 1px solid #E1E1E1;
}

.pop_lnb_myinfo .bx li .stl {
  display: block;
  padding: 19px 0 18px;
  font-size: 15px;
  color: #000;
  font-family: "NanumSquareB";
  letter-spacing: -1px;
}

.pop_lnb_myinfo .bx li .more {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: url(../img/pc/common/ic_plus.png) 100% center no-repeat;
  cursor: pointer;
}

.pop_lnb_myinfo .bx .my2 {
  position: absolute;
  right: 0;
  top: 12px;
  line-height: 28px;
  text-align: right;
}

.pop_lnb_myinfo .bx .my2 span {
  font-size: 21px;
  color: #000;
  font-family: "NanumSquareEB";
  vertical-align: middle;
}

.pop_lnb_myinfo .bx .my2 em {
  font-size: 14px;
  color: #464646;
  font-family: "NanumSquareB";
  vertical-align: middle;
  margin-left: 5px;
}

.pop_lnb_myinfo .bx_logout {
  padding: 24px 0;
  margin-top: 20px;
}

.pop_lnb_myinfo .btn_logout {
  font-size: 13px;
  color: #666;
  font-family: "NanumSquareR";
  text-decoration: underline;
}

.pop_lnb_myinfo .ic_arrow {
  position: absolute;
  width: 11px;
  height: 6px;
  display: block;
  right: 30px;
  top: -6px;
  background: url(../img/pc/common/ic_arrow.png) 0 0 no-repeat;
}

.pop_lnb_myinfo .bx li.my {
  display: none;
}

.myinfo_layer {
  right: 72px;
}

a:link {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

#lnbView {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%;
  height: 108px;
}
#lnbView .lnb {
  width: 100%;
  min-width: 1200px;
}
#lnbView .lnb.fix {
  position: fixed;
  top: 0;
}
#lnbView .lnb.fix .bi {
  -webkit-transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
  -sand-transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
  -khtml-transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
  transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
}
#lnbView .lnb.fix .lnb_myinfo_cont .myinfo {
  top: 26px;
}
#lnbView .lnb.fix .select_cont ul {
  margin: 0;
  padding: 0;
  position: absolute;
}
#lnbView .lnb.fix .select_cont ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#lnbView .lnb.fix .select_cont .ul_0 {
  top: 12px;
}
#lnbView .lnb.fix .bg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb.fix .bg .item {
  width: 100%;
  height: 90px;
}
#lnbView .lnb.fix .bg.show .item {
  width: 100%;
  height: 407px;
}
#lnbView .lnb.fix.index_s4 .bg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#lnbView .lnb.fix.index_s4 .bg .item {
  width: 100%;
  height: 1px;
}
#lnbView .lnb.fix.index_s4 .bg.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb.fix.index_s4 .bg.show .item {
  width: 100%;
  height: 407px;
}
#lnbView .lnb.fix.index_s4 .select_cont .ul_0 .header .tx {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  color: #000;
}
#lnbView .lnb.fix.index_s4 .select_cont .ul_0 .header:hover .tx, #lnbView .lnb.fix.index_s4 .select_cont .ul_0 .header.hover .tx {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb.fix.index_s4 .select_cont.bg_show .ul_0 .header .tx {
  color: #fff;
}
#lnbView .lnb.top_dim_black .bi {
  -webkit-transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
  -sand-transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
  -khtml-transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
  transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
}
#lnbView .lnb.top_dim_black .lnb_myinfo_cont .myinfo {
  top: 26px;
}
#lnbView .lnb.top_dim_black .select_cont ul {
  margin: 0;
  padding: 0;
  position: absolute;
}
#lnbView .lnb.top_dim_black .select_cont ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 {
  top: 12px;
}
#lnbView .lnb.top_dim_black .bg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb.top_dim_black .bg .item {
  width: 100%;
  height: 90px;
}
#lnbView .lnb.top_dim_black .bg.show .item {
  width: 100%;
  height: 407px;
}
#lnbView .lnb.top_dim_black.index_s4 .bg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#lnbView .lnb.top_dim_black.index_s4 .bg .item {
  width: 100%;
  height: 1px;
}
#lnbView .lnb.top_dim_black.index_s4 .bg.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb.top_dim_black.index_s4 .bg.show .item {
  width: 100%;
  height: 407px;
}
#lnbView .lnb.top_dim_black.index_s4 .select_cont .ul_0 .header .tx {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  color: #000;
}
#lnbView .lnb.top_dim_black.index_s4 .select_cont .ul_0 .header:hover .tx, #lnbView .lnb.top_dim_black.index_s4 .select_cont .ul_0 .header.hover .tx {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb.top_dim_black.index_s4 .select_cont.bg_show .ul_0 .header .tx {
  color: #fff;
}
#lnbView .lnb.top_dim_trans .bi {
  -webkit-transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
  -sand-transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
  -khtml-transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
  transform: matrix3d(0.72, 0, 0, 0, 0, 0.72, 0, 0, 0, 0, 1, 0, -8, -32, 0, 1);
}
#lnbView .lnb.top_dim_trans .lnb_myinfo_cont .myinfo {
  top: 26px;
}
#lnbView .lnb.top_dim_trans .select_cont ul {
  margin: 0;
  padding: 0;
  position: absolute;
}
#lnbView .lnb.top_dim_trans .select_cont ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#lnbView .lnb.top_dim_trans .select_cont .ul_0 {
  top: 12px;
}
#lnbView .lnb.top_dim_trans .bg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb.top_dim_trans .bg .item {
  width: 100%;
  height: 90px;
}
#lnbView .lnb.top_dim_trans .bg.show .item {
  width: 100%;
  height: 407px;
}
#lnbView .lnb.top_dim_trans.index_s4 .bg {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#lnbView .lnb.top_dim_trans.index_s4 .bg .item {
  width: 100%;
  height: 1px;
}
#lnbView .lnb.top_dim_trans.index_s4 .bg.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb.top_dim_trans.index_s4 .bg.show .item {
  width: 100%;
  height: 407px;
}
#lnbView .lnb.top_dim_trans.index_s4 .select_cont .ul_0 .header .tx {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  color: #000;
}
#lnbView .lnb.top_dim_trans.index_s4 .select_cont .ul_0 .header:hover .tx, #lnbView .lnb.top_dim_trans.index_s4 .select_cont .ul_0 .header.hover .tx {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb.top_dim_trans.index_s4 .select_cont.bg_show .ul_0 .header .tx {
  color: #fff;
}
#lnbView .lnb .bg {
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0, 0, 0, 0.98), opacity 0.2s linear;
  -sand-transition: -sand-transform 0.4s cubic-bezier(0, 0, 0, 0.98), opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0, 0, 0, 0.98);
  transition: opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0, 0, 0, 0.98);
  transition: transform 0.4s cubic-bezier(0, 0, 0, 0.98), opacity 0.2s linear;
  transition: transform 0.4s cubic-bezier(0, 0, 0, 0.98), opacity 0.2s linear, -webkit-transform 0.4s cubic-bezier(0, 0, 0, 0.98);
  -webkit-transform-origin: 0% 0%;
  -sand-transform-origin: 0% 0%;
  -khtml-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
#lnbView .lnb .bg .item {
  min-width: 1200px;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  -webkit-transition: height 0.4s ease-out;
  -sand-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
}
#lnbView .lnb .bg.show {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb .bg.show .item {
  width: 100%;
  height: 407px;
}
#lnbView .lnb .bi {
  -webkit-transition: -webkit-transform linear 0.4s, top 0.4s linear, left 0.4s linear;
  -sand-transition: -sand-transform linear 0.4s, top 0.4s linear, left 0.4s linear;
  -webkit-transition: top 0.4s linear, left 0.4s linear, -webkit-transform linear 0.4s;
  transition: top 0.4s linear, left 0.4s linear, -webkit-transform linear 0.4s;
  transition: transform linear 0.4s, top 0.4s linear, left 0.4s linear;
  transition: transform linear 0.4s, top 0.4s linear, left 0.4s linear, -webkit-transform linear 0.4s;
  position: absolute;
  top: 26px;
  left: 80px;
  background-image: url("../img/pc/seq/BS_in_small.png?_=201210");
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 100px;
}
#lnbView .lnb .coming {
  display: block;
  position: absolute;
  top: 195px;
  left: 201px;
}
#lnbView .lnb .coming:after {
  clear: both;
  display: block;
  width: 0px;
  height: 0px;
  content: "";
}
#lnbView .lnb .coming .i0_cont {
  display: block;
  float: left;
  margin-right: 72px;
}
#lnbView .lnb .coming .i0_cont:after {
  clear: both;
  display: block;
  width: 0px;
  height: 0px;
  content: "";
}
#lnbView .lnb .coming .i1_cont {
  display: block;
  left: 430px;
  top: 0px;
  width: 300px;
  float: left;
}
#lnbView .lnb .coming .i0 {
  width: 272px;
  height: 49px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.6px;
}
#lnbView .lnb .coming .i0_bt {
  height: 58px;
  font-size: 0;
}
#lnbView .lnb .coming .i0_bt a {
  height: 56px;
  display: inline-block;
}
#lnbView .lnb .coming .i0_bt a:first-child {
  margin-right: 9px;
}
#lnbView .lnb .coming .i0_bt a img {
  height: 56px;
}
#lnbView .lnb .coming .i1 .tx {
  letter-spacing: -0.7px;
  color: rgba(255, 255, 255, 0.7);
}
#lnbView .lnb .coming .i1 .tx b {
  font-weight: normal;
  color: #fff;
  letter-spacing: 0.7px;
}
#lnbView .lnb .coming .communty_bt_wrap {
  display: block;
  width: 190px;
  height: 56px;
  margin-top: 28px;
}
#lnbView .lnb .coming .communty_bt_wrap a {
  color: #fff;
  float: left;
  width: 56px;
  height: 55px;
  background: url("../img/pc/common/7th/lnb_buttons.png") no-repeat 0 0;
}
#lnbView .lnb .coming .communty_bt_wrap a:nth-child(2) {
  margin: 0 10px;
}
#lnbView .lnb .coming .communty_bt_wrap a.link_public_facebook {
  background-position: -429px 0;
}
#lnbView .lnb .coming .communty_bt_wrap a.link_public_youtube {
  background-position: -496px 0;
}
#lnbView .lnb .coming .communty_bt_wrap a.link_public_forum {
  background-position: -562px 0;
}
#lnbView .lnb .coming .communty_bt_wrap:after {
  clear: both;
  display: block;
  width: 0px;
  height: 0px;
  content: "";
}
#lnbView .lnb .select_cont {
  position: absolute;
  width: 550px;
  height: 66px;
  right: 0;
  float: right;
}
#lnbView .lnb .select_cont ul {
  margin: 0;
  padding: 0;
  position: absolute;
}
#lnbView .lnb .select_cont ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#lnbView .lnb .select_cont .top_btn {
  top: 12px;
  position: relative;
}
#lnbView .lnb .select_cont .top_btn .lnb_banner {
  position: absolute;
  left: -163px;
  top: 13px;
  display: block;
  height: 40px;
  padding: 10px 5px;
  font-size: 14px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.65);
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lnbView .lnb .select_cont .top_btn .lnb_banner.lnb_btn_checkOcupy {
  left: -475px;
  width: 154px;
}
#lnbView .lnb .select_cont .top_btn .lnb_banner.lnb_btn_coupon {
  left: -307px;
  width: 130px;
}
#lnbView .lnb .select_cont .top_btn .lnb_banner.lnb_btn_download {
  width: 140px;
}
#lnbView .lnb .select_cont .ul_0 {
  -webkit-transition: top ease-out 0.4s;
  -sand-transition: top ease-out 0.4s;
  transition: top ease-out 0.4s;
  float: right;
  top: 44px;
}
#lnbView .lnb .select_cont .ul_0 .header {
  display: block;
  padding: 23px 30px;
}
#lnbView .lnb .select_cont .ul_0 .header .tx {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  color: #fff;
}
#lnbView .lnb .select_cont .ul_0 .header.tx_ko {
  margin-top: 2px;
}
#lnbView .lnb .select_cont .ul_0 .ul_1 {
  float: left;
  margin-top: 12px;
}
#lnbView .lnb .select_cont .ul_0 .ul_1.m_cont_0 {
  margin-left: -3px;
}
#lnbView .lnb .select_cont .ul_0 .ul_1.m_cont_1 {
  margin-left: 2px;
}
#lnbView .lnb .select_cont .ul_0 .ul_1.m_cont_2 {
  margin-left: 2px;
}
#lnbView .lnb .select_cont .ul_0 .ul_1 li {
  float: none;
  margin-top: 0px;
  display: table;
  float: initial;
}
#lnbView .lnb .select_cont .ul_0 .ul_1 li:hover .tx, #lnbView .lnb .select_cont .ul_0 .ul_1 li.hover .tx {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb .select_cont .ul_0 .ul_1 li:hover .tx .tt, #lnbView .lnb .select_cont .ul_0 .ul_1 li.hover .tx .tt {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
#lnbView .lnb .select_cont .ul_0 .ul_1 li .tx {
  width: 110px;
  text-align: center;
  display: table-cell;
  padding: 10px 0px;
  color: #fff;
}
#lnbView .lnb .select_cont .ul_0 .ul_1 li .tx .tt {
  letter-spacing: -0.4px;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
#lnbView .lnb .select_cont .ul_0 .ul_1 li.ready_menu .tx {
  -webkit-opacity: 0.1;
  -moz-opacity: 0.1;
  -ms-opacity: 0.1;
  -o-opacity: 0.1;
  -sand-opacity: 0.1;
  -khtml-opacity: 0.1;
  opacity: 0.1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
  filter: alpha(opacity=10);
}
#lnbView .lnb .select_cont .line {
  position: absolute;
  top: 95px;
  right: 553px;
  -webkit-transition: opacity 0.4s ease-out, right ease-out 0.4s;
  -sand-transition: opacity 0.4s ease-out, right ease-out 0.4s;
  transition: opacity 0.4s ease-out, right ease-out 0.4s;
}
#lnbView .lnb .select_cont .line .line0 {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -sand-transition: -sand-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform-origin: 100% 0%;
  -sand-transform-origin: 100% 0%;
  -khtml-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
#lnbView .lnb .select_cont .line .line0.motion {
  -webkit-transform: matrix3d(0.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
#lnbView .lnb .select_cont .line .line0 .line1 {
  -webkit-transition: -webkit-transform 0.4s ease-out;
  -sand-transition: -sand-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform-origin: 0% 0%;
  -sand-transform-origin: 0% 0%;
  -khtml-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: matrix3d(0.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.0001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
#lnbView .lnb .select_cont .line .line0 .line1.motion {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
#lnbView .lnb .select_cont .line .line0 .line1 .line2 {
  -webkit-transition: width 0.4s ease-out;
  -sand-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  width: 60px;
  height: 3px;
  background-color: #b4061e;
}
#lnbView .lnb .select_cont .line.navi_0 {
  right: 453px;
}
#lnbView .lnb .select_cont .line.navi_0 .line1 .line2 {
  width: 75px;
}
#lnbView .lnb .select_cont .line.navi_1 {
  right: 337px;
}
#lnbView .lnb .select_cont .line.navi_1 .line1 .line2 {
  width: 75px;
}
#lnbView .lnb .select_cont .line.navi_2 {
  right: 225px;
}
#lnbView .lnb .select_cont .line.navi_2 .line1 .line2 {
  width: 75px;
}
#lnbView .lnb .select_cont .line.navi_3 {
  right: 123px;
}
#lnbView .lnb .select_cont .line.navi_3 .line1 .line2 {
  width: 61px;
}
#lnbView .lnb .select_cont .line.navi_4 {
  right: 25px;
}
#lnbView .lnb .select_cont .line.navi_4 .line1 .line2 {
  width: 59px;
}
#lnbView .lnb .select_cont .line.up {
  top: 0px;
}
#lnbView .lnb .select_cont .line.up .line0 .line1 .line2 {
  background-color: #b4061e;
}
#lnbView .lnb .select_cont2.login_before .my_1 {
  display: none;
}
#lnbView .lnb .select_cont2.login_before .my_2 {
  display: none;
}
#lnbView .lnb .select_cont2.login_before .select_cont {
  right: 109px;
}
#lnbView .lnb .select_cont2.login_after_0 .my_0 {
  display: none;
}
#lnbView .lnb .select_cont2.login_after_0 .my_2 {
  display: none;
}
#lnbView .lnb .select_cont2.login_after_0 .select_cont {
  right: 200px;
}
#lnbView .lnb .select_cont2.login_after_1 .my_0 {
  display: none;
}
#lnbView .lnb .select_cont2.login_after_1 .my_1 {
  display: none;
}
#lnbView .lnb .select_cont2.login_after_1 .select_cont {
  right: 162px;
}

.lnb_myinfo_cont .myinfo {
  -webkit-transition: top ease-out 0.4s;
  -sand-transition: top ease-out 0.4s;
  transition: top ease-out 0.4s;
  position: absolute;
  float: right;
  top: 59px;
  right: 89px;
}
.lnb_myinfo_cont .myinfo .my.my_0 {
  width: 90px;
  height: 38px;
  margin-right: 12px;
}
.lnb_myinfo_cont .myinfo .my.my_0 .box {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  width: 88px;
  height: 36px;
  border: 1px solid #fff;
  display: table;
}
.lnb_myinfo_cont .myinfo .my.my_0 .box .tx {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  color: #fff;
  top: 1px;
  position: relative;
}
.lnb_myinfo_cont .myinfo .my.my_1 .bt {
  display: inline-block;
}
.lnb_myinfo_cont .myinfo .my.my_1 .in_box {
  margin-right: 26px;
  position: relative;
  top: -6px;
}
.lnb_myinfo_cont .myinfo .my.my_1 .box {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  width: 142px;
  height: 36px;
  border: 1px solid #fff;
  display: table;
}
.lnb_myinfo_cont .myinfo .my.my_1 .box .tx {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  color: #fff;
  top: 1px;
  position: relative;
}
.lnb_myinfo_cont .myinfo .my.my_1 .pic {
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.lnb_myinfo_cont .myinfo .my.my_2 .bt {
  display: inline-block;
}
.lnb_myinfo_cont .myinfo .my.my_2 .in_box {
  margin-right: 18px;
  position: relative;
  top: -5px;
}
.lnb_myinfo_cont .myinfo .my.my_2 .box {
  width: 100px;
  height: 36px;
  display: table;
}
.lnb_myinfo_cont .myinfo .my.my_2 .box .tx {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  text-align: right;
  width: 100%;
  color: #fff;
  top: -1px;
  position: relative;
}
.lnb_myinfo_cont .myinfo .my.my_2 .pic {
  margin-right: 12px;
  position: relative;
  top: -2px;
}
.lnb_myinfo_cont .myinfo .mypic {
  background-image: url("../img/pc/myinfo/chars/profile_small_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
}
.lnb_myinfo_cont .myinfo .mypic.sel_1 {
  background-image: url("../img/pc/myinfo/chars/profile_small_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
}
.lnb_myinfo_cont .myinfo .mypic.sel_2 {
  background-image: url("../img/pc/myinfo/chars/profile_small_2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
}
.lnb_myinfo_cont .myinfo .mypic.sel_3 {
  background-image: url("../img/pc/myinfo/chars/profile_small_3.png?_=201210");
  background-repeat: no-repeat;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
}
.lnb_myinfo_cont .myinfo .mypic.sel_4 {
  background-image: url("../img/pc/myinfo/chars/profile_small_4.png?_=201210");
  background-repeat: no-repeat;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
}
.lnb_myinfo_cont .myinfo .mypic.sel_5 {
  background-image: url("../img/pc/myinfo/chars/profile_small_5.png?_=201210");
  background-repeat: no-repeat;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
}
.lnb_myinfo_cont .myinfo .mypic.sel_6 {
  background-image: url("../img/pc/myinfo/chars/profile_small_6.png?_=201210");
  background-repeat: no-repeat;
  background-size: 44px auto;
  width: 44px;
  height: 44px;
}

@media screen and (max-width: 1450px) {
  #lnbView .lnb .coming {
    left: 32px;
    -webkit-transform: scale(0.8);
    -sand-transform: scale(0.8);
    -khtml-transform: scale(0.8);
    transform: scale(0.8);
  }
  #lnbView .lnb .bi {
    left: 5px;
  }
  #lnbView .lnb .select_cont2.login_after_0 .select_cont {
    right: 150px;
  }
  .lnb_myinfo_cont .myinfo {
    right: 14px;
  }
  .lnb.top_dim_black .myinfo_layer {
    right: 0;
  }
}
#lnbView {
  min-width: 1280px;
}
#lnbView .lnb {
  min-width: 1280px;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.popup_privacy_root {
  position: fixed;
}

.popup_privacy_cont {
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  position: fixed;
}
.popup_privacy_cont .dim {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}

.popup_privacy {
  background-image: url("../img/pc/download_pop/detail_bg.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 504px auto;
  width: 504px;
  height: 603px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.popup_privacy .close {
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: url("../img/pc/download_pop/close_pop.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
}
.popup_privacy .i0 {
  margin: 0 auto;
  text-align: center;
  margin-top: 65px;
}
.popup_privacy .i1 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 60px;
  width: 350px;
}
.popup_privacy .i2 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  width: 350px;
}
.popup_privacy .i2 .tx {
  line-height: 16px;
}
.popup_privacy .i2 .tx .txc {
  vertical-align: top;
  display: inline;
}
.popup_privacy .i2 .tx .tx_block {
  vertical-align: top;
  padding-left: 0px;
  display: inline-block;
  width: 150px;
}
.popup_privacy .i2 .tx b {
  line-height: 16px;
  text-align: right;
  word-break: keep-all;
}
.popup_privacy .i3 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 35px;
  width: 350px;
}
.popup_privacy .i4 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 35px;
  width: 350px;
}
.popup_privacy .i5 {
  color: #666666;
  width: 350px;
  margin: 0 auto;
  margin-top: 30px;
}
.popup_privacy .i5 a:link {
  color: #666666;
  text-decoration: none;
}
.popup_privacy .i5 a:visited {
  color: #666666;
  text-decoration: none;
}
.popup_privacy .i5 a:hover {
  color: #666666;
  text-decoration: none;
}
.popup_privacy .i5 a:active {
  color: #666666;
  text-decoration: none;
}
.popup_privacy .i5 .tx {
  border-bottom: 1px solid #929292;
}
.popup_privacy .i5 .arrow {
  background-image: url("../img/pc/download_pop/arrow_pri.png?_=201210");
  background-repeat: no-repeat;
  background-size: 5px auto;
  width: 5px;
  height: 7px;
  display: inline-block;
  position: relative;
  margin-left: 7px;
}

.blur2 {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  -ms-filter: blur(4px);
  -o-filter: blur(4px);
  -sand-filter: blur(4px);
  -khtml-filter: blur(4px);
  filter: blur(4px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius="4px");
}

.download_pop {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
.download_pop .dim {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.download_pop .pop_bg {
  background-image: url("../img/pc/download_pop/bg.png?_=201210");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -sand-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.download_pop .pop_cont {
  width: 1094px;
  height: 512px;
  display: block;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.download_pop .pop_cont .cont_bg {
  position: absolute;
  top: 0;
  width: 1094px;
  height: 512px;
}
.download_pop .pop_cont .close {
  position: absolute;
  bottom: 18px;
  background-image: url("../img/pc/download_pop/close.png?_=201210");
  background-repeat: no-repeat;
  background-size: 58px auto;
  width: 58px;
  height: 58px;
  left: -9999px;
  right: -9999px;
  display: block;
  margin: 0 auto;
  bottom: -70px;
}
.download_pop .pop_cont .i0 {
  color: #fff;
  position: absolute;
  top: 162px;
  left: 65px;
}
.download_pop .pop_cont .i1 {
  color: #fff;
  position: absolute;
  top: 191px;
  left: 65px;
}
.download_pop .pop_cont .i1_0 {
  color: #fff;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  position: absolute;
  top: 245px;
  left: 65px;
}
.download_pop .pop_cont .i3 {
  position: absolute;
  top: 169px;
  left: 533px;
}
.download_pop .pop_cont .i3 input {
  outline: none;
  border-style: none;
  background: transparent;
}
.download_pop .pop_cont .i3 .phone_header {
  color: #fff;
  width: 70px;
  position: absolute;
  left: 25px;
  top: -2px;
  text-align: center;
}
.download_pop .pop_cont .i3 .phone_tail {
  color: #fff;
  width: 330px;
  top: -2px;
  position: absolute;
  left: 124px;
  text-align: left;
}
.download_pop .pop_cont .i3 .tel_bg {
  position: absolute;
  background-image: url("../img/pc/download_pop/tel.png?_=201210");
  background-repeat: no-repeat;
  background-size: 477px auto;
  width: 477px;
  height: 44px;
}
.download_pop .pop_cont .i3 .btn {
  position: absolute;
  top: -4px;
  left: 385px;
  width: 90px;
  height: 36px;
}
.download_pop .pop_cont .i3 .btn .bg {
  position: absolute;
  top: 0;
  background-image: url("../img/pc/download_pop/box.png?_=201210");
  background-repeat: no-repeat;
  background-size: 90px auto;
  width: 90px;
  height: 36px;
}
.download_pop .pop_cont .i3 .btn .tx {
  text-align: center;
  position: relative;
  top: 11px;
}
.download_pop .pop_cont .agree {
  position: absolute;
  top: 238px;
  left: 533px;
}
.download_pop .pop_cont .agree .i4 {
  display: inline-block;
}
.download_pop .pop_cont .agree .i4 .check {
  display: inline-block;
  width: 20px;
  height: 20px;
  top: 5px;
  position: relative;
}
.download_pop .pop_cont .agree .i4 .check .check_bg {
  position: absolute;
  top: 0;
  background-image: url("../img/pc/download_pop/check_bg.png?_=201210");
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
}
.download_pop .pop_cont .agree .i4 .check .check_icon {
  position: absolute;
  top: 0;
  background-image: url("../img/pc/download_pop/check.png?_=201210");
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
}
.download_pop .pop_cont .agree .i4 .tx {
  color: #fff;
  display: inline-block;
  margin-left: 8px;
  letter-spacing: -0.8px;
}
.download_pop .pop_cont .agree .i5 {
  position: relative;
  margin-left: 13px;
  display: inline-block;
}
.download_pop .pop_cont .agree .i5 .bg {
  position: absolute;
  top: 0;
  width: 60px;
  height: 24px;
}
.download_pop .pop_cont .agree .i5 .tx {
  letter-spacing: -1px;
  margin-left: 2px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  color: #fff;
  text-align: center;
  position: relative;
  border-bottom: 1px solid #fff;
}
.download_pop .pop_cont .store {
  position: absolute;
  top: 306px;
  left: 533px;
}
.download_pop .pop_cont .store .appstore {
  display: inline-block;
  position: relative;
  background-image: url("../img/pc/download_pop/apple.png?_=201210");
  background-repeat: no-repeat;
  background-size: 169px auto;
  width: 169px;
  height: 58px;
}
.download_pop .pop_cont .store .google {
  margin-left: 2px;
  display: inline-block;
  position: relative;
  background-image: url("../img/pc/download_pop/googlw.png?_=201210");
  background-repeat: no-repeat;
  background-size: 187px auto;
  width: 187px;
  height: 58px;
}

.ab {
  position: absolute;
}

#gnbView, #appView, .footer_wrap {
  min-width: 1280px;
}

.index_wrap {
  /* common */
  padding-top: 40px;
  background-color: #fff;
  /* content */
  /*owl*/
}
.index_wrap button {
  outline: none;
}
.index_wrap .section .ico_comm {
  display: inline-block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  background: url(../img/pc/main/ico_comm.png) 0 0 no-repeat;
  text-indent: -9999px;
  vertical-align: top;
}
.index_wrap .section .clear_g:after {
  display: block;
  clear: both;
  content: "";
}
.index_wrap .section .thumb_g {
  display: block;
  width: 100%;
}
.index_wrap .section .link_type {
  display: block;
  width: 210px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 4px;
  line-height: 58px;
  color: #000;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_wrap .section .link_type .txt_g {
  display: block;
}
.index_wrap .section01 {
  position: relative;
}
.index_wrap .section01 .cont_intro:hover .btn {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.index_wrap .section01 .cont_intro .btn {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 90px;
  margin-top: -37px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 500ms linear;
  -sand-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
.index_wrap .section01 .cont_intro .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 45px;
  background-color: #000;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  content: "";
}
.index_wrap .section01 .cont_intro .btn .ico_arrow {
  display: block;
  width: 18px;
  height: 33px;
  margin: 0 auto;
}
.index_wrap .section01 .cont_intro .btn_prev {
  left: 30px;
}
.index_wrap .section01 .cont_intro .btn_prev .ico_arrow {
  background-position: 0 -100px;
}
.index_wrap .section01 .cont_intro .btn_next {
  right: 30px;
}
.index_wrap .section01 .cont_intro .btn_next .ico_arrow {
  background-position: -25px -100px;
}
.index_wrap .section01 .list_intro {
  overflow: hidden;
}
.index_wrap .section01 .list_intro li {
  float: left;
  width: 100%;
  height: 691px;
  background-color: #000;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}
.index_wrap .section01 .list_intro li .gradi_container {
  position: absolute;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.index_wrap .section01 .list_intro li .gradi_container .gradi_center {
  background-image: url(../img/pc/main/190125/gradi.png);
  width: 100%;
  height: 691px;
  position: relative;
  margin: 0 auto;
  background-position: 50% 100%;
}
.index_wrap .section01 .list_intro li .gradi_l {
  background-image: url("../img/pc/main/190125/gradi_l.png?_=201210");
  background-repeat: no-repeat;
  background-size: 261px auto;
  width: 261px;
  height: 691px;
  position: absolute;
  top: 0;
  left: 0;
}
.index_wrap .section01 .list_intro li .gradi_r {
  background-image: url("../img/pc/main/190125/gradi_r.png?_=201210");
  background-repeat: no-repeat;
  background-size: 261px auto;
  width: 261px;
  height: 691px;
  position: absolute;
  top: 0;
  right: 0;
}
.index_wrap .section01 .list_intro .link_intro {
  position: relative;
  width: 1200px;
  height: 691px;
  margin: 0 auto;
}
.index_wrap .section01 .list_intro .box_intro {
  position: absolute;
  top: 190px;
  left: 0;
  width: 100%;
}
.index_wrap .section01 .list_intro .tit_intro {
  display: block;
  overflow: hidden;
  position: relative;
  height: 160px;
}
.index_wrap .section01 .list_intro .tit_intro .tit_g {
  position: absolute;
  left: 0;
  bottom: 0;
  line-height: 80px;
  color: #fff;
}
.index_wrap .section01 .list_intro .desc_intro {
  margin-top: 6px;
  line-height: 30px;
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.index_wrap .section01 .list_intro .txt_intro {
  display: inline-block;
  position: relative;
  width: 210px;
  height: 60px;
  margin-top: 42px;
  color: #fff;
  background: url(../img/pc/main/bg_link_intro.png) 0 0 no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_wrap .section01 .list_intro .txt_intro:after {
  position: absolute;
  top: 24px;
  right: 28px;
  width: 7px;
  height: 10px;
  background: url(../img/pc/main/ico_arrow.png) 0 0 no-repeat;
  content: "";
}
.index_wrap .section01 .list_intro .txt_intro .txt_g {
  display: inline-block;
  padding: 19px 30px;
  line-height: 20px;
}
.index_wrap .section01 .bx-pager {
  overflow: hidden;
  position: absolute;
  bottom: 110px;
  left: 0;
  width: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.index_wrap .section01 .bx-pager .bx-pager-item {
  display: inline-block;
  overflow: hidden;
  padding: 0 5px;
}
.index_wrap .section01 .bx-pager .bx-pager-link {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.index_wrap .section01 .bx-pager .bx-pager-link.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.index_wrap .section01 .cont_download {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 71px;
  background: url(../img/pc/main/bg_btn_wrap.png) 0 0 repeat-x;
}
.index_wrap .section01 .cont_download:before {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  -ms-opacity: 0.15;
  -o-opacity: 0.15;
  -sand-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  content: "";
}
.index_wrap .section01 .cont_download .inner {
  overflow: hidden;
  width: 1200px;
  height: 70px;
  margin: 1px auto 0;
}
.index_wrap .section01 .info_trailer {
  float: left;
  height: 70px;
}
.index_wrap .section01 .info_trailer .tit_trailer {
  float: left;
  margin-top: 24px;
  line-height: 24px;
  color: #fff;
}
.index_wrap .section01 .info_trailer .btn_video {
  float: left;
  margin: 19px 0 0 18px;
  padding: 5px 0;
  line-height: 24px;
  color: #fff;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.index_wrap .section01 .info_trailer .btn_video:after {
  display: inline-block;
  overflow: hidden;
  width: 4px;
  height: 7px;
  margin: 8px 0 0 10px;
  background: url(../img/pc/main/ico_arrow2.png) 0 0 no-repeat;
  vertical-align: top;
  content: "";
}
.index_wrap .section01 .info_download {
  float: right;
}
.index_wrap .section01 .info_download .tit_download {
  float: left;
  margin: 22px 5px 0 0;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 15px;
}
.index_wrap .section01 .info_download .link_download {
  float: left;
  position: relative;
  display: block;
  margin: 12px 1px 12px 15px;
  width: auto;
  height: 46px;
}
.index_wrap .section01 .info_download .link_download img {
  display: block;
  width: auto;
  height: 46px;
  margin-right: 1px;
}
@media all and (min-width: 1540px) {
  .index_wrap .section01 .list_intro .link_intro {
    width: 1520px;
  }
  .index_wrap .section01 .cont_download .inner {
    width: 1520px;
  }
}
@media all and (min-width: 1920px) {
  .index_wrap .section01 .cont_intro .btn_intro .btn_prev {
    left: 50%;
    margin-left: -930px;
  }
  .index_wrap .section01 .cont_intro .btn_intro .btn_next {
    right: 50%;
    margin-right: -930px;
  }
}
.index_wrap .section02 .cont_notice {
  overflow: hidden;
  min-width: 1200px;
  margin: 0 auto;
  padding: 82px 0 128px;
}
.index_wrap .section02 .cont_notice .group_type {
  overflow: hidden;
  float: left;
  position: relative;
}
.index_wrap .section02 .cont_notice .group_type:first-child {
  margin-left: 0;
}
.index_wrap .section02 .cont_notice .tit_notice {
  display: block;
  line-height: 32px;
  color: #111;
}
.index_wrap .section02 .cont_notice .link_more {
  position: absolute;
  top: 2px;
  right: -1px;
}
.index_wrap .section02 .cont_notice .link_more .ico_more {
  width: 18px;
  height: 18px;
  margin: 6px;
  background-position: -100px -125px;
}
.index_wrap .section02 .list_notice {
  margin-top: 20px;
}
.index_wrap .section02 .list_notice li {
  position: relative;
  height: 58px;
  padding-right: 100px;
  border-bottom: 1px solid #f7f7f7;
  font-size: 0;
  line-height: 0;
}
.index_wrap .section02 .list_notice li.new .link_notice:after {
  display: inline-block;
  overflow: hidden;
  width: 41px;
  height: 18px;
  margin: 1px 0 0 5px;
  background: url(../img/pc/main/badge_new_type.png) 0 0 no-repeat;
  vertical-align: top;
  content: "";
}
.index_wrap .section02 .list_notice .link_notice {
  display: inline-block;
  padding: 19px 0;
}
.index_wrap .section02 .list_notice .txt_notice {
  display: inline-block;
  overflow: hidden;
  line-height: 20px;
  color: #0e0e0e;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_wrap .section02 .list_notice .txt_date {
  position: absolute;
  top: 20px;
  right: 14px;
  line-height: 20px;
  color: #bdbdbd;
}
.index_wrap .section02 .box_event {
  position: relative;
  margin-top: 18px;
}
.index_wrap .section02 .box_event:hover .btn_event {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.index_wrap .section02 .box_event .link_event:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.8)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.8) 100%);
  content: "";
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.2s linear;
  -sand-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.index_wrap .section02 .box_event .btn_event {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  margin-top: -15px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 500ms linear;
  -sand-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
.index_wrap .section02 .box_event .btn_event .ico_comm {
  width: 12px;
  height: 20px;
}
.index_wrap .section02 .box_event .btn_prev {
  left: 10px;
}
.index_wrap .section02 .box_event .btn_prev .ico_comm {
  background-position: -100px -100px;
}
.index_wrap .section02 .box_event .btn_next {
  right: 10px;
}
.index_wrap .section02 .box_event .btn_next .ico_comm {
  background-position: -125px -100px;
}
.index_wrap .section02 .box_event .bx-pager {
  overflow: hidden;
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 7px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.index_wrap .section02 .box_event .bx-pager .bx-pager-item {
  display: inline-block;
  overflow: hidden;
  padding: 0 4px;
}
.index_wrap .section02 .box_event .bx-pager .bx-pager-link {
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.index_wrap .section02 .box_event .bx-pager .bx-pager-link.active {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.index_wrap .section02 .list_event {
  overflow: hidden;
}
.index_wrap .section02 .list_event li {
  float: left;
  width: 480px;
}
.index_wrap .section02 .list_event .link_event {
  display: block;
  position: relative;
  height: 241px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}
.index_wrap .section02 .list_event .info_event {
  position: absolute;
  top: 174px;
  left: 0;
  width: 100%;
  text-align: center;
}
.index_wrap .section02 .list_event .tit_name {
  display: block;
  overflow: hidden;
  padding: 0 10px;
  line-height: 24px;
  color: #f6f6f6;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.index_wrap .section02 .list_community {
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.index_wrap .section02 .list_community li {
  display: inline-block;
  padding: 0 30px;
}
.index_wrap .section02 .list_community .link_community {
  display: block;
}
.index_wrap .section02 .list_community .box_icon {
  display: block;
  overflow: hidden;
  width: 112px;
  height: 112px;
  border-radius: 56px;
  background-color: #f7f7f7;
}
.index_wrap .section02 .list_community .ico_board {
  width: 38px;
  height: 40px;
  margin: 34px 0 0 8px;
  background-position: 0 0;
}
.index_wrap .section02 .list_community .ico_guide {
  width: 31px;
  height: 35px;
  margin: 39px auto 0;
  background-position: -50px 0;
}
.index_wrap .section02 .list_community .ico_channel {
  width: 42px;
  height: 40px;
  margin: 36px auto 0;
  background-position: -100px 0;
}
.index_wrap .section02 .list_community .ico_facebook {
  width: 36px;
  height: 35px;
  margin: 39px auto 0;
  background-position: 0 -50px;
}
.index_wrap .section02 .list_community .ico_youtube {
  width: 42px;
  height: 29px;
  margin: 43px auto 0;
  background-position: -50px -50px;
}
.index_wrap .section02 .list_community .txt_community {
  display: block;
  margin-top: 5px;
  line-height: 24px;
  color: #666;
}
@media all and (max-width: 1539px) {
  .index_wrap .section02 .cont_notice {
    width: 1200px;
  }
  .index_wrap .section02 .cont_notice .group_type {
    width: 390px;
    margin-left: 15px;
  }
  .index_wrap .section02 .list_notice li.new .txt_notice {
    max-width: 244px;
  }
  .index_wrap .section02 .list_notice .txt_notice {
    max-width: 290px;
  }
}
@media all and (min-width: 1540px) {
  .index_wrap .section02 .cont_notice {
    max-width: 1520px;
  }
  .index_wrap .section02 .cont_notice .group_type {
    width: 480px;
    margin-left: 40px;
  }
  .index_wrap .section02 .list_notice li.new .txt_notice {
    max-width: 334px;
  }
  .index_wrap .section02 .list_notice .txt_notice {
    max-width: 380px;
  }
}
.index_wrap .section03 .cont {
  position: relative;
  margin-top: 68px;
  padding-top: 66px;
}
.index_wrap .section03 .cont:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 65px;
  margin-left: -1px;
  background-color: #000;
  content: "";
}
.index_wrap .section03 .tit {
  display: block;
  line-height: 72px;
  color: #000;
  text-align: center;
}
.index_wrap .section03 .cont_media {
  overflow: hidden;
  margin: 42px auto 0;
}
.index_wrap .section03 .list_media li {
  float: left;
}
.index_wrap .section03 .list_media li.new .link_media:after {
  width: 58px;
  height: 25px;
  background: url(../img/pc/main/badge_new_type2.png) 0 0 no-repeat;
}
.index_wrap .section03 .list_media li.hot .link_media:after {
  width: 58px;
  height: 25px;
  background: url(../img/pc/main/badge_hot_type.png) 0 0 no-repeat;
}
.index_wrap .section03 .list_media .link_media {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.index_wrap .section03 .list_media .link_media:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}
.index_wrap .section03 .list_media .thumb_media {
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.index_wrap .section03 .list_media .thumb_txt {
  display: block;
  line-height: 36px;
  color: #fff;
}
.index_wrap .section03 .main_media {
  float: left;
  position: relative;
}
.index_wrap .section03 .main_media.ie:hover .btn_media {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.index_wrap .section03 .main_media.ie .list_mainmedia .link_media:hover .thumb_media {
  -webkit-transition: -webkit-transform 0.4s linear;
  -sand-transition: -sand-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  -webkit-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.index_wrap .section03 .main_media.ie .list_mainmedia .link_media:hover .thumb_media:after {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.index_wrap .section03 .main_media.ie .list_mainmedia .thumb_media {
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s linear;
  -sand-transition: -sand-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.index_wrap .section03 .main_media.ie .list_mainmedia .thumb_media:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -sand-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.index_wrap .section03 .main_media.normal:hover .btn_media {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.index_wrap .section03 .main_media.normal:hover .list_mainmedia li[aria-hidden=false] .thumb_media {
  -webkit-transition: -webkit-transform 0.4s linear;
  -sand-transition: -sand-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  -webkit-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.index_wrap .section03 .main_media.normal:hover .list_mainmedia li[aria-hidden=false] .thumb_media:after {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.index_wrap .section03 .main_media.normal .list_mainmedia .thumb_media {
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.4s linear;
  -sand-transition: -sand-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}
.index_wrap .section03 .main_media.normal .list_mainmedia .thumb_media:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -sand-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.index_wrap .section03 .main_media .media_page {
  position: absolute;
  bottom: 20px;
  right: 20px;
  line-height: 30px;
  color: #fff;
}
.index_wrap .section03 .main_media .media_page .total {
  padding-left: 7px;
  letter-spacing: -1px;
  -webkit-opacity: 0.16;
  -moz-opacity: 0.16;
  -ms-opacity: 0.16;
  -o-opacity: 0.16;
  -sand-opacity: 0.16;
  -khtml-opacity: 0.16;
  opacity: 0.16;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=16)";
  filter: alpha(opacity=16);
}
.index_wrap .section03 .main_media .media_page .num {
  letter-spacing: 2px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.index_wrap .section03 .main_media .btn_media {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 40px;
  margin-top: -20px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 50ms linear;
  -sand-transition: opacity 50ms linear;
  transition: opacity 50ms linear;
}
.index_wrap .section03 .main_media .btn_media .ico_comm {
  width: 18px;
  height: 32px;
}
.index_wrap .section03 .main_media .btn_prev {
  left: 10px;
}
.index_wrap .section03 .main_media .btn_prev .ico_comm {
  background-position: -50px -100px;
}
.index_wrap .section03 .main_media .btn_next {
  right: 10px;
}
.index_wrap .section03 .main_media .btn_next .ico_comm {
  background-position: -75px -100px;
}
.index_wrap .section03 .bnr_list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_wrap .section03 .list_mainmedia .txt_media {
  position: absolute;
  bottom: 43px;
  width: 100%;
  height: 96px;
  line-height: 48px;
  color: #fff;
  text-align: left;
}
.index_wrap .section03 .list_mainmedia .txt_media .txt_g {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  padding: 0 80px 0 50px;
  word-wrap: break-word;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_wrap .section03 .list_mainmedia .live_on {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 48px;
  bottom: 51px;
}
.index_wrap .section03 .list_mainmedia .live_done {
  display: none;
  overflow: hidden;
  position: absolute;
  left: 48px;
  bottom: 51px;
}
.index_wrap .section03 .list_mainmedia .live_done .txt_state:after {
  display: inline-block;
  overflow: hidden;
  width: 24px;
  height: 20px;
  margin: 7px 0 0 8px;
  background: url(../img/pc/main/ico_replay.png) 0 0 no-repeat;
  vertical-align: top;
  content: "";
}
.index_wrap .section03 .list_mainmedia .txt_live {
  float: left;
  height: 27px;
  margin-top: 4px;
  padding: 0 11px 0 9px;
  line-height: 27px;
  color: #fff;
  border-radius: 4px;
  background-color: #ea3031;
}
.index_wrap .section03 .list_mainmedia .txt_live:before {
  display: inline-block;
  width: 7px;
  height: 7px;
  margin: 10px 4px 0 0;
  border-radius: 50%;
  background-color: #fff;
  vertical-align: top;
  content: "";
}
.index_wrap .section03 .list_mainmedia .txt_state {
  float: left;
  margin-left: 10px;
  line-height: 36px;
  color: #fff;
}
.index_wrap .section03 .list_mainmedia li.live .txt_media {
  bottom: 87px;
  height: 48px;
}
.index_wrap .section03 .list_mainmedia li.live .txt_media .txt_g {
  display: block;
  padding: 0 66px 0 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_wrap .section03 .list_mainmedia li.live .live_on {
  display: block;
}
.index_wrap .section03 .list_mainmedia li.done .txt_media {
  bottom: 87px;
  height: 48px;
}
.index_wrap .section03 .list_mainmedia li.done .txt_media .txt_g {
  display: block;
  padding: 0 66px 0 46px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_wrap .section03 .list_mainmedia li.done .live_done {
  display: block;
}
.index_wrap .section03 .list_submedia {
  float: left;
}
.index_wrap .section03 .list_submedia li.special .link_media:after {
  width: 75px;
  height: 22px;
  background: url(../img/pc/main/badge_special_type.png) 0 0 no-repeat;
}
.index_wrap .section03 .list_submedia li.new .link_media:after {
  width: 51px;
  height: 22px;
  background: url(../img/pc/main/badge_new_type3.png) 0 0 no-repeat;
}
.index_wrap .section03 .list_submedia .link_media:hover .thumb_media {
  -webkit-transition: -webkit-transform 0.4s linear;
  -sand-transition: -sand-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  -webkit-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1.05, 0, 0, 0, 0, 1.05, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.index_wrap .section03 .list_submedia .link_media:hover .thumb_media:after {
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.index_wrap .section03 .list_submedia .link_media .thumb_media {
  -webkit-transition: -webkit-transform 0.4s linear;
  -sand-transition: -sand-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.index_wrap .section03 .list_submedia .link_media .thumb_media:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  content: "";
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -sand-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.index_wrap .section03 .list_submedia .txt_submedia {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  position: absolute;
  left: 30px;
  bottom: 24px;
  height: 56px;
  line-height: 28px;
  color: #fff;
  text-align: left;
  word-wrap: break-word;
}
.index_wrap .section03 .box_hash {
  overflow: hidden;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.index_wrap .section03 .box_hash .tit_hash {
  color: #fff;
}
.index_wrap .section03 .box_hash .list_hash .txt_g {
  border-bottom: 1px solid #fff;
  color: #fff;
}
.index_wrap .section03 .link_more {
  position: absolute;
  padding: 0 44px 0 0;
  background: url(../img/pc/main/ico_arrow3.png) 100% 4px no-repeat;
}
.index_wrap .section03 .link_more .txt_more {
  display: block;
  line-height: 19px;
  color: #fff;
}
@media all and (max-width: 1220px) {
  .index_wrap .section03 .cont_media {
    width: 1200px;
  }
  .index_wrap .section03 .box_media {
    overflow: hidden;
  }
  .index_wrap .section03 .main_media {
    width: 766px;
    height: 434px;
  }
  .index_wrap .section03 .list_mainmedia li {
    height: 434px;
  }
  .index_wrap .section03 .list_mainmedia li.live .txt_media {
    bottom: 80px;
    height: 39px;
    font-size: 30px;
  }
  .index_wrap .section03 .list_mainmedia li.done .txt_media {
    bottom: 80px;
    height: 39px;
    font-size: 30px;
  }
  .index_wrap .section03 .list_mainmedia .live_on {
    bottom: 46px;
  }
  .index_wrap .section03 .list_mainmedia .live_done {
    bottom: 46px;
  }
  .index_wrap .section03 .list_mainmedia .txt_media {
    bottom: 46px;
    height: 78px;
    font-size: 28px;
    line-height: 39px;
  }
  .index_wrap .section03 .list_mainmedia .txt_media .txt_g {
    padding: 0 80px 0 38px;
  }
  .index_wrap .section03 .list_submedia {
    width: 434px;
    height: 434px;
  }
  .index_wrap .section03 .list_submedia .link_media {
    width: 217px;
    height: 217px;
  }
  .index_wrap .section03 .list_submedia .txt_submedia {
    left: 24px;
    bottom: 19px;
    width: 175px;
    height: 48px;
    font-size: 16px;
    line-height: 24px;
  }
  .index_wrap .section03 .box_hash {
    display: table;
    position: relative;
    width: 100%;
    height: 83px;
    padding: 0 170px 0 194px;
    background-color: #922020;
    background-image: url(../img/pc/main/bg_hash.jpg);
    background-position: 100% 0;
  }
  .index_wrap .section03 .box_hash .tit_hash {
    position: absolute;
    top: 30px;
    left: 45px;
    font-size: 16px;
    line-height: 24px;
  }
  .index_wrap .section03 .box_hash .hash {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
  }
  .index_wrap .section03 .box_hash .list_hash li {
    float: left;
    padding: 0 14px;
  }
  .index_wrap .section03 .box_hash .list_hash .link_hash {
    display: block;
    padding: 5px 0;
  }
  .index_wrap .section03 .box_hash .list_hash .txt_g {
    font-size: 15px;
    line-height: 22px;
  }
  .index_wrap .section03 .link_more {
    top: 32px;
    right: 43px;
    -webkit-opacity: 0.8;
    -moz-opacity: 0.8;
    -ms-opacity: 0.8;
    -o-opacity: 0.8;
    -sand-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    filter: alpha(opacity=80);
  }
}
@media all and (min-width: 1221px) {
  .index_wrap .section03 .cont_media {
    position: relative;
    width: 100%;
    max-width: 1920px;
    background-color: #000000;
    background-image: url(../img/pc/main/bg_hash_big.jpg);
    background-position: 100% 0;
    background-repeat: no-repeat;
  }
  .index_wrap .section03 .box_media {
    float: left;
    width: 78.334%;
  }
  .index_wrap .section03 .main_media {
    width: 63.82%;
  }
  .index_wrap .section03 .main_media .media_page {
    bottom: 4%;
    right: 3.4%;
  }
  .index_wrap .section03 .list_submedia {
    width: 36.18%;
  }
  .index_wrap .section03 .list_submedia li {
    width: 50%;
  }
  .index_wrap .section03 .list_submedia .txt_submedia {
    left: 11%;
    width: 85%;
  }
  .index_wrap .section03 .box_hash {
    display: block;
    float: left;
    padding: 0 0 0 2.9%;
    width: 21.666%;
  }
  .index_wrap .section03 .box_hash .tit_hash {
    display: block;
    padding: 20% 0 0 0;
    font-size: 28px;
    line-height: 34px;
  }
  .index_wrap .section03 .box_hash .list_hash {
    padding: 8% 5% 0 0;
  }
  .index_wrap .section03 .box_hash .list_hash li {
    margin-top: 1px;
  }
  .index_wrap .section03 .box_hash .list_hash li:first-child {
    margin-top: 0;
  }
  .index_wrap .section03 .box_hash .list_hash .link_hash {
    display: inline-block;
    vertical-align: top;
  }
  .index_wrap .section03 .box_hash .list_hash .link_hash .txt_g {
    font-size: 17px;
    line-height: 29px;
  }
  .index_wrap .section03 .link_more {
    position: absolute;
    left: 81.2%;
    bottom: 7.4%;
    -webkit-opacity: 0.5;
    -moz-opacity: 0.5;
    -ms-opacity: 0.5;
    -o-opacity: 0.5;
    -sand-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
  }
}
.index_wrap .section04 {
  position: relative;
  height: 1093px;
  background: url(../img/pc/main/bg_experience.jpg) 50% 0 no-repeat;
  text-align: center;
}
.index_wrap .section04 .tit_experience {
  display: block;
  padding-top: 162px;
  line-height: 50px;
  color: #000;
}
.index_wrap .section04 .desc_experience {
  padding-top: 17px;
  line-height: 32px;
  color: #000;
}
.index_wrap .section04 .link_type {
  position: absolute;
  bottom: 114px;
  left: 50%;
  margin-left: -105px;
}
.index_wrap .section05 {
  padding-top: 115px;
}
.index_wrap .section05 .cont {
  position: relative;
  padding: 63px 0 130px;
}
.index_wrap .section05 .cont:before {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  margin-left: -1px;
  background-color: #000;
  content: "";
}
.index_wrap .section05 .tit {
  display: block;
  line-height: 72px;
  color: #000;
  text-align: center;
}
.index_wrap .section05 .box_preview {
  overflow: hidden;
  position: relative;
  height: 491px;
  padding: 41px 0;
}
.index_wrap .section05 .box_preview:hover .btn {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.index_wrap .section05 .box_preview .btn {
  position: absolute;
  top: 50%;
  width: 90px;
  height: 90px;
  margin-top: -45px;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 500ms linear;
  -sand-transition: opacity 500ms linear;
  transition: opacity 500ms linear;
}
.index_wrap .section05 .box_preview .btn:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  content: "";
}
.index_wrap .section05 .box_preview .btn .ico_comm {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 18px;
  height: 34px;
  margin: -17px 0 0 -9px;
}
.index_wrap .section05 .box_preview .btn_prev {
  left: 30px;
}
.index_wrap .section05 .box_preview .btn_prev .ico_comm {
  background-position: 0 -100px;
}
.index_wrap .section05 .box_preview .btn_next {
  right: 30px;
}
.index_wrap .section05 .box_preview .btn_next .ico_comm {
  background-position: -25px -100px;
}
.index_wrap .section05 .list_preview {
  position: absolute;
  top: 41px;
  left: 200px;
  width: 2290px;
  height: 491px;
}
.index_wrap .section05 .list_preview li {
  float: left;
  margin-left: 20px;
}
.index_wrap .section05 .list_preview li:first-child {
  margin-left: 0;
}
.index_wrap .section05 .list_preview li.c_b .tit_preview .txt_g {
  border-color: #4e5b63;
  color: #000;
}
.index_wrap .section05 .list_preview li.c_b .desc_preview {
  color: #000;
}
.index_wrap .section05 .list_preview .link_preview {
  display: block;
  position: relative;
  width: 365px;
  height: 491px;
  text-align: center;
}
.index_wrap .section05 .list_preview .link_preview .thumb_g {
  -webkit-transition: -webkit-transform 1s linear;
  -sand-transition: -sand-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear;
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.index_wrap .section05 .list_preview .link_preview:hover .thumb_g {
  -webkit-transition: -webkit-transform 2s linear;
  -sand-transition: -sand-transform 2s linear;
  transition: -webkit-transform 2s linear;
  transition: transform 2s linear;
  transition: transform 2s linear, -webkit-transform 2s linear;
  -webkit-transform: matrix3d(1.2, 0, 0, 0, 0, 1.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1.2, 0, 0, 0, 0, 1.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1.2, 0, 0, 0, 0, 1.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1.2, 0, 0, 0, 0, 1.2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
}
.index_wrap .section05 .list_preview .thumb_preview {
  overflow: hidden;
  width: 365px;
  height: 491px;
}
.index_wrap .section05 .list_preview .info_preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index_wrap .section05 .list_preview .tit_preview {
  position: absolute;
  top: 57px;
  left: 0;
  width: 100%;
}
.index_wrap .section05 .list_preview .tit_preview .txt_g {
  display: inline-block;
  border-bottom: 2px solid #ffffff;
  line-height: 35px;
  color: #fff;
  vertical-align: top;
}
.index_wrap .section05 .list_preview .desc_preview {
  position: absolute;
  top: 110px;
  left: 0;
  width: 100%;
  line-height: 26px;
  color: #fff;
}
.index_wrap .section05 .link_type {
  margin: 28px auto 0;
}
@media all and (min-width: 2310px) {
  .index_wrap .section05 .list_preview {
    position: static;
    top: 0;
    left: 0;
  }
}
@media all and (min-width: 2490px) {
  .index_wrap .section05 .box_preview .btn {
    display: none;
  }
}
.index_wrap .section05 .owl-carousel {
  margin-left: 200px;
}
.index_wrap .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 0;
}
.index_wrap .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.index_wrap .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.index_wrap .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.index_wrap .owl-carousel .owl-wrapper,
.index_wrap .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.index_wrap .owl-carousel .owl-item {
  position: relative;
  -webkit-transition: visibility 850ms;
  transition: visibility 850ms;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.index_wrap .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.index_wrap .owl-carousel .owl-nav.disabled,
.index_wrap .owl-carousel .owl-dots.disabled {
  display: none;
}
.index_wrap .owl-carousel .owl-nav .owl-prev,
.index_wrap .owl-carousel .owl-nav .owl-next,
.index_wrap .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.index_wrap .owl-carousel.owl-loaded {
  display: block;
}
.index_wrap .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.index_wrap .owl-carousel.owl-hidden {
  opacity: 0;
}
.index_wrap .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.index_wrap .owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.index_wrap .owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.index_wrap .owl-carousel.owl-rtl {
  direction: rtl;
}
.index_wrap .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.index_wrap .no-js .owl-carousel {
  display: block;
}
.index_wrap .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.index_wrap .owl-carousel .owl-animated-in {
  z-index: 0;
}
.index_wrap .owl-carousel .owl-animated-out {
  z-index: 1;
}
.index_wrap .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.index_wrap .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.index_wrap .owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.index_wrap .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.index_wrap .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.index_wrap .owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.index_wrap .owl-carousel .owl-video-playing .owl-video-tn,
.index_wrap .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.index_wrap .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.index_wrap .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@media all and (max-width: 2240px) {
  .index_wrap .section05 .owl-carousel {
    width: calc(100% - 200px);
  }
}
@media all and (min-width: 2240px) {
  .index_wrap .section05 .owl-carousel {
    margin: 0 auto;
  }
}


.index_mos_0 {
  -webkit-transition: -webkit-transform 0.6s ease-out, opacity 0.4s linear;
  -sand-transition: -sand-transform 0.6s ease-out, opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.6s ease-out;
  transition: opacity 0.4s linear, -webkit-transform 0.6s ease-out;
  transition: transform 0.6s ease-out, opacity 0.4s linear;
  transition: transform 0.6s ease-out, opacity 0.4s linear, -webkit-transform 0.6s ease-out;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.info_story_characters {
  background-color: #ffffff;
}
.info_story_characters .section03 {
  background-color: #ffffff;
  width: 100%;
  height: 100%;
}
.info_story_characters .section03 .leaflet-pane {
  z-index: auto;
}
.info_story_characters .section03 .leaflet-image-layer {
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
  opacity: 0;
}
.info_story_characters .section03 .leaflet-image-layer.over {
  opacity: 1;
}
.info_story_characters .section03 .leaflet-zoom-anim .leaflet-image-layer.leaflet-zoom-animated {
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1);
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1), -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1);
}
.info_story_characters .section03 .thum {
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 1;
  border-radius: 200px;
}
.info_story_characters .section03 .thum.over {
  opacity: 0;
}

.ab {
  position: absolute;
}

.story_popup_dim .item {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

.story_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.story_popup .bg img {
  position: absolute;
}
.story_popup .pop_lnb_cont {
  margin-top: 62px;
  width: 1px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 0;
}
.story_popup .pop_lnb_cont .pop_lnb {
  position: absolute;
  top: 174px;
  left: 960px;
}
.story_popup .pop_lnb_cont .pop_lnb ul {
  margin: 0;
  padding: 0;
  position: absolute;
}
.story_popup .pop_lnb_cont .pop_lnb ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.story_popup .pop_lnb_cont .pop_lnb ul {
  width: 730px;
}
.story_popup .pop_lnb_cont .pop_lnb ul li a:link {
  color: #000;
  text-decoration: none;
}
.story_popup .pop_lnb_cont .pop_lnb ul li a:visited {
  color: #000;
  text-decoration: none;
}
.story_popup .pop_lnb_cont .pop_lnb ul li a:hover {
  color: #000;
  text-decoration: none;
}
.story_popup .pop_lnb_cont .pop_lnb ul li a:active {
  color: #000;
  text-decoration: none;
}
.story_popup .pop_lnb_cont .pop_lnb ul li.on .btn {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.story_popup .pop_lnb_cont .pop_lnb ul li .btn {
  width: 120px;
  height: 50px;
  display: table;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.story_popup .pop_lnb_cont .pop_lnb ul li .btn .tx {
  display: table-cell;
  margin: 0 auto;
  vertical-align: middle;
  text-align: center;
}
.story_popup .pop_lnb_cont .pop_lnb ul li .btn .tx .space {
  margin-right: 2px;
  margin-left: 1px;
}
.story_popup .pop_lnb_cont .pop_lnb .line_bg {
  background-image: url("../img/pc/story/map_popup/lnb_line.png?_=201210");
  background-repeat: no-repeat;
  background-size: 730px auto;
  width: 730px;
  height: 1px;
  position: absolute;
  top: 49px;
}
.story_popup .pop_lnb_cont .pop_lnb .focus_line {
  width: 85px;
  height: 2px;
  position: absolute;
  top: 48px;
  left: 18px;
  -webkit-transition: left 0.4s ease-out;
  -sand-transition: left 0.4s ease-out;
  transition: left 0.4s ease-out;
}
.story_popup .pop_lnb_cont .pop_lnb .focus_line.on0 {
  left: 18px;
}
.story_popup .pop_lnb_cont .pop_lnb .focus_line.on1 {
  left: 138px;
}
.story_popup .pop_lnb_cont .pop_lnb .focus_line.on2 {
  left: 258px;
}
.story_popup .pop_lnb_cont .pop_lnb .focus_line.on3 {
  left: 378px;
}
.story_popup .pop_lnb_cont .pop_lnb .focus_line.on4 {
  left: 498px;
}
.story_popup .pop_lnb_cont .pop_lnb .focus_line .item {
  width: 85px;
  height: 2px;
  background-color: #000;
  -webkit-transform-origin: 0% 0%;
  -sand-transform-origin: 0% 0%;
  -khtml-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
}
.story_popup .content {
  margin-top: 62px;
  width: 1920px;
  height: 934px;
  position: absolute;
  left: 0;
  top: 0;
}
.story_popup .content .cont_img_tx {
  position: absolute;
  top: 337px;
  left: 990px;
  width: 397px;
  height: 63px;
}
.story_popup .content .cont_img_tx img {
  position: absolute;
  left: 0;
  top: 0;
}
.story_popup .content .cont_img img {
  image-rendering: -webkit-optimize-contrast;
  position: absolute;
  top: 0;
  left: 0;
}
.story_popup .page ul {
  margin: 0;
  padding: 0;
  position: absolute;
}
.story_popup .page ul li {
  display: block;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
.story_popup .page .cont_page {
  width: 200px;
  position: absolute;
  top: 294px;
  left: 990px;
}
.story_popup .page .cont_page li a {
  position: relative;
  display: table;
  width: 18px;
  height: 18px;
}
.story_popup .page .cont_page li.on .hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.story_popup .page .cont_page li .hover {
  -webkit-transition: linear 0.4s opacity;
  -sand-transition: linear 0.4s opacity;
  transition: linear 0.4s opacity;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.story_popup .page .cont_page .item {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  margin: 0 auto;
  -webkit-transition: opacity linear 0.4s;
  -sand-transition: opacity linear 0.4s;
  transition: opacity linear 0.4s;
  width: 6px;
  height: 6px;
  left: 6px;
  top: 6px;
  position: absolute;
}
.story_popup .page .cont_page .item .im {
  position: absolute;
}
.story_popup .page .cont_page .item .hover {
  position: absolute;
  top: 0;
  background-image: url("../img/pc/story/map_popup/page_hover.png?_=201210");
  background-repeat: no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 6px;
}
.story_popup .page .cont_page .item .normal {
  position: absolute;
  top: 0;
  background-image: url("../img/pc/story/map_popup/page_normal.png?_=201210");
  background-repeat: no-repeat;
  background-size: 6px auto;
  width: 6px;
  height: 6px;
}
.story_popup .cont_tx_cont {
  position: absolute;
  top: 448px;
  left: 990px;
}
.story_popup .cont_tx_cont .cont_tx {
  position: absolute;
  top: 0;
  width: 590px;
}
.story_popup .cont_tx_cont .cont_tx .tx {
  margin-bottom: 6px;
}
.story_popup .cont_tx_cont .cont_tx .tx .item {
  color: #000;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -sand-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
}
.story_popup .control .navi.left {
  -webkit-transition: left ease-out 0.4s;
  -sand-transition: left ease-out 0.4s;
  transition: left ease-out 0.4s;
  position: absolute;
  left: 145px;
  top: 50%;
  margin-top: -42px;
  background-image: url("../img/pc/story/map_popup/left.png?_=201210");
  background-repeat: no-repeat;
  background-size: 84px auto;
  width: 84px;
  height: 84px;
}
.story_popup .control .navi.right {
  -webkit-transition: right ease-out 0.4s;
  -sand-transition: right ease-out 0.4s;
  transition: right ease-out 0.4s;
  position: absolute;
  right: 145px;
  top: 50%;
  margin-top: -42px;
  background-image: url("../img/pc/story/map_popup/right.png?_=201210");
  background-repeat: no-repeat;
  background-size: 84px auto;
  width: 84px;
  height: 84px;
}
.story_popup .control .navi.close {
  position: absolute;
  bottom: 122px;
  left: 50%;
  margin-left: -29px;
  display: block;
  background-image: url("../img/pc/story/map_popup/close.png?_=201210");
  background-repeat: no-repeat;
  background-size: 58px auto;
  width: 58px;
  height: 58px;
  border: 1px solid #000;
}

@media screen and (max-width: 1280px) {
  .story_popup .control .navi.right {
    right: 300px;
  }
  .story_popup .control .navi.left {
    left: 300px;
  }
}
.info_story {
  overflow-y: hidden;
}
.info_story .section .cont {
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
.info_story .section01 {
  overflow: hidden;
  margin: 0 auto;
  min-height: 1419px;
}
.info_story .section01 .sectionbg_cont {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  min-height: 1419px;
}
.info_story .section01 .sectionbg_cont .sectionbg {
  position: absolute;
  top: 0;
  min-height: 1419px;
  background-image: url("../img/pc/story/bg_01.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 2800px;
  left: -9999px;
  right: -9999px;
  margin: 0 auto;
}
.info_story .section01 .cont {
  width: 1330px;
}
.info_story .section01 .cont .t_cont {
  top: 450px;
  left: 70px;
  position: absolute;
  width: 630px;
  height: 126px;
}
.info_story .section01 .cont .t_cont .i0 {
  position: absolute;
  background-image: url("../img/pc/story/tx_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 630px auto;
  width: 630px;
  height: 126px;
}
.info_story .section01 .cont .t_cont .i1 {
  position: absolute;
  background-image: url("../img/pc/story/tx_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 630px auto;
  width: 630px;
  height: 126px;
}
.info_story .section01 .cont .media {
  z-index: 0;
  clip: rect(0, 777px, 445px, 0);
  top: 250px;
  position: absolute;
  right: -70px;
  width: 777px;
  height: 445px;
  display: table;
}
.info_story .section01 .cont .media.clip_x0 {
  clip: rect(0, 0px, 445px, 0);
}
.info_story .section01 .cont .media .bg {
  position: absolute;
  background-image: url("../img/pc/story/media.png?_=201210");
  background-repeat: no-repeat;
  background-size: 777px auto;
  width: 777px;
  height: 445px;
}
.info_story .section01 .cont .media .play_btn {
  margin: auto;
  position: relative;
  left: auto;
  right: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.info_story .section01 .cont .tx_list {
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  -ms-opacity: 0.9;
  -o-opacity: 0.9;
  -sand-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  right: 70px;
  position: absolute;
  top: 800px;
}
.info_story .section01 .cont .tx_list .i2 {
  color: #ccc;
}
.info_story .section01 .cont .tx_list .i2 .red {
  color: #e73535;
}
.info_story .section01 .cont .tx_list .i2 .white {
  color: #fff;
}
.info_story .section01 .cont .tx_list .i2 .tx {
  -webkit-transition: -webkit-transform ease-out 0.4s, opacity 0.4s linear;
  -sand-transition: -sand-transform ease-out 0.4s, opacity 0.4s linear;
  -webkit-transition: opacity 0.4s linear, -webkit-transform ease-out 0.4s;
  transition: opacity 0.4s linear, -webkit-transform ease-out 0.4s;
  transition: transform ease-out 0.4s, opacity 0.4s linear;
  transition: transform ease-out 0.4s, opacity 0.4s linear, -webkit-transform ease-out 0.4s;
  margin-bottom: 25px;
}
.info_story .section01 .cont .sc_target {
  width: 50px;
  height: 50px;
  position: absolute;
  /* bottom: 0; */
  right: 0;
  top: 1300px;
}
.info_story .section02 .ani_target {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
}
.info_story .section02 .cont {
  display: table;
  margin: 0;
  overflow: hidden;
}
.info_story .section02 .cont .bg {
  position: absolute;
  width: 100%;
  height: 100%;
}
.info_story .section02 .cont .i_cont {
  position: relative;
  vertical-align: middle;
  display: table-cell;
  left: 0;
  right: 0;
  margin: auto;
  top: 50px;
}
.info_story .section02 .cont .i0 {
  margin: 0 auto;
  text-align: center;
  color: #fff;
}
.info_story .section02 .cont .i1 {
  margin: 0 auto;
  margin-top: 31px;
  text-align: center;
  color: #fff;
}
.info_story .section02 .cont .i1 .tx {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.info_story .section02 .cont .i1_0 {
  margin: 0 auto;
  width: 172px;
  height: 54px;
  margin-top: 38px;
}
.info_story .section02 .cont .i1_0 .bg {
  background-image: url("../img/pc/story/bt_rect.png?_=201210");
  background-repeat: no-repeat;
  background-size: 172px auto;
  width: 172px;
  height: 54px;
}
.info_story .section02 .cont .i1_0 .tx {
  width: 100%;
  color: #fff;
  text-align: center;
  top: 17px;
  position: relative;
  display: block;
}
.info_story .section02 .cont .i2 {
  width: 100px;
  height: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 55px;
}
.info_story .section02 .cont .i2 .pointer {
  -webkit-transform: scale(0.9);
  -sand-transform: scale(0.9);
  -khtml-transform: scale(0.9);
  transform: scale(0.9);
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.info_story .movie_prologue {
  width: 768px;
  height: 432px;
}
.info_story .movie_prologue .bt_close {
  cursor: pointer;
  background-image: "../img/pc/common/popup_close.png?_=201210";
  background-size: 100% auto;
  position: absolute;
  width: 19px;
  height: 19px;
  right: -38px;
  text-indent: -9999em;
  z-index: 10003;
  display: block;
}
.info_story .movie_prologue iframe {
  width: 768px;
  height: 432px;
  position: relative;
  z-index: 10003;
}

@media screen and (max-width: 1430px) {
  .info_story .section01 .cont {
    width: 1200px;
  }
  .info_story .section01 .cont .t_cont {
    left: 5px;
  }
}
.ab {
  position: absolute;
}

@-webkit-keyframes btactive {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes btactive {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes videoZoom {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes videoZoom {
  0% {
    -webkit-transform: scale(0.95);
            transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes topright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 100%;
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes topright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 100%;
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@-webkit-keyframes bottomleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-animation-timing-function: cubic-bezier(0, 0.77, 0, 0.71);
            animation-timing-function: cubic-bezier(0, 0.77, 0, 0.71);
  }
}
@keyframes bottomleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-animation-timing-function: cubic-bezier(0, 0.77, 0, 0.71);
            animation-timing-function: cubic-bezier(0, 0.77, 0, 0.71);
  }
}
@-webkit-keyframes fadeUp {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    padding-top: 20px;
    height: 140px;
  }
  100% {
    opacity: 1;
    padding-top: 0px;
    height: 160px;
  }
}
@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
    padding-top: 20px;
    height: 140px;
  }
  100% {
    opacity: 1;
    padding-top: 0px;
    height: 160px;
  }
}
.info_character .info_character_selector_wrap {
  width: 100%;
  position: relative;
}
.info_character .info_character_selector_wrap:after {
  clear: both;
  content: "";
  width: 0px;
  height: 0px;
  display: block;
}
.info_character .info_character_selector_wrap .info_character_main_wrap {
  width: 50%;
  float: left;
  position: relative;
  overflow: hidden;
}
.info_character .info_character_selector_wrap .info_character_main_wrap video, .info_character .info_character_selector_wrap .info_character_main_wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  width: 100%;
  height: 100%;
  -webkit-animation: videoZoom cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
          animation: videoZoom cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s forwards;
  position: absolute;
}
.info_character .info_character_selector_wrap .info_character_main_wrap img {
  position: absolute;
  top: 0px;
  left: 0px;
}
.info_character .info_character_selector_wrap .info_character_main_wrap #classImg_gray, .info_character .info_character_selector_wrap .info_character_main_wrap #raceImg_gray {
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.info_character .info_character_selector_wrap .info_character_main_bt {
  width: 160px;
  height: 160px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  left: 50%;
  display: block;
}
.info_character .info_character_selector_wrap .info_character_bt_content {
  width: 160px;
  height: 140px;
  padding-top: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fadeUp 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
          animation: fadeUp 2s cubic-bezier(0.785, 0.135, 0.15, 0.86) forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.info_character .info_character_selector_wrap .info_character_main_bt:after {
  content: "";
  position: absolute;
  bottom: -2px;
  padding-right: 2px;
  right: -2px;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  visibility: hidden;
  -webkit-animation: bottomleft 1s forwards;
          animation: bottomleft 1s forwards;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  cursor: pointer;
}
.info_character .info_character_selector_wrap .info_character_main_bt:before {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  padding-left: 2px;
  width: 100%;
  height: 100%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  visibility: hidden;
  -webkit-animation: topright 1s forwards;
          animation: topright 1s forwards;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  transform: translateZ(0);
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
}
.info_character .info_character_selector_wrap .info_character_bt_content .bt_text {
  width: 100%;
  height: 100%;
  background: 0 0 url(../img/pc/character/character_main_bt.png);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.info_character .info_character_selector_wrap .info_character_class_background_vod .bt_text {
  background-position-y: -160px;
}
.info_character .info_character_selector_wrap .info_character_main_bt:hover .info_character_bt_content .bt_text {
  background-position: 0 -320px;
  -webkit-animation: btactive 0.5s ease-in-out forwards;
          animation: btactive 0.5s ease-in-out forwards;
}

.ab {
  position: absolute;
}

@-webkit-keyframes info_race_lnb_in {
  0% {
    width: 0px;
  }
  50% {
    width: 150px;
  }
  100% {
    width: 150px;
  }
}

@keyframes info_race_lnb_in {
  0% {
    width: 0px;
  }
  50% {
    width: 150px;
  }
  100% {
    width: 150px;
  }
}
@-webkit-keyframes info_race_lnb_in_child {
  0% {
    line-height: 100px;
  }
  50% {
    color: rgba(255, 255, 255, 0);
    line-height: 100px;
  }
  100% {
    color: rgba(255, 255, 255, 0.5);
    line-height: 40px;
  }
}
@keyframes info_race_lnb_in_child {
  0% {
    line-height: 100px;
  }
  50% {
    color: rgba(255, 255, 255, 0);
    line-height: 100px;
  }
  100% {
    color: rgba(255, 255, 255, 0.5);
    line-height: 40px;
  }
}
@-webkit-keyframes characterIn {
  0% {
    -webkit-transform: translateY(110%) scale(1.2);
            transform: translateY(110%) scale(1.2);
  }
  75% {
    -webkit-transform: translateX(0%) scale(1.2);
            transform: translateX(0%) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
}
@keyframes characterIn {
  0% {
    -webkit-transform: translateY(110%) scale(1.2);
            transform: translateY(110%) scale(1.2);
  }
  75% {
    -webkit-transform: translateX(0%) scale(1.2);
            transform: translateX(0%) scale(1.2);
  }
  100% {
    -webkit-transform: translateX(0%) scale(1);
            transform: translateX(0%) scale(1);
  }
}
@-webkit-keyframes raceFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes raceFadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.info_character_race {
  /*animations*/
  background-color: #000;
  overflow: hidden;
  background-size: cover;
}
.info_character_race .characterSlideLeft {
  -webkit-animation-name: characterSlideLeft;
  animation-name: characterSlideLeft;
}
.info_character_race .key_popup_wrap {
  top: 70%;
  left: 57%;
}
.info_character_race .lnb_race_lnb {
  position: absolute;
  right: 57px;
  top: 56.8%;
  width: 116px;
  height: 400px;
  margin-top: -195px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.info_character_race .lnb_race_lnb a {
  position:relative;
  cursor: pointer;
  display: block;
  background: 50% 11px url(../img/pc/character/race_navi.png) no-repeat;
  width: 66px;
  height: 93px;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  margin-bottom: 8px;
}

.info_character_race .lnb_race_lnb a.dot:before{
  content: '';
  position:absolute;
  width:7px;
  height:7px;
  border-radius:50%;
  background:#ff0000;
  top:10px;
  right:-3px;
}

.info_character_race .lnb_race_lnb a.on, .info_character_race .lnb_race_lnb a:hover {
  opacity: 1;
}
.info_character_race .lnb_race_lnb .gon {
  background-position-y: -91px;
}
.info_character_race .lnb_race_lnb .geon {
  background-position-y: -193px;
}
.info_character_race .lnb_race_lnb .lin {
  background-position-y: -295px;
}
.info_character_race .lnb_category {
  position: absolute;
  left: 100px;
  top: 194px;
  width: 150px;
  height: 42px;
  -webkit-animation: info_race_lnb_in 1s ease-in forwards;
          animation: info_race_lnb_in 1s ease-in forwards;
  z-index: 1;
  overflow: hidden;
}
.info_character_race .lnb_category a {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  height: 41px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-animation: info_race_lnb_in_child 1s ease-in forwards;
          animation: info_race_lnb_in_child 1s ease-in forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  font-family: NanumSquareR;
}
.info_character_race .lnb_category a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  opacity: 0;
  height: 40px;
  border-bottom: 2px solid #fff;
  display: block;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  color: #fff;
}
.info_character_race .lnb_category .race:after {
  content: "종족";
}
.info_character_race .lnb_category .class:after {
  content: "직업";
}
.info_character_race .lnb_category a.on:after {
  width: 100%;
  opacity: 1;
}
.info_character_race .section {
  position: relative;
  margin-top: 40px;
  padding-top: 1px;
  height: 100%;
  width: 100%;
}
.info_character_race .section video, .info_character_race .section img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  margin-top: -44px;
}
.info_character_race .section .characterIn {
  -webkit-animation: characterIn 850ms forwards;
          animation: characterIn 850ms forwards;
  height: 100%;
  overflow: hidden;
}
.info_character_race .section .desc_wrap {
  position: absolute;
  top: 49.8%;
  margin-top: -143px;
  left: calc(60% - 46px);
  width: 40%;
}
.info_character_race .section .desc_wrap > div {
  opacity: 0;
}
.info_character_race .section .desc_wrap .title {
  height: 112px;
  width: 100px;
  margin-bottom: 33px;
  margin-left: -4px;
}
.info_character_race .section .desc_wrap .title.geon {
  background: 0 0 url(../img/pc/character/race_title_geon.png) no-repeat;
}
.info_character_race .section .desc_wrap .title.gon {
  background: 0 0 url(../img/pc/character/race_title_gon.png) no-repeat;
}
.info_character_race .section .desc_wrap .title.jin {
  background: 0 0 url(../img/pc/character/race_title_jin.png) no-repeat;
}
.info_character_race .section .desc_wrap .title.lin {
  background: 0 0 url(../img/pc/character/race_title_lin.png) no-repeat;
}
.info_character_race .section .desc_wrap .sub_title {
  color: #bf0720;
  margin-bottom: 17px;
  line-height: 16px;
  letter-spacing: -0.7px;
}
.info_character_race .section .desc_wrap .desc {
  color: #fff;
  margin-bottom: 37px;
  width: 69%;
  line-height: 28px;
  color: #d8d8d8;
  line-height: 30px;
  letter-spacing: 0.1px;
  word-break: keep-all;
}
.info_character_race .section .desc_wrap .job_wrap:after {
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  clear: both;
  position: absolute;
}
.info_character_race .section .desc_wrap .job_wrap span {
  float: left;
  display: block;
  height: 16px;
  line-height: 16px;
  color: #808080;
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 0.1px;
  line-height: 36px;
}
.info_character_race .section .desc_wrap .job_wrap div {
  position: relative;
  float: left;
  text-align: left;
  color: #d8d8d8;
  padding: 0px 10px 0px 10px;
  line-height: 36px;
  height: 36px;
}
.info_character_race .section .desc_wrap .job_wrap div.dot:before{
  content: '';
  position:absolute;
  width:7px;
  height:7px;
  background:#ff0000;
  border-radius:50%;
  top:5px;
  right:0;
}

.info_character_race .section .desc_wrap .job_wrap div:after {
  position: absolute;
  background-color: #d8d8d8;
  width: 1px;
  height: 85%;
  content: "";
  display: block;
  top: 1px;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 16px;
}
.info_character_race .section .desc_wrap .job_wrap div:last-child:after {
  display: none;
}
.info_character_race .section .desc_wrap.on > div {
  -webkit-animation-name: raceFadeInUp;
          animation-name: raceFadeInUp;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.info_character_race .section .desc_wrap.on .title {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
}
.info_character_race .section .desc_wrap.on .sub_title {
  -webkit-animation-duration: 700ms;
  animation-duration: 700ms;
}
.info_character_race .section .desc_wrap.on .desc {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms;
}
.info_character_race .section .desc_wrap.on .job_wrap {
  -webkit-animation-duration: 900ms;
  animation-duration: 900ms;
  max-width: 480px;
}

.ab {
  position: absolute;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes fadeInZoom {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.8, 0.8, 1);
            transform: scale3d(0.8, 0.8, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes characterSlideLeft {
  from {
    margin-left: 100px;
  }
  to {
    margin-left: 0px;
  }
}
@keyframes characterSlideLeft {
  from {
    margin-left: 100px;
  }
  to {
    margin-left: 0px;
  }
}
@-webkit-keyframes fillFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes fillFadeOut {
  0% {
    opacity: 1;
    visibility: visible;
  }
  100% {
    opacity: 0;
    visibility: hidden;
  }
}
.info_character_class {
  background-color: #000;
  overflow-x: hidden;
}
.info_character_class .key_popup_wrap {
  top: 84.5%;
  left: 40%;
}
.info_character_class .animated {
  -webkit-animation-duration: 1000 ms;
  animation-duration: 1000 ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.info_character_class .owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.info_character_class .owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}
.info_character_class .owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.info_character_class .owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.info_character_class .owl-carousel .owl-wrapper,
.info_character_class .owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.info_character_class .owl-carousel .owl-item {
  position: relative;
  -webkit-transition: visibility 850ms;
  transition: visibility 850ms;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.info_character_class .owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.info_character_class .owl-carousel .owl-nav.disabled,
.info_character_class .owl-carousel .owl-dots.disabled {
  display: none;
}
.info_character_class .owl-carousel .owl-nav .owl-prev,
.info_character_class .owl-carousel .owl-nav .owl-next,
.info_character_class .owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.info_character_class .owl-carousel.owl-loaded {
  display: block;
}
.info_character_class .owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.info_character_class .owl-carousel.owl-hidden {
  opacity: 0;
}
.info_character_class .owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.info_character_class .owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.info_character_class .owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.info_character_class .owl-carousel.owl-rtl {
  direction: rtl;
}
.info_character_class .owl-carousel.owl-rtl .owl-item {
  float: right;
}
.info_character_class .no-js .owl-carousel {
  display: block;
}
.info_character_class .owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.info_character_class .owl-carousel .owl-animated-in {
  z-index: 0;
}
.info_character_class .owl-carousel .owl-animated-out {
  z-index: 1;
}
.info_character_class .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.info_character_class .owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.info_character_class .owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.info_character_class .owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.info_character_class .owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.info_character_class .owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.info_character_class .owl-carousel .owl-video-playing .owl-video-tn,
.info_character_class .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.info_character_class .owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.info_character_class .owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.info_character_class .fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
.info_character_class .fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
.info_character_class .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
.info_character_class .characterSlideLeft {
  -webkit-animation-name: characterSlideLeft;
  animation-name: characterSlideLeft;
}
.info_character_class .fillFadeOut {
  -webkit-animation-name: fillFadeOut;
  animation-name: fillFadeOut;
}
.info_character_class .fadeInZoom {
  -webkit-animation-name: fadeInZoom;
  animation-name: fadeInZoom;
}
.info_character_class .lnb_category {
  position: absolute;
  left: 100px;
  top: 194px;
  width: 150px;
  height: 42px;
  -webkit-animation: info_race_lnb_in 1s ease-in forwards;
          animation: info_race_lnb_in 1s ease-in forwards;
  z-index: 1;
  overflow: hidden;
}
.info_character_class .lnb_category a {
  position: relative;
  display: block;
  float: left;
  width: 50%;
  color: rgba(255, 255, 255, 0.35);
  border-bottom: 1px solid rgba(255, 255, 255, 0.32);
  height: 40px;
  text-align: center;
  line-height: 40px;
  cursor: pointer;
  -webkit-animation: info_race_lnb_in_child 1s ease-in forwards;
          animation: info_race_lnb_in_child 1s ease-in forwards;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.info_character_class .lnb_category a:after {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 0%;
  height: 100%;
  opacity: 0;
  height: 39px;
  border-bottom: 2px solid #fff;
  display: block;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
  color: #fff;
}
.info_character_class .lnb_category .race:after {
  content: "종족";
}
.info_character_class .lnb_category .class:after {
  content: "직업";
}
.info_character_class .lnb_category a.on:after {
  width: 100%;
  opacity: 1;
}
.info_character_class .lnb_class_lnb {
  position: absolute;
  right: 34px;
  top: 17.9%;
  width: 116px;
  height: 600px;
  margin-top: -300px;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  opacity: 1;
}
.info_character_class .lnb_class_lnb a {
  cursor: pointer;
  display: block;
  background: 50% 0px url(../img/pc/character/class_navi.png) no-repeat;
  width: 66px;
  height: 98px;
  opacity: 0.2;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  margin-bottom: 4px;
  text-indent: 5px;
}
.info_character_class .lnb_class_lnb a.on, .info_character_class .lnb_class_lnb a:hover {
  opacity: 1;
}
.info_character_class .lnb_class_lnb .fighter {
  background-position-y: -100px;
}
.info_character_class .lnb_class_lnb .manauser {
  background-position-y: -298px;
}
.info_character_class .lnb_class_lnb .axeman {
  background-position-y: -200px;
}
.info_character_class .clear:after {
  clear: both;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
}
.info_character_class .section {
  overflow: hidden;
}
.info_character_class .section > div {
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  overflow: hidden;
}
.info_character_class .section > div .scroll_ic {
  width: 22px;
  height: 12px;
  position: absolute;
  bottom: 24px;
  left: 50%;
  margin-left: -11px;
  display: block;
  z-index: 1;
  letter-spacing: 0.5px;
}
.info_character_class .section > div .scroll_ic .tem {
  background: 0 0 url(../img/pc/character/scroll_down.png) no-repeat;
  width: 22px;
  height: 12px;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.info_character_class .section .class_section01 .scroll_ic {
  width: 70px;
  height: 70px;
}
.info_character_class .section .class_section01 .scroll_ic .tem {
  background: 0 22px url(../img/pc/character/scroll_down.png) no-repeat;
  width: 22px;
  height: 12px;
  margin: 0 auto;
  padding-top: 33px;
}
.info_character_class .section .class_section01 .scroll_ic .tem_txt {
  font-size: 12px;
  font-family: Roboto-Regular;
  color: #fff;
  opacity: 0.27;
  text-align: center;
}
.info_character_class .section .class_section01 {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.info_character_class .section .class_section01 #raceImg {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  top: -42px;
  left: 50%;
  margin-left: -1300px;
}
.info_character_class .section .class_section01 .desc_wrap {
  position: absolute;
  bottom: 153px;
  color: #fff;
  width: 50%;
  margin-left: 100px;
}
.info_character_class .section .class_section01 .desc_wrap .title {
  background: -28px 3px url(../img/pc/character/class_title.png) no-repeat;
  width: 150px;
  height: 75px;
  opacity: 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.fighter {
  background-position-y: -75px;
}
.info_character_class .section .class_section01 .desc_wrap .title.manauser {
  background-position: 0px -150px;
}
.info_character_class .section .class_section01 .desc_wrap .title.axeman {
  background-position: -25px -225px;
}
.info_character_class .section .class_section01 .desc_wrap .desc {
  margin-top: 19px;
  opacity: 0;
  line-height: 31px;
  color: #d8d8d8;
}
.info_character_class .section .class_section01 .desc_wrap .race_wrap {
  margin-top: 17px;
  opacity: 0;
  margin-bottom: 8px;
  text-indent: -1px;
}
.info_character_class .section .class_section01 .desc_wrap .race_wrap .race {
  float: left;
  width: 38px;
  text-align: center;
  height: 24px;
  line-height: 24px;
  padding: 0px 5px 0px 5px;
  color: #d8d8d8;
  position: relative;
}
.info_character_class .section .class_section01 .desc_wrap .race_wrap .race:after {
  width: 1px;
  background-color: #d8d8d8;
  position: absolute;
  content: "";
  height: 90%;
  display: block;
  top: 1px;
  left: 48px;
}
.info_character_class .section .class_section01 .desc_wrap .race_wrap .race:last-child:after {
  display: none;
}
.info_character_class .section .class_section01 .desc_wrap .race_wrap span {
  display: block;
  float: left;
  margin-right: 10px;
  color: rgba(128, 128, 128, 0.9);
  letter-spacing: 0.1px;
  line-height: 24px;
}
.info_character_class .section .class_section01 .desc_wrap .job_diffculty_wrap {
  text-indent: -1px;
  opacity: 0;
}
.info_character_class .section .class_section01 .desc_wrap .job_diffculty_wrap span {
  display: block;
  float: left;
  margin-right: 15px;
  color: rgba(128, 128, 128, 0.9);
  letter-spacing: 0.1px;
  line-height: 24px;
}
.info_character_class .section .class_section01 .desc_wrap .job_diffculty_wrap .diffculty {
  float: left;
  background: -20px 0 url(../img/pc/character/class_diffculty.png) no-repeat;
  width: 20px;
  height: 18px;
  margin-top:3px;
}
.info_character_class .section .class_section01 .desc_wrap .job_diffculty_wrap .diffculty.on {
  background-position-x: 0px;
}
.info_character_class .section .class_section01 .desc_wrap .job_diffculty_wrap .diffculty_text {
  float: left;
  line-height: 24px;
  margin-left: 9px;
  color: #d8d8d8;
}
.info_character_class .section .class_section01 .desc_wrap .class_status_wrap {
  margin-top: 59px;
  opacity: 0;
}
.info_character_class .section .class_section01 .desc_wrap .class_status_wrap span {
  display: block;
  float: left;
  color: rgba(255, 255, 255, 0.5);
  line-height: 20px;
}
.info_character_class .section .class_section01 .desc_wrap .class_status_wrap > div {
  margin-top: 8px;
}
.info_character_class .section .class_section01 .desc_wrap .class_status_wrap .guage_back {
  background: -webkit-gradient(linear, left top, right top, from(#1ca6ec), to(#604cae));
  background: linear-gradient(to right, #1ca6ec, #604cae);
  width: 350px;
  height: 12px;
  margin: 4px;
  margin-left: 15px;
  float: left;
}
.info_character_class .section .class_section01 .desc_wrap .class_status_wrap .guage {
  background-color: #212121;
  float: right;
  height: 100%;
  -webkit-transition: width 1s;
  transition: width 1s;
  width: 100%;
}
.info_character_class .section .class_section02 {
  height: 100%;
}
.info_character_class .section .class_section02 #classVideo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.info_character_class .section .class_section02:after {
  content: "";
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: 50% 50% url(../img/pc/character/character_class_feature_grad.png) no-repeat;
  background-size: cover;
  z-index: 0;
  opacity: 0.7;
}
.info_character_class .section .class_section02 .feature_wrap {
  position: absolute;
  height: 200px;
  bottom: 28px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  color: #fff;
  line-height: 30px;
  z-index: 1;
}
.info_character_class .section .class_section02 .feature_wrap .feature_title {
  margin-bottom: 36px;
  opacity: 0;
}
.info_character_class .section .class_section02 .feature_wrap .feature_desc {
  opacity: 0;
  letter-spacing: -0.3px;
  line-height: 28px;
}
.info_character_class .section .class_section03 {
  height: 100%;
  background: 50% 50% url(../img/pc/character/class_sec3_bg.jpg) no-repeat;
  background-size: cover;
}
.info_character_class .section .class_section03 .skill_wrap {
  position: absolute;
  bottom: 22%;
  width: 100%;
}
.info_character_class .section .class_section03 .lt {
  float: left;
  width: 33.5%;
  margin-left: 10.4%;
  color: #fff;
}
.info_character_class .section .class_section03 .lt .skill_type_wrap {
  margin-left: -8px;
}
.info_character_class .section .class_section03 .lt .skill_type_wrap > a {
  width: 100px;
  height: 82px;
  background: 0 0 url(../img/pc/character/class_skill_cate.png) no-repeat;
  float: left;
  display: block;
  opacity: 0.4;
  margin-right: 11px;
}
.info_character_class .section .class_section03 .lt .skill_type_wrap > a span {
  display: block;
  width: 50px;
  margin: 0 auto;
  margin-top: 94px;
  text-indent: 1px;
  text-align: center;
}
.info_character_class .section .class_section03 .lt .skill_type_wrap > a.active {
  opacity: 1;
}
.info_character_class .section .class_section03 .lt .skill_type_wrap .ultimate {
  background-position-x: -100px;
}
.info_character_class .section .class_section03 .lt .skill_type_wrap .party {
  background-position-x: -300px;
}
.info_character_class .section .class_section03 .lt .skill_type_wrap .unique {
  background-position-x: -200px;
}
.info_character_class .section .class_section03 .lt .skill_desc_wrap {
  margin-top: 21.1%;
  width: 100%;
  max-width: 650px;
  height: 300px;
  margin-left: -1px;
  line-height: 30px;
}
.info_character_class .section .class_section03 .lt .skill_desc_wrap .skill_desc_title {
  margin-bottom: 26px;
  opacity: 0;
  letter-spacing: -1px;
}
.info_character_class .section .class_section03 .lt .skill_desc_wrap .skill_desc_sub_title {
  margin-bottom: 25px;
  opacity: 0;
  line-height: 30px;
  color: #d8d8d8;
  letter-spacing: -0.4px;
}
.info_character_class .section .class_section03 .lt .skill_desc_wrap .skill_desc_ic {
  width: 340px;
  height: 100px;
  opacity: 0;
}
.info_character_class .section .class_section03 .lt .skill_desc_wrap .ultimate_desc .skill_desc_ic {
  background-position-y: -100px;
}
.info_character_class .section .class_section03 .lt .skill_desc_wrap .party_desc .skill_desc_ic {
  background-position-y: -200px;
}
.info_character_class .section .class_section03 .lt .blader .skill_desc_ic {
  background-image: url(../img/pc/character/class_skill_blader.png);
}
.info_character_class .section .class_section03 .lt .axeman .skill_desc_ic {
  background-image: url(../img/pc/character/class_skill_axeman.png);
}
.info_character_class .section .class_section03 .lt .fighter .skill_desc_ic {
  background-image: url(../img/pc/character/class_skill_fighter.png);
}
.info_character_class .section .class_section03 .lt .manauser .skill_desc_ic {
  background-image: url(../img/pc/character/class_skill_manauser.png);
}
.info_character_class .section .class_section03 .rt {
  overflow: hidden;
  float: left;
  width: 46.5%;
  height: 520px;
  color: #fff;
  max-width: 885px;
  position: relative;
}
.info_character_class .section .class_section03 .rt video {
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_character_class .section .class_section03 .rt img {
  clip: rect(0, 0px, 520px, 0);
  width: 100%;
  height: 520px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  -webkit-transition: clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip 0.6s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: absolute;
  top: 0px;
  left: 0px;
}
.info_character_class .class_lnb {
  height: 240px;
  width: 968px;
  background-color: #000;
  margin: 0 auto;
}
.info_character_class .class_lnb .class_lnb_wrap {
  position: relative;
  width: 240px;
  height: 240px;
  float: left;
  display: block;
  background-image: url(../img/pc/character/class_navi_footer.png);
  opacity: 0.25;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.info_character_class .class_lnb > div {
  position: relative;
  display: inline-block;
  float: left;
}
.info_character_class .class_lnb > div:after {
  position: absolute;
  margin-top: -45px;
  top: 50%;
  right: 0px;
  display: block;
  background-color: rgba(255, 255, 255, 0.15);
  content: "";
  width: 2px;
  height: 50px;
}
.info_character_class .class_lnb .class_lnb_wrap:last-child:after {
  width: 0px;
  height: 0px;
}
.info_character_class .class_lnb .class_lnb_wrap.on, .info_character_class .class_lnb .class_lnb_wrap:hover {
  opacity: 1;
}
.info_character_class .class_lnb .footerlnb_fighter {
  background-position-x: -240px;
}
.info_character_class .class_lnb .footerlnb_manauser {
  background-position-x: -480px;
}
.info_character_class .class_lnb .footerlnb_axeman {
  background-position-x: -720px;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.world {
  position: absolute;
  top: 100px;
  left: 65px;
}
.world .minimap {
  fill: none;
  stroke-dasharray: 1200px;
  stroke-dashoffset: 1200px;
}
.world .minimap.motion .stroke_svg {
  -webkit-transition: all 0.8s ease-in-out;
  -sand-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.world .minimap .stroke_svg.stroke_red {
  stroke: #B32223;
  stroke-width: 3;
}
.world .minimap .stroke_svg.stroke_white {
  stroke: #fff;
  stroke-dashoffset: 0px;
  stroke-width: 2;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.world .minimap.heaven_reach .stroke_red {
  stroke-dashoffset: 1200px;
}
.world .minimap.gloomdross_forest .stroke_red {
  stroke-dashoffset: 902px;
}
.world .minimap.songshu_isle .stroke_red {
  stroke-dashoffset: 1020px;
}
.world .minimap.cinderlands .stroke_red {
  stroke-dashoffset: 796px;
}
.world .minimap.spirestone_canyons .stroke_red {
  stroke-dashoffset: 735px;
}
.world .minimap.highland_necropolis .stroke_red {
  stroke-dashoffset: 630px;
}
.world .minimap.moonwater_plains .stroke_red {
  stroke-dashoffset: 545px;
}
.world .minimap.silverfrost_mountains .stroke_red {
  stroke-dashoffset: 187px;
}
.world .minimap.primeval_forest .stroke_red {
  stroke-dashoffset: 0px;
}
.world .bt {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50px;
  border: 5px solid rgba(255, 255, 255, 0.3);
}
.world .bt > div {
  background-color: rgba(0, 0, 0, 0.52);
  color: #fff;
  font-size: 13px;
  text-align: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}
.world .bt:hover > div {
  opacity: 1;
}
.world .bt:after {
  background-color: #fff;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  border-radius: 50px;
  cursor: pointer;
}
.world .bt.on {
  border: 5px solid rgba(255, 0, 0, 0.3);
}
.world .bt.on:after {
  background-color: #f00;
}
.world .bt.heaven_reach {
  top: 235px;
  left: 47px;
}
.world .bt.heaven_reach > div {
  width: 56px;
  height: 26px;
  line-height: 26px;
  top: -9px;
  left: 18px;
}
.world .bt.gloomdross_forest {
  top: 142px;
  left: 68px;
}
.world .bt.gloomdross_forest > div {
  width: 54px;
  height: 25px;
  line-height: 25px;
  top: -10px;
  left: -66px;
}
.world .bt.songshu_isle {
  top: 195px;
  left: 80px;
}
.world .bt.songshu_isle > div {
  width: 57px;
  height: 25px;
  line-height: 25px;
  top: -10px;
  left: 16px;
}
.world .bt.cinderlands {
  top: 66px;
  left: 116px;
}
.world .bt.cinderlands > div {
  width: 54px;
  height: 25px;
  line-height: 25px;
  top: -10px;
  left: -66px;
}
.world .bt.spirestone_canyons {
  top: 53px;
  left: 175px;
}
.world .bt.spirestone_canyons > div {
  width: 66px;
  height: 25px;
  line-height: 25px;
  top: -36px;
  left: -33px;
}
.world .bt.highland_necropolis {
  top: 97px;
  left: 265px;
}
.world .bt.highland_necropolis > div {
  width: 55px;
  height: 25px;
  line-height: 25px;
  top: -11px;
  left: 17px;
}
.world .bt.moonwater_plains {
  top: 163px;
  left: 193px;
}
.world .bt.moonwater_plains > div {
  width: 67px;
  height: 25px;
  line-height: 25px;
  top: 15px;
  left: -31px;
}
.world .bt.silverfrost_mountains {
  top: 10px;
  left: 243px;
}
.world .bt.silverfrost_mountains > div {
  width: 67px;
  height: 25px;
  line-height: 25px;
  top: -36px;
  left: -33px;
}
.world .bt.primeval_forest {
  top: 0px;
  left: 311px;
}
.world .bt.primeval_forest > div {
  width: 79px;
  height: 25px;
  line-height: 25px;
  top: -11px;
  left: 17px;
}

@-webkit-keyframes wideIn {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}

@keyframes wideIn {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@-webkit-keyframes perspectivezoom {
  from {
    -webkit-transform: translateZ(-100px);
            transform: translateZ(-100px);
  }
  to {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@keyframes perspectivezoom {
  from {
    -webkit-transform: translateZ(-100px);
            transform: translateZ(-100px);
  }
  to {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
}
@-webkit-keyframes perspectivezoomCloud {
  from {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
  to {
    -webkit-transform: translateZ(110px);
            transform: translateZ(110px);
  }
}
@keyframes perspectivezoomCloud {
  from {
    -webkit-transform: translateZ(0px);
            transform: translateZ(0px);
  }
  to {
    -webkit-transform: translateZ(110px);
            transform: translateZ(110px);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp2 {
  from {
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes markerglow {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    background-color: rgba(255, 255, 255, 0.15);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes markerglow {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    background-color: rgba(255, 255, 255, 0);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    background-color: rgba(255, 255, 255, 0.15);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.4);
            transform: translate(-50%, -50%) scale(1.4);
    -ms-transform: translate(-50%, -50%) scale(1.4);
    background-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes map_ic_glow {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
    -ms-transform: translate(-50%, -50%) scale(0.75);
    background-color: rgba(255, 255, 255, 0.15);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    background-color: rgba(255, 255, 255, 0.15);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35);
    -ms-transform: translate(-50%, -50%) scale(1.35);
    background-color: rgba(255, 255, 255, 0);
  }
}
@keyframes map_ic_glow {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.75);
            transform: translate(-50%, -50%) scale(0.75);
    -ms-transform: translate(-50%, -50%) scale(0.75);
    background-color: rgba(255, 255, 255, 0.15);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
            transform: translate(-50%, -50%) scale(1.2);
    -ms-transform: translate(-50%, -50%) scale(1.2);
    background-color: rgba(255, 255, 255, 0.15);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.35);
            transform: translate(-50%, -50%) scale(1.35);
    -ms-transform: translate(-50%, -50%) scale(1.35);
    background-color: rgba(255, 255, 255, 0);
  }
}
@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

.fadeInUp2 {
  -webkit-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}

.wideIn {
  -webkit-animation-name: wideIn;
}

.info_game_map {
  -webkit-perspective: 100px;
          perspective: 100px;
  background-color: #000;
  font-family: NanumSquareR;
  /* 라플렛 커스텀*/
}
.info_game_map #bopaekeyA {
  position: absolute;
  top: 78%;
  left: 80%;
  width: 125px;
  height: 123px;
  z-index: 2001;
}
.info_game_map #bopaekeyB {
  position: absolute;
  top: 440px;
  z-index: 5;
  left: 770px;
}
.info_game_map .leaflet-marker-icon .effect {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  border-radius: 500px;
  z-index: -1;
  -webkit-animation: map_ic_glow 1s ease-in-out;
          animation: map_ic_glow 1s ease-in-out;
  display: block;
  width: 75px;
  height: 75px;
}
.info_game_map .leaflet-marker-icon .ic_wrap {
  height: 70px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: scale(0.5);
          transform: scale(0.5);
}
.info_game_map .leaflet-marker-icon img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.info_game_map .leaflet-marker-icon img {
  position: absolute;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}
.info_game_map .leaflet-marker-icon img.arrow {
  width: 28px;
  height: 35px;
}
.info_game_map .leaflet-marker-icon .ic_wrap:hover .back {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -ms-transform: translate(-50%, -50%) scale(1.1);
}
.info_game_map .leaflet-marker-icon .effect1 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  width: 50px;
  height: 50px;
}
.info_game_map .leaflet-marker-icon .effect2 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
  width: 60px;
  height: 60px;
}
.info_game_map .leaflet-marker-icon .effect3 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.info_game_map .leaflet-marker-icon .effect4 {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.info_game_map .leaflet-marker-icon .effect5 {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.info_game_map #map {
  width: 100%;
  height: 100%;
  background-color: #000;
}
.info_game_map #intro_Wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 1000;
  background-color: #080e12;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  display: none;
}
.info_game_map #intro_Wrap img {
  width: 1920px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition-timing-function: cubic-bezier(0.33, 0.01, 0.02, 0.99);
          transition-timing-function: cubic-bezier(0.33, 0.01, 0.02, 0.99);
}
.info_game_map #intro_Wrap #cloudSequnce {
  width: 1920px;
  position: absolute;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transition-timing-function: cubic-bezier(0.33, 0.01, 0.02, 0.99);
          transition-timing-function: cubic-bezier(0.33, 0.01, 0.02, 0.99);
}
.info_game_map #mapPop {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
  top: 0px;
  left: 0px;
  z-index: 1000;
}
.info_game_map #mapPop .backvod_map_pop {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
}
.info_game_map #mapPop .backvod_map_pop_dim {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.info_game_map #mapPop .game_map_popup {
  width: 1920px;
  height: calc(100% - 148px);
  top: 12.8%;
  left: 50%;
  margin-left: -960px;
  position: fixed;
}
.info_game_map #mapPop .game_map_popup .close_bt_wrap {
  position: absolute;
  right: 272px;
  top: 104px;
  z-index: 1;
}
.info_game_map #mapPop .game_map_popup .close_bt_wrap span {
  position: absolute;
  color: #fff;
  width: 120px;
  top: 16px;
  left: -126px;
  letter-spacing: -0.9px;
}
.info_game_map #mapPop .game_map_popup .close_bt_wrap .close_pop {
  position: absolute;
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 100px;
  border: 2px solid #fff;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background: 0 0 url(../img/pc/game_map/close_pop_bt_back.png) no-repeat;
}
.info_game_map #mapPop .game_map_popup .close_bt_wrap .close_pop:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.info_game_map #mapPop .game_map_popup .close_bt_wrap .border {
  position: absolute;
  top: 50%;
  left: 50%;
  content: " ";
  border-radius: 500px;
  -webkit-animation: markerglow 1s ease-in-out;
          animation: markerglow 1s ease-in-out;
  z-index: -1;
  width: 65px;
  height: 65px;
}
.info_game_map #mapPop .game_map_popup .close_bt_wrap .close_pop:after {
  width: 22px;
  height: 40px;
  border-radius: 100px;
  display: block;
  left: 50%;
  content: "";
  margin-left: -11px;
  top: -30%;
  position: absolute;
  background: 0 0 url(../img/pc/game_map/return_marker.png) no-repeat;
  -webkit-animation: bounce 2s infinite;
          animation: bounce 2s infinite;
}
.info_game_map #mapPop .game_map_popup .game_map_title {
  margin-top: 232px;
  color: #fff;
  line-height: 46px;
  letter-spacing: 5px;
}
.info_game_map #mapPop .game_map_popup .game_map_title span {
  font-size: 46px;
  letter-spacing: -2.15px;
  color: #fff;
  margin-right: 19px;
}
.info_game_map #mapPop .game_map_popup .game_map_title p {
  display: inline-block;
  padding-left: 19px;
  border-left: 2px solid #fff;
  line-height: 18px;
  letter-spacing: 5px;
}
.info_game_map #mapPop .game_map_popup .bar {
  margin-top: 22px;
  background-color: rgba(255, 255, 255, 0.3);
  height: 1px;
}
.info_game_map #mapPop .game_map_popup .game_map_desc {
  margin-top: 25px;
  color: #fff;
}
.info_game_map #mapPop .game_map_popup .game_map_desc .position_desc {
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -0.9px;
}
.info_game_map #mapPop .game_map_popup .game_map_desc .position_sub_desc {
  margin-top: 19px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: -0.8px;
}
.info_game_map #mapPop .game_map_popup .game_map_vod_wrap .game_map_video_cover {
  margin-top: 130px;
  width: 657px;
  height: 520px;
  overflow: hidden;
  position: relative;
}
.info_game_map #mapPop .game_map_popup .game_map_vod_wrap img {
  clip: rect(0, 0px, 520px, 0);
  width: 100%;
  -webkit-transition: clip 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: clip 1.5s cubic-bezier(0.65, 0.05, 0.36, 1);
  position: absolute;
  top: 77px;
  left: 0px;
  height: 370px;
}
.info_game_map #mapPop .game_map_popup .game_map_vod_wrap video {
  width: 656px;
  height: 370px;
  margin-top: 77px;
}
.info_game_map #mapPop .game_map_popup > div {
  float: left;
}
.info_game_map #mapPop .game_map_popup .game_map_desc_wrap {
  margin-left: 295px;
  width: 603px;
}
.info_game_map #mapPop .game_map_popup .game_map_vod_wrap {
  margin-left: 68px;
}
.info_game_map #mapPop .game_map_popup:after {
  clear: both;
  display: block;
  width: 0px;
  height: 0px;
  position: relative;
}
.info_game_map .posName {
  position: absolute;
  left: 79px;
  font-size: 36px;
  color: rgba(255, 255, 255, 0.6);
  top: 50%;
  display: block;
  text-align: left;
  width: 200px;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-family: NanumSquareB;
  letter-spacing: 7px;
}
.info_game_map .posName:after {
  content: attr(title);
  position: absolute;
  -webkit-text-stroke: 2px rgba(0, 0, 0, 0.9);
  left: 0;
  top: 0;
  z-index: -1;
}
.info_game_map #map_nav {
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  width: 100%;
  height: 160px;
  background: 0 0 url(../img/pc/game_map/world_map_nav_grad.png) repeat-x;
  display: none;
}
.info_game_map #map_nav .nav_menu_wrap {
  width: 790px;
  height: 80px;
  margin: 0 auto;
  margin-top: 76px;
  font-size: 16px;
}
.info_game_map #map_nav .nav_menu_wrap li {
  position: relative;
  width: 158px;
  height: 80px;
  float: left;
  color: rgba(255, 255, 255, 0.2);
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 200ms, -webkit-transform 200ms;
  transition: opacity 200ms, -webkit-transform 200ms;
  transition: transform 200ms, opacity 200ms;
  transition: transform 200ms, opacity 200ms, -webkit-transform 200ms;
}
.info_game_map #map_nav .nav_menu_wrap li:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 3px;
  top: -1px;
  left: 50%;
  margin-left: -1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.info_game_map #map_nav .nav_menu_wrap li.on {
  color: #fff;
}
.info_game_map #map_nav .bar {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.15);
  position: absolute;
  bottom: 83px;
}
.info_game_map #map_nav .btn_wrap {
  width: 67.5em;
  position: absolute;
  bottom: 72px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.info_game_map #map_nav .btn {
  width: 24px;
  height: 28px;
  position: absolute;
  bottom: -4px;
  left: 214px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background: 0 0 url(../img/pc/game_map/icon/giga_icon.png) no-repeat;
  background-size: contain;
}
.info_game_map #map_nav .btn[pos="0"] {
  -webkit-transform: translateX(0px);
          transform: translateX(0px);
}
.info_game_map #map_nav .btn[pos="1"] {
  -webkit-transform: translateX(155px);
          transform: translateX(155px);
}
.info_game_map #map_nav .btn[pos="2"] {
  -webkit-transform: translateX(313px);
          transform: translateX(313px);
}
.info_game_map #map_nav .btn[pos="3"] {
  -webkit-transform: translateX(472px);
          transform: translateX(472px);
}
.info_game_map #map_nav .btn[pos="4"] {
  -webkit-transform: translateX(629px);
          transform: translateX(629px);
}
.info_game_map #map_nav .nav_menu_wrap:after {
  clear: both;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.media_popup_wrap {
  font-weight: normal;
  position: relative;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s linear;
  -sand-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.media_popup_wrap.fade_ani {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.media_popup_wrap ul, .media_popup_wrap p, .media_popup_wrap h6, .media_popup_wrap span, .media_popup_wrap img, .media_popup_wrap dl, .media_popup_wrap dt, .media_popup_wrap dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.media_popup_wrap .bg {
  position: fixed;
  width: 100%;
  height: 100%;
}
.media_popup_wrap .bg .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
}

.media_popup {
  font-weight: normal;
  position: fixed;
  width: 100%;
  overflow-y: auto;
  height: 100%;
}
.media_popup .close_layer_bg {
  position: fixed;
  width: 100%;
  height: 100%;
}
.media_popup .cont {
  position: relative;
  max-width: 1024px;
  width: 70%;
  min-width: 600px;
  margin: 160px auto;
  background: #fff;
}
.media_popup .cont .top_div {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.media_popup .cont .top_div .video_div {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
}
.media_popup .cont .top_div .img_div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
.media_popup .cont .top_div .img_div .bx-viewport {
  width: 100%;
  position: absolute !important;
  height: 100% !important;
}
.media_popup .cont .top_div .img_div .bx-viewport #mediaPopSlider {
  height: 100%;
}
.media_popup .cont .top_div .img_div li {
  height: 100%;
  width: 100%;
  text-align: center;
  background: #000;
}
.media_popup .cont .top_div .img_div li img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media_popup .cont .top_div .img_div .bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  text-align: center;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager {
  font-size: 0;
  display: inline-block;
  top: 10px;
  position: relative;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager.disabled {
  display: none;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager-item {
  float: left;
  padding: 3px;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager-item a {
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  opacity: 0.4;
  border-radius: 50% 50%;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager-item a:hover, .media_popup .cont .top_div .img_div .bx-controls .bx-pager-item a.active {
  opacity: 1;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a {
  margin-top: -32.13%;
  position: absolute;
  text-indent: -9999px;
  display: block;
  height: 38px;
  width: 22px;
  background: url(../img/pc/media/sp_icons.png) 0 0 no-repeat;
  opacity: 0.4;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a:hover {
  opacity: 1;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a.bx-prev {
  background-position: -64px 0;
  left: 40px;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a.bx-next {
  background-position: -86px 0;
  right: 40px;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a.disabled {
  display: none;
}
.media_popup .cont .middle_div {
  padding: 58px 0 0;
}
.media_popup .cont .middle_div .text_div {
  margin: 0 0 52px;
  padding: 0 72px;
}
.media_popup .cont .middle_div .text_div .reg_date {
  color: #666;
  margin: 0 0 20px;
}
.media_popup .cont .middle_div .text_div .title {
  font-weight: normal;
  color: #000;
  word-break: break-word;
  margin: 0 0 14px;
}
.media_popup .cont .middle_div .text_div .context {
  word-break: break-word;
  color: #4c4c4c;
  line-height: 26px;
}
.media_popup .cont .middle_div .hash_div {
  font-size: 0;
  padding: 0 72px;
  margin: 0 0 40px;
}
.media_popup .cont .middle_div .hash_div li {
  display: inline-block;
  margin-right: 4px;
}
.media_popup .cont .middle_div .hash_div li a {
  display: inline-block;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  border-radius: 20px;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  -moz-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}
.media_popup .cont .middle_div .hash_div li a p {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 8px 13px;
}
.media_popup .cont .middle_div .hash_div li a:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}
.media_popup .cont .middle_div .sns_div {
  padding: 0 55px 24px;
  height: 63px;
}
.media_popup .cont .middle_div .sns_div .sns_wrap {
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
  display: table-cell;
  width: 100%;
  position: relative;
  height: 38px;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner {
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 24px;
  font-size: 0;
  display: inline-block;
  position: absolute;
  max-width: 100%;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner.is_facebook {
  padding-right: 165px;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .like_div, .media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_div, .media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .div_line, .media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn {
  display: inline-block;
  vertical-align: middle;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .like_div {
  max-width: 100%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4c4c4c;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .like_div div {
  padding: 5px 0 0;
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .like_div div p {
  display: inline-block;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a {
  padding: 0;
  height: 36px;
  position: relative;
  display: inline-block;
  width: 133px;
  border: 1px solid #4080ff;
  color: #4080fe;
  border-radius: 18px;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  text-align: center;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a p {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  position: relative;
  left: 0;
  top: 5px;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a .reply_arrow {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 5px;
  right: 0;
  top: 5px;
  height: 8px;
  padding: 0;
  background: url(../img/pc/media/sp_icons.png) -219px 0 no-repeat;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a:hover {
  background: #4080ff;
  color: #fff;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a:hover .reply_arrow {
  background-position: -224px 0;
}
.media_popup .cont .middle_div .sns_div .share_wrap {
  height: 38px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
  vertical-align: middle;
  display: table-cell;
  width: 138px;
  position: relative;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div {
  width: 100%;
  padding-right: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 38px;
  display: block;
  overflow: hidden;
  position: relative;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div ul {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div li {
  display: inline-block;
  height: 38px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a {
  cursor: pointer;
  background: url(../img/pc/media/sp_icons.png) 0 0 no-repeat;
  width: 38px;
  height: 38px;
  padding: 0;
  display: block;
  margin-left: 8px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_fb {
  background-position: 0 -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_fb:hover {
  background-position: -114px -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_tw {
  background-position: -38px -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_tw:hover {
  background-position: -152px -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_link {
  background-position: -76px -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_link:hover {
  background-position: -190px -104px;
}
.media_popup .cont .btn_close {
  background: url(../img/pc/media/sp_icons.png) -192px -46px no-repeat;
  display: block;
  cursor: pointer;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  right: -78px;
}

.media {
  font-weight: normal;
}
.media a {
  cursor: pointer;
}
.media.wrap {
  padding-top: 40px;
  background: #fff;
}
.media ul, .media p, .media h6, .media span, .media img, .media li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.media .section {
  position: relative;
}
.media .section .cont {
  width: 1430px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.media .section .big_slide li {
  height: 628px;
  overflow: hidden;
  position: relative;
}
.media .section .big_slide img {
  width: 1920px;
  height: 628px;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.media .section01 {
  background: #000;
  height: 628px;
}
.media .section01 .bx-wrapper {
  margin: 0 auto;
  position: relative;
}
.media .section01 .slide_cont {
  position: absolute;
  color: #fff;
  right: 246px;
  top: 229px;
  width: 607px;
}
.media .section01 .slide_cont h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.media .section01 .slide_cont p {
  margin-top: 32px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.media .section01 .tag_div {
  width: 103px;
  height: 30px;
  padding-bottom: 15px;
}
.media .section01 .tag_div span {
  display: none;
  width: 103px;
  height: 30px;
  background: url(../img/pc/media/sp_icons.png?v=180601) 0 0 no-repeat;
}
.media .section01 .tag_div.new span {
  display: block;
  background-position: -103px -276px;
}
.media .section01 .tag_div.hot span {
  display: block;
  background-position: 0 -276px;
}
.media .section01 .btn_div {
  margin-top: 36px;
}
.media .section01 .btn_div a {
  display: inline-block;
  position: relative;
}
.media .section01 .btn {
  display: inline-block;
  position: relative;
  width: 210px;
  height: 60px;
}
.media .section01 .btn .bg {
  position: absolute;
  background: url(../img/pc/media/sp_icons.png?v=180601) 0 -216px no-repeat;
  width: 210px;
  height: 60px;
}
.media .section01 .btn .tx {
  position: absolute;
  top: 20px;
  left: 30px;
  bottom: 0;
  color: #fff;
}
.media .section01 .btn .arrow {
  background: url(../img/pc/media/sp_icons.png?v=180601) -210px -216px no-repeat;
  width: 7px;
  height: 10px;
  position: absolute;
  top: 23px;
  right: 25px;
}
.media .section01 .bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 18px;
  text-align: center;
}
.media .section01 .bx-controls .bx-pager {
  font-size: 0;
  display: inline-block;
  top: -23px;
  position: relative;
}
.media .section01 .bx-controls .bx-pager-item {
  float: left;
  padding: 5px;
}
.media .section01 .bx-controls .bx-pager-item a {
  text-indent: -9999px;
  display: block;
  width: 8px;
  height: 8px;
  background: url(../img/pc/media/sp_icons.png?v=180601) -108px 0 no-repeat;
  opacity: 0.4;
}
.media .section01 .bx-controls .bx-pager-item a:hover, .media .section01 .bx-controls .bx-pager-item a.active {
  opacity: 1;
}
.media .section01 .bx-controls .bx-controls-direction a {
  top: -285px;
  position: absolute;
  text-indent: -9999px;
  display: block;
  height: 38px;
  width: 22px;
  background: url(../img/pc/media/sp_icons.png?v=180601) 0 0 no-repeat;
  opacity: 0.4;
}
.media .section01 .bx-controls .bx-controls-direction a:hover {
  opacity: 1;
}
.media .section01 .bx-controls .bx-controls-direction a.bx-prev {
  background-position: -64px 0;
  left: 100px;
}
.media .section01 .bx-controls .bx-controls-direction a.bx-next {
  background-position: -86px 0;
  right: 100px;
}
.media .section02 .recommend_wrap {
  font-size: 0;
  padding-top: 108px;
  text-align: center;
}
.media .section02 .recommend_wrap .recommend_div {
  display: inline-block;
  width: 1430px;
  min-height: 450px;
}
.media .section02 .recommend_wrap .recommend_div a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
.media .section02 .recommend_wrap .recommend_div img {
  width: 100%;
  transition: -webkit-transform 1200ms ease 0s;
  transition: transform 1200ms ease 0s;
  transition: transform 1200ms ease 0s, -webkit-transform 1200ms ease 0s;
  -webkit-transition: -webkit-transform 1200ms ease 0s;
  -o-transition: -o-transform 1200ms ease 0s;
  -moz-transition: -moz-transform 1200ms ease 0s;
  -ms-transition: -ms-transform 1200ms ease 0s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.media .section02 .recommend_wrap .recommend_item {
  float: left;
  position: relative;
  overflow: hidden;
}
.media .section02 .recommend_wrap .recommend_item .img_dim {
  display: block;
  position: absolute;
  bottom: 0;
}
.media .section02 .recommend_wrap .recommend_item .video_icon {
  display: none;
  width: 23px;
  height: 23px;
  background: url(../img/pc/media/sp_icons.png?v=180601) -196px 0 no-repeat;
  position: relative;
  top: 4px;
  left: 0;
  margin-right: 10px;
}
.media .section02 .recommend_wrap .recommend_item.video .video_icon {
  display: inline-block;
}
.media .section02 .recommend_wrap .recommend_item.type1 {
  width: 850px;
  height: 450px;
  margin-right: 14px;
}
.media .section02 .recommend_wrap .recommend_item.type1 .img_dim {
  background: url(../img/pc/media/dim_big.png) 0 0 no-repeat;
  width: 850px;
  height: 450px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.media .section02 .recommend_wrap .recommend_item.type2 {
  width: 566px;
  height: 218px;
  margin-bottom: 14px;
}
.media .section02 .recommend_wrap .recommend_item.type2 .img_dim {
  background: url(../img/pc/media/dim_small.png) 0 0 no-repeat;
  width: 566px;
  height: 218px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.media .section02 .recommend_wrap .recommend_item:hover > a {
  border: 4px solid #b4061f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
.media .section02 .recommend_wrap .recommend_item:hover.type1 img {
  margin-top: -4px;
  margin-left: -4px;
  width: 850px;
}
.media .section02 .recommend_wrap .recommend_item:hover.type2 img {
  margin-top: -4px;
  margin-left: -4px;
  width: 566px;
}
.media .section02 .recommend_wrap .recommend_item:hover .caption_div .title_wrap p {
  text-decoration: underline;
}
.media .section02 .recommend_wrap .recommend_item:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.media .section02 .recommend_wrap .caption_div {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: left;
  padding: 20px 24px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.media .section02 .recommend_wrap .caption_div .title_wrap {
  display: table-cell;
  height: 32px;
  width: 100%;
  vertical-align: middle;
  position: relative;
}
.media .section02 .recommend_wrap .caption_div .title_wrap a {
  height: 32px;
}
.media .section02 .recommend_wrap .caption_div .title_wrap p {
  position: absolute;
  width: 100%;
  bottom: 1px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.media .section02 .recommend_wrap .caption_div .share_wrap {
  position: relative;
  display: table-cell;
  min-width: 30px;
  vertical-align: middle;
  height: 32px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap .share_div {
  min-width: 30px;
  height: 32px;
  display: block;
  overflow: hidden;
  position: relative;
  transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
}
.media .section02 .recommend_wrap .caption_div .share_wrap .share_div:hover {
  min-width: 150px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap ul {
  position: absolute;
  right: 0;
  white-space: nowrap;
  font-size: 0;
}
.media .section02 .recommend_wrap .caption_div .share_wrap li {
  display: inline-block;
  height: 32px;
  width: 40px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap li:last-child {
  width: 28px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap a {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  background: url(../img/pc/media/sp_icons.png?v=180601) 0 0 no-repeat;
  margin: 0 4px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap a.share_icon {
  width: 19px;
  height: 21px;
  margin: 6px 0 0 9px;
  background-position: -26px 0;
}
.media .section02 .recommend_wrap .caption_div .share_wrap a.share_link {
  background-position: -64px -40px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap a.share_link:hover {
  background-position: -160px -40px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap a.share_tw {
  background-position: -32px -40px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap a.share_tw:hover {
  background-position: -128px -40px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap a.share_fb {
  background-position: 0 -40px;
}
.media .section02 .recommend_wrap .caption_div .share_wrap a.share_fb:hover {
  background-position: -96px -40px;
}
.media .section02 .search_wrap {
  padding-top: 103px;
}
.media .section02 .search_wrap .search_div {
  width: 540px;
  margin: 0 auto;
  position: relative;
  border-bottom: 4px solid #333;
}
.media .section02 .search_wrap input {
  height: 43px;
  width: 494px;
  text-align: left;
  padding: 0;
  margin: 0;
  border: 0 none;
  background-color: transparent;
  outline: none;
  margin-left: 6px;
  font-weight: normal;
  color: #333;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}
.media .section02 .search_wrap input::-ms-clear {
  display: none;
}
.media .section02 .search_wrap input::-webkit-input-placeholder {
  color: #333 !important;
}
.media .section02 .search_wrap input::-moz-placeholder {
  color: #333 !important;
}
.media .section02 .search_wrap input:-moz-placeholder {
  color: #333 !important;
}
.media .section02 .search_wrap input:-ms-input-placeholder {
  color: #333 !important;
}
.media .section02 .search_wrap .btn_search {
  padding: 0;
  margin: 0;
  border: none;
  cursor: pointer;
  display: block;
  width: 26px;
  height: 27px;
  background: url(../img/pc/media/sp_icons.png?v=180601) 0 0 no-repeat;
  position: absolute;
  right: 7px;
  top: 7px;
}
.media .section02 .hash_wrap {
  padding: 55px 0 29px;
  text-align: center;
}
.media .section02 .hash_wrap .hash_cont {
  font-size: 0;
  width: 1000px;
  margin: 0 auto;
}
.media .section02 .hash_wrap .hash_cont li {
  display: inline-block;
}
.media .section02 .hash_wrap .hash_cont li a {
  text-align: left;
  margin: 5px;
  padding: 14px 20px 11px;
  background: #f8f8f8;
  color: #333;
  display: block;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
}
.media .section02 .hash_wrap .hash_cont li a:hover {
  color: #fff;
  background: #333;
}
.media .section02 .more_div {
  padding: 25px 0 180px;
  display: none;
}
.media .section02.none .more_div {
  display: block;
}
.media .section02.none .hash_wrap {
  padding: 60px 0 29px;
}
.media .section03 {
  background: #f8f8f8;
}
.media .section03 .cont {
  padding-bottom: 90px;
}
.media .section03.no_items {
  background: #fff;
}
.media .section03 .white_bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 206px;
  background: #fff;
}
.media .section03 .card_wrap {
  padding-top: 110px;
  margin-bottom: -11px;
}
.media .section03 .card_div {
  margin: 0 0 0 -13px;
  font-size: 0;
  width: 1456px;
}
.media .section03 .card {
  background: #fff;
  position: relative;
  overflow: hidden;
  width: 338px;
  height: 651px;
  margin: 0 13px 70px;
  display: inline-block;
}
.media .section03 .card .card_img_div {
  width: 338px;
  height: 338px;
  overflow: hidden;
  position: relative;
}
.media .section03 .card .card_text_div .text_cont {
  position: relative;
  height: 249px;
}
.media .section03 .card .card_text_div a {
  display: block;
  padding: 30px 23px 0;
}
.media .section03 .card .card_text_div em {
  color: #c30000;
  font-style: normal;
}
.media .section03 .card img {
  display: block;
  width: 338px;
  height: 338px;
  transition: -webkit-transform 1200ms ease 0s;
  transition: transform 1200ms ease 0s;
  transition: transform 1200ms ease 0s, -webkit-transform 1200ms ease 0s;
  -webkit-transition: -webkit-transform 1200ms ease 0s;
  -o-transition: -o-transform 1200ms ease 0s;
  -moz-transition: -moz-transform 1200ms ease 0s;
  -ms-transition: -ms-transform 1200ms ease 0s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
}
.media .section03 .card .video_dim {
  display: none;
  width: 74px;
  height: 74px;
  background: url(../img/pc/media/sp_icons.png?v=180601) -144px -142px no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -37px;
  margin-left: -37px;
}
.media .section03 .card .tag {
  display: none;
  width: 40px;
  height: 40px;
  background: url(../img/pc/media/sp_icons.png?v=180601) 0 0 no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
}
.media .section03 .card.video .video_dim {
  display: block;
}
.media .section03 .card.hot .tag {
  display: block;
  background-position: -116px 0;
}
.media .section03 .card.new .tag {
  display: block;
  background-position: -156px 0;
}
.media .section03 .card .reg_date {
  color: #666;
  margin-bottom: 14px;
}
.media .section03 .card .card_title {
  font-weight: normal;
  color: #333;
  margin-bottom: 12px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.media .section03 .card .card_desc {
  word-break: break-word;
  color: #666;
  margin-bottom: 18px;
  max-height: 60px;
  overflow: hidden;
  padding-right: 1em;
  position: relative;
}
.media .section03 .card .card_desc:before {
  position: absolute;
  bottom: 0;
  right: 0;
  content: "…";
}
.media .section03 .card .card_desc:after {
  position: absolute;
  width: 1em;
  right: 0;
  height: 1em;
  content: "";
  margin-top: 0.2em;
  background: #fff;
}
.media .section03 .card .card_hash_wrap {
  color: #333;
  padding: 0 23px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.media .section03 .card .card_hash_wrap ul {
  height: 60px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 17px;
  font-size: 0;
}
.media .section03 .card .card_hash_wrap ul li {
  display: inline-block;
  padding-right: 8px;
}
.media .section03 .card .card_hash_wrap a {
  color: #333;
  display: inline-block;
  padding: 0;
}
.media .section03 .card .card_hash_wrap a:hover {
  text-decoration: underline;
}
.media .section03 .card:hover {
  border: 4px solid #b4061f;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.media .section03 .card:hover .card_title {
  text-decoration: underline;
}
.media .section03 .card:hover .card_img_div {
  margin-top: -4px;
  margin-left: -4px;
}
.media .section03 .card:hover .card_text_div a {
  padding: 30px 19px 0;
}
.media .section03 .card:hover .card_hash_wrap {
  padding: 0 19px;
}
.media .section03 .card:hover .card_hash_wrap a {
  padding: 0;
}
.media .section03 .card:hover .sns_wrap {
  padding: 14px 19px 14px;
}
.media .section03 .card:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.media .section03 .card .sns_wrap {
  padding: 14px 23px 18px;
  height: 32px;
  bottom: 0;
  position: absolute;
}
.media .section03 .card .sns_wrap .like_wrap {
  display: table-cell;
  width: 100%;
  position: relative;
  height: 32px;
}
.media .section03 .card .sns_wrap .like_wrap .like_div {
  display: block;
  top: 0;
  position: absolute;
  width: 100%;
  white-space: nowrap;
}
.media .section03 .card .sns_wrap .like_wrap .like_div div {
  vertical-align: middle;
  position: relative;
  display: inline-block;
  max-width: 100%;
  color: #656565;
  padding-top: 2px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.media .section03 .card .sns_wrap .like_wrap p {
  display: inline-block;
}
.media .section03 .card .sns_wrap .share_wrap {
  height: 32px;
  vertical-align: middle;
  display: table-cell;
  min-width: 30px;
  position: relative;
  transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
  -webkit-transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
  -o-transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
  -moz-transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
  -ms-transition: min-width 0.3s cubic-bezier(0, 0, 0, 1);
}
.media .section03 .card .sns_wrap .share_wrap:hover {
  min-width: 150px;
}
.media .section03 .card .sns_wrap .share_wrap .share_div {
  width: 100%;
  height: 32px;
  display: block;
  overflow: hidden;
  position: relative;
}
.media .section03 .card .sns_wrap .share_wrap .share_div ul {
  position: absolute;
  right: 0;
  white-space: nowrap;
  font-size: 0;
}
.media .section03 .card .sns_wrap .share_wrap .share_div li {
  display: inline-block;
  height: 32px;
}
.media .section03 .card .sns_wrap .share_wrap .share_div a {
  background: url(../img/pc/media/sp_icons.png?v=180601) 0 0 no-repeat;
  width: 32px;
  height: 32px;
  padding: 0;
  margin: 0 4px;
}
.media .section03 .card .sns_wrap .share_wrap .share_div a.share_fb {
  background-position: 0 -72px;
}
.media .section03 .card .sns_wrap .share_wrap .share_div a.share_fb:hover {
  background-position: -96px -72px;
}
.media .section03 .card .sns_wrap .share_wrap .share_div a.share_tw {
  background-position: -32px -72px;
}
.media .section03 .card .sns_wrap .share_wrap .share_div a.share_tw:hover {
  background-position: -128px -72px;
}
.media .section03 .card .sns_wrap .share_wrap .share_div a.share_link {
  background-position: -64px -72px;
}
.media .section03 .card .sns_wrap .share_wrap .share_div a.share_link:hover {
  background-position: -160px -72px;
}
.media .section03 .card .sns_wrap .share_wrap .share_div a.share_icon {
  background-position: -45px 0;
  width: 19px;
  height: 21px;
  margin: 7px 0 0 9px;
}
.media .more_div {
  padding: 20px 0 0;
  position: relative;
}
.media .more_div.hide {
  padding: 20px 0 72px;
}
.media .more_div .no_more {
  display: none;
  text-align: center;
}
.media .more_div .no_more em {
  font-style: normal;
  color: #c30000;
}
.media .more_div .no_more em#searchText {
  font-family: NotoSans_Regular;
  position: relative;
  top: 2px;
}
.media .more_div .no_more .btn_go_list {
  margin: 20px auto 10px;
  width: 125px;
  height: 42px;
  border: 1px solid rgba(51, 51, 51, 0.4);
  border-radius: 4px;
  display: block;
  color: #333;
}
.media .more_div .no_more .btn_go_list p {
  display: table-cell;
  width: 125px;
  height: 42px;
  vertical-align: middle;
}
.media .more_div .btn_more_arrow {
  display: block;
  margin: 0 auto;
  background: url(../img/pc/media/sp_icons.png?v=180601) 0 -142px no-repeat;
  width: 72px;
  height: 72px;
}
.media .more_div .btn_more_arrow:hover {
  background-position: -72px -142px;
}
.media .more_div.none .no_more {
  display: block;
}
.media .more_div.none .more {
  display: none;
}
.media .more_div.hide .more {
  display: none;
}
@media (max-width: 1430px) {
  .media .section .cont {
    width: 1200px;
  }
  .media .section02 .recommend_wrap .recommend_div {
    width: 1065px;
    min-height: 335px;
  }
  .media .section02 .recommend_wrap .recommend_item.type1 {
    width: 633px;
    height: 335px;
    margin-right: 10px;
  }
  .media .section02 .recommend_wrap .recommend_item.type1 .img_dim {
    background-size: 633px 335px;
    width: 633px;
    height: 335px;
  }
  .media .section02 .recommend_wrap .recommend_item.type2 {
    width: 422px;
    height: 162px;
    margin-bottom: 11px;
  }
  .media .section02 .recommend_wrap .recommend_item.type2 .img_dim {
    background-size: 422px 162px;
    width: 422px;
    height: 162px;
  }
  .media .section02 .recommend_wrap .recommend_item:hover.type1 img {
    width: 633px;
  }
  .media .section02 .recommend_wrap .recommend_item:hover.type2 img {
    width: 422px;
  }
  .media .section02 .recommend_wrap .caption_div {
    padding: 16px 20px;
  }
  .media .section03 .card_div {
    width: 1092px;
    margin: 0 auto;
  }
}
@media (max-width: 1600px) {
  .media .section01 .slide_cont {
    right: 50%;
    margin-right: -494px;
    width: 497px;
  }
}

.ab {
  position: absolute;
}

.ab {
  position: absolute;
}

.media_popup_wrap {
  font-weight: normal;
  position: relative;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s linear;
  -sand-transition: opacity 0.5s linear;
  transition: opacity 0.5s linear;
}
.media_popup_wrap.fade_ani {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.media_popup_wrap ul, .media_popup_wrap p, .media_popup_wrap h6, .media_popup_wrap span, .media_popup_wrap img, .media_popup_wrap dl, .media_popup_wrap dt, .media_popup_wrap dd {
  list-style: none;
  margin: 0;
  padding: 0;
}
.media_popup_wrap .bg {
  position: fixed;
  width: 100%;
  height: 100%;
}
.media_popup_wrap .bg .img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.9;
}

.media_popup {
  font-weight: normal;
  position: fixed;
  width: 100%;
  overflow-y: auto;
  height: 100%;
}
.media_popup .close_layer_bg {
  position: fixed;
  width: 100%;
  height: 100%;
}
.media_popup .cont {
  position: relative;
  max-width: 1024px;
  width: 70%;
  min-width: 600px;
  margin: 160px auto;
  background: #fff;
}
.media_popup .cont .top_div {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
}
.media_popup .cont .top_div .video_div {
  height: 100%;
  width: 100%;
  position: absolute;
  background: #000;
}
.media_popup .cont .top_div .img_div {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
}
.media_popup .cont .top_div .img_div .bx-viewport {
  width: 100%;
  position: absolute !important;
  height: 100% !important;
}
.media_popup .cont .top_div .img_div .bx-viewport #mediaPopSlider {
  height: 100%;
}
.media_popup .cont .top_div .img_div li {
  height: 100%;
  width: 100%;
  text-align: center;
  background: #000;
}
.media_popup .cont .top_div .img_div li img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media_popup .cont .top_div .img_div .bx-controls {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 0;
  text-align: center;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager {
  font-size: 0;
  display: inline-block;
  top: 10px;
  position: relative;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager.disabled {
  display: none;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager-item {
  float: left;
  padding: 3px;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager-item a {
  text-indent: -9999px;
  display: block;
  width: 6px;
  height: 6px;
  background: #333;
  opacity: 0.4;
  border-radius: 50% 50%;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-pager-item a:hover, .media_popup .cont .top_div .img_div .bx-controls .bx-pager-item a.active {
  opacity: 1;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a {
  margin-top: -32.13%;
  position: absolute;
  text-indent: -9999px;
  display: block;
  height: 38px;
  width: 22px;
  background: url(../img/pc/media/sp_icons.png) 0 0 no-repeat;
  opacity: 0.4;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a:hover {
  opacity: 1;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a.bx-prev {
  background-position: -64px 0;
  left: 40px;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a.bx-next {
  background-position: -86px 0;
  right: 40px;
}
.media_popup .cont .top_div .img_div .bx-controls .bx-controls-direction a.disabled {
  display: none;
}
.media_popup .cont .middle_div {
  padding: 58px 0 0;
}
.media_popup .cont .middle_div .text_div {
  margin: 0 0 52px;
  padding: 0 72px;
}
.media_popup .cont .middle_div .text_div .reg_date {
  color: #666;
  margin: 0 0 20px;
}
.media_popup .cont .middle_div .text_div .title {
  font-weight: normal;
  color: #000;
  word-break: break-word;
  margin: 0 0 14px;
}
.media_popup .cont .middle_div .text_div .context {
  word-break: break-word;
  color: #4c4c4c;
  line-height: 26px;
}
.media_popup .cont .middle_div .hash_div {
  font-size: 0;
  padding: 0 72px;
  margin: 0 0 40px;
}
.media_popup .cont .middle_div .hash_div li {
  display: inline-block;
  margin-right: 4px;
}
.media_popup .cont .middle_div .hash_div li a {
  display: inline-block;
  border: 1px solid #ccc;
  color: #333;
  cursor: pointer;
  border-radius: 20px;
  transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  -o-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  -moz-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: border 0.3s ease 0s, color 0.3s ease 0s, background 0.3s ease 0s;
}
.media_popup .cont .middle_div .hash_div li a p {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  padding: 8px 13px;
}
.media_popup .cont .middle_div .hash_div li a:hover {
  color: #fff;
  border-color: #333;
  background: #333;
}
.media_popup .cont .middle_div .sns_div {
  padding: 0 55px 24px;
  height: 63px;
}
.media_popup .cont .middle_div .sns_div .sns_wrap {
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
  display: table-cell;
  width: 100%;
  position: relative;
  height: 38px;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner {
  padding-left: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 24px;
  font-size: 0;
  display: inline-block;
  position: absolute;
  max-width: 100%;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner.is_facebook {
  padding-right: 165px;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .like_div, .media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_div, .media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .div_line, .media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn {
  display: inline-block;
  vertical-align: middle;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .like_div {
  max-width: 100%;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #4c4c4c;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .like_div div {
  padding: 5px 0 0;
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .like_div div p {
  display: inline-block;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn {
  position: absolute;
  top: 0;
  right: 30px;
  display: inline-block;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a {
  padding: 0;
  height: 36px;
  position: relative;
  display: inline-block;
  width: 133px;
  border: 1px solid #4080ff;
  color: #4080fe;
  border-radius: 18px;
  transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -moz-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s, background 0.3s ease 0s;
  text-align: center;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a p {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  position: relative;
  left: 0;
  top: 5px;
  padding-right: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a .reply_arrow {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  width: 5px;
  right: 0;
  top: 5px;
  height: 8px;
  padding: 0;
  background: url(../img/pc/media/sp_icons.png) -219px 0 no-repeat;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a:hover {
  background: #4080ff;
  color: #fff;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner .reply_btn a:hover .reply_arrow {
  background-position: -224px 0;
}
.media_popup .cont .middle_div .sns_div .share_wrap {
  height: 38px;
  padding-top: 24px;
  border-top: 1px solid #e6e6e6;
  vertical-align: middle;
  display: table-cell;
  width: 138px;
  position: relative;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div {
  width: 100%;
  padding-right: 17px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 38px;
  display: block;
  overflow: hidden;
  position: relative;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div ul {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div li {
  display: inline-block;
  height: 38px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a {
  cursor: pointer;
  background: url(../img/pc/media/sp_icons.png) 0 0 no-repeat;
  width: 38px;
  height: 38px;
  padding: 0;
  display: block;
  margin-left: 8px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_fb {
  background-position: 0 -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_fb:hover {
  background-position: -114px -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_tw {
  background-position: -38px -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_tw:hover {
  background-position: -152px -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_link {
  background-position: -76px -104px;
}
.media_popup .cont .middle_div .sns_div .share_wrap .share_div a.share_link:hover {
  background-position: -190px -104px;
}
.media_popup .cont .btn_close {
  background: url(../img/pc/media/sp_icons.png) -192px -46px no-repeat;
  display: block;
  cursor: pointer;
  width: 58px;
  height: 58px;
  position: absolute;
  top: 0;
  right: -78px;
}

.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner.is_youtube {
  padding-right: 165px;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner.is_youtube .reply_btn a {
  border: 1px solid #e61717;
  color: #e61717;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner.is_youtube .reply_btn a .reply_arrow {
  background: url(../img/pc/media/3rd/sp_icons.png) -218px 0 no-repeat;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner.is_youtube .reply_btn a:hover {
  background: #e61717;
  color: #fff;
}
.media_popup .cont .middle_div .sns_div .sns_wrap .sns_inner.is_youtube .reply_btn a:hover .reply_arrow {
  background-position: -218px -8px;
}

.media .section01 .slide_cont {
  z-index: 2;
}
.media .section01 .bx-controls {
  z-index: 2;
}
.media .section01 .gradi_container {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.media .section01 .gradi_container .gradi_center {
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
}
.media .section01 .gradi_container .gradi_center .gradi_l {
  background-image: url("../img/pc/main/190125/gradi_media_l.png?_=201210");
  background-repeat: no-repeat;
  background-size: 261px auto;
  width: 261px;
  height: 628px;
  position: absolute;
  left: 0;
  top: 0;
}
.media .section01 .gradi_container .gradi_center .gradi_r {
  background-image: url("../img/pc/main/190125/gradi_media_r.png?_=201210");
  background-repeat: no-repeat;
  background-size: 261px auto;
  width: 261px;
  height: 628px;
  position: absolute;
  right: 0;
  top: 0;
}
.media .section01 .tag_div {
  width: 103px;
  height: 30px;
  padding-bottom: 15px;
}
.media .section01 .tag_div span {
  display: none;
  width: 103px;
  height: 30px;
  background: url(../img/pc/media/sp_icons.png?v=180601) 0 0 no-repeat;
}
.media .section01 .tag_div.new span {
  display: block;
  background-position: -103px -276px;
}
.media .section01 .tag_div.hot span {
  display: block;
  background-position: 0 -276px;
}
.media .section01 .tag_div.live span {
  display: block;
  background: url(../img/pc/media/3rd/sp_icons.png?v=180601) 0 0 no-repeat;
}
.media .section01 .tag_div.live.off {
  width: 115px;
}
.media .section01 .tag_div.live.off span {
  background: url(../img/pc/media/3rd/sp_icons.png?v=180601) -103px 0 no-repeat;
  width: 115px;
}
.media .section03 .card.video .video_dim {
  display: block;
}
.media .section03 .card.hot .tag {
  display: block;
  background-position: -116px 0;
}
.media .section03 .card.new .tag {
  display: block;
  background-position: -156px 0;
}
.media .section03 .card.live .tag {
  width: 103px;
  height: 32px;
  left: 0;
  top: auto;
  right: auto;
  display: block;
  bottom: 0;
  background: url(../img/pc/media/3rd/sp_icons.png?v=180601) 0 -30px no-repeat;
}
.media .section03 .card.live.off .tag {
  top: auto;
  display: block;
  width: 115px;
  height: 32px;
  left: 0;
  right: auto;
  bottom: 0;
  background: url(../img/pc/media/3rd/sp_icons.png?v=180601) -103px -30px no-repeat;
}

.ab {
  position: absolute;
}

.info_clan {
  background-color: #fff;
}
.info_clan ul, .info_clan p, .info_clan h6, .info_clan span, .info_clan img, .info_clan li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.info_clan a {
  cursor: pointer;
}
.info_clan .section .cont {
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
.info_clan .section01 {
  min-height: 1249px;
  background-image: url("../img/pc/clan/bg_01.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-position: 50% 50%;
  -webkit-transition: -webkit-transform ease-out 0.3s, opacity 0.3s linear, background 0.5s ease 0s;
  -sand-transition: -sand-transform ease-out 0.3s, opacity 0.3s linear, background 0.5s ease 0s;
  -webkit-transition: opacity 0.3s linear, background 0.5s ease 0s, -webkit-transform ease-out 0.3s;
  transition: opacity 0.3s linear, background 0.5s ease 0s, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, opacity 0.3s linear, background 0.5s ease 0s;
  transition: transform ease-out 0.3s, opacity 0.3s linear, background 0.5s ease 0s, -webkit-transform ease-out 0.3s;
  background-size: 2364px auto;
}
.info_clan .section01.zoom {
  background-size: 2600px auto;
}
.info_clan .section01 .cont {
  min-width: 1200px;
  max-width: 1386px;
  width: 100%;
}
.info_clan .section01 .cont .t_cont {
  top: 277px;
  position: absolute;
  left: 150px;
  width: 400px;
  height: 52px;
}
.info_clan .section01 .cont .t_cont .i0 {
  position: absolute;
  background-image: url("../img/pc/clan/title_01.png?_=201210");
  background-repeat: no-repeat;
  background-size: 205px auto;
  width: 205px;
  height: 52px;
  font-size: 0;
  text-indent: -99999px;
}
.info_clan .section01 .cont .tx_list {
  position: absolute;
  top: 363px;
  left: 150px;
}
.info_clan .section01 .cont .tx_list .i1 {
  color: #000;
  margin-bottom: 20px;
}
.info_clan .section01 .cont .tx_list .i1 .tx {
  -webkit-transition: -webkit-transform ease-out 0.3s, opacity 0.3s linear;
  -sand-transition: -sand-transform ease-out 0.3s, opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, opacity 0.3s linear;
  transition: transform ease-out 0.3s, opacity 0.3s linear, -webkit-transform ease-out 0.3s;
}
.info_clan .section01 .cont .tx_list .i2 {
  color: #181010;
}
.info_clan .section01 .cont .tx_list .i2 .tx {
  -webkit-transition: -webkit-transform ease-out 0.3s, opacity 0.3s linear;
  -sand-transition: -sand-transform ease-out 0.3s, opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, opacity 0.3s linear;
  transition: transform ease-out 0.3s, opacity 0.3s linear, -webkit-transform ease-out 0.3s;
}
.info_clan .section02 {
  position: relative;
  overflow: hidden;
  background-color: #000;
  min-height: 1369px;
  background-image: url("../img/pc/clan/bg_02.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.info_clan .section02 .cont {
  width: 1200px;
}
.info_clan .section02 .cont .i_cont {
  top: 211px;
  position: relative;
  margin: 0 auto;
}
.info_clan .section02 .cont .i0 {
  margin: 0 auto 34px;
  background-image: url("../img/pc/clan/title_02.png?_=201210");
  background-repeat: no-repeat;
  background-size: 286px auto;
  width: 286px;
  height: 52px;
  font-size: 0;
  text-indent: -99999px;
}
.info_clan .section02 .cont .i1 {
  margin: 0 auto 20px;
  text-align: center;
  color: #fff;
}
.info_clan .section02 .cont .i2 {
  margin: 0 auto;
}
.info_clan .section02 .cont .i2 .tx {
  text-align: center;
  color: #ccc;
}
.info_clan .section02 .i3 {
  width: 2600px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -1300px;
  height: 1369px;
}
.info_clan .section02 .i3 .char1 {
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: url("../img/pc/clan/char_01.png?_=201210");
  background-repeat: no-repeat;
  background-size: 2600px auto;
  width: 2600px;
  height: 1369px;
}
.info_clan .section02 .i3 .char2 {
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../img/pc/clan/char_02.png?_=201210");
  background-repeat: no-repeat;
  background-size: 2600px auto;
  width: 2600px;
  height: 1369px;
}
.info_clan .section02 .i3 .char3 {
  background-image: url("../img/pc/clan/char_03.png?_=201210");
  background-repeat: no-repeat;
  background-size: 273px auto;
  width: 273px;
  height: 249px;
  position: absolute;
  margin-left: -136px;
  left: 50%;
  bottom: 624px;
}
.info_clan .section02 .i3 .mist {
  background-image: url("../img/pc/clan/mist.png?_=201210");
  background-repeat: no-repeat;
  background-size: 2600px auto;
  width: 2600px;
  height: 1369px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.info_clan .section02 .key_popup_wrap {
  bottom: 400px;
  left: 50%;
  margin-left: 480px;
}
.info_clan .section03 {
  overflow: hidden;
  background-color: #050402;
  min-height: 1893px;
  background-image: url("../img/pc/clan/bg_03.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.info_clan .section03 .cont {
  width: 1200px;
}
.info_clan .section03 .cont .i_cont {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}
.info_clan .section03 .cont .i_cont .i0 .img1 {
  clip: rect(0, 905px, 530px, 0);
  position: absolute;
  top: 212px;
  left: 50%;
  margin-left: -452px;
}
.info_clan .section03 .cont .i_cont .i0 .img1 .bg {
  background-image: url("../img/pc/clan/img_01.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 905px auto;
  width: 905px;
  height: 530px;
}
.info_clan .section03 .cont .i_cont .i0 .img1.clip_x0 {
  clip: rect(0, 0, 530px, 0);
}
.info_clan .section03 .cont .i_cont .i0 .img2 {
  clip: rect(0, 476px, 332px, 0);
  top: 867px;
  position: absolute;
  left: 148px;
}
.info_clan .section03 .cont .i_cont .i0 .img2 .bg {
  background-image: url("../img/pc/clan/img_02.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 476px auto;
  width: 476px;
  height: 332px;
}
.info_clan .section03 .cont .i_cont .i0 .img2.clip_x0 {
  clip: rect(0, 0, 332px, 0);
}
.info_clan .section03 .cont .i_cont .i0 .img3 {
  clip: rect(0, 450px, 332px, 0);
  position: absolute;
  top: 1337px;
  left: 318px;
}
.info_clan .section03 .cont .i_cont .i0 .img3 .bg {
  background-image: url("../img/pc/clan/img_04.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 450px auto;
  width: 450px;
  height: 332px;
}
.info_clan .section03 .cont .i_cont .i0 .img3.clip_x0 {
  clip: rect(0, 0, 332px, 0);
}
.info_clan .section03 .cont .i_cont .i0 .img4 {
  clip: rect(0, 369px, 405px, 0);
  position: absolute;
  top: 1006px;
  left: 684px;
}
.info_clan .section03 .cont .i_cont .i0 .img4 .bg {
  background-image: url("../img/pc/clan/img_03.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 369px auto;
  width: 369px;
  height: 405px;
}
.info_clan .section03 .cont .i_cont .i0 .img4.clip_x0 {
  clip: rect(0, 0, 405px, 0);
}
.info_clan .section03 .cont .i_cont .i0 .char1 {
  background-image: url("../img/pc/clan/char_04.png?_=201210");
  background-repeat: no-repeat;
  background-size: 342px auto;
  width: 342px;
  height: 489px;
  position: absolute;
  top: 1269px;
  left: 869px;
}
.info_clan .section03 .cont .t_cont {
  position: absolute;
  right: 48px;
  top: 714px;
  width: 500px;
}
.info_clan .section03 .cont .t_cont .i2 {
  background-image: url("../img/pc/clan/title_03.png?_=201210");
  background-repeat: no-repeat;
  background-size: 288px auto;
  width: 288px;
  height: 52px;
  margin-bottom: 34px;
  margin-left: 212px;
  font-size: 0;
  text-indent: -99999px;
}
.info_clan .section03 .cont .t_cont .i3 {
  text-align: right;
  color: #fff;
  margin-bottom: 20px;
}
.info_clan .section03 .cont .t_cont .i4 .tx {
  text-align: right;
  color: #ccc;
}
.info_clan .section03 .key_popup_wrap {
  bottom: 160px;
  left: 50%;
  margin-left: -20px;
}

.ab {
  position: absolute;
}

.info_contents .ani_target {
  top: 50%;
  position: absolute;
}
.info_contents .section02 .key_popup_wrap {
  top: 980px;
  left: 1400px;
}
.info_contents .section03 .key_popup_wrap {
  top: 900px;
  left: 250px;
}
@keyframes topright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 100%;
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes bottomleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-animation-timing-function: cubic-bezier(0, 0.77, 0, 0.71);
            animation-timing-function: cubic-bezier(0, 0.77, 0, 0.71);
  }
}
@-webkit-keyframes twinkle {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@keyframes twinkle {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.info_contents a {
  cursor: pointer;
}
.info_contents .section {
  position: relative;
  min-width: 1722px;
}
.info_contents .section .cont {
  width: 1722px;
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
.info_contents .section01 {
  background-color: #5272a0;
  min-height: 1238px;
  background-image: url("../img/pc/contents/bg_01.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.info_contents .section01 .cont {
  height: 1238px;
}
.info_contents .section01 .cont .t_cont {
  top: 268px;
  position: absolute;
  left: 50%;
  margin-left: 17px;
  width: 109px;
  height: 56px;
}
.info_contents .section01 .cont .t_cont .i0 {
  position: absolute;
  background-image: url("../img/pc/contents/title_01.png?_=201210");
  background-repeat: no-repeat;
  background-size: 109px auto;
  width: 109px;
  height: 56px;
}
.info_contents .section01 .cont .tx_list {
  position: absolute;
  top: 360px;
  left: 50%;
  margin-left: 17px;
}
.info_contents .section01 .cont .tx_list .i1 {
  color: #000;
  margin-bottom: 23px;
}
.info_contents .section01 .cont .tx_list .i1 .tx {
  -webkit-transition: -webkit-transform ease-out 0.3s, opacity 0.3s linear;
  -sand-transition: -sand-transform ease-out 0.3s, opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, opacity 0.3s linear;
  transition: transform ease-out 0.3s, opacity 0.3s linear, -webkit-transform ease-out 0.3s;
}
.info_contents .section01 .cont .tx_list .i2 {
  color: #000;
}
.info_contents .section01 .cont .tx_list .i2 .tx {
  -webkit-transition: -webkit-transform ease-out 0.3s, opacity 0.3s linear;
  -sand-transition: -sand-transform ease-out 0.3s, opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, opacity 0.3s linear;
  transition: transform ease-out 0.3s, opacity 0.3s linear, -webkit-transform ease-out 0.3s;
}
.info_contents .section01 .cont .m_cont {
  top: 552px;
  position: absolute;
  left: 50%;
  margin-left: -386px;
  width: 773px;
}
.info_contents .section01 .cont .m_cont .media {
  cursor: pointer;
  position: absolute;
  clip: rect(0, 773px, 435px, 0);
  width: 773px;
  height: 435px;
  display: table;
}
.info_contents .section01 .cont .m_cont .media.clip_x0 {
  clip: rect(0, 0px, 435px, 0);
}
.info_contents .section01 .cont .m_cont .media .bg {
  position: absolute;
  background-image: url("../img/pc/contents/movie_01.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 773px auto;
  width: 773px;
  height: 435px;
}
.info_contents .section01 .cont .m_cont .media .vod_loop {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
}
.info_contents .section01 .cont .m_cont .media .play_btn {
  margin: auto;
  position: relative;
  left: auto;
  right: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.info_contents .section01 .cont .m_cont .media .play_btn #play_out {
  stroke-dasharray: 392px;
  stroke-dashoffset: 392px;
}
.info_contents .section01 .cont .m_cont .media .play_btn.on #play_out {
  stroke-dashoffset: 0;
}
.info_contents .section01 .cont .m_cont .media.play .play_btn {
  display: none;
}
.info_contents .section01 .cont .i_cont {
  position: absolute;
  width: 311px;
  left: 50%;
  margin-left: -155px;
  top: 1037px;
}
.info_contents .section01 .cont .i_cont .tx {
  background-image: url("../img/pc/contents/subtitle_01.png?_=201210");
  background-repeat: no-repeat;
  background-size: 311px auto;
  width: 311px;
  height: 22px;
}
.info_contents .section02 {
  overflow: hidden;
  background-color: #191a1e;
  min-height: 1721px;
  background-image: url("../img/pc/contents/bg_02.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.info_contents .section02 .cont {
  height: 1721px;
}
.info_contents .section02 .t_cont {
  position: absolute;
  top: 233px;
  left: 50%;
  margin-left: -140px;
  width: 280px;
  height: 52px;
}
.info_contents .section02 .t_cont .i0 {
  position: absolute;
  background-image: url("../img/pc/contents/title_02.png?_=201210");
  background-repeat: no-repeat;
  background-size: 280px auto;
  width: 280px;
  height: 52px;
}
.info_contents .section02 .tx_list {
  position: absolute;
  top: 93px;
  left: 50%;
  margin-left: -300px;
  width: 600px;
  text-align: center;
}
.info_contents .section02 .tx_list .i1 {
  margin: 0 auto 13px;
  color: #fff;
}
.info_contents .section02 .tx_list .i2 {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  margin: 0 auto;
}
.info_contents .section02 .m_cont {
  top: 473px;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  width: 900px;
}
.info_contents .section02 .m_cont .raid_img {
  position: absolute;
  clip: rect(0, 900px, 560px, 0);
  width: 900px;
  height: 560px;
  display: table;
}
.info_contents .section02 .m_cont .raid_img.clip_x0 {
  clip: rect(0, 0px, 560px, 0);
}
.info_contents .section02 .m_cont .raid_img .bg {
  position: absolute;
  background-image: url("../img/pc/contents/raid_map.png?_=201210");
  background-repeat: no-repeat;
  background-size: 900px auto;
  width: 900px;
  height: 560px;
}
.info_contents .section02 .s_cont {
  position: absolute;
  top: 1063px;
  width: 973px;
  height: 271px;
  left: 50%;
  margin-left: -486px;
}
.info_contents .section02 .s_cont .i3 {
  position: absolute;
  background-image: url("../img/pc/contents/subtitle_02.png?_=201210");
  background-repeat: no-repeat;
  background-size: 249px auto;
  width: 249px;
  height: 23px;
  margin-left: -125px;
  left: 50%;
  top: 0;
}
.info_contents .section02 .s_cont .raid_monster_img {
  top: 67px;
  position: absolute;
  left: 0;
  width: 973px;
  height: 204px;
  display: table;
}
.info_contents .section02 .s_cont .raid_monster_img .bg {
  position: absolute;
  background-image: url("../img/pc/contents/raid_monster.png?_=201210");
  background-repeat: no-repeat;
  background-size: 973px auto;
  width: 973px;
  height: 204px;
}
.info_contents .section03 {
  background-color: #070a0b;
  min-height: 1270px;
  overflow: hidden;
}
.info_contents .section03 .cont {
  height: 1270px;
}
.info_contents .section03 .bg {
  width: 2600px;
  height: 1270px;
  position: absolute;
  left: 50%;
  margin-left: -1300px;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.info_contents .section03 .bg.on {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.info_contents .section03 .t_cont {
  position: absolute;
  left: 247px;
  top: 330px;
  width: 229px;
  height: 56px;
}
.info_contents .section03 .t_cont .i0 {
  position: absolute;
  background-image: url("../img/pc/contents/title_03.png?_=201210");
  background-repeat: no-repeat;
  background-size: 229px auto;
  width: 229px;
  height: 56px;
}
.info_contents .section03 .tx_list {
  position: absolute;
  top: 432px;
  left: 250px;
  width: 650px;
  text-align: left;
}
.info_contents .section03 .tx_list .i1 {
  color: #fff;
  margin: 0 auto 20px;
}
.info_contents .section03 .tx_list .i2 {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  color: #fff;
  margin: 0 auto;
}
.info_contents .section03 .tx_list .i4 {
  position: absolute;
  width: 573px;
  top: 182px;
  left: -1px;
  height: 99px;
}
.info_contents .section03 .tx_list .i4 a {
  float: left;
  width: 177px;
  height: 99px;
  margin-right: 12px;
  position: relative;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.34);
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
}
.info_contents .section03 .tx_list .i4 a .active_thum {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  position: absolute;
  top: 0px;
  display: block;
}
.info_contents .section03 .tx_list .i4 .on:after {
  z-index: 1;
  content: "";
  position: absolute;
  bottom: -1px;
  right: -1px;
  width: 100%;
  height: 100%;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  visibility: hidden;
  -webkit-animation: bottomleft 1s forwards;
          animation: bottomleft 1s forwards;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
  cursor: pointer;
}
.info_contents .section03 .tx_list .i4 .on:before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  width: 100%;
  height: 100%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  visibility: hidden;
  -webkit-animation: topright 1s forwards;
          animation: topright 1s forwards;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0) scale(1, 1);
  backface-visibility: hidden;
  transform: translateZ(0) scale(1, 1);
}
.info_contents .section03 .tx_list .i4 .on .active_thum {
  opacity: 1;
}
.info_contents .section03 .tx_list .i4 div:last-child {
  margin-right: 0px;
}
.info_contents .section03 .i_cont {
  position: absolute;
  width: 389px;
  height: 150px;
  left: 251px;
  top: 765px;
}
.info_contents .section03 .i_cont .i3 .desc {
  font-family: NanumSquareR;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -1.2px;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
  margin-top: 14px;
}
.info_contents .section03 .i_cont .i3 .desc:first-child {
  font-family: NanumSquareR;
  font-size: 22px;
  line-height: 22px;
  letter-spacing: -1.1px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 10px;
}
.info_contents .layer_mov {
  display: none;
}
.info_contents .layer_mov iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.info_contents .play .layer_mov {
  display: block;
}

@keyframes glow {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
@-webkit-keyframes glow {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.info_contents .arrow {
  width: 22px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: 50%;
  margin-left: -11px;
}
.info_contents .arrow.arrow_w {
  bottom: 91px;
  background-image: url(../img/pc/contents/5th/arrow_w.png);
}
.info_contents .section04 {
  min-height: 1675px;
  background-image: url("../img/pc/contents/5th/bg_04.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-align: center;
}
.info_contents .section04 .cont {
  height: 1675px;
}
.info_contents .section04 .t_cont {
  position: absolute;
  top: 235px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.info_contents .section04 .t_cont .i0 {
  position: absolute;
  background-image: url(../img/pc/contents/5th/title_04.png);
  background-repeat: no-repeat;
  background-size: 281px auto;
  width: 281px;
  height: 52px;
  left: 50%;
  margin-left: -140px;
}
.info_contents .section04 .t_cont .tx_list {
  position: absolute;
  width: 100%;
  top: 98px;
}
.info_contents .section04 .t_cont .tx_list .i1 {
  color: #fff;
}
.info_contents .section04 .t_cont .tx_list .i2 {
  margin-top: 23px;
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.info_contents .section04 .m_cont {
  position: absolute;
  top: 593px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.info_contents .section04 .m_cont .blue_light {
  width: 1088px;
  height: 1008px;
  background: url(../img/pc/contents/5th/bluelight.png) 0 0 no-repeat;
  position: absolute;
  top: -280px;
  left: 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  margin-left: -544px;
}
.info_contents .section04 .m_cont .blue_light.glitter {
  -webkit-animation-name: glow;
  -sand-animation-name: glow;
  animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -sand-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  -sand-animation-duration: 4s;
  animation-duration: 4s;
}
.info_contents .section04 .m_cont .tab_list {
  width: 406px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
}
.info_contents .section04 .m_cont .tab_list li {
  display: inline-block;
  margin-right: 20px;
  width: 122px;
  height: 39px;
}
.info_contents .section04 .m_cont .tab_list li .tab_button {
  -webkit-transition: border 0.3s;
  -sand-transition: border 0.3s;
  transition: border 0.3s;
  width: 118px;
  height: 35px;
  border-radius: 20px 20px;
  border: 2px solid rgba(255, 255, 255, 0.2);
}
.info_contents .section04 .m_cont .tab_list li .tab_button a {
  -webkit-transition: color 0.3s;
  -sand-transition: color 0.3s;
  transition: color 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 118px;
  height: 35px;
  display: block;
}
.info_contents .section04 .m_cont .tab_list li .tab_button.on, .info_contents .section04 .m_cont .tab_list li .tab_button:hover {
  border-color: #fff;
}
.info_contents .section04 .m_cont .tab_list li .tab_button.on a, .info_contents .section04 .m_cont .tab_list li .tab_button:hover a {
  color: #fff;
}
.info_contents .section04 .m_cont .tab_list li.tab3 {
  margin-right: 0;
}
.info_contents .section04 .m_cont .tab_cont {
  width: 820px;
  margin: 40px auto 0;
  position: relative;
}
.info_contents .section04 .m_cont .tab_cont .map {
  position: absolute;
  top: 0;
  clip: rect(0, 820px, 480px, 0);
  width: 820px;
  height: 480px;
}
.info_contents .section04 .m_cont .tab_cont .map .bg {
  -webkit-transition: background 0.3s;
  -sand-transition: background 0.3s;
  transition: background 0.3s;
  width: 820px;
  height: 480px;
  background: url(../img/pc/contents/12th/default_map.jpg) 0 0 no-repeat;
}
.info_contents .section04 .m_cont .tab_cont .map .red_road {
  background: url(../img/pc/contents/5th/road1.png) 0 0 no-repeat;
  width: 0;
  height: 480px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, width 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: opacity 0.3s, width 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: opacity 0.3s, width 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.info_contents .section04 .m_cont .tab_cont .map .blue_road {
  background: url(../img/pc/contents/5th/road2.png) 100% 0 no-repeat;
  width: 0;
  height: 480px;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s, width 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  -sand-transition: opacity 0.3s, width 1s cubic-bezier(0.65, 0.05, 0.36, 1);
  transition: opacity 0.3s, width 1s cubic-bezier(0.65, 0.05, 0.36, 1);
}
.info_contents .section04 .m_cont .tab_cont .map.clip_x0 {
  clip: rect(0, 0, 480px, 0);
}
.info_contents .section04 .m_cont .tab_cont .map .strategy {
  position: absolute;
  top: 0;
  left: 0;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point {
  background-position: 0 0;
  background-repeat: no-repeat;
  position: absolute;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.3s;
  -sand-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point a {
  display: block;
  position: absolute;
  width: 56px;
  height: 56px;
  left: 50%;
  margin-left: -31px;
  top: 50%;
  margin-top: -28px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point1, .info_contents .section04 .m_cont .tab_cont .map .strategy .point.point2, .info_contents .section04 .m_cont .tab_cont .map .strategy .point.point3 {
  background-image: url(../img/pc/contents/5th/icon1.png);
  width: 107px;
  height: 107px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point4, .info_contents .section04 .m_cont .tab_cont .map .strategy .point.point6, .info_contents .section04 .m_cont .tab_cont .map .strategy .point.point9, .info_contents .section04 .m_cont .tab_cont .map .strategy .point.point10 {
  background-image: url(../img/pc/contents/5th/icon4.png);
  width: 107px;
  height: 107px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point5 {
  background-image: url(../img/pc/contents/5th/icon5.png);
  width: 107px;
  height: 107px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point1 {
  top: 31px;
  left: 386px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point2 {
  top: 178px;
  left: 359px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point3 {
  top: 334px;
  left: 331px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point4 {
  top: 30px;
  left: 276px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point5 {
  top: 124px;
  left: 428px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point6 {
  top: 320px;
  left: 458px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point7 {
  background-image: url(../img/pc/contents/5th/icon2.png);
  width: 129px;
  height: 129px;
  top: 159px;
  left: 73px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point8 {
  background-image: url(../img/pc/contents/5th/icon3.png);
  width: 129px;
  height: 129px;
  top: 167px;
  left: 620px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point9 {
  top: 282px;
  left: 168px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.point10 {
  top: 73px;
  left: 526px;
}
.info_contents .section04 .m_cont .tab_cont .map .strategy .point.hover {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.info_contents .section04 .m_cont .tab_cont .map.strategy1 .bg {
  background-image: url(../img/pc/contents/12th/st1.jpg);
}
.info_contents .section04 .m_cont .tab_cont .map.strategy1 .strategy .point.point1, .info_contents .section04 .m_cont .tab_cont .map.strategy1 .strategy .point.point2, .info_contents .section04 .m_cont .tab_cont .map.strategy1 .strategy .point.point3 {
  -webkit-animation-name: glow;
  -sand-animation-name: glow;
  animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -sand-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  -sand-animation-duration: 2s;
  animation-duration: 2s;
}
.info_contents .section04 .m_cont .tab_cont .map.strategy2 .bg {
  background-image: url(../img/pc/contents/12th/st2.jpg);
}
.info_contents .section04 .m_cont .tab_cont .map.strategy2 .strategy .point.point7, .info_contents .section04 .m_cont .tab_cont .map.strategy2 .strategy .point.point8 {
  -webkit-animation-name: glow;
  -sand-animation-name: glow;
  animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -sand-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  -sand-animation-duration: 2s;
  animation-duration: 2s;
}
.info_contents .section04 .m_cont .tab_cont .map.strategy2 .red_road, .info_contents .section04 .m_cont .tab_cont .map.strategy2 .blue_road {
  width: 410px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.info_contents .section04 .m_cont .tab_cont .map.strategy3 .bg {
  background-image: url(../img/pc/contents/12th/st3.jpg);
}
.info_contents .section04 .m_cont .tab_cont .map.strategy3 .strategy .point.point4, .info_contents .section04 .m_cont .tab_cont .map.strategy3 .strategy .point.point5, .info_contents .section04 .m_cont .tab_cont .map.strategy3 .strategy .point.point6, .info_contents .section04 .m_cont .tab_cont .map.strategy3 .strategy .point.point9, .info_contents .section04 .m_cont .tab_cont .map.strategy3 .strategy .point.point10 {
  -webkit-animation-name: glow;
  -sand-animation-name: glow;
  animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -sand-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 2s;
  -sand-animation-duration: 2s;
  animation-duration: 2s;
}
.info_contents .section04 .m_cont .tab_cont .deco {
  background: url(../img/pc/contents/5th/deco.png) 0 0 no-repeat;
  width: 773px;
  height: 10px;
  left: 50%;
  margin-left: -386px;
  position: absolute;
  top: 541px;
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div {
  position: absolute;
  width: 100%;
  top: 602px;
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .img_wrap {
  left: 0;
  top: 0;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 265px;
  height: 172px;
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .img_wrap.st_img1 {
  background-image: url(../img/pc/contents/5th/st_sub1.jpg);
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .img_wrap.st_img2 {
  background-image: url(../img/pc/contents/5th/st_sub2.jpg);
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .img_wrap.st_img3 {
  background-image: url(../img/pc/contents/5th/st_sub3.jpg);
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .desc_wrap {
  width: 555px;
  font-size: 0;
  left: 265px;
  position: absolute;
  top: 0;
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .desc_wrap.st_desc_default {
  left: 0;
  width: 100%;
  top: 50px;
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .desc_wrap > div {
  left: 0;
  color: rgba(255, 255, 255, 0.45);
  position: relative;
  width: 100%;
  padding-left: 40px;
  display: inline-block;
  text-align: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .desc_wrap > div.tx_default, .info_contents .section04 .m_cont .tab_cont .map_desc_div .desc_wrap > div.tx_title {
  color: rgba(255, 255, 255, 0.6);
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .desc_wrap > div.tx_default {
  text-align: center;
  padding-left: 0;
}
.info_contents .section04 .m_cont .tab_cont .map_desc_div .desc_wrap > div.tx_title {
  margin: 12px 0 15px;
}
.info_contents .section05 {
  min-height: 2192px;
  background-image: url("../img/pc/contents/5th/bg_05.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  text-align: center;
}
.info_contents .section05 .ani_target {
  top: 30%;
}
.info_contents .section05 .cont {
  height: 2192px;
}
.info_contents .section05 .t_cont {
  position: absolute;
  top: 283px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.info_contents .section05 .t_cont .i0 {
  position: absolute;
  background-image: url(../img/pc/contents/5th/title_05.png);
  background-repeat: no-repeat;
  background-size: 207px auto;
  width: 207px;
  height: 52px;
  left: 50%;
  margin-left: -103px;
}
.info_contents .section05 .t_cont .tx_list {
  position: absolute;
  width: 100%;
  top: 99px;
}
.info_contents .section05 .t_cont .tx_list .i1 {
  color: #fff;
}
.info_contents .section05 .t_cont .tx_list .i2 {
  margin-top: 23px;
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.info_contents .section05 .t_cont .tx_list .i2 .tx1 {
  margin-top: 21px;
}
.info_contents .section05 .m_cont {
  font-size: 0;
  position: absolute;
  top: 765px;
  width: 988px;
  left: 50%;
  margin-left: -494px;
}
.info_contents .section05 .m_cont > .sha_img {
  position: absolute;
  top: 0;
  clip: rect(0, 491px, 349px, 0);
  width: 491px;
  height: 349px;
}
.info_contents .section05 .m_cont > .sha_img.clip_x0 {
  clip: rect(0, 0, 349px, 0);
}
.info_contents .section05 .m_cont > .sha_img.sha_img1 {
  left: 0;
  margin-right: 6px;
  background-image: url(../img/pc/contents/5th/sha_img1.jpg);
}
.info_contents .section05 .m_cont > .sha_img.sha_img2 {
  right: 0;
  background-image: url(../img/pc/contents/5th/sha_img2.jpg);
}
.info_contents .section05 .m_cont > .sha_img .bg {
  width: 491px;
  height: 349px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.info_contents .section05 .m_cont .fog {
  top: -114px;
  position: absolute;
  width: 1463px;
  left: 50%;
  margin-left: -767px;
}
.info_contents .section05 .m_cont .fog .fog1 {
  background: url(../img/pc/contents/5th/fog1.png) 0 0 no-repeat;
  width: 870px;
  height: 614px;
  position: absolute;
  top: 49px;
  left: 0;
}
.info_contents .section05 .m_cont .fog .fog2 {
  background: url(../img/pc/contents/5th/fog2.png) 0 0 no-repeat;
  width: 593px;
  height: 528px;
  position: absolute;
  top: 0;
  right: 0;
}
.info_contents .section05 .s_cont {
  color: #fff;
  top: 1168px;
  position: absolute;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.info_contents .section05 .l_cont {
  position: absolute;
  top: 1320px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.info_contents .section05 .l_cont .tx {
  color: #b81c1c;
}
.info_contents .section05 .l_cont .sha_cards {
  font-size: 0;
  width: 886px;
  margin: 37px auto 0;
}
.info_contents .section05 .l_cont .sha_cards li {
  display: inline-block;
  width: 285px;
  height: 414px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.info_contents .section05 .l_cont .sha_cards li.sha_card1 {
  background-image: url(../img/pc/contents/5th/sha_card1.png);
  margin-right: 4px;
}
.info_contents .section05 .l_cont .sha_cards li.sha_card2 {
  background-image: url(../img/pc/contents/5th/sha_card2.png);
  margin-right: 4px;
}
.info_contents .section05 .l_cont .sha_cards li.sha_card3 {
  background-image: url(../img/pc/contents/5th/sha_card3.png);
}

.ab {
  position: absolute;
}

.info_faction .ani_target {
  top: 0;
  position: absolute;
}
.info_faction .clear:after {
  clear: both;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
}
.info_faction .bg_vod_wrap {
  width: 100%;
  height: 1090px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #000;
}
.info_faction .bg_vod_wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_faction .bg_vod_wrap .faction_bg_1_dim {
  width: 100%;
  height: 100%;
  min-height: 1090px;
  background-image: url("../img/pc/faction/faction_bg_1_dim.png?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  position: absolute;
  top: 0px;
  background-size: cover;
}
.info_faction #bopaekeyA .key_popup_wrap {
  top: 1200px;
  left: 63.6%;
}
.info_faction #bopaekeyB .key_popup_wrap {
  top: 640px;
  left: 73.4%;
}
@keyframes topright {
  0% {
    width: 0;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  25% {
    width: 100%;
    height: 0;
    padding-top: 0;
    visibility: visible;
  }
  50% {
    height: 100%;
    width: 100%;
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes bottomleft {
  0% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  25% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  50% {
    width: 0;
    height: 0;
    padding-bottom: 0;
    visibility: hidden;
  }
  75% {
    width: 100%;
    height: 0;
    padding-bottom: 0;
    visibility: visible;
  }
  100% {
    width: 100%;
    height: 100%;
    visibility: visible;
    -webkit-animation-timing-function: cubic-bezier(0, 0.77, 0, 0.71);
            animation-timing-function: cubic-bezier(0, 0.77, 0, 0.71);
  }
}
@keyframes twinkle {
  0% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
  50% {
    -webkit-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    -sand-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
  }
  100% {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    -sand-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
  }
}
.info_faction a {
  cursor: pointer;
}
.info_faction .section {
  position: relative;
  min-width: 1722px;
}
.info_faction .section .cont {
  width: 1722px;
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
.info_faction .section01 {
  background-color: #000;
  overflow: hidden;
  min-height: 1090px;
  background-image: url("../img/pc/faction/bg_01.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.info_faction .section01 .cont .t_cont {
  top: 298px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 435px;
  height: 34px;
  width: 435px;
  height: 34px;
}
.info_faction .section01 .cont .t_cont .i0 {
  position: absolute;
  background-image: url("../img/pc/faction/title_01.png?_=201210");
  background-repeat: no-repeat;
  background-size: 435px auto;
  width: 435px;
  height: 34px;
}
.info_faction .section01 .cont .tx_list {
  position: absolute;
  top: 427px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 665px;
}
.info_faction .section01 .cont .tx_list .i1 {
  color: #000;
  margin-bottom: 92px;
}
.info_faction .section01 .cont .tx_list .i1 .bar {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1px;
  height: 108px;
  background-color: rgba(255, 255, 255, 0.15);
  top: 25px;
}
.info_faction .section01 .cont .tx_list .i1 .tx {
  position: relative;
  -webkit-transition: -webkit-transform ease-out 0.3s, background 0.3s linear, opacify 0.5s linear;
  -sand-transition: -sand-transform ease-out 0.3s, background 0.3s linear, opacify 0.5s linear;
  -webkit-transition: background 0.3s linear, opacify 0.5s linear, -webkit-transform ease-out 0.3s;
  transition: background 0.3s linear, opacify 0.5s linear, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, background 0.3s linear, opacify 0.5s linear;
  transition: transform ease-out 0.3s, background 0.3s linear, opacify 0.5s linear, -webkit-transform ease-out 0.3s;
  float: left;
  width: 332.5px;
  height: 225px;
  color: #fff;
  font-size: 26px;
  text-align: center;
  opacity: 0.3;
}
.info_faction .section01 .cont .tx_list .i1 .tx:hover {
  opacity: 1;
}
.info_faction .section01 .cont .tx_list .i1 .tx.on {
  opacity: 1;
}
.info_faction .section01 .cont .tx_list .i1 .tx.law {
  background: 50% -5px url(../img/pc/faction/law_off.png?_=17113_02) no-repeat;
}
.info_faction .section01 .cont .tx_list .i1 .tx.law:hover {
  background-image: url(../img/pc/faction/law.png?_=17113_02);
}
.info_faction .section01 .cont .tx_list .i1 .tx.law.on {
  background-image: url(../img/pc/faction/law.png?_=17113_02);
}
.info_faction .section01 .cont .tx_list .i1 .tx.free {
  background: 50% 0px url(../img/pc/faction/free_off.png?_=17113_02) no-repeat;
}
.info_faction .section01 .cont .tx_list .i1 .tx.free:hover {
  background-image: url(../img/pc/faction/free.png?_=17113_02);
}
.info_faction .section01 .cont .tx_list .i1 .tx.free.on {
  background-image: url(../img/pc/faction/free.png?_=17113_02);
}
.info_faction .section01 .cont .tx_list .i1 .tx .faction_name {
  width: 100%;
  position: absolute;
  bottom: 0px;
  font-family: NanumSquareR;
  letter-spacing: 5px;
  text-indent: 8px;
}
.info_faction .section01 .cont .tx_list .i2 {
  color: #000;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  width: 100%;
}
.info_faction .section01 .cont .tx_list .i2 .tx {
  -webkit-transition: -webkit-transform ease-out 0.3s, opacity 0.3s linear;
  -sand-transition: -sand-transform ease-out 0.3s, opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: opacity 0.3s linear, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, opacity 0.3s linear;
  transition: transform ease-out 0.3s, opacity 0.3s linear, -webkit-transform ease-out 0.3s;
}
.info_faction .section01 .cont .tx_list .i2 .tx.slogan {
  font-size: 26px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 26px;
}
.info_faction .section01 .cont .tx_list .i2 .tx.law {
  color: #418bea;
}
.info_faction .section01 .cont .tx_list .i2 .tx.free {
  color: #e73535;
}
.info_faction .section01 .cont .tx_list .i2 .subscription {
  margin-top: 33px;
}
.info_faction .section01 .cont .tx_list .i2 .subscription > div {
  font-family: NanumSquareR;
  font-size: 18px;
  line-height: 32px;
  text-align: center;
  letter-spacing: -0.4px;
  color: #cccccc;
}
.info_faction .section01 .cont .tx_list .i2.free {
  opacity: 0;
}
.info_faction .section01 .cont .m_cont {
  top: 552px;
  position: absolute;
  left: 50%;
  margin-left: -386px;
  width: 773px;
}
.info_faction .section01 .cont .m_cont .media {
  position: absolute;
  clip: rect(0, 773px, 435px, 0);
  width: 773px;
  height: 435px;
  display: table;
}
.info_faction .section01 .cont .m_cont .media.clip_x0 {
  clip: rect(0, 0px, 435px, 0);
}
.info_faction .section01 .cont .m_cont .media .bg {
  position: absolute;
  background-image: url("../img/pc/faction/movie_01.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 773px auto;
  width: 773px;
  height: 435px;
}
.info_faction .section01 .cont .m_cont .media .play_btn {
  cursor: pointer;
  margin: auto;
  position: relative;
  left: auto;
  right: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.info_faction .section01 .cont .m_cont .media .play_btn #play_out {
  stroke-dasharray: 392px;
  stroke-dashoffset: 392px;
}
.info_faction .section01 .cont .m_cont .media .play_btn.on #play_out {
  stroke-dashoffset: 0;
}
.info_faction .section01 .cont .m_cont .media.play .play_btn {
  display: none;
}
.info_faction .section01 .cont .i_cont {
  position: absolute;
  width: 479px;
  left: 50%;
  margin-left: -239px;
  top: 944px;
}
.info_faction .section01 .cont .i_cont .i3 {
  height: 8px;
  text-align: center;
  line-height: 8px;
}
.info_faction .section01 .cont .i_cont .i3 .tx {
  height: 8px;
  width: 8px;
  border-radius: 30px;
  background-color: #fff;
  display: inline-block;
  margin: 0px 3px;
  opacity: 0.3;
}
.info_faction .section01 .cont .i_cont .i3 .tx.on {
  opacity: 1;
}
.info_faction .section02 {
  overflow: hidden;
  background-color: #191a1e;
  min-height: 1250px;
  background-image: url(../img/pc/faction/bg_02.jpg?_=171113_02);
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% -1px;
}
.info_faction .section02 .cont {
  min-height: 1250px;
}
.info_faction .section02 .cont .ani_target {
  top: 50%;
  position: absolute;
}
.info_faction .section02 .t_cont {
  position: absolute;
  top: 191px;
  left: 50%;
  margin-left: -118px;
  width: 235px;
  height: 52px;
}
.info_faction .section02 .t_cont .i0 {
  position: absolute;
  background-image: url("../img/pc/faction/title_02.png?_=201210");
  background-repeat: no-repeat;
  background-size: 235px auto;
  width: 235px;
  height: 56px;
}
.info_faction .section02 .m_cont {
  top: 354px;
  position: absolute;
  left: 50%;
  margin-left: -551px;
  width: 1102px;
}
.info_faction .section02 .m_cont .media {
  position: absolute;
  clip: rect(0, 1102px, 620px, 0);
  width: 1102px;
  height: 620px;
  display: table;
}
.info_faction .section02 .m_cont .media.clip_x0 {
  clip: rect(0, 0px, 620px, 0);
}
.info_faction .section02 .m_cont .media .bg {
  position: absolute;
  background-image: url("../img/pc/faction/movie_02.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 1102px auto;
  width: 1102px;
  height: 620px;
}
.info_faction .section02 .m_cont .media .play_btn {
  margin: auto;
  position: relative;
  left: auto;
  right: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.info_faction .section02 .m_cont .media .play_btn #play_out1 {
  stroke-dasharray: 392px;
  stroke-dashoffset: 392px;
}
.info_faction .section02 .m_cont .media .play_btn.on #play_out1 {
  stroke-dashoffset: 0;
}
.info_faction .section02 .m_cont .media.play .play_btn {
  display: none;
}
.info_faction .section02 .tx_list {
  position: absolute;
  top: 346px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1060px;
  text-align: center;
}
.info_faction .section02 .tx_list .i1 {
  color: #fff;
  float: left;
  width: 530px;
  position: absolute;
}
.info_faction .section02 .tx_list .i1.free {
  left: 600px;
}
.info_faction .section02 .tx_list .i1 .tx {
  font-family: NanumSquareB;
  font-size: 18px;
  letter-spacing: -1px;
  text-align: center;
  color: #3f8cea;
  text-indent: -68px;
}
.info_faction .section02 .tx_list .i1 .tx.free {
  color: #e73535;
}
.info_faction .section02 .tx_list .i1 .marker {
  width: 97px;
  height: 97px;
  margin-top: 12px;
  margin-left: 182px;
}
.info_faction .section02 .tx_list .i1 .marker.law {
  background: 0 0px url(../img/pc/faction/law_cloth.png?_=17113_02) no-repeat;
}
.info_faction .section02 .tx_list .i1 .marker.free {
  background: 0 0px url(../img/pc/faction/free_cloth.png?_=17113_02) no-repeat;
  margin-top: 17px;
}
.info_faction .section02 .tx_list .i1 .character {
  width: 500px;
  height: 617px;
  margin-left: 35px;
  margin-top: -68px;
  background: 0 0px url(../img/pc/faction/law_cloth_character.png?_=17113_02) no-repeat;
}
.info_faction .section02 .tx_list .i1 .character.free {
  background: 0 0px url(../img/pc/faction/free_cloth_character.png?_=17113_02) no-repeat;
}
.info_faction .section02 .tx_list .i2 {
  color: #fff;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  margin: 0 auto;
}
.info_faction .section03 {
  background-color: #070a0b;
  min-height: 1922px;
  background-image: url("../img/pc/faction/bg_03.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  overflow: hidden;
}
.info_faction .section03 .ani_target {
  top: 500px;
}
.info_faction .section03 .bg {
  width: 2600px;
  height: 1270px;
  position: absolute;
  left: 50%;
  margin-left: -1300px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.info_faction .section03 .bg.on {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.info_faction .section03 .t_cont {
  position: absolute;
  left: 655px;
  top: 194px;
  width: 412px;
  height: 52px;
}
.info_faction .section03 .t_cont .i0 {
  position: absolute;
  background-image: url("../img/pc/faction/title_03.png?_=201210");
  background-repeat: no-repeat;
  background-size: 412px auto;
  width: 412px;
  height: 52px;
}
.info_faction .section03 .tx_list {
  position: absolute;
  top: 273px;
  left: 536px;
  width: 650px;
  text-align: center;
}
.info_faction .section03 .tx_list .i1 {
  color: #fff;
  margin: 0 auto 39px;
  letter-spacing: -2.5px;
}
.info_faction .section03 .tx_list .i2 {
  color: #fff;
  margin: 0 auto;
}
.info_faction .section03 .tx_list .i2 .tx {
  font-family: NanumSquareR;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.3px;
  margin-bottom: 9px;
}
.info_faction .section03 .tx_list .i4 {
  position: absolute;
  width: 828px;
  top: 321px;
  left: -81px;
  height: 300px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap div {
  position: absolute;
  font-family: NanumSquareR;
  font-size: 14px;
  text-align: center;
  color: #dcc59e;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .lord {
  top: 60px;
  left: 54px;
  font-size: 16px;
  letter-spacing: 0px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .chief {
  top: 9px;
  left: 191px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .general {
  top: 278px;
  left: 253px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .legend_solider {
  top: 9px;
  left: 317px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .elite_solider {
  top: 278px;
  left: 379px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .master_solider {
  top: 9px;
  left: 441px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .expert_solider {
  top: 278px;
  left: 504px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .solider {
  top: 9px;
  left: 565px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .junior_solider {
  top: 278px;
  left: 629px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .newbie_solider {
  top: 9px;
  left: 696px;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .cast {
  width: 780px;
  height: 236px;
  top: 30px;
  left: 23px;
  background: 0 0 url("../img/pc/faction/cast_ic.png") no-repeat;
}
.info_faction .section03 .tx_list .i5 {
  position: absolute;
  top: 886px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 1200px;
}
.info_faction .section03 .tx_list .i5 .paint {
  display: block;
  background: url("../img/pc/faction/paint.png") 0 0 no-repeat;
  width: 288px;
  height: 70px;
  clip: rect(0, 288px, 70px, 0);
  font-family: NanumSquareR;
  font-size: 26px;
  line-height: 70px;
  letter-spacing: -0.7px;
  text-align: center;
  color: #ffffff;
  margin: 0 auto;
  margin-bottom: 37px;
}
.info_faction .section03 .tx_list .i5 .paint.clip_x0 {
  clip: rect(0, 0px, 70px, 0);
}
.info_faction .section03 .tx_list .i5 .sub > div {
  font-family: NanumSquareR;
  font-size: 18px;
  line-height: 18px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10px;
}
.info_faction .section03 .i_cont {
  position: absolute;
  width: 1009px;
  height: 150px;
  left: 421px;
  top: 1422px;
}
.info_faction .section03 .i_cont .i3 .desc {
  letter-spacing: 0px;
  float: left;
  width: 146px;
  font-family: NanumSquareR;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: rgba(136, 136, 136, 0.7);
  padding-top: 5px;
}
.info_faction .section03 .i_cont .i6 {
  width: 100%;
  height: 107px;
  background-image: url(../img/pc/faction/faction_benefit.png?_=171113_02);
  background-repeat: no-repeat;
  background-size: 805px auto;
  background-position: 36px 50%;
}
.info_faction .section04 {
  background-color: #070a0b;
  min-height: 1647px;
  background-image: url("../img/pc/faction/bg_04.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  overflow: hidden;
}
.info_faction .section04 .bg {
  width: 2600px;
  height: 1270px;
  position: absolute;
  left: 50%;
  margin-left: -1300px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.info_faction .section04 .bg.on {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.info_faction .section04 .t_cont {
  position: absolute;
  left: 665px;
  top: 194px;
  width: 395px;
  height: 52px;
}
.info_faction .section04 .t_cont .i0 {
  position: absolute;
  background-image: url("../img/pc/faction/title_04.png?_=201210");
  background-repeat: no-repeat;
  background-size: 395px auto;
  width: 395px;
  height: 52px;
}
.info_faction .section04 .tx_tab {
  position: absolute;
  top: 311px;
  left: 737px;
  width: 274px;
  height: 44px;
}
.info_faction .section04 .tx_tab > a {
  float: left;
  width: 122px;
  font-size: 20px;
  text-align: center;
  display: block;
  height: 41px;
  color: rgba(255, 255, 255, 0.2);
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  font-family: NanumSquareB;
  font-size: 20px;
  line-height: 37px;
}
.info_faction .section04 .tx_tab > a.on {
  color: rgb(231, 52, 55);
  border-color: #e73437;
  border-bottom: 2px solid;
}
.info_faction .section04 .tx_tab > a:last-child {
  margin-left: 14px;
}
.info_faction .section04 .tx_list {
  position: absolute;
  top: 403px;
  left: 50%;
  width: 1101px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.info_faction .section04 .tx_list .i1 {
  color: #fff;
  margin: 0 auto 22px;
}
.info_faction .section04 .tx_list .i1 > div {
  font-family: NanumSquareR;
  font-size: 24px;
  line-height: 38px;
  text-align: center;
  color: #ffffff;
  letter-spacing: normal;
}
.info_faction .section04 .tx_list .i1 > div.rule {
  text-align: left;
  height: 38px;
  letter-spacing: -2.3px;
}
.info_faction .section04 .tx_list .i1 > div.rule span {
  display: block;
  font-family: NanumSquareR;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #ffffff;
  border-radius: 19px;
  background-color: rgba(152, 18, 18, 0.65);
  width: 86px;
  height: 31px;
  margin-right: 10px;
  margin-left: 397px;
  float: left;
  letter-spacing: -2.1px;
}
.info_faction .section04 .tx_list .i2 {
  color: #fff;
  margin: 0 auto;
  letter-spacing: -0.5px;
  text-indent: -5px;
}
.info_faction .section04 .tx_list .i2 .tx {
  font-family: NanumSquareR;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  letter-spacing: normal;
  color: #ababab;
}
.info_faction .section04 .tx_list .i2 .tx.rule {
  letter-spacing: -0.3px;
  text-indent: 4px;
  line-height: 28px;
}
.info_faction .section04 .tx_list .i2 .tx._focus {
  color: #e63336;
}
.info_faction .section04 .tx_list .faction_rule {
  margin-top: 52px;
  width: 1101px;
  height: 1000px;
}
.info_faction .section04 .tx_list .faction_rule .faction_war_field {
  width: 100%;
  height: 620px;
  position: relative;
}
.info_faction .section04 .tx_list .faction_rule .faction_war_field img {
  width: 100%;
  height: 620px;
  position: absolute;
  top: 15px;
  left: 0px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap {
  width: 920px;
  height: 120px;
  margin-top: 58px;
  padding: 0px 124px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap > div {
  float: left;
  height: 100px;
  margin-right: 27px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap > div .faction_rule_ic {
  height: 40px;
  margin-bottom: 10px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap > div .faction_rule_desc {
  font-family: NanumSquareR;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -0.4px;
  text-align: center;
  color: #888888;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap div:last-child {
  margin-right: 0px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap .faction_rule_1 {
  width: 210px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap .faction_rule_1 .faction_rule_ic {
  background: 7px 0 url(../img/pc/faction/rule_1_ic.png?_=171113_02) no-repeat;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap .faction_rule_2 {
  width: 210px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap .faction_rule_2 .faction_rule_ic {
  background: 46px 0 url(../img/pc/faction/rule_2_ic.png?_=171113_02) no-repeat;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap .faction_rule_3 {
  width: 172px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap .faction_rule_3 .faction_rule_ic {
  background: 50% 0 url(../img/pc/faction/rule_3_ic.png?_=171113_02) no-repeat;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap .faction_rule_4 {
  width: 200px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap .faction_rule_4 .faction_rule_ic {
  background: 28px 0 url(../img/pc/faction/rule_4_ic.png?_=171113_02) no-repeat;
}
.info_faction .section04 .tx_list .faction_rule .faction_war_character {
  background-image: url("../img/pc/faction/bg_04_rule_character.png?_=201210");
  background-repeat: no-repeat;
  background-size: 976px auto;
  width: 976px;
  height: 1059px;
  top: 64px;
  left: 829px;
  position: absolute;
}
.info_faction .section04 .tx_list .faction_war_video {
  cursor: pointer;
  position: absolute;
  width: 1102px;
  height: 620px;
  top: 232px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  overflow: hidden;
}
.info_faction .section04 .tx_list .faction_war_video .play_btn {
  width: 100px;
  height: 100px;
  display: block;
  cursor: pointer;
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.info_faction .section04 .tx_list .faction_war_video .play_btn svg {
  overflow: visible;
}
.info_faction .section04 .tx_list .faction_war_video .play_btn.on #play_in {
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  -ms-opacity: 0.15;
  -o-opacity: 0.15;
  -sand-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
}
.info_faction .section04 .tx_list .faction_war_video .play_btn.on #play_out {
  stroke-dashoffset: 0px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.info_faction .section04 .tx_list .faction_war_video .play_btn.on2 #play_tri {
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.info_faction .section04 .tx_list .faction_war_video .play_btn #play_in {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity linear 0.2s;
  -sand-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.info_faction .section04 .tx_list .faction_war_video .play_btn #play_out {
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  -webkit-transition: all 0.8s ease-in-out;
  -sand-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  stroke-dasharray: 520px;
  stroke-dashoffset: 520px;
}
.info_faction .section04 .tx_list .faction_war_video .play_btn #play_tri {
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11), opacity linear 0.2s;
  -sand-transition: -sand-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11), opacity linear 0.2s;
  -webkit-transition: opacity linear 0.2s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11);
  transition: opacity linear 0.2s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11);
  transition: transform 0.6s cubic-bezier(0, 0, 0.49, 2.11), opacity linear 0.2s;
  transition: transform 0.6s cubic-bezier(0, 0, 0.49, 2.11), opacity linear 0.2s, -webkit-transform 0.6s cubic-bezier(0, 0, 0.49, 2.11);
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -sand-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -khtml-transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform: matrix3d(0.1, 0, 0, 0, 0, 0.1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  -webkit-transform-origin: 50% 50%;
  -sand-transform-origin: 50% 50%;
  -khtml-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.info_faction .section04 .tx_list .faction_war_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.info_faction .section04 .i_cont {
  position: absolute;
  width: 1009px;
  height: 150px;
  left: 381px;
  top: 1337px;
}
.info_faction .section04 .i_cont .i3 .desc {
  letter-spacing: 0px;
  float: left;
  width: 146px;
  font-family: NanumSquareR;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #cccccc;
  padding-top: 5px;
}
.info_faction .section04 .i_cont .i6 {
  width: 100%;
  height: 107px;
  background-image: url(../img/pc/faction/faction_benefit.png?_=171113_02);
  background-repeat: no-repeat;
  background-size: 805px auto;
  background-position: 36px 50%;
}
.info_faction .layer_mov {
  display: none;
}
.info_faction .layer_mov iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}
.info_faction .play .layer_mov {
  display: block;
}

.info_faction .bg_vod_wrap .faction_bg_1_dim {
  background-image: url(../img/pc/faction/7th/faction_bg_1_dim.png);
}
.info_faction .section01 {
  background-color: #000;
  min-height: 1090px;
  background-image: url("../img/pc/faction/7th/bg_01.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.info_faction .section01 .cont .tx_list .i2 .tx.law {
  color: #10b5a8;
}
.info_faction .section02 .tx_list .i1 .tx {
  color: #10b5a8;
}
.info_faction .section02 .tx_list .i1 .marker.law {
  background: 0 0 url(../img/pc/faction/7th/law_cloth.png) no-repeat;
}
.info_faction .section03 .tx_list .i4 .cast_wrap .cast {
  top: 32px;
  left: -4px;
  background: 0 0 url(../img/pc/faction/7th/cast_ic.png) no-repeat;
  width: 807px;
  height: 233px;
}
.info_faction .section04 .tx_list .faction_rule .faction_rule_wrap .faction_rule_1 .faction_rule_ic {
  background: 7px 0 url(../img/pc/faction/7th/rule_1_ic.png) no-repeat;
}

.ab {
  position: absolute;
}

.step {
  padding-top: 40px;
  background: #fff;
}
@keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes glow {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.step .section {
  background-color: #fff;
  min-width: 1200px;
  min-height: 1210px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  overflow: hidden;
  -webkit-transition: -webkit-transform ease-out 0.3s, opacity 0.3s linear, background 0.5s ease 0s;
  -sand-transition: -sand-transform ease-out 0.3s, opacity 0.3s linear, background 0.5s ease 0s;
  -webkit-transition: opacity 0.3s linear, background 0.5s ease 0s, -webkit-transform ease-out 0.3s;
  transition: opacity 0.3s linear, background 0.5s ease 0s, -webkit-transform ease-out 0.3s;
  transition: transform ease-out 0.3s, opacity 0.3s linear, background 0.5s ease 0s;
  transition: transform ease-out 0.3s, opacity 0.3s linear, background 0.5s ease 0s, -webkit-transform ease-out 0.3s;
  background-size: 2600px auto;
}
.step .section.zoom {
  background-size: 2860px auto;
}
.step .section > div {
  margin: 0 auto;
  width: 1280px;
  position: relative;
}
.step .section .title {
  top: 194px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  height: 49px;
}
.step .section .sub_title {
  top: 226px;
  line-height: 32px;
  height: 32px;
  color: #000;
  text-align: center;
  letter-spacing: -0.5px;
}
.step .section .vod_wrap {
  top: 267px;
}
.step .section .vod_wrap > div {
  position: absolute;
  background: 0 0 no-repeat;
}
.step .section .vod_wrap .vod {
  cursor: pointer;
  position: absolute;
  width: 930px;
  height: 524px;
  left: 50%;
  margin-left: -465px;
  clip: rect(0, 930px, 524px, 0);
}
.step .section .vod_wrap .vod.clip_x0 {
  clip: rect(0, 0px, 524px, 0);
}
.step .section .vod_wrap .vod > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.step .section .vod_wrap .info_description {
  color: #fff;
  line-height: 32px;
  text-align: center;
  width: 100%;
  letter-spacing: -0.7px;
}
.step .section .vod_wrap .thum {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.step .section .vod_wrap .play_btn_wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  cursor: pointer;
}
.step .section .vod_wrap .play_btn_wrap .play_btn {
  margin: auto;
  position: relative;
  width: 930px;
  height: 524px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.step .section .vod_wrap .play_btn_wrap .play_btn #play_out {
  stroke-dasharray: 400px;
}
.step .section .character_wrap {
  position: absolute;
}
.step .section .character_wrap .drag_character {
  cursor: pointer;
  position: absolute;
}
.step .section .character_wrap .finger_arrow {
  background: url(../img/pc/step/interaction_bt.png);
  content: "";
  display: block;
  position: absolute;
  width: 110px;
  height: 120px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.step .section01 {
  background-image: url(../img/pc/step/bg_sec1.jpg);
}
.step .section01 div.title:first-child {
  background-image: url(../img/pc/step/run_title.png);
}
.step .section01 div.info_arrow {
  background: url(../img/pc/step/guide_line1.png);
  width: 798px;
  height: 81px;
  top: 222px;
  right: 175px;
}
.step .section01 .vod_wrap .thum {
  background-image: url(../img/pc/step/mov1.jpg);
}
.step .section01 div.character_wrap.run {
  height: 529px;
  left: 175px;
  width: 1276px;
}
.step .section01 div.character_wrap.run .drag_character {
  top: 53px;
  background: url(../img/pc/step/run_character.png);
  width: 653px;
  height: 476px;
  right: 0px;
}
.step .section01 div.character_wrap.run .finger_arrow {
  top: 222px;
  left: 850px;
}
.step .section01 div.info_description {
  top: 115px;
}
.step .section02 {
  background-image: url(../img/pc/step/bg_sec2.jpg);
}
.step .section02 div.title {
  top: 196px;
  background-image: url(../img/pc/step/fly_title.png);
}
.step .section02 div.info_arrow {
  background: url(../img/pc/step/guide_line2.png);
  width: 81px;
  height: 455px;
  top: 0px;
  left: 598px;
}
.step .section02 .vod_wrap {
  top: 268px;
}
.step .section02 .vod_wrap .thum {
  background-image: url(../img/pc/step/mov2.jpg);
}
.step .section02 div.character_wrap.fly {
  width: 930px;
  height: 831px;
  top: 0;
  left: 175px;
}
.step .section02 div.character_wrap.fly .drag_character {
  background: url(../img/pc/step/fly_character.png);
  width: 383px;
  height: 624px;
  top: 207px;
  left: 263px;
}
.step .section02 div.character_wrap.fly .finger_arrow {
  top: 297px;
  left: 421px;
}
.step .section02 div.info_description {
  top: 114px;
}
.step .section03 {
  background-image: url(../img/pc/step/bg_sec3.jpg);
}
.step .section03 div.title {
  top: 195px;
  background-image: url(../img/pc/step/hover_title.png);
}
.step .section03 .sub_title {
  top: 227px;
}
.step .section03 div.info_arrow {
  background: url(../img/pc/step/guide_line3.png);
  width: 757px;
  height: 81px;
  top: 222px;
  left: 175px;
}
.step .section03 .vod_wrap {
  top: 269px;
}
.step .section03 .vod_wrap .thum {
  background-image: url(../img/pc/step/mov3.jpg);
}
.step .section03 div.character_wrap.hover {
  width: 1549px;
  height: 576px;
  top: 0;
  left: -444px;
}
.step .section03 div.character_wrap.hover .drag_character {
  background: url(../img/pc/step/hover_character.png);
  width: 951px;
  height: 567px;
  left: 0px;
  top: 9px;
}
.step .section03 div.character_wrap.hover .finger_arrow {
  background: url(../img/pc/step/interaction_bt.png);
  top: 222px;
  left: 675px;
}
.step .section03 div.info_description {
  top: 113px;
}
.step .section04 {
  background-image: url(../img/pc/step/bg_sec4.jpg);
}
.step .section04 div.title {
  top: 193px;
  height: 48px;
  background-image: url(../img/pc/step/manaroad_title.png);
}
.step .section04 .sub_title {
  top: 227px;
}
.step .section04 .vod_wrap {
  top: 268px;
}
.step .section04 .vod_wrap .thum {
  background-image: url(../img/pc/step/mov4.jpg);
}
.step .section04 div.character_wrap.manaroad {
  width: 930px;
  height: 524px;
  left: 175px;
  position: absolute;
  top: 0;
}
.step .section04 div.character_wrap.manaroad .glow_wrap, .step .section04 div.character_wrap.manaroad .drag_character {
  width: 215px;
  height: 170px;
  left: 504px; /*500 238*/
  top: 238px;
  position: absolute;
}
.step .section04 div.character_wrap.manaroad .char_img {
  position: absolute;
  top: 7px;
  left: 0;
  width: 88px;
  height: 163px;
}
.step .section04 div.character_wrap.manaroad .touch_img {
  position: absolute;
  top: 0;
  right: 0;
  width: 137px;
  height: 156px;
}
.step .section04 div.character_wrap.manaroad .drag_character .char_img {
  background-image: url(../img/pc/step/manaroad_character_noglow.png);
}
.step .section04 div.character_wrap.manaroad .drag_character .touch_img {
  background-image: url(../img/pc/step/interaction_bt_manaroad_noglow.png);
}
.step .section04 div.character_wrap.manaroad .glow_wrap {
  opacity: 0;
}
.step .section04 div.character_wrap.manaroad .glow_wrap .char_img {
  background-image: url(../img/pc/step/manaroad_character.png);
}
.step .section04 div.character_wrap.manaroad .glow_wrap .touch_img {
  background-image: url(../img/pc/step/interaction_bt_manaroad.png);
}
.step .section04 div.character_wrap.manaroad .glow_wrap.ani {
  animation-name: glow;
  animation-iteration-count: infinite;
  animation-duration: 4s;
  -moz-animation-name: glow;
  -moz-animation-iteration-count: infinite;
  -moz-animation-duration: 4s;
  -webkit-animation-name: glow;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
}
.step .section04 div.info_description {
  top: 94px;
}

.ab {
  position: absolute;
}

.battle {
  /*.section01{
    background: 50% 40px url(../img/pc/battle/@temp_back_coop.png) no-repeat;
    height: 1210px;
  }*/
}
.battle .section {
  padding-top: 194px;
}
.battle .section .title {
  background: 50% 0 url(../img/pc/battle/combo_title.png) no-repeat;
  width: 285px;
  height: 49px;
  position: relative;
  margin: 0 auto;
}
.battle .section .sub_title {
  margin-top: 31px;
  text-align: center;
  line-height: 32px;
  letter-spacing: -0.5px;
}
.battle .section .sub_title span {
  color: #e73535;
}
.battle .section .vod_wrap {
  margin-top: 43px;
  height: 523px;
}
.battle .section .vod_wrap .vod {
  position: absolute;
  left: 50%;
  display: table;
  width: 930px;
  height: 523px;
  margin-left: -465px;
  clip: rect(0, 930px, 523px, 0);
}
.battle .section .vod_wrap .vod.clip_x0 {
  clip: rect(0, 0px, 523px, 0);
}
.battle .section .vod_wrap .vod > video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.battle .section .vod_wrap .play_btn {
  margin: auto;
  position: relative;
  left: auto;
  right: auto;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.battle .section .vod_wrap .play_btn #play_out, .battle .section .vod_wrap .play_btn #play_out1 {
  stroke-dasharray: 400px;
  stroke-dashoffset: 400px;
}
.battle .section .vod_wrap .play_btn.on #play_out, .battle .section .vod_wrap .play_btn.on #play_out1 {
  stroke-dashoffset: 0;
}
.battle .section .vod_wrap .touch_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.battle .section .vod_wrap .touch_cover {
  top: 198px;
  left: 209px;
  margin-right: 2px;
  position: absolute;
}
.battle .section .vod_wrap .touch_cover .touch_circle {
  float: left;
  width: 127px;
  height: 150px;
}
.battle .section .vod_wrap .touch_cover .touch_circle .border {
  width: 127px;
  height: 127px;
  background: 0 0 url(../img/pc/battle/circle_outer.png);
  position: relative;
}
.battle .section .vod_wrap .touch_cover .touch_circle .border .circle {
  background: 0 0 url(../img/pc/battle/circle_pi.png);
  width: 87px;
  height: 87px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.battle .section .vod_wrap .touch_cover .touch_circle .border .circle .num {
  background: 0 0 url(../img/pc/battle/numbers.png);
  width: 87px;
  height: 87px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.battle .section .vod_wrap .touch_cover .touch_circle .touch_text {
  background: 0 0 url(../img/pc/battle/touch.png);
  width: 75px;
  height: 20px;
  margin: 0 auto;
}
.battle .section .vod_wrap .thum {
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
}
.battle .section .vod_wrap .info_description {
  position: absolute;
  top: 130px;
  left: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  letter-spacing: -0.6px;
  color: #fff;
}
.battle .section01 {
  background: url(../img/pc/battle/bg_sec1.jpg) no-repeat;
  background-position: 50% 0;
  height: 1250px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 233px;
}

.ab {
  position: absolute;
}

.event_piece ul, .event_piece p, .event_piece h6, .event_piece span, .event_piece img, .event_piece li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event_piece a {
  cursor: pointer;
}
.event_piece .alt_hidden {
  font-size: 0;
  text-indent: -99999px;
  display: block;
  width: 0;
  height: 0;
}
.event_piece .section .cont {
  width: 1200px;
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
.event_piece .section01 {
  min-height: 1645px;
  background-image: url("../img/pc/event/piece/bg_01.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.event_piece .section01 .title_div {
  padding-top: 202px;
}
.event_piece .section01 .title_div .sub_title {
  color: #d80613;
  text-align: center;
}
.event_piece .section01 .title_div .title {
  display: block;
  margin: -21px auto 0;
  background-image: url("../img/pc/event/piece/main_title.png?_=201210");
  background-repeat: no-repeat;
  background-size: 912px auto;
  width: 912px;
  height: 245px;
}
.event_piece .section01 .title_div .date {
  margin-top: -124px;
  text-align: center;
  color: #8c8c8c;
}
.event_piece .section01 .step_div {
  font-size: 0;
  margin-top: 67px;
  text-align: left;
  padding-left: 52px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_piece .section01 .step_div ul {
  display: inline-block;
}
.event_piece .section01 .step_div ul li {
  position: relative;
  float: left;
  background-image: url("../img/pc/event/piece/step.png?_=201210");
  background-repeat: no-repeat;
  background-size: 320px auto;
  width: 320px;
  height: 88px;
}
.event_piece .section01 .step_div ul li.step1 {
  margin-right: 69px;
  background-position: 0 0;
}
.event_piece .section01 .step_div ul li.step1 .btn_go_mission {
  display: block;
  position: absolute;
  top: 58px;
  left: 84px;
  width: 96px;
  height: 30px;
}
.event_piece .section01 .step_div ul li.step2 {
  margin-right: 79px;
  background-position: 0 -88px;
}
.event_piece .section01 .step_div ul li.step3 {
  background-position: 0 -176px;
}
.event_piece .section01 .balloon_bonus {
  text-align: right;
  margin-top: -32px;
  font-size: 0;
  margin-right: 1px;
}
.event_piece .section01 .balloon_bonus .icon_balloon {
  display: inline-block;
  background-image: url("../img/pc/event/piece/balloon_bonus.png?_=201210");
  background-repeat: no-repeat;
  background-size: 365px auto;
  width: 365px;
  height: 135px;
}
.event_piece .section01 .status_div {
  top: 7px;
  position: relative;
}
.event_piece .section01 .status_div .tab_menu {
  display: block;
  margin-bottom: 2px;
  width: 538px;
  height: 82px;
  position: absolute;
  right: 1px;
}
.event_piece .section01 .status_div .tab_menu li {
  color: #666;
  width: 177px;
  height: 82px;
  float: left;
  margin: 0 1px;
  position: relative;
  overflow: hidden;
}
.event_piece .section01 .status_div .tab_menu li .tab_bg {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #292929;
}
.event_piece .section01 .status_div .tab_menu li .menu_wrap {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 177px;
  height: 82px;
  position: relative;
}
.event_piece .section01 .status_div .tab_menu li .menu_wrap span {
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/pc/event/piece/deco_tab.png") 0 0 no-repeat;
  width: 24px;
  height: 24px;
}
.event_piece .section01 .status_div .tab_menu li .menu_wrap p {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
}
.event_piece .section01 .status_div .tab_menu li .menu_wrap:hover p {
  margin-top: 1px;
  border-bottom: 1px solid #666;
}
.event_piece .section01 .status_div .tab_menu li.pieces1 .tab_bg {
  border-top-left-radius: 5px;
}
.event_piece .section01 .status_div .tab_menu li.pieces2 {
  width: 178px;
}
.event_piece .section01 .status_div .tab_menu li.pieces2 .menu_wrap {
  width: 178px;
}
.event_piece .section01 .status_div .tab_menu li.pieces3 .tab_bg {
  border-top-right-radius: 5px;
}
.event_piece .section01 .status_div .tab_cont {
  text-align: left;
  display: none;
}
.event_piece .section01 .status_div .tab_cont .right_side {
  position: absolute;
  top: 84px;
  right: 1px;
  width: 536px;
}
.event_piece .section01 .status_div .tab_cont .right_side .before_login, .event_piece .section01 .status_div .tab_cont .right_side .all_pieces, .event_piece .section01 .status_div .tab_cont .right_side .not_yet {
  display: none;
}
.event_piece .section01 .status_div .tab_cont .right_side .after_login {
  display: block;
}
.event_piece .section01 .status_div .tab_cont .right_side .buy_div {
  position: relative;
  height: 314px;
  padding: 41px 56px 0 63px;
}
.event_piece .section01 .status_div .tab_cont .right_side .buy_div .buy_txt {
  margin-top: 25px;
}
.event_piece .section01 .status_div .tab_cont .right_side .buy_div .after_login .buy_txt {
  color: #b3b3b3;
  -webkit-opacity: 0.65;
  -moz-opacity: 0.65;
  -ms-opacity: 0.65;
  -o-opacity: 0.65;
  -sand-opacity: 0.65;
  -khtml-opacity: 0.65;
  opacity: 0.65;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
  filter: alpha(opacity=65);
  margin-top: 18px;
}
.event_piece .section01 .status_div .tab_cont .right_side .buy_div .after_login .btn_piece_buy {
  margin-top: 22px;
}
.event_piece .section01 .status_div .tab_cont .right_side .buy_div .not_yet .btn_piece_buy {
  background-position: 0 -97px;
  color: #ccc;
}
.event_piece .section01 .status_div .tab_cont .right_side .icon_piece {
  background: url("../img/pc/event/piece/icon_pieces.png") 0 0 no-repeat;
  width: 180px;
  height: 155px;
  display: block;
  position: absolute;
  top: 48px;
  right: 56px;
}
.event_piece .section01 .status_div .tab_cont .right_side .reward_div {
  width: 476px;
  height: 193px;
  padding: 35px 0 0 63px;
}
.event_piece .section01 .status_div .tab_cont .right_side .reward_div .reward_txt {
  position: relative;
  margin: 23px 0 15px 0;
}
.event_piece .section01 .status_div .tab_cont .right_side .icon_key {
  background: url("../img/pc/event/piece/icon_key.png") -19px 0 no-repeat;
  display: inline-block;
  width: 19px;
  height: 17px;
  vertical-align: middle;
  margin-right: 7px;
}
.event_piece .section01 .status_div .tab_cont .right_side .icon_key.yellow {
  background-position: 0 0;
  margin-top: -2px;
}
.event_piece .section01 .status_div .tab_cont .right_side .icon_key.gray {
  background-position: -38px 0;
}
.event_piece .section01 .status_div .tab_cont .right_side .dot1 {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/pc/event/piece/dot1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 2px auto;
  width: 2px;
  height: 2px;
  margin-right: 3px;
}
.event_piece .section01 .status_div .tab_cont .right_side .icon_info {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/pc/event/piece/icon_info.png?_=201210");
  background-repeat: no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.event_piece .section01 .status_div .tab_cont .left_side {
  top: 118px;
  width: 330px;
  left: 74px;
  position: absolute;
}
.event_piece .section01 .status_div .tab_cont .left_side .pieces_div {
  width: 330px;
  height: 332px;
  position: relative;
}
.event_piece .section01 .status_div .tab_cont .left_side .pieces_div li {
  position: absolute;
  display: none;
  top: 0;
  width: 330px;
  height: 332px;
  left: 0;
}
.event_piece .section01 .status_div .tab_cont .left_side .piece_count_div {
  margin: 73px auto 0;
  width: 190px;
}
.event_piece .section01 .status_div .tab_cont .left_side .piece_count_div span {
  height: 59px;
  display: table-cell;
  width: 138px;
}
.event_piece .section01 .status_div .tab_cont .left_side .piece_count_div .count {
  height: 59px;
  color: #fff;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
  width: 43px;
  padding-right: 7px;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .pieces_div.piece1 .piece1 {
  background: url("../img/pc/event/piece/piece1_1.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .pieces_div.piece2 .piece2 {
  background: url("../img/pc/event/piece/piece1_2.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .pieces_div.piece3 .piece3 {
  background: url("../img/pc/event/piece/piece1_3.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .pieces_div.piece4 .piece4 {
  background: url("../img/pc/event/piece/piece1_4.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .pieces_div.piece5 .piece5 {
  background: url("../img/pc/event/piece/piece1_5.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .pieces_div.piece6 .piece6 {
  background: url("../img/pc/event/piece/piece1_6.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .pieces_div.piece7 .piece7 {
  background: url("../img/pc/event/piece/piece1_7.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .pieces_div.piece8 .piece8 {
  background: url("../img/pc/event/piece/piece1_8.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .reward_div {
  background: url("../img/pc/event/piece/reward1.png") 283px -70px no-repeat;
  width: 476px;
  height: 193px;
}
.event_piece .section01 .status_div .tab_cont.tab_cont1 .icon_piece {
  background-position: 0 0;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .pieces_div.piece1 .piece1 {
  background: url("../img/pc/event/piece/piece2_1.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .pieces_div.piece2 .piece2 {
  background: url("../img/pc/event/piece/piece2_2.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .pieces_div.piece3 .piece3 {
  background: url("../img/pc/event/piece/piece2_3.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .pieces_div.piece4 .piece4 {
  background: url("../img/pc/event/piece/piece2_4.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .pieces_div.piece5 .piece5 {
  background: url("../img/pc/event/piece/piece2_5.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .pieces_div.piece6 .piece6 {
  background: url("../img/pc/event/piece/piece2_6.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .pieces_div.piece7 .piece7 {
  background: url("../img/pc/event/piece/piece2_7.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .pieces_div.piece8 .piece8 {
  background: url("../img/pc/event/piece/piece2_8.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .reward_div {
  background: url("../img/pc/event/piece/reward2.png") 267px -11px no-repeat;
}
.event_piece .section01 .status_div .tab_cont.tab_cont2 .icon_piece {
  background-position: -180px 0;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .pieces_div.piece1 .piece1 {
  background: url("../img/pc/event/piece/piece3_1.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .pieces_div.piece2 .piece2 {
  background: url("../img/pc/event/piece/piece3_2.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .pieces_div.piece3 .piece3 {
  background: url("../img/pc/event/piece/piece3_3.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .pieces_div.piece4 .piece4 {
  background: url("../img/pc/event/piece/piece3_4.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .pieces_div.piece5 .piece5 {
  background: url("../img/pc/event/piece/piece3_5.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .pieces_div.piece6 .piece6 {
  background: url("../img/pc/event/piece/piece3_6.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .pieces_div.piece7 .piece7 {
  background: url("../img/pc/event/piece/piece3_7.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .pieces_div.piece8 .piece8 {
  background: url("../img/pc/event/piece/piece3_8.png") 0 0 no-repeat;
  display: block;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .reward_div {
  background: url("../img/pc/event/piece/reward3.png") 166px 74px no-repeat;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .right_side .reward_div .reward_txt {
  margin: 23px 0 8px 0;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .right_side .reward_div .reward_caution {
  width: 135px;
}
.event_piece .section01 .status_div .tab_cont.tab_cont3 .icon_piece {
  background-position: 0 -155px;
}
.event_piece .section01 .status_div .tab_cont .all_pieces .icon_piece {
  background-position: -180px -155px;
}
.event_piece .section01 .status_div .tab_cont .buy_title {
  color: #e6e6e6;
}
.event_piece .section01 .status_div .tab_cont .buy_txt, .event_piece .section01 .status_div .tab_cont .my_key {
  color: #bc9e7a;
}
.event_piece .section01 .status_div .tab_cont .my_key_div {
  margin-top: 21px;
}
.event_piece .section01 .status_div .tab_cont .my_key {
  width: 240px;
  height: 30px;
  vertical-align: middle;
  text-align: left;
  display: table-cell;
}
.event_piece .section01 .status_div .tab_cont .key_count {
  display: inline;
  vertical-align: middle;
  color: #ccc;
  padding-left: 10px;
  padding-right: 5px;
}
.event_piece .section01 .status_div .tab_cont .btn_piece_reward, .event_piece .section01 .status_div .tab_cont .btn_piece_login, .event_piece .section01 .status_div .tab_cont .btn_piece_buy {
  color: #fff;
  margin-top: 34px;
  background: url("../img/pc/event/piece/btn_reward.png") 0 0 no-repeat;
  width: 416px;
  height: 97px;
  display: block;
  padding-top: 6px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.event_piece .section01 .status_div .tab_cont .reward_title {
  position: relative;
  color: #e6e6e6;
}
.event_piece .section01 .status_div .tab_cont .reward_title .bubble {
  display: none;
  position: absolute;
  top: 41px;
  left: 109px;
  background: url("../img/pc/event/piece/bubble.png") 22px 0 no-repeat;
  padding-top: 5px;
}
.event_piece .section01 .status_div .tab_cont .reward_title .bubble em {
  border-radius: 2px;
  background: #fff;
  color: #999;
  display: block;
  width: 249px;
  padding: 12px 16px;
}
.event_piece .section01 .status_div .tab_cont .reward_txt {
  color: #bc9e7a;
}
.event_piece .section01 .status_div .tab_cont .reward_caution {
  color: #ababab;
}
.event_piece .section01 .status_div.tab1 .tab_menu li.pieces1 {
  color: #ccc;
}
.event_piece .section01 .status_div.tab1 .tab_menu li.pieces1 .tab_bg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: #444;
}
.event_piece .section01 .status_div.tab1 .tab_menu li.pieces1 span {
  background-position: -24px 0;
}
.event_piece .section01 .status_div.tab1 .tab_menu li.pieces1 .menu_wrap:hover p {
  border-bottom: 1px solid #ccc;
}
.event_piece .section01 .status_div.tab1 .tab_cont1 {
  display: block;
}
.event_piece .section01 .status_div.tab2 .tab_menu li.pieces2 {
  color: #ccc;
}
.event_piece .section01 .status_div.tab2 .tab_menu li.pieces2 .tab_bg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: #444;
}
.event_piece .section01 .status_div.tab2 .tab_menu li.pieces2 span {
  background-position: -24px 0;
}
.event_piece .section01 .status_div.tab2 .tab_menu li.pieces2 .menu_wrap:hover p {
  border-bottom: 1px solid #ccc;
}
.event_piece .section01 .status_div.tab2 .tab_cont2 {
  display: block;
}
.event_piece .section01 .status_div.tab3 .tab_menu li.pieces3 {
  color: #ccc;
}
.event_piece .section01 .status_div.tab3 .tab_menu li.pieces3 .tab_bg {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  background: #444;
}
.event_piece .section01 .status_div.tab3 .tab_menu li.pieces3 span {
  background-position: -24px 0;
}
.event_piece .section01 .status_div.tab3 .tab_menu li.pieces3 .menu_wrap:hover p {
  border-bottom: 1px solid #ccc;
}
.event_piece .section01 .status_div.tab3 .tab_cont3 {
  display: block;
}
.event_piece .section01 .status_div.login .tab_cont .right_side .after_login, .event_piece .section01 .status_div.login .tab_cont .right_side .all_pieces, .event_piece .section01 .status_div.login .tab_cont .right_side .not_yet {
  display: none;
}
.event_piece .section01 .status_div.login .tab_cont .right_side .before_login {
  display: block;
}
.event_piece .section01 .status_div.now1 .tab_cont2 .all_pieces, .event_piece .section01 .status_div.now1 .tab_cont2 .before_login, .event_piece .section01 .status_div.now1 .tab_cont2 .after_login {
  display: none;
}
.event_piece .section01 .status_div.now1 .tab_cont2 .not_yet {
  display: block;
}
.event_piece .section01 .status_div.now1 .tab_cont3 .all_pieces, .event_piece .section01 .status_div.now1 .tab_cont3 .before_login, .event_piece .section01 .status_div.now1 .tab_cont3 .after_login {
  display: none;
}
.event_piece .section01 .status_div.now1 .tab_cont3 .not_yet {
  display: block;
}
.event_piece .section01 .status_div.now2 .tab_cont1 .btn_piece_reward {
  color: #ccc;
  background-position: 0 -97px;
}
.event_piece .section01 .status_div.now2 .tab_cont1 .right_side .before_login, .event_piece .section01 .status_div.now2 .tab_cont1 .right_side .after_login, .event_piece .section01 .status_div.now2 .tab_cont1 .right_side .not_yet {
  display: none;
}
.event_piece .section01 .status_div.now2 .tab_cont1 .right_side .all_pieces {
  display: block;
}
.event_piece .section01 .status_div.now2 .tab_cont3 .all_pieces, .event_piece .section01 .status_div.now2 .tab_cont3 .before_login, .event_piece .section01 .status_div.now2 .tab_cont3 .after_login {
  display: none;
}
.event_piece .section01 .status_div.now2 .tab_cont3 .not_yet {
  display: block;
}
.event_piece .section01 .status_div.now3 .tab_cont1 .btn_piece_reward, .event_piece .section01 .status_div.now3 .tab_cont2 .btn_piece_reward {
  color: #ccc;
  background-position: 0 -97px;
}
.event_piece .section01 .status_div.now3 .tab_cont1 .right_side .before_login, .event_piece .section01 .status_div.now3 .tab_cont1 .right_side .after_login, .event_piece .section01 .status_div.now3 .tab_cont1 .right_side .not_yet, .event_piece .section01 .status_div.now3 .tab_cont2 .right_side .before_login, .event_piece .section01 .status_div.now3 .tab_cont2 .right_side .after_login, .event_piece .section01 .status_div.now3 .tab_cont2 .right_side .not_yet {
  display: none;
}
.event_piece .section01 .status_div.now3 .tab_cont1 .right_side .all_pieces, .event_piece .section01 .status_div.now3 .tab_cont2 .right_side .all_pieces {
  display: block;
}
.event_piece .section01 .status_div.now3.done .tab_cont1 .btn_piece_reward, .event_piece .section01 .status_div.now3.done .tab_cont2 .btn_piece_reward, .event_piece .section01 .status_div.now3.done .tab_cont3 .btn_piece_reward {
  color: #ccc;
  background-position: 0 -97px;
}
.event_piece .section01 .status_div.now3.done .tab_cont1 .right_side .before_login, .event_piece .section01 .status_div.now3.done .tab_cont1 .right_side .after_login, .event_piece .section01 .status_div.now3.done .tab_cont1 .right_side .not_yet, .event_piece .section01 .status_div.now3.done .tab_cont2 .right_side .before_login, .event_piece .section01 .status_div.now3.done .tab_cont2 .right_side .after_login, .event_piece .section01 .status_div.now3.done .tab_cont2 .right_side .not_yet, .event_piece .section01 .status_div.now3.done .tab_cont3 .right_side .before_login, .event_piece .section01 .status_div.now3.done .tab_cont3 .right_side .after_login, .event_piece .section01 .status_div.now3.done .tab_cont3 .right_side .not_yet {
  display: none;
}
.event_piece .section01 .status_div.now3.done .tab_cont1 .right_side .all_pieces, .event_piece .section01 .status_div.now3.done .tab_cont2 .right_side .all_pieces, .event_piece .section01 .status_div.now3.done .tab_cont3 .right_side .all_pieces {
  display: block;
}
.event_piece .section02 {
  min-height: 1055px;
  background-image: url("../img/pc/event/piece/bg_02.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.event_piece .section02 .mission_div {
  width: 100%;
  height: 687px;
}
.event_piece .section02 .mission {
  background: url("../img/pc/event/piece/sp_board.png") 0 0 no-repeat;
  width: 291px;
  position: relative;
  height: 96px;
  padding: 41px 46px 43px 44px;
  float: left;
  margin-bottom: 21px;
}
.event_piece .section02 .mission.none {
  background: none;
}
.event_piece .section02 .mission.red {
  background-position: 0 -360px;
}
.event_piece .section02 .mission.daily {
  background-position: 0 -180px;
}
.event_piece .section02 .mission.basic {
  background-position: 0 0;
}
.event_piece .section02 .mission.key .btn_mission .find_div {
  display: table-cell;
}
.event_piece .section02 .mission.key .btn_mission .done_div {
  display: none;
}
.event_piece .section02 .mission.key .btn_mission .my_key {
  color: #fff;
}
.event_piece .section02 .mission.key.done .btn_mission .find_div {
  display: none;
}
.event_piece .section02 .mission.key.done .btn_mission .done_div {
  display: table-cell;
}
.event_piece .section02 .mission.mid {
  margin: 0 29px 21px 28px;
}
.event_piece .section02 .mission .mission_title {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 29px;
  z-index: 1;
  position: relative;
}
.event_piece .section02 .mission .mission_title .icon_info {
  display: inline-block;
  vertical-align: middle;
  background-image: url("../img/pc/event/piece/icon_info.png?_=201210");
  background-repeat: no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
  margin-left: 6px;
}
.event_piece .section02 .mission .mission_title .bubble {
  display: none;
  position: absolute;
  top: 24px;
  left: 13px;
  background: url("../img/pc/event/piece/bubble.png") 227px 0 no-repeat;
  padding-top: 5px;
}
.event_piece .section02 .mission .mission_title .bubble em {
  border-radius: 2px;
  background: #fff;
  color: #999;
  display: block;
  width: 249px;
  padding: 12px 16px;
}
.event_piece .section02 .mission .mission_desc {
  color: #999999;
  vertical-align: middle;
}
.event_piece .section02 .mission .mission_desc em {
  display: block;
  color: #b49979;
  margin-bottom: 4px;
}
.event_piece .section02 .mission .mission_desc .key_count {
  display: inline;
  vertical-align: middle;
}
.event_piece .section02 .mission .btn_mission {
  position: absolute;
  width: 115px;
  height: 42px;
  top: 93px;
  right: 46px;
  color: #e6e6e6;
  border: 1px solid rgba(241, 241, 241, 0.25);
  border-radius: 21px;
}
.event_piece .section02 .mission .btn_mission:hover {
  color: #1a1a1a;
  border: 1px solid #e6e6e6;
  background: #e6e6e6;
}
.event_piece .section02 .mission .btn_mission .btn_mission_div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 115px;
  height: 43px;
}
.event_piece .section02 .mission .btn_mission .done_div {
  display: none;
}
.event_piece .section02 .mission.done .btn_mission {
  cursor: default;
  color: #b3b3b3;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
}
.event_piece .section02 .mission.done .btn_mission .action_div {
  display: none;
}
.event_piece .section02 .mission.done .btn_mission .done_div {
  display: table-cell;
}
.event_piece .section02 .mission.done .btn_mission:hover {
  color: #b3b3b3;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
}
.event_piece .section02 .caution_div {
  color: #999;
}
.event_piece .section02 .caution_div .caution_title {
  color: #ccc;
  clear: both;
  padding: 0 51px 0 18px;
  float: left;
}
.event_piece .section02 .caution_div ul {
  float: left;
  padding-top: 7px;
}
.event_piece .section02 .caution_div li {
  background: url("../img/pc/event/piece/dot.png") 0 50% no-repeat;
  padding-left: 10px;
}
.event_piece .section02 .caution_div li b {
  color: #b49979;
  font-weight: bold;
}
.event_piece .invite_popup {
  display: none;
  position: relative;
  background-image: url("../img/pc/event/piece/popup_invite.png?_=201210");
  background-repeat: no-repeat;
  background-size: 530px auto;
  width: 530px;
  height: 640px;
}
.event_piece .invite_popup .invite_popup_close {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 30px;
}
.event_piece .invite_popup .title {
  text-align: center;
  padding-top: 24px;
  color: #ccc;
}
.event_piece .invite_popup .steps {
  padding: 76px 22px 49px;
  height: 44px;
}
.event_piece .invite_popup .steps li {
  height: 44px;
  float: left;
  margin: 0 17px;
  color: #ccc;
  width: 128px;
  text-align: center;
}
.event_piece .invite_popup .url_div {
  padding: 72px 50px 0;
  position: relative;
}
.event_piece .invite_popup .url_div .sub_title_div {
  font-size: 0;
  padding-bottom: 28px;
}
.event_piece .invite_popup .url_div .sub_title_div .sub_title {
  display: inline-block;
  color: #e5e5e5;
}
.event_piece .invite_popup .url_div .sub_title_div .invite_count {
  display: inline-block;
  color: #ccc;
  vertical-align: sub;
  padding-left: 218px;
}
.event_piece .invite_popup .url_div .invite_url {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  height: 40px;
  padding: 0 15px;
}
.event_piece .invite_popup .url_div .invite_url p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  width: 302px;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.event_piece .invite_popup .url_div a {
  display: block;
  position: absolute;
  top: 122px;
  right: 50px;
  width: 88px;
  height: 40px;
}
.event_piece .invite_popup .share_div {
  padding: 31px 45px 0;
}
.event_piece .invite_popup .share_div li {
  float: left;
  margin: 0 5px;
}
.event_piece .invite_popup .share_div li a {
  width: 210px;
  height: 60px;
  display: block;
}

.event_piece .section01 .status_div .tab_cont .btn_piece_buy, .event_piece .section01 .status_div .tab_cont .btn_piece_login {
  color: #ccc;
  background-position: 0 -97px;
  cursor: default;
  pointer-events: none;
}
.event_piece .section02 .mission .btn_mission {
  cursor: default;
  pointer-events: none;
  color: #b3b3b3;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
}
.event_piece .section02 .mission .btn_mission:hover {
  color: #b3b3b3;
  border: 1px solid #1a1a1a;
  background: #1a1a1a;
}

.ab {
  position: absolute;
}

.event_faction ul, .event_faction p, .event_faction h6, .event_faction span, .event_faction img, .event_faction li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.event_faction a {
  cursor: pointer;
}
.event_faction .alt_hidden {
  font-size: 0;
  text-indent: -99999px;
  display: block;
  width: 0;
  height: 0;
}
.event_faction .section .cont {
  width: 1200px;
  overflow: visible;
  margin: 0 auto;
  position: relative;
}
.event_faction .section01 {
  min-height: 1107px;
  background-image: url("../img/pc/event/faction/bg_01.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.event_faction .section01 .main_title_div {
  padding-top: 583px;
  position: relative;
  text-align: center;
  color: rgba(145, 140, 136, 0.9);
}
.event_faction .section01 .main_title_div .reward_text {
  color: #e5e5e5;
}
.event_faction .section01 .main_title_div .reward_text em {
  color: #cebb8d;
  padding-left: 20px;
  background: url("../img/pc/event/faction/icon_key.png") 0 50% no-repeat;
}
.event_faction .section01 .btn_div {
  margin-top: 73px;
  position: relative;
  font-size: 0;
  text-align: center;
}
.event_faction .section01 .btn_div .btn_login, .event_faction .section01 .btn_div .btn_start_test, .event_faction .section01 .btn_div .test_result {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  background: url("../img/pc/event/faction/btn_test.png") 0 0 no-repeat;
  width: 370px;
  height: 85px;
  padding-top: 33px;
  color: #231309;
}
.event_faction .section01 .btn_div .test_result {
  background-position: 0 -122px;
  color: #000;
}
.event_faction .section01 .btn_div .test_result em {
  color: #000;
  margin-left: 20px;
}
.event_faction .section01 .btn_div .desc {
  color: #e5e5e5;
}
.event_faction .section01 .btn_div .desc em {
  color: #cebb8d;
}
.event_faction .section01 .btn_div .login_div, .event_faction .section01 .btn_div .result_div {
  display: none;
}
.event_faction .section01 .btn_div.login .test_div, .event_faction .section01 .btn_div.login .result_div {
  display: none;
}
.event_faction .section01 .btn_div.login .login_div {
  display: block;
}
.event_faction .section01 .btn_div.done .test_div, .event_faction .section01 .btn_div.done .login_div {
  display: none;
}
.event_faction .section01 .btn_div.done .result_div {
  display: block;
}
.event_faction .section02 {
  min-height: 384px;
  background-image: url("../img/pc/event/faction/bg_02.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.event_faction .section02 .title_div {
  padding: 102px 0 40px;
}
.event_faction .section02 .title_div .desc {
  color: #fff;
  text-align: center;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.event_faction .section02 .faction_title_div {
  width: 100%;
  height: 100px;
  position: relative;
}
.event_faction .section02 .faction_title_div li {
  float: left;
  padding: 0 39px;
}
.event_faction .section02 .faction_title_div li p {
  display: table-cell;
  height: 100px;
  vertical-align: middle;
  text-align: left;
  color: #dab384;
}
.event_faction .section02 .faction_title_div li span {
  background: url("../img/pc/event/faction/icon_faction_mark.png") 0 50% no-repeat;
  margin-right: 6px;
  width: 32px;
  height: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -1px;
}
.event_faction .section02 .faction_title_div li em {
  color: #e5e5e5;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
.event_faction .section02 .faction_title_div li:last-child {
  float: right;
}
.event_faction .section02 .faction_title_div li:last-child p {
  text-align: right;
}
.event_faction .section02 .faction_title_div li:last-child span {
  background-position: -32px 50%;
}
.event_faction .section02 .text_input_div {
  margin-top: 49px;
  padding: 1px;
  font-size: 0;
}
.event_faction .section02 .text_input_div .input_div {
  width: 1024px;
  display: inline-block;
  height: 63px;
  vertical-align: middle;
}
.event_faction .section02 .text_input_div .input_div input {
  width: 1001px;
  padding-top: 1px;
  padding-left: 23px;
  background: none;
  border: none;
  height: 63px;
  text-align: left;
  vertical-align: middle;
  resize: none;
  color: #fff;
  white-space: nowrap;
}
.event_faction .section02 .text_input_div .input_div input::-webkit-input-placeholder {
  color: #999 !important;
}
.event_faction .section02 .text_input_div .input_div input::-moz-input-placeholder {
  color: #999 !important;
}
.event_faction .section02 .text_input_div .input_div input:-moz-placeholder {
  color: #999 !important;
}
.event_faction .section02 .text_input_div .input_div input:-ms-input-placeholder {
  color: #999 !important;
}
.event_faction .section02 .text_input_div .input_div input:focus {
  outline-offset: 0;
  outline: none;
}
.event_faction .section02 .text_input_div .typing_div {
  display: inline-block;
  width: 64px;
  height: 63px;
  vertical-align: middle;
}
.event_faction .section02 .text_input_div .typing_div p {
  padding-top: 1px;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
  height: 63px;
  width: 64px;
  color: #675e5b;
}
.event_faction .section02 .text_input_div .typing_div p em {
  color: #b2b2b2;
}
.event_faction .section02 .text_input_div .typing_btn_div {
  padding: 12px 17px 12px 9px;
  display: inline-block;
  vertical-align: middle;
}
.event_faction .section02 .text_input_div .typing_btn_div a {
  width: 84px;
  height: 39px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border-radius: 19px;
  background: #404040;
  color: #ccc;
}
.event_faction .section02 .message_div .event_list {
  padding: 40px 0;
  border-bottom: 3px solid rgba(179, 179, 179, 0.3);
}
.event_faction .section02 .message_div .event_list .no_message_div {
  display: table-cell;
  vertical-align: middle;
  width: 1200px;
  height: 553px;
}
.event_faction .section02 .message_div .event_list .no_message_div p {
  text-align: center;
  color: #808080;
}
.event_faction .section02 .message_div .event_list li {
  position: relative;
}
.event_faction .section02 .message_div .event_list li .profile_img_div {
  width: 73px;
  position: absolute;
  height: 100%;
}
.event_faction .section02 .message_div .event_list li .profile_img_div .img {
  width: 64px;
  height: 64px;
  position: absolute;
  border-radius: 50%;
  bottom: 3px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url("../img/pc/event/faction/profile_default.png");
}
.event_faction .section02 .message_div .event_list li .profile_img_div .img.lyn_male {
  background-image: url("../img/pc/event/faction/lyn_male.png");
}
.event_faction .section02 .message_div .event_list li .profile_img_div .img.lyn_female {
  background-image: url("../img/pc/event/faction/lyn_female.png");
}
.event_faction .section02 .message_div .event_list li .profile_img_div .img.jin_male {
  background-image: url("../img/pc/event/faction/jin_male.png");
}
.event_faction .section02 .message_div .event_list li .profile_img_div .img.jin_female {
  background-image: url("../img/pc/event/faction/jin_female.png");
}
.event_faction .section02 .message_div .event_list li .profile_img_div .img.gon_male {
  background-image: url("../img/pc/event/faction/gon_male.png");
}
.event_faction .section02 .message_div .event_list li .profile_img_div .img.gun_female {
  background-image: url("../img/pc/event/faction/gun_female.png");
}
.event_faction .section02 .message_div .event_list li .profile_img_div .img_line {
  display: block;
  bottom: 0;
  width: 70px;
  height: 70px;
  position: absolute;
  background: url("../img/pc/event/faction/profile_deco.png") 0 0 no-repeat;
}
.event_faction .section02 .message_div .event_list li .balloon_deco_div {
  position: absolute;
  height: 100%;
  bottom: 0;
  background: url("../img/pc/event/faction/balloon_deco.png") 0 100% no-repeat;
  width: 17px;
}
.event_faction .section02 .message_div .event_list li .balloon_div {
  display: inline-block;
}
.event_faction .section02 .message_div .event_list li .header_div {
  height: 26px;
}
.event_faction .section02 .message_div .event_list li .profile_div {
  font-size: 0;
  float: left;
}
.event_faction .section02 .message_div .event_list li .profile_div p, .event_faction .section02 .message_div .event_list li .profile_div span {
  display: inline-block;
  vertical-align: middle;
}
.event_faction .section02 .message_div .event_list li .profile_div span {
  height: 10px;
  width: 1px;
  background: #fff;
  -webkit-opacity: 0.15;
  -moz-opacity: 0.15;
  -ms-opacity: 0.15;
  -o-opacity: 0.15;
  -sand-opacity: 0.15;
  -khtml-opacity: 0.15;
  opacity: 0.15;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";
  filter: alpha(opacity=15);
  margin: 0 8px;
}
.event_faction .section02 .message_div .event_list li .profile_div .server {
  color: #a6a6a6;
}
.event_faction .section02 .message_div .event_list li .owner_div {
  display: none;
  float: right;
}
.event_faction .section02 .message_div .event_list li .date_div {
  float: right;
  color: #a6a6a6;
  margin-left: 85px;
}
.event_faction .section02 .message_div .event_list li .cont_div {
  background: rgba(255, 255, 255, 0.08);
  color: #e5e5e5;
  width: 100%;
  max-width: 660px;
  padding: 25px 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_faction .section02 .message_div .event_list li .cont_div .cont_text {
  word-break: break-all;
}
.event_faction .section02 .message_div .event_list li.g2 {
  margin: 40px 65px 40px 45px;
}
.event_faction .section02 .message_div .event_list li.g2 .profile_div .char {
  color: #3588c8;
}
.event_faction .section02 .message_div .event_list li.g2 .profile_img_div {
  left: 0;
}
.event_faction .section02 .message_div .event_list li.g2 .profile_img_div .img {
  left: 3px;
}
.event_faction .section02 .message_div .event_list li.g2 .profile_img_div .img_line {
  left: 0;
  background-position: 0 0;
}
.event_faction .section02 .message_div .event_list li.g2 .balloon_div {
  padding-left: 90px;
}
.event_faction .section02 .message_div .event_list li.g2 .balloon_deco_div {
  background-position: 0 100%;
  left: 73px;
}
.event_faction .section02 .message_div .event_list li.g2 .cont_div {
  border-radius: 8px 8px 8px 0;
}
.event_faction .section02 .message_div .event_list li.g1 {
  margin: 40px 56px 40px 54px;
  text-align: right;
}
.event_faction .section02 .message_div .event_list li.g1 .profile_div .char {
  color: #cd2f2f;
}
.event_faction .section02 .message_div .event_list li.g1 .profile_img_div {
  right: 0;
}
.event_faction .section02 .message_div .event_list li.g1 .profile_img_div .img {
  right: 3px;
}
.event_faction .section02 .message_div .event_list li.g1 .profile_img_div .img_line {
  right: 0;
  background-position: -70px 0;
}
.event_faction .section02 .message_div .event_list li.g1 .balloon_div {
  padding-right: 90px;
  text-align: left;
}
.event_faction .section02 .message_div .event_list li.g1 .balloon_deco_div {
  background-position: -17px 100%;
  right: 73px;
}
.event_faction .section02 .message_div .event_list li.g1 .cont_div {
  border-radius: 8px 8px 0 8px;
}
.event_faction .section02 .message_div .event_list li.owner .profile_div .char {
  color: #dab384;
}
.event_faction .section02 .message_div .event_list li.owner .owner_div {
  display: block;
  font-size: 0;
  padding-top: 1px;
  margin-left: 50px;
}
.event_faction .section02 .message_div .event_list li.owner .owner_div a, .event_faction .section02 .message_div .event_list li.owner .owner_div span {
  display: inline-block;
  vertical-align: middle;
}
.event_faction .section02 .message_div .event_list li.owner .owner_div span {
  width: 1px;
  background: #ccc;
  height: 10px;
  margin: 0 8px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  -ms-opacity: 0.2;
  -o-opacity: 0.2;
  -sand-opacity: 0.2;
  -khtml-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
}
.event_faction .section02 .message_div .event_list li.owner .date_div {
  margin-left: 20px;
}
.event_faction .section02 .message_div .event_list li.owner.g2 .cont_div {
  color: #a3aab2;
  background: #0b2849;
}
.event_faction .section02 .message_div .event_list li.owner.g2 .profile_div .server {
  color: #61768e;
}
.event_faction .section02 .message_div .event_list li.owner.g2 .owner_div {
  color: #7791ae;
}
.event_faction .section02 .message_div .event_list li.owner.g2 .balloon_deco_div {
  background-position: -34px 100%;
}
.event_faction .section02 .message_div .event_list li.owner.g1 .cont_div {
  color: #b2a3a3;
  background: #570504;
}
.event_faction .section02 .message_div .event_list li.owner.g1 .profile_div .server {
  color: #986868;
}
.event_faction .section02 .message_div .event_list li.owner.g1 .owner_div {
  color: #c28686;
}
.event_faction .section02 .message_div .event_list li.owner.g1 .balloon_deco_div {
  background-position: -51px 100%;
}
.event_faction .section02 .message_div .pager_div {
  padding: 68px 0 176px;
}
.event_faction .section02 .message_div .pager_div ul {
  font-size: 0;
  text-align: center;
}
.event_faction .section02 .message_div .pager_div ul li {
  display: inline-block;
}
.event_faction .section02 .message_div .pager_div ul li a {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  height: 33px;
  color: #fff;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.event_faction .section02 .message_div .pager_div ul li.on a {
  text-decoration: underline;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.event_faction .section02 .message_div .pager_div ul li.left {
  margin: 0 15px 0 0;
}
.event_faction .section02 .message_div .pager_div ul li.left a {
  padding: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  width: 33px;
  background: url("../img/pc/event/faction/icon_page_arrow.png") 0 0 no-repeat;
  -webkit-transition: background 0.3s cubic-bezier(0, 0, 0, 1);
  -sand-transition: background 0.3s cubic-bezier(0, 0, 0, 1);
  transition: background 0.3s cubic-bezier(0, 0, 0, 1);
}
.event_faction .section02 .message_div .pager_div ul li.left a:hover {
  background: url("../img/pc/event/faction/icon_page_arrow_hover.png") 0 0 no-repeat;
}
.event_faction .section02 .message_div .pager_div ul li.right {
  margin: 0 0 0 15px;
}
.event_faction .section02 .message_div .pager_div ul li.right a {
  padding: 0;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  width: 33px;
  background: url("../img/pc/event/faction/icon_page_arrow.png") -33px 0 no-repeat;
  -webkit-transition: background 0.3s cubic-bezier(0, 0, 0, 1);
  -sand-transition: background 0.3s cubic-bezier(0, 0, 0, 1);
  transition: background 0.3s cubic-bezier(0, 0, 0, 1);
}
.event_faction .section02 .message_div .pager_div ul li.right a:hover {
  background: url("../img/pc/event/faction/icon_page_arrow_hover.png") -33px 0 no-repeat;
}
.event_faction .section02 .message_div .pager_div ul li.none {
  display: none;
}
.event_faction .card_popup {
  display: none;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
}
.event_faction .card_popup .bg {
  min-height: 100%;
  background-image: url("../img/pc/event/faction/card/card_bg.jpg?_=201210");
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #000;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.event_faction .card_popup .ab {
  position: absolute;
}
.event_faction .card_popup .card_root {
  overflow: hidden;
}
.event_faction .card_popup .card_root .card_cont, .event_faction .card_popup .card_root .card_cont1, .event_faction .card_popup .card_root .card_cont2 {
  position: absolute;
  -webkit-perspective: 2800px;
  -ms-perspective: 2800px;
  -o-perspective: 2800px;
  -sand-perspective: 2800px;
  -khtml-perspective: 2800px;
  perspective: 2800px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -sand-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  transform: translate(-50%);
}
.event_faction .card_popup .card_root .card_cont .card_drag, .event_faction .card_popup .card_root .card_cont .card_drag_start, .event_faction .card_popup .card_root .card_cont .card_drag_end, .event_faction .card_popup .card_root .card_cont1 .card_drag, .event_faction .card_popup .card_root .card_cont1 .card_drag_start, .event_faction .card_popup .card_root .card_cont1 .card_drag_end, .event_faction .card_popup .card_root .card_cont2 .card_drag, .event_faction .card_popup .card_root .card_cont2 .card_drag_start, .event_faction .card_popup .card_root .card_cont2 .card_drag_end {
  position: absolute;
  -webkit-transition: -webkit-transform linear 0s, top linear 0s, left linear 0s, margin-left ease-out 0.5s;
  -sand-transition: -sand-transform linear 0s, top linear 0s, left linear 0s, margin-left ease-out 0.5s;
  -webkit-transition: top linear 0s, left linear 0s, margin-left ease-out 0.5s, -webkit-transform linear 0s;
  transition: top linear 0s, left linear 0s, margin-left ease-out 0.5s, -webkit-transform linear 0s;
  transition: transform linear 0s, top linear 0s, left linear 0s, margin-left ease-out 0.5s;
  transition: transform linear 0s, top linear 0s, left linear 0s, margin-left ease-out 0.5s, -webkit-transform linear 0s;
}
.event_faction .card_popup .card_root .card_cont .card_drag.back, .event_faction .card_popup .card_root .card_cont .card_drag_start.back, .event_faction .card_popup .card_root .card_cont .card_drag_end.back, .event_faction .card_popup .card_root .card_cont1 .card_drag.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_start.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_end.back, .event_faction .card_popup .card_root .card_cont2 .card_drag.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_start.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_end.back {
  -webkit-transition: -webkit-transform linear 0.3s, top cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, left cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, margin-left ease-out 0.8s;
  -sand-transition: -sand-transform linear 0.3s, top cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, left cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, margin-left ease-out 0.8s;
  -webkit-transition: top cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, left cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, margin-left ease-out 0.8s, -webkit-transform linear 0.3s;
  transition: top cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, left cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, margin-left ease-out 0.8s, -webkit-transform linear 0.3s;
  transition: transform linear 0.3s, top cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, left cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, margin-left ease-out 0.8s;
  transition: transform linear 0.3s, top cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, left cubic-bezier(0.04, 0.66, 0.33, 1.46) 0.3s, margin-left ease-out 0.8s, -webkit-transform linear 0.3s;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end {
  -webkit-transition: -webkit-transform cubic-bezier(0.02, 0.76, 0.57, 1) 0.6s;
  -sand-transition: -sand-transform cubic-bezier(0.02, 0.76, 0.57, 1) 0.6s;
  transition: -webkit-transform cubic-bezier(0.02, 0.76, 0.57, 1) 0.6s;
  transition: transform cubic-bezier(0.02, 0.76, 0.57, 1) 0.6s;
  transition: transform cubic-bezier(0.02, 0.76, 0.57, 1) 0.6s, -webkit-transform cubic-bezier(0.02, 0.76, 0.57, 1) 0.6s;
  -webkit-transform-origin: center center 0;
  -sand-transform-origin: center center 0;
  -khtml-transform-origin: center center 0;
  transform-origin: center center 0;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform.flip_open, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start.flip_open, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end.flip_open, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform.flip_open, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start.flip_open, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end.flip_open, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform.flip_open, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start.flip_open, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end.flip_open, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform.flip_open, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start.flip_open, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end.flip_open, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform.flip_open, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start.flip_open, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end.flip_open, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform.flip_open, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start.flip_open, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end.flip_open, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform.flip_open, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start.flip_open, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end.flip_open, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform.flip_open, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start.flip_open, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end.flip_open, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform.flip_open, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start.flip_open, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end.flip_open {
  -webkit-transition: -webkit-transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
  -sand-transition: -sand-transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
  transition: -webkit-transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
  transition: transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
  transition: transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s, -webkit-transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform.flip_close, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start.flip_close, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end.flip_close, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform.flip_close, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start.flip_close, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end.flip_close, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform.flip_close, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start.flip_close, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end.flip_close, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform.flip_close, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start.flip_close, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end.flip_close, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform.flip_close, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start.flip_close, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end.flip_close, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform.flip_close, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start.flip_close, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end.flip_close, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform.flip_close, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start.flip_close, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end.flip_close, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform.flip_close, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start.flip_close, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end.flip_close, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform.flip_close, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start.flip_close, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end.flip_close {
  -webkit-transition: -webkit-transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
  -sand-transition: -sand-transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
  transition: -webkit-transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
  transition: transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
  transition: transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s, -webkit-transform cubic-bezier(0.83, -0.37, 0.37, 1.39) 0.95s;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform.initFly, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start.initFly, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end.initFly, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform.initFly, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start.initFly, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end.initFly, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform.initFly, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start.initFly, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end.initFly, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform.initFly, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start.initFly, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end.initFly, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform.initFly, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start.initFly, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end.initFly, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform.initFly, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start.initFly, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end.initFly, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform.initFly, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start.initFly, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end.initFly, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform.initFly, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start.initFly, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end.initFly, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform.initFly, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start.initFly, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end.initFly {
  -webkit-transition: -webkit-transform ease-out 0.6s;
  -sand-transition: -sand-transform ease-out 0.6s;
  transition: -webkit-transform ease-out 0.6s;
  transition: transform ease-out 0.6s;
  transition: transform ease-out 0.6s, -webkit-transform ease-out 0.6s;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth {
  position: absolute;
  -webkit-backface-visibility: hidden;
  -sand-backface-visibility: hidden;
  -khtml-backface-visibility: hidden;
  backface-visibility: hidden;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth img, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth img {
  position: absolute;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front {
  -webkit-transition: opacity linear 0.1s;
  -sand-transition: opacity linear 0.1s;
  transition: opacity linear 0.1s;
  z-index: 0;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.back {
  -webkit-transition: opacity linear 0.5s;
  -sand-transition: opacity linear 0.5s;
  transition: opacity linear 0.5s;
  z-index: 1;
}
.event_faction .card_popup .card_root .btns .card_arrow {
  position: absolute;
  z-index: 10;
}
.event_faction .card_popup .card_root .btns .card_arrow .outer {
  -webkit-transition: -webkit-transform ease-out 0.2s;
  -sand-transition: -sand-transform ease-out 0.2s;
  transition: -webkit-transform ease-out 0.2s;
  transition: transform ease-out 0.2s;
  transition: transform ease-out 0.2s, -webkit-transform ease-out 0.2s;
}
.event_faction .card_popup .card_root .btns #back {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  -sand-transform: translate(-50%);
  -khtml-transform: translate(-50%);
  transform: translate(-50%);
}
.event_faction .card_popup .ab {
  position: absolute;
}
.event_faction .card_popup .card_root {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.event_faction .card_popup .card_root .card_cont_wrap {
  min-width: 1200px;
  width: 100%;
  max-width: 2600px;
  position: relative;
  margin: 0 auto;
  min-height: 940px;
  height: 100%;
  overflow: hidden;
}
.event_faction .card_popup .card_root .card_cont_wrap .page0 {
  position: absolute;
  width: 100%;
  height: 100%;
}
.event_faction .card_popup .card_root .touch {
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.event_faction .card_popup .card_root .result_btns {
  pointer-events: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.event_faction .card_popup .card_root.frame1 .touch {
  pointer-events: auto;
  -webkit-transition-delay: 1.5s;
  -sand-transition-delay: 1.5s;
  transition-delay: 1.5s;
  -webkit-transition-property: opacity;
  -sand-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -sand-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -sand-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.event_faction .card_popup .card_root.frame1 .result_btns {
  -webkit-transition-delay: 1.8s;
  -sand-transition-delay: 1.8s;
  transition-delay: 1.8s;
  -webkit-transition-property: opacity;
  -sand-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -sand-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -sand-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.event_faction .card_popup .card_root.frame2 .touch {
  -webkit-transition-delay: 0s;
  -sand-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-property: opacity;
  -sand-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -sand-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -sand-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.event_faction .card_popup .card_root.frame2 .result_btns {
  pointer-events: auto;
  -webkit-transition-delay: 1.8s;
  -sand-transition-delay: 1.8s;
  transition-delay: 1.8s;
  -webkit-transition-property: opacity;
  -sand-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
  -sand-transition-timing-function: linear;
  transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
  -sand-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.event_faction .card_popup .card_root button {
  background: none;
  border: none;
  outline: 0;
}
.event_faction .card_popup .card_root .card_cont, .event_faction .card_popup .card_root .card_cont1, .event_faction .card_popup .card_root .card_cont2 {
  width: 432px;
}
.event_faction .card_popup .card_root .card_cont .card_drag, .event_faction .card_popup .card_root .card_cont .card_drag_start, .event_faction .card_popup .card_root .card_cont .card_drag_end, .event_faction .card_popup .card_root .card_cont1 .card_drag, .event_faction .card_popup .card_root .card_cont1 .card_drag_start, .event_faction .card_popup .card_root .card_cont1 .card_drag_end, .event_faction .card_popup .card_root .card_cont2 .card_drag, .event_faction .card_popup .card_root .card_cont2 .card_drag_start, .event_faction .card_popup .card_root .card_cont2 .card_drag_end {
  position: absolute;
  width: 432px;
  height: 681px;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end {
  z-index: 60;
  -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 144, 0, 1);
  -sand-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 144, 0, 1);
  -khtml-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 144, 0, 1);
  transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 144, 0, 1);
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end {
  width: 432px;
  height: 681px;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth {
  width: 432px;
  height: 681px;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth img, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth img, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth img {
  position: absolute;
  height: 100%;
  background: url("../img/pc/event/faction/card/question_img.png");
  background-size: 100%, 100%;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front {
  z-index: 0;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .info.i0 {
  color: #fff;
  top: 343px;
  text-align: center;
  width: 100%;
  position: absolute;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .text0_1, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .text0_1 {
  position: absolute;
  top: 458px;
  left: 167px;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .text0_1 span, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .text0_1 span {
  display: block;
  width: 100px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: 0 0;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_blue.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_blue.percent_60 {
  background-image: url("../img/pc/event/faction/card/blue_60.png");
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_blue.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_blue.percent_80 {
  background-image: url("../img/pc/event/faction/card/blue_80.png");
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_blue.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_blue.percent_100 {
  background-image: url("../img/pc/event/faction/card/blue_100.png");
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_red.percent_60, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_red.percent_60 {
  background-image: url("../img/pc/event/faction/card/red_60.png");
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_red.percent_80, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_red.percent_80 {
  background-image: url("../img/pc/event/faction/card/red_80.png");
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .text0_1 span.percent_red.percent_100, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .text0_1 span.percent_red.percent_100 {
  background-image: url("../img/pc/event/faction/card/red_100.png");
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.front .text0_2, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .text0_2 {
  position: absolute;
  top: 519px;
  width: 100%;
  text-align: center;
  color: #fff;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.back, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.back {
  z-index: 1;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.back .box0, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.back .box0, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.back .box0, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.back .box0, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.back .box0, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.back .box0, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.back .box0, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.back .box0, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.back .box0, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.back .box0, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.back .box0, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.back .box0, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.back .box0, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.back .box0, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.back .box0, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.back .box0, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.back .box0, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.back .box0, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.back .box0, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.back .box0, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.back .box0, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.back .box0, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.back .box0, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.back .box0, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.back .box0, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.back .box0, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.back .box0 {
  background-color: #444444;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_start .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont .card_drag .card_transform_end .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_start .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont .card_drag_start .card_transform_end .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_start .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont .card_drag_end .card_transform_end .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_start .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform_end .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_start .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont1 .card_drag_start .card_transform_end .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_start .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont1 .card_drag_end .card_transform_end .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_start .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform_end .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_start .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont2 .card_drag_start .card_transform_end .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_start .depth.back .box0 .info.text, .event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.back .box0 .info.text {
  color: #fff;
  position: absolute;
}
.event_faction .card_popup .card_root .card_cont .card_drag .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont1 .card_drag .card_transform .depth.front .info.i0, .event_faction .card_popup .card_root .card_cont2 .card_drag .card_transform .depth.front .info.i0 {
  color: #cbcbcb;
}
.event_faction .card_popup .card_root .card_cont .page0 .info {
  display: none;
}
.event_faction .card_popup .card_root .card_cont2 .card_drag_end .card_transform_end .depth.front .info.i0 {
  top: 463px;
}
.event_faction .card_popup .card_root .btns {
  position: relative;
}
.event_faction .card_popup .card_root .btns .card_arrow {
  top: 442px;
}
.event_faction .card_popup .card_root .btns .card_arrow .outer {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: url("../img/pc/event/faction/card/arrow_bg.png");
  position: absolute;
  top: 0;
}
.event_faction .card_popup .card_root .btns .card_arrow .arrow_img {
  background: url("../img/pc/event/faction/card/arrow.png") 0 0 no-repeat;
  display: block;
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
}
.event_faction .card_popup .card_root .btns .card_arrow .arrow_text {
  color: #fff;
  margin-top: 28px;
}
.event_faction .card_popup .card_root .btns .card_arrow#left {
  left: 50%;
  margin-left: -550px;
}
.event_faction .card_popup .card_root .btns .card_arrow#left .outer {
  left: 0;
}
.event_faction .card_popup .card_root .btns .card_arrow#left .arrow_img {
  background-position: 0 0;
  left: 0;
}
.event_faction .card_popup .card_root .btns .card_arrow#left .arrow_text {
  margin-left: 97px;
}
.event_faction .card_popup .card_root .btns .card_arrow#right {
  right: 50%;
  margin-right: -550px;
}
.event_faction .card_popup .card_root .btns .card_arrow#right .outer {
  right: 0;
}
.event_faction .card_popup .card_root .btns .card_arrow#right .arrow_img {
  right: 0;
  background-position: -80px 0;
}
.event_faction .card_popup .card_root .btns .card_arrow#right .arrow_text {
  margin-right: 97px;
}
.event_faction .card_popup .card_root .card_pager {
  position: absolute;
  top: 865px;
  width: 100%;
}
.event_faction .card_popup .card_root .card_pager ul {
  font-size: 0;
  text-align: center;
  display: block;
}
.event_faction .card_popup .card_root .card_pager ul li {
  width: 8px;
  height: 8px;
  margin: 0 5px;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  background: #fff;
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: opacity 0.3s cubic-bezier(0, 0, 0, 1),color 0.3s cubic-bezier(0, 0, 0, 1);
  -sand-transition: opacity 0.3s cubic-bezier(0, 0, 0, 1),color 0.3s cubic-bezier(0, 0, 0, 1);
  transition: opacity 0.3s cubic-bezier(0, 0, 0, 1),color 0.3s cubic-bezier(0, 0, 0, 1);
}
.event_faction .card_popup .card_root .card_pager ul li.on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.event_faction .card_popup .card_root .btns_wrap {
  position: absolute;
  width: 408px;
  left: 50%;
  margin-left: -204px;
  top: 855px;
}
.event_faction .card_popup .card_root .btns_wrap .btns_div1, .event_faction .card_popup .card_root .btns_wrap .btns_div2, .event_faction .card_popup .card_root .btns_wrap .btns_div3 {
  position: absolute;
}
.event_faction .card_popup .card_root .btns_wrap .btns_div1 a, .event_faction .card_popup .card_root .btns_wrap .btns_div2 a, .event_faction .card_popup .card_root .btns_wrap .btns_div3 a {
  margin: 0 12px;
  color: #fff;
  display: block;
  float: left;
  width: 176px;
  height: 52px;
  border: 2px solid #4c4c4c;
  border-radius: 26px;
  -webkit-transition: background 0.3s cubic-bezier(0, 0, 0, 1),color 0.3s cubic-bezier(0, 0, 0, 1);
  -sand-transition: background 0.3s cubic-bezier(0, 0, 0, 1),color 0.3s cubic-bezier(0, 0, 0, 1);
  transition: background 0.3s cubic-bezier(0, 0, 0, 1),color 0.3s cubic-bezier(0, 0, 0, 1);
}
.event_faction .card_popup .card_root .btns_wrap .btns_div1 a p, .event_faction .card_popup .card_root .btns_wrap .btns_div2 a p, .event_faction .card_popup .card_root .btns_wrap .btns_div3 a p {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  width: 176px;
  height: 52px;
}
.event_faction .card_popup .card_root .btns_wrap .btns_div1 a:hover, .event_faction .card_popup .card_root .btns_wrap .btns_div2 a:hover, .event_faction .card_popup .card_root .btns_wrap .btns_div3 a:hover {
  border: 2px solid #fff;
  color: #010101;
  background: #fff;
}
.event_faction .card_popup .card_root .btns_wrap .btns_div1 {
  width: 204px;
  left: 50%;
  margin-left: -102px;
}
.event_faction .card_popup .btn_card_popup_close {
  background-image: url("../img/pc/event/faction/card/btn_close.png?_=201210");
  background-repeat: no-repeat;
  background-size: 58px auto;
  width: 58px;
  height: 58px;
  position: absolute;
  display: block;
  top: 50px;
  right: 50px;
}
.event_faction .fix_popup {
  background-image: url("../img/pc/event/faction/popup_fix_message.png?_=201210");
  background-repeat: no-repeat;
  background-size: 530px auto;
  width: 530px;
  height: 424px;
  display: none;
}
.event_faction .fix_popup .btn_fix_popup_close {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
}
.event_faction .fix_popup .fix_input_div {
  position: absolute;
  top: 127px;
  left: 40px;
}
.event_faction .fix_popup .fix_input_div textarea {
  width: 410px;
  height: 73px;
  text-align: left;
  background: none;
  resize: none;
  display: block;
  border: none;
  padding: 14px 20px;
  color: #ccc;
}
.event_faction .fix_popup .fix_input_div textarea:focus {
  outline-offset: 0;
  outline: none;
}
.event_faction .fix_popup .fix_typing_div {
  position: absolute;
  right: 40px;
  top: 238px;
}
.event_faction .fix_popup .fix_typing_div p {
  text-align: right;
  color: #675e5b;
}
.event_faction .fix_popup .fix_typing_div p em {
  color: #b2b2b2;
}
.event_faction .fix_popup .fix_btn_div {
  position: absolute;
  width: 100%;
  height: 82px;
  bottom: 0;
  left: 0;
}
.event_faction .fix_popup .fix_btn_div a {
  display: block;
  width: 100%;
  position: absolute;
  height: 100%;
}

.event_faction .section01 .btn_div .btn_start_test {
  color: #ccc;
  background: url(../img/pc/event/faction/6th/btn_test.png) 0 0 no-repeat;
  cursor: default;
  pointer-events: none;
}

.ab {
  position: absolute;
}

.event_nick_occupy {
  background: 50% 0 #141414 url(../img/pc/event/nick/occupy_nick_back.jpg) no-repeat;
  padding-bottom: 180px;
}
.event_nick_occupy .clear:after {
  clear: both;
  width: 0px;
  height: 0px;
  content: "";
  display: block;
}
.event_nick_occupy .event_wrap {
  max-width: 1809px;
  position: relative;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.event_nick_occupy .event_wrap .my_info_area {
  position: fixed;
  width: 493px;
  height: 869px;
  padding-right: 76px;
  overflow-y: auto;
  overflow-x: hidden;
  z-index: 1;
  margin-top: -40px;
  top: 40px;
}
.event_nick_occupy .event_wrap .my_info_area .bg {
  background: 0 0 url(../img/pc/event/nick/title_pane.png) no-repeat;
  width: 100%;
  height: 969px;
  position: absolute;
  top: 0px;
  left: -26px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .login {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .my_info {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .data {
  position: absolute;
  top: 397px;
  font-family: NanumSquareB;
  font-size: 15px;
  line-height: 26px;
  letter-spacing: -0.8px;
  color: #d58c8c;
  width: 100%;
  left: -46px;
}
.event_nick_occupy .event_wrap .my_info_area .desc {
  position: absolute;
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1.5px;
  text-align: left;
  color: #dcb8b8;
  width: 100%;
  top: 445px;
  left: 97px;
}
.event_nick_occupy .event_wrap .my_info_area .desc span {
  color: #f9c48c;
  display: inline-block;
  text-indent: 0px;
  margin-left: 3px;
  margin-right: 3px;
}
.event_nick_occupy .event_wrap .my_info_area .desc span:before {
  display: block;
  content: "";
  width: 20px;
  height: 24px;
  background: 0 4px url(../img/pc/event/nick/key_ic.png) no-repeat;
  line-height: 24px;
  float: left;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap {
  top: 581px;
  width: 493px;
  position: absolute;
  left: -2px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .login {
  width: 100%;
  height: 180px;
  padding-top: 56px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .login .login_desc {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -1.2px;
  color: #d59797;
  width: 268px;
  height: 40px;
  margin: 0 auto;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .login .prejoin_bt {
  width: 321px;
  height: 100px;
  display: block;
  margin: 0 auto;
  margin-top: 35px;
  background: 0 0 url(../img/pc/event/nick/pre_reg_bt.png) no-repeat;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap {
  width: 253px;
  margin: 0 auto;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum {
  float: left;
  width: 85px;
  height: 85px;
  background: 50% 0 url(../img/pc/event/nick/profile_default.png) no-repeat;
  background-size: 85px auto;
  margin-left: 11px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum:after {
  width: 167px;
  height: 35px;
  background: 0 0 url(../img/pc/event/nick/profile_default_balloon.png) no-repeat;
  cursor: pointer;
  display: block;
  content: "";
  left: -50%;
  top: -36px;
  position: absolute;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.JIN_MALE {
  background-image: url("../img/pc/pop/profile1.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.JIN_MALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.JIN_FEMALE {
  background-image: url("../img/pc/pop/profile2.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.JIN_FEMALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.GON_MALE {
  background-image: url("../img/pc/pop/profile3.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.GON_MALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.LYN_MALE {
  background-image: url("../img/pc/pop/profile4.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.LYN_MALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.LYN_FEMALE {
  background-image: url("../img/pc/pop/profile5.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.LYN_FEMALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.GUN_FEMALE {
  background-image: url("../img/pc/pop/profile6.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum.GUN_FEMALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .nick_wrap {
  float: right;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .nick_wrap .nick {
  font-family: NanumSquareB;
  font-size: 17px;
  line-height: 20px;
  color: #edbe86;
  width: 156px;
  text-align: left;
  margin-top: 19px;
  text-indent: 10px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .nick_wrap .my_server {
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 35px;
  text-align: left;
  color: #ffffff;
  text-indent: 11px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .fn_wrap {
  background: 0 0 url(../img/pc/event/nick/change_my_info.png) no-repeat;
  width: 282px;
  height: 39px;
  margin: 0 auto;
  margin-top: 20px;
  display: inline-block;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .fn_wrap a {
  height: 100%;
  width: 50%;
  display: block;
  float: left;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .caution {
  font-size: 14px;
  line-height: 22px;
  text-align: center;
  color: #8d4f4f;
  width: 282px;
  margin: 0 auto;
  margin-top: 22px;
  font-family: NanumSquareB;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy {
  width: 326px;
  height: 209px;
  margin: 0 auto;
  margin-top: 2px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum {
  float: left;
  width: 85px;
  height: 85px;
  background: 50% 0 url(../img/pc/event/nick/profile_default.png) no-repeat;
  background-size: 85px auto;
  margin-left: 11px;
  margin-top: 2px;
  cursor: pointer;
  position: relative;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum:after {
  width: 167px;
  height: 35px;
  background: 50% 0 url(../img/pc/event/nick/profile_default_balloon.png) no-repeat;
  cursor: pointer;
  display: block;
  content: "";
  left: -50%;
  top: -36px;
  position: absolute;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.JIN_MALE {
  background-image: url("../img/pc/pop/profile1.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.JIN_MALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.JIN_FEMALE {
  background-image: url("../img/pc/pop/profile2.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.JIN_FEMALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.GON_MALE {
  background-image: url("../img/pc/pop/profile3.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.GON_MALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.LYN_MALE {
  background-image: url("../img/pc/pop/profile4.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.LYN_MALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.LYN_FEMALE {
  background-image: url("../img/pc/pop/profile5.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.LYN_FEMALE:after {
  display: none;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.GUN_FEMALE {
  background-image: url("../img/pc/pop/profile6.png");
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum.GUN_FEMALE:after {
  display: none;
}
@media screen and (max-width: 1486px) {
  .event_nick_occupy .event_wrap .my_info_area .data {
    left: -87px;
    text-indent: 60px;
  }
  .event_nick_occupy .event_wrap .my_info_area .desc {
    left: 74px;
    text-indent: 20px;
  }
  .event_nick_occupy .event_wrap > div {
    margin-left: -42px;
  }
  .event_nick_occupy .event_wrap .bg {
    left: -66px;
  }
}
.event_nick_occupy .event_wrap .my_info_area .bg {
  background: 0 0 url(../img/pc/event/nick/title_pane_small.png) no-repeat;
  height: 869px;
}
.event_nick_occupy .event_wrap .my_info_area .data {
  top: 383px;
  letter-spacing: -1.1px;
}
.event_nick_occupy .event_wrap .my_info_area .desc {
  top: 419px;
  letter-spacing: -1.5px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap {
  top: 498px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .login .login_desc {
  letter-spacing: -1.4px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy {
  width: 357px;
  margin-top: 25px;
  background: 0 0 url(../img/pc/event/nick/occupy_pre_small.png) no-repeat;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy .thum {
  margin-top: 35px;
  margin-left: 41px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap {
  width: 303px;
  height: 106px;
  margin-top: 46px;
  font-family: NanumSquareR;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .thum {
  margin-left: 17px;
  margin-top: 14px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .nick_wrap .nick {
  width: 196px;
  text-indent: 21px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .nick_wrap .my_server {
  line-height: 31px;
  text-indent: 21px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .fn_wrap {
  background: 0 0 url(../img/pc/event/nick/change_my_info_small.png) no-repeat;
  width: 169px;
  height: 27px;
  margin-top: 0;
  margin-left: 3px;
}
@media screen and (max-height: 720px) {
  .event_nick_occupy .event_wrap .my_info_area {
    bottom: -150px;
  }
}
@media screen and (max-width: 1460px) {
  .event_nick_occupy .event_wrap div.list_wrap {
    margin-left: 493px;
  }
}
.event_nick_occupy .event_wrap .list_wrap {
  text-align: left;
  max-width: 1050px;
  min-width: 700px;
  margin-left: 34%;
  padding-top: 255px;
  padding-bottom: 20px;
}
.event_nick_occupy .event_wrap .list_wrap .title {
  font-family: NanumSquareB;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -0.5px;
  text-align: center;
  color: #ffffff;
  text-align: left;
  margin-bottom: 22px;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server {
  width: 100%;
  height: 70px;
  text-align: left;
  max-width: 1050px;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server .server {
  display: inline-block;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server .full_wrap {
  font-family: NanumSquareB;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.5px;
  text-align: left;
  color: #b7a8a3;
  float: left;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server .server > .recoServer:after {
  background: -100px -80px url(../img/pc/event/nick/server_bt.png) no-repeat;
  width: 50px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 23px;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server .server > div.ALMOST_FULL:after {
  background-position-x: 0px;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server .server > .recoServer {
  float: left;
  position: relative;
  width: 188px;
  height: 70px;
  margin-right: 6px;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 70px;
  text-align: left;
  color: #e9c192;
  text-indent: 20px;
  cursor: pointer;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server .server > .recoServer:hover {
  width: 184px;
  height: 66px;
  border: solid 2px #a58b79;
  text-indent: 18px;
  line-height: 66px;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server .server > .recoServer:hover:after {
  right: 13px;
  top: 21px;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server .find_server {
  float: right;
  width: 232px;
  height: 71px;
  font-family: NanumSquareB;
  margin-right: 3px;
  background: 0 0 url(../img/pc/event/nick/recommend_bt.png) no-repeat;
  cursor: pointer;
}
.event_nick_occupy .event_wrap .list_wrap .recommend_server .find_server:hover {
  background: 0 0 url(../img/pc/event/nick/recommend_bt_hover.png) no-repeat;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap {
  margin-top: 147px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap {
  max-width: 1050px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .desc_wrap {
  float: left;
  width: 70%;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap {
  float: right;
  margin-right: 3px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort a {
  color: #7d7676;
  position: relative;
  display: block;
  width: 43px;
  text-align: right;
  float: left;
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.3px;
  margin-right: 15px;
  cursor: pointer;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort a:last-child {
  margin-right: 0px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort a::after {
  background: -187px 1px url(../img/pc/event/nick/server_bt.png) no-repeat;
  display: block;
  position: absolute;
  width: 11px;
  height: 9px;
  content: "";
  top: 7px;
  left: 3px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort a:hover {
  text-decoration: underline;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort a.on {
  color: #cccccc;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort a.on:after {
  background-position-y: -11px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort:hover {
  text-decoration: underline;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort.on {
  color: #cccccc;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort.on:after {
  background-position-y: -11px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sub_title {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: -1.1px;
  text-align: left;
  color: #a69189;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .exam_title {
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 28px;
  text-align: left;
  color: #816d67;
  letter-spacing: -0.2px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort {
  width: 160px;
  margin-top: 5px;
  font-family: NanumSquareB;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort > div {
  width: 43px;
  text-align: right;
  float: left;
  font-family: NanumSquareB;
  font-size: 14px;
  line-height: 26px;
  letter-spacing: -0.3px;
  color: #cccccc;
  margin-right: 15px;
  cursor: pointer;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .sort > div:last-child {
  margin-right: 0px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu {
  margin-top: 32px;
  width: 185px;
  color: #fff;
  position: absolute;
  max-height: 464px;
  overflow: auto;
  margin-left: -25px;
  font-family: NanumSquareR;
  padding-bottom: 50px;
  /* Track */
  /* Handle */
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu::-webkit-scrollbar {
  width: 4px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0);
  margin-top: 6px;
  margin-bottom: 6px;
  margin-left: 1px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu::-webkit-scrollbar-thumb {
  background: #736967;
  border-radius: 50px;
  margin-left: 1px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu .menu_header {
  height: 30px;
  padding-left: 7px;
  display: block;
  border-bottom: 1px solid #605c5b;
  color: #fff;
  background: 165px 9px url(../img/pc/event/nick/dropdown_arrow.png) no-repeat;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu li {
  display: none;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.4);
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu .grad_dropmenu {
  display: none;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu.on .menu_header {
  display: none;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu.on {
  padding-top: 10px;
  margin-top: 13px;
  width: 233px;
  color: #fff;
  position: absolute;
  margin-left: -57px;
  background-color: #564e4c;
  border-right: 4px solid #564e4c;
  z-index: 2;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu.on li {
  width: 195px;
  margin: 0px 20px;
  padding: 20px 0px;
  line-height: 16px;
  height: 16px;
  text-indent: 7px;
  border-bottom: 1px solid #46413e;
  display: block;
  color: rgba(255, 255, 255, 0.4);
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu.on li:hover {
  color: #fff;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu.on li:first-child {
  height: 70px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu.on li.on {
  color: #fff;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .server_list_dropdown-menu.on li:last-child {
  border-bottom: none;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .grad_dropmenu {
  margin-top: 477px;
  width: 223px;
  color: #fff;
  position: absolute;
  margin-left: -57px;
  z-index: 3;
  background: 0px 0px url(../img/pc/event/nick/menu_grad.png) no-repeat;
  height: 60px;
  display: none;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .top_wrap .sort_wrap .grad_dropmenu.on {
  display: block;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list {
  margin-top: 42px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list > ul {
  float: left;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_title li {
  width: 92px;
  height: 70px;
  line-height: 70px;
  text-indent: 2px;
  margin-bottom: 30px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data {
  width: 100%;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data .sub_servers {
  display: block;
  float: left;
  max-width: 967px;
  width: calc(100% - 92px);
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  font-family: NanumSquareB;
  font-size: 14px;
  text-align: left;
  color: #cccccc;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .header {
  font-size: 16px;
  text-align: left;
  color: #e9c192;
  width: 88px;
  height: 70px;
  float: left;
  line-height: 70px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell {
  float: left;
  width: 186px;
  height: 69.9px;
  background: 0 0 url(../img/pc/event/nick/server_bt.png) no-repeat;
  margin-right: 7px;
  line-height: 70px;
  text-indent: 21px;
  position: relative;
  cursor: pointer;
  margin-bottom: 10px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell:hover:before, .event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell.on:before {
  border: solid 2px #a58b79;
  width: 186px;
  height: 69.9px;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  top: 0;
  left: 0;
  display: block;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell.occupy {
  background-image: none;
  background-color: #7e0105;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell.FULL {
  background-image: none;
  border: 1px solid #3e3a3b;
  background-color: rgba(0, 0, 0, 0);
  color: #696262;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell.FULL.on:before {
  top: -1px;
  left: -1px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell.FULL:hover:before {
  top: -1px;
  left: -1px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell:last-child {
  margin-right: 0px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell:after {
  background: -100px -80px url(../img/pc/event/nick/server_bt.png) no-repeat;
  width: 50px;
  height: 24px;
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 23px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell.FULL:after {
  background-position-x: -150px;
  right: 15px;
  top: 20px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell.occupy:after {
  background-position-x: -50px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell.ALMOST_FULL:after {
  background-position-x: 0px;
}
.event_nick_occupy .event_wrap .list_wrap .server_list_wrap .server_list .server_list_data li .cell.dim:before {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.event_nick_occupy .event_wrap .list_wrap .caution {
  margin-top: 100px;
}
.event_nick_occupy .event_wrap .list_wrap .caution .title {
  font-family: NanumSquareB;
  font-size: 19.5px;
  line-height: 36px;
  letter-spacing: 0px;
  text-align: left;
  color: #a69189;
  float: left;
  margin-right: 36px;
}
.event_nick_occupy .event_wrap .list_wrap .caution .caution_wrap {
  font-family: NanumSquareR;
  font-size: 14px;
  line-height: 26px;
  text-align: left;
  letter-spacing: -0.4px;
  color: #80736f;
  float: left;
  display: block;
  margin-top: 3px;
}
.event_nick_occupy .event_wrap .list_wrap .caution .caution_wrap > li {
  position: relative;
}
.event_nick_occupy .event_wrap .list_wrap .caution .caution_wrap > li:after {
  width: 9px;
  height: 26px;
  display: block;
  left: -10px;
  top: -5px;
  content: ".";
  position: absolute;
}
.event_nick_occupy .pop {
  display: none;
  background: 0 0 #292929 url(../img/pc/event/nick/pop_back_top.jpg) no-repeat;
  border-radius: 2px;
}
.event_nick_occupy .pop .pop_close_bt {
  position: absolute;
  background: 0px 0px #292929 url(../img/pc/event/nick/pop_close.png) no-repeat;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 30px;
  display: block;
}
.event_nick_occupy .caution_pop {
  display: none;
}
.event_nick_occupy .occupy_pop, .event_nick_occupy .occupy_pop_update {
  width: 530px;
}
.event_nick_occupy .occupy_pop .title, .event_nick_occupy .occupy_pop_update .title {
  width: 100%;
  margin: 0 auto;
  margin-top: 63px;
  text-align: center;
  color: #cccccc;
  font-size: 25px;
  letter-spacing: -0.4px;
}
.event_nick_occupy .occupy_pop input, .event_nick_occupy .occupy_pop_update input {
  font-size: 13px;
  line-height: 40px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #a6a6a6;
  width: 275px;
  height: 40px;
  background-color: #181818;
  padding-left: 20px;
}
.event_nick_occupy .occupy_pop input#occupy_characterNick, .event_nick_occupy .occupy_pop_update input#occupy_characterNick {
  font-family: NanumSquareB;
}
.event_nick_occupy .occupy_pop input::-webkit-input-placeholder, .event_nick_occupy .occupy_pop_update input::-webkit-input-placeholder {
  font-family: NanumSquareB;
}
.event_nick_occupy .occupy_pop input::-moz-placeholder, .event_nick_occupy .occupy_pop_update input::-moz-placeholder {
  font-family: NanumSquareB;
}
.event_nick_occupy .occupy_pop input:-ms-input-placeholder, .event_nick_occupy .occupy_pop_update input:-ms-input-placeholder {
  font-family: NanumSquareB;
}
.event_nick_occupy .occupy_pop input::-ms-input-placeholder, .event_nick_occupy .occupy_pop_update input::-ms-input-placeholder {
  font-family: NanumSquareB;
}
.event_nick_occupy .occupy_pop input::placeholder, .event_nick_occupy .occupy_pop_update input::placeholder {
  font-family: NanumSquareB;
}
.event_nick_occupy .occupy_pop .input_wrap .input_caution, .event_nick_occupy .occupy_pop_update .input_wrap .input_caution {
  width: 14px;
  height: 14px;
  position: absolute;
  right: 12px;
  top: 14px;
  display: block;
  cursor: pointer;
  background: 0 0 url("../img/pc/event/nick/pop_caution.png") no-repeat;
  display: block;
}
.event_nick_occupy .occupy_pop .char_name .input_caution:hover:after, .event_nick_occupy .occupy_pop_update .char_name .input_caution:hover:after {
  position: absolute;
  top: 27px;
  left: -248px;
  background: 0 0 url(../img/pc/event/nick/pop_caution_nickname.png) no-repeat;
  content: "";
  display: block;
  width: 281px;
  height: 104px;
  z-index: 1;
}
.event_nick_occupy .occupy_pop .password_wrap .input_caution:hover:after, .event_nick_occupy .occupy_pop_update .password_wrap .input_caution:hover:after {
  position: absolute;
  top: 26px;
  left: -247px;
  background: 0 0 url(../img/pc/event/nick/pop_caution_password.png) no-repeat;
  content: "";
  display: block;
  width: 281px;
  height: 122px;
  z-index: 1;
}
.event_nick_occupy .occupy_pop .data_wrap, .event_nick_occupy .occupy_pop_update .data_wrap {
  margin-top: 42px;
  padding: 0px 50px;
}
.event_nick_occupy .occupy_pop .data_wrap li, .event_nick_occupy .occupy_pop_update .data_wrap li {
  width: 430px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.event_nick_occupy .occupy_pop .data_wrap li.server, .event_nick_occupy .occupy_pop_update .data_wrap li.server {
  margin-bottom: 19px;
}
.event_nick_occupy .occupy_pop .data_wrap .caution_text, .event_nick_occupy .occupy_pop_update .data_wrap .caution_text {
  height: auto;
  line-height: 18px;
  font-family: NanumSquareB;
  font-size: 13px;
  letter-spacing: 0px;
  color: #737373;
  display: none;
  text-align: left;
  width: 285px;
  float: right;
  padding-left: 10px;
  padding-top: 10px;
  padding-bottom: 9px;
}
.event_nick_occupy .occupy_pop .data_wrap .input_wrap, .event_nick_occupy .occupy_pop_update .data_wrap .input_wrap {
  height: 40px;
  position: relative;
}
.event_nick_occupy .occupy_pop .data_wrap .header, .event_nick_occupy .occupy_pop_update .data_wrap .header {
  float: left;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #a6a6a6;
  width: 134px;
}
.event_nick_occupy .occupy_pop .data_wrap .server .header, .event_nick_occupy .occupy_pop_update .data_wrap .server .header {
  line-height: 20px;
}
.event_nick_occupy .occupy_pop .data_wrap .server .input_wrap, .event_nick_occupy .occupy_pop_update .data_wrap .server .input_wrap {
  width: 100%;
  height: 20px;
}
.event_nick_occupy .occupy_pop .data_wrap .server .server_name, .event_nick_occupy .occupy_pop_update .data_wrap .server .server_name {
  float: left;
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.8px;
  text-align: left;
  color: #ffffff;
}
.event_nick_occupy .occupy_pop .privacy_wrap .check_privacy, .event_nick_occupy .occupy_pop_update .privacy_wrap .check_privacy {
  height: 53px;
  width: 365px;
  float: left;
  line-height: 53px;
  font-family: NanumSquareB;
  text-align: left;
  color: #a6a6a6;
  display: block;
}
.event_nick_occupy .occupy_pop .privacy_wrap .check_privacy .chk_box, .event_nick_occupy .occupy_pop_update .privacy_wrap .check_privacy .chk_box {
  width: 41px;
  height: 50px;
  float: left;
  background: 50% 50% url(../img/pc/event/nick/pop_privacy_check_none.png) no-repeat;
}
.event_nick_occupy .occupy_pop .privacy_wrap .check_privacy.on .chk_box, .event_nick_occupy .occupy_pop_update .privacy_wrap .check_privacy.on .chk_box {
  background-image: url(../img/pc/event/nick/pop_privacy_check.png);
}
.event_nick_occupy .occupy_pop .privacy_wrap .check_privacy .more, .event_nick_occupy .occupy_pop_update .privacy_wrap .check_privacy .more {
  display: block;
  float: right;
  height: 53px;
  font-family: NanumSquareB;
}
.event_nick_occupy .occupy_pop .bt_ok, .event_nick_occupy .occupy_pop_update .bt_ok {
  display: block;
  width: 160px;
  height: 46px;
  margin: 0 auto;
  margin-top: 36px;
  background-color: #970009;
  border-radius: 5px;
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: -0.8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.event_nick_occupy .occupy_pop .caution, .event_nick_occupy .occupy_pop_update .caution {
  margin-top: 80px;
  padding: 0px 49px;
}
.event_nick_occupy .occupy_pop .caution .title, .event_nick_occupy .occupy_pop_update .caution .title {
  margin-top: 0px;
  font-family: NanumSquareB;
  font-size: 15px;
  line-height: 24px;
  text-align: left;
  color: #a6a6a6;
}
.event_nick_occupy .occupy_pop .caution .caution_wrap, .event_nick_occupy .occupy_pop_update .caution .caution_wrap {
  font-family: NanumSquareR;
  font-size: 13px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #737373;
  margin-left: 15px;
  text-indent: -5px;
  line-height: 24px;
  margin-bottom: 53px;
}
.event_nick_occupy .occupy_pop .caution .caution_wrap li, .event_nick_occupy .occupy_pop_update .caution .caution_wrap li {
  position: relative;
}
.event_nick_occupy .occupy_pop .caution .caution_wrap li:before, .event_nick_occupy .occupy_pop_update .caution .caution_wrap li:before {
  width: 2px;
  height: 2px;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  display: block;
  background-color: #737373;
}
.event_nick_occupy .occupy_pop .close_return_pop, .event_nick_occupy .occupy_pop_update .close_return_pop {
  display: none;
}
.event_nick_occupy .occupy_pop .data_wrap .privacy_wrap {
  width: 450px;
  margin-top: 37px;
  margin-left: -10px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.event_nick_occupy .occupy_pop .data_wrap .privacy_wrap .check_privacy {
  font-size: 14px;
  letter-spacing: -0.7px;
}
.event_nick_occupy .occupy_pop .data_wrap .privacy_wrap .more {
  text-align: center;
  font-size: 12.5px;
  color: #a6a6a6;
  line-height: 53px;
  letter-spacing: -1.1px;
  text-decoration: underline;
  float: right;
  margin-right: 12px;
}
.event_nick_occupy .occupy_pop .bt_ok {
  margin-top: 36px;
}
.event_nick_occupy .occupy_pop_update .data_wrap .privacy_wrap {
  width: 430px;
  padding: 0px 10px;
  padding-top: 7px;
  margin-left: -10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  height: 53px;
  position: relative;
}
.event_nick_occupy .occupy_pop_update .data_wrap .privacy_wrap:after {
  width: 5px;
  height: 7px;
  display: block;
  right: 11px;
  top: 14px;
  content: "";
  background: 0 0 url(../img/pc/event/nick/occupy_pop_findPass.png) no-repeat;
  position: absolute;
}
.event_nick_occupy .occupy_pop_update .data_wrap .privacy_wrap .check_privacy {
  font-family: NanumSquareB;
  font-size: 15.5px;
  letter-spacing: -2.4px;
}
.event_nick_occupy .occupy_pop_update .data_wrap .privacy_wrap .more {
  float: right;
  width: 140px;
  text-align: right;
  font-size: 14px;
  color: #999999;
  letter-spacing: -1px;
  padding-right: 13px;
}
.event_nick_occupy .occupy_pop_update .bt_ok {
  display: block;
  width: 160px;
  height: 46px;
  margin: 0 auto;
  margin-top: 41px;
  background-color: #970009;
  border-radius: 5px;
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 46px;
  letter-spacing: -0.8px;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}
.event_nick_occupy .occupy_pop_update .caution {
  margin-top: 82px;
  padding: 0px 49px;
}
.event_nick_occupy .occupy_pop_update .caution .title {
  margin-top: 0px;
  font-family: NanumSquareB;
  font-size: 15px;
  line-height: 15px;
  text-align: left;
  color: #a6a6a6;
  margin-bottom: 6px;
}
.event_nick_occupy .occupy_pop_update .caution .caution_wrap {
  font-family: NanumSquareR;
  font-size: 13px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #737373;
  margin-left: 15px;
  text-indent: -5px;
  line-height: 24px;
  margin-bottom: 53px;
}
.event_nick_occupy .occupy_pop_update .caution .caution_wrap li {
  position: relative;
}
.event_nick_occupy .occupy_pop_update .caution .caution_wrap li:before {
  width: 2px;
  height: 2px;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  content: "";
  display: block;
  background-color: #737373;
}
.event_nick_occupy .occupy_pop_update .close_return_pop {
  display: none;
}
.event_nick_occupy .find_server_pop {
  width: 530px;
  height: 640px;
}
.event_nick_occupy .find_server_pop .title_wrap {
  width: 320px;
  text-align: center;
  margin: 0 auto;
  margin-top: 70px;
}
.event_nick_occupy .find_server_pop .title_wrap .title {
  font-family: NanumSquareB;
  font-size: 22px;
  letter-spacing: -1.8px;
  text-align: center;
  color: #cccccc;
  margin-bottom: 10px;
}
.event_nick_occupy .find_server_pop .title_wrap .sub_title {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -1.2px;
  text-align: center;
  color: #808080;
}
.event_nick_occupy .find_server_pop .question_wrap {
  width: 370px;
  text-align: center;
  padding: 0px 40px;
  padding-top: 59px;
  margin: 0 auto;
  margin-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: none;
}
.event_nick_occupy .find_server_pop .question_wrap .question {
  font-family: NanumSquareB;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -1.8px;
  text-align: center;
  color: #ffffff;
}
.event_nick_occupy .find_server_pop .question_wrap .answer_wrap {
  margin-top: 31px;
}
.event_nick_occupy .find_server_pop .question_wrap .answer_wrap li {
  border-radius: 50px;
  width: 303px;
  margin: 0 auto;
  height: 70px;
  line-height: 70px;
  font-family: NanumSquareR;
  font-size: 17px;
  letter-spacing: -0.9px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  background-color: #181818;
  margin-bottom: 10px;
  cursor: pointer;
}
.event_nick_occupy .find_server_pop .question_wrap .answer_wrap li.on {
  background: 20px 23px #e6e6e6 url(../img/pc/event/nick/find_server_check.png) no-repeat;
  font-family: NanumSquareB;
  font-size: 17px;
  letter-spacing: -0.9px;
  text-align: center;
  color: #1a1a1a;
}
.event_nick_occupy .find_server_pop .bt_wrap {
  margin-top: 59px;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.event_nick_occupy .find_server_pop .bt_wrap a {
  width: 50%;
  height: 100%;
  float: left;
  font-family: NanumSquareB;
  font-size: 18px;
  line-height: 86px;
  text-align: center;
  color: #b2b2b2;
  display: block;
}
.event_nick_occupy .find_server_pop .bt_wrap a.prev {
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  width: calc(50% - 1px);
}
.event_nick_occupy .find_server_result_pop {
  width: 530px;
  text-align: center;
}
.event_nick_occupy .find_server_result_pop .title {
  margin-top: 70px;
  font-family: NanumSquareB;
  font-size: 26px;
  letter-spacing: -1.3px;
  text-align: center;
  color: #cccccc;
}
.event_nick_occupy .find_server_result_pop .desc_wrap {
  margin-top: 50px;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: -1.4px;
  text-align: center;
  color: #b2b2b2;
  font-family: NanumSquareR;
}
.event_nick_occupy .find_server_result_pop .desc_wrap.full {
  margin-top: 22px;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.8px;
  text-align: center;
  color: #808080;
}
.event_nick_occupy .find_server_result_pop .desc_wrap span {
  color: #cccccc;
  font-family: NanumSquareB;
}
.event_nick_occupy .find_server_result_pop .other_wrap {
  width: 420px;
  margin: 0 auto;
  margin-top: 32px;
  height: 70px;
}
.event_nick_occupy .find_server_result_pop .other_wrap li {
  float: left;
  width: calc(50% - 4px);
  height: 100%;
  text-align: left;
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 70px;
  letter-spacing: -0.8px;
  color: #cccccc;
  text-indent: 17px;
  background-color: #181818;
  position: relative;
  cursor: pointer;
}
.event_nick_occupy .find_server_result_pop .other_wrap li.on {
  background-color: #fff;
  font-family: NanumSquareB;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #181818;
}
.event_nick_occupy .find_server_result_pop .other_wrap li:first-child {
  margin-right: 8px;
}
.event_nick_occupy .find_server_result_pop .other_wrap li:after {
  background: -100px -104px url(../img/pc/event/nick/server_bt.png) no-repeat;
  width: 50px;
  height: 25px;
  content: "";
  display: block;
  position: absolute;
  right: 15px;
  top: 23px;
}
.event_nick_occupy .find_server_result_pop .other_wrap li.ALMOST_FULL:after {
  background-position-x: 0px;
}
.event_nick_occupy .find_server_result_pop .bt_wrap {
  margin-top: 50px;
  height: 82px;
  line-height: 89px;
  font-family: NanumSquareB;
  font-size: 18px;
  text-align: center;
  color: #b3b3b3;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.event_nick_occupy .find_server_result_pop .bt_wrap a {
  display: block;
  float: left;
  height: 100%;
  width: 50%;
}
.event_nick_occupy .find_server_result_pop .bt_wrap a:last-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  width: calc(50% - 1px);
}
.event_nick_occupy .popup_privacy {
  display: none;
  background-image: url("../img/pc/download_pop/detail_bg.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 504px auto;
  width: 504px;
  height: 603px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.event_nick_occupy .popup_privacy .close {
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: url("../img/pc/download_pop/close_pop.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
}
.event_nick_occupy .popup_privacy .i0 {
  margin: 0 auto;
  text-align: center;
  margin-top: 65px;
}
.event_nick_occupy .popup_privacy .i1 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 60px;
  width: 350px;
}
.event_nick_occupy .popup_privacy .i2 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 20px;
  width: 350px;
}
.event_nick_occupy .popup_privacy .i2 .header {
  display: inline;
}
.event_nick_occupy .popup_privacy .i2 .tx {
  line-height: 16px;
}
.event_nick_occupy .popup_privacy .i2 .tx .txc {
  vertical-align: top;
  display: inline;
}
.event_nick_occupy .popup_privacy .i2 .tx .tx_block {
  padding-left: 0px;
  display: inline-block;
  width: 152px;
}
.event_nick_occupy .popup_privacy .i2 .tx b {
  line-height: 16px;
  text-align: right;
  word-break: keep-all;
}
.event_nick_occupy .popup_privacy .i3 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 35px;
  width: 350px;
}
.event_nick_occupy .popup_privacy .i4 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 35px;
  width: 350px;
}
.event_nick_occupy .popup_privacy .i5 {
  color: #666666;
  width: 350px;
  margin: 0 auto;
  margin-top: 30px;
}
.event_nick_occupy .popup_privacy .i5 a:link {
  color: #666666;
  text-decoration: none;
}
.event_nick_occupy .popup_privacy .i5 a:visited {
  color: #666666;
  text-decoration: none;
}
.event_nick_occupy .popup_privacy .i5 a:hover {
  color: #666666;
  text-decoration: none;
}
.event_nick_occupy .popup_privacy .i5 a:active {
  color: #666666;
  text-decoration: none;
}
.event_nick_occupy .popup_privacy .i5 .tx {
  border-bottom: 1px solid #929292;
}
.event_nick_occupy .popup_privacy .i5 .arrow {
  background-image: url("../img/pc/download_pop/arrow_pri.png?_=201210");
  background-repeat: no-repeat;
  background-size: 5px auto;
  width: 5px;
  height: 7px;
  display: inline-block;
  position: relative;
  margin-left: 7px;
}
.event_nick_occupy .invite_friend_pop {
  width: 530px;
  height: 374px;
  padding-top: 72px;
}
.event_nick_occupy .invite_friend_pop .title {
  font-family: NanumSquareB;
  font-size: 26px;
  letter-spacing: -2.2px;
  text-align: center;
  color: #cccccc;
  line-height: 26px;
}
.event_nick_occupy .invite_friend_pop .sub_title {
  font-family: NanumSquareB;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: -1.1px;
  text-align: center;
  color: #808080;
  width: 450px;
  margin: 0 auto;
  margin-top: 16px;
  height: 43px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.event_nick_occupy .invite_friend_pop ul.other_wrap {
  margin-top: 44px;
}
.event_nick_occupy .invite_friend_pop ul.other_wrap li {
  width: 400px;
  margin: 0 auto;
  height: 50px;
}
.event_nick_occupy .invite_friend_pop ul.other_wrap li > div {
  float: left;
  text-align: left;
  line-height: 50px;
}
.event_nick_occupy .invite_friend_pop ul.other_wrap li .friend_server_header {
  float: left;
  font-family: NanumSquareB;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #a6a6a6;
  margin-right: 77px;
}
.event_nick_occupy .invite_friend_pop ul.other_wrap li .friend_serverName {
  float: left;
  font-family: NanumSquareB;
  font-size: 16px;
  letter-spacing: -0.8px;
  color: #cba574;
}
.event_nick_occupy .invite_friend_pop ul.other_wrap li .friend_nick_header {
  float: left;
  font-family: NanumSquareB;
  font-size: 14px;
  letter-spacing: -0.7px;
  color: #a6a6a6;
  margin-right: 53px;
}
.event_nick_occupy .invite_friend_pop ul.other_wrap li .friend_nickname {
  float: left;
  font-family: NanumSquareB;
  font-size: 16px;
  letter-spacing: -1px;
  color: #cba574;
}
.event_nick_occupy .invite_friend_pop .bt_wrap {
  margin-top: 63px;
  height: 80px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.event_nick_occupy .invite_friend_pop .bt_wrap a {
  width: 50%;
  height: 100%;
  float: left;
  font-family: NanumSquareB;
  font-size: 18px;
  line-height: 80px;
  text-align: center;
  color: #b3b3b3;
  display: block;
}

.event_nick_occupy .event_wrap .my_info_area .data {
  left: -36px;
  text-align: center;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .login .login_desc {
  margin-top: 22px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .login .prejoin_bt {
  margin-top: 13px;
  background: 0 0 url(../img/pc/event/nick/6th/pre_reg_bt.png) no-repeat;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .occupy {
  background: 0 0 url(../img/pc/event/nick/6th/occupy_pre_small.png) no-repeat;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .fn_wrap a {
  width: 108px;
}
.event_nick_occupy .event_wrap .my_info_area .my_info_wrap .myinfo .character_info_wrap .fn_wrap {
  background: 0 0 url(../img/pc/event/nick/6th/change_my_info_small.png) no-repeat;
}
.event_nick_occupy .event_wrap .end_section {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  margin-left: 0;
  background: rgba(0, 0, 0, 0.75);
  font-family: NanumSquareB;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: -1px;
  color: #fff;
}
.event_nick_occupy .event_wrap .end_section .end_wrap {
  position: absolute;
  left: 50%;
  width: 400px;
  text-align: center;
  margin-left: 20px;
  top: 50%;
  height: 156px;
  margin-top: -78px;
}
.event_nick_occupy .event_wrap .end_section span {
  color: #e9c192;
}
.event_nick_occupy .event_wrap .end_section a {
  width: 227px;
  height: 66px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  color: #fff;
  position: relative;
  margin: 22px auto 0;
  font-size: 15px;
  line-height: 66px;
  text-align: center;
  display: block;
  border-radius: 35px;
  cursor: pointer;
  -webkit-transition: border 0.3s,color 0.3s,background 0.3s;
  -sand-transition: border 0.3s,color 0.3s,background 0.3s;
  transition: border 0.3s,color 0.3s,background 0.3s;
}
.event_nick_occupy .event_wrap .end_section a:hover {
  border-color: #fff;
  background: #fff;
  color: #000;
}
@media screen and (max-width: 1486px) {
  .event_nick_occupy .event_wrap .my_info_area .data {
    left: -36px;
    text-indent: 0;
  }
}

.ab {
  position: absolute;
}

.mission_popup_wrap {
  background-image: url("../img/pc/popup_key.png?_=201210");
  background-repeat: no-repeat;
  background-size: 530px auto;
  width: 530px;
  height: 640px;
}
.mission_popup_wrap .close_mission_popup {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 30px;
  right: 30px;
  display: block;
}
.mission_popup_wrap .title {
  padding-top: 24px;
  text-align: center;
  color: #ccc;
}
.mission_popup_wrap .desc {
  color: #fff;
  width: 165px;
  height: 54px;
  margin: 0 auto;
  position: relative;
  top: 253px;
}
.mission_popup_wrap .desc p {
  display: table-cell;
  height: 54px;
  vertical-align: middle;
  width: 165px;
  text-align: center;
}
.mission_popup_wrap .btn_div {
  position: absolute;
  bottom: 52px;
  width: 100%;
  font-size: 0;
  text-align: center;
  height: 60px;
}
.mission_popup_wrap .btn_div li {
  display: inline-block;
  width: 290px;
}
.mission_popup_wrap .btn_div li a {
  display: table-cell;
  vertical-align: middle;
  width: 290px;
  text-align: center;
  height: 60px;
  color: #ccc;
  border-radius: 3px;
  background: #666;
}
.mission_popup_wrap .btn_div.type2 li {
  width: 210px;
}
.mission_popup_wrap .btn_div.type2 li:last-child {
  margin-left: 10px;
}
.mission_popup_wrap .btn_div.type2 li:last-child a {
  width: 210px;
  background: #970009;
  color: #fff;
}

.key_popup_wrap {
  background-image: url("../img/pc/key.png?_=201210");
  background-repeat: no-repeat;
  background-size: 125px auto;
  width: 125px;
  height: 123px;
  position: absolute;
}
.key_popup_wrap .click_key {
  width: 125px;
  height: 123px;
  display: block;
}
.key_popup_wrap .close_key_popup {
  width: 35px;
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  height: 41px;
}

.keyitem#keyStory {
  position: absolute;
  top: 1000px;
  left: 600px;
}
.keyitem#keyStoryCharacter {
  position: fixed;
  bottom: 0;
  left: 50%;
  width: 125px;
  height: 123px;
}

.ab {
  position: absolute;
}

.pop_login_wrap.loginAfter #btnPwdBack1 {
  display: none;
}
.pop_login_wrap .pop_login1 {
  margin: 67px 0;
}
.pop_login_wrap .pop {
  position: relative;
  width: 490px;
  background: #F8F8F8 url(../img/pc/pop/pop_bg.jpg) 0 0 no-repeat;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}
.pop_login_wrap .pop h4 {
  padding-top: 70px;
}
.pop_login_wrap .pop .stl {
  margin-top: 14px;
}
.pop_login_wrap .pop .btn_close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 30px;
  top: 30px;
  background: url(../img/pc/pop/btn_close.png) 0 0 no-repeat;
  text-indent: -10000em;
  cursor: pointer;
}
.pop_login_wrap .pop .btn_txt {
  display: inline-block;
  padding-right: 11px;
  margin-left: 28px;
  background: url(../img/pc/pop/ic_arrow01.png) 100% 4px no-repeat;
  cursor: pointer;
}
.pop_login_wrap .pop .bx_btn {
  font-size: 0;
}
.pop_login_wrap .pop .bx_btn .btn {
  display: inline-block;
  width: 141px;
  height: 47px;
  margin: 0 3px;
  text-align: center;
  border-radius: 3px;
  line-height: 47px;
  cursor: pointer;
}
.pop_login_wrap .pop .bx_btn .btn_type1 {
  background: #AA0505;
}
.pop_login_wrap .pop .bx_btn .btn_type3 {
  background: #333;
}
.pop_login_wrap .pop .bx_btn .btn_type2 {
  background: #959595;
}
.pop_login_wrap .pop .login_before {
  position: relative;
  margin: 16px 50px 0;
}
.pop_login_wrap .pop .login_before .bx_phone {
  position: relative;
  width: 390px;
  height: 58px;
  margin-top: 59px;
  background: url(../img/pc/pop/bg_phone.png) 0 16px no-repeat;
  border-bottom: 2px solid #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pop_login_wrap .pop .login_before .bx_phone input {
  position: absolute;
  top: 0;
  height: 56px;
}
.pop_login_wrap .pop .login_before .bx_phone .ipt1 {
  left: 24px;
  width: 74px;
  text-align: center;
}
.pop_login_wrap .pop .login_before .bx_phone .ipt2 {
  left: 130px;
  width: 260px;
}
.pop_login_wrap .pop .login_before .txt2 {
  text-align: right;
  margin-top: 18px;
}
.pop_login_wrap .pop .login_before .txt2 span {
  display: block;
  color: #999;
  font-size: 14px;
  margin-bottom: 3px;
}
.pop_login_wrap .pop .login_before .txt3 {
  margin-top: 80px;
}
.pop_login_wrap .pop .login_before .txt4 {
  margin-top: 18px;
}
.pop_login_wrap .pop .login_before .bx_btn {
  margin-top: 37px;
}
.pop_login_wrap .pop .login_before .btn_txt {
  text-decoration: underline;
}
.pop_login_wrap .pop_login1 {
  width: 490px;
  height: 446px;
}
.pop_login_wrap .pop_login2 {
  width: 530px;
  height: 583px;
}
.pop_login_wrap .pop_pwd {
  width: 530px;
  height: 695px;
}
.pop_login_wrap .tab_login {
  position: relative;
  width: 450px;
  height: 49px;
}
.pop_login_wrap .tab_login li {
  position: absolute;
  left: 0;
}
.pop_login_wrap .tab_login li.m2, .pop_login_wrap .tab_login li.m2 a {
  position: absolute;
  right: 0;
}
.pop_login_wrap .tab_login li a {
  position: absolute;
  width: 226px;
  height: 47px;
  display: block;
  line-height: 49px;
  background: #F8F8F8;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  z-index: 1;
}
.pop_login_wrap .tab_login li a.on {
  border: 1px solid #000;
  z-index: 2;
}
.pop_login_wrap .tab_sub .list2 li {
  height: 85px;
}
.pop_login_wrap .tab_sub .list2 li .m1 {
  width: 170px;
}
.pop_login_wrap .tab_sub .list2 li .m2 {
  width: 170px;
}
.pop_login_wrap .tab_sub .list2 li .m2 p {
  border: 1px solid #F00;
  display: inline-block;
}
.pop_login_wrap .tab_sub .list2 li .ipt {
  width: 250px;
}
.pop_login_wrap .pop .login_after {
  position: relative;
  margin: 35px 40px 0;
}
.pop_login_wrap .pop .login_after .tab_sub {
  height: 291px;
}
.pop_login_wrap .pop .login_after .bx_check {
  position: relative;
  border-top: 1px solid #D6D6D6;
  padding: 14px 0 0 10px;
  text-align: left;
}
.pop_login_wrap .pop .login_after .bx_check .chk_login {
  display: inline-block;
  cursor: pointer;
}
.pop_login_wrap .pop .login_after .bx_check .chk_login span {
  vertical-align: top;
  margin: 3px 0 0 6px;
  display: inline-block;
}
.pop_login_wrap .pop .login_after .bx_check .chk_login em {
  width: 20px;
  height: 20px;
  display: inline-block;
  background: #960A0D;
  border-radius: 3px;
  vertical-align: top;
}
.pop_login_wrap .pop .login_after .bx_check .chk_login em.on {
  background: #960A0D url(../img/pc/pop/ic_check_on.png) 0 0 no-repeat;
}
.pop_login_wrap .pop .login_after .txt1 {
  padding-top: 99px;
}
.pop_login_wrap .pop .login_after .txt2 {
  margin-top: 18px;
}
.pop_login_wrap .pop .login_after .txt2 span {
  display: block;
  color: #999;
}
.pop_login_wrap .pop .login_after .txt3 {
  margin-top: 20px;
  text-align: right;
}
.pop_login_wrap .pop .login_after .txt4 {
  text-align: right;
  margin-top: 10px;
}
.pop_login_wrap .pop_pwd .login_after {
  margin: 38px 40px 0;
}
.pop_login_wrap .pop_pwd .login_after .tab_sub {
  height: 363px;
}
.pop_login_wrap .pop_pwd .tab_sub {
  margin-top: 10px;
}
.pop_login_wrap .tab_pwd {
  position: relative;
  width: 450px;
  height: 54px;
  margin-top: 3px;
}
.pop_login_wrap .tab_pwd li {
  float: left;
  width: 50%;
}
.pop_login_wrap .tab_pwd li a {
  position: relative;
  width: 225px;
  height: 54px;
  display: block;
  line-height: 54px;
  background: #EAEAEA;
  cursor: default;
}
.pop_login_wrap .tab_pwd li a.on {
  background: #333333 url(../img/pc/pop/ic_arrow03.png) 50% 100% no-repeat;
}
.pop_login_wrap .tab_sub .bx_form {
  text-align: left;
  padding: 26px 0 28px;
}
.pop_login_wrap .tab_sub .bx_form .f1 {
  position: relative;
  float: left;
  width: 136px;
}
.pop_login_wrap .tab_sub .bx_form .f2 {
  position: relative;
  float: left;
  width: 314px;
}
.pop_login_wrap .tab_sub .bx_form .fc_bad {
  color: #F00 !important;
}
.pop_login_wrap .tab_sub .bx_form li {
  height: 50px;
}
.pop_login_wrap .tab_sub .bx_form input {
  width: 100%;
  height: 40px;
  border: 1px solid #CECECE;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pop_login_wrap .tab_sub .bx_form .f1 span {
  display: block;
  padding: 15px 0 0 10px;
}
.pop_login_wrap .tab_sub .bx_form .f2 p {
  padding: 14px 0 0 0;
}
.pop_login_wrap .tab_sub .bx_form .ipt_auth {
  float: left;
  width: 330px;
  vertical-align: top;
  margin-left: 7px;
}
.pop_login_wrap .tab_sub .bx_form .ic_help {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 0;
  top: 0;
  background: url(../img/pc/pop/ic_help.png) 50% 50% no-repeat;
  cursor: pointer;
}
.pop_login_wrap .tab_sub .bx_form .bx_alt {
  position: absolute;
  top: 46px;
  border: 1px solid #7D7D7D;
  background: #FFF;
  padding: 7px 14px 6px;
  border-radius: 3px;
  z-index: 2;
  line-height: 1.8em;
}
.pop_login_wrap .tab_sub .bx_form .bx_alt em {
  position: absolute;
  right: 14px;
  top: -7px;
  width: 13px;
  height: 7px;
  display: block;
  background: url(../img/pc/pop/ic_arrow02.png) 0 0 no-repeat;
}
.pop_login_wrap .tab_sub .bx_form .btn_auth {
  float: left;
  width: 105px;
  height: 40px;
  display: inline-block;
  line-height: 40px;
  background: #666666;
  vertical-align: top;
  border-radius: 3px;
  text-align: center;
  margin-left: 8px;
}
.pop_login_wrap .tab_sub .bx_notice {
  border-top: 1px solid #D6D6D6;
  text-align: left;
  padding: 39px 0 0 10px;
}
.pop_login_wrap .tab_sub .bx_notice .tit {
  padding-bottom: 8px;
}
.pop_login_wrap .tab_sub .bx_notice li {
  background: url(../img/pc/pop/ic_dot.gif) 0 8px no-repeat;
  padding: 0 0 5px 10px;
  line-height: 1.4em;
}
.pop_login_wrap .tab_sub .form2 li {
  height: 85px;
}
.pop_login_wrap .tab_sub .form2 .f1 {
  width: 180px;
}
.pop_login_wrap .tab_sub .form2 .f2 {
  width: 270px;
}
.pop_login_wrap .tab_sub .form2 .txt_msg {
  position: absolute;
  width: 430px;
  right: 6px;
  text-align: right;
  padding-top: 9px;
}

.pop_prereg_wrap .popup_privacy {
  background-image: url("../img/pc/pop/detail_bg.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 504px auto;
  width: 504px;
  height: 603px;
  position: relative;
}
.pop_prereg_wrap .popup_privacy .close {
  position: absolute;
  top: 18px;
  right: 18px;
  background-image: url("../img/pc/pop/close_pop.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
}
.pop_prereg_wrap .popup_privacy .i0 {
  margin: 0 auto;
  text-align: center;
  padding-top: 65px;
}
.pop_prereg_wrap .popup_privacy .i1 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 60px;
  width: 350px;
}
.pop_prereg_wrap .popup_privacy .i2 {
  color: #292929;
  margin: 35px auto 0;
  text-align: left;
  width: 350px;
}
.pop_prereg_wrap .popup_privacy .i2 .tx_block {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
}
.pop_prereg_wrap .popup_privacy .i2 .a1 {
  margin-top: 5px;
}
.pop_prereg_wrap .popup_privacy .i3 {
  color: #292929;
  margin: 35px auto 0;
  text-align: left;
  width: 350px;
}
.pop_prereg_wrap .popup_privacy .i4 {
  color: #292929;
  margin: 0 auto;
  text-align: left;
  margin-top: 25px;
  width: 350px;
}
.pop_prereg_wrap .popup_privacy .i5 {
  margin-top: 20px;
  color: #666666;
}
.pop_prereg_wrap .popup_privacy .i5 a:link {
  color: #666666;
  text-decoration: none;
}
.pop_prereg_wrap .popup_privacy .i5 a:visited {
  color: #666666;
  text-decoration: none;
}
.pop_prereg_wrap .popup_privacy .i5 a:hover {
  color: #666666;
  text-decoration: none;
}
.pop_prereg_wrap .popup_privacy .i5 a:active {
  color: #666666;
  text-decoration: none;
}
.pop_prereg_wrap .popup_privacy .i5 .tx {
  border-bottom: 1px solid #929292;
}
.pop_prereg_wrap .popup_privacy .i5 .arrow {
  background-image: url("../img/pc/pop/arrow_pri.png?_=201210");
  background-repeat: no-repeat;
  background-size: 5px auto;
  width: 5px;
  height: 7px;
  display: inline-block;
  position: relative;
  margin-left: 7px;
}

.ab {
  position: absolute;
}

.pop_wrap {
  display: none;
}

.pop_myinfo_wrap#popHistory {
  background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), color-stop(#f8f8f8), color-stop(#f8f8f8), to(#fff));
  background: linear-gradient(#f8f8f8, #f8f8f8, #f8f8f8, #fff);
  background: -webkit-linear-gradient(#f8f8f8, #f8f8f8, #f8f8f8, #fff);
}
.pop_myinfo_wrap#popHistory .pop {
  background: url(../img/pc/pop/pop_bg.jpg) 0 0 no-repeat;
}
.pop_myinfo_wrap .alt_hidden {
  font-size: 0;
  text-indent: -99999px;
  display: block;
  width: 0;
  height: 0;
}
.pop_myinfo_wrap .pop {
  position: relative;
  width: 490px;
  background: #F8F8F8 url(../img/pc/pop/pop_bg.jpg) 0 0 no-repeat;
  border-bottom: 1px solid #E5E5E5;
  text-align: center;
}
.pop_myinfo_wrap .pop h4 {
  padding-top: 70px;
}
.pop_myinfo_wrap .pop .btn_close {
  position: absolute;
  width: 25px;
  height: 25px;
  right: 30px;
  top: 30px;
  background: url(../img/pc/pop/btn_close.png) 0 0 no-repeat;
  text-indent: -10000em;
  cursor: pointer;
}
.pop_myinfo_wrap .pop_myinfo1 {
  width: 570px;
  height: 637px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont {
  text-align: left;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell {
  margin: 29px auto 0;
  width: 490px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .txt1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.52);
  position: relative;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell1 .myinfo_wrap1 ul {
  padding: 11px 0;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell1 .myinfo_wrap1 ul li {
  height: 30px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell1 dt {
  float: left;
  padding-left: 2px;
  width: 150px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell1 dd {
  float: left;
  width: 330px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .btn_change_div {
  position: absolute;
  bottom: 6px;
  right: 0;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .btn_change_div .btn_change {
  width: 65px;
  height: 29px;
  border: 1px solid #7c7c7c;
  border-radius: 3px;
  color: #000;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .btn_change_div .btn_change p {
  background: url("../img/pc/pop/ic_arrow05.png") 100% 49% no-repeat;
  padding-right: 10px;
  display: inline-block;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 {
  position: relative;
  height: 196px;
  background: #fff;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .left_div {
  float: left;
  padding: 34px 34px 34px 38px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .left_div .profile_icon {
  display: block;
  position: relative;
  background-image: url("../img/pc/pop/default_profile.png?_=201210");
  background-repeat: no-repeat;
  background-size: 105px auto;
  width: 105px;
  height: 102px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .left_div .profile_icon.jin_male {
  background-image: url("../img/pc/pop/profile1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 105px auto;
  width: 105px;
  height: 102px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .left_div .profile_icon.jin_female {
  background-image: url("../img/pc/pop/profile2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 105px auto;
  width: 105px;
  height: 102px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .left_div .profile_icon.gon_male {
  background-image: url("../img/pc/pop/profile3.png?_=201210");
  background-repeat: no-repeat;
  background-size: 105px auto;
  width: 105px;
  height: 102px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .left_div .profile_icon.lyn_male {
  background-image: url("../img/pc/pop/profile4.png?_=201210");
  background-repeat: no-repeat;
  background-size: 105px auto;
  width: 105px;
  height: 102px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .left_div .profile_icon.lyn_female {
  background-image: url("../img/pc/pop/profile5.png?_=201210");
  background-repeat: no-repeat;
  background-size: 105px auto;
  width: 105px;
  height: 102px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .left_div .profile_icon.gun_female {
  background-image: url("../img/pc/pop/profile6.png?_=201210");
  background-repeat: no-repeat;
  background-size: 105px auto;
  width: 105px;
  height: 102px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div {
  float: left;
  width: 313px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt3 {
  padding: 37px 12px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt3 p {
  margin-top: 24px;
  color: #000;
  -webkit-opacity: 0.8;
  -moz-opacity: 0.8;
  -ms-opacity: 0.8;
  -o-opacity: 0.8;
  -sand-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
  filter: alpha(opacity=80);
  margin-bottom: 10px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt3 a {
  background: #333;
  width: 142px;
  height: 39px;
  display: table-cell;
  vertical-align: middle;
  border-radius: 3px;
  text-align: center;
  text-align: center;
  color: #fff;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt3 a span {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt5 {
  margin-top: 45px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt5 li {
  height: 30px;
  background: url("../img/pc/pop/ic_dot1.png") 0 50% no-repeat;
  padding-left: 11px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt5 li .btn_find_regpw {
  position: relative;
  top: 3px;
  color: rgba(0, 0, 0, 0.5);
  display: table-cell;
  vertical-align: middle;
  width: 105px;
  height: 27px;
  border: 1px solid #dadada;
  background: #ebebeb;
  border-radius: 3px;
  text-align: center;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt5 dt {
  display: table-cell;
  width: 128px;
  height: 29px;
  vertical-align: middle;
  color: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt5 dd {
  display: table-cell;
  width: 180px;
  vertical-align: middle;
  color: #515151;
  height: 29px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt4 {
  color: #999;
  margin-top: 12px;
  padding-left: 11px;
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .right_div .txt4 span {
  display: inline-block;
  margin-left: 13px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .balloon_div {
  display: none;
  position: absolute;
  top: 133px;
  left: 78px;
  clear: both;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .balloon_div.on {
  display: block;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .balloon_div .balloon_deco {
  display: block;
  background: url("../img/pc/pop/deco_balloon.png") 32px 0 no-repeat;
  height: 14px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .balloon_div .balloon {
  background: #f0d9d9;
  border-radius: 18px;
  width: 367px;
  height: 36px;
  color: #6b3434;
  position: relative;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .balloon_div .balloon .balloon_btn {
  padding: 1px 0 0;
  width: 367px;
  height: 35px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .balloon_div .balloon .balloon_close {
  display: table-cell;
  padding-left: 12px;
  width: 30px;
  height: 35px;
  vertical-align: middle;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .myinfo_wrap2 .balloon_div .balloon .balloon_close span {
  display: block;
  background-image: url("../img/pc/pop/close_balloon.png?_=201210");
  background-repeat: no-repeat;
  background-size: 12px auto;
  width: 12px;
  height: 12px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .txt2 {
  clear: both;
  background: url("../img/pc/pop/ic_arrow04.png") 0 50% no-repeat;
  padding-left: 10px;
  margin-top: 13px;
}
.pop_myinfo_wrap .pop_myinfo1 .myinfo_cont .cell2 .txt2 p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.pop_myinfo_wrap .pop_myinfo2 {
  width: 570px;
  height: 760px;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap {
  width: 393px;
  margin: 22px auto 0;
  padding: 40px 48px 33px 49px;
  background: #fff;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .select_btn_div {
  margin: 23px auto 45px;
  width: 133px;
  height: 39px;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .select_btn_div .btn_see_character {
  width: 131px;
  height: 37px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  border: 1px solid #7f7f7f;
  border-radius: 3px;
  color: #4c4c4c;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div {
  color: #888;
  text-align: center;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div ul {
  height: 297px;
  width: 393px;
  margin: 0 auto 5px;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div li {
  margin: 0 14px 15px 15px;
  width: 102px;
  height: 133px;
  float: left;
  background: url("../img/pc/pop/jin_male.png") 0 0 no-repeat;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div li a {
  display: block;
  width: 102px;
  height: 102px;
  margin-bottom: 8px;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div li a span {
  display: none;
  background-image: url("../img/pc/pop/select_char.png?_=201210");
  background-repeat: no-repeat;
  background-size: 102px auto;
  width: 102px;
  height: 102px;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div li.char2 {
  background: url("../img/pc/pop/jin_female.png") 0 0 no-repeat;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div li.char3 {
  background: url("../img/pc/pop/gon_male.png") 0 0 no-repeat;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div li.char4 {
  background: url("../img/pc/pop/lyn_male.png") 0 0 no-repeat;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div li.char5 {
  background: url("../img/pc/pop/lyn_female.png") 0 0 no-repeat;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div li.char6 {
  background: url("../img/pc/pop/gun_female.png") 0 0 no-repeat;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div li.on span {
  display: block;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div .btn_select {
  display: block;
  color: #b2b2b2;
  border-radius: 3px;
  width: 131px;
  height: 47px;
  background: #333;
  margin: 0 auto;
}
.pop_myinfo_wrap .pop_myinfo2 .select_wrap .profile_select_div .btn_select p {
  display: table-cell;
  width: 131px;
  height: 47px;
  vertical-align: middle;
  text-align: center;
}
.pop_myinfo_wrap .pop_myinfo2 .txt2 {
  clear: both;
  background: url("../img/pc/pop/ic_arrow04.png") 0 50% no-repeat;
  padding-left: 10px;
  margin: 12px 0 0 50px;
  text-align: left;
}
.pop_myinfo_wrap .pop_myinfo2 .txt2 p {
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}
.pop_myinfo_wrap .pop_myinfo2 .tab {
  position: relative;
  width: 490px;
  margin: 34px auto 0;
  height: 49px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab li {
  position: absolute;
  left: 0;
}
.pop_myinfo_wrap .pop_myinfo2 .tab li a {
  position: absolute;
  width: 244px;
  height: 47px;
  display: block;
  line-height: 49px;
  background: #F8F8F8;
  border-radius: 3px;
  border: 1px solid #BBBBBB;
  z-index: 1;
  color: #4c4c4c;
}
.pop_myinfo_wrap .pop_myinfo2 .tab li a.on {
  border: 1px solid #000;
  z-index: 2;
  color: #000;
}
.pop_myinfo_wrap .pop_myinfo2 .tab li:last-child {
  position: absolute;
  right: 0;
}
.pop_myinfo_wrap .pop_myinfo2 .tab li:last-child a {
  position: absolute;
  right: 0;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont > li {
  display: none;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont > li.on {
  display: block;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .box_coupon {
  margin-top: 16px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .box_coupon.coupon_on .coupon {
  display: block;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .box_coupon.coupon_on .desc_empty {
  display: none;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .box_coupon .coupon {
  display: none;
  color: #fff;
  background-image: url("../img/pc/pop/coupon.png?_=201210");
  background-repeat: no-repeat;
  background-size: 491px auto;
  width: 491px;
  height: 126px;
  position: relative;
  text-align: left;
  margin: 0 auto;
  padding-left: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .box_coupon .coupon .copy_coupon {
  position: absolute;
  height: 35px;
  text-align: center;
  width: 76px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.26);
  right: 24px;
  top: 20px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .box_coupon .coupon .coupon_expire_date {
  color: rgba(255, 255, 255, 0.7);
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .box_coupon .desc_empty {
  margin: 0 auto;
  padding: 35px 5px;
  color: #333;
  background-image: url("../img/pc/pop/coupon_empty.png?_=201210");
  background-repeat: no-repeat;
  background-size: 490px auto;
  width: 490px;
  height: 126px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .btn_go_coupon {
  color: #b3b3b3;
  width: 151px;
  height: 47px;
  background: #333;
  display: block;
  text-align: center;
  border-radius: 3px;
  margin: 18px auto 0;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .scroll_cont {
  height: 256px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .scroll_cont .scroll_cont_inner {
  height: 239px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1.none .stl {
  display: none;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1.none .scroll_cont {
  margin-top: 7px;
  height: 524px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1.none .scroll_cont .scroll_cont_inner {
  height: 507px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1.none .none_div {
  display: block;
  width: 490px;
  margin: 0 auto;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1.none .none_div .none_div_wrap {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 490px;
  text-align: center;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1.none .none_div .none_div_wrap p {
  color: #000;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1.none .none_div .none_div_wrap span {
  display: block;
  color: #888;
  margin: 22px 0 0;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1.none ul {
  display: none;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont2 .scroll_cont {
  height: 524px;
  margin-top: 7px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont2 .scroll_cont .scroll_cont_inner {
  height: 507px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont2.none .none_div {
  display: block;
  width: 490px;
  margin: 0 auto;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont2.none .none_div .none_div_wrap {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
  width: 490px;
  text-align: center;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont2.none .none_div .none_div_wrap p {
  color: #000;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont2.none .none_div .none_div_wrap span {
  display: block;
  color: #888;
  margin: 22px 0 0;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont2.none ul {
  display: none;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont {
  width: 490px;
  position: relative;
  margin: 0 auto;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont .scroll_cont_inner {
  width: 490px;
  overflow: auto;
  position: relative;
  -ms-scrollbar-face-color: #c4c4c4;
  -ms-scrollbar-shadow-color: #c4c4c4;
  -ms-scrollbar-highlight-color: #c4c4c4;
  -ms-scrollbar-arrow-color: #f8f8f8;
  -ms-scrollbar-track-color: #f8f8f8;
  scrollbar-face-color: #c4c4c4;
  scrollbar-shadow-color: #c4c4c4;
  scrollbar-highlight-color: #c4c4c4;
  scrollbar-arrow-color: #f8f8f8;
  scrollbar-track-color: #f8f8f8;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont .scroll_cont_inner::-webkit-scrollbar-track {
  background-color: transparent;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont .scroll_cont_inner::-webkit-scrollbar {
  width: 5px;
  background-color: transparent;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont .scroll_cont_inner::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #c4c4c4;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont .none_div, .pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont .btn_more {
  display: none;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont .scroll_grad {
  display: none;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  margin-left: -15px;
  background: url("../img/pc/pop/gradation1.png") 0 0 repeat-x;
  height: 88px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont.more .btn_more {
  display: inline-block;
  background: url("../img/pc/pop/ic_arrow06.png") 0 5px no-repeat;
  padding-left: 20px;
  text-decoration: underline;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont.more .scroll_grad {
  display: block;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont.more ul {
  padding-bottom: 88px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul {
  margin: 0 auto;
  padding-top: 20px;
  padding-bottom: 20px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li {
  margin: 13px 0 52px;
  background: #fff;
  padding: 0 20px;
  position: relative;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li .date {
  width: 97px;
  height: 28px;
  border-radius: 14px;
  position: absolute;
  top: -13px;
  left: 50%;
  margin-left: -44px;
  background: #777;
  color: #ccc;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd {
  border-bottom: 1px solid #d6d6d6;
  padding: 18px 10px;
  height: 91px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .item_img_div {
  width: 77px;
  margin-top: 7px;
  height: 77px;
  float: left;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .item_img_div span {
  width: 77px;
  height: 77px;
  display: block;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .item_img_div img {
  width: 77px;
  height: 77px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .item_img_div.item1 { /* gold */ }
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .item_img_div.item1 span {
  background-image: url("../img/pc/pop/icon_item1.png");
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .item_img_div.item2 { /* item */ }
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .item_img_div.item2 span {
  background-image: url("../img/pc/pop/icon_item2.png");
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .item_img_div.key { /* key */ }
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .item_img_div.key span {
  background-image: url("../img/pc/pop/icon_key.png");
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .desc_div {
  width: 100%;
  height: 91px;
  padding-left: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 200px;
  float: left;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .desc_div .desc_div_inner {
  display: table-cell;
  height: 91px;
  width: 100%;
  text-align: left;
  vertical-align: middle;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .desc_div .desc_div_inner p {
  color: #000;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .desc_div .desc_div_inner span {
  color: #888;
  display: block;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .timestamp_div {
  width: 130px;
  height: 91px;
  float: right;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd .timestamp_div p {
  color: #7f7f7f;
  display: table-cell;
  height: 91px;
  width: 130px;
  text-align: right;
  vertical-align: middle;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li dd:last-child {
  border: none;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .scroll_cont ul li:last-child {
  margin: 13px 0 0;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .none_div {
  height: 474px;
  padding-top: 33px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont1 .none_div .none_div_wrap {
  height: 474px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont2 .none_div {
  height: 474px;
  padding-top: 33px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .cont2 .none_div .none_div_wrap {
  height: 474px;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .stl {
  margin: 21px auto 29px;
  width: 490px;
  text-align: center;
  color: #666;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .stl .btn_go_event {
  display: block;
  width: 151px;
  height: 47px;
  border-radius: 3px;
  background: #333;
  margin: 22px auto 44px;
  color: #b2b2b2;
}
.pop_myinfo_wrap .pop_myinfo2 .tab_cont .stl .btn_go_event span {
  display: table-cell;
  vertical-align: middle;
  width: 151px;
  height: 47px;
  text-align: center;
}

.ab {
  position: absolute;
}

.test_markup .pop_prejoin .prejoin_cont {
  position: absolute;
  top: 56px;
  left: 299px;
  -webkit-transform: translateY(0px);
  -sand-transform: translateY(0px);
  -khtml-transform: translateY(0px);
  transform: translateY(0px);
}
.test_markup .pop_prejoin .prejoin_cont .prejoin_complete {
  display: none;
}
.u_line {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 23px;
  left: 0;
  background-color: #fff;
}

.popup_prejoin_el {
  position: fixed;
}

.pop_prejoin {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
}
.pop_prejoin u {
  text-decoration: none;
  position: relative;
  display: inline-block;
  top: -4px;
  margin-left: 4px;
  margin-right: -4px;
}
.pop_prejoin .dim_bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  -ms-opacity: 0.5;
  -o-opacity: 0.5;
  -sand-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
}
.pop_prejoin .prejoin_cont {
  width: 1334px;
  height: 785px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-453px);
  -sand-transform: translateY(-453px);
  -khtml-transform: translateY(-453px);
  transform: translateY(-453px);
}
.pop_prejoin .prejoin_cont .prejoin_cont_motion {
  width: 1334px;
  height: 785px;
  top: 0;
  position: absolute;
}
.pop_prejoin .prejoin_cont .close {
  position: absolute;
  top: 133px;
  left: 1131px;
  background-image: url("../img/pc/pop/prejoin/i3.png?_=201210");
  background-repeat: no-repeat;
  background-size: 50px auto;
  width: 50px;
  height: 50px;
}
.pop_prejoin .prejoin_cont .pr_bg {
  background-image: url("../img/pc/pop/prejoin/bg.png?_=201210");
  background-repeat: no-repeat;
  background-size: 1334px auto;
  width: 1334px;
  height: 785px;
  position: absolute;
  top: 50px;
}
.pop_prejoin .prejoin_cont .prejoin_before {
  width: 1334px;
  height: 785px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type0 .i2 {
  top: 219px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type0 .i5 {
  position: absolute;
  top: 366px;
  left: 463px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type0 .i6 {
  display: none;
}
.pop_prejoin .prejoin_cont .prejoin_before.type0 .i7 {
  position: absolute;
  top: 421px;
  left: 463px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type0 .i8 {
  top: 480px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type0 .i10 {
  top: 256px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type1 .i2 {
  top: 219px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type1 .i5 {
  position: absolute;
  top: 366px;
  left: 463px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type1 .i6 {
  display: block;
}
.pop_prejoin .prejoin_cont .prejoin_before.type1 .i7 {
  position: absolute;
  top: 478px;
  left: 463px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type1 .i8 {
  top: 535px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type1 .i10 {
  top: 256px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type1 .i11 {
  top: 668px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type1 .i12 {
  top: 596px;
}
.pop_prejoin .prejoin_cont .prejoin_before.type1 .line_0 {
  top: 629px;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .line_2 {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  position: absolute;
  top: 386px;
  left: 464px;
  background-image: url("../img/pc/pop/prejoin/line2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 375px auto;
  width: 375px;
  height: 1px;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .i2 {
  top: 238px;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .i4 {
  top: 334px;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .i5, .pop_prejoin .prejoin_cont .prejoin_before.non .i6 {
  display: none;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .i7 {
  top: 403px;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .i8 {
  top: 460px;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .i10 {
  top: 278px;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .i11 {
  top: 593px;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .i12 {
  top: 521px;
}
.pop_prejoin .prejoin_cont .prejoin_before.non .line_0 {
  top: 554px;
}
.pop_prejoin .prejoin_cont .prejoin_complete {
  width: 1334px;
  height: 785px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i0 {
  position: absolute;
  top: 205px;
  left: 447px;
  background-image: url("../img/pc/pop/prejoin/comp_bg_bi.png?_=201210");
  background-repeat: no-repeat;
  background-size: 428px auto;
  width: 428px;
  height: 160px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i1 {
  position: absolute;
  top: 428px;
  left: 491px;
  width: 348px;
  height: 120px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i1 .list_item {
  display: block;
  position: relative;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i1 .list_item.list_item_sub {
  margin-top: 13px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i1 .list_item.list_item_sub .tx_1 {
  position: relative;
  top: -4px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i1 .spot {
  position: absolute;
  left: -18px;
  top: 4px;
  background-image: url("../img/pc/pop/prejoin/spot.png?_=201210");
  background-repeat: no-repeat;
  background-size: 9px auto;
  width: 9px;
  height: 10px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i1 .tx_0 {
  letter-spacing: -0.8px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i1 .tx_1 {
  float: right;
  text-align: right;
  letter-spacing: -0.65px;
  position: relative;
  top: -4px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i2 {
  position: absolute;
  top: 574px;
  left: 279px;
  background-image: url("../img/pc/pop/prejoin/com_line.png?_=201210");
  background-repeat: no-repeat;
  background-size: 768px auto;
  width: 768px;
  height: 1px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i3 {
  position: absolute;
  top: 618px;
  left: 277px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i3 .store_app_a {
  left: 132px;
  position: absolute;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i3 .store_app_a .tx {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.pop_prejoin .prejoin_cont .prejoin_complete .i3 .store_app_a.nickname .tx {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  text-align: center;
  position: absolute;
  width: 100%;
  top: 21px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i3 .store_app_a.nickname .bg {
  background-image: url("../img/pc/pop/prejoin/comb_bg_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 240px auto;
  width: 240px;
  height: 61px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i3 .store_app_a.apple {
  position: absolute;
  top: 0px;
  left: 263px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i3 .store_app_a.apple .bg {
  background-image: url("../img/pc/pop/prejoin/comb_bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 240px auto;
  width: 240px;
  height: 56px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i3 .store_app_a.google {
  position: absolute;
  top: 0px;
  left: 395px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i3 .store_app_a.google .bg {
  background-image: url("../img/pc/pop/prejoin/comb_bg_3.png?_=201210");
  background-repeat: no-repeat;
  background-size: 240px auto;
  width: 240px;
  height: 61px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 {
  position: absolute;
  top: 203px;
  left: 975px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 .sns .sns_btn {
  margin-right: 6px;
  display: inline-block;
  position: relative;
  width: 38px;
  height: 38px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 .sns .sns_btn .on {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.2s linear;
  -sand-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 .sns .sns_btn:hover .on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 .sns .sns_btn.facebook .off {
  background-image: url("../img/pc/pop/prejoin/sns_f_normal.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 .sns .sns_btn.facebook .on {
  background-image: url("../img/pc/pop/prejoin/sns_f_h.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 .sns .sns_btn.twitter .off {
  background-image: url("../img/pc/pop/prejoin/sns_t_normal.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 .sns .sns_btn.twitter .on {
  background-image: url("../img/pc/pop/prejoin/sns_t_h.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 .sns .sns_btn.link .off {
  background-image: url("../img/pc/pop/prejoin/sns_l_normal.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}
.pop_prejoin .prejoin_cont .prejoin_complete .i4 .sns .sns_btn.link .on {
  background-image: url("../img/pc/pop/prejoin/sns_l_h.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}
.pop_prejoin .prejoin_cont .notice_i {
  display: inline-block;
  top: 4px;
  position: relative;
  margin-right: 5px;
  cursor: pointer;
}
.pop_prejoin .prejoin_cont .notice_i:hover .icon_box .on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.pop_prejoin .prejoin_cont .notice_i:hover .icon_box .off {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.pop_prejoin .prejoin_cont .notice_i .icon_box {
  display: inline-block;
  width: 19px;
  height: 19px;
}
.pop_prejoin .prejoin_cont .notice_i .icon_box .on {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  position: absolute;
  background-image: url("../img/pc/pop/prejoin/i_on.png?_=201210");
  background-repeat: no-repeat;
  background-size: 19px auto;
  width: 19px;
  height: 19px;
}
.pop_prejoin .prejoin_cont .notice_i .icon_box .off {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  position: absolute;
  background-image: url("../img/pc/pop/prejoin/i_off.png?_=201210");
  background-repeat: no-repeat;
  background-size: 19px auto;
  width: 19px;
  height: 19px;
}
.pop_prejoin .prejoin_cont .notice_i .tooltip {
  touch-action: none;
  -ms-touch-action: none;
  position: absolute;
  width: 336px;
  height: 101px;
  top: 0;
}
.pop_prejoin .prejoin_cont .notice_i .tooltip .bg {
  background-image: url("../img/pc/pop/prejoin/tooltip_bg.png?_=201210");
  background-repeat: no-repeat;
  background-size: 336px auto;
  width: 336px;
  height: 111px;
}
.pop_prejoin .prejoin_cont .notice_i .tooltip .notice_tx {
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 33px;
}
.pop_prejoin .prejoin_cont .prejoin_before .line_0 {
  position: absolute;
  top: 574px;
  left: 464px;
  background-image: url("../img/pc/pop/prejoin/line1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 727px auto;
  width: 727px;
  height: 1px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i_reward {
  position: absolute;
  top: 184px;
  left: 865px;
  background-image: url("../img/pc/pop/prejoin/i_reward.png?_=201210");
  background-repeat: no-repeat;
  background-size: 324px auto;
  width: 324px;
  height: 391px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i_reward_tx {
  position: absolute;
  top: 201px;
  left: 871px;
  background-image: url("../img/pc/pop/prejoin/i_reward_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 37px auto;
  width: 37px;
  height: 100px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i0 {
  position: absolute;
  top: 213px;
  left: 224px;
  background-image: url("../img/pc/pop/prejoin/i0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 161px auto;
  width: 161px;
  height: 135px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i1 {
  position: absolute;
  top: 367px;
  left: 223px;
  letter-spacing: -0.61px;
  -webkit-opacity: 0.83;
  -moz-opacity: 0.83;
  -ms-opacity: 0.83;
  -o-opacity: 0.83;
  -sand-opacity: 0.83;
  -khtml-opacity: 0.83;
  opacity: 0.83;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=83)";
  filter: alpha(opacity=83);
  color: #413328;
}
.pop_prejoin .prejoin_cont .prejoin_before .i2 {
  position: absolute;
  top: 219px;
  left: 463px;
  letter-spacing: -0.53px;
  line-height: 28px;
  color: #413328;
}
.pop_prejoin .prejoin_cont .prejoin_before .i2 u {
  color: #413328;
  text-decoration: none;
  position: relative;
}
.pop_prejoin .prejoin_cont .prejoin_before .i2 .u_line {
  position: absolute;
  height: 1px;
  width: 100%;
  top: 23px;
  left: 0;
  background-color: #413328;
}
.pop_prejoin .prejoin_cont .prejoin_before .i2 .notice_i .tooltip {
  width: 336px;
  height: 111px;
  position: absolute;
  top: 25px;
  left: -46px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i2 .notice_i .tooltip .bg {
  background-image: url("../img/pc/pop/prejoin/tooltip_bg_0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 336px auto;
  width: 336px;
  height: 135px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i2 .notice_i .tooltip .notice_tx {
  color: #fff;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 25px;
  line-height: 25px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i2 .notice_i .tooltip .notice_tx b {
  color: #fff6ae;
  font-weight: normal;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 {
  color: #000;
  position: absolute;
  top: 314px;
  left: 463px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 .store_sel {
  display: inline-block;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 .store_sel .radio {
  width: 27px;
  height: 24px;
  display: inline-block;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 .store_sel.store_app {
  width: 141px;
  height: 24px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 .store_sel.store_app .tx {
  position: absolute;
  top: -1px;
  left: 34px;
  background-image: url("../img/pc/pop/prejoin/radio_app.png?_=201210");
  background-repeat: no-repeat;
  background-size: 105px auto;
  width: 105px;
  height: 24px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 .store_sel.store_google {
  width: 141px;
  height: 24px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 .store_sel.store_google .tx {
  position: absolute;
  top: 1px;
  left: 195px;
  background-image: url("../img/pc/pop/prejoin/radio_google.png?_=201210");
  background-repeat: no-repeat;
  background-size: 113px auto;
  width: 113px;
  height: 21px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 .store_google {
  margin-left: 15px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 .radio .on {
  position: absolute;
  background-image: url("../img/pc/pop/prejoin/app_check_front.png?_=201210");
  background-repeat: no-repeat;
  background-size: 27px auto;
  width: 27px;
  height: 25px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i4 .radio .off {
  position: absolute;
  background-image: url("../img/pc/pop/prejoin/app_check_bg.png?_=201210");
  background-repeat: no-repeat;
  background-size: 27px auto;
  width: 27px;
  height: 25px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i5 {
  position: absolute;
  top: 366px;
  left: 463px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i5 .placeholder {
  top: 2px;
  left: 126px;
  letter-spacing: -0.25px;
  width: 300px;
  color: #000;
}
.pop_prejoin .prejoin_cont .prejoin_before .i5 input {
  outline: none;
  border-style: none;
  background: transparent;
}
.pop_prejoin .prejoin_cont .prejoin_before .i5 .phone_header {
  color: #000;
  width: 70px;
  position: absolute;
  left: 35px;
  top: -6px;
  text-align: left;
}
.pop_prejoin .prejoin_cont .prejoin_before .i5 .phone_tail {
  color: #000;
  width: 271px;
  top: -6px;
  position: absolute;
  left: 124px;
  text-align: left;
  background-image: url("../img/pc/common/zero.png?_=201210");
  background-repeat: no-repeat;
  background-size: 271px 32px;
  width: 271px;
  height: 32px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i5 .tel_bg {
  position: absolute;
  background-image: url("../img/pc/pop/prejoin/i4.png?_=201210");
  background-repeat: no-repeat;
  background-size: 375px auto;
  width: 375px;
  height: 42px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i5 .btn {
  position: absolute;
  top: -4px;
  left: 385px;
  width: 90px;
  height: 36px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i5 .btn .bg {
  position: absolute;
  top: 0;
  background-image: url("../img/pc/download_pop/box.png?_=201210");
  background-repeat: no-repeat;
  background-size: 90px auto;
  width: 90px;
  height: 36px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i5 .btn .tx {
  text-align: center;
  position: relative;
  top: 11px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 {
  position: absolute;
  top: 418px;
  left: 463px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .placeholder {
  position: absolute;
  top: 9px;
  left: 1px;
  letter-spacing: -1.15px;
  width: 300px;
  color: #000;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .placeholder .tx {
  -webkit-opacity: 0.6;
  -moz-opacity: 0.6;
  -ms-opacity: 0.6;
  -o-opacity: 0.6;
  -sand-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .phone_auth {
  color: #000;
  width: 395px;
  text-align: center;
  top: -1px;
  position: relative;
  background-image: url("../img/pc/common/zero.png?_=201210");
  background-repeat: no-repeat;
  background-size: 395px 31px;
  width: 395px;
  height: 31px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 input {
  outline: none;
  border-style: none;
  background: transparent;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .tel_bg {
  position: absolute;
  background-image: url("../img/pc/pop/prejoin/auth_line.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 375px auto;
  width: 375px;
  height: 2px;
  top: 43px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .btn {
  width: 76px;
  height: 28px;
  position: absolute;
  top: 2px;
  left: 305px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .btn .tx {
  position: relative;
  top: 7px;
  width: 100%;
  text-align: center;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .btn .on {
  position: absolute;
  background-image: url("../img/pc/pop/prejoin/b2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 70px auto;
  width: 70px;
  height: 30px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .btn .on .tx {
  color: #fff;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .btn .off {
  position: absolute;
  background-image: url("../img/pc/pop/prejoin/b3.png?_=201210");
  background-repeat: no-repeat;
  background-size: 70px auto;
  width: 70px;
  height: 30px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i6 .btn .off .tx {
  color: #000;
}
.pop_prejoin .prejoin_cont .prejoin_before .i7 {
  position: absolute;
  top: 423px;
  left: 463px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i7 .agree .btn_check {
  display: inline-block;
}
.pop_prejoin .prejoin_cont .prejoin_before .i7 .agree .btn_check .check {
  display: inline-block;
  width: 22px;
  height: 22px;
  top: 7px;
  position: relative;
}
.pop_prejoin .prejoin_cont .prejoin_before .i7 .agree .btn_check .check .check_bg {
  position: absolute;
  top: 0;
  background-image: url("../img/pc/pop/prejoin/check_bg.png?_=201210");
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i7 .agree .btn_check .check .check_icon {
  position: absolute;
  top: 0;
  background-image: url("../img/pc/pop/prejoin/check_front.png?_=201210");
  background-repeat: no-repeat;
  background-size: 22px auto;
  width: 22px;
  height: 22px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i7 .agree .btn_check .tx {
  color: #413328;
  display: inline-block;
  margin-left: 9px;
  letter-spacing: -0.72px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i7 .agree .info_btn_open {
  position: relative;
  top: -9px;
  width: 110px;
  height: 24px;
  display: inline-block;
}
.pop_prejoin .prejoin_cont .prejoin_before .i7 .agree .info_btn_open .bg {
  position: absolute;
  top: 0;
  width: 60px;
  height: 24px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i7 .agree .info_btn_open .tx {
  letter-spacing: -1.02px;
  color: #413328;
  text-align: center;
  position: relative;
  top: 8px;
  margin-left: 30px;
  border-bottom: 1px solid rgba(65, 51, 40, 0.6);
  width: 54px;
  line-height: 13px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i8 {
  position: absolute;
  top: 480px;
  left: 463px;
  letter-spacing: -0.53px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i8 .btn .bg {
  background-image: url("../img/pc/pop/prejoin/i5.png?_=201210");
  background-repeat: no-repeat;
  background-size: 270px auto;
  width: 270px;
  height: 64px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i8 .btn .tx {
  position: absolute;
  position: absolute;
  top: 22px;
  left: 31px;
  color: #fff;
}
.pop_prejoin .prejoin_cont .prejoin_before .i8 .btn .arrow {
  background-image: url("../img/pc/pop/prejoin/arrow.png?_=201210");
  background-repeat: no-repeat;
  background-size: 8px auto;
  width: 8px;
  height: 12px;
  position: absolute;
  position: absolute;
  top: 26px;
  left: 222px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 {
  width: 101px;
  height: 28px;
  position: absolute;
  top: 412px;
  left: 223px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 .a0:hover .bg_on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 .a0:hover .tx_title {
  color: #fff;
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 .bg_off {
  position: absolute;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
  background-image: url("../img/pc/pop/prejoin/i2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 30px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 .bg_on {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transition: opacity linear 0.2s;
  -sand-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
  background-image: url("../img/pc/pop/prejoin/i2_on.png?_=201210");
  background-repeat: no-repeat;
  background-size: 100px auto;
  width: 100px;
  height: 30px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 .tx_title {
  -webkit-transition: color linear 0.2s;
  -sand-transition: color linear 0.2s;
  transition: color linear 0.2s;
  color: #413328;
  width: 100%;
  text-align: center;
  position: relative;
  top: 8px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 .tooltip {
  width: 672px;
  height: 194px;
  position: absolute;
  top: 37px;
  left: -76px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 .tooltip .tooltip_bg {
  position: absolute;
  background-image: url("../img/pc/pop/prejoin/tooltip_bg_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 443px auto;
  width: 443px;
  height: 208px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 .tooltip .tool_tx_title {
  margin-top: 32px;
  margin-left: 43px;
  color: #ffffff;
  position: relative;
}
.pop_prejoin .prejoin_cont .prejoin_before .i9 .tooltip .tool_tx_cont {
  margin-top: 14px;
  margin-left: 40px;
  letter-spacing: -0.63px;
  line-height: 21px;
  color: #ffffff;
  position: relative;
}
.pop_prejoin .prejoin_cont .prejoin_before .i10 {
  position: absolute;
  top: 266px;
  left: 650px;
  color: #cc632c;
  letter-spacing: -0.55px;
  border-bottom: 2px solid #cc632c;
}
.pop_prejoin .prejoin_cont .prejoin_before .i11 {
  position: absolute;
  top: 613px;
  left: 754px;
  letter-spacing: -0.72px;
  line-height: 26px;
  color: #413328;
}
.pop_prejoin .prejoin_cont .prejoin_before .i11 .tt_cont {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.pop_prejoin .prejoin_cont .prejoin_before .i11 .reward_gold {
  position: absolute;
  top: -5px;
  left: 197px;
  background-image: url("../img/pc/pop/prejoin/item0.png?_=201210");
  background-repeat: no-repeat;
  background-size: 130px auto;
  width: 130px;
  height: 66px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i11 u {
  color: #413328;
}
.pop_prejoin .prejoin_cont .prejoin_before .i11 .u_line {
  background-color: #413328;
  top: 23px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i11 .notice_i .tooltip {
  position: absolute;
  top: -101px;
  left: -75px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i11 .notice_i .tooltip .bg {
  background-image: url("../img/pc/pop/prejoin/tooltip_bg.png?_=201210");
  background-repeat: no-repeat;
  background-size: 336px auto;
  width: 336px;
  height: 111px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i11 .notice_i .tooltip .notice_tx {
  top: 32px;
  left: 2px;
  letter-spacing: -0.45px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i12 {
  position: absolute;
  top: 541px;
  left: 464px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i12 .store_app_a .tx {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.pop_prejoin .prejoin_cont .prejoin_before .i12 .store_app_a.apple .bg {
  background-image: url("../img/pc/pop/prejoin/i7.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 245px auto;
  width: 245px;
  height: 56px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i12 .store_app_a.google {
  position: absolute;
  top: 64px;
  left: 0px;
}
.pop_prejoin .prejoin_cont .prejoin_before .i12 .store_app_a.google .bg {
  background-image: url("../img/pc/pop/prejoin/i8.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 270px auto;
  width: 270px;
  height: 65px;
}

.bbs_nolink {
  cursor: default !important;
}

.bbs_wrap {
  word-break: break-word;
  word-wrap: break-word;
  width: 1260px;
  margin: 0 auto;
}

.bbs_wrap b {
  color: #f07f19;
}

.bbs_wrap a:hover {
  text-decoration: none;
}

.bbs_wrap ul:after, .bbs_wrap dl:after {
  clear: both;
  display: block;
  font-size: 0;
  content: ".";
}

.bbs_devide {
  position: relative;
  width: 100%;
  display: table;
}

.bbs_devide .bbs_lt, .bbs_devide .bbs_ct, .bbs_devide .bbs_rt {
  display: table-cell;
  vertical-align: top;
  border: 0px solid #F00;
  width: auto;
}

.bbs_devide .bbs_lt {
  *float: left;
}

.bbs_devide .bbs_ct {
  text-align: center;
  *float: left;
}

.bbs_devide .bbs_rt {
  text-align: right;
  *float: right;
}

.bbs_fc {
  color: #888888;
}

.bbs_bar + .bbs_fc {
  color: #000;
}

p.bbs_no_data {
  padding: 50px 0;
  text-align: center;
  height: auto !important;
  border-bottom: 1px solid #999;
}

/*  */
textarea:focus, input:focus, select:focus {
  border-color: #000;
}

.bbs_ipt, .bbs_select, .bbs_textarea {
  vertical-align: middle;
  outline: none;
  border-radius: 0;
  border: 1px solid #494545;
  background: #fff;
  color: #000;
  padding-left: 10px;
}

.bbs_select {
  height: 40px;
  min-width: 140px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../img/bbs/select_arrow.png) no-repeat 90% 50%;
  font-size: 15px;
}

.bbs_select option {
  background: transparent;
}

.bbs_select::-ms-expand {
  display: none;
}

.bbs_ipt {
  height: 38px;
  min-width: 140px;
}

.bbs_textarea {
  width: 100%;
  height: 98px;
  background: #eeeeee;
  border: 1px solid #8D8D8D;
  color: #000;
  font-family: inherit;
  padding: 0;
  overflow: auto;
  line-height: 1.4em;
  padding-left: 10px;
}

.bbs_btn {
  width: 50px;
  height: 40px;
  border: none;
  border-radius: 2px;
  border-right: 3px solid #fff;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  font-family: NanumSquareB !important;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  min-width: 38px;
  margin-left: -2px;
  vertical-align: middle;
  background-color: #686868;
}

.bbs_btn_s {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #000;
  height: 33px;
  line-height: 37.5px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  min-width: 48px;
  vertical-align: middle;
  font-size: 14px;
  margin-left: -2px;
  width: auto;
  background-color: transparent;
}

.bbs_btn_more {
  width: 84%;
}

.bbs_wrap .bbs_btn_like {
  color: #000;
  border: 1px solid #CCCCCC;
  position: relative;
  width: 78px;
  height: 34px;
  margin-left: 5px;
  border-radius: 2px;
  font-size: 14px;
  background: none;
  color: #000;
  border: 1px solid #e3e3e7;
  border-radius: 3px;
  line-height: 36px;
  text-indent: -3px;
  letter-spacing: -0.5px;
}

.bbs_wrap .bbs_btn_like span {
  margin-left: -7px;
  margin-top: -3px;
}

/* bbs icon */
.bbs_ic {
  position: relative;
  width: 26px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/bbs/sp_bbs_b.png) 0 30px no-repeat;
  text-indent: -999em;
}

.bbs_ic_admin {
  position: relative;
  width: 140px;
  height: 36px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/bbs/bbs_admin.png) 0 0 no-repeat;
  background-size: 140px auto;
}

.bbs_ic_user_thum {
  width: 30px;
  height: 30px;
}

.bbs_ic_facebook {
  background-position: 0 0;
}

.bbs_ic_twitter {
  background-position: -30px 0;
}

.bbs_ic_pre2 {
  background-position: 0 -30px;
}

.bbs_ic_pre {
  background-position: -30px -30px;
}

.bbs_ic_next {
  background-position: -60px -30px;
}

.bbs_ic_next2 {
  background-position: -90px -30px;
}

.bbs_ic_search {
  background-position: -215px -30px;
}

.bbs_ic_search_reset {
  background-position: -180px -30px;
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

.bbs_ic_arrow {
  background-position: -150px -30px;
}

.bbs_ic_like {
  background-position: -3px -60px;
}

.bbs_ic_reply {
  background-position: -30px -60px;
}

.bbs_ic_view {
  background-position: -60px -60px;
  margin-right: 10px;
}

.bbs_ic_new {
  background-position: -93px -62px;
}

.bbs_ic_img {
  background-position: -120px -60px;
}

.bbs_ic_mov {
  background-position: -150px -60px;
}

.bbs_ic_re {
  background-position: -180px -60px;
}

.bbs_ic_like2 {
  background-position: -210px -60px;
}

.bbs_ic_like2.on,
.bbs_ic_like3 {
  background-position: -240px -60px;
}

.bbs_ic_survey {
  background-position: -269px -60px;
}

.bbs_tab {
  position: relative;
  margin-bottom: 40px;
}

.bbs_tab li {
  float: left;
  margin-right: 4px;
  background: transparent;
}

.bbs_tab li a {
  width: 166px;
}

.bbs_tab li:last-child {
  margin-right: 0px;
}

.bbs_tab li a {
  border: 1px solid #FFF;
  background: transparent;
  color: #FFF;
  height: 38px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
}

.bbs_tab li a:hover {
  background: #FFF;
  color: #000;
}

.bbs_tab li.on a {
  background: #FFF;
  color: #000;
}

.bbs_tab_sub {
  position: relative;
  margin-bottom: 40px;
}

.bbs_tab_sub ul {
  text-align: center;
}

.bbs_tab_sub li {
  display: inline-block;
  margin-bottom: -1px;
  margin: 0 5px;
}

.bbs_tab_sub li a {
  width: 198px;
  height: 46px;
  line-height: 46px;
  display: block;
  color: #666;
  text-align: center;
  border: 1px solid #aaaaaa;
}

.bbs_tab_sub li a:hover {
  color: #FFF;
  background-color: #000;
}

.bbs_tab_sub li.on a {
  background-color: #000;
  color: #FFF;
}

.bbs_paging {
  position: relative;
  text-align: center;
  margin-top: 78px;
  margin-bottom: 57px;
}

.bbs_paging a {
  width: 36px;
  height: 42px;
  display: inline-block;
  line-height: 40px;
  vertical-align: middle;
  color: #999999;
  background: -85px 0px url(../img/bbs/paging_arrow.png) no-repeat;
  position: relative;
}

.bbs_paging .bbs_paging_num a:hover:after {
  width: 11px;
  height: 1px;
  position: absolute;
  bottom: 13px;
  content: "";
  display: block;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #999999;
}

.bbs_paging .bbs_btn_pre {
  background-position: -43px 0px;
}

.bbs_paging .bbs_btn_pre2 {
  background-position: 0px 0px;
  margin-right: 5px;
}

.bbs_paging .bbs_btn_next {
  background-position: 0px -32px;
}

.bbs_paging .bbs_btn_next2 {
  background-position: -43px -32px;
  margin-left: 5px;
}

.bbs_paging .bbs_ic {
  display: none;
}

.bbs_paging_num a.on, .bbs_paging_num a.hover {
  background-position: -85px -42px;
  color: #000;
}

.bbs_paging_pre, .bbs_paging_num, .bbs_paging_next {
  display: inline-block;
  margin: 0 12px;
}

.bbs_paging_pre a, .bbs_paging_next a {
  text-indent: -9999px;
  width: 32px;
  height: 32px;
}

.bbs_btn_wrap {
  height: 40px;
  text-align: center;
  font-size: 11px;
  line-height: 42px;
  margin: 20px auto 20px auto;
}

.bbs_writer_thumb {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  float: left;
}

.bbs_admin_thumb {
  width: 117px;
  height: 28px;
  vertical-align: middle;
}

/* list */
.bbs_list_gm {
  margin-bottom: 60px;
  border-top: 1px solid #999;
}

.bbs_list_gm li {
  position: relative;
  height: 300px;
  border-bottom: 1px solid #37393A;
}

.bbs_list_gm dt {
  position: absolute;
  right: 0;
  top: 46px;
  z-index: 2;
}

.bbs_list_gm dt a img {
  width: 360px;
  height: 200px;
}

.bbs_list_gm dl {
  padding-top: 56px;
}

.bbs_list_gm .bbs_date {
  margin-top: 0px;
  height: 31px;
}

.bbs_list_gm .bbs_tl {
  font-size: 36px;
}

.bbs_list_gm .bbs_tl a:hover {
  color: #F17F1A;
}

.bbs_list_gm .bbs_stl {
  height: 70px;
  font-size: 22px;
  color: #FFF;
}

.bbs_list_gm .bbs_info p {
  float: left;
  width: 117px;
}

.bbs_list_image {
  margin-bottom: 60px;
}

.bbs_list_image li {
  position: relative;
  float: left;
  width: 390px;
  height: 325px;
  margin-bottom: 20px;
  background: #fff;
  margin-right: 15px;
}

.bbs_list_image li:nth-child(3n) {
  margin-right: 0px;
}

.bbs_list_image li:hover {
  background: #000;
}

.bbs_list_image li dd a {
  color: #000;
}

.bbs_list_image li:hover dd a {
  color: #fff;
}

.bbs_list_image dl {
  padding: 5px;
}

.bbs_list_image dt a {
  position: relative;
}

.bbs_list_image dt a img {
  width: 380px;
  height: 215px;
}

.skin_movie .bbs_list_image dt a:after {
  content: "";
  background: -60px 0 url(../img/bbs/media_hover_bt.png);
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
}

.bbs_list_image li:hover dd a img {
  color: #fff;
}

.skin_movie .bbs_list_image li:hover dt a:after {
  background-position: 0 0;
  z-index: 11;
}

.skin_movie .bbs_list_image li:hover dt a:before {
  content: "";
  background: 0 0 url(../img/@temp_pattern_test.png);
  background-size: cover;
  width: 380px;
  height: 216px;
  z-index: 10;
  display: block;
  position: absolute;
}

.bbs_list_image .bbs_tl {
  padding-left: 15px;
  font-size: 16px;
  padding-top: 20px;
  height: 40px;
}

.bbs_list_image .bbs_date {
  padding-left: 15px;
  margin-top: 19px;
  font-size: 12px;
  color: #aaaaaa;
}

.bbs_list_image .bbs_date strong {
  display: none;
}

.bbs_list_image .bbs_info {
  display: none;
}

.bbs_list_image .bbs_info p {
  float: left;
  width: 105px;
}

.bbs_list_event ul {
  margin-left: -40px;
  width: 1280px;
}

.bbs_list_event li {
  position: relative;
  float: left;
  margin: 0 0 40px 40px;
}

.bbs_list_event dt a img {
  width: 580px;
  height: 220px;
  display: block;
}

.bbs_list_event .bbs_stl {
  position: absolute;
  left: 20px;
  top: 170px;
  font-size: 26px;
  color: #FFF;
}

.bbs_list_event .bbs_date {
  position: relative;
  height: 70px;
  background: #000;
}

.bbs_list_event .bbs_date p {
  line-height: 16px;
  padding: 0 20px 0px 10px;
  margin-top: 25px;
  display: inline-block;
  color: #FFF;
}

.bbs_list_event dt {
  width: 580px;
  height: 220px;
  overflow: hidden;
}

.bbs_list_event dt .grad {
  position: absolute;
  top: 0px;
  width: 580px;
  height: 220px;
  background: 0 0 url(../img/bbs/event_img_grad.png) repeat-x;
  background-size: 580px 220px;
}

.bbs_list_event .bbs_date p strong {
  color: #333;
}

.bbs_list_event .bbs_date p span {
  letter-spacing: -1px;
}

.bbs_list_event .bbs_date1 {
  border-right: 2px solid #333;
}

.bbs_list_event .bbs_btn_winner {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 90px;
  margin-right: 20px;
  font-size: 16px;
}

#bbsListWrap {
  width: 1260px;
}

.bbs_tb_list {
  border-top: 2px solid #666666;
  color: #000;
}

.bbs_tb_list table {
  width: 100%;
}

.bbs_tb_list thead tr {
  height: 55px;
  border-bottom: 2px solid #eaecef;
}

.bbs_tb_list tbody tr {
  height: 71px;
  text-align: center;
  border-bottom: 1px solid #eaecef;
}

.bbs_tb_list tbody tr:first-child {
  height: 75px;
}

.bbs_tb_list tbody .bbs_tr_notice {
  background: #F3F3F3;
}

.bbs_tb_list .bbs_num {
  color: #dd0800;
}

.bbs_tb_list th {
  text-align: center !important;
  font-size: 14px;
  color: #666666;
  line-height: 14px;
}

.bbs_tb_list th.td_title {
  text-indent: -260px;
}

.bbs_tb_list th.td_date {
  color: #666666;
}

.bbs_tb_list td {
  text-align: center;
}

.bbs_tb_list.bbs_tb_mail .td_name {
  width: 170px;
}

.bbs_tb_list.bbs_tb_mail .td_date {
  width: 130px;
}

.bbs_tb_list .bbs_table .td_num {
  width: 120px;
}

.bbs_tb_list .td_thum {
  padding-left: 30px;
  width: 30px;
  vertical-align: middle;
}

.bbs_tb_list .td_thum img {
  height: 30px;
}

.bbs_tb_list .td_name {
  width: 200px;
  color: #666666;
  text-indent: 20px;
}

.bbs_tb_list .td_title {
  text-align: left;
  color: rgba(85, 85, 85, 0.9);
  padding-left: 30px;
}

.bbs_tb_list tbody tr:hover .td_title .bbsLView {
  color: #b29b6c;
  text-decoration: underline;
}

.bbs_tb_list.bbs_tb_mail .td_title {
  text-align: left;
  padding-left: 30px;
}

.bbs_article_like a.bbsLView {
  color: #f17f1A;
}

.bbs_tb_list .bbs_article_read a.bbsLView {
  color: #CCCCCC;
}

.bbs_tb_list .td_date {
  width: 180px;
  font-size: 14px;
  color: #b0b0b0;
  text-indent: -6px;
}

.bbs_tb_list .td_like {
  width: 70px;
  font-size: 14px;
  color: #666666;
}

.bbs_tb_list .td_view {
  width: 120px;
  font-size: 14px;
  color: #666666;
}

.bbs_list_bx1 {
  position: relative;
  height: 66px;
}

.bbs_list_bx1 .bbs_btn_write {
  height: 38px;
  line-height: 36px;
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  min-width: 83px;
  vertical-align: middle;
  font-size: 16px;
  background-color: #901b17;
  border-radius: 4px;
  margin-left: 0px;
  border: none;
}

.bbs_list_bx1 .bbs_btn_write:hover {
  background-color: #851411;
}

.bbs_list_bx1 .bbs_btn_write:before {
  position: relative;
  display: block;
  float: left;
  content: "";
  background: -210px -54px url("../img/bbs/sp_bbs_addtion.png") no-repeat;
  width: 22px;
  height: 50px;
}

.bbs_list_bx1 .bbs_btn_write:hover {
  color: #fff;
}

.bbs_list_bx1 .bbs_info {
  padding-top: 10px;
  color: #888888;
  word-break: keep-all;
}

.bbs_list_bx1 .bbs_bar {
  padding: 0 10px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.1);
}

.bbs_list_bx2 {
  position: relative;
  margin-top: 60px;
}

.bbs_sch_bx {
  position: relative;
  display: inline-block;
  border: 1px solid #efefef;
}

.bbs_select {
  border: 1px solid #efefef;
  color: #888888;
}

.bbs_sch_bx .bbs_sch {
  display: inline-block;
}

.bbs_sch_bx .bbs_ipt {
  width: 170px;
  padding-right: 40px;
  background: #fff;
  border: none;
  font-size: 15px;
  letter-spacing: 1.5px;
  color: #888888;
  text-indent: 4px;
}

.bbs_sch_bx .bbs_ipt.value + .clear_ic {
  position: absolute;
  display: block;
  background: -264px -54px url(../img/bbs/sp_bbs_addtion.png) no-repeat;
  width: 22px;
  height: 50px;
  top: 0px;
  left: 162px;
}

.bbs_sch_bx .bbs_ic {
  position: absolute;
  right: 3px;
  top: 6px;
}

.bbs_sort {
  display: inline-block;
}

/* view */
.bbs_view_title {
  padding-bottom: 17px;
  font-size: 34px;
  color: #000;
  line-height: 34px;
}

.bbs_view_bx1 {
  height: 40px;
  border-bottom: 1px solid #dcdcdc;
  color: #000;
}

.bbs_view_bx1 .bbs_name {
  color: #901b17;
  font-family: NanumSquareB;
}

.bbs_view_bx1 .bbs_day {
  margin: 0px 2px;
  color: #b2b2b2;
}

.bbs_view_bx1 .bbs_num {
  color: #5c5c5c;
}

.bbs_view_bx1 .bbs_ic_view {
  background-position: -63px -62px;
}

.bbs_view_copy {
  text-align: right;
  padding-top: 10px;
  color: #fff;
}

.bbs_view_copy span {
  color: #bcbcbc;
  font-size: 14px;
  margin-right: 10px;
  letter-spacing: -0.4px;
}

.bbsGoWrap .bbs_btn_list {
  float: left;
  text-indent: 10px;
  margin-left: 0;
  position: relative;
  border: 1px solid #e3e3e7;
  border-radius: 3px;
}

.bbsGoWrap .bbs_btn_list:after {
  position: absolute;
  display: block;
  background: -363px -204px url(../img/bbs/sp_bbs_addtion.png) no-repeat;
  width: 22px;
  height: 50px;
  top: 0px;
  left: 0px;
  content: "";
}

.bbsGoWrap .bbs_owner_wrap {
  float: right;
  text-align: center;
  min-width: 84px;
  padding-top: 8px;
  font-size: 14px;
  letter-spacing: 1.7px;
  color: #939393;
}

.bbsGoWrap.bbs_rt .bbs_owner_wrap {
  padding-top: 18px;
}

.bbsGoWrap:after {
  clear: both;
  display: block;
  font-size: 0;
  content: ".";
}

.bbsGoWrap .bbs_owner_wrap a {
  display: inline-block;
}

.bbsGoWrap .bbs_owner_wrap .bbs_bar {
  width: 1px;
  height: 10px;
  top: 50%;
  display: inline-block;
  background-color: #b4b4b4;
}

.bbs_view_content {
  padding: 25px 0;
  padding-bottom: 87px;
  font-size: 14pt;
  overflow: auto;
}

.bbs_view_bx2 {
  height: 56px;
  border-bottom: 1px solid #dcdcdc;
}

.bbs_view_bx3 {
  height: 62px;
  margin-top: 10px;
}

.bbs_view_bx3 .bbs_lt {
  padding-top: 5px;
}

.bbs_view_bx3 .bbs_lt span {
  letter-spacing: -0.4px;
}

.bbs_view_bx3 .bbs_lt .bbs_num {
  margin-right: 20px;
  margin-left: 5px;
}

.bbs_view_bx4 {
  text-align: center;
  margin-bottom: 77px;
}

.bbs_view_bx4 .bbs_btn_sns {
  display: inline-block;
  height: 63px;
  width: 63px;
  position: relative;
  border: 1px solid #babdc2;
  border-radius: 65px;
}

.bbs_view_bx4 .bbs_btn_sns:after {
  content: "";
  background: 0 0 url("../img/bbs/sp_bbs_addtion.png") no-repeat;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#bbsViewSnscopy:after {
  background-position: -100px 0;
}

#bbsViewSnsTwitter {
  margin: 0px 22px;
}

#bbsViewSnsFacebook:after {
  background-position: 0px 0;
}

#bbsViewSnsTwitter:after {
  background-position: -50px 0;
}

/* write */
.bbs_write_wrap {
  margin-top: -22px;
}

.bbs_write_wrap table {
  width: 100%;
}

.bbs_write_cont {
  margin-top: 4px;
  padding-top: 25px;
  border-top: 1px solid #dcdcdc;
}

.bbs_write_wrap #fldTitle {
  border: 1px solid #dcdcdc;
  width: calc(100% - 2px);
  font-size: 14px;
  letter-spacing: -0.6px;
  padding: 0;
  text-indent: 10px;
}

.bbs_write_wrap #fldTitleByteLength {
  color: #888888;
  position: absolute;
  right: 18px;
  top: 23px;
  font-size: 14px;
  letter-spacing: 1.1px;
}

.bbs_write_wrap .sub_text {
  position: absolute;
  right: -1px;
  top: 61px;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.6px;
  color: #bcbcbc;
}

.bbs_write_wrap .tb_name td {
  color: #901b17;
  font-family: NanumSquareB;
}

.bbs_write_cont .bbs_textarea {
  width: 100%;
  height: 450px;
}

.bbs_write_wrap .bbs_btn_wrap {
  margin-top: 33px;
  text-align: center;
}

.bbs_write_wrap .bbs_tb_write th {
  width: 79px;
  height: 60px;
  text-align: left;
  color: #555555;
  font-size: 15px;
  font-weight: normal;
}

.bbs_write_wrap .bbs_tb_write tr {
  margin-bottom: 10px;
}

.bbs_write_wrap .bbs_tb_write tr td {
  position: relative;
}

.bbs_write_wrap .bbs_btn_wrap a, .bbs_write_wrap .bbs_btn_wrap button {
  width: 110px;
  height: 48px;
  font-size: 16px;
  line-height: 48px;
  display: inline-block;
  vertical-align: top;
  border-radius: 4px;
}

.bbs_write_wrap .bbs_btn_confirm {
  background-color: #960a0d;
  color: #fff;
  margin-right: 4px;
  position: relative;
  text-indent: 20px;
}

.bbs_write_wrap .bbs_btn_confirm:after {
  content: "";
  background: -160px -200px url(../img/bbs/sp_bbs_addtion.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 4px;
  left: 12px;
}

.bbs_write_wrap .bbs_btn_cancel {
  background-color: #999999;
  color: rgba(255, 255, 255, 0.7);
}

.bbs_write_wrap .bbs_btn_write_bt {
  width: 70px;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 2px;
  height: 29px;
  display: inline-block;
  line-height: 31px;
  text-align: center;
  text-indent: 19px;
  font-size: 13px;
}

.bbs_write_wrap .bbs_btn_write_bt form#frmAjaxUpload input::-webkit-file-upload-button {
  cursor: pointer;
}

.bbs_write_wrap .bbs_btn_write_bt:before {
  content: "";
  background: -280px -200px url(../img/bbs/sp_bbs_addtion.png) no-repeat;
  width: 40px;
  height: 40px;
  position: absolute;
  top: -7px;
  left: -2px;
}

.bbs_write_wrap .bbs_btn_write_bt.bbs_btn_mov {
  width: 78px;
}

.bbs_write_wrap .bbs_btn_write_bt.bbs_btn_mov:after {
  background-position-x: -320px;
}

.bbs_write_wrap .bbs_ic {
  zoom: 0.73;
  width: 34px;
}

.bbs_tb_write #bbsWBtnSelect {
  display: none;
}

.bbs_write_wrap .bbs_tb_write .tb_board, .bbs_write_wrap .bbs_tb_write .tb_cate {
  display: none;
}

/*layer*/
.bbs_ly_bbs {
  position: relative;
  width: 450px;
  background: #FFF;
  padding: 20px 40px 30px;
  display: none;
}

.bbs_ly_bbs .bbs_ly_stl {
  font-size: 22px;
  color: #FFF;
}

.bbs_ly_bbs .bbs_ly_bbs_list {
  width: 332px;
  height: 250px;
  overflow: auto;
  margin: 10px auto 0;
}

.bbs_ly_bbs .bbs_ly_bbs_list li {
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #333333;
}

.bbs_ly_bbs .bbs_tb tr {
  border-bottom: 1px solid #333;
}

.bbs_ly_bbs .bbs_tb th {
  position: relative;
  width: 34%;
  height: 60px;
  padding-right: 45px;
  text-align: left;
}

.bbs_ly_bbs .bbs_tb td {
  position: relative;
}

.bbs_ly_bbs .bbs_tb th .bbs_ic_arrow {
  position: absolute;
  right: 5px;
  top: 15px;
}

.bbs_ly_bbs .bbs_tb td .bbs_btn_choice {
  position: absolute;
  right: 5px;
  top: 15px;
}

.bbs_ly_bbs input {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-top: 90px;
  background: transparent;
  width: 330px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
  height: 38px;
  font-size: 16px;
}

.bbs_ly_bbs input + .bbs_ly_sub_tit {
  width: 100%;
  font-size: 16px;
  display: block;
  text-align: center;
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.8);
}

.bbs_ly_bbs .bbs_btn_wrap {
  text-align: center;
  height: 48px;
}

.bbs_ly_bbs .bbs_btn_wrap a {
  display: inline-block;
}

#bbsLPopEvent {
  width: 520px;
}

#bbsLPopEvent .bbs_ly_stl {
  margin: 60px auto 0;
  min-width: 160px;
  text-align: center;
}

#bbsLPopEvent .bbs_ly_bbs_list {
  margin: 30px auto 0;
  width: 520px;
  height: 450px;
}

/* comment */
.bbs_comment {
  background-color: #fff;
  margin-top: 17px;
}

.bbs_comment .bbs_area_title {
  font-size: 18px;
  text-indent: 3.5px;
  letter-spacing: 0.8px;
  margin-bottom: 19px;
}

.bbs_comment .bbs_cmt_title {
  border-bottom: 1px solid #dcdcdc;
  padding: 33px 0 13px;
  color: #000;
}

.bbs_comment .bbs_cmt_date {
  font-size: 14px;
  color: #CCCCCC;
}

.bbs_comment .bbs_cmt_total {
  color: #000;
}

.bbs_comment .bbs_cmt_bx1 {
  padding-top: 17px;
  color: #aaaaaa;
}

.bbs_comment .bbs_cmt_name {
  font-size: 15px;
  color: rgba(144, 27, 23, 0.9);
}

.bbs_comment .bbs_reply_text {
  font-size: 15px;
  width: 80px;
  color: #cccccc;
  margin-top: 50px;
  text-indent: 5px;
  letter-spacing: -0.9px;
}

.bbs_comment .bbs_cmt_cont {
  padding: 9px 0 27px;
  color: #333333;
  letter-spacing: -0.7px;
  font-size: 18px;
}

.bbs_comment .bbs_cmt_btns {
  padding-bottom: 15px;
  text-align: right;
}

.bbs_comment .bbs_cmt_btns .bbs_rt {
  width: 100px;
  margin-right: -7px;
  text-align: center;
  line-height: 14px;
}

.bbs_comment .bbs_cmt_btns a, .bbs_comment .bbs_cmt_btns div {
  display: inline-block;
  font-size: 14px;
  color: #939393;
}

.bbs_comment .bbs_cmt_btns .bbs_bar {
  width: 1px;
  height: 10px;
  background-color: #939393;
  margin: 0px 8px;
}

.bbs_comment .bbs_cmt_list li {
  border-bottom: 1px solid #dcdcdc;
}

.bbs_comment .bbs_btn_wrap {
  margin-top: 60px;
  text-align: center;
}

.bbs_comment .bbs_btn_more {
  width: 270px;
}

.bbs_comment .bbs_cmt_re .bbs_cmt_bx1 .bbs_lt {
  padding-left: 20px;
}

.bbs_comment .bbs_cmt_re .bbs_cmt_cont {
  padding-left: 50px;
}

/* textarea 수정 필요*/
.bbs_cmt_write {
  position: relative;
  height: 100px;
  background: #FFF;
  overflow: hidden;
}

.bbs_cmt_write .bbs_lt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  background-color: #f9f9f9;
}

.bbs_cmt_write .bbs_lt .bbs_textarea {
  min-height: 65px;
  padding: 0px 24px;
  border: 0;
  padding-right: 10px;
  font-size: 16px;
  width: 100%;
  height: auto;
  resize: none;
  overflow: hidden;
  max-height: 100px;
  background-color: #f9f9f9;
} /*margin-left:-30px*/
.bbs_cmt_write .bbs_rt {
  position: relative;
  width: 120px;
  z-index: 2;
}

.bbs_cmt_write .bbs_btn_write {
  width: 120px;
  height: 100px;
  display: table;
  background: #999999;
  color: #fff;
  vertical-align: middle;
  line-height: 100px;
  text-align: center;
  z-index: 2;
  font-size: 16px;
}

.bbs_cmt_write .bbs_btn_write:hover {
  background: #828282;
}

.bbs_reply_write {
  position: relative;
  height: 100px;
  background: #f9f9f9;
  overflow: hidden;
  margin-bottom: 18px;
}

.bbs_reply_write .bbs_lt {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100px;
  background-color: #f9f9f9;
}

.bbs_reply_write .bbs_lt .bbs_textarea {
  min-height: 65px;
  padding: 0px 24px;
  border: 0;
  padding-right: 10px;
  font-size: 16px;
  width: 100%;
  height: auto;
  resize: none;
  overflow: hidden;
  max-height: 100px;
  background-color: #f9f9f9;
} /*margin-left:-30px*/
.bbs_reply_write .bbs_rt {
  position: relative;
  width: 120px;
  z-index: 2;
}

.bbs_reply_write .bbs_btn_write {
  width: 120px;
  height: 100px;
  display: table;
  background: #999999;
  color: #fff;
  vertical-align: middle;
  line-height: 100px;
  text-align: center;
  z-index: 2;
}

.bbs_reply_write .bbs_btn_write:hover {
  background: #828282;
}

.bbsCommentIntSub {
  padding-top: 22px;
}

.bbsCommentIntSubCancelWrap {
  font-size: 14px;
  padding-bottom: 18px;
  color: #939393;
}

.bbs_comment_modify_btns {
  text-align: center;
  display: inline-block;
  width: 86px;
  line-height: 14px;
}

.bbs_comment_modify_btns a {
  display: inline-block;
}

.bbsCommentIntSubCancelWrap .bbs_bar {
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #b4b4b4;
  margin: 0px 3px;
}

/* textarea 수정 필요*/
/* 읽기 페이지 다음글 이전글 nav*/
.bbs_list_nav {
  border-top: 1px solid #515151;
  margin-top: 60px;
  margin-bottom: 120px;
}

.bbs_list_nav .bbs_list_nav_wrap {
  border-bottom: 1px solid #515151;
  color: #fff;
}

.bbs_list_nav .bbs_list_nav_wrap ul li {
  display: table-cell;
  height: 72px;
  text-align: center;
  line-height: 72px;
}

.bbs_list_nav .bbs_list_nav_wrap .bbs_txt {
  width: 100px;
}

.bbs_list_nav .bbs_list_nav_wrap .bbs_view_tit {
  width: 740px;
  padding-left: 30px;
}

.bbs_list_nav .bbs_list_nav_wrap .bbs_name {
  width: 150px;
  padding-left: 30px;
}

.bbs_list_nav .bbs_list_nav_wrap .bbs_date {
  width: 150px;
}

.bbs_ly_bbs {
  width: 450px;
  height: 294px;
  padding: 0px 0px;
  padding-top: 73px;
  background: 0 0px url(../img/pc/community/youtube.png) no-repeat;
}

.bbs_ly_bbs input {
  margin-top: 33px;
}

.bbs_ly_bbs .bbs_ly_bbs_list {
  height: 126px;
}

.bbs_ly_bbs .bbs_ly_bbs_list #fldYouTubeUrl {
  border: 1px solid #cccccc;
}

.bbs_ly_bbs .bbs_ly_stl {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-family: NanumSquareB !important;
  letter-spacing: -1.5px;
}

.bbs_ly_bbs .bbs_btn_wrap .bbs_btn_approve {
  background-color: #960a0d;
  border: none;
  height: 47px;
  width: 123px;
  border-radius: 2px;
  padding: 0;
  line-height: 47px;
}

.bbs_ly_bbs .bbs_btn_close {
  width: 65px;
  height: 65px;
  position: absolute;
  right: 0px;
  background: 0 0 url(../img/community_pop_close.png) no-repeat;
  top: 0px;
  margin: 0 0;
  padding: 0 0;
  min-width: 0px;
  border: none;
  text-indent: -9999px;
}

.bbs_list_nav {
  display: none;
}

.skin_free .bbs_fc {
  color: #212121;
}

#bbsPopViewWrap {
  width: 800px;
  display: none;
}

#bbsPopViewWrap .cont_wrap {
  position: relative;
  width: 100%;
}

#bbsPopViewWrap .title_wrap {
  height: 64px;
  font-size: 24px;
  padding: 20px 0px;
  color: #fff;
}

#bbsPopViewWrap .title_wrap .title {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#bbsPopViewWrap .close {
  position: absolute;
  width: 65px;
  height: 65px;
  background: 0 0 url(../img/bbs/pop_up_close.png) no-repeat;
  top: 104px;
  right: -85px;
  cursor: pointer;
}

#bbsPopViewWrap #content_div {
  width: 800px;
  height: 450px;
  margin-bottom: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}

#bbsPopViewWrap .btn_wrap {
  width: 800px;
  height: 48px;
}

#bbsPopViewWrap .btn_wrap a {
  display: block;
  margin-right: 5px;
  float: left;
}

#bbsPopViewWrap .btn_wrap a:last-child {
  margin-right: 0px;
  margin-left: 15px;
}

#bbsPopViewWrap .bt {
  padding-left: 50px;
  width: 95px;
  height: 48px;
  background: 0 -48px url(../img/bbs/pop_up_bt.png) no-repeat;
  font-size: 12px;
}

#bbsPopViewWrap .bt:hover {
  background-position: 0 0;
  color: #000;
}

#bbsPopViewWrap .fb_share {
  margin-right: 21px;
  width: 180px;
  height: 48px;
  background-image: url(../img/bbs/fb_share_bt.png);
}

#bbsPopViewWrap iframe#content_div + .btn_wrap .fb_share {
  background-image: url(../img/bbs/fb_share_vod_bt.png);
}

#bbsPopViewWrap .copy_link {
  margin-right: 21px;
  width: 180px;
  height: 48px;
  background-image: url(../img/bbs/link_share_bt.png);
}

#bbsPopViewWrap .bt div:first-child {
  margin-top: 6px;
}

#bbsPopViewWrap .pop_control_wrap {
  top: 50%;
  width: 100%;
  margin-top: -40px;
  height: 0;
  position: absolute;
}

#bbsPopViewWrap .pop_control_wrap div {
  position: absolute;
  width: 40px;
  height: 83px;
  background: 0 0 url(../img/hero_desc_arrow.png) no-repeat;
  cursor: pointer;
  display: none;
}

#bbsPopViewWrap .pop_control_wrap div[articleId] {
  display: block;
}

#bbsPopViewWrap .pop_control_wrap .prev {
  left: -100px;
}

#bbsPopViewWrap .pop_control_wrap .next {
  right: -100px;
  background-position: -40px 0px;
}

#surveyEditorImg #surveyImg {
  display: none;
}

#surveyEditorImg .survey_area {
  position: relative;
  margin: 30px 0;
  border: 1px solid #e7e7e5;
}

#surveyEditorImg .survey_area em {
  font-style: normal;
}

#surveyEditorImg .survey_area .survey_title {
  min-height: 17px;
  border-bottom: 1px solid #e7e7e5;
  background-color: #fafafa;
  padding: 10px 24px 11px 24px;
  color: #666;
}

#surveyEditorImg .survey_area .survey_title .member_cnt {
  float: left;
}

#surveyEditorImg .survey_area .survey_title .member_cnt em {
  color: #3582d8;
}

#surveyEditorImg .survey_area .survey_title .survey_status {
  float: right;
}

#surveyEditorImg .survey_area .survey_title .survey_status em {
  color: #ea6a38;
}

#surveyEditorImg .survey_area .survey_contents {
  padding: 20px 25px 33px 25px;
  border-top: 1px solid #e7e7e5;
}

#surveyEditorImg .survey_area .survey_contents .q_title {
  font-size: 16px;
  font-weight: bold;
  color: #3e4249;
}

#surveyEditorImg .survey_area .survey_contents .end_title {
  font-size: 16px;
  font-weight: bold;
  color: #3e4249;
  text-align: center;
  margin: 35px 0 25px 0;
}

#surveyEditorImg .survey_area .survey_contents .noti {
  color: #ea6a38;
  padding-left: 25px;
}

#surveyEditorImg .survey_area .survey_contents ul {
  margin-top: 13px;
  padding-left: 23px;
}

#surveyEditorImg .survey_area .survey_contents ul li {
  position: relative;
}

#surveyEditorImg .survey_area .survey_contents ul li a {
  margin-right: 4px;
}

#surveyEditorImg .survey_area .survey_contents ul li:last-child .gauge_bar {
  margin-bottom: 0;
}

#surveyEditorImg .survey_area .survey_contents input {
  margin-top: 10px;
  margin-left: 25px;
  padding-left: 10px;
  width: 1090px;
  height: 35px;
  border: 1px solid #a9acb0;
  color: #a7a7a7;
}

#surveyEditorImg .survey_area .survey_contents div.done {
  margin-left: 23px;
  width: 1090px;
  padding: 0 14px 10px 14px;
  margin-top: 15px;
  background-color: #efefef;
  border: 1px solid #dbdbdb;
}

#surveyEditorImg .survey_area .survey_contents div.done ul {
  color: #666;
  padding-left: 0;
  margin-top: 10px;
}

#surveyEditorImg .survey_area .survey_contents div.done ul li {
  font-size: 13px;
  margin-bottom: 7px;
}

#surveyEditorImg .survey_area .survey_contents div.done ul li em {
  color: #9a9a9a;
}

#surveyEditorImg .survey_area .survey_contents div.done a {
  color: #3582d8;
  font-size: 13px;
}

#surveyEditorImg .survey_area .survey_contents .member_cnt {
  position: absolute;
  right: 0;
  top: 0;
}

#surveyEditorImg .survey_area .survey_contents .gauge_bar {
  height: 36px;
  background-color: #f4f4f4;
  width: 1090px;
  margin: 7px 0 17px 5px;
}

#surveyEditorImg .survey_area .survey_contents .gauge_bar span {
  display: inline-block;
  width: 72%;
  background-color: #9DCA63;
  height: 100%;
  line-height: 36px;
}

#surveyEditorImg .survey_area .survey_contents .gauge_bar span em {
  color: #f3f8ee;
  float: right;
  margin-right: 7px;
}

#surveyEditorImg .survey_area .survey_bottom {
  background-color: #fafafa;
  text-align: center;
  padding: 23px 0;
  position: relative;
}

#surveyEditorImg .survey_area .survey_bottom .noti {
  margin-bottom: 15px;
}

#surveyEditorImg .survey_area .survey_bottom .noti.point_color {
  color: #ea6a38;
}

#surveyEditorImg .survey_area .survey_bottom .show_result {
  position: absolute;
  right: 26px;
  bottom: 26px;
  border: 1px solid #bdbdbd;
  background-color: #fff;
  padding: 4px 8px;
}

#surveyEditorImg .survey_area .btn_excel {
  position: absolute;
  right: 0;
  bottom: -27px;
}

#surveyEditorImg .survey_area.end .ic_ctm.ic_circle_chk {
  cursor: default !important;
}

#surveyEditorImg .ic_ctm {
  display: inline-block;
  background: url(../img/bbs/sp_bbs.png) 0 0 no-repeat;
  width: 30px;
  height: 30px;
  text-indent: -1000em;
  vertical-align: middle;
}

#surveyEditorImg .ic_ctm.ic_circle_chk {
  background-position: 0px -90px;
}

#surveyEditorImg .ic_ctm.ic_circle_chk.on {
  background-position: -30px -90px;
}

#surveyEditorImg a {
  text-decoration: none;
  cursor: pointer;
}

#surveyEditorImg .bt {
  display: inline-block;
  background-color: #fff;
  vertical-align: middle;
}

#surveyEditorImg .bt span {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  color: #3e4249;
  border: 1px solid #3e4249;
}

#surveyEditorImg .bt_type2 span {
  min-width: 92px;
  padding: 7px 15px;
  font-size: 16px;
  color: #fff;
  border-color: #aa0505;
  background-color: #aa0505;
}

.ab {
  position: absolute;
}

.wrap.community {
  background-color: #fff;
  padding-bottom: 100px;
  font-family: NanumSquareR;
}
.wrap.community .section .section_title_wrap {
  width: 100%;
  height: 297px;
  background: 50% 50% url(../img/pc/community/community_back.jpg) #000 no-repeat;
  position: relative;
  margin-bottom: 100px;
}
.wrap.community .section .section_title_wrap .title {
  padding-top: 178px;
  width: 1260px;
  margin: 0 auto;
  color: #fff;
  font-size: 38px;
}
.wrap.community .section .section_title_wrap .sub_title {
  padding-top: 13.4px;
  width: 1260px;
  margin: 0 auto;
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.3px;
}
.wrap.community .section .tit_wrap {
  width: 100%;
  height: 63px;
  margin-bottom: 62px;
}
.wrap.community .section .tit_wrap .tab_wrap {
  position: relative;
  margin: 0 auto;
  height: 63px;
  width: 534px;
}
.wrap.community .section .tit_wrap .tab_wrap a {
  display: block;
  float: left;
  width: 176px;
  height: 61px;
  font-family: NanumSquareR;
  font-size: 16px;
  line-height: 61px;
  color: #000000;
  border: 1px solid #dde1e5;
  border-right: 0px;
  background-color: #fff;
  text-align: center;
}
.wrap.community .section .tit_wrap .tab_wrap a:last-child {
  border-right: 1px solid #dde1e5;
}
.wrap.community .section .tit_wrap .tab_wrap a.on {
  border-color: #333333;
  background-color: #333333;
  color: #fff;
  border: none;
  height: 63px;
}
.wrap.community .section .eleven_stars_wrap {
  width: 100%;
  height: 180px;
  margin-bottom: 89px;
  display: none;
}
.wrap.community .section .eleven_stars_wrap .header {
  width: 1260px;
  margin: 0 auto;
  height: 50px;
}
.wrap.community .section .eleven_stars_wrap .header .eleven_title_wrap {
  height: 50px;
  float: left;
}
.wrap.community .section .eleven_stars_wrap .header .eleven_title_wrap .eleven_tit {
  float: left;
  font-family: NanumSquareB;
  font-size: 24px;
  line-height: 36px;
  letter-spacing: -2.4px;
  text-align: left;
  color: #000000;
}
.wrap.community .section .eleven_stars_wrap .header .eleven_title_wrap .eleven_tit_question {
  float: left;
  width: 50px;
  height: 40px;
  background: 12px 6px url(../img/pc/community/question_mark.png?v=181030) no-repeat;
  background-size: 22px;
  cursor: pointer;
  position: relative;
}
.wrap.community .section .eleven_stars_wrap .header .eleven_title_wrap .eleven_tit_question:hover:after {
  width: 333px;
  height: 104px;
  display: block;
  position: absolute;
  content: "";
  background: 0 0 url(../img/pc/community/question_bubble.png) no-repeat;
  top: -101px;
  left: -94px;
}
.wrap.community .section .eleven_stars_wrap .header .controller {
  height: 35px;
  float: right;
  width: 53px;
  padding-top: 15px;
}
.wrap.community .section .eleven_stars_wrap .header .controller a {
  width: 25px;
  height: 25px;
  float: left;
  display: block;
  background: -28px 0px url(../img/pc/community/eleven_stars_controller.png) no-repeat;
}
.wrap.community .section .eleven_stars_wrap .header .controller .prev, .wrap.community .section .eleven_stars_wrap .header .controller .bx-prev {
  background: 0px 0px url(../img/pc/community/eleven_stars_controller.png) no-repeat;
  margin-right: 3px;
}
.wrap.community .section .eleven_stars_wrap .bx-wrapper {
  margin: 0 auto;
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap {
  width: 1260px;
  margin: 0 auto;
  height: 110px;
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li {
  width: 307px !important;
  height: 110px;
  margin-right: 11px;
  background-color: #f2f2f2;
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .thum {
  float: left;
  width: 74px;
  height: 110px;
  margin-left: 32px;
  margin-right: 19px;
  background: 0 18px url("../img/pc/myinfo/chars/profile_big_0.png") no-repeat;
  background-size: 74px auto;
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .thum.JIN_MALE {
  background-image: url("../img/pc/myinfo/chars/profile_big_1.png");
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .thum.JIN_FEMALE {
  background-image: url("../img/pc/myinfo/chars/profile_big_2.png");
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .thum.GON_MALE {
  background-image: url("../img/pc/myinfo/chars/profile_big_3.png");
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .thum.LYN_MALE {
  background-image: url("../img/pc/myinfo/chars/profile_big_4.png");
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .thum.LYN_FEMALE {
  background-image: url("../img/pc/myinfo/chars/profile_big_5.png");
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .thum.GUN_FEMALE {
  background-image: url("../img/pc/myinfo/chars/profile_big_6.png");
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .nick_wrap {
  float: left;
  height: 110px;
  width: 180px;
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .nick_wrap .nick {
  font-family: NanumSquareRoundR;
  font-size: 20px;
  letter-spacing: -1.5px;
  padding-top: 32px;
  text-align: left;
  color: #333333;
  text-indent: 1.9px;
}
.wrap.community .section .eleven_stars_wrap .eleven_info_wrap li .nick_wrap .server {
  font-family: NanumSquareRoundR;
  font-size: 12px;
  line-height: 23.9px;
  letter-spacing: -0.9px;
  text-align: left;
  color: #333333;
  margin-top: 9px;
  text-indent: 12px;
  width: 66px;
  border-radius: 10px;
  background-color: rgba(92, 92, 92, 0.2);
}

.ab {
  position: absolute;
}

.myinfo_layer {
  position: absolute;
  right: 67px;
  top: 107px;
  -webkit-transition: top 0.4s ease-out;
  -sand-transition: top 0.4s ease-out;
  transition: top 0.4s ease-out;
}

.lnb.fix .myinfo_layer {
  top: 74px;
}
.lnb.top_dim_black .myinfo_layer {
  top: 74px;
}

.pop_lnb_myinfo {
  position: relative;
  left: 0;
  top: 0;
  width: 310px;
  background: #F8F8F8;
  letter-spacing: -1px;
  margin: 16px;
}

.pop_lnb_myinfo .bx_char {
  position: relative;
  padding-top: 22px;
}

.pop_lnb_myinfo .bx_char .char {
  position: relative;
  width: 82px;
  height: 82px;
}

.pop_lnb_myinfo .bx_char .char a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
}

.pop_lnb_myinfo .bx_char .char img {
  width: 100%;
  height: 100%;
}

.pop_lnb_myinfo .bx_char .char span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25px;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  line-height: 25px;
  font-size: 12px;
  color: #FFF;
  font-family: "NanumSquareB";
}

.pop_lnb_myinfo .bx_char .my3 {
  position: absolute;
  left: 103px;
  top: 38px;
  line-height: 25px;
}

.pop_lnb_myinfo .bx_char .my3 .nick {
  font-size: 18px;
  color: #000;
  font-family: "NanumSquareB";
}

.pop_lnb_myinfo .bx_char .my3 .server {
  font-size: 16px;
  color: #9E9E9E;
  font-family: "NanumSquareB";
}

.pop_lnb_myinfo .bx_char .ic_plus2 {
  position: absolute;
  width: 22px;
  height: 22px;
  display: block;
  left: 59px;
  top: 59px;
  background: url(../img/pc/common/ic_plus2.png) 0 0 no-repeat;
  cursor: pointer;
}

.pop_lnb_myinfo .bx {
  margin: 0 25px;
}

.pop_lnb_myinfo .bx ul {
  margin-top: 7px;
}

.pop_lnb_myinfo .bx li {
  position: relative;
  border-bottom: 1px solid #E1E1E1;
}

.pop_lnb_myinfo .bx li .stl {
  display: block;
  padding: 19px 0 18px;
  font-size: 15px;
  color: #000;
  font-family: "NanumSquareB";
  letter-spacing: -1px;
}

.pop_lnb_myinfo .bx li .more {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  background: url(../img/pc/common/ic_plus.png) 100% center no-repeat;
  cursor: pointer;
}

.pop_lnb_myinfo .bx .my2 {
  position: absolute;
  right: 0;
  top: 12px;
  line-height: 28px;
  text-align: right;
}

.pop_lnb_myinfo .bx .my2 span {
  font-size: 21px;
  color: #000;
  font-family: "NanumSquareEB";
  vertical-align: middle;
}

.pop_lnb_myinfo .bx .my2 em {
  font-size: 14px;
  color: #464646;
  font-family: "NanumSquareB";
  vertical-align: middle;
  margin-left: 5px;
}

.pop_lnb_myinfo .bx_logout {
  padding: 24px 0;
  margin-top: 20px;
}

.pop_lnb_myinfo .btn_logout {
  font-size: 13px;
  color: #666;
  font-family: "NanumSquareR";
  text-decoration: underline;
}

.pop_lnb_myinfo .ic_arrow {
  position: absolute;
  width: 11px;
  height: 6px;
  display: block;
  right: 30px;
  top: -6px;
  background: url(../img/pc/common/ic_arrow.png) 0 0 no-repeat;
}

.ab {
  position: absolute;
}

.ytPlayerCont {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  background-color: #000;
}
.ytPlayerCont .wrap_yt {
  width: 100%;
  height: 100%;
}
.ytPlayerCont .wrap_yt .mov1 {
  width: 100%;
  height: 100%;
}

.vp_overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/pc/common/zero.png");
  background-size: 100% 100%;
}

.vp_close {
  background-image: url("../img/pc/youtube/close.png?_=201210");
  background-repeat: no-repeat;
  background-size: 62px auto;
  width: 62px;
  height: 26px;
  right: 134px;
  top: 70px;
  position: fixed;
}

.vp_controls {
  position: fixed;
  left: 0;
  bottom: 50px;
  width: 100%;
  display: none;
}

.vp_controls ul {
  display: table;
  width: 100%;
}

.vp_controls li {
  position: relative;
  display: table-cell;
  vertical-align: top;
}

.vp_controls li a {
  position: relative;
  display: block;
  width: 16px;
  height: 16px;
  background: url(../img/pc/youtube/sp_video_player_v2.png) 0 0 no-repeat;
  cursor: pointer;
}

.vp_controls .vp_progress {
  width: 100%;
}

.vp_controls .vp_volume .vp_volume_slider {
  position: relative;
  width: 52px;
  height: 3px;
  background: #FFF;
  display: none;
  cursor: pointer;
  margin-right: 5px;
}

.vp_controls .vp_volume .vp_amount {
  display: block;
  background-color: #f00;
  width: 0;
  height: 100%;
}

.vp_controls .vp_time span {
  width: 70px;
  text-align: center;
  font-size: 10px;
  display: block;
  letter-spacing: 0;
  color: #FFF;
  cursor: default;
}

.vp_controls .vp_player {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  height: 16px;
}

.vp_controls .vp_player_bg {
  position: absolute;
  left: 0;
  top: 8px;
  width: 100%;
  height: 1px;
  border-top: 1px solid #FFF;
  opacity: 0.3;
}

.vp_controls .vp_player_bar {
  position: absolute;
  left: 0;
  top: 8px;
  width: 0;
  height: 1px;
  border-top: 1px solid #FFF;
}

.vp_controls .vp_btn_play {
  background-position: 0 0;
  margin: 0 24px 0 36px;
}

.vp_controls .vp_btn_pause {
  background-position: -16px 0;
}

.vp_controls .vp_btn_mute {
  background-position: -32px 0;
}

.vp_controls .vp_btn_mute.on {
  background-position: -48px 0;
}

.vp_controls .fullscreen_parent.ie {
  width: 16px;
  height: 16px;
  position: relative;
  display: block;
  margin-left: 24px;
}
.vp_controls .fullscreen_parent.ie .vp_btn_fullscreen {
  display: none;
}

.vp_controls .vp_btn_fullscreen {
  background-position: -64px 0;
  margin: 0 38px 0 24px;
}
.vp_controls .vp_btn_fullscreen.full {
  background-position: -81px 0;
  margin: 0 38px 0 24px;
}

.vp_lt, .vp_rt {
  display: table-cell;
  vertical-align: middle;
}

.video_cover {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../img/pc/common/zero.png");
  background-size: 100% 100%;
}
.video_cover.full {
  z-index: 1000000000000000000;
}
.video_cover .btn_bg {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-image: url("../img/pc/common/zero.png");
  background-size: 100% 100%;
}

.cover_black {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.ab {
  position: absolute;
}

#lnbView .lnb .select_cont2.login_before .select_cont {
  right: 0px;
}

#lnbView .lnb .select_cont {
  width: 508px;
}

#lnbView .lnb .select_cont .line.navi_0 {
  right: 470px;
}
#lnbView .lnb .select_cont .line.navi_1 {
  right: 360px;
}
#lnbView .lnb .select_cont .line.navi_2 {
  right: 247px;
}
#lnbView .lnb .select_cont .line.navi_3 {
  right: 145px;
}
#lnbView .lnb .select_cont .line.navi_4 {
  right: 38px;
}

.ab {
  position: absolute;
}

#lnbView a#root_bi {
  position: relative;
  z-index: 1;
}

.lnb_landing {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  height: 90px;
  margin: 0 auto;
}
.lnb_landing:after {
  display: block;
  clear: both;
  content: "";
}
.lnb_landing .menu_landing {
  float: right;
  width: 81.25%;
}
.lnb_landing .list_landing {
  float: left;
  width: 76.92%;
  max-width: 1200px;
}
.lnb_landing .list_landing li {
  position: relative;
  float: left;
  width: 25%;
  max-width: 300px;
}
.lnb_landing .list_landing li.on .btn_menu .emph {
  opacity: 1;
}
.lnb_landing .list_landing li.on .btn_menu01 .emph {
  color: #a749ff;
}
.lnb_landing .list_landing li.on .btn_menu02 .emph {
  color: #ffd0a1;
}
.lnb_landing .list_landing li.on .btn_menu03 .emph {
  color: #f62440;
}
.lnb_landing .list_landing li.on .btn_menu04 .emph {
  color: #d3c093;
}
.lnb_landing .list_landing li + li:before {
  position: absolute;
  top: 25px;
  left: 0;
  width: 1px;
  height: 39px;
  background-color: #ffffff;
  opacity: 0.1;
  content: "";
}
.lnb_landing .list_landing .btn_menu {
  display: block;
  height: 90px;
  padding-top: 24px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lnb_landing .list_landing .btn_menu .txt_menu {
  display: block;
  color: #ffffff;
  opacity: 0.3;
}
.lnb_landing .list_landing .btn_menu .emph {
  color: #ffffff;
  opacity: 0.7;
}
.lnb_landing .update_btn {
  float: left;
  width: 23.08%;
  max-width: 360px;
}
.lnb_landing .update_btn .btn_more {
  display: block;
  overflow: hidden;
  height: 90px;
  text-align: center;
}
.lnb_landing .update_btn .btn_more .txt_more {
  display: inline-block;
  margin-top: 34px;
  padding-right: 20px;
  color: rgba(255, 255, 255, 0.4);
  background: url(../img/pc/landing_1th/ico_update.png) 100% 5px no-repeat;
  vertical-align: top;
}

.landing_wrap {
  padding-top: 40px;
}
.landing_wrap .section {
  background-position: 50% 0;
  background-repeat: no-repeat;
}
.landing_wrap .section .cont {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  height: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.landing_wrap .txt_ab {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.landing_wrap .clip_zone {
  position: absolute;
  left: 0;
  width: 100%;
}
.landing_wrap .clip_zone .btn_clip {
  display: block;
  position: relative;
  width: 780px;
  height: 433px;
  margin: 0 auto;
  background-color: #000;
  cursor: pointer;
}
.landing_wrap .clip_zone .btn_clip .box_video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing_wrap .clip_zone .btn_clip .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -49px 0 0 -49px;
  width: 98px;
  height: 98px;
}
.landing_wrap .clip_zone .btn_clip .play_btn.on #play_out {
  stroke-dashoffset: 0;
}
.landing_wrap .clip_zone .btn_clip .play_btn.on #play_out1 {
  stroke-dashoffset: 0;
}
.landing_wrap .clip_zone .btn_clip .play_btn #play_out {
  stroke-dasharray: 392px;
  stroke-dashoffset: 392px;
}
.landing_wrap .clip_zone .btn_clip .play_btn #play_out1 {
  stroke-dasharray: 392px;
  stroke-dashoffset: 392px;
}
.landing_wrap .view_intro {
  height: 1258px;
  background-image: url(../img/pc/landing_1th/bg_intro.jpg);
}
.landing_wrap .view_intro .info_today {
  position: absolute;
  top: 128px;
  right: 98px;
  font-size: 0;
  line-height: 0;
}
.landing_wrap .view_intro .info_today .btn_today {
  display: inline-block;
  padding: 10px 0;
  vertical-align: top;
}
.landing_wrap .view_intro .info_today .btn_today .txt_today {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 19px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: -1px;
}
.landing_wrap .view_intro .info_today .txt_bar {
  display: inline-block;
  width: 1px;
  height: 17px;
  margin: 11px 5px 0 13px;
  background-color: #b8b8bb;
  opacity: 0.3;
  vertical-align: top;
}
.landing_wrap .view_intro .info_today .btn_home {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 4px;
  vertical-align: top;
}
.landing_wrap .view_intro .info_today .btn_home .ico_home {
  display: block;
  width: 20px;
  height: 16px;
  margin: 7px auto;
  background: url(../img/pc/landing_1th/ico_home.png) 0 0 no-repeat;
}
.landing_wrap .view_intro .txt_intro {
  top: 367px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.landing_wrap .view_intro .txt_intro .txt_g {
  display: inline-block;
  padding-left: 40px;
  line-height: 36px;
  color: #a749ff;
  background: url(../img/pc/landing_1th/txt_intro.png) 9px 8px no-repeat;
  vertical-align: top;
}
.landing_wrap .view_intro .txt_intro .txt_g:first-child {
  padding-left: 0;
  background: 0 none;
}
.landing_wrap .view_intro .tit_intro_bg {
  top: 335px;
  height: 393px;
  background: url(../img/pc/landing_1th/tit_intro_bg.png) 50% 0 no-repeat;
}
.landing_wrap .view_intro .tit_intro {
  top: 432px;
  height: 100px;
  background: url(../img/pc/landing_1th/tit_intro.png) 50% 0 no-repeat;
}
.landing_wrap .view_intro .btn_clip {
  position: absolute;
  top: 590px;
  left: 50%;
  width: 74px;
  height: 74px;
  margin-left: -37px;
}
.landing_wrap .view_intro .btn_clip .ico_clip {
  width: 73px;
  height: 73px;
  background: url(../img/pc/landing_1th/btn_clip_type.png) 0 0 no-repeat;
}
.landing_wrap .view_intro .list_app {
  position: absolute;
  top: 723px;
  left: 0;
  width: 100%;
  height: 52px;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
.landing_wrap .view_intro .list_app li {
  display: inline-block;
  padding: 0 6px;
  vertical-align: top;
}
.landing_wrap .view_intro .list_app .btn_app {
  display: block;
  height: 52px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.landing_wrap .view_intro .list_app .btn_app.btn_ios {
  width: 169px;
  background-image: url(../img/pc/landing_1th/btn_ios.png);
}
.landing_wrap .view_intro .list_app .btn_app.btn_aos {
  width: 173px;
  background-image: url(../img/pc/landing_1th/btn_aos.png);
}
.landing_wrap .view_intro .scroll {
  position: absolute;
  top: 830px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
}
.landing_wrap .view_intro .scroll .ico_scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 16px;
  background: url(../img/pc/landing_1th/ico_scroll.png) 0 0 no-repeat;
  -webkit-animation: move 3s infinite;
  animation: move 3s infinite;
}
.landing_wrap .section01 {
  height: 1708px;
  background-image: url(../img/pc/landing_1th/bg_section01.jpg);
}
.landing_wrap .section01 .tit_sub {
  top: 536px;
  line-height: 32px;
  color: #fff6cf;
}
.landing_wrap .section01 .tit_job {
  top: 590px;
  line-height: 74px;
  color: #fff;
}
.landing_wrap .section01 .txt_job {
  top: 694px;
  line-height: 32px;
  color: #fff;
}
.landing_wrap .section01 .clip_zone {
  top: 854px;
}
.landing_wrap .section02 {
  height: 1549px;
  background-image: url(../img/pc/landing_1th/bg_section02.jpg);
}
.landing_wrap .section02 .tit_before {
  top: 229px;
  line-height: 40px;
  color: #fff6cf;
}
.landing_wrap .section02 .txt_before {
  top: 284px;
  line-height: 32px;
  color: #fff;
  letter-spacing: -0.25px;
}
.landing_wrap .section02 .chapter_story {
  position: absolute;
  top: 572px;
  left: 50%;
  width: 1200px;
  height: 675px;
  margin-left: -600px;
  background: url(../img/pc/landing_1th/bg_book.jpg) 0 0 no-repeat;
}
.landing_wrap .section02 .chapter_story .txt_new {
  top: 65px;
  line-height: 32px;
  color: #423731;
  letter-spacing: 5px;
}
.landing_wrap .section02 .chapter_story .tit_story {
  top: 116px;
  line-height: 70px;
  color: #423731;
}
.landing_wrap .section02 .chapter_story .txt_story {
  line-height: 32px;
  color: #2e2724;
  letter-spacing: -1px;
}
.landing_wrap .section02 .chapter_story .txt_story1 {
  top: 222px;
}
.landing_wrap .section02 .chapter_story .txt_story2 {
  top: 270px;
}
.landing_wrap .section02 .chapter_story .txt_story3 {
  top: 350px;
}
.landing_wrap .section02 .chapter_story .txt_story4 {
  top: 462px;
}
.landing_wrap .section03 {
  height: 1871px;
  background-image: url(../img/pc/landing_1th/bg_section03.jpg);
}
.landing_wrap .section03 .txt_sub {
  top: 266px;
  line-height: 32px;
  color: #fff6cf;
}
.landing_wrap .section03 .tit_sub {
  top: 652px;
  line-height: 32px;
  color: #fff6cf;
}
.landing_wrap .section03 .tit_boss {
  top: 702px;
  line-height: 92px;
  color: #fff;
}
.landing_wrap .section03 .txt_boss {
  top: 826px;
}
.landing_wrap .section03 .txt_boss .txt_g {
  display: block;
  line-height: 32px;
  color: #fff;
  opacity: 0.7;
}
.landing_wrap .section03 .txt_boss .txt_g + .txt_g {
  margin-top: 19px;
}
.landing_wrap .section03 .clip_zone {
  top: 1069px;
}
.landing_wrap .section04 {
  height: 1668px;
  background-image: url(../img/pc/landing_1th/bg_section04.jpg);
}
.landing_wrap .section04 .tit_sub {
  top: 266px;
  line-height: 32px;
  color: #fff6cf;
}
.landing_wrap .section04 .tit_space {
  top: 338px;
  line-height: 90px;
  color: #fff;
}
.landing_wrap .section04 .tit_space .emph {
  color: #fff6cf;
}
.landing_wrap .section04 .txt_space {
  top: 460px;
  line-height: 32px;
  color: #fff;
}
.landing_wrap .section04 .info_event {
  top: 559px;
  font-size: 0;
  line-height: 0;
  color: #e7e0c0;
}
.landing_wrap .section04 .info_event .tit_event {
  display: inline-block;
  padding: 0 25px;
  border: 1px solid #e7e0c0;
  border-radius: 20px;
  line-height: 37px;
  vertical-align: top;
  text-align: center;
}
.landing_wrap .section04 .info_event .txt_event {
  display: inline-block;
  padding-left: 20px;
  line-height: 37px;
  vertical-align: top;
}
.landing_wrap .section04 .list_item {
  overflow: hidden;
  top: 668px;
  left: 50%;
  width: 1200px;
  margin-left: -600px;
}
.landing_wrap .section04 .list_item li {
  display: table;
  float: left;
  width: 264px;
  height: 370px;
  margin-left: 48px;
  padding: 260px 0 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.landing_wrap .section04 .list_item li:nth-child(1) {
  margin-left: 0;
  background-image: url(../img/pc/landing_1th/img_item01.jpg);
}
.landing_wrap .section04 .list_item li:nth-child(1) .emph {
  color: #ffeccf;
}
.landing_wrap .section04 .list_item li:nth-child(2) {
  background-image: url(../img/pc/landing_1th/img_item02.jpg);
}
.landing_wrap .section04 .list_item li:nth-child(2) .emph {
  color: #ffba90;
}
.landing_wrap .section04 .list_item li:nth-child(3) {
  background-image: url(../img/pc/landing_1th/img_item03.jpg);
}
.landing_wrap .section04 .list_item li:nth-child(3) .emph {
  color: #f3a47d;
}
.landing_wrap .section04 .list_item li:nth-child(4) {
  background-image: url(../img/pc/landing_1th/img_item04.jpg);
}
.landing_wrap .section04 .list_item .txt_item {
  display: table-cell;
  line-height: 26px;
  color: #fff;
  vertical-align: middle;
}
.landing_wrap .section04 .txt_notice {
  top: 1081px;
  line-height: 28px;
  color: #fff;
  opacity: 0.3;
}
.landing_wrap .section04 .btn_event {
  top: 1276px;
}
.landing_wrap .section04 .btn_event .link_more {
  display: block;
  width: 254px;
  height: 78px;
  margin: 0 auto;
  padding: 24px 0;
  line-height: 28px;
  color: rgba(227, 220, 189, 0.7);
  border: 1px solid rgba(225, 218, 187, 0.3);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.etc_fix {
  position: fixed;
  bottom: 25px;
  width: 100%;
}

.foot_ab .etc_fix {
  position: relative;
  bottom: 125px;
}

.btn_top {
  position: absolute;
  bottom: 0;
  right: 73px;
  width: 50px;
  height: 50px;
  background: url(../img/pc/landing_1th/btn_top.png) 0 0 no-repeat;
}

.list_sns {
  position: absolute;
  bottom: 0;
  left: 91px;
  width: 174px;
  height: 42px;
}
.list_sns li {
  float: left;
  padding: 0 8px;
}
.list_sns .btn_sns {
  display: block;
  width: 42px;
  height: 42px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.list_sns .btn_facebook {
  background-image: url(../img/pc/landing_1th/ico_facebook.png);
}
.list_sns .btn_twitter {
  background-image: url(../img/pc/landing_1th/ico_twitter.png);
}
.list_sns .btn_copy {
  background-image: url(../img/pc/landing_1th/ico_copy.png);
}

.layer_clip {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 182px 0 0 -498px;
}
.layer_clip .ly_cont {
  width: 996px;
  height: 560px;
  background-color: #000;
}
.layer_clip .ly_close {
  position: absolute;
  top: 0;
  right: -49px;
  width: 29px;
  height: 29px;
  background: url(../img/pc/landing_1th/ly_close.png) 0 0 no-repeat;
}
.layer_clip .box_clip {
  width: 100%;
  height: 100%;
}
.layer_clip .box_clip iframe {
  width: 100%;
  height: 100%;
}

@-webkit-keyframes move {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes move {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
#lnbView .lnb .select_cont .top_btn .lnb_banner.lnb_btn_update {
  left: -450px;
  width: 273px;
  color: rgba(255, 255, 255, 0.45);
  background-color: rgba(164, 101, 243, 0.3);
}
#lnbView .lnb .select_cont .top_btn .lnb_banner.lnb_btn_update .txt_g {
  color: #d5c3ff;
}

.ab {
  position: absolute;
}

button:focus {
  outline: 0;
}

#lnbView .lnb .select_cont {
  width: 570px;
}
#lnbView .lnb .select_cont .top_btn .lnb_banner.lnb_btn_update {
  left: -180px;
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  background-image: url("../img/pc/landing/bg_lnb_type4.png?_=201210");
  background-repeat: no-repeat;
  background-size: 159px auto;
  width: 159px;
  height: 40px;
  background-color: transparent;
}
#lnbView .lnb .select_cont .top_btn .lnb_banner.lnb_btn_update span {
  color: #fff !important;
}

.lnb_10th_landing {
  position: relative;
  min-width: 1200px;
  max-width: 1920px;
  margin: 0 auto;
}
.lnb_10th_landing:after {
  display: block;
  clear: both;
  content: "";
}
.lnb_10th_landing .list_landing {
  position: absolute;
  top: 315px;
  left: 52px;
  width: 230px;
  height: auto;
  background: url("../img/pc/landing/10th/bg_lnb_white_v2.png") 0 0 no-repeat;
}
.lnb_10th_landing .list_landing.theme-white {
  background: url("../img/pc/landing/10th/bg_lnb.png") 0 0 no-repeat;
}
.lnb_10th_landing .list_landing.theme-white li.on .btn_menu:after {
  background: url("../img/pc/landing/10th/ico_lnb_white_on.png") 0 0 no-repeat;
}
.lnb_10th_landing .list_landing.theme-white li .btn_menu .emph {
  color: #222531;
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  -ms-opacity: 0.4;
  -o-opacity: 0.4;
  -sand-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
}
.lnb_10th_landing .list_landing li {
  position: relative;
  margin-bottom: 10px;
  width: 100%;
  height: 53px;
  display: table;
}
.lnb_10th_landing .list_landing li.on .btn_menu {
  position: relative;
}
.lnb_10th_landing .list_landing li.on .btn_menu .emph {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_10th_landing .list_landing li.on .btn_menu:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 52px;
  height: 53px;
  background: url("../img/pc/landing/10th/ico_lnb_on.png") 0 0 no-repeat;
}
.lnb_10th_landing .list_landing .btn_menu {
  display: table-cell;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 53px;
  padding-left: 76px;
  vertical-align: middle;
}
.lnb_10th_landing .list_landing .btn_menu:hover .emph {
  color: #fff;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.lnb_10th_landing .list_landing .btn_menu .txt_menu {
  display: block;
  line-height: 19px;
  color: #ffffff;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.lnb_10th_landing .list_landing .btn_menu .emph {
  display: block;
  line-height: 22px;
  color: #fff;
  letter-spacing: -0.02em;
  -webkit-opacity: 0.3;
  -moz-opacity: 0.3;
  -ms-opacity: 0.3;
  -o-opacity: 0.3;
  -sand-opacity: 0.3;
  -khtml-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
  filter: alpha(opacity=30);
}
.lnb_10th_landing .update_btn {
  position: absolute;
  margin-top: 25px;
  background: url("../img/pc/landing/10th/today_close_bg.png") 0 0 no-repeat;
  height: 37px;
  width: 240px;
  right: 50px;
}
.lnb_10th_landing .update_btn .btn_today {
  color: #fff;
  opacity: 0.6;
  line-height: 34px;
  text-align: center;
  padding-left: 15px;
}
.lnb_10th_landing .update_btn .btn_today:after {
  position: relative;
  top: 2px;
  left: 4px;
  content: "";
  display: inline-block;
  background-image: url("../img/pc/landing/10th/today_close_icon.png?_=201210");
  background-repeat: no-repeat;
  background-size: 14px auto;
  width: 14px;
  height: 14px;
}
.lnb_10th_landing .update_btn .lnb_btn {
  position: absolute;
  right: 0;
  top: 8px;
}
.lnb_10th_landing .update_btn .lnb_btn .btn_home {
  position: absolute;
  display: inline-block;
  right: 45px;
  width: 28px;
  height: 21px;
  background: url("../img/pc/landing/10th/lnb_icon.png") no-repeat;
  background-position: 0 0;
}
.lnb_10th_landing .update_btn .lnb_btn .btn_lnb_menu {
  position: absolute;
  display: inline-block;
  right: 0;
  width: 28px;
  height: 21px;
  background: url("../img/pc/landing/10th/lnb_icon.png") no-repeat;
  background-position: -28px 0;
}

.landing_10th_wrap {
  position: relative;
  padding-top: 40px;
}
.landing_10th_wrap .section {
  height: 1280px;
  background-position: 50% 0;
  background-repeat: no-repeat;
  text-align: center;
}
.landing_10th_wrap .section .cont {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.landing_10th_wrap .bg_dim {
  position: absolute;
  width: 100%;
  height: 960px;
  background: #000;
  top: 0;
  opacity: 0.5;
}
.landing_10th_wrap .bg_dim.none {
  display: none;
}
.landing_10th_wrap .txt_ab {
  position: absolute;
  left: 0;
  width: 100%;
}
.landing_10th_wrap .clip_zone {
  position: absolute;
  left: 0;
  width: 100%;
}
.landing_10th_wrap .clip_zone .btn_clip {
  display: block;
  position: relative;
  width: 780px;
  height: 433px;
  margin: 0 auto;
  background-color: #000;
  background-image: url("../img/pc/landing/10th/clip_poster.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 503px auto;
  width: 503px;
  height: 282px;
  cursor: pointer;
}
.landing_10th_wrap .clip_zone .btn_clip .box_video {
  overflow: hidden;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.landing_10th_wrap .clip_zone .btn_clip .play_btn {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -60px 0 0 -88px;
  width: 179px;
  height: 134px;
  background-image: url("../img/pc/landing/10th/play_btn.png?_=201210");
  background-repeat: no-repeat;
  background-size: 179px auto;
  width: 179px;
  height: 134px;
}
.landing_10th_wrap .view_intro {
  position: relative;
  overflow: hidden;
  top: 0;
  height: 960px;
  background: url("../img/pc/landing/10th/bg_intro.jpg") 50% 0 no-repeat;
}
.landing_10th_wrap .view_intro .bg_video {
  /*
  position: absolute;
  width: 100%;
  height: 960px;
  top: 0px;
  left: 0;
  pointer-events: none;
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  */
  position: absolute;
  width: 2600px;
  height: 960px;
  top: 0;
  left: 50%;
  margin-left: -1300px;
  pointer-events: none;
}
.landing_10th_wrap .view_intro .cont {
  z-index: 1;
}
.landing_10th_wrap .view_intro .vod_section {
  width: 100%;
  height: 960px;
  overflow: hidden;
}
.landing_10th_wrap .view_intro .vod_section video {
  min-width: 1920px;
}
.landing_10th_wrap .view_intro .coupon_banner {
  position: absolute;
  z-index: 2;
  right: 40px;
  bottom: 50px;
  background-image: url("../img/pc/landing/10th/special_coupon.png?_=201210");
  background-repeat: no-repeat;
  background-size: 228px auto;
  width: 228px;
  height: 232px;
}
.landing_10th_wrap .view_intro .info_today {
  position: absolute;
  top: 128px;
  right: 98px;
  font-size: 0;
  line-height: 0;
}
.landing_10th_wrap .view_intro .info_today .btn_today {
  display: inline-block;
  padding: 10px 0;
  vertical-align: top;
}
.landing_10th_wrap .view_intro .info_today .btn_today .txt_today {
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  line-height: 19px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: -1px;
}
.landing_10th_wrap .view_intro .info_today .txt_bar {
  display: inline-block;
  width: 1px;
  height: 17px;
  margin: 11px 5px 0 13px;
  background-color: #b8b8bb;
  opacity: 0.3;
  vertical-align: top;
}
.landing_10th_wrap .view_intro .info_today .btn_home {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-top: 4px;
  vertical-align: top;
}
.landing_10th_wrap .view_intro .info_today .btn_home .ico_home {
  display: block;
  width: 20px;
  height: 16px;
  margin: 7px auto;
  background: url("../img/pc/landing/4nd/ico_home.png") 0 0 no-repeat;
}
.landing_10th_wrap .view_intro .txt_intro_txt1 {
  left: 70px;
  top: 270px;
  display: block;
  background-image: url("../img/pc/landing/10th/txt_intro_txt1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 362px auto;
  width: 362px;
  height: 32px;
}
.landing_10th_wrap .view_intro .txt_intro_txt2 {
  left: -35px;
  top: 310px;
  display: block;
  background-image: url("../img/pc/landing/10th/txt_intro_txt2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 529px auto;
  width: 529px;
  height: 260px;
}
.landing_10th_wrap .view_intro .txt_intro {
  top: 230px;
  left: 30px;
  width: 445px;
  text-align: center;
  line-height: 37px;
  color: #fff;
  letter-spacing: -0.02em;
}
.landing_10th_wrap .view_intro .txt_intro span {
  color: #f72323;
}
.landing_10th_wrap .view_intro .btn_clip {
  top: 382px;
  left: 281px;
  background-image: url("../img/pc/landing/9th/btn_intro_clip.png?_=201210");
  background-repeat: no-repeat;
  background-size: 171px auto;
  width: 171px;
  height: 34px;
  z-index: 1;
  text-indent: -99999em;
}
.landing_10th_wrap .view_intro .txt_prejoin {
  top: 597px;
  left: 30px;
}
.landing_10th_wrap .view_intro .txt_prejoin .btn_prejoin {
  display: block;
  background-image: url("../img/pc/landing/10th/btn_prejoin.png?_=201210");
  background-repeat: no-repeat;
  background-size: 420px auto;
  width: 420px;
  height: 115px;
  line-height: 135px;
  color: #fff;
  letter-spacing: -0.02em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-shadow: 1px 1px 0 #000;
}
.landing_10th_wrap .view_intro .list_landing {
  position: absolute;
  top: 725px;
  left: 30px;
  width: 420px;
  text-align: center;
}
.landing_10th_wrap .view_intro .list_landing li {
  display: inline-block;
  vertical-align: top;
}
.landing_10th_wrap .view_intro .list_landing li em {
  color: #fff;
  opacity: 0.6;
}
.landing_10th_wrap .view_intro .list_landing li:after {
  content: "";
  width: 1px;
  height: 13px;
  opacity: 0.6;
  background: #fff;
  display: inline-block;
  top: 1px;
  position: relative;
  margin: 0 10px;
}
.landing_10th_wrap .view_intro .list_landing li:last-child:after {
  display: none;
}
.landing_10th_wrap .view_intro .download_list {
  position: absolute;
  top: 725px;
  left: 30px;
  width: 420px;
  text-align: center;
}
.landing_10th_wrap .view_intro .download_list li {
  float: left;
}
.landing_10th_wrap .view_intro .download_list .btn_download_ios {
  margin-right: 8px;
  background-image: url("../img/pc/landing/10th/btn_download_ios.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 206px auto;
  width: 206px;
  height: 60px;
}
.landing_10th_wrap .view_intro .download_list .btn_download_aos {
  background-image: url("../img/pc/landing/10th/btn_download_aos.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 206px auto;
  width: 206px;
  height: 60px;
}
.landing_10th_wrap .view_intro .sns-panel {
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  max-width: 1920px;
  z-index: 2;
}
.landing_10th_wrap .view_intro .sns-share {
  width: 180px;
  height: 52px;
  position: absolute;
  left: 52px;
  top: 878px;
}
.landing_10th_wrap .view_intro .sns-share li {
  float: left;
  margin-right: 14px;
}
.landing_10th_wrap .view_intro .sns-share li:last-child {
  margin-right: 0;
}
.landing_10th_wrap .view_intro .sns-share li a {
  background: url("../img/pc/landing/10th/sns-share.png");
  width: 44px;
  height: 52px;
  display: inline-block;
}
.landing_10th_wrap .view_intro .sns-share li a.sns-fb {
  background-position: 0 0;
}
.landing_10th_wrap .view_intro .sns-share li a.sns-tw {
  background-position: -44px 0;
}
.landing_10th_wrap .view_intro .sns-share li a.sns-copy {
  background-position: -88px 0;
}
.landing_10th_wrap .view_intro .scroll {
  position: absolute;
  top: 876px;
  left: 50%;
  width: 30px;
  height: 50px;
  margin-left: -15px;
}
.landing_10th_wrap .view_intro .scroll .ico_scroll {
  position: absolute;
  top: 0;
  left: 0;
  width: 27px;
  height: 15px;
  background: url("../img/pc/landing/10th/ico_scroll.png") 0 0 no-repeat;
  -webkit-animation: move 3s infinite;
  animation: move 3s infinite;
}
.landing_10th_wrap .section01 {
  height: 1146px;
  background-image: url("../img/pc/landing/10th/bg_section01_v2.jpg");
  text-align: left;
}
.landing_10th_wrap .section01 .tit_prejoin {
  top: 183px;
  left: 0;
  width: 100%;
}
.landing_10th_wrap .section01 .tit_prejoin .img_g {
  background-image: url("../img/pc/landing/10th/section01-title_v2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 355px auto;
  width: 355px;
  height: 52px;
  margin: 0 auto;
}
.landing_10th_wrap .section01 .txt_prejoin {
  top: 212px;
  width: 100%;
  text-align: center;
  line-height: 32px;
  letter-spacing: -0.04em;
  color: #486680;
}
.landing_10th_wrap .section01 .txt_prejoin strong {
  color: #cd2b00;
}
.landing_10th_wrap .section01 .date_prejoin {
  top: 255px;
}
.landing_10th_wrap .section01 .date_prejoin dl {
  overflow: hidden;
  height: 55px;
  line-height: 30px;
  text-align: center;
  letter-spacing: -0.04em;
}
.landing_10th_wrap .section01 .date_prejoin dl dt {
  padding-left: 10px;
  display: block;
  color: #000;
}
.landing_10th_wrap .section01 .date_prejoin dl dt strong {
  color: #d91b1b;
}
.landing_10th_wrap .section01 .date_prejoin dl dd {
  color: #555763;
  display: block;
}
.landing_10th_wrap .section01 .notice {
  position: absolute;
  top: 895px;
  left: 0;
  right: 0;
  width: 1130px;
  margin: 0 80px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 120px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 33px;
}
.landing_10th_wrap .section01 .notice .pre_text {
  color: #d9dae9;
}
.landing_10th_wrap .section01 .notice .pre_text:before {
  position: relative;
  margin-right: 8px;
  top: 4px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url("../img/pc/landing/10th/icon_notice.png") 50% 0 no-repeat;
}
.landing_10th_wrap .section01 .notice ul {
  margin-top: 5px;
  width: 537px;
  float: left;
  line-height: 26px;
  letter-spacing: -0.05em;
}
.landing_10th_wrap .section01 .notice ul.right {
  width: 587px;
  float: right;
}
.landing_10th_wrap .section01 .notice ul li {
  text-indent: -5px;
  line-height: 23px;
}
.landing_10th_wrap .section01 .kakao {
  position: absolute;
  top: 1000px;
  width: 1200px;
  left: 50%;
  margin-left: -600px;
}
.landing_10th_wrap .section01 .kakao .gift_name {
  position: absolute;
  color: #fff;
  top: 95px;
  height: 28px;
  left: 40px;
  width: 170px;
  line-height: 28px;
}
.landing_10th_wrap .section01 .kakao .explain {
  position: absolute;
  top: 70px;
  left: 245px;
}
.landing_10th_wrap .section01 .kakao .explain strong {
  color: #fff;
}
.landing_10th_wrap .section01 .kakao .explain strong span {
  position: relative;
  color: #fae304;
}
.landing_10th_wrap .section01 .kakao .explain strong span:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  display: inline-block;
  background: url("../img/pc/landing/10th/text_deco.png") 50% 0 no-repeat;
  width: 97px;
  height: 4px;
}
.landing_10th_wrap .section01 .kakao .explain p {
  color: #bcbdca;
}
.landing_10th_wrap .section01 .kakao .kakao_prejoin {
  position: absolute;
  right: 63px;
  top: 70px;
  background: url("../img/pc/landing/10th/kakao_prejoin.jpg") 50% 0 no-repeat;
  width: 264px;
  height: 48px;
}
.landing_10th_wrap .section01 .kakao .kakao_prejoin .txt_g {
  position: absolute;
  right: 15px;
  top: 0;
  line-height: 48px;
  letter-spacing: -0.4px;
}
.landing_10th_wrap .section01 .info {
  position: relative;
  width: 1200px;
  height: 1031px;
  margin: 0 auto;
}
.landing_10th_wrap .section01 .box_prejoin {
  position: absolute;
  top: 400px;
  right: 124px;
  width: 420px;
}
.landing_10th_wrap .section01 .box_prejoin.done .before_prejoin {
  display: none;
}
.landing_10th_wrap .section01 .box_prejoin.done .after_prejoin {
  display: block;
}
.landing_10th_wrap .section01 .box_prejoin.done .get_coupon {
  display: none;
}
.landing_10th_wrap .section01 .box_prejoin.done2 .before_prejoin {
  display: none;
}
.landing_10th_wrap .section01 .box_prejoin.done2 .after_prejoin {
  display: none;
}
.landing_10th_wrap .section01 .box_prejoin.done2 .get_coupon {
  display: block;
}
.landing_10th_wrap .section01 .user_prejoin .user_os {
  overflow: hidden;
}
.landing_10th_wrap .section01 .user_prejoin .user_os li {
  float: left;
  width: 49%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.landing_10th_wrap .section01 .user_prejoin .user_os li:first-child {
  padding-left: 0;
}
.landing_10th_wrap .section01 .user_prejoin .user_os li.on .btn_os .ico_radio_on {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.landing_10th_wrap .section01 .user_prejoin .user_os .btn_os {
  display: block;
  position: relative;
  height: 30px;
  padding-left: 46px;
}
.landing_10th_wrap .section01 .user_prejoin .user_os .btn_os .ico_radio {
  position: absolute;
  top: 0px;
  left: 0;
  width: 32px;
  height: 33px;
  background-position: 0 0;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.5s ease-in-out;
  -sand-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.landing_10th_wrap .section01 .user_prejoin .user_os .btn_os .ico_radio_off {
  background-image: url("../img/pc/landing/10th/ico_radio_off.png?_=201210");
  background-repeat: no-repeat;
}
.landing_10th_wrap .section01 .user_prejoin .user_os .btn_os .ico_radio_on {
  background-image: url("../img/pc/landing/10th/ico_radio_on.png?_=201210");
  background-repeat: no-repeat;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.landing_10th_wrap .section01 .user_prejoin .user_os .img_os {
  background-position: 0 0;
  background-repeat: no-repeat;
}
.landing_10th_wrap .section01 .user_prejoin .user_os .btn_ios .img_os {
  width: 120px;
  height: 26px;
  background-image: url("../img/pc/landing/10th/img_ios.png?_=201210");
  background-repeat: no-repeat;
}
.landing_10th_wrap .section01 .user_prejoin .user_os .btn_aos .img_os {
  width: 140px;
  height: 30px;
  background-image: url("../img/pc/landing/10th/img_aos.png?_=201210");
  background-repeat: no-repeat;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone, .landing_10th_wrap .section01 .user_prejoin .user_auth {
  overflow: hidden;
  position: relative;
  width: 420px;
  height: 50px;
  margin-top: 30px;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone:before, .landing_10th_wrap .section01 .user_prejoin .user_auth:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .txt_phone, .landing_10th_wrap .section01 .user_prejoin .user_auth .txt_phone {
  display: block;
  overflow: hidden;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .txt_phone.phone01, .landing_10th_wrap .section01 .user_prejoin .user_auth .txt_phone.phone01 {
  position: relative;
  float: left;
  width: 86px;
  padding-right: 21px;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .txt_phone.phone01:after, .landing_10th_wrap .section01 .user_prejoin .user_auth .txt_phone.phone01:after {
  content: "";
  width: 11px;
  height: 3px;
  background: #fff;
  position: absolute;
  top: 16px;
  right: 10px;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .txt_phone.phone02, .landing_10th_wrap .section01 .user_prejoin .user_auth .txt_phone.phone02 {
  width: 334px;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .txt_phone.phone03, .landing_10th_wrap .section01 .user_prejoin .user_auth .txt_phone.phone03 {
  display: none;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .inp_g, .landing_10th_wrap .section01 .user_prejoin .user_auth .inp_g {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 36px;
  text-align: center;
  color: #333;
  letter-spacing: -0.05em;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .inp_g::-webkit-input-placeholder, .landing_10th_wrap .section01 .user_prejoin .user_auth .inp_g::-webkit-input-placeholder {
  color: #858585;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .inp_g:-ms-input-placeholder, .landing_10th_wrap .section01 .user_prejoin .user_auth .inp_g:-ms-input-placeholder {
  color: #858585;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .inp_g::-moz-placeholder, .landing_10th_wrap .section01 .user_prejoin .user_auth .inp_g::-moz-placeholder {
  color: #858585;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .inp_g::-ms-input-placeholder, .landing_10th_wrap .section01 .user_prejoin .user_auth .inp_g::-ms-input-placeholder {
  color: #858585;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.landing_10th_wrap .section01 .user_prejoin .user_phone .inp_g::placeholder, .landing_10th_wrap .section01 .user_prejoin .user_auth .inp_g::placeholder {
  color: #858585;
  font-size: 18px;
  line-height: 36px;
  font-weight: normal;
}
.landing_10th_wrap .section01 .user_prejoin .user_auth {
  display: none;
  margin-top: 15px;
}
.landing_10th_wrap .section01 .user_prejoin .user_auth .txt_auth {
  display: block;
  overflow: hidden;
  position: relative;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.landing_10th_wrap .section01 .user_prejoin .user_auth .txt_auth.auth01 {
  float: left;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 36px;
}
.landing_10th_wrap .section01 .user_prejoin .user_auth .txt_auth.auth01 .time {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #d91b1b;
  letter-spacing: -0.04em;
}
.landing_10th_wrap .section01 .user_prejoin .user_auth .txt_auth.auth01.complete:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 263px;
  width: 32px;
  height: 26px;
  background-image: url("../img/pc/landing/9th/ico_auth_check.png?_=201210");
  background-repeat: no-repeat;
}
.landing_10th_wrap .section01 .user_prejoin .user_auth .txt_auth.auth01.complete .time {
  display: none;
}
.landing_10th_wrap .section01 .user_prejoin .user_auth .txt_auth.auth02 {
  float: left;
  width: 111px;
  height: 43px;
  margin-top: 4px;
  background: #fff;
}
.landing_10th_wrap .section01 .user_prejoin .user_auth .txt_auth.auth02 .btn_auth {
  color: rgba(25, 25, 25, 0.7);
}
.landing_10th_wrap .section01 .user_prejoin .user_auth .txt_auth.auth02.on .btn_auth {
  color: #171717;
}
.landing_10th_wrap .section01 .user_prejoin .user_auth .inp_auth {
  text-align: left;
  text-transform: uppercase;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree {
  overflow: hidden;
  width: 420px;
  margin-top: 20px;
  text-align: left;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .btn_agree {
  display: inline-block;
  position: relative;
  max-width: 302px;
  margin-top: 9px;
  padding-left: 34px;
  vertical-align: top;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .btn_agree:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 24px;
  height: 24px;
  background-color: #transparent;
  border: 2px solid #b3b3b3;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .btn_agree:after {
  content: "";
  position: absolute;
  top: 6px;
  left: 3px;
  width: 18px;
  height: 14px;
  background-image: url("../img/pc/landing/10th/ico_check.png?_=201210");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.5s ease-out;
  -sand-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .btn_agree.on:after {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  -sand-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .btn_agree.on:before {
  background-color: #4c4e64;
  border: 1px solid #4c4e64;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .btn_agree .txt_g {
  line-height: 24px;
  color: #000;
  letter-spacing: -0.05em;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .btn_more {
  float: right;
  width: 78px;
  background: #4c4e64;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .btn_more .txt_g {
  line-height: 24px;
  color: #fff;
  letter-spacing: -0.1px;
  text-align: center;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .row {
  overflow: hidden;
}
.landing_10th_wrap .section01 .user_prejoin .user_agree .row .btn_agree {
  margin-top: 0;
}
.landing_10th_wrap .section01 .user_prejoin .btn_join {
  position: relative;
  display: block;
  width: 420px;
  height: 83px;
  margin-top: 30px;
  background-image: url("../img/pc/landing/10th/btn_join_pre.jpg?_=201210");
  background-repeat: no-repeat;
}
.landing_10th_wrap .section01 .user_prejoin .btn_join .txt_g {
  color: #fff;
  line-height: 83px;
  text-align: center;
}
.landing_10th_wrap .section01 .user_prejoin .my_coupon {
  position: relative;
  top: 15px;
  display: block;
  z-index: 2;
  text-align: center;
}
.landing_10th_wrap .section01 .user_prejoin .my_coupon > div {
  display: inline-block;
}
.landing_10th_wrap .section01 .user_prejoin .my_coupon:after {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url("../img/pc/landing/10th/btn_deco.png");
  width: 11px;
  height: 17px;
  top: 1px;
  left: 6px;
}
.landing_10th_wrap .section01 .user_prejoin .txt_info {
  position: absolute;
  left: -593px;
  top: 370px;
  width: 537px;
  height: 40px;
  color: #b2b4c5;
  text-align: center;
}
.landing_10th_wrap .section01 .user_prejoin .txt_info span {
  color: #f9cf74;
}
.landing_10th_wrap .section01 .box_prejoin.auth {
  top: 400px;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone {
  margin-top: 29px;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .inp_box {
  float: left;
  width: 418px;
  height: 36px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .txt_phone {
  display: block;
  overflow: hidden;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #171717;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .txt_phone.phone02 {
  position: relative;
  float: left;
  width: 220px;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .txt_phone.phone03 {
  position: absolute;
  right: 0;
  width: 120px;
  height: 43px;
  margin-top: -4px;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .txt_phone.phone03 button {
  color: #fff;
  background: #000;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .txt_phone.phone03 button.off {
  background: #b7b8c1;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .txt_phone.phone03.off button {
  background: #b7b8c1;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .phone03 {
  display: block;
  background: #fff;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .phone03 .btn_phone {
  color: rgba(25, 25, 25, 0.7);
  letter-spacing: -0.05em;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_phone .phone03.on .btn_phone {
  color: #171717;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_auth {
  display: block;
}
.landing_10th_wrap .section01 .box_prejoin.auth .user_agree {
  margin-top: 25px;
}
.landing_10th_wrap .section01 .box_prejoin.auth .btn_item {
  top: 312px;
}
.landing_10th_wrap .section01 .after_prejoin, .landing_10th_wrap .section01 .get_coupon {
  text-align: center;
  display: none;
  margin-top: -30px;
  margin-left: -30px;
  background: url(../img/pc/landing/9th/bg_prejoin_after.png) no-repeat 0 0;
  width: 464px;
  height: 384px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}
.landing_10th_wrap .section01 .after_prejoin .desc {
  padding-top: 71px;
  width: 100%;
  height: 30px;
  background: url("../img/pc/landing/9th/txt_prejoin_after.png") no-repeat 50% 71px;
}
.landing_10th_wrap .section01 .after_prejoin .desc2 {
  margin: 18px 0 0 0;
  line-height: 28.7px;
}
.landing_10th_wrap .section01 .after_prejoin .desc3, .landing_10th_wrap .section01 .after_prejoin .desc4 {
  margin-top: 35px;
  color: #747474;
  letter-spacing: -0.05em;
  line-height: 22px;
}
.landing_10th_wrap .section01 .after_prejoin .desc4 {
  margin-top: 26px;
}
.landing_10th_wrap .section01 .after_prejoin .line {
  width: 324px;
  height: 1px;
  display: inline-block;
  margin: 10px 0 0 0;
  background-color: #e4e8eb;
}
.landing_10th_wrap .section01 .get_coupon .desc {
  padding-top: 53px;
  width: 100%;
  height: 92px;
  background: url("../img/pc/landing/9th/txt_prejoin_coupon.png") no-repeat 50% 53px;
}
.landing_10th_wrap .section01 .get_coupon .list {
  padding: 15px 20px 0;
}
.landing_10th_wrap .section01 .get_coupon .list li {
  position: relative;
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  background-color: #ebebeb;
  margin-bottom: 4px;
}
.landing_10th_wrap .section01 .get_coupon .list li p {
  padding-right: 60px;
  color: #cd2b00;
}
.landing_10th_wrap .section01 .get_coupon .list li button {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  background-color: #cd2b00;
  color: #fff;
  text-align: center;
  line-height: 30px;
}
.landing_10th_wrap .section01 .get_coupon .desc4 {
  margin-top: 25px;
  color: #747474;
  letter-spacing: -0.05em;
  line-height: 22px;
}
.landing_10th_wrap .section02 {
  position: relative;
  height: 1069px;
  background-image: url("../img/pc/landing/10th/bg_section02_v2.jpg");
}
.landing_10th_wrap .section02 .tit_war {
  top: 188px;
  left: 0;
  z-index: 1;
}
.landing_10th_wrap .section02 .tit_war .text {
  height: 55px;
  line-height: 30px;
  color: #fff;
}
.landing_10th_wrap .section02 .tit_war .text span {
  color: #ffba00;
}
.landing_10th_wrap .section02 .tit_war .expire_date {
  color: #fff;
  opacity: 0.5;
  margin-top: 40px;
}
.landing_10th_wrap .section02 .tit_war .tit1 {
  background-image: url("../img/pc/landing/10th/section02-title_1_v2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 230px auto;
  width: 230px;
  height: 24px;
  margin: 0 auto;
}
.landing_10th_wrap .section02 .tit_war .tit2 {
  background-image: url("../img/pc/landing/10th/section02-title_2_v2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 848px auto;
  width: 848px;
  height: 91px;
  margin: 0 auto;
}
.landing_10th_wrap .section02 .tit_war .btn_coupon_more {
  position: relative;
  margin-top: 10px;
  background: url(../img/pc/landing/10th/sec4-btn_more.png) no-repeat;
  width: 169px;
  height: 56px;
  text-indent: -99999em;
}
.landing_10th_wrap .section02 .tit_war .notice {
  position: absolute;
  top: 720px;
  left: 0;
  right: 0;
  width: 1074px;
  margin: 0 80px 0 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 120px;
  color: rgba(255, 255, 255, 0.5);
  line-height: 33px;
  text-align: left;
}
.landing_10th_wrap .section02 .tit_war .notice .pre_text {
  color: #d9dae9;
}
.landing_10th_wrap .section02 .tit_war .notice .pre_text:before {
  position: relative;
  margin-right: 8px;
  top: 4px;
  content: "";
  display: inline-block;
  width: 16px;
  height: 19px;
  background: url("../img/pc/landing/10th/icon_notice.png") 50% 0 no-repeat;
}
.landing_10th_wrap .section02 .tit_war .notice ul {
  margin-top: 5px;
  width: 537px;
  float: left;
  line-height: 26px;
  letter-spacing: -0.05em;
}
.landing_10th_wrap .section02 .tit_war .notice ul.right {
  width: 537px;
  float: right;
}
.landing_10th_wrap .section02 .tit_war .notice ul li {
  text-indent: -5px;
  line-height: 23px;
}
.landing_10th_wrap .section03 {
  position: relative;
  height: 1030px;
  background: url("../img/pc/landing/10th/bg_section03.jpg") no-repeat 50% 0;
}
.landing_10th_wrap .section03 > .cont {
  z-index: 2;
}
.landing_10th_wrap .section03 .txt_job {
  top: 175px;
  left: auto;
  right: 63px;
  width: 505px;
  height: 201px;
}
.landing_10th_wrap .section03 .txt_job .img_g {
  margin: 0 auto;
  background-image: url("../img/pc/landing/10th/txt_job.png?_=201210");
  background-repeat: no-repeat;
  background-size: 285px auto;
  width: 285px;
  height: 201px;
}
.landing_10th_wrap .section03 .clip_zone {
  top: 409px;
  left: auto;
  right: 60px;
  width: 503px;
  height: 282px;
}
.landing_10th_wrap .section03 .clip_zone .btn_clip {
  width: 503px;
  height: 282px;
}
.landing_10th_wrap .section03 .desc_job {
  top: 720px;
  left: auto;
  right: 60px;
  width: 503px;
  line-height: 30px;
  color: #fff;
  text-align: left;
  letter-spacing: -0.04em;
}
.landing_10th_wrap .section04 {
  position: relative;
  height: 1070px;
  background-image: url("../img/pc/landing/10th/bg_section04.jpg");
}
.landing_10th_wrap .section04 .new_server {
  position: relative;
  top: 170px;
}
.landing_10th_wrap .section04 .new_server .text1 {
  background-image: url("../img/pc/landing/10th/sec4_title_1.png?_=201210");
  background-repeat: no-repeat;
  background-size: 373px auto;
  width: 373px;
  height: 65px;
  margin: 0 auto;
}
.landing_10th_wrap .section04 .new_server .text2 {
  background-image: url("../img/pc/landing/10th/sec4_title_2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 870px auto;
  width: 870px;
  height: 92px;
  margin: -15px auto 0 auto;
}
.landing_10th_wrap .section04 .list_new_server {
  position: absolute;
  width: 1074px;
  top: 380px;
  left: 50%;
  margin-left: -537px;
}
.landing_10th_wrap .section04 .list_new_server li {
  float: left;
  margin: 0 7px 0 15px;
}
.landing_10th_wrap .section04 .list_new_server li.list01 {
  background-image: url("../img/pc/landing/10th/section04_list_1_v2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 511px auto;
  width: 511px;
  height: 496px;
}
.landing_10th_wrap .section04 .list_new_server li.list02 {
  background-image: url("../img/pc/landing/10th/section04_list_2_v2.png?_=201210");
  background-repeat: no-repeat;
  background-size: 511px auto;
  width: 511px;
  height: 496px;
}
.landing_10th_wrap .section04 .list_new_server li:last-child {
  margin-right: 0;
}
.landing_10th_wrap .section04 .list_new_server li .btn_more {
  position: relative;
  top: 500px;
  background: url(../img/pc/landing/10th/sec4-btn_more.png) no-repeat;
  width: 169px;
  height: 56px;
  text-indent: -99999em;
}
.landing_10th_wrap .link_more {
  display: inline-block;
  background-image: url("../img/pc/landing/8th/link_more.png?_=201210");
  background-repeat: no-repeat;
  background-size: 241px auto;
  width: 241px;
  height: 64px;
  text-indent: -5000px;
  overflow: hidden;
}
.landing_10th_wrap .txt_noti {
  background: url(../img/pc/landing/8th/txt_noti.png) no-repeat 0 4px;
  color: #aaa;
  padding-left: 12px;
  text-align: left;
  top: 602px;
}

.layer_landing {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 744px;
  height: 557px;
}
.layer_landing.layer_on {
  display: block;
}
.layer_landing .layer_dimmed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  -ms-opacity: 0.7;
  -o-opacity: 0.7;
  -sand-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
}
.layer_landing .layer_cont {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 744px;
  height: 557px;
  margin: -278px 0 0 -372px;
  background-image: url("../img/pc/landing/10th/bg_popup_layer_1.jpg?_=201210");
  background-repeat: no-repeat;
}
.layer_landing .btn_close {
  position: absolute;
  top: 0;
  right: -66px;
  background-image: url("../img/pc/landing/8th/btn_close.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}
.layer_landing .cont_info {
  padding: 68px 40px 80px;
  text-align: left;
}
.layer_landing .cont_info .tit_info {
  display: block;
  line-height: 24px;
  color: #000;
  letter-spacing: -1.1px;
}
.layer_landing .cont_info .txt_info {
  margin-top: 41px;
  line-height: 24px;
  color: #211809;
  letter-spacing: -0.9px;
}
.layer_landing .cont_info .list_info {
  margin-top: 28px;
}
.layer_landing .cont_info .list_info li {
  line-height: 26px;
  color: #4c4c4c;
  letter-spacing: -0.8px;
}
.layer_landing .cont_info .list_info .emph {
  color: #1a1a1a;
}
.layer_landing .cont_info .list_info .emph b {
  color: #a30d0c;
}
.layer_landing .cont_info .desc_info {
  margin-top: 26px;
  line-height: 26px;
  color: #4c4c4c;
  letter-spacing: -0.8px;
}
.layer_landing .cont_info .desc_info .emph {
  color: #1a1a1a;
}
.layer_landing .cont_info .btn_info {
  display: inline-block;
  position: relative;
  margin-top: 38px;
  vertical-align: top;
}
.layer_landing .cont_info .btn_info:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 5px;
  width: 100%;
  height: 1px;
  background-color: #a30d0c;
}
.layer_landing .cont_info .btn_info .txt_g {
  position: relative;
  line-height: 26px;
  color: #a30d0c;
}

.layer_coupon_complete {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 744px;
  height: 557px;
}
.layer_coupon_complete.layer_on {
  display: block;
}
.layer_coupon_complete .cont_info .tit_info {
  display: block;
  line-height: 24px;
  color: #000;
  letter-spacing: -0.03em;
}
.layer_coupon_complete .cont_info .txt_info {
  margin-top: 20px;
  line-height: 24px;
  color: #666;
  letter-spacing: -0.03em;
  min-height: 50px;
}
.layer_coupon_complete .cont_info .txt_info strong {
  color: #d91b1b;
}
.layer_coupon_complete .cont_foot {
  margin-top: 32px;
  padding: 32px 0;
}
.layer_coupon_complete .cont_foot .txt_date {
  color: #222;
}
.layer_coupon_complete .cont_foot .txt_agree {
  color: #888;
}
.layer_coupon_complete .layer_cont {
  position: absolute;
  padding-top: 242px;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 744px;
  height: 557px;
  margin: -278px 0 0 -372px;
  background-image: url("../img/pc/landing/10th/bg_popup_layer_2.jpg?_=201210");
  background-repeat: no-repeat;
}
.layer_coupon_complete .btn_confirm {
  background-image: url("../img/pc/landing/10th/btn_popup_v2.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 240px auto;
  width: 240px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  margin-top: 24px;
}
.layer_coupon_complete .btn_close {
  position: absolute;
  top: 0;
  right: -66px;
  background-image: url("../img/pc/landing/8th/btn_close.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}

.layer_coupon_duplicate {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 744px;
  height: 414px;
}
.layer_coupon_duplicate.layer_on {
  display: block;
}
.layer_coupon_duplicate .cont_info .tit_info {
  display: block;
  line-height: 40px;
  color: #000;
  letter-spacing: -0.03em;
}
.layer_coupon_duplicate .cont_info .txt_info {
  margin-top: 12px;
  line-height: 22px;
  color: #666;
  letter-spacing: -0.03em;
}
.layer_coupon_duplicate .layer_cont {
  position: absolute;
  padding-top: 98px;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 744px;
  height: 414px;
  margin: -207px 0 0 -372px;
  background-image: url("../img/pc/landing/10th/bg_popup_layer_3.jpg?_=201210");
  background-repeat: no-repeat;
}
.layer_coupon_duplicate .btn_confirm {
  background-image: url("../img/pc/landing/10th/btn_popup_v2.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 240px auto;
  width: 240px;
  height: 50px;
  color: #fff;
  line-height: 50px;
  margin-top: 26px;
}
.layer_coupon_duplicate .btn_close {
  position: absolute;
  top: 0;
  right: -66px;
  background-image: url("../img/pc/landing/8th/btn_close.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}

.layer_my_coupon {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 744px;
  height: 414px;
}
.layer_my_coupon.layer_on {
  display: block;
}
.layer_my_coupon .cont_info .tit_info {
  display: block;
  line-height: 40px;
  color: #000;
  letter-spacing: -0.03em;
}
.layer_my_coupon .cont_info .txt_info {
  margin-top: 12px;
  line-height: 22px;
  color: #222222;
  letter-spacing: -0.03em;
}
.layer_my_coupon .cont_info .text {
  color: #cd2b00;
  margin-top: 20px;
}
.layer_my_coupon .cont_info ul {
  position: relative;
  width: 442px;
  left: 50%;
  margin: 15px 0 35px -221px;
}
.layer_my_coupon .cont_info ul li {
  position: relative;
  background: #f4f4f4;
  width: 442px;
  height: 43px;
  margin-bottom: 12px;
}
.layer_my_coupon .cont_info ul li .code_text {
  width: 348px;
  height: 43px;
  display: table;
  text-align: center;
}
.layer_my_coupon .cont_info ul li .code_text span {
  color: #cd2b00;
  display: table-cell;
  vertical-align: middle;
}
.layer_my_coupon .cont_info ul li .btn_copy {
  position: absolute;
  top: 0;
  right: 0;
  width: 93px;
  height: 43px;
  background: #4c4e64;
  color: #fff;
}
.layer_my_coupon .cont_info .btn_confirm {
  position: absolute;
  width: 257px;
  height: 50px;
  color: #fff;
  left: 50%;
  margin-left: -128px;
  top: 380px;
}
.layer_my_coupon .layer_cont {
  position: absolute;
  padding-top: 60px;
  text-align: center;
  top: 50%;
  left: 50%;
  width: 744px;
  height: 489px;
  margin: -207px 0 0 -372px;
  background-image: url("../img/pc/landing/10th/bg_popup_layer_4.jpg?_=201210");
  background-repeat: no-repeat;
}
.layer_my_coupon .btn_close {
  position: absolute;
  top: 0;
  right: -66px;
  background-image: url("../img/pc/landing/8th/btn_close.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}

.list_sns {
  position: absolute;
  bottom: 0;
  left: 33px;
  width: 194px;
  height: 42px;
}
.list_sns li {
  float: left;
  padding: 0 8px;
}
.list_sns .btn_sns {
  display: block;
  width: 43px;
  height: 43px;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.list_sns .btn_facebook {
  background-image: url(../img/pc/landing/8th/ico_facebook.png);
}
.list_sns .btn_twitter {
  background-image: url(../img/pc/landing/8th/ico_twitter.png);
}
.list_sns .btn_copy {
  background-image: url(../img/pc/landing/8th/ico_copy.png);
}

#lnbView .lnb.lnb-view-10th .bi {
  top: 20px;
  left: 54px;
  width: 156px;
  height: 79px;
  background-image: url(../img/pc/landing/10th/bi_white.png);
  background-position: 0 0;
  background-size: 156px 79px;
  -webkit-transform: unset;
          transform: unset;
}
#lnbView .lnb.lnb-view-10th .bi.theme-black {
  background-image: url(../img/pc/landing/10th/bi_black.png);
}
#lnbView .lnb.lnb-view-10th.fix .bi {
  top: 20px;
  left: 54px;
}
#lnbView .lnb.lnb-view-10th.fix .lnb_10th_landing .list_landing {
  top: 315px;
}
#lnbView .lnb.lnb-view-10th.top_dim_black .bg {
  display: none;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  -ms-opacity: 0;
  -o-opacity: 0;
  -sand-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}

.lnb10th .menu_10th_landing {
  display: none;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  z-index: 5;
}
.lnb10th .menu_10th_landing .dim {
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background: #000;
}
.lnb10th .menu_10th_landing .lnb_area {
  background-image: url("../img/pc/landing/10th/lnb_bg.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 401px auto;
  width: 401px;
  height: 1800px;
  position: absolute;
  width: 401px;
  right: 0;
  z-index: 2;
  top: 0;
}
.lnb10th .menu_10th_landing .lnb_area .btn_lnb_close {
  position: absolute;
  width: 80px;
  height: 80px;
  top: -12px;
  left: -68px;
}
.lnb10th .menu_10th_landing .lnb_area .btn_lnb_close span {
  display: inline-block;
  background-image: url("../img/pc/landing/10th/lnb_close.jpg?_=201210");
  background-repeat: no-repeat;
  background-size: 56px auto;
  width: 56px;
  height: 56px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_top_btns {
  position: absolute;
  width: 100%;
  top: 225px;
}
.lnb10th .menu_10th_landing .lnb_area .btn_download {
  position: absolute;
  top: 0;
  width: 164px;
  height: 56px;
  background: url("../img/pc/landing/10th/lnb_download_btn.jpg") no-repeat;
  background-position: 0 0;
}
.lnb10th .menu_10th_landing .lnb_area .btn_download.ios {
  left: 30px;
  background-position: 0 0;
}
.lnb10th .menu_10th_landing .lnb_area .btn_download.aos {
  right: 30px;
  background-position: -164px 0;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_content {
  position: absolute;
  top: 307px;
  left: 30px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li {
  position: relative;
  line-height: 52px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li a {
  color: #000;
  letter-spacing: -0.05em;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li:hover a, .lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li.on a {
  color: #b51716;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li:hover:after, .lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li.on:after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  height: 6px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li:hover:nth-of-type(1):after, .lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li.on:nth-of-type(1):after {
  bottom: 8px;
  background: url("../img/pc/landing/10th/menu_list_on_1.png") no-repeat;
  width: 131px;
  height: 4px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li:hover:nth-of-type(2):after, .lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li.on:nth-of-type(2):after {
  bottom: 6px;
  background: url("../img/pc/landing/10th/menu_list_on_2.png") no-repeat;
  width: 108px;
  height: 6px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li:hover:nth-of-type(3):after, .lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li.on:nth-of-type(3):after {
  bottom: 8px;
  background: url("../img/pc/landing/10th/menu_list_on_3.png") no-repeat;
  width: 37px;
  height: 5px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li:hover:nth-of-type(4):after, .lnb10th .menu_10th_landing .lnb_area .lnb_content .menu_list li.on:nth-of-type(4):after {
  bottom: 6px;
  background: url("../img/pc/landing/10th/menu_list_on_4.png") no-repeat;
  width: 70px;
  height: 4px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot {
  position: absolute;
  left: 30px;
  width: 100%;
  top: 568px;
  color: #666;
  letter-spacing: -0.05em;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .txt li {
  line-height: 50px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .txt li a {
  color: #666;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .txt li a.share:after {
  content: "";
  position: relative;
  display: inline-block;
  background-image: url("../img/pc/landing/10th/icon_share.png?_=201210");
  background-repeat: no-repeat;
  background-size: 17px auto;
  width: 17px;
  height: 17px;
  top: 4px;
  margin-left: 8px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .sns-share {
  position: absolute;
  right: 50px;
  top: 50px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .sns-share li {
  float: left;
  margin-right: 14px;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .sns-share li:last-child {
  margin-right: 0;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .sns-share li a {
  background: url("../img/pc/landing/10th/lnb_sns_icon.png");
  width: 44px;
  height: 52px;
  display: inline-block;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .sns-share li a.sns-fb {
  background-position: 0 0;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .sns-share li a.sns-tw {
  background-position: -44px 0;
}
.lnb10th .menu_10th_landing .lnb_area .lnb_foot .sns-share li a.sns-copy {
  background-position: -88px 0;
}

.etc_fix {
  display: none;
}

.foot_ab .etc_fix {
  position: relative;
  bottom: 125px;
}

.btn_top {
  position: absolute;
  bottom: 0;
  right: 73px;
  width: 50px;
  height: 50px;
  background: url(../img/pc/landing_1th/btn_top.png) 0 0 no-repeat;
}

.etc_ab {
  width: 100%;
  position: relative;
  bottom: 125px;
  z-index: 1;
}

.layer_clip {
  display: none;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 182px 0 0 -498px;
}
.layer_clip .ly_cont {
  width: 996px;
  height: 560px;
  background-color: #000;
}
.layer_clip .ly_close {
  position: absolute;
  top: 0;
  right: -67px;
  background-image: url("../img/pc/landing/10th/ly_close.png?_=201210");
  background-repeat: no-repeat;
  background-size: 38px auto;
  width: 38px;
  height: 38px;
}
.layer_clip .box_clip {
  width: 100%;
  height: 100%;
}
.layer_clip .box_clip iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1280px) {
  .landing_10th_wrap .view_intro .bg_video {
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
  }
}
@media screen and (min-width: 1281px) and (max-width: 1920px) {
  .landing_10th_wrap .view_intro .bg_video {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}
@media screen and (min-width: 1921px) {
  .landing_10th_wrap .view_intro .bg_video {
    transform: scale(1.6);
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    -ms-transform: scale(1.6);
    -o-transform: scale(1.6);
  }
}
/*
@media screen and (max-width: 1280px) {
  .landing_10th_wrap .view_intro .bg_video{
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -ms-transform: scale(1.8);
    -o-transform: scale(1.8);
  }
}
@media screen and (min-width: 1281px) and (max-width: 1600px){
  .landing_10th_wrap .view_intro .bg_video{
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
  }
}
*/
@-webkit-keyframes move {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
@keyframes move {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: 0;
  }
}
.ab {
  position: absolute;
}

/* 공통스타일 */
.info_character_class .class_lnb {
  z-index: 12;
  width: 100%;
  height: 240px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
  margin: 0 auto;
  overflow-x: auto !important;
  overflow-y: hidden;
}
.info_character_class .class_lnb > div {
  float: none;
}
.info_character_class .class_lnb .class_lnb_wrap {
  width: 180px;
  background-image: url(../img/pc/character/warden/class_navi_footer_v8.png);
}
.info_character_class .class_lnb .footerlnb_warden {
  background-position-x: 0;
}
.info_character_class .class_lnb .footerlnb_shooter {
  background-position-x: -180px;
}
.info_character_class .class_lnb .footerlnb_abstentioner {
  background-position-x: -360px;
}
.info_character_class .class_lnb .footerlnb_warlock {
  background-position-x: -540px;
}
.info_character_class .class_lnb .footerlnb_bladedancer {
  background-position-x: -720px;
}
.info_character_class .class_lnb .footerlnb_summoner {
  background-position-x: -900px;
}
.info_character_class .class_lnb .footerlnb_assassin {
  background-position-x: -1080px;
}
.info_character_class .class_lnb .footerlnb_blader {
  background-position-x: -1260px;
}
.info_character_class .class_lnb .footerlnb_fighter {
  background-position-x: -1440px;
}
.info_character_class .class_lnb .footerlnb_axeman {
  background-position-x: -1620px;
}
.info_character_class .class_lnb .footerlnb_manauser {
  background-position-x: -1800px;
}
.info_character_class .class_lnb:after {
  position: absolute;
  content: "";
  width: 260px;
  height: 100%;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

/* 암살자 */
.info_character_class .lnb_class_lnb a {
  background-image: url(../img/pc/character/class_navi_v2.png);
}
.info_character_class .lnb_class_lnb .assassin {
  background-position-y: -400px;
}
.info_character_class .section .class_section01 .desc_wrap .title {
  background-image: url(../img/pc/character/class_title_v2.png);
}
.info_character_class .section .class_section01 .desc_wrap .title.assassin {
  background-position: 0 -300px;
}
.info_character_class .section .class_section03 .lt .assassin .skill_desc_ic {
  background-image: url(../img/pc/character/class_skill_assassin.png);
  width: 346px;
}

/* 소환사 */
.info_character_class .lnb_class_lnb a {
  margin-bottom: 2px;
  background-image: url(../img/pc/character/class_navi_v3.png);
}
.info_character_class .lnb_class_lnb .summoner {
  background-position-y: -500px;
}
.info_character_class .section .class_section01 .desc_wrap .title {
  background-image: url(../img/pc/character/class_title_v3.png);
}
.info_character_class .section .class_section01 .desc_wrap .title.summoner {
  background-position: 0 -375px;
}
.info_character_class .section .class_section03 .lt .summoner .skill_desc_ic {
  background-image: url(../img/pc/character/class_skill_summoner.png);
}

/* 린검사 */
.info_character_class .lnb_class_lnb {
  top: 50%;
  right: 82px;
  height: 490px;
  width: 68px;
  margin-top: -245px;
}
.info_character_class .lnb_class_lnb .lnb_class_lnb_slider a {
  display: none;
}
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a {
  display: block;
  width: 66px !important;
  margin-bottom: 2px;
  background-image: url(../img/pc/character/bladedancer/class_navi_v4.png);
}
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.bladedancer {
  background-position-y: -600px;
}
.info_character_class .lnb_class_lnb .bx-controls a {
  position: absolute;
  left: 23px;
  width: 22px;
  height: 22px;
  text-indent: -5000px;
  overflow: hidden;
  text-align: left;
  opacity: 1;
}
.info_character_class .lnb_class_lnb .bx-controls a.bx-prev {
  top: -53px;
  background: url(../img/pc/character/bladedancer/character_prev.png) no-repeat left center;
}
.info_character_class .lnb_class_lnb .bx-controls a.bx-next {
  bottom: -35px;
  background: url(../img/pc/character/bladedancer/character_next.png) no-repeat left center;
}
.info_character_class .lnb_class_lnb .bx-controls a.disabled {
  opacity: 0;
  cursor: default;
}
.info_character_class .section .class_section01 .desc_wrap .title {
  background-image: url(../img/pc/character/bladedancer/class_title_v4.png);
}
.info_character_class .section .class_section01 .desc_wrap .title.bladedancer {
  background-position: 0 -450px;
}
.info_character_class .section .class_section03 .lt .bladedancer .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/bladedancer/class_skill_bladedancer.png);
}

/* 주술사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a {
  background-image: url(../img/pc/character/warlock/class_navi_v5.png);
}
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.warlock {
  background-position-y: -700px;
}
.info_character_class .section .class_section01 .desc_wrap .title {
  background-image: url(../img/pc/character/warlock/class_title_v5.png);
}
.info_character_class .section .class_section01 .desc_wrap .title.warlock {
  background-position: 0 -525px;
}
.info_character_class .section .class_section03 .lt {
  width: 46%;
}
.info_character_class .section .class_section03 .lt .warlock .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/warlock/class_skill_warlock.png);
}
.info_character_class .section .class_section03 .rt {
  width: 43%;
}

/* 기권사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a {
  background-image: url(../img/pc/character/abstentioner/class_navi_v6.png);
}
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.abstentioner {
  background-position-y: -800px;
}
.info_character_class .section .class_section01 .desc_wrap .title {
  background-image: url(../img/pc/character/abstentioner/class_title_v6.png);
}
.info_character_class .section .class_section01 .desc_wrap .title.abstentioner {
  background-position: 0 -605px;
}
.info_character_class .section .class_section03 .lt {
  width: 46%;
}
.info_character_class .section .class_section03 .lt .abstentioner .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/abstentioner/class_skill_abstentioner.png);
}
.info_character_class .section .class_section03 .rt {
  width: 43%;
}

/* 슈터 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a {
  background-image: url(../img/pc/character/shooter/class_navi_v7.png);
}
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.shooter {
  background-position-y: -900px;
}
.info_character_class .section .class_section01 .desc_wrap .title {
  background-image: url(../img/pc/character/shooter/class_title_v7.png);
}
.info_character_class .section .class_section01 .desc_wrap .title.shooter {
  background-position: 0 -685px;
}
.info_character_class .section .class_section03 .lt {
  width: 46%;
}
.info_character_class .section .class_section03 .lt .shooter .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/shooter/class_skill_shooter.png);
}
.info_character_class .section .class_section03 .rt {
  width: 43%;
}

/* 투사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a {
  background-image: url(../img/pc/character/warden/class_navi_v8.png);
}
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.warden {
  background-position-y: -1000px;
}
.info_character_class .section .class_section01 .desc_wrap .title {
  background-image: url(../img/pc/character/warden/class_title_v8.png);
}
.info_character_class .section .class_section01 .desc_wrap .title.warden {
  background-position: -24px -760px;
}
.info_character_class .section .class_section03 .lt {
  width: 46%;
}
.info_character_class .section .class_section03 .lt .warden .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/warden/class_skill_warden.png);
}
.info_character_class .section .class_section03 .rt {
  width: 43%;
}

/* 궁사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.archer {
  background: url(../img/pc/character/archer/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.archer {
  background: url(../img/pc/character/archer/class_title.png) no-repeat 0 0;
}
.info_character_class .section .class_section03 .lt .archer .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/archer/class_skill_archer.png);
}
.info_character_class .class_lnb .footerlnb_archer {
  background: url(../img/pc/character/archer/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 천도사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.celestial {
  background: url(../img/pc/character/celestial/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.celestial {
  background: url(../img/pc/character/celestial/class_title.png) no-repeat 0 0;
}
.info_character_class .section .class_section03 .lt .celestial .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/celestial/class_skill.png);
}
.info_character_class .class_lnb .footerlnb_celestial {
  background: url(../img/pc/character/celestial/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 쌍검사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.dualblade {
  background: url(../img/pc/character/dualblade/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.dualblade {
  background: url(../img/pc/character/dualblade/class_title.png) no-repeat 0 0;
}
.info_character_class .section .class_section03 .lt .dualblade .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/dualblade/class_skill.png);
}
.info_character_class .class_lnb .footerlnb_dualblade {
  background: url(../img/pc/character/dualblade/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 싸울아비 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.battlewarrior {
  background: url(../img/pc/character/battlewarrior/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.battlewarrior {
  background: url(../img/pc/character/battlewarrior/class_title.png) no-repeat 0 0;
  width: 200px;
}
.info_character_class .section .class_section03 .lt .battlewarrior .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/battlewarrior/class_skill.png);
}
.info_character_class .class_lnb .footerlnb_battlewarrior {
  background: url(../img/pc/character/battlewarrior/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 포술사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.cannonshooter {
  background: url(../img/pc/character/cannonshooter/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.cannonshooter {
  background: url(../img/pc/character/cannonshooter/class_title.png) no-repeat 0 0;
  width: 150px;
}
.info_character_class .section .class_section03 .lt .cannonshooter .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/cannonshooter/class_skill.png);
}
.info_character_class .class_lnb .footerlnb_cannonshooter {
  background: url(../img/pc/character/cannonshooter/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 기검사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.qibladechampion {
  background: url(../img/pc/character/qibladechampion/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.qibladechampion {
  background: url(../img/pc/character/qibladechampion/class_title.png) no-repeat 0 0;
  width: 150px;
}
.info_character_class .section .class_section03 .lt .qibladechampion .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/qibladechampion/class_skill.png);
}
.info_character_class .class_lnb .footerlnb_qibladechampion {
  background: url(../img/pc/character/qibladechampion/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 음양사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.yinandyang {
  background: url(../img/pc/character/yinandyang/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.yinandyang {
  background: url(../img/pc/character/yinandyang/class_title.png) no-repeat 0 0;
  width: 150px;
}
.info_character_class .section .class_section03 .lt .yinandyang .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/yinandyang/class_skill.png);
}
.info_character_class .class_lnb .footerlnb_yinandyang {
  background: url(../img/pc/character/yinandyang/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 사술사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.reaper {
  background: url(../img/pc/character/reaper/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.reaper {
  background: url(../img/pc/character/reaper/class_title.png) no-repeat 0 0;
  width: 152px;
}
.info_character_class .class_lnb .footerlnb_reaper {
  background: url(../img/pc/character/reaper/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 금강사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.hammerbreaker {
  background: url(../img/pc/character/hammerbreaker/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.hammerbreaker {
  background: url(../img/pc/character/hammerbreaker/class_title.png) no-repeat 0 0;
  width: 150px;
}
.info_character_class .section .class_section03 .lt .hammerbreaker .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/hammerbreaker/class_skill.png);
}
.info_character_class .class_lnb .footerlnb_hammerbreaker {
  background: url(../img/pc/character/hammerbreaker/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 악사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.musician {
  background: url(../img/pc/character/musician/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.musician {
  background: url(../img/pc/character/musician/class_title.png) no-repeat 0 0;
  width: 97px;
}
.info_character_class .section .class_section03 .lt .musician .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/musician/class_skill.png);
}
.info_character_class .class_lnb .footerlnb_musician {
  background: url(../img/pc/character/musician/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 귀검사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.ghostknight {
  background: url(../img/pc/character/ghostknight/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.ghostknight {
  background: url(../img/pc/character/ghostknight/class_title.png) no-repeat 0 0;
  width: 150px;
}
.info_character_class .section .class_section03 .lt .ghostknight .skill_desc_ic {
  width: 360px;
  background-image: url(../img/pc/character/ghostknight/class_skill.png);
}
.info_character_class .class_lnb .footerlnb_ghostknight {
  background: url(../img/pc/character/ghostknight/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 미호검사 */
.info_character_class .lnb_class_lnb .bx-wrapper .lnb_class_lnb_slider a.miho {
  background: url(../img/pc/character/miho/class_navi.png) no-repeat 50% 0;
}
.info_character_class .section .class_section01 .desc_wrap .title.miho {
  background: url(../img/pc/character/miho/class_title.png) no-repeat 0 0;
  width: 198px;
}
.info_character_class .class_lnb .footerlnb_miho {
  background: url(../img/pc/character/miho/class_navi_footer.png) no-repeat 50% 70px !important;
}

/* 캐릭터 추가 */
#lnbView .lnb .select_cont {
  height: 80px;
  left: 157px;
}
#lnbView .lnb .select_cont .line.up {
  top: 78px;
}
#lnbView .lnb .bi {
  top: 20px;
}
#lnbView .lnb.top_dim_black #btnLnbUpdate {
  position: absolute;
  right: 86px;
  top: 14px;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 {
  top: 0;
  width: 1000px;
  height: 80px;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .lnb_banner {
  margin-top: 20px;
  display: block;
  height: 46px;
  padding: 10px 5px;
  font-size: 15px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.65);
  background-color: rgba(255, 255, 255, 0.07);
  border-radius: 20px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .lnb_banner.lnb_btn_update {
  color: #fff;
  font-size: 14px;
  border-radius: 0;
  background-image: url("../img/pc/landing/bg_lnb_type5.png?_=201210");
  background-repeat: no-repeat;
  background-size: 182px auto;
  width: 182px;
  height: 46px;
  background-color: transparent;
  margin-left: 30px;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .lnb_banner.lnb_btn_update span {
  color: #fff !important;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .ul_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 39px;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .ul_1 li {
  margin-right: 35px;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .ul_1 li .tx {
  width: auto;
  padding: 22px 0;
  line-height: 1;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .ul_1.m_cont_2 {
  margin: 0 0 0 33px;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .header {
  height: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .header .tx.pc_ver {
  color: #FF1A1A;
}
#lnbView .lnb.top_dim_black .select_cont .ul_0 li .header .new {
  top: -5px;
}
#lnbView .lnb.top_dim_black .bg .item {
  height: 80px;
}
#lnbView .lnb.top_dim_black .bg.show .item {
  height: 140px;
}/*# sourceMappingURL=event-pc-1.0.33.css.map */