@charset "UTF-8";
:lang(ko), * {
  font-family: 'FontAwesome', 'NanumSquareRound', sans-serif; }

/* 컬러 코드값 */
/* 폰트*/
/* 브레드 스크럼, 페이징, 대부분의 컨텐츠 글씨*/
/* 검은 배경의 검색창 글씨 */
/* list a, td, h(n), 탭메뉴 글씨*/
/* 메인 랭킹 li 구분선 */
/* 브레드 스크럼. 기본 색상 */
/* 2차 비밀번호 hover, 순위자 표시 */
/* 서버 표시 */
/* 서버 표시 */
/* 보더 */
/* 메인 리스트  */
/* 탭메뉴, 로그인 */
/* 테이블 보더, 서버, 마을 메뉴*/
/* 2차 비밀번호 */
/* 서버 */
/* 캐릭터 선택 배경 */
/* 대댓글 박스 보더 */
/* 댓글 구분서  */
/* rnb-2차 */
/* bg */
/* 2차 비밀번호, 대부분의 배경*/
/* 회색 버튼 배경 */
/*  th. 탭메뉴*/
/* bar 안내문 */
/* cmt textarea, 하단 검색 창 배겅 */
/* 게임가이드 검색 배경 */
/* 버튼 hover */
/* 진행중 배경 */
/* 캐릭터 선택 배경 */
/*  탭 hover*/
/* rnb hover */
/*  로그인 hover*/
/*  로그인 bg */
/*  테이블 현재 게시글, 공지글 배경 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: middle;
  background: transparent;
  font-style: normal;
  word-break: keep-all; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

nav ul, li {
  list-style: none; }

html {
  font-size: 16px;
  font-style: normal;
  min-width: 1200px;
  margin: 0 auto; }

h1 {
  font-style: normal;
  font-weight: 700; }

a {
  margin: 0;
  padding: 0;
  vertical-align: inherit;
  background: transparent;
  text-decoration: none;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1); }

img {
  object-fit: cover;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic; }

hr {
  display: block;
  height: 2px;
  border: 0;
  margin: 0;
  padding: 0; }

p {
  font-size: 14px;
  letter-spacing: -0.95px;
  line-height: 1.6;
  font-weight: normal; }

.vt-middle {
  vertical-align: middle; }

#combineMenu {
  min-width: 1280px; }

/* 공통 요소 */
.fa {
  text-rendering: optimizeLegibility; }

/* 인풋 요소 */
/*인풋요소 */
/* 커스터머 서치 박스 */
input[type="button"],
input[type="button" i],
button[type="button"],
button,
input[type="button"].btn,
input[type="button" i].btn,
button[type="button"].btn,
button.btn {
  display: inline-block;
  box-sizing: border-box;
  /* align-items: flex-start;*/
  margin: 0;
  border: 0;
  vertical-align: middle;
  padding: 0;
  text-align: center;
  box-shadow: none;
  text-shadow: none;
  text-transform: uppercase;
  background-image: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1); }

input, select,
input[type="submit" i],
input[type="reset" i],
input[type="file" i]::-webkit-file-upload-button {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 0px 10px;
  border: 0;
  vertical-align: middle;
  /*    font-size:16px;
      font-size:1rem;*/
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  color: #6f6f6f;
  background-color: #fff;
  /*align-items: flex-start;*/
  cursor: default;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1); }

input[type="text"]:hover, input[type="password"]:hover, input[type="email"]:hover, input[type="file"]:hover,
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="file"]:focus {
  outline: none;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  cursor: default; }

button[type="button"]:hover, button[type="button"]:focus {
  outline: none;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  cursor: default;
  cursor: pointer; }

input[type="text"], input[type="password"], input[type="email"], input[type="file"],
input[type="text"]:disabled, input[type="password"]:disabled, input[type="email"]:disabled, input[type="file"]:disabled,
input[type="text"]:read-only, input[type="password"]:read-only, input[type="email"]:read-only, input[type="file"]:read-only {
  font-weight: normal;
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px;
  font-size: 13px;
  color: #252525;
  cursor: default; }

select::-ms-expand {
  display: none; }

select {
  outline: none;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  /* safari border 삭제*/
  text-align: left;
  /*font-size:16px;font-size:1rem;*/
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 8px;
  font-size: 13px;
  color: #252525;
  border: 1px solid #c7c7c7;
  background: #fff url("//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_select.png") no-repeat right 50%;
  /* 화살표 아이콘 추가 */
  background-size: 20px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

select:focus, select:active, select:checked {
  outline: none;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  /*font-size:16px;font-size:1rem;*/
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 8px;
  font-size: 13px;
  color: #252525;
  border: 1px solid #c7c7c7;
  background: #fff url("//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_select_on.png") no-repeat right 50%;
  /* 화살표 아이콘 추가 */
  background-size: 20px 25px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

option {
  width: 100%;
  border-color: transparent;
  background: transparent;
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 8px;
  font-size: 13px;
  color: #252525;
  border: 1px solid #c7c7c7; }

/* check, hover 스타일 설정 IE, Chrome */
select option:checked,
select option:hover {
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  background: #f5f5f5 url("https://file.valofe.com/Valofe_file/web/vfun/images/common/select-arrow-on.png") no-repeat right 50%;
  /* 화살표 아이콘 추가 */ }

/* check, hover 스타일 설정 FireFox */
select option:checked,
select option:hover {
  -webkit-appearance: none;
  /* 네이티브 외형 감추기 */
  -moz-appearance: none;
  appearance: none;
  background: #f5f5f5 url("https://file.valofe.com/Valofe_file/web/vfun/images/common/select-arrow-on.png") no-repeat right 50%;
  /* 화살표 아이콘 추가 */ }

/*text area*/
textarea {
  box-sizing: border-box;
  display: inline-block;
  margin: 0 auto;
  padding: 9px 16px;
  padding: 0.5625rem 1rem;
  width: 100%;
  height: 180px;
  border: 1px solid #c7c7c7;
  resize: none;
  font-weight: 400;
  background: #fff; }

input[type="checkbox"] {
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0px 4px 0px 0px;
  background: #fafafa;
  border: 1px solid #c7c7c7; }

input[type="checkbox"]:checked {
  background: #4c4c4c;
  border: 1px solid #c7c7c7; }

input[type="checkbox"]:checked:after {
  position: absolute;
  content: '';
  display: inline-block;
  margin: 0;
  top: 0px;
  left: 0px;
  /*width:19px;height:19px;line-height:20px; text-align:center;font-size:14px;font-size:0.875rem;font-weight:700;background:#f39a00; */
  border: 1px solid #c7c7c7;
  width: 20px;
  height: 20px;
  margin-right: 24px;
  left: -1px;
  top: -1px;
  background: #4c4c4c url(https://file.valofe.com/Valofe_file/web/vfun/images/sub/blit-check.png) 0 -2px no-repeat; }

::placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

:-ms-input-placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

::-ms-input-placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px  0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

:-moz-placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

::-moz-placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

::-webkit-input-placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

textarea::-webkit-input-placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

textarea:-moz-placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

textarea::-moz-placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

textarea:-ms-input-placeholder {
  height: 27px;
  line-height: 27px;
  margin: 0;
  padding: 0px 18px 0px 0;
  font-size: 13px;
  color: #787878;
  letter-spacing: -1px; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile-2 + label {
  color: #d3394c; }

.inputfile + label {
  max-width: 80%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.625rem 1.25rem; }

.inputfile + label {
  box-sizing: border-box;
  max-width: 100%;
  font-size: 1.25rem;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0.5625rem 1rem; }

.inputfile-2 + label {
  color: #d3394c;
  text-align: center; }

.inputfile-2 {
  position: absolute; }

.inputfile-2 + label {
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  background-color: #fff;
  padding: 0;
  width: 100%;
  height: 40px;
  padding: 0.5625rem 1rem;
  font-size: 16px;
  font-size: 1rem; }

.inputfile-2 + label span {
  color: #6f6f6f; }

.inputfile-2 + label span, .inputfile-2 + label strong {
  padding: 0.5625rem 1rem;
  font-size: 16px;
  font-size: 1rem; }

.inputfile-2 + label.file-name-label {
  box-sizing: border-box;
  width: 100%;
  position: relative; }

.inputfile-2 + label span.file-name {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  margin-top: -7px;
  width: calc(100% - 90px);
  text-align: left;
  overflow: hidden; }

.inputfile-2 + label strong {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  height: 40px;
  width: 90px;
  line-height: 20px;
  right: 0px;
  padding-left: 10px;
  margin-top: -9px;
  text-align: center;
  color: #fff;
  background-color: #A9A9A9;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1); }

.inputfile-2 + label strong:hover, .inputfile-2 + label strong:focus {
  background-color: #4c4c4c; }

.inputfile-2 + label strong .fa {
  color: #fff;
  font-size: 1rem;
  padding: 0;
  margin-right: 6px; }

.clearfix {
  clear: both; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

table {
  border-collapse: collapse;
  cell-padding: 0;
  cell-spacing: 0;
  -webkit-font-smoothing: antialiased;
  width: 100%; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

/*.ellipsis {overflow: hidden;display: inline-block;white-space: nowrap;text-overflow: ellipsis;text-align:left;}*/
.ellipsis {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: left; }

.ellipsis-multi {
  position: relative;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-wrap: break-word;
  line-height: 1.2; }

.ellipsis-multi:after {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0px;
  content: '\00b7\00b7\00b7';
  padding-left: 8px;
  padding-left: 0.5rem;
  width: 32px;
  width: 2rem;
  font-size: 16px;
  font-size: 1rem;
  background: #7387A5;
  color: #fff;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1); }

/* 일립시스 라인 수  */
.line-2 {
  -webkit-line-clamp: 2;
  /* 라인수 */
  max-height: 44px;
  max-height: 2.75rem; }

.line-4 {
  -webkit-line-clamp: 4;
  /* 라인수 */
  max-height: 70px;
  max-height: 5rem;
  overflow: hidden; }

.line-6 {
  -webkit-line-clamp: 6;
  /* 라인수 */
  max-height: 132px;
  max-height: 8.25rem; }

.line-8 {
  -webkit-line-clamp: 8;
  /* 라인수 */
  max-height: 176px;
  max-height: 11rem; }

/* 레이아웃 */
/* wrapHeader */
#wrapHeader {
  position: relative;
  top: 0px;
  left: 0;
  width: 100vw;
  z-index: 1; }

#wrapHeader.sticky {
  position: fixed;
  top: 0px;
  width: 100vw; }

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
#wrapHeader.sticky + #content {
  padding-top: 60px; }

/* info banner */
.info-banner {
  width: 100%;
  height: 200px;
  background: #252525; }
  .info-banner .row-w {
    position: relative;
    margin: 0 auto;
    width: 1190px;
    max-width: 1190px !important;
    height: 100%;
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/info_banner_big.jpg) center 0 no-repeat; }
  .info-banner dl {
    position: absolute;
    left: 113px;
    bottom: 17px;
    width: 285px;
    text-shadow: 0 0 6px rgba(0, 0, 0, 0.5); }
  .info-banner dt {
    float: none;
    width: 100%;
    margin-bottom: 7px;
    font-size: 17px;
    color: #fff;
    font-weight: bold;
    text-align: center; }
  .info-banner dd {
    float: none;
    width: 100%;
    margin-bottom: 3px;
    font-size: 13px;
    color: #c7c7c7;
    font-weight: normal;
    text-align: center; }
  .info-banner dd em {
    font-size: 13px;
    color: #c7c7c7;
    font-weight: bold; }
  .info-banner .league-stat {
    position: absolute;
    right: 57px;
    bottom: 14px;
    width: 294px;
    height: 57px; }
    .info-banner .league-stat .status {
      display: block; }
    .info-banner .league-stat.apply #apply {
      display: block; }
    .info-banner .league-stat.progress #progress {
      display: block; }
    .info-banner .league-stat.end #end {
      display: block; }
  .info-banner #infoControl {
    position: absolute;
    right: 0;
    bottom: 16px;
    width: 40px;
    height: 57px; }

/* GNB*/
#desktopHeader {
  z-index: 9999;
  position: relative;
  width: 100%;
  height: auto;
  min-height: 75px;
  text-align: left;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }
  #desktopHeader #gnb {
    position: relative;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3; }
    #desktopHeader #gnb .row-w {
      width: 1100px;
      margin: 0 auto; }
    #desktopHeader #gnb .logo {
      display: inline-block;
      width: 130px;
      height: 57px;
      margin-top: 2px;
      background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/logo_top.png) 0px 21px no-repeat; }
  #desktopHeader .gnb {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none; }
  #desktopHeader .gnb li {
    float: left;
    width: 120px;
    text-align: center;
    line-height: 75px; }
  #desktopHeader .gnb li a {
    color: #585858;
    text-align: center;
    font-weight: bold;
    padding: 0 0 18px;
    background-size: 0px 1.5px;
    background-repeat: no-repeat;
    transition: color, background-size 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
    background-position: center 98%;
    background-image: linear-gradient(to right top, #f88218, #f88218); }
  #desktopHeader .gnb > li > a {
    font-weight: 800;
    font-size: 1.125rem; }
  #desktopHeader .gnb li.on a, #desktopHeader .gnb li:focus a, #desktopHeader .gnb li:hover a {
    color: #f88218;
    padding: 0 0 18px;
    background-position: center 98%;
    background-size: 100% 1.5px;
    background-image: linear-gradient(to right top, #f88218, #f88218); }
  #desktopHeader .sub-menu {
    position: absolute;
    display: none;
    left: 0;
    top: 75px;
    width: 100%;
    height: 280px;
    border-top: 1px solid #e3e3e3;
    background: rgba(37, 37, 37, 0.95);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2); }
  #desktopHeader .sub-menu .sub-wrap {
    width: 100%;
    height: 280px;
    margin: 0 auto; }
  #desktopHeader .sub-menu .sub-wrap .row-w {
    position: relative;
    width: 100%;
    height: 280px; }
  #desktopHeader .sub-menu #sub-ul {
    float: right;
    width: auto;
    height: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
    color: #585858;
    letter-spacing: -0.07em;
    text-align: right; }
    #desktopHeader .sub-menu #sub-ul li {
      float: left;
      width: 120px; }
      #desktopHeader .sub-menu #sub-ul li ul {
        width: 100%;
        height: 280px;
        margin: 0;
        padding: 0;
        list-style: none; }
        #desktopHeader .sub-menu #sub-ul li ul li {
          padding: 10px 0;
          text-align: center;
          cursor: pointer; }
          #desktopHeader .sub-menu #sub-ul li ul li a {
            color: #fff;
            font-size: 14px; }
        #desktopHeader .sub-menu #sub-ul li ul li:hover > a,
        #desktopHeader .sub-menu #sub-ul li ul li:focus > a {
          color: #f88218; }
      #desktopHeader .sub-menu #sub-ul li ul.on {
        background: #fff;
        height: 280px; }
        #desktopHeader .sub-menu #sub-ul li ul.on li > a {
          color: #585858; }
        #desktopHeader .sub-menu #sub-ul li ul.on li:hover > a,
        #desktopHeader .sub-menu #sub-ul li ul.on li:focus > a {
          color: #f88218; }

#bg-layer {
  display: none; }

/* footer */
#goonzuFooter {
  position: relative;
  overflow: hidden;
  width: 100%;
  margin-top: 0px;
  padding-top: 5px;
  /*padding-bottom: 30px;*/
  text-align: center;
  background-color: #252525;
  letter-spacing: 1px; }

#goonzuFooter .row-w {
  position: relative;
  text-align: left;
  width: 1100px;
  margin: 30px auto !important; }

#goonzuFooter .goonzu-footer-logo {
  /*display: inline-block;
  width: 165px;
  height: 43px;
  background: url(http://goonzu.stella.dev.valofe.com/static/images/common/logo-footer.png) 0 center no-repeat;*/
  display: inline-block;
  width: 103px;
  height: 43px;
  background: url(https://file.valofe.com/Valofe_file/web/vfun-ko/images/logoVALOFE_transparent.png) 0 center no-repeat;
  background-size: contain; }

#goonzuFooter .goonzu-footer-logo.nhn {
  margin-top: 10px; }

#goonzuFooter .copy-c {
  font-family: 'Malgun Gothic', 'Nanum Gothic', sans-serif; }

#goonzuFooter .copyright {
  display: inline-block;
  float: right;
  padding-top: 3px;
  padding-left: 56px;
  width: calc(100% - 191px);
  vertical-align: top; }

#goonzuFooter #goonzuFooterNavi {
  position: relative;
  margin-left: 190px;
  margin-top: -37px;
  text-align: left;
  overflow: hidden;
  margin-bottom: 16px; }

#goonzuFooter #goonzuFooterNavi ul li {
  width: auto;
  float: left;
  color: #d5d5d5; }

#goonzuFooter #goonzuFooterNavi ul li.mt3 {
  margin-top: inherit; }

#goonzuFooter #goonzuFooterNavi ul li a {
  display: inline-block;
  color: #d5d5d5;
  font-size: 13px;
  font-family: "Malgungothic", "맑은고딕", sans-serif;
  letter-spacing: -0.5px; }

#goonzuFooter #goonzuFooterNavi li.privacy a {
  color: #f88218;
  font-weight: bold; }

#goonzuFooter address {
  position: relative;
  display: block;
  margin-left: 190px;
  margin-top: 0;
  letter-spacing: -0.5px;
  text-align: left;
  font-size: 13px;
  line-height: 1.7;
  color: #acacac; }

#goonzuFooter address.nhn {
  margin-top: -45px; }

#goonzuFooter address a {
  color: #acacac;
  font-size: 13px; }

#goonzuFooter address a.biz-info {
  text-decoration: underline; }

#goonzuFooter address a:hover {
  color: #f88218; }

#wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background: #fff; }

#content {
  position: relative;
  width: 100%;
  z-index: 0;
  /*  margin-top: 0;*/
  padding-bottom: 50px;
  padding: 0; }

.skip-navi {
  width: 1px;
  height: 1px;
  position: absolute;
  top: -1px;
  left: -1px;
  text-indent: -9999px; }

.hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  top: -1px;
  left: -1px;
  text-indent: -9999px; }

.wrap-btn {
  width: 100%;
  text-align: center; }

#content .row-w {
  width: 1100px;
  margin: 50px auto !important; }

section.left {
  float: left;
  width: 784px; }

section.right {
  float: right;
  width: 296px; }

#commonCarousel {
  width: 782px;
  height: 232px; }
  #commonCarousel .item {
    height: 232px;
    border: 1px solid #f5f5f5; }

.owl-carousel#commonCarousel .owl-item img {
  height: 232px; }

#loginArea {
  width: 296px;
  height: 234px; }
  #loginArea #gameStart {
    display: block;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
    width: 296px;
    height: 94px;
    padding-top: 27px;
    font-weight: bold;
    background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/gamestart.jpg);
    background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_start_dragon.png), linear-gradient(to right top, #ff6f91, #ff7689, #ff7d81, #ff847b, #ff8c76, #ff9372, #ff9a6e, #ffa16b, #ffaa67, #ffb363, #ffbd61, #ffc75f);
    background-position: left top;
    background-repeat: no-repeat;
    color: #fff;
    font-size: 30px;
    line-height: 0.7;
    text-align: center;
    transition: font-size .25s;
    transition: background-image 1s;
    letter-spacing: -2px;
    text-shadow: 0 0 20px #ff6f91; }
    #loginArea #gameStart small {
      color: #fff;
      font-size: 18px;
      font-weight: normal;
      letter-spacing: 0.5px; }
    #loginArea #gameStart::before, #loginArea #gameStart::after {
      box-sizing: border-box;
      content: '';
      position: absolute;
      border: 4px solid transparent;
      width: 0;
      height: 0;
      top: 0;
      left: 0; }
    #loginArea #gameStart:hover {
      display: block;
      width: 296px;
      height: 94px;
      font-size: 32px;
      line-height: 0.7;
      text-align: center;
      letter-spacing: -2px;
      transition: font-size .25s;
      transition: background-image 1s;
      background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/gamestart.jpg);
      background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_start_dragon.png), linear-gradient(to left bottom, #ff6f91, #ff7689, #ff7d81, #ff847b, #ff8c76, #ff9372, #ff9a6e, #ffa16b, #ffaa67, #ffb363, #ffbd61, #ffc75f); }
      #loginArea #gameStart:hover small {
        color: #fff;
        font-size: 18px;
        letter-spacing: 0.5px; }
    #loginArea #gameStart:hover::before, #loginArea #gameStart:hover::after {
      width: 296px;
      height: 94px; }
    #loginArea #gameStart:hover::before {
      border-top-color: rgba(255, 255, 255, 0.4);
      border-right-color: rgba(255, 255, 255, 0.4);
      transition: height 0.25s ease-out; }
    #loginArea #gameStart:hover::after {
      border-bottom-color: rgba(255, 255, 255, 0.4);
      border-left-color: rgba(255, 255, 255, 0.4);
      transition: height 0.25s ease-out, width 0.25s ease-out 0.25s; }
  #loginArea .start-canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999; }
  #loginArea .login-bottom {
    box-sizing: border-box;
    border-left: 1px solid #c7c7c7;
    border-right: 1px solid #c7c7c7;
    border-bottom: 1px solid #c7c7c7;
    box-sizing: border-box;
    height: 140px;
    background: #f5f5f5; }
    #loginArea .login-bottom .stat-box {
      display: none;
      width: 100%;
      /* 한게임 로그인*/ }
      #loginArea .login-bottom .stat-box.stat-1, #loginArea .login-bottom .stat-box.stat-2, #loginArea .login-bottom .stat-box.stat-3, #loginArea .login-bottom .stat-box.stat-4 {
        display: block;
        box-sizing: border-box; }
      #loginArea .login-bottom .stat-box ul.before {
        display: inline-block;
        margin: 12px auto 0; }
      #loginArea .login-bottom .stat-box ul.before li {
        float: left;
        margin-left: 14px;
        position: relative;
        line-height: 1; }
        #loginArea .login-bottom .stat-box ul.before li:before {
          content: '|';
          position: absolute;
          display: inline-block;
          left: -8px;
          top: 2px;
          font-size: 13px;
          color: #585858; }
        #loginArea .login-bottom .stat-box ul.before li:first-child {
          margin-left: 0; }
        #loginArea .login-bottom .stat-box ul.before li:first-child:before {
          content: '';
          display: none; }
        #loginArea .login-bottom .stat-box ul.before li a {
          display: inline-block;
          font-size: 13px;
          color: #585858;
          letter-spacing: -1px; }
        #loginArea .login-bottom .stat-box ul.before li a:hover {
          color: #fba323; }
      #loginArea .login-bottom .stat-box ul.after li {
        float: left;
        margin-left: 14px;
        position: relative;
        line-height: 1;
        width: calc(50% - 15px); }
        #loginArea .login-bottom .stat-box ul.after li a {
          width: 100%;
          display: block;
          font-size: 12px;
          color: #585858;
          letter-spacing: -1px;
          text-align: center; }
        #loginArea .login-bottom .stat-box ul.after li a:hover {
          color: #fba323; }
        #loginArea .login-bottom .stat-box ul.after li:before {
          content: "|";
          position: absolute;
          display: inline-block;
          left: -2px;
          top: -1px;
          font-size: 13px;
          color: #b7b7b7; }
        #loginArea .login-bottom .stat-box ul.after li:first-child {
          margin-left: 0; }
          #loginArea .login-bottom .stat-box ul.after li:first-child a {
            text-indent: 52px; }
        #loginArea .login-bottom .stat-box ul.after li:last-child a {
          text-indent: -44px; }
        #loginArea .login-bottom .stat-box ul.after li:first-child:before {
          content: '';
          display: none; }
      #loginArea .login-bottom .stat-box.stat-1 {
        padding: 21px 42px 13px;
        text-align: center; }
      #loginArea .login-bottom .stat-box.stat-2 {
        padding: 16px 18px 0px; }
      #loginArea .login-bottom .stat-box.stat-3, #loginArea .login-bottom .stat-box.stat-4 {
        /*padding-top:12px;*/
        padding: 9px 0px 0;
        background: #fff; }
        #loginArea .login-bottom .stat-box.stat-3 ul.after, #loginArea .login-bottom .stat-box.stat-4 ul.after {
          margin: 12px 0px 0;
          padding-top: 13px;
          padding-bottom: 13px;
          background: #e6e6e6; }
      #loginArea .login-bottom .stat-box.stat-2 .chr {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        padding: 12px 11px;
        border: 1px solid #c7c7c7;
        background: #fff; }
        #loginArea .login-bottom .stat-box.stat-2 .chr .chr-img {
          float: left;
          width: 44px;
          height: 44px;
          vertical-align: middle;
          background: #e6e6e6; }
        #loginArea .login-bottom .stat-box.stat-2 .chr dl {
          float: left;
          width: 157px;
          height: 44px;
          padding-left: 9px; }
          #loginArea .login-bottom .stat-box.stat-2 .chr dl dt {
            width: 100%;
            font-size: 13px;
            color: #252525;
            font-weight: bold; }
            #loginArea .login-bottom .stat-box.stat-2 .chr dl dt .drop-game {
              float: right;
              color: #585858;
              font-weight: normal;
              font-size: 10px; }
              #loginArea .login-bottom .stat-box.stat-2 .chr dl dt .drop-game:hover {
                color: #585858;
                font-weight: normal;
                font-size: 10px; }
          #loginArea .login-bottom .stat-box.stat-2 .chr dl dd {
            width: 100%;
            font-size: 12px;
            color: #252525;
            font-weight: normal; }
      #loginArea .login-bottom .stat-box.stat-2 ul.after {
        margin: 15px -18px 0;
        padding-top: 13px;
        padding-bottom: 13px;
        background: #e6e6e6; }
      #loginArea .login-bottom .stat-box.stat-3 .btn-set-repre {
        display: block;
        width: calc(100% - 36px);
        height: 25px;
        line-height: 25px;
        margin: 0 auto;
        font-size: 11px;
        background: #252525;
        color: #fff;
        text-align: center; }
        #loginArea .login-bottom .stat-box.stat-3 .btn-set-repre:hover {
          color: #828282; }
      #loginArea .login-bottom .stat-box.stat-3 .chr {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        padding: 0px 20px 11px;
        border: 0;
        background: #fff; }
        #loginArea .login-bottom .stat-box.stat-3 .chr .chr-img {
          float: left;
          width: 44px;
          height: 44px;
          vertical-align: middle;
          background: #e6e6e6; }
        #loginArea .login-bottom .stat-box.stat-3 .chr dl {
          float: left;
          width: 200px;
          height: 39px;
          padding-left: 9px;
          padding-top: 4px; }
          #loginArea .login-bottom .stat-box.stat-3 .chr dl dt {
            width: 100%;
            font-size: 13px;
            color: #252525;
            font-weight: bold; }
            #loginArea .login-bottom .stat-box.stat-3 .chr dl dt .drop-game {
              float: right;
              color: #585858;
              font-weight: normal;
              font-size: 10px; }
              #loginArea .login-bottom .stat-box.stat-3 .chr dl dt .drop-game:hover {
                color: #585858;
                font-weight: normal;
                font-size: 10px; }
          #loginArea .login-bottom .stat-box.stat-3 .chr dl dd {
            margin-top: 1px;
            width: 100%;
            font-size: 12px;
            color: #252525;
            font-weight: normal; }
      #loginArea .login-bottom .stat-box.stat-4 .btn-set-repre {
        display: block;
        width: calc(100% - 36px);
        height: 25px;
        line-height: 25px;
        margin: 0 auto;
        font-size: 11px;
        background: #252525;
        color: #fff;
        text-align: center; }
        #loginArea .login-bottom .stat-box.stat-4 .btn-set-repre:hover {
          color: #828282; }
      #loginArea .login-bottom .stat-box.stat-4 .chr {
        width: 100%;
        box-sizing: border-box;
        text-align: left;
        padding: 0px 20px 11px;
        border: 0;
        background: #fff; }
        #loginArea .login-bottom .stat-box.stat-4 .chr .chr-img {
          float: left;
          width: 44px;
          height: 44px;
          vertical-align: middle;
          background: #e6e6e6; }
        #loginArea .login-bottom .stat-box.stat-4 .chr dl {
          float: left;
          width: 200px;
          height: 39px;
          padding-left: 9px;
          padding-top: 4px; }
          #loginArea .login-bottom .stat-box.stat-4 .chr dl dt {
            width: 100%;
            font-size: 12px;
            color: #252525;
            font-weight: bold; }
            #loginArea .login-bottom .stat-box.stat-4 .chr dl dt span {
              font-size: 10px;
              margin-left: 3px;
              font-weight: normal; }
            #loginArea .login-bottom .stat-box.stat-4 .chr dl dt .drop-game {
              float: right;
              color: #585858;
              font-weight: normal;
              font-size: 10px; }
              #loginArea .login-bottom .stat-box.stat-4 .chr dl dt .drop-game:hover {
                color: #585858;
                font-weight: normal;
                font-size: 10px; }
          #loginArea .login-bottom .stat-box.stat-4 .chr dl dd {
            margin-top: 4px;
            width: 100%;
            font-size: 12px;
            color: #252525;
            font-weight: normal;
            text-align: left; }
            #loginArea .login-bottom .stat-box.stat-4 .chr dl dd span {
              float: left;
              width: auto;
              text-align: left;
              font-size: 12px; }
            #loginArea .login-bottom .stat-box.stat-4 .chr dl dd small {
              text-align: left;
              font-size: 11px;
              letter-spacing: -0.5px; }
      #loginArea .login-bottom .stat-box .login {
        display: table-cell;
        width: 210px;
        height: 63px;
        border: 1px solid #c7c7c7;
        text-align: center;
        vertical-align: middle;
        font-size: 21px;
        font-weight: bold;
        letter-spacing: 0;
        color: #585858; }
      #loginArea .login-bottom .stat-box .login:hover {
        background: #fcb920;
        color: #fff; }
      #loginArea .login-bottom .stat-box.hangame {
        padding: 14px 42px 13px; }
        #loginArea .login-bottom .stat-box.hangame .channel-message {
          display: block;
          margin-top: 10px;
          margin-bottom: 14px;
          line-height: 1;
          font-size: 13px;
          color: #252525; }
          #loginArea .login-bottom .stat-box.hangame .channel-message em {
            line-height: 1;
            font-size: 13px;
            color: #f88218; }
          #loginArea .login-bottom .stat-box.hangame .channel-message#hangame_login_msg {
            font-size: 11px;
            line-height: 1.4; }
            #loginArea .login-bottom .stat-box.hangame .channel-message#hangame_login_msg em {
              font-size: 11px;
              color: #f88218; }
        #loginArea .login-bottom .stat-box.hangame .login {
          display: table-cell;
          width: 210px;
          height: 25px;
          border: 1px solid #c7c7c7;
          text-align: center;
          vertical-align: middle;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0;
          color: #585858; }
          #loginArea .login-bottom .stat-box.hangame .login.term-agree {
            display: table-cell;
            width: 210px;
            height: 25px;
            border: none;
            text-align: center;
            vertical-align: middle;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0;
            color: #fff;
            background: #252525; }
            #loginArea .login-bottom .stat-box.hangame .login.term-agree:hover {
              background: #252525;
              color: #828282;
              border: none; }
        #loginArea .login-bottom .stat-box.hangame .login:hover {
          background: #fcb920;
          color: #fff; }
        #loginArea .login-bottom .stat-box.hangame ul.after {
          margin: 12px -42px 0;
          padding-top: 13px;
          padding-bottom: 13px;
          background: #e6e6e6; }
      #loginArea .login-bottom .stat-box.naver, #loginArea .login-bottom .stat-box.gamemania {
        padding: 14px 42px 13px; }
        #loginArea .login-bottom .stat-box.naver .channel-message, #loginArea .login-bottom .stat-box.gamemania .channel-message {
          display: block;
          margin-top: 10px;
          margin-bottom: 14px;
          line-height: 1;
          font-size: 13px;
          color: #252525; }
          #loginArea .login-bottom .stat-box.naver .channel-message em, #loginArea .login-bottom .stat-box.gamemania .channel-message em {
            line-height: 1;
            font-size: 13px;
            color: #f88218; }
          #loginArea .login-bottom .stat-box.naver .channel-message#naver_login_msg, #loginArea .login-bottom .stat-box.naver .channel-message#gamemania_login_msg, #loginArea .login-bottom .stat-box.gamemania .channel-message#naver_login_msg, #loginArea .login-bottom .stat-box.gamemania .channel-message#gamemania_login_msg {
            font-size: 11px;
            line-height: 1.4; }
            #loginArea .login-bottom .stat-box.naver .channel-message#naver_login_msg em, #loginArea .login-bottom .stat-box.naver .channel-message#gamemania_login_msg em, #loginArea .login-bottom .stat-box.gamemania .channel-message#naver_login_msg em, #loginArea .login-bottom .stat-box.gamemania .channel-message#gamemania_login_msg em {
              font-size: 11px;
              color: #f88218; }
        #loginArea .login-bottom .stat-box.naver .login, #loginArea .login-bottom .stat-box.gamemania .login {
          display: table-cell;
          width: 210px;
          height: 25px;
          border: 1px solid #c7c7c7;
          text-align: center;
          vertical-align: middle;
          font-size: 12px;
          font-weight: bold;
          letter-spacing: 0;
          color: #585858; }
          #loginArea .login-bottom .stat-box.naver .login.term-agree, #loginArea .login-bottom .stat-box.gamemania .login.term-agree {
            display: table-cell;
            width: 210px;
            height: 25px;
            border: none;
            text-align: center;
            vertical-align: middle;
            font-size: 12px;
            font-weight: bold;
            letter-spacing: 0;
            color: #fff;
            background: #252525; }
            #loginArea .login-bottom .stat-box.naver .login.term-agree:hover, #loginArea .login-bottom .stat-box.gamemania .login.term-agree:hover {
              background: #252525;
              color: #828282;
              border: none; }
        #loginArea .login-bottom .stat-box.naver .login:hover, #loginArea .login-bottom .stat-box.gamemania .login:hover {
          background: #fcb920;
          color: #fff; }
        #loginArea .login-bottom .stat-box.naver ul.after, #loginArea .login-bottom .stat-box.gamemania ul.after {
          margin: 12px -42px 0;
          padding-top: 13px;
          padding-bottom: 13px;
          background: #e6e6e6; }

#chargeArea {
  width: 296px;
  height: 210px;
  background: #252525; }
  #chargeArea #btnCharge {
    display: block;
    width: 100%;
    border-bottom: 1px solid #484848;
    line-height: 55px;
    height: 55px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    text-indent: 42px;
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_v_coin.png) 93px center no-repeat; }
    #chargeArea #btnCharge:hover, #chargeArea #btnCharge:focus {
      color: #f88218;
      background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_v_coin_on.png) 93px center no-repeat; }
  #chargeArea ul.charge-wrap li {
    width: 50%;
    box-sizing: border-box;
    float: left;
    border-bottom: 1px solid #484848; }
    #chargeArea ul.charge-wrap li:first-child {
      border-right: 1px solid #484848; }
    #chargeArea ul.charge-wrap li a {
      display: block;
      width: 100%;
      line-height: 13px;
      height: 55px;
      text-align: center; }
      #chargeArea ul.charge-wrap li a .img_coin {
        display: inline-block;
        width: 21px;
        height: 25px;
        margin-right: 7px;
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/channel/icon_hancoin.png) 0 0 no-repeat; }
      #chargeArea ul.charge-wrap li a .img_security {
        display: inline-block;
        width: 21px;
        height: 25px;
        margin-right: 7px;
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/channel/icon_hangame_security.png) 0 0 no-repeat; }
      #chargeArea ul.charge-wrap li a .br1 {
        display: inline-block;
        font-size: 12px;
        color: #fff;
        line-height: 1.3;
        padding-top: 14px;
        text-align: left; }
      #chargeArea ul.charge-wrap li a:hover .img_coin {
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/channel/icon_hancoin_on.png) 0 0 no-repeat; }
      #chargeArea ul.charge-wrap li a:hover .img_security {
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/channel/icon_hangame_security_on.png) 0 0 no-repeat; }
      #chargeArea ul.charge-wrap li a:hover .br1 {
        color: #f88218; }
  #chargeArea ul.second-wrap {
    width: 100%;
    border-bottom: 1px solid #484848; }
    #chargeArea ul.second-wrap li {
      width: 50%;
      float: left; }
      #chargeArea ul.second-wrap li a {
        display: block;
        box-sizing: border-box;
        width: 100%;
        line-height: 55px;
        height: 55px;
        text-align: center;
        font-size: 14px;
        color: #fff; }
        #chargeArea ul.second-wrap li a:first-child {
          border-right: 1px solid #484848; }
        #chargeArea ul.second-wrap li a:hover, #chargeArea ul.second-wrap li a:focus {
          color: #f88218; }
      #chargeArea ul.second-wrap li #btn2nd {
        text-indent: 32px;
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_lock.png) 24px center no-repeat; }
        #chargeArea ul.second-wrap li #btn2nd:hover, #chargeArea ul.second-wrap li #btn2nd:focus {
          background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_lock_on.png) 24px center no-repeat; }
      #chargeArea ul.second-wrap li #btnCoupon {
        text-indent: 32px;
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_coupon.png) 24px 14px no-repeat; }
        #chargeArea ul.second-wrap li #btnCoupon:hover, #chargeArea ul.second-wrap li #btnCoupon:focus {
          background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_coupon_on.png) 24px 14px no-repeat; }
  #chargeArea dl {
    width: 100%;
    padding: 12px 28px 15px;
    box-sizing: border-box; }
    #chargeArea dl dt {
      height: 24px;
      margin-bottom: 5px;
      line-height: 22px;
      text-align: left;
      font-size: 14px;
      color: #fff; }
      #chargeArea dl dt em {
        display: none;
        margin-left: 7px;
        padding: 0;
        width: 37px;
        height: 18px;
        line-height: 18px;
        font-weight: bold;
        font-size: 13px;
        text-align: center;
        background: #fff;
        border-radius: 3px;
        color: #585858; }
    #chargeArea dl dt.off em.off {
      display: inline-block; }
    #chargeArea dl dt.on em.on {
      display: inline-block;
      background: #f88218;
      color: #fff; }
    #chargeArea dl dd {
      width: 100%; }
      #chargeArea dl dd a {
        display: block;
        width: 240px;
        height: 44px;
        line-height: 44px;
        border-radius: 4px;
        background: #000;
        text-align: center;
        font-size: 14px;
        color: #fff;
        /*                -moz-transition: all .2s ease-in;
                        -o-transition: all .2s ease-in;
                        -webkit-transition: all .2s ease-in;
                        transition: all .2s ease-in;*/
        -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
        -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
        -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
        transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
        text-indent: 40px;
        background: #000 url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_pc.png) 60px 11px no-repeat; }
        #chargeArea dl dd a:hover {
          color: #f88218;
          background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_pc_on.png) 60px 11px no-repeat; }
        #chargeArea dl dd a.bb {
          position: relative;
          float: left;
          text-align: center;
          width: 240px;
          height: 44px;
          /*버튼 공통*/ }
          #chargeArea dl dd a.bb::before, #chargeArea dl dd a.bb::after {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0; }
          #chargeArea dl dd a.bb::before, #chargeArea dl dd a.bb::after {
            content: '';
            z-index: 9000;
            margin: 0;
            box-shadow: inset 0 0 0 1px rgba(248, 130, 24, 0.65);
            animation: clipMe1 8s linear infinite;
            box-sizing: border-box; }
          #chargeArea dl dd a.bb::before {
            animation-delay: -4s; }
          #chargeArea dl dd a.bb:hover::after, #chargeArea dl dd a.bb:hover::before {
            background-color: rgba(248, 130, 24, 0.25); }

@keyframes clipMe1 {
  0%, 100% {
    clip: rect(0px, 240px, 1px, 0px); }
  25% {
    clip: rect(0px, 1px, 44px, 0px);
    /*(0px, 2px, 70px, 0px)*/ }
  50% {
    clip: rect(41px, 240px, 44px, 0px);
    /*(68px, 220px, 70px, 0px)*/ }
  75% {
    clip: rect(0px, 240px, 44px, 239px);
    /*(0px, 220px, 70px, 218px)*/ } }
.pull-left {
  float: left; }

.pull-right {
  float: right; }

.mt0 {
  margin-top: 0px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mt34 {
  margin-top: 34px; }

.mb0 {
  margin-bottom: 0px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.mb60 {
  margin-bottom: 60px; }

.mr10 {
  margin-right: 10px; }

.pt0 {
  padding-top: 0px; }

.pb0 {
  padding-bottom: 0px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pt15 {
  padding-top: 15px; }

.pb15 {
  padding-bottom: 15px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pt30 {
  padding-top: 30px; }

.pb30 {
  padding-bottom: 30px; }

.ml1 {
  margin-left: 1rem; }

.ml2 {
  margin-left: 2rem; }

.ml3 {
  margin-left: 3rem; }

.mp0 {
  margin: 0;
  padding: 0; }

h1 {
  font-size: 22px;
  font-weight: 700;
  color: #585858;
  letter-spacing: -1px; }

h2 {
  font-size: 24px;
  font-weight: 700;
  color: #585858;
  letter-spacing: 0px; }

h3 {
  font-size: 18px;
  font-weight: 700;
  color: #585858;
  letter-spacing: 0px; }

h4 {
  font-size: 18px;
  font-weight: 700;
  color: #585858;
  letter-spacing: 0px; }

/* paging */
.paging {
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.paging.no {
  margin-top: 0;
  margin-bottom: 0; }

.paging ul {
  display: inline-block;
  width: auto;
  margin: 0 auto; }

.paging ul li {
  float: left;
  margin-left: 3px; }

.paging ul li:first-child {
  margin-left: 0px; }

.paging ul li a {
  box-sizing: border-box;
  display: inline-block;
  min-width: 21px;
  padding-left: 4px;
  padding-right: 4px;
  width: auto;
  height: 21px;
  line-height: 22px;
  text-align: center;
  border: none;
  color: #252525;
  background: #fff;
  font-weight: normal;
  font-size: 14px; }

.paging ul li a.num, .paging ul li a.fa {
  color: #252525;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  font-weight: normal; }

.paging ul li.on a.num, .paging ul li.on a.fa,
.paging ul li a:hover, .paging ul li a:hover a.fa {
  font-size: 14px;
  color: #fff;
  background: #252525;
  border: none; }

/* icon */
.icon-grade {
  display: inline-block;
  vertical-align: top;
  width: 15px;
  height: 15px;
  margin-right: 3px;
  background-position: center;
  background-repeat: no-repeat;
  /* &.gz_before{background-image:url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_grade_gz_before.png);}*/
  /*&.lv_200_299{background-image:url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_grade_200_299.png);}*/ }
  .icon-grade.dev {
    background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_grade_dev.png); }
  .icon-grade.gm {
    background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_grade_gm.png); }
  .icon-grade.gz {
    background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_grade_gz.png); }
  .icon-grade.lv_300 {
    background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_grade_300.png); }
  .icon-grade.no {
    margin-right: 0;
    width: 0; }

/* owl */
.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
  min-width: inherit;
  outline: none; }

/* owl - 메인, rnb */
.owl-carousel#rnbCarousel {
  margin-top: 20px; }

.owl-carousel#rnbCarousel .item {
  border: 1px solid #f5f5f5; }

.owl-carousel#rnbCarousel a {
  width: 292px;
  height: 176px; }

.owl-carousel#commonCarousel .owl-dots {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  height: 15px;
  left: 30px;
  bottom: 19px; }

.owl-carousel#rnbCarousel .owl-dots {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  height: 15px;
  left: 16px;
  bottom: 14px; }

.owl-carousel#commonCarousel .owl-dot, .owl-carousel#rnbCarousel .owl-dot {
  float: left;
  display: inline-block;
  margin-left: 10px;
  width: 14px;
  min-width: 0;
  height: 14px;
  background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/dot.png) center no-repeat;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1); }

.owl-carousel#commonCarousel .owl-dot.active, .owl-carousel#rnbCarousel .owl-dot.active {
  width: 38px;
  height: 14px;
  background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/dot-on.png) center no-repeat;
  -webkit-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 0.75s cubic-bezier(0.23, 1, 0.32, 1); }

/* 연령고지 팝업 */
.layer-popup-grade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 9999;
  display: none;
  /* 연령고지 성격 */
  /* 연령고지성격 끝 */
  /* 연령고지 나이 테이블 */
  /* 연령고지 나이 테이블 끝 */
  /* 팝업 레이어 배경 */ }
  .layer-popup-grade .btn-pop-close {
    display: block; }
  .layer-popup-grade .popup-layer {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    min-width: 657px;
    min-height: 222px; }
    .layer-popup-grade .popup-layer .btn-pop-close {
      margin-left: calc(100% - 47px);
      margin-bottom: 5px;
      cursor: pointer; }
    .layer-popup-grade .popup-layer .grade-wrap {
      min-width: 584px;
      height: 100%;
      margin-bottom: 18px;
      background: #262626;
      background: rgba(59, 60, 64, 0.95);
      padding: 60px 60px 45px;
      /* 주석하지 마세요. 게임 이용등급에서 사용 */
      border-radius: 8px; }
      .layer-popup-grade .popup-layer .grade-wrap h2 {
        padding-bottom: 15px;
        margin-bottom: 22px;
        color: #585858;
        border-radius: 6px;
        letter-spacing: -1px; }
      .layer-popup-grade .popup-layer .grade-wrap .grade {
        margin-bottom: 5px; }
    .layer-popup-grade .popup-layer ul li {
      display: inline-block; }
  .layer-popup-grade .grade-wrap .grade-character {
    float: left; }
    .layer-popup-grade .grade-wrap .grade-character ul li {
      display: none; }
      .layer-popup-grade .grade-wrap .grade-character ul li img {
        width: 55px;
        vertical-align: inherit; }
    .layer-popup-grade .grade-wrap .grade-character ul.violence li.violence {
      display: inline-block;
      margin-top: 4px; }
    .layer-popup-grade .grade-wrap .grade-character ul.fear li.fear {
      display: inline-block; }
    .layer-popup-grade .grade-wrap .grade-character ul.crime li.crime {
      display: inline-block; }
    .layer-popup-grade .grade-wrap .grade-character ul.drug li.drug {
      display: inline-block; }
    .layer-popup-grade .grade-wrap .grade-character ul.gambling li.gambling {
      display: inline-block; }
    .layer-popup-grade .grade-wrap .grade-character ul.sensibility li.sensibility {
      display: inline-block; }
    .layer-popup-grade .grade-wrap .grade-character ul.words li.words {
      display: inline-block; }
  .layer-popup-grade .grade-wrap .grade-age {
    float: right; }
    .layer-popup-grade .grade-wrap .grade-age img {
      vertical-align: 0px;
      width: 57px; }
    .layer-popup-grade .grade-wrap .grade-age ul li ul li {
      display: none; }
    .layer-popup-grade .grade-wrap .grade-age ul.g-12 li.g-12 {
      display: block; }
    .layer-popup-grade .grade-wrap .grade-age ul.g-15 li.g-15 {
      display: block; }
    .layer-popup-grade .grade-wrap .grade-age ul.g-18 li.g-18 {
      display: block; }
    .layer-popup-grade .grade-wrap .grade-age ul.g-all li.g-all {
      display: block; }
    .layer-popup-grade .grade-wrap .grade-age ul.g-test li.g-test {
      display: block; }
    .layer-popup-grade .grade-wrap .grade-age table.tbl-grade {
      width: 458px;
      height: 70px;
      box-sizing: border-box;
      text-align: left; }
      .layer-popup-grade .grade-wrap .grade-age table.tbl-grade tbody td {
        color: #fff;
        font-size: 11px;
        vertical-align: middle;
        padding-left: 10px; }
      .layer-popup-grade .grade-wrap .grade-age table.tbl-grade tr {
        border-bottom: 1px solid #f7f7f7; }
      .layer-popup-grade .grade-wrap .grade-age table.tbl-grade tr:last-child {
        border-bottom: 0px; }
      .layer-popup-grade .grade-wrap .grade-age table.tbl-grade td {
        border-right: 1px solid #f7f7f7; }
      .layer-popup-grade .grade-wrap .grade-age table.tbl-grade td:last-child {
        border-right: 0px; }
    .layer-popup-grade .grade-wrap .grade-age > ul.g-all table {
      background: #2a7943; }
    .layer-popup-grade .grade-wrap .grade-age > ul.g-12 table {
      background: #1968b3; }
    .layer-popup-grade .grade-wrap .grade-age > ul.g-15 table {
      background: #be8e1a; }
    .layer-popup-grade .grade-wrap .grade-age > ul.g-18 table {
      background: #842340; }
    .layer-popup-grade .grade-wrap .grade-age > ul.g-test table {
      visibility: hidden; }
  .layer-popup-grade .shadow {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/shadow.png) 0 0 repeat; }
  .layer-popup-grade:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -.25em; }

.btn {
  font-size: 14px; }

#chargeArea {
  margin-top: 20px; }

.breadscrumb {
  text-align: left;
  margin-bottom: 20px;
  padding-bottom: 14px;
  border-bottom: 1px solid #c7c7c7; }
  .breadscrumb h2 {
    font-family: "Nanum Gothic";
    font-size: 25px;
    color: #252525;
    font-weight: bold;
    letter-spacing: -0.5px; }

.breadscrumb-menu {
  float: right;
  margin-top: 16px; }
  .breadscrumb-menu li {
    position: relative;
    float: left;
    margin-left: 15px; }
    .breadscrumb-menu li a {
      float: left;
      margin-left: 5px;
      font-size: 14px;
      color: #989898;
      font-weight: normal;
      letter-spacing: -0.5px; }
    .breadscrumb-menu li:before {
      position: absolute;
      left: -10px;
      top: 0;
      content: '>';
      font-size: 14px;
      color: #989898;
      font-weight: normal;
      letter-spacing: -0.5px; }
    .breadscrumb-menu li:first-child:before {
      content: '';
      display: none; }
  .breadscrumb-menu li:first-child {
    margin-left: 0; }
  .breadscrumb-menu li.on a {
    color: #252525;
    font-weight: bold; }

/* 리스트 페이지 */
/* 리스트 페이지: 리스트 메뉴 */
.tab-menu {
  width: 100%;
  margin-bottom: 20px; }
  .tab-menu li {
    box-sizing: border-box;
    width: 25%;
    float: left; }
    .tab-menu li a {
      display: block;
      box-sizing: border-box;
      height: 42px;
      line-height: 40px;
      color: #252525;
      border: 1px solid #c7c7c7;
      background: #f5f5f5;
      text-align: center;
      font-size: 14px;
      font-weight: normal;
      border-left: none;
      letter-spacing: -0.75px; }
      .tab-menu li a:active {
        color: #989898;
        border: 1px solid #c7c7c7;
        background: #f5f5f5; }
      .tab-menu li a:hover, .tab-menu li a:focus {
        color: #fff;
        border: 1px solid #252525;
        background: #252525; }
    .tab-menu li:first-child {
      border-left: 1px solid #c7c7c7; }
      .tab-menu li:first-child a:hover, .tab-menu li:first-child a:focus {
        border-left: 1px solid #c7c7c7; }
    .tab-menu li:first-child.on {
      border-left: 1px solid #252525; }
      .tab-menu li:first-child.on a:hover, .tab-menu li:first-child.on a:focus {
        border-left: 1px solid #252525; }
    .tab-menu li.on a {
      color: #fff;
      border: 1px solid #252525;
      background: #252525; }
  .tab-menu.tab-2 li {
    width: 50%; }
  .tab-menu.tab-3 li {
    width: 33.3333%; }
  .tab-menu.tab-4 li {
    width: 25%; }
  .tab-menu.tab-5 li {
    width: 20%; }

/* 리스트 페이지: 테이블 리스트 */
table.tbl-news {
  margin-top: 20px;
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525; }
  table.tbl-news th {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal; }
  table.tbl-news th:first-child {
    padding-left: 24px; }
  table.tbl-news th:last-child {
    padding-right: 28px; }
  table.tbl-news td {
    color: #585858;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  table.tbl-news td:first-child {
    text-indent: 19px;
    padding-left: 24px; }
    table.tbl-news td:first-child img {
      margin-left: -18px;
      margin-right: 3px; }
  table.tbl-news td.rank {
    color: #f88218; }
  table.tbl-news td:last-child {
    padding-right: 28px; }
    table.tbl-news td:last-child img {
      margin-top: -5px; }
  table.tbl-news th {
    line-height: 42px; }
    table.tbl-news th:first-child {
      padding: 0; }
  table.tbl-news td {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 42px;
    font-weight: normal; }
    table.tbl-news td:first-child {
      padding: 0;
      text-indent: 0; }
    table.tbl-news td.text-left {
      text-align: left; }
    table.tbl-news td .ellipsis {
      display: inline-block;
      color: #585858;
      margin-top: -4px;
      height: 40px;
      line-height: 40px;
      width: auto;
      max-width: 90%;
      vertical-align: middle; }
      table.tbl-news td .ellipsis:hover {
        text-decoration: underline; }
    table.tbl-news td img {
      margin-left: 4px;
      margin-top: -3px;
      height: 12px;
      vertical-align: middle; }
  table.tbl-news tr.current td, table.tbl-news tr.common td {
    background: #faf6f3; }

/* 리스트 페이지: 테이블 리스트 */
table.tbl-league {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525; }
  table.tbl-league th {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal; }
  table.tbl-league th:first-child {
    padding-left: 24px; }
  table.tbl-league th:last-child {
    padding-right: 28px; }
  table.tbl-league td {
    color: #585858;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  table.tbl-league td:first-child {
    text-indent: 19px;
    padding-left: 24px; }
    table.tbl-league td:first-child img {
      margin-left: -18px;
      margin-right: 3px; }
  table.tbl-league td.rank {
    color: #f88218; }
  table.tbl-league td:last-child {
    padding-right: 28px; }
    table.tbl-league td:last-child img {
      margin-top: -5px; }
  table.tbl-league th {
    line-height: 42px; }
    table.tbl-league th:first-child {
      padding: 0; }
  table.tbl-league td {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 18px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 10px; }
    table.tbl-league td:first-child {
      padding: 0;
      text-indent: 0; }
    table.tbl-league td.text-left {
      text-align: left; }
    table.tbl-league td.em {
      color: #252525;
      font-weight: bold; }
    table.tbl-league td .ellipsis {
      display: inline-block;
      color: #585858;
      margin-top: -4px;
      height: 40px;
      line-height: 40px;
      width: auto;
      max-width: 90%;
      vertical-align: middle; }
      table.tbl-league td .ellipsis:hover {
        text-decoration: underline; }
    table.tbl-league td .team1 {
      color: #f88218; }
    table.tbl-league td img {
      margin-left: 4px;
      margin-top: -3px;
      height: 12px;
      vertical-align: middle; }
  table.tbl-league tr.current td {
    background: #faf6f3; }

/* 리스트 페이지: 테이블 리스트 */
table.tbl-has-author {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525; }
  table.tbl-has-author th {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal; }
  table.tbl-has-author th:first-child {
    padding-left: 24px; }
  table.tbl-has-author th:last-child {
    padding-right: 28px; }
  table.tbl-has-author td {
    color: #585858;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  table.tbl-has-author td:first-child {
    text-indent: 19px;
    padding-left: 24px; }
    table.tbl-has-author td:first-child img {
      margin-left: -18px;
      margin-right: 3px; }
  table.tbl-has-author td.rank {
    color: #f88218; }
  table.tbl-has-author td:last-child {
    padding-right: 28px; }
    table.tbl-has-author td:last-child img {
      margin-top: -5px; }
  table.tbl-has-author th {
    line-height: 42px; }
    table.tbl-has-author th:first-child {
      padding: 0; }
    table.tbl-has-author th:last-child {
      padding-right: 0; }
  table.tbl-has-author td {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 66px;
    font-weight: normal; }
    table.tbl-has-author td:first-child {
      padding: 0 0 0 22px;
      text-indent: 0; }
      table.tbl-has-author td:first-child img {
        margin-left: 4px;
        margin-right: 0;
        margin-top: -2px;
        height: 12px;
        vertical-align: text-top; }
      table.tbl-has-author td:first-child em {
        display: inline-block;
        color: #f88218;
        margin-left: 3px;
        margin-top: -4px;
        height: 12px;
        vertical-align: text-top; }
    table.tbl-has-author td:last-child {
      padding-right: 0; }
    table.tbl-has-author td .icon-heart {
      vertical-align: middle;
      margin-top: -2px; }
    table.tbl-has-author td:first-child.category {
      padding: 0 !important; }
    table.tbl-has-author td.text-left {
      text-align: left;
      line-height: 1; }
    table.tbl-has-author td .ellipsis {
      display: inline-block;
      width: auto;
      max-width: 90%;
      line-height: 14px;
      margin-top: -3px;
      color: #252525;
      vertical-align: top; }
      table.tbl-has-author td .ellipsis:hover {
        text-decoration: underline; }
    table.tbl-has-author td .author {
      line-height: 1;
      margin-bottom: 10px;
      color: #898989;
      font-size: 12px; }
  table.tbl-has-author tr.current td, table.tbl-has-author tr.common td {
    background: #faf6f3; }

table.tbl-has-author.all td:first-child {
  padding: 0;
  text-align: center; }
  table.tbl-has-author.all td:first-child.yellowred {
    color: #e7930f !important;
    padding: 0;
    text-align: center; }
  table.tbl-has-author.all td:first-child.green {
    color: #059117 !important;
    padding: 0;
    text-align: center; }
  table.tbl-has-author.all td:first-child.blue {
    color: #174a99 !important;
    padding: 0;
    text-align: center; }
table.tbl-has-author.all td:nth-of-type(2) {
  padding: 0 0 0 22px; }

table.tbl-news tr.current td {
  font-weight: bold;
  background: #fff8e5 !important; }

table.tbl-news td.update {
  color: #059117;
  font-weight: bold; }

table.tbl-news td.notice {
  color: #174a99;
  font-weight: bold; }

table.tbl-news td.maintenance {
  color: #cf3636;
  font-weight: bold; }

/* 댓글 등록 뒤 테이블 */
.list-wrap + table.tbl-has-author {
  margin-top: 20px; }

script + table.tbl-has-author {
  margin-top: 20px; }

/* 리스트 페이지: 테이블 리스트 */
table.tbl-ranking {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525;
  margin-top: 20px; }
  table.tbl-ranking th {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal; }
  table.tbl-ranking th:first-child {
    padding-left: 24px; }
  table.tbl-ranking th:last-child {
    padding-right: 28px; }
  table.tbl-ranking td {
    color: #585858;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  table.tbl-ranking td:first-child {
    text-indent: 19px;
    padding-left: 24px; }
    table.tbl-ranking td:first-child img {
      margin-left: -18px;
      margin-right: 3px; }
  table.tbl-ranking td.rank {
    color: #f88218; }
  table.tbl-ranking td:last-child {
    padding-right: 28px; }
    table.tbl-ranking td:last-child img {
      margin-top: -5px; }
  table.tbl-ranking th {
    line-height: 42px; }
    table.tbl-ranking th:first-child {
      padding: 0; }
  table.tbl-ranking td {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 18px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 10px; }
    table.tbl-ranking td:first-child {
      padding: 0;
      text-indent: 0; }
    table.tbl-ranking td.text-left {
      text-align: left; }
    table.tbl-ranking td.em {
      color: #252525;
      font-weight: bold; }
    table.tbl-ranking td .ellipsis {
      display: inline-block;
      color: #585858;
      margin-top: -4px;
      height: 40px;
      line-height: 40px;
      width: auto;
      max-width: 90%;
      vertical-align: middle; }
      table.tbl-ranking td .ellipsis:hover {
        text-decoration: underline; }
    table.tbl-ranking td .team1 {
      color: #f88219; }
    table.tbl-ranking td img {
      margin-left: 4px;
      margin-top: -3px;
      height: 12px;
      vertical-align: middle; }
  table.tbl-ranking tr.current td {
    background: #faf6f3; }

/*table.download*/
table.tbl-download {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525;
  margin-top: 20px;
  margin-bottom: 50px;
  border-top: 1px solid #e5e5e5; }
  table.tbl-download th {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal; }
  table.tbl-download th:first-child {
    padding-left: 24px; }
  table.tbl-download th:last-child {
    padding-right: 28px; }
  table.tbl-download td {
    color: #585858;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  table.tbl-download td:first-child {
    text-indent: 19px;
    padding-left: 24px; }
    table.tbl-download td:first-child img {
      margin-left: -18px;
      margin-right: 3px; }
  table.tbl-download td.rank {
    color: #f88218; }
  table.tbl-download td:last-child {
    padding-right: 28px; }
    table.tbl-download td:last-child img {
      margin-top: -5px; }
  table.tbl-download th {
    line-height: 42px; }
  table.tbl-download td {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 18px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 10px; }
  table.tbl-download tr.current td {
    background: #faf6f3; }

p.desc-spec {
  margin-top: -40px;
  margin-bottom: 50px;
  text-align: center;
  color: #585858; }

/* faq */
p.desc {
  display: block;
  width: 100%;
  line-height: 1;
  font-size: 12px;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 20px; }
  p.desc a {
    display: inline-block;
    margin-left: 7px;
    padding: 6px 14px;
    border: 1px solid #c7c7c7;
    background: #f5f5f5;
    color: #252525;
    letter-spacing: 0; }
    p.desc a:hover {
      border: 1px solid #252525; }

/* 2차 비밀번호 초기화 */
p.desc.text-left {
  text-align: left;
  line-height: 1.4; }

table.tbl-faq {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525;
  border-top: 1px solid #252525; }
  table.tbl-faq th {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal; }
  table.tbl-faq th:first-child {
    padding-left: 24px; }
  table.tbl-faq th:last-child {
    padding-right: 28px; }
  table.tbl-faq td {
    color: #585858;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  table.tbl-faq td:first-child {
    text-indent: 19px;
    padding-left: 24px; }
    table.tbl-faq td:first-child img {
      margin-left: -18px;
      margin-right: 3px; }
  table.tbl-faq td.rank {
    color: #f88218; }
  table.tbl-faq td:last-child {
    padding-right: 28px; }
    table.tbl-faq td:last-child img {
      margin-top: -5px; }
  table.tbl-faq th {
    line-height: 42px;
    border-top: 1px solid #252525; }
    table.tbl-faq th:first-child {
      padding: 0; }
    table.tbl-faq th:last-child {
      padding: 0; }
  table.tbl-faq td {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 42px;
    font-weight: normal; }
    table.tbl-faq td:first-child {
      padding: 0;
      text-indent: 0; }
    table.tbl-faq td:last-child {
      padding: 0 16px;
      text-indent: 0;
      text-align: left; }
    table.tbl-faq td.text-left {
      text-align: left; }
    table.tbl-faq td.text-center {
      text-align: center; }
    table.tbl-faq td a {
      color: #252525;
      font-size: 13px;
      margin-left: 3px;
      margin-right: 6px;
      padding: 0 0 2px;
      background-size: 0px 1.5px;
      background-repeat: no-repeat;
      transition: color, background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
      background-position: center 98%;
      background-image: linear-gradient(to right top, #252525, #252525); }
      table.tbl-faq td a:before {
        content: '|';
        font-size: 13px;
        color: #252525;
        margin-left: -6px;
        margin-right: 6px; }
      table.tbl-faq td a:first-child:before {
        content: '';
        display: none; }
      table.tbl-faq td a:hover {
        padding: 0 0 2px;
        background-size: 100% 1.5px;
        background-repeat: no-repeat;
        transition: color, background-size 0.15s cubic-bezier(0.785, 0.135, 0.15, 0.86) 0s;
        background-position: center 98%;
        background-image: linear-gradient(to right top, #252525, #252525); }
  table.tbl-faq tr:first-child th, table.tbl-faq tr:first-child td {
    border-top: 1px solid #252525; }
  table.tbl-faq tr:last-child th, table.tbl-faq tr:last-child td {
    border-bottom: 1px solid #252525; }

/* faq q-a 리스트 */
.wrap-faq {
  opacity: 0;
  height: 0;
  display: none;
  margin-top: 20px;
  width: 100%; }
  .wrap-faq li {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5; }
    .wrap-faq li .question {
      display: block;
      line-height: 1.4;
      padding: 20px;
      font-size: 14px;
      color: #252525; }
    .wrap-faq li .answer {
      display: none;
      opacity: 0;
      height: 0;
      box-sizing: border-box;
      width: 100%;
      padding: 34px 20px;
      font-size: 13px;
      color: #252525;
      background: #fff; }
      .wrap-faq li .answer .wrap-btn {
        margin-top: 20px; }
    .wrap-faq li.no-result {
      font-size: 14px;
      color: #252525;
      padding: 20px; }

.wrap-coupon {
  padding: 20px 32px 32px 96px;
  height: 188px;
  color: #252525;
  background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/etc/bg_coupon.jpg) 0 0 no-repeat; }
  .wrap-coupon h3 {
    margin-bottom: 10px;
    color: #252525;
    font-size: 16px; }
  .wrap-coupon .wrap-line {
    margin-bottom: 6px; }
    .wrap-coupon .wrap-line .wrap-input {
      width: 498px; }
      .wrap-coupon .wrap-line .wrap-input .inputCoupon {
        border: 1px solid #252525;
        width: 100px;
        height: 40px; }
    .wrap-coupon .wrap-line .wrap-btn.coupon {
      float: left;
      width: auto;
      margin-top: 0px;
      margin-bottom: inherit;
      display: inline-block; }
  .wrap-coupon h4 {
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: -0.5px;
    color: #252525; }
  .wrap-coupon ul li {
    font-size: 13px;
    line-height: 1.4;
    letter-spacing: -1px; }

#faqList-1 {
  display: block;
  height: auto;
  opacity: 1; }

.btn {
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #252525; }
  .btn:hover {
    background: #f88218; }
  .btn.list {
    float: right; }
  .btn.list.wide {
    width: auto;
    min-width: 100px;
    padding: 0 16px; }
  .btn.list.pull-center {
    float: none; }
  .btn.list.pull-left {
    float: left; }
  .btn.list.color {
    background: #f88218; }

/* 테이블 : 문의 */
table.tbl-inquiry {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525; }
  table.tbl-inquiry th {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal; }
  table.tbl-inquiry th:first-child {
    padding-left: 24px; }
  table.tbl-inquiry th:last-child {
    padding-right: 28px; }
  table.tbl-inquiry td {
    color: #585858;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  table.tbl-inquiry td:first-child {
    text-indent: 19px;
    padding-left: 24px; }
    table.tbl-inquiry td:first-child img {
      margin-left: -18px;
      margin-right: 3px; }
  table.tbl-inquiry td.rank {
    color: #f88218; }
  table.tbl-inquiry td:last-child {
    padding-right: 28px; }
    table.tbl-inquiry td:last-child img {
      margin-top: -5px; }
  table.tbl-inquiry th {
    line-height: 42px; }
    table.tbl-inquiry th:first-child {
      padding: 0; }
    table.tbl-inquiry th:last-child {
      padding: 0; }
    table.tbl-inquiry th.term-wrap {
      background: inherit;
      padding: 10px 0; }
  table.tbl-inquiry td {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 42px;
    font-weight: normal; }
    table.tbl-inquiry td:first-child {
      padding: 0;
      text-indent: 0; }
    table.tbl-inquiry td:last-child {
      padding: 0 16px;
      text-indent: 0;
      text-align: left; }
    table.tbl-inquiry td.text-left {
      text-align: left; }
    table.tbl-inquiry td.text-center {
      text-align: center; }
    table.tbl-inquiry td .ellipsis {
      display: inline-block;
      color: #585858;
      margin-top: -4px;
      height: 40px;
      line-height: 40px;
      width: auto;
      max-width: 90%;
      vertical-align: middle; }
      table.tbl-inquiry td .ellipsis:hover {
        text-decoration: underline; }
    table.tbl-inquiry td .on_hold {
      color: #252525; }
    table.tbl-inquiry td .processing {
      color: #fcb920; }
    table.tbl-inquiry td .answerd {
      color: #1862f8; }
    table.tbl-inquiry td select {
      vertical-align: middle;
      width: 180px;
      margin-top: -5px;
      border: 1px solid #e5e5e5; }
      table.tbl-inquiry td select:hover, table.tbl-inquiry td select:focus, table.tbl-inquiry td select:checked {
        width: 180px; }
      table.tbl-inquiry td select option, table.tbl-inquiry td select option:hover, table.tbl-inquiry td select option:checked {
        width: 180px; }
    table.tbl-inquiry td .desc {
      display: block;
      width: 100%;
      line-height: 1;
      font-size: 12px;
      margin-bottom: 10px; }
    table.tbl-inquiry td input[type='text'], table.tbl-inquiry td input[type='email'] {
      border: 1px solid #e5e5e5;
      margin-top: -3px; }
  table.tbl-inquiry th.vt-middle + td > p {
    word-break: break-all; }

/* 2차 비밀번호 */
dl.box {
  display: none;
  opacity: 0;
  border: 1px solid #c7c7c7; }
  dl.box dt {
    padding: 16px 20px;
    text-align: left;
    font-weight: bold;
    font-size: 13px;
    border-bottom: 1px solid #c7c7c7;
    color: #252525;
    background: #f5f5f5; }
  dl.box dd {
    padding: 0 0 28px 0;
    text-align: center;
    font-weight: bold;
    font-size: 13px; }
    dl.box dd.btn-area {
      padding: 20px 0 12px; }
      dl.box dd.btn-area .btn-phone, dl.box dd.btn-area .btn-phone:active {
        display: inline-block;
        margin: 0 auto;
        width: 154px;
        height: 154px;
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/etc/btn_phone.png) 0 0 no-repeat; }
        dl.box dd.btn-area .btn-phone:hover, dl.box dd.btn-area .btn-phone:focus, dl.box dd.btn-area .btn-phone:active:hover, dl.box dd.btn-area .btn-phone:active:focus {
          background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/etc/btn_phone_on.png) 0 0 no-repeat; }
    dl.box dd.img-area {
      padding: 20px 0px 8px; }

/* 테이블 리스트 - 텀 */
table.tbl-term-line {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525;
  box-sizing: border-box; }
  table.tbl-term-line th {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal; }
  table.tbl-term-line th:first-child {
    padding-left: 24px; }
  table.tbl-term-line th:last-child {
    padding-right: 28px; }
  table.tbl-term-line td {
    color: #585858;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  table.tbl-term-line td:first-child {
    text-indent: 19px;
    padding-left: 24px; }
    table.tbl-term-line td:first-child img {
      margin-left: -18px;
      margin-right: 3px; }
  table.tbl-term-line td.rank {
    color: #f88218; }
  table.tbl-term-line td:last-child {
    padding-right: 28px; }
    table.tbl-term-line td:last-child img {
      margin-top: -5px; }
  table.tbl-term-line th {
    line-height: 42px;
    background: #f5f5f5;
    border-right: 1px solid #e5e5e5; }
    table.tbl-term-line th:first-child {
      padding: 0; }
    table.tbl-term-line th:last-child {
      border-right: none;
      text-align: center;
      padding-right: 0; }
  table.tbl-term-line td {
    background: #fff;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    padding: 8px 16px 10px; }
    table.tbl-term-line td:first-child {
      padding: 0;
      text-indent: 0; }
    table.tbl-term-line td.text-left {
      text-align: left;
      padding-left: 16px; }
    table.tbl-term-line td.em {
      color: #252525;
      font-weight: bold; }
    table.tbl-term-line td.rspan {
      padding: 8px 0 8px 16px;
      line-height: 24px;
      text-align: left; }
    table.tbl-term-line td:last-child {
      border-right: none;
      padding-right: 16px; }
    table.tbl-term-line td img {
      margin-left: 4px;
      margin-top: -3px;
      height: 12px;
      vertical-align: middle; }

table.tbl-term {
  table-layout: fixed;
  width: 100%;
  border-top: 4px solid #252525;
  box-sizing: border-box; }
  table.tbl-term th {
    background: #f5f5f5;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    color: #585858;
    line-height: 32px;
    font-size: 13px;
    font-weight: normal; }
  table.tbl-term th:first-child {
    padding-left: 24px; }
  table.tbl-term th:last-child {
    padding-right: 28px; }
  table.tbl-term td {
    color: #585858;
    line-height: 29px;
    font-size: 13px;
    font-weight: bold;
    text-align: center; }
  table.tbl-term td:first-child {
    text-indent: 19px;
    padding-left: 24px; }
    table.tbl-term td:first-child img {
      margin-left: -18px;
      margin-right: 3px; }
  table.tbl-term td.rank {
    color: #f88218; }
  table.tbl-term td:last-child {
    padding-right: 28px; }
    table.tbl-term td:last-child img {
      margin-top: -5px; }
  table.tbl-term th {
    line-height: 42px;
    background: #f5f5f5; }
    table.tbl-term th:first-child {
      padding: 0; }
  table.tbl-term td {
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 18px;
    font-weight: normal;
    padding-top: 8px;
    padding-bottom: 10px; }
    table.tbl-term td:first-child {
      padding: 0;
      text-indent: 0; }
    table.tbl-term td.text-left {
      text-align: left; }
    table.tbl-term td.em {
      color: #252525;
      font-weight: bold; }
    table.tbl-term td .ellipsis {
      display: inline-block;
      color: #585858;
      margin-top: -4px;
      height: 40px;
      line-height: 40px;
      width: auto;
      max-width: 90%;
      vertical-align: middle; }
      table.tbl-term td .ellipsis:hover {
        text-decoration: underline; }
    table.tbl-term td .team1 {
      color: #f88218; }
    table.tbl-term td img {
      margin-left: 4px;
      margin-top: -3px;
      height: 12px;
      vertical-align: middle; }

/* 리스트: li 리스트 */
/*리스트 : 다운로드 */
ul.list-download li {
  position: relative;
  box-sizing: border-box;
  float: left;
  width: calc(33.3% - 15.5px);
  height: 170px;
  margin-left: 20px;
  margin-bottom: 20px; }
  ul.list-download li:nth-child(1) {
    margin-left: 0px;
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/download/img_download1.gif) center no-repeat;
    background-size: 149px 102px; }
  ul.list-download li:nth-child(2) {
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/download/img_download2.gif) center no-repeat;
    background-size: 149px 102px; }
  ul.list-download li:nth-child(3) {
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/download/img_download3.gif) center no-repeat;
    background-size: 149px 102px; }
  ul.list-download li a {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    font-size: 12px;
    height: 37px;
    line-height: 37px;
    text-align: center;
    color: #252525;
    border: 1px solid #e5e5e5; }
    ul.list-download li a:hover {
      color: #fff;
      background: #252525; }

/* 이벤트 */
ul.list-event li {
  box-sizing: border-box;
  float: left;
  width: calc(50% - 11px);
  height: 245px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5; }
  ul.list-event li:nth-child(2n + 1) {
    margin-left: 0px; }
  ul.list-event li a {
    display: block;
    width: 100%;
    height: 100%; }
    ul.list-event li a dl {
      padding: 16px 10px 22px; }
      ul.list-event li a dl dt {
        margin-bottom: 5px;
        color: #252525;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 1; }
        ul.list-event li a dl dt span {
          width: auto;
          max-width: calc(100% - 56px);
          display: inline-block;
          vertical-align: middle; }
        ul.list-event li a dl dt img {
          margin-left: 7px;
          vertical-align: middle; }
      ul.list-event li a dl dd {
        color: #252525;
        font-size: 13px;
        letter-spacing: 0; }
      ul.list-event li a dl .date {
        margin-left: 5px; }
    ul.list-event li a .img-wrapper {
      width: 100%;
      height: 169px;
      overflow: hidden; }
      ul.list-event li a .img-wrapper img {
        width: 100%;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in; }
    ul.list-event li a.end {
      cursor: default; }
    ul.list-event li a.end .img-wrapper {
      position: relative; }
    ul.list-event li a.end .img-wrapper:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png);
      background-repeat: repeat;
      background-position: 0 0; }
    ul.list-event li a:hover dt span {
      text-decoration: underline; }
    ul.list-event li a:hover .img-wrapper {
      width: 100%;
      height: 169px;
      overflow: hidden; }
      ul.list-event li a:hover .img-wrapper img {
        transform: scale(1.05); }
    ul.list-event li a.end:hover .img-wrapper img {
      transform: scale(1); }
    ul.list-event li a.end:hover dt span {
      text-decoration: none; }

/* 리스트 페이지: 스크린샷 리스트 */
ul.list-screenshot {
  margin-top: 20px; }
  ul.list-screenshot li {
    box-sizing: border-box;
    float: left;
    width: calc(50% - 11px);
    height: 290px;
    margin-left: 20px;
    margin-bottom: 20px;
    border: 1px solid #e5e5e5; }
    ul.list-screenshot li:nth-child(2n + 1) {
      margin-left: 0px; }
    ul.list-screenshot li a {
      display: block;
      width: 100%;
      height: 100%; }
      ul.list-screenshot li a dl {
        padding: 22px 10px; }
        ul.list-screenshot li a dl dt {
          margin-bottom: 20px;
          color: #252525;
          font-size: 15px;
          font-weight: bold;
          letter-spacing: -1px;
          line-height: 1; }
          ul.list-screenshot li a dl dt span {
            width: auto;
            max-width: calc(100% - 56px);
            display: inline-block;
            vertical-align: middle; }
          ul.list-screenshot li a dl dt img {
            margin-left: 7px;
            vertical-align: middle; }
        ul.list-screenshot li a dl dd {
          color: #252525;
          font-size: 13px;
          letter-spacing: 0;
          margin-top: 7px; }
          ul.list-screenshot li a dl dd small {
            font-size: 12px; }
          ul.list-screenshot li a dl dd .icon-heart {
            vertical-align: text-bottom; }
        ul.list-screenshot li a dl .date {
          margin-left: 5px; }
      ul.list-screenshot li a .img-wrapper {
        width: 100%;
        height: 169px;
        overflow: hidden; }
        ul.list-screenshot li a .img-wrapper img {
          width: 100%;
          -moz-transition: all .2s ease-in;
          -o-transition: all .2s ease-in;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
      ul.list-screenshot li a.end {
        cursor: default; }
      ul.list-screenshot li a.end .img-wrapper {
        position: relative; }
      ul.list-screenshot li a.end .img-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png);
        background-repeat: repeat;
        background-position: 0 0; }
      ul.list-screenshot li a:hover dt span {
        text-decoration: underline; }
      ul.list-screenshot li a:hover .img-wrapper {
        width: 100%;
        height: 169px;
        overflow: hidden; }
        ul.list-screenshot li a:hover .img-wrapper img {
          transform: scale(1.05); }
      ul.list-screenshot li a.end:hover .img-wrapper img {
        transform: scale(1); }
      ul.list-screenshot li a.end:hover dt span {
        text-decoration: none; }

/* 개발자 노트 */
/* 리스트 페이지: li 리스트 */
ul.list-devnote {
  border-top: 4px solid #252525;
  padding: 20px 20px 0px 20px; }
  ul.list-devnote li {
    box-sizing: border-box;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e5e5e5; }
    ul.list-devnote li:last-child {
      margin-bottom: 0; }
    ul.list-devnote li a {
      display: block;
      width: 100%;
      height: 100%; }
      ul.list-devnote li a .img-wrapper {
        float: left;
        width: 300px;
        height: 165px;
        overflow: hidden;
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/main/patch_bg.jpg) center no-repeat;
        background-size: 100%;
        position: relative; }
        ul.list-devnote li a .img-wrapper .tit {
          position: absolute;
          left: 20px;
          top: 20px; }
        ul.list-devnote li a .img-wrapper img {
          width: 100%;
          -moz-transition: all .2s ease-in;
          -o-transition: all .2s ease-in;
          -webkit-transition: all .2s ease-in;
          transition: all .2s ease-in; }
        ul.list-devnote li a .img-wrapper:after {
          position: absolute;
          content: '업데이트 노트';
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          display: block;
          background: transparent;
          color: #fff;
          font-size: 21px;
          color: #fff;
          font-weight: normal;
          letter-spacing: -2px;
          padding: 20px;
          text-shadow: 0 0 3px rgba(0, 0, 0, 0.85); }
      ul.list-devnote li a:hover dt span {
        text-decoration: underline; }
      ul.list-devnote li a:hover .img-wrapper {
        width: 300px;
        height: 165px;
        overflow: hidden; }
        ul.list-devnote li a:hover .img-wrapper img {
          transform: scale(1.05); }
        ul.list-devnote li a:hover .img-wrapper:after {
          position: absolute;
          content: '업데이트 노트';
          background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png);
          background-repeat: repeat;
          background-position: 0 0; }
      ul.list-devnote li a dl {
        float: left;
        box-sizing: border-box;
        width: 340px;
        padding: 16px 10px 22px 20px; }
        ul.list-devnote li a dl dt {
          margin-bottom: 20px;
          color: #252525;
          font-size: 15px;
          font-weight: bold;
          letter-spacing: -1px;
          line-height: 1; }
          ul.list-devnote li a dl dt span {
            width: auto;
            max-width: calc(100% - 56px);
            display: inline-block;
            vertical-align: middle; }
          ul.list-devnote li a dl dt em {
            float: right;
            margin-top: 3px;
            font-size: 13px;
            color: #252525;
            letter-spacing: -0.5px;
            font-weight: normal; }
          ul.list-devnote li a dl dt img {
            margin-left: 7px;
            vertical-align: middle; }
        ul.list-devnote li a dl dd {
          color: #252525;
          font-size: 13px;
          letter-spacing: 0;
          line-height: 1.5;
          height: 73px;
          overflow: hidden; }
          ul.list-devnote li a dl dd p {
            padding: 0;
            line-height: 1.7 !important;
            margin: 0 !important;
            font-size: 14px !important;
            font-weight: normal;
            font-family: 'Malgungothic', '맑은고딕', sans-serif !important;
            letter-spacing: -0.95px !important;
            font-weight: normal !important; }
            ul.list-devnote li a dl dd p * {
              padding: 0;
              line-height: 1.7 !important;
              margin: 0 !important;
              font-size: 14px !important;
              font-weight: normal;
              font-family: 'Malgungothic', '맑은고딕', sans-serif !important;
              letter-spacing: -0.95px !important;
              font-weight: normal !important; }
        ul.list-devnote li a dl .date {
          margin-left: 5px; }

/* 리스트 : 서버 */
ul.list-server {
  margin: 0 auto; }
  ul.list-server li {
    box-sizing: border-box;
    float: left;
    width: 16.6667%;
    height: 35px;
    line-height: 33px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5; }
    ul.list-server li:nth-child(6n+1) {
      border-left: none; }
    ul.list-server li:nth-child(-n+6) {
      border-top: 2px solid #252525; }
    ul.list-server li:nth-child(n+7):nth-child(-n+12) {
      border-top: 1px solid #252525;
      border-bottom: 2px solid #252525; }
    ul.list-server li a {
      width: 100%;
      height: 100%;
      display: block;
      font-size: 13px;
      color: #585858;
      text-decoration: none; }
      ul.list-server li a span {
        display: inline-block;
        vertical-align: text-bottom;
        margin-right: 5px;
        width: 15px;
        height: 15px;
        background-size: 15px;
        background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/sprite_server.png); }
        ul.list-server li a span.server-0 {
          background: none; }
        ul.list-server li a span.server-all {
          background: none;
          margin-right: 0;
          width: 0; }
        ul.list-server li a span.server-1 {
          background-position: 0 0; }
        ul.list-server li a span.server-2 {
          background-position: 0 -15px; }
        ul.list-server li a span.server-3 {
          background-position: 0 -30px; }
        ul.list-server li a span.server-4 {
          background-position: 0 -45px; }
        ul.list-server li a span.server-5 {
          background-position: 0 -60px; }
        ul.list-server li a span.server-6 {
          background-position: 0 -75px; }
        ul.list-server li a span.server-7 {
          background-position: 0 -90px; }
        ul.list-server li a span.server-8 {
          background-position: 0 -105px; }
        ul.list-server li a span.server-9 {
          background-position: 0 -120px; }
        ul.list-server li a span.server-10 {
          background-position: 0 -135px; }
        ul.list-server li a span.server-11 {
          background-position: 0 -150px; }
        ul.list-server li a span.server-12 {
          background-position: 0 -165px; }
        ul.list-server li a span.server-13 {
          background-position: 0 -180px; }
        ul.list-server li a span.server-14 {
          background-position: 0 -195px; }
        ul.list-server li a span.server-15 {
          background-position: 0 -210px; }
    ul.list-server li:hover {
      background: #d7eef6; }
      ul.list-server li:hover a {
        font-weight: bold;
        text-decoration: underline;
        color: #000; }
    ul.list-server li.on {
      background: #d7eef6; }
      ul.list-server li.on a {
        font-weight: bold;
        color: #000; }
    ul.list-server li.no a {
      cursor: default; }
    ul.list-server li.no:hover {
      background: #fff; }

/* 리스트 : 마을 */
ul.list-village {
  margin: 0 auto;
  border-bottom: 2px solid #252525; }
  ul.list-village li {
    box-sizing: border-box;
    float: left;
    width: 10%;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(10n+1) {
      border-left: none; }
    ul.list-village li:nth-child(1) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(2) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(3) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(4) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(5) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(6) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(7) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(8) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(9) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(10) {
      border-top: 2px solid #252525; }
    ul.list-village li:nth-child(72) {
      border-bottom: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(73) {
      border-bottom: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(74) {
      border-bottom: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(75) {
      border-bottom: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(76) {
      border-bottom: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(77) {
      border-bottom: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(78) {
      border-bottom: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(79) {
      border-bottom: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(80) {
      border-bottom: 1px solid #e5e5e5; }
    ul.list-village li:nth-child(82) {
      border-top: none;
      border-right: 1px solid #e5e5e5; }
    ul.list-village li a {
      width: 100%;
      height: 100%;
      display: block;
      font-size: 13px;
      color: #585858;
      text-decoration: none;
      letter-spacing: -0.75px; }
    ul.list-village li:hover {
      background: #d7eef6; }
      ul.list-village li:hover a {
        font-weight: bold;
        text-decoration: underline;
        color: #000; }
    ul.list-village li.on {
      background: #d7eef6; }
      ul.list-village li.on a {
        font-weight: bold;
        color: #000; }

/* 리스트 : 선거 등록 캐릭터 리스트*/
ul.list-mycharacter li {
  box-sizing: border-box;
  float: left;
  width: calc(50% - 11px);
  height: 213px;
  margin-left: 20px;
  margin-bottom: 20px;
  transition: all 0.25s; }
  ul.list-mycharacter li:nth-child(2n + 1) {
    margin-left: 0px; }
  ul.list-mycharacter li a {
    display: block;
    width: 100%;
    height: 100%; }
    ul.list-mycharacter li a .my-server {
      box-sizing: border-box;
      padding: 11px 0 12px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      background: #252525;
      border: 1px solid #000; }
    ul.list-mycharacter li a .chr-wrapper {
      padding: 20px 30px;
      border-left: 1px solid #c7c7c7;
      border-right: 1px solid #c7c7c7;
      border-bottom: 1px solid #c7c7c7; }
      ul.list-mycharacter li a .chr-wrapper img {
        float: left;
        box-sizing: border-box;
        width: 122px;
        height: 122px;
        border: 2px solid #c7c7c7; }
      ul.list-mycharacter li a .chr-wrapper table {
        float: left;
        width: 158px;
        margin-left: 27px; }
        ul.list-mycharacter li a .chr-wrapper table th {
          text-align: left;
          font-weight: bold;
          font-size: 13px;
          color: #252525;
          line-height: 1.62;
          letter-spacing: -0.75px; }
        ul.list-mycharacter li a .chr-wrapper table td {
          text-align: left;
          font-weight: normal;
          font-size: 13px;
          color: #252525;
          padding-left: 10px;
          line-height: 1.62;
          letter-spacing: -0.75px; }
  ul.list-mycharacter li.on a .my-server, ul.list-mycharacter li:hover a .my-server {
    background: #3b579d;
    border: 1px solid #3b579d; }
  ul.list-mycharacter li.on a .chr-wrapper, ul.list-mycharacter li:hover a .chr-wrapper {
    padding: 20px 29px 19px;
    /* border-left:1px solid $c-bd-emphasis1;
     border-right:1px solid $c-bd-emphasis1;
     border-bottom:1px solid $c-bd-emphasis1;*/
    border-left: 2px solid #3b579d;
    border-right: 2px solid #3b579d;
    border-bottom: 2px solid #3b579d; }
  ul.list-mycharacter li.no-chr {
    height: auto; }
    ul.list-mycharacter li.no-chr a {
      cursor: default;
      position: relative; }
      ul.list-mycharacter li.no-chr a:after {
        content: '';
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        /*background:rgba(0,0,0,0.3) url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/img_vote_no_chr.png) 0 0 no-repeat;*/
        background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png), url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/img_vote_no_chr.png);
        background-repeat: repeat, no-repeat;
        background-position: 0 0; }

/* 군주 후보 */
ul.list-candidate li {
  box-sizing: border-box;
  float: left;
  width: calc(50% - 11px);
  height: 209px;
  margin-left: 20px;
  margin-bottom: 20px; }
  ul.list-candidate li:nth-child(2n + 1) {
    margin-left: 0px; }
  ul.list-candidate li a {
    display: block;
    width: 100%;
    height: 100%; }
    ul.list-candidate li a .info-bottom {
      box-sizing: border-box;
      padding: 11px 0 12px 35px;
      font-size: 13px;
      font-weight: bold;
      letter-spacing: -0.5px;
      color: #252525;
      text-align: center;
      background: #f5f5f5;
      border: 1px solid #c7c7c7;
      text-align: left; }
    ul.list-candidate li a .chr-wrapper {
      padding: 20px 30px;
      border-left: 1px solid #c7c7c7;
      border-right: 1px solid #c7c7c7;
      border-top: 1px solid #c7c7c7; }
      ul.list-candidate li a .chr-wrapper img {
        float: left;
        box-sizing: border-box;
        width: 122px;
        height: 122px;
        border: 2px solid #c7c7c7; }
      ul.list-candidate li a .chr-wrapper table {
        float: left;
        width: 158px;
        margin-left: 27px; }
        ul.list-candidate li a .chr-wrapper table th {
          text-align: left;
          font-weight: bold;
          font-size: 13px;
          color: #252525;
          line-height: 1.62;
          letter-spacing: -0.75px; }
        ul.list-candidate li a .chr-wrapper table td {
          text-align: left;
          font-weight: normal;
          font-size: 13px;
          color: #252525;
          padding-left: 10px;
          line-height: 1.62;
          letter-spacing: -0.75px; }
  ul.list-candidate li:hover .chr-wrapper {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-top: 1px solid #000; }
  ul.list-candidate li:hover .info-bottom {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; }
  ul.list-candidate li.no-chr {
    position: relative; }
    ul.list-candidate li.no-chr:after {
      content: '';
      position: absolute;
      display: block;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      /*background:rgba(0,0,0,0.3) url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/img_vote_no_chr.png) 0 0 no-repeat;*/
      background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png), url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/img_vote_no_chr.png);
      background-repeat: repeat, no-repeat;
      background-position: 0 0; }

/* 리스트 : 당선결과 리스트*/
ul.list-vote-result li {
  box-sizing: border-box;
  float: left;
  width: calc(50% - 11px);
  height: 213px;
  margin-left: 20px;
  margin-bottom: 20px;
  position: relative;
  transition: all 0.25s; }
  ul.list-vote-result li:nth-child(2n + 1) {
    margin-left: 0px; }
  ul.list-vote-result li a {
    display: block;
    width: 100%;
    height: 100%; }
    ul.list-vote-result li a .my-server {
      box-sizing: border-box;
      padding: 11px 0 12px;
      font-size: 16px;
      color: #fff;
      text-align: center;
      background: #252525;
      border: 1px solid #000; }
    ul.list-vote-result li a .chr-wrapper {
      padding: 20px 30px;
      border-left: 1px solid #c7c7c7;
      border-right: 1px solid #c7c7c7;
      border-bottom: 1px solid #c7c7c7; }
      ul.list-vote-result li a .chr-wrapper img {
        float: left;
        box-sizing: border-box;
        width: 122px;
        height: 122px;
        border: 2px solid #c7c7c7; }
      ul.list-vote-result li a .chr-wrapper table {
        float: left;
        width: 158px;
        margin-left: 27px; }
        ul.list-vote-result li a .chr-wrapper table th {
          text-align: left;
          font-weight: bold;
          font-size: 13px;
          color: #252525;
          line-height: 1.62;
          letter-spacing: -0.75px; }
        ul.list-vote-result li a .chr-wrapper table td {
          text-align: left;
          font-weight: normal;
          font-size: 13px;
          color: #252525;
          padding-left: 10px;
          line-height: 1.62;
          letter-spacing: -0.75px; }
  ul.list-vote-result li.on a .my-server, ul.list-vote-result li:hover a .my-server {
    background: #3b579d;
    border: 1px solid #3b579d; }
  ul.list-vote-result li.on a .chr-wrapper, ul.list-vote-result li:hover a .chr-wrapper {
    padding: 20px 29px 19px;
    /* border-left:1px solid $c-bd-emphasis1;
     border-right:1px solid $c-bd-emphasis1;
     border-bottom:1px solid $c-bd-emphasis1;*/
    border-left: 2px solid #3b579d;
    border-right: 2px solid #3b579d;
    border-bottom: 2px solid #3b579d; }
  ul.list-vote-result li.no-result .info-bottom {
    box-sizing: border-box;
    padding: 11px 0 12px;
    text-align: center;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: -0.5px;
    color: #252525;
    background: #f5f5f5;
    border: 1px solid #c7c7c7; }
  ul.list-vote-result li.no-result .my-server {
    box-sizing: border-box;
    padding: 11px 0 12px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: #252525;
    border: 1px solid #000; }
  ul.list-vote-result li.no-result:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /*background:rgba(0,0,0,0.3) url(//file.valofe.com/Valofe_file/web/goonzu/static/images/vote/img_vote_no_result.png) 0 center no-repeat;*/
    background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png), url(//file.valofe.com/Valofe_file/web/goonzu/static/images/vote/img_vote_no_result.png);
    background-repeat: repeat, no-repeat;
    background-position: 0 0; }

/* 리스트 페이지: li 리스트 */
ul.list-event li {
  box-sizing: border-box;
  float: left;
  width: calc(50% - 11px);
  height: 245px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5; }
  ul.list-event li:nth-child(2n + 1) {
    margin-left: 0px; }
  ul.list-event li a {
    display: block;
    width: 100%;
    height: 100%; }
    ul.list-event li a dl {
      box-sizing: border-box;
      padding: 16px 10px 22px; }
      ul.list-event li a dl dt {
        margin-bottom: 5px;
        color: #252525;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 1; }
        ul.list-event li a dl dt span {
          width: auto;
          max-width: calc(100% - 56px);
          display: inline-block;
          vertical-align: middle; }
        ul.list-event li a dl dt img {
          margin-left: 7px;
          vertical-align: middle; }
      ul.list-event li a dl dd {
        color: #252525;
        font-size: 13px;
        letter-spacing: 0; }
      ul.list-event li a dl .date {
        margin-left: 5px; }
    ul.list-event li a .img-wrapper {
      width: 100%;
      height: 169px;
      overflow: hidden; }
      ul.list-event li a .img-wrapper img {
        width: 100%;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in; }
    ul.list-event li a.end {
      cursor: default; }
    ul.list-event li a.end .img-wrapper {
      position: relative;
      overflow: hidden; }
      ul.list-event li a.end .img-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png);
        background-repeat: repeat;
        background-position: 0 0; }
      ul.list-event li a.end .img-wrapper:hover dt span {
        text-decoration: underline; }
      ul.list-event li a.end .img-wrapper:hover .img-wrapper {
        width: 100%;
        height: 169px;
        overflow: hidden; }
        ul.list-event li a.end .img-wrapper:hover .img-wrapper img {
          transform: scale(1.05); }
      ul.list-event li a.end .img-wrapper.end:hover .img-wrapper img {
        transform: scale(1); }
      ul.list-event li a.end .img-wrapper.end:hover dt span {
        text-decoration: none; }

/* 리스트 페이지: li 리스트 */
ul.list-league li {
  box-sizing: border-box;
  float: left;
  width: calc(50% - 11px);
  height: auto;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5; }
  ul.list-league li:nth-child(2n + 1) {
    margin-left: 0px; }
  ul.list-league li a {
    display: block;
    width: 100%;
    height: 100%; }
    ul.list-league li a dl {
      position: relative;
      box-sizing: border-box;
      padding: 16px 10px 17px; }
      ul.list-league li a dl dt {
        margin-bottom: 10px;
        color: #252525;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 1; }
        ul.list-league li a dl dt span {
          width: auto;
          max-width: calc(100% - 56px);
          display: inline-block;
          vertical-align: middle; }
        ul.list-league li a dl dt img {
          margin-left: 7px;
          vertical-align: middle; }
      ul.list-league li a dl dd {
        margin-bottom: 5px;
        font-size: 13px;
        font-weight: bold;
        letter-spacing: 0;
        color: #252525; }
        ul.list-league li a dl dd em {
          display: inline-block;
          vertical-align: middle;
          margin-left: 7px;
          padding: 2px 4px;
          color: #fff;
          letter-spacing: -0.5px;
          font-size: 11px;
          line-height: 1;
          font-weight: normal; }
          ul.list-league li a dl dd em.ing {
            background: #1862f8; }
          ul.list-league li a dl dd em.end {
            background: #252525; }
          ul.list-league li a dl dd em.hold {
            background: #f88218; }
      ul.list-league li a dl .date {
        font-weight: normal;
        margin-left: 5px; }
    ul.list-league li a .img-wrapper {
      width: 100%;
      height: 169px;
      overflow: hidden; }
      ul.list-league li a .img-wrapper img {
        width: 100%;
        height: 169px;
        box-sizing: border-box;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
        overflow: hidden; }
    ul.list-league li a.end {
      cursor: default; }
    ul.list-league li a.end .img-wrapper {
      position: relative; }
    ul.list-league li a.end .img-wrapper:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      /*background: rgba(0,0,0,0.3) url(//file.valofe.com/Valofe_file/web/goonzu/static/images/league/img_league_end.png) 0 0 no-repeat;*/
      background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png), url(//file.valofe.com/Valofe_file/web/goonzu/static/images/league/img_league_end.png);
      background-repeat: repeat, no-repeat;
      background-position: 0 0; }
    ul.list-league li a.end dl:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png);
      background-repeat: repeat;
      background-position: 0 0; }
    ul.list-league li a:hover {
      cursor: pointer; }
      ul.list-league li a:hover dt span {
        text-decoration: underline; }
      ul.list-league li a:hover .img-wrapper {
        width: 100%;
        height: 169px;
        overflow: hidden; }
        ul.list-league li a:hover .img-wrapper img {
          transform: scale(1.05); }
    ul.list-league li a.end:hover .img-wrapper img {
      transform: scale(1.05); }
    ul.list-league li a.end:hover dt span {
      text-decoration: none; }

ul.list-league + .paging {
  margin-top: 0; }

/* 리스트 : 선거공지 */
ul.list-vote li {
  box-sizing: border-box;
  float: left;
  width: calc(50% - 11px);
  height: 290px;
  margin-left: 20px;
  margin-bottom: 20px;
  border: 1px solid #e5e5e5; }
  ul.list-vote li:nth-child(2n + 1) {
    margin-left: 0px; }
  ul.list-vote li a {
    display: block;
    width: 100%;
    height: 100%; }
    ul.list-vote li a dl {
      position: relative;
      padding: 16px 10px 17px;
      box-sizing: border-box; }
      ul.list-vote li a dl dt {
        margin-bottom: 15px;
        color: #252525;
        font-size: 15px;
        font-weight: bold;
        letter-spacing: -1px;
        line-height: 1; }
        ul.list-vote li a dl dt span {
          width: auto;
          max-width: calc(100% - 56px);
          display: inline-block;
          vertical-align: middle; }
        ul.list-vote li a dl dt img {
          margin-left: 7px;
          vertical-align: middle; }
      ul.list-vote li a dl dd {
        color: #252525;
        font-size: 13px;
        letter-spacing: 0; }
        ul.list-vote li a dl dd em {
          display: inline-block;
          vertical-align: middle;
          margin-left: 7px;
          padding: 2px 4px;
          color: #fff;
          letter-spacing: -0.5px;
          font-size: 11px;
          line-height: 1;
          font-weight: normal; }
          ul.list-vote li a dl dd em.ing {
            background: #1862f8; }
          ul.list-vote li a dl dd em.end {
            background: #252525; }
          ul.list-vote li a dl dd em.hold {
            background: #f88218; }
      ul.list-vote li a dl .date {
        margin-left: 5px; }
    ul.list-vote li a .img-wrapper {
      height: 169px;
      overflow: hidden; }
      ul.list-vote li a .img-wrapper img {
        width: 100%;
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in; }
    ul.list-vote li a.end {
      cursor: default; }
      ul.list-vote li a.end .img-wrapper {
        position: relative; }
      ul.list-vote li a.end .img-wrapper:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png), url(//file.valofe.com/Valofe_file/web/goonzu/static/images/vote/img_vote_end.png);
        background-repeat: repeat, no-repeat;
        background-position: 0 0; }
      ul.list-vote li a.end dl:after {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-image: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/bg_alpha6.png);
        background-repeat: repeat;
        background-position: 0 0; }
    ul.list-vote li a:hover dt span {
      text-decoration: underline; }
    ul.list-vote li a:hover .img-wrapper {
      height: 169px; }
      ul.list-vote li a:hover .img-wrapper img {
        transform: scale(1.05);
        overflow: hidden; }
    ul.list-vote li a.end:hover .img-wrapper img {
      transform: scale(1.05); }
    ul.list-vote li a.end:hover dt span {
      text-decoration: none; }

/* 뷰페이지 */
.board-view {
  /* 쉐어 */ }
  .board-view table.tbl-view-head {
    table-layout: fixed;
    width: 100%;
    border-top: 4px solid #252525;
    margin-bottom: 30px; }
    .board-view table.tbl-view-head th {
      background: #f5f5f5;
      border-top: 1px solid #e5e5e5;
      border-bottom: 1px solid #e5e5e5;
      color: #585858;
      line-height: 32px;
      font-size: 13px;
      font-weight: normal; }
    .board-view table.tbl-view-head th:first-child {
      padding-left: 24px; }
    .board-view table.tbl-view-head th:last-child {
      padding-right: 28px; }
    .board-view table.tbl-view-head td {
      color: #585858;
      line-height: 29px;
      font-size: 13px;
      font-weight: bold;
      text-align: center; }
    .board-view table.tbl-view-head td:first-child {
      text-indent: 19px;
      padding-left: 24px; }
      .board-view table.tbl-view-head td:first-child img {
        margin-left: -18px;
        margin-right: 3px; }
    .board-view table.tbl-view-head td.rank {
      color: #f88218; }
    .board-view table.tbl-view-head td:last-child {
      padding-right: 28px; }
      .board-view table.tbl-view-head td:last-child img {
        margin-top: -5px; }
    .board-view table.tbl-view-head th {
      padding-top: 20px;
      padding-left: 15px;
      font-size: 18px;
      line-height: 1.3;
      font-weight: normal;
      text-align: left;
      border-bottom: none;
      letter-spacing: -1px; }
      .board-view table.tbl-view-head th:first-child {
        padding: 12px 0 20px 15px;
        vertical-align: top; }
      .board-view table.tbl-view-head th:first-child[rowspan="2"] {
        border-bottom: 1px solid #e5e5e5; }
      .board-view table.tbl-view-head th:last-child {
        padding-top: 20px;
        padding-left: 15px;
        padding-right: 0;
        vertical-align: baseline; }
      .board-view table.tbl-view-head th.no {
        font-size: 13px;
        padding-right: 15px; }
      .board-view table.tbl-view-head th small {
        font-size: 13px; }
      .board-view table.tbl-view-head th img {
        width: 57px;
        height: 57px;
        border: 1px solid #e5e5e5; }
    .board-view table.tbl-view-head td {
      padding: 12px 15px 20px 20px;
      background: #f5f5f5;
      border-bottom: 1px solid #e5e5e5;
      font-size: 13px;
      line-height: 1;
      font-weight: normal;
      text-align: left; }
      .board-view table.tbl-view-head td:first-child {
        padding: 12px 15px 20px;
        text-indent: 0; }
      .board-view table.tbl-view-head td:last-child {
        padding: 12px 15px 20px;
        text-indent: 0; }
      .board-view table.tbl-view-head td .ellipsis {
        display: inline-block;
        color: #585858;
        margin-top: -4px;
        height: 40px;
        line-height: 40px;
        width: auto;
        max-width: 90%;
        vertical-align: middle; }
        .board-view table.tbl-view-head td .ellipsis:hover {
          text-decoration: underline; }
      .board-view table.tbl-view-head td img {
        vertical-align: middle; }
      .board-view table.tbl-view-head td small {
        font-size: 13px; }
  .board-view .view-cont {
    text-align: center;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
    border-bottom: 1px solid #e5e5e5; }
    .board-view .view-cont table {
      width: auto;
      max-width: 100%; }
    .board-view .view-cont table, .board-view .view-cont td {
      border: 1px solid #e5e5e5; }
      .board-view .view-cont table a, .board-view .view-cont td a {
        color: inherit; }
  .board-view .view-cont p {
    letter-spacing: -0.8px;
    line-height: 1.7;
    word-break: break-all !important; }
  .board-view .view-cont p img {
    margin-bottom: 30px;
    max-width: 100%; }
  .board-view .wrap-btn {
    margin-top: 10px;
    margin-bottom: 50px; }
  .board-view .sharer {
    display: inline-block;
    float: left;
    margin-top: 8px; }
    .board-view .sharer li {
      float: left;
      margin-left: 5px; }
      .board-view .sharer li:first-child {
        margin-left: 0; }
      .board-view .sharer li a {
        display: inline-block;
        width: 22px;
        height: 22px; }
        .board-view .sharer li a.fb {
          background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_share_fb.png) 0 0 no-repeat; }
        .board-view .sharer li a.tw {
          background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_share_tw.png) 0 0 no-repeat; }
        .board-view .sharer li a.copy {
          background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_share_copy.png) 0 0 no-repeat; }
      .board-view .sharer li a:hover.fb {
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_share_fb_on.png) 0 0 no-repeat; }
      .board-view .sharer li a:hover.tw {
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_share_tw_on.png) 0 0 no-repeat; }
      .board-view .sharer li a:hover.copy {
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_share_copy_on.png) 0 0 no-repeat; }

.wrap-btn.center {
  margin-top: 20px; }
  .wrap-btn.center .btn {
    display: inline-block;
    width: 100px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    background: #252525; }
    .wrap-btn.center .btn:hover {
      background: #f88218; }
    .wrap-btn.center .btn.list {
      float: none; }
      .wrap-btn.center .btn.list.wide {
        width: auto;
        min-width: 100px;
        padding: 0 16px; }
      .wrap-btn.center .btn.list.pull-center {
        float: none; }
      .wrap-btn.center .btn.list.color-grey {
        margin-right: 60px;
        background: #fff;
        border: 1px solid #252525;
        color: #252525; }
        .wrap-btn.center .btn.list.color-grey:hover {
          background: #c7c7c7;
          border: 1px solid #252525;
          color: #252525; }
    .wrap-btn.center .btn.list.pull-right {
      float: right; }

/* 검색 영역 */
/* 게임 가이드 : 상단 검색*/
.search.black {
  float: left;
  box-sizing: border-box;
  text-align: left;
  font-weight: normal;
  height: 43px;
  border: none;
  width: 222px;
  line-height: 43px;
  margin: 0;
  padding: 0px 18px;
  font-size: 13px;
  background: #45403c;
  color: #fff;
  cursor: default;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type=text].search.black:hover, input[type=text].search.black:focus {
  background: #45403c;
  text-align: left;
  color: #c7c7c7;
  font-weight: normal;
  box-sizing: border-box;
  float: left;
  background: #45403c;
  text-align: left;
  padding-left: 18px;
  color: #c7c7c7;
  font-weight: normal;
  height: 43px;
  border: none;
  width: 222px;
  line-height: 43px;
  margin: 0;
  padding: 0px 18px;
  font-size: 13px;
  color: #fff;
  cursor: default;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.search.black + button[type=button].btn-search {
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  appearance: none;
  width: 43px;
  height: 43px;
  background: #000 url(//file.valofe.com/Valofe_file/web/goonzu/static/images/guide/btn_sch_guide.png) center center no-repeat;
  border: 0; }

/* 랭킹 : 상단 검색 */
.bar.black.search .input-wrap {
  display: inline-block;
  width: auto;
  position: absolute;
  top: 7.5px;
  left: 8px;
  padding: 0; }
  .bar.black.search .input-wrap .search.black {
    float: left;
    width: 157px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    text-align: left;
    padding-left: 18px;
    color: #252525; }
  .bar.black.search .input-wrap button[type=button].btn-search {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #45403c url(//file.valofe.com/Valofe_file/web/goonzu/static/images/guide/btn_sch_guide.png) center center no-repeat;
    background-size: 26px; }

/*faq : 상단 검색 */
.bar.black.search.faq .tit {
  width: 100px; }
.bar.black.search.faq .input-wrap {
  display: inline-block;
  width: auto;
  position: inherit;
  top: inherit;
  left: inherit;
  margin-top: -9px;
  padding: 0; }
  .bar.black.search.faq .input-wrap .search.black.faq {
    float: left;
    width: 584px;
    height: 32px;
    line-height: 32px;
    background: #fff;
    text-align: left;
    padding-left: 18px;
    color: #252525; }
  .bar.black.search.faq .input-wrap button[type=button].btn-search {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #45403c url(//file.valofe.com/Valofe_file/web/goonzu/static/images/guide/btn_sch_guide.png) center center no-repeat;
    background-size: 26px; }

/* 게시글 : 하단 검색*/
.search {
  width: 100%;
  text-align: center; }
  .search .wrap-input {
    display: inline-block;
    text-align: center;
    margin: 0;
    padding: 0; }
  .search .wrap-select {
    position: relative;
    display: inline-block;
    overflow: hidden;
    border: 0;
    z-index: 0;
    width: 96px;
    height: 27px;
    vertical-align: middle; }
  .search select {
    box-sizing: border-box;
    vertical-align: middle;
    width: 134px;
    height: 27px;
    line-height: 25px;
    margin: 0;
    background: #fff url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_select.png) no-repeat 78px 50%; }
    .search select:focus, .search select:active, .search select:checked {
      background: #fff url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_select_on.png) no-repeat 78px 50%; }
    .search select option {
      box-sizing: border-box;
      width: 96px;
      height: 27px;
      margin: 0;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis;
      color: #252525; }
      .search select option:focus, .search select option:active, .search select option:checked {
        background: none;
        color: #252525; }
  .search .txt-search {
    box-sizing: border-box;
    vertical-align: middle;
    width: 227px;
    height: 27px;
    line-height: 27px;
    margin: 0 0 0 -6px;
    padding: 0px 16px 0 12px;
    font-size: 13px;
    color: #252525;
    border: 1px solid #c7c7c7;
    /*border-top:1px solid $c-bd-basic1;border-bottom:1px solid $c-bd-basic1;border-left:1px solid $c-bd-basic1;border-right:none;*/ }
  .search .btn-search {
    box-sizing: border-box;
    vertical-align: middle;
    width: 27px;
    height: 27px;
    vertical-align: middle;
    margin: 0px 0 0 -7px;
    padding: 0px;
    border: 1px solid #c7c7c7;
    border-left: none;
    background: #fff url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_search.png) left center no-repeat;
    cursor: pointer; }
  .search .btn-search:hover, .search .btn-search:focus {
    background: #fff url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_search_on.png) left center no-repeat; }

/* 서버 탭 */
.tab-server {
  margin-bottom: 20px;
  /* 공성리그 당선결과 회차 선택 */ }
  .tab-server .tit-server {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #252525;
    line-height: 27px;
    padding-left: 33px;
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_server.png) 12px center no-repeat; }
  .tab-server .wrap-sel-league {
    float: right;
    display: inline-block;
    font-weight: normal;
    width: auto;
    height: 27px;
    line-height: 27px;
    letter-spacing: -0.75px;
    clear: both;
    font-size: 13px;
    color: #252525;
    /*        select{margin-left: 12px; box-sizing:border-box;width:134px;!* width:96px;*! height:27px; line-height: 1;
                    font-size:13px; vertical-align:baseline; color:$c-ft-basic; border:1px solid $c-bd-basic1;
                background:url(//file.valofe.com/Valofe_file/web/goonzu/static/images/league/arrow_guide_default.png) 76px center no-repeat; padding: 0px 18px 0px 8px;
                &:focus, &:active, &:checked {padding: 0px 18px 0px 8px;}
            }*/ }
    .tab-server .wrap-sel-league .wrap-select {
      overflow: hidden;
      position: relative;
      margin-left: 6px;
      border-right: 1px solid #e5e5e5;
      float: right;
      display: inline-block;
      z-index: 0;
      width: 96px;
      height: 27px;
      vertical-align: middle; }
    .tab-server .wrap-sel-league select {
      box-sizing: border-box;
      vertical-align: middle;
      width: 134px;
      height: 27px;
      line-height: 25px;
      margin: 0;
      display: inline-block;
      margin-top: -5px;
      background: #fff url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_select.png) no-repeat 76px 50%; }
      .tab-server .wrap-sel-league select:focus, .tab-server .wrap-sel-league select:active, .tab-server .wrap-sel-league select:checked {
        background: #fff url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_select_on.png) no-repeat 76px 50%;
        padding: 0px 18px 0px 8px; }
      .tab-server .wrap-sel-league select option {
        box-sizing: border-box;
        width: 96px;
        height: 27px;
        margin: 0;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        color: #252525; }
        .tab-server .wrap-sel-league select option:focus, .tab-server .wrap-sel-league select option:active, .tab-server .wrap-sel-league select option:checked {
          background: none;
          color: #252525; }

/* 마을 탭  */
.tab-village {
  margin-bottom: 30px;
  margin-top: 25px; }
  .tab-village .tit-village {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 16px;
    color: #252525;
    line-height: 27px;
    padding-left: 46px;
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_village.png) 12px center no-repeat; }

/* 공성리그 회차 표시 */
dl.bar {
  box-sizing: border-box;
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  min-height: 48px;
  margin-bottom: 12px;
  padding: 14px 18px;
  color: #fff;
  background: #000;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1.4; }
  dl.bar dt {
    font-size: 18px;
    line-height: 1;
    letter-spacing: -0.5px; }
    dl.bar dt.normal {
      font-size: 14px;
      margin-bottom: 8px;
      margin-top: 3px; }
  dl.bar dd {
    margin-top: 2px;
    font-size: 14px;
    line-height: 1;
    letter-spacing: -0.5px; }
    dl.bar dd.normal {
      font-size: 14px;
      margin-top: 0;
      margin-top: 3px; }
    dl.bar dd .color-em {
      font-size: 14px;
      line-height: 1;
      letter-spacing: -0.5px;
      color: #f88218; }

/* 다운로드 타이틀 */
.bar.white {
  box-sizing: border-box;
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  min-height: 48px;
  margin-bottom: 40px;
  padding: 14px 0 2px;
  color: #252525;
  background: #fff;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1;
  border-bottom: 1px solid #e5e5e5; }
  .bar.white.n1 {
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/download/icon_download.png) 0 center no-repeat;
    background-size: 19px 18px;
    text-indent: 23px; }
  .bar.white.n2 {
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/download/icon_recommend.png) 0 center no-repeat;
    background-size: 19px 18px;
    text-indent: 23px; }
  .bar.white.n3 {
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/download/icon_other.png) 0 center no-repeat;
    background-size: 19px 18px;
    text-indent: 23px; }
  .bar.white small {
    font-size: 13px;
    margin-left: 7px; }

/* 텀 > 운영정책 */
.bar.black {
  box-sizing: border-box;
  position: relative;
  display: block;
  clear: both;
  width: 100%;
  min-height: 48px;
  margin-bottom: 12px;
  padding: 14px 18px;
  color: #fff;
  background: #000;
  font-size: 18px;
  letter-spacing: -0.5px;
  line-height: 1.4; }
  .bar.black select {
    width: 130px;
    height: 27px;
    line-height: 25px; }
    .bar.black select:focus, .bar.black select:hover {
      width: 130px; }

.row.term {
  border: 1px solid #c7c7c7;
  padding: 30px 20px; }
  .row.term pre {
    font-weight: bold; }
  .row.term p {
    font-weight: normal; }

/* .btn-down-client */
.btn-down-client {
  display: inline-block;
  position: relative;
  width: 460px;
  height: 104px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  text-align: left;
  color: #252525; }
  .btn-down-client span {
    display: inline-block;
    margin-left: 30px;
    width: 77px;
    height: 104px;
    background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/download/btn_download.png) 0 center no-repeat; }
  .btn-down-client dl {
    position: absolute;
    left: 125px;
    top: 37px; }
    .btn-down-client dl dt {
      font-size: 32px;
      letter-spacing: -0.5px;
      line-height: 23px; }
      .btn-down-client dl dt .client-text {
        color: #fdbe00; }
  .btn-down-client:hover {
    border: 1px solid #252525; }
    .btn-down-client:hover span {
      display: inline-block;
      margin-left: 30px;
      width: 77px;
      height: 104px;
      background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/download/btn_download_on.png) 0 center no-repeat; }
  .btn-down-client:nth-child(2) {
    margin-left: 38px; }

.desc-download {
  padding-left: 208px;
  padding-top: 10px;
  margin-bottom: 50px; }

/* 에디터 */
.wrap-editor {
  box-sizing: border-box;
  padding: 0 0 20px 0; }
  .wrap-editor p {
    word-break: break-all; }

/* 에디터 제목 입력 */
.board-view table.tbl-view-head th.pt10 {
  padding-top: 12px; }

/* 라이크 버튼 */
.board-view .wrap-btn.like {
  margin-top: 50px;
  margin-bottom: 0; }

.icon-heart {
  display: inline-block;
  width: 14px;
  height: 13px;
  margin-right: 5px;
  background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_heart.png) 0 0 no-repeat; }

.icon-heart.on {
  background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_heart_on.png) 0 0 no-repeat; }

.btn-heart {
  box-sizing: border-box;
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 37px;
  background: #fff;
  border: 1px solid #c7c7c7;
  color: #c7c7c7;
  font-size: 14px;
  outline: none; }
  .btn-heart .icon-heart {
    vertical-align: middle; }
  .btn-heart:hover {
    border: 1px solid #f88218;
    color: #f88218; }
    .btn-heart:hover .icon-heart {
      background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_heart_on.png) 0 0 no-repeat; }
  .btn-heart.on {
    border: 1px solid #f88218;
    color: #f88218; }
    .btn-heart.on .icon-heart {
      background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/icon_heart_on.png) 0 0 no-repeat; }
  .btn-heart.small {
    border: none;
    width: auto;
    width: 14px;
    height: 13px;
    line-height: 13px;
    background: none; }
    .btn-heart.small:hover {
      border: none; }
    .btn-heart.small.on {
      border: none; }

/*  버튼 정렬 - 후보 등록 게시글 view  */
.board-view .wrap-btn.ml .btn.list {
  margin-left: 5px; }

/* 댓글 */
.cmt-write {
  box-sizing: border-box;
  margin-top: 18px;
  width: 100%;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #c7c7c7; }
  .cmt-write textarea {
    float: left;
    background: #fff;
    color: #252525;
    height: 66px;
    width: 663px;
    border: 1px solid #f0f2f4; }
  .cmt-write .btn-send-cmt {
    float: left;
    display: inline-block;
    width: 89px;
    height: 66px;
    line-height: 66px;
    color: #fff;
    text-align: center;
    background: #252525; }
    .cmt-write .btn-send-cmt:hover {
      background: #f88218; }

.depth1 .cmt-list {
  margin-top: 10px;
  padding: 15px;
  background: #f5f5f5;
  border: 1px solid #c7c7c7;
  color: #898989;
  font-size: 14px; }
  .depth1 .cmt-list .img-cmt-user {
    box-sizing: border-box;
    width: 38px;
    height: 40px;
    float: left;
    margin-bottom: 15px;
    float: left;
    border: 1px solid #e5e5e5;
    background: #000; }
  .depth1 .cmt-list .cmt-cont {
    width: calc(100% - 57px);
    float: left; }
    .depth1 .cmt-list .cmt-cont .info {
      width: 100%; }
      .depth1 .cmt-list .cmt-cont .info .left {
        float: left;
        width: auto;
        margin-left: 15px;
        color: #252525;
        font-size: 13px;
        letter-spacing: -0.5px;
        font-weight: normal; }
      .depth1 .cmt-list .cmt-cont .info .right {
        float: right;
        width: auto; }
      .depth1 .cmt-list .cmt-cont .info em {
        font-size: 15px;
        font-weight: bold; }
      .depth1 .cmt-list .cmt-cont .info small {
        color: #252525;
        font-size: 13px;
        letter-spacing: -0.5px;
        font-weight: normal; }
      .depth1 .cmt-list .cmt-cont .info .btn-enter {
        display: inline-block;
        vertical-align: middle;
        width: 14px;
        height: 15px;
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_enter.png) 0 0 no-repeat; }
      .depth1 .cmt-list .cmt-cont .info .btn-ct-del {
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/trash-o.png) center no-repeat;
        vertical-align: text-bottom; }
    .depth1 .cmt-list .cmt-cont .txt {
      margin-bottom: 15px;
      padding-top: 4px;
      padding-left: 32px;
      font-size: 13px;
      color: #252525;
      line-height: 1.4; }
.depth1 .icon-grade {
  width: 13px;
  height: 13px;
  background-size: contain;
  margin-right: 3px;
  vertical-align: baseline; }

.depth2 {
  width: 100%;
  margin-top: 10px; }
  .depth2 .cmt-list {
    margin-top: 10px;
    padding: 15px 0px 0px 38px;
    background: #f5f5f5;
    border: none;
    color: #898989;
    font-size: 14px;
    border-top: 1px solid #dfdfdf; }
    .depth2 .cmt-list .icon-depth2 {
      width: 18px;
      height: 57px;
      float: left; }
    .depth2 .cmt-list .cmt-cont {
      width: calc(100% - 18px);
      float: left; }
      .depth2 .cmt-list .cmt-cont .info {
        width: 100%; }
        .depth2 .cmt-list .cmt-cont .info .left {
          float: left;
          width: auto;
          margin-left: 15px;
          font-size: 13px;
          letter-spacing: -0.5px;
          font-weight: normal; }
        .depth2 .cmt-list .cmt-cont .info .right {
          float: right;
          width: auto; }
        .depth2 .cmt-list .cmt-cont .info em {
          font-size: 15px;
          font-weight: bold; }
        .depth2 .cmt-list .cmt-cont .info small {
          color: #252525;
          font-size: 12px;
          letter-spacing: -0.5px;
          font-weight: normal; }
        .depth2 .cmt-list .cmt-cont .info .btn-enter {
          display: inline-block;
          vertical-align: middle;
          width: 14px;
          height: 15px;
          background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_enter.png) 0 0 no-repeat; }
      .depth2 .cmt-list .cmt-cont .txt {
        padding-top: 4px;
        padding-left: 32px;
        font-size: 13px;
        color: #252525;
        line-height: 1.4; }
  .depth2 .cmt-write {
    box-sizing: border-box;
    margin-top: 18px;
    width: 100%;
    padding: 15px 0 0 0px;
    background: #f5f5f5;
    border: none;
    border-top: 1px solid #dfdfdf; }
    .depth2 .cmt-write textarea {
      float: left;
      background: #fff;
      color: #252525;
      height: 66px;
      width: 623px;
      border: 1px solid #f0f2f4; }
    .depth2 .cmt-write .btn-send-cmt {
      float: left;
      display: inline-block;
      width: 89px;
      height: 66px;
      line-height: 66px;
      color: #fff;
      text-align: center;
      background: #252525; }
      .depth2 .cmt-write .btn-send-cmt:hover {
        background: #f88218; }

#numCmt {
  width: 100%;
  text-align: center;
  font-size: 14px;
  color: #252525; }

.no-more {
  padding: 9px 0;
  text-align: center;
  font-size: 13px;
  color: #252525;
  background: #c7c7c7; }

/* 버튼 : 댓글 더보기 */
.btn-cmt-more {
  display: inline-block;
  width: 114px;
  height: 38px;
  background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_view_more.png) 0 0 no-repeat; }

.btn-cmt-more:hover {
  display: inline-block;
  width: 114px;
  height: 38px;
  background: url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_view_more_on.png) 0 0 no-repeat; }

#coinExchange {
  /* 안내문 */
  /* 전환 / 충전 */
  /* 유의사항 */ }
  #coinExchange .breadscrumb-menu {
    margin-top: 0; }
  #coinExchange .board-view.exchange {
    border-bottom: none; }
  #coinExchange .wrap-exchange {
    padding: 2rem;
    margin-left: 0;
    background: #fdf4e499;
    border: 1px solid #f1e5d1; }
  #coinExchange .exchange-tit {
    margin: 3.75rem 0 2.5rem;
    line-height: 1.5;
    font-size: 1rem;
    color: #343434;
    font-weight: bold;
    letter-spacing: 0.001px; }
  #coinExchange .wrap-exchange {
    /*> div:nth-of-type(1) {border-right:1px solid #cbcbcb;}*/ }
    #coinExchange .wrap-exchange > div {
      float: left;
      padding: 1rem 3rem;
      margin: 5px;
      width: calc(50% - 10px);
      box-sizing: border-box;
      background: #fff;
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.05); }
  #coinExchange dl {
    float: left;
    line-height: 1.8;
    width: calc(100% - 5.5rem); }
    #coinExchange dl dt {
      font-weight: bold;
      color: #585858; }
    #coinExchange dl span {
      color: #d0463f;
      font-size: 1.5rem;
      font-weight: bold;
      margin-right: 4px; }
  #coinExchange .btn-wrap {
    float: right;
    margin-top: 0; }
  #coinExchange .btn.exchange {
    display: inline-block;
    width: 88px;
    width: 5.5rem;
    height: 82px;
    height: 5.125rem;
    line-height: 82px;
    line-height: 5.125rem;
    text-align: center;
    background: #ff716a;
    /*background:#fe8854;*/
    text-decoration: none;
    color: #fff;
    box-sizing: border-box; }
  #coinExchange .btn.exchange.naver {
    background: #5ec382;
    /*#fe8854;*/ }
  #coinExchange .notice {
    margin: 2rem 0;
    margin: 1.25rem 0;
    line-height: 1.5; }
    #coinExchange .notice h4 {
      color: #f88218;
      font-size: 20px;
      font-size: 1.25rem; }
      #coinExchange .notice h4 img {
        vertical-align: sub;
        margin-right: 4px; }
    #coinExchange .notice ul {
      padding-left: 22px;
      padding-left: 1.378rem;
      margin-top: 6px; }
      #coinExchange .notice ul li {
        list-style: disc;
        font-size: 0.875rem;
        color: #585858; }
    #coinExchange .notice .my-naver-cash {
      color: #c7241b; }

#exchangeVCoin {
  overflow: hidden;
  width: 748px;
  /* 안내문 */
  /* 게임캐시 정보 */
  /* 전환 금액을 선택해주세요. */
  /* 약관동의 */
  /* 유의사항 */ }
  #exchangeVCoin .row-w {
    width: 100% !important; }
  #exchangeVCoin .border-area.no-search {
    margin-top: 0; }
  #exchangeVCoin .box {
    padding: 2rem;
    margin-left: 0;
    background: #fef8ef; }
  #exchangeVCoin .exchange-pop-tit {
    width: 100%;
    padding: 0.5rem;
    box-sizing: border-box;
    background: #f59c41; }
    #exchangeVCoin .exchange-pop-tit p {
      line-height: 1.5;
      color: #fff;
      font-size: 1rem;
      font-weight: bold; }
  #exchangeVCoin dl {
    line-height: 1.8; }
    #exchangeVCoin dl dt {
      display: inline-block;
      font-weight: bold; }
    #exchangeVCoin dl dd {
      display: inline-block; }
    #exchangeVCoin dl span {
      color: #d0463f;
      font-weight: bold; }
  #exchangeVCoin form h3, #exchangeVCoin form .wrap-select {
    display: inline-block; }
  #exchangeVCoin .exchange-option {
    text-align: center; }
  #exchangeVCoin .balance {
    /*padding-bottom: 1rem;*/
    text-align: right;
    font-size: 0.875rem; }
    #exchangeVCoin .balance span {
      font-size: 2rem; }
  #exchangeVCoin .exchange-select-wrap {
    padding: 2rem 1rem;
    background: #fff;
    border-top: 2px solid; }
    #exchangeVCoin .exchange-select-wrap .exchange-row {
      display: inline-block;
      text-align: left; }
      #exchangeVCoin .exchange-select-wrap .exchange-row > div {
        margin: 0.25rem 0; }
      #exchangeVCoin .exchange-select-wrap .exchange-row dl dt {
        width: 66px;
        width: 4.125rem; }
      #exchangeVCoin .exchange-select-wrap .exchange-row .exchange-result dl {
        text-align: center;
        font-size: 0.875rem; }
      #exchangeVCoin .exchange-select-wrap .exchange-row .exchange-result dl dt {
        width: auto;
        font-weight: normal; }
      #exchangeVCoin .exchange-select-wrap .exchange-row select {
        height: 24px;
        height: 1.5rem;
        background: #fff url(//file.valofe.com/Valofe_file/web/goonzu/static/images/common/btn_select.png) no-repeat 57px -1px;
        line-height: 1.5rem; }
  #exchangeVCoin .policy-wrap {
    padding: 2rem 1rem 0rem;
    text-align: left;
    border-top: 1px solid #cdcdcd;
    line-height: 1.2;
    font-size: 0.8125rem; }
    #exchangeVCoin .policy-wrap .cont {
      margin-top: 0.875rem;
      padding: 1rem;
      background: #fff;
      height: 6rem;
      overflow-y: auto; }
      #exchangeVCoin .policy-wrap .cont p {
        padding-left: 0.625rem;
        margin-top: 4px; }
      #exchangeVCoin .policy-wrap .cont ul {
        padding-left: 1.25rem;
        margin-top: 4px; }
        #exchangeVCoin .policy-wrap .cont ul li {
          list-style: demical; }
    #exchangeVCoin .policy-wrap .wrap-btn {
      margin: 1rem;
      font-size: 0.875rem; }
    #exchangeVCoin .policy-wrap .chk {
      margin: 0;
      margin-right: 2px;
      vertical-align: text-bottom; }
  #exchangeVCoin .notice {
    margin: 2rem; }
    #exchangeVCoin .notice h4 {
      margin-bottom: 0.5rem; }
    #exchangeVCoin .notice ul {
      padding-left: 22px;
      padding-left: 1.378rem; }
      #exchangeVCoin .notice ul li {
        list-style: disc;
        line-height: 1.4;
        font-size: 0.875rem; }
    #exchangeVCoin .notice .my-naver-cash {
      color: #7d8fc7; }
  #exchangeVCoin .btn.exchange {
    background: #f59c41; }
    #exchangeVCoin .btn.exchange:hover {
      background: #ffb300; }
  #exchangeVCoin .btn-wrap {
    text-align: center; }
    #exchangeVCoin .btn-wrap .btn.cancel {
      background-color: #c9c9c9; }
    #exchangeVCoin .btn-wrap .btn.cancel:hover {
      background-color: #464646; }

#gameLeave .breadscrumb-menu {
  margin-top: 0; }
#gameLeave .board-view.leave {
  border-bottom: none; }
#gameLeave .leave-tit {
  margin: 60px 0 40px;
  margin: 3.75rem 0 2.5rem;
  line-height: 1.2;
  font-size: 1rem;
  color: #343434;
  letter-spacing: 0.1px; }
  #gameLeave .leave-tit strong {
    text-decoration: underline; }
#gameLeave .wrap-leave {
  padding: 30px;
  padding: 1.875rem;
  background: #fdf4e499;
  border: 1px solid #f1e5d1; }
  #gameLeave .wrap-leave h3 {
    line-height: 1.2;
    text-align: center;
    font-size: 1.1rem;
    font-weight: 600;
    color: #585858; }
    #gameLeave .wrap-leave h3 br {
      display: none; }
#gameLeave ul.leave-reason {
  margin-top: 40px;
  margin-top: 2.5rem; }
  #gameLeave ul.leave-reason li {
    float: left;
    position: relative;
    /*padding-left:18px;
    width: calc(25% - 18px);*/
    width: 25%;
    text-align: center;
    text-indent: -10px;
    color: #585858; }
  #gameLeave ul.leave-reason input {
    appearance: none; }
    #gameLeave ul.leave-reason input[type=radio]:checked + span {
      background: url(https://file.valofe.com/Valofe_file/web/r2beat-ko/images/sub/support/leave/icon-checked-min.png) no-repeat center/cover;
      background-color: #46bed2;
      border: 1px solid #46bed2; }
  #gameLeave ul.leave-reason .radio-mark {
    /*position: absolute; top:0; left:0;*/
    display: inline-block;
    margin-right: 6px;
    width: 15px;
    height: 16px;
    vertical-align: sub;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #343434; }
#gameLeave .leave-notice {
  margin: 44px 0 50px;
  margin: 2.75rem 0 3.125rem;
  color: #585656;
  line-height: 1.5; }
  #gameLeave .leave-notice h4 {
    font-size: 20px;
    font-size: 1.25rem;
    color: #f88218; }
    #gameLeave .leave-notice h4 img {
      margin-right: 4px;
      vertical-align: sub; }
  #gameLeave .leave-notice ul {
    margin-top: 6px;
    margin-left: 1.8rem; }
    #gameLeave .leave-notice ul li {
      list-style: disc;
      font-size: 0.875rem;
      color: #585858; }
      #gameLeave .leave-notice ul li .u {
        border-bottom: 1px solid;
        padding-bottom: 2px; }
#gameLeave .btn.leave {
  width: 247px;
  height: 57px;
  line-height: 57px;
  width: 15.4375rem;
  height: 3.5625rem;
  line-height: 3.5625rem;
  background: #fff;
  color: #585858;
  border: 1px solid #c9c9c9; }
  #gameLeave .btn.leave:hover {
    background: #f88218;
    color: #fff; }
#gameLeave .btn-wrap {
  text-align: center; }
