@charset "UTF-8";

@media all and (min-width: 1024px) {
  /* -------------------------- 1024 공통 --------------------------- */
  /* header */
  .header {
    padding: 10px 20px;
  }
  .header ul.gnb li a span {
    display: none;
  }
  /* qk-btn */
  .qk-btn {
    bottom: 25px;
    padding: 4px;
  }
  .qk-btn a {
    width: 50px;
    height: 50px;
  }
  .container {
    height: 100svh;
    max-height: none;
  }

  .list-st .tab-cont .list {
    max-height: 810px;
    padding: 10px 0px;
  }

  /* ------------------ 1024 02-store -------------------------- */
  .store {
    height: calc(100svh);
    max-height: none;
  }
  .store-content {
    padding: 0;
  }
  .store-content .front {
    margin-top: 30px;
  }
  .store-content .front .tit {
    width: 570px;
    font-size: 5.3vw;
  }
  .store-content .front .tit div p {
    font-size: 2vw;
  }
  .store-content .shop {
    padding: 0;
    overflow: hidden;
    margin-top: -55px;
    height: calc(100svh - 155px);
  }
  .store-content .top {
    width: 120%;
    height: 210px;
    margin-left: -8%;
  }
  .shop::after {
    width: 85px;
    height: 85px;
    right: 4%;
    bottom: 90px;
    background-size: contain;
  }
  .shop .shop-list {
    margin-top: -210px;
    height: calc(100svh - 122px);
    padding: 28% 0px 0px;
  }
  .shop .shop-list .list-inner {
    height: calc(100% + 58px);
  }
  .shop .shop-list .goods {
    width: 90%;
    margin-bottom: 40px;
  }
  .store-content .coin-box {
    right: 12%;
    top: 10vw;
    padding: 5px 15px;
    min-width: 125px;
  }

  .shop-list .goods .info .heart {
    margin-top: 1px !important;
  }

  /* ------------------ 1024 03-ranking -------------------------- */
  .list-st {
    padding: 30px 5% 0;
  }
  .list-st.rk-list .tab-cont .list {
    height: calc(100svh - 380px);
  }
  .tabs li a {
    height: 40px;
    line-height: 37px;
  }
  .tab-cont .rk-box {
    box-shadow: 0 2px 4px #00000050;
    height: 80px;
    margin-bottom: 6px;
  }
  .tab-cont .rk-box .left {
    max-width: 70px;
    width: 65px;
  }
  .tab-cont .rk-box.rk .left .spot .rank {
    height: 40px;
    line-height: 39px;
    width: 40px;
    background-size: 380%;
  }

  .tab-cont .rk-box .spot .rank {
    font-size: 18px;
  }
  .tab-cont .rk-box.rk2 .left .spot .rank {
    background-position: -56px 0;
  }
  .tab-cont .rk-box.rk3 .left .spot .rank {
    background-position: -112px 0;
  }
  .tab-cont .rk-box .left .spot {
    top: calc(50% + 2px);
  }
  .tab-cont .rk-box .center {
    max-width: calc(100% - 180px);
  }
  .tab-cont .rk-box .center .photo {
    width: 55px;
  }
  .tab-cont .rk-box .center .photo img {
    width: 50px;
    height: 50px;
  }
  .tab-cont .rk-box .center .info {
    width: calc(100% - 55px);
  }
  .tab-cont .rk-box .center .info .nick p {
    padding: 10px 10px 0;
    font-size: 18px;
  }
  .tab-cont .rk-box .center .info .lv-progress > div {
    font-size: 12px;
  }
  .tab-cont .rk-box .center .info .lv-progress {
    padding: 4px 0px 0 20px;
  }
  .tab-cont .rk-box .center .info .lv-progress .lv em.icon {
    width: 30px;
    height: 30px;
    bottom: -2px;
    padding: 0;
  }
  .tab-cont .rk-box .right .point {
    margin: 14px 10px;
    margin: 18px 10px;
    margin-left: 0;
    padding: 2px 15px 2px 10px;
  }
  .tab-cont .rk-box .right .point .icon {
    width: 22px;
    height: 22px;
    transform: translateY(4px);
  }
  .tab-cont .rk-box .right .point .txt {
    transform: translateY(-3px);
    font-size: 15px;
  }
  .tab-cont .rk-box .center .info .lv-progress .lv .txt {
    min-width: 70px;
    padding: 5px 0px 5px 5px;
  }
  .tab-cont .rk-box .center .info .lv-progress .progress {
    width: 38%;
  }
  .tab-cont .rk-box .right .point .txt {
    height: 25px;
    line-height: 25px;
    transform: translateY(-3px);
    font-size: 14px;
  }
  .tab-cont .list {
    /* max-height: 525px;  */
    max-height: 56.5svh;
  }
  .rk-list .list::before {
    bottom: 140px;
  }
  .rk-list .list::after {
    bottom: 115px;
  }

  /* ------------------------- 1024 home -------------------------- */
  .game-list .game-feature {
    max-width: 650px;
    padding: 20px;
    height: 775px;
  }
  .game-list .map {
    box-shadow: 0 2px 2px 2px #3d1d0370, 0 4px 4px 4px #3d1d032e,
      0 6px 8px 6px #3d1d030e;
  }
  .game-list .map:nth-child(3n) {
    margin-right: 20px;
  }
  .game-list .map:nth-child(3n) {
    margin-right: 0px;
  }

  /* -------------------- 1024 08-game ---------------------------- */
  .game .inner .top {
    background-size: cover;
  }
  .game .inner .top .game-info {
    padding: 2.5% 3%;
  }
  .top .game-info .line2 {
    height: 80%;
  }
  .top .game-info .line .king-box .k-info .score-wrapper {
    width: 80%;
  }

  .intro .door {
    background-size: 150% 100%;
  }

  .quiz-box {
    padding: 3%;
    height: calc(100% - 123px);
  }
  .quiz-box .quiz {
    background-size: 60%;
    background-blend-mode: multiply;
  }

  .quiz-box .quiz .damage {
    padding: 3px 8px 6px;
    font-size: 28px;
  }
  @keyframes dmg-up {
    00% {
      opacity: 0;
      transform: translate(-50%, -40px);
      border-color: #ff0000;
    }
    25% {
      opacity: 1;
      border-color: #000;
    }
    50% {
      transform: translate(-50%, -120px);
      border-color: #ff0000;
    }
    75% {
      opacity: 1;
      border-color: #000;
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -120px);
      border-color: #ff0000;
    }
  }
  .quiz-box .quiz .timer .second {
    top: 20px;
    right: 39px;
    font-size: 26px;
  }

  .quiz-box .quiz .question {
    height: 98% !important;
    margin-top: 60px;
    overflow-x: hidden;
  }
  .game-content .answer-box {
    padding: 8px 2%;
  }
  .game-content .answer-box button {
    padding: 16px 8px;
  }

  .quiz-box.img-quiz .quiz .question {
    flex-direction: column;
    padding: 0;
    align-items: center;
    width: 90%;
  }
  .question .img-box {
    min-width: auto;
    width: 98%;
    min-width: 180px;
    order: 2;
    background: brown;
  }
  .question .img-box .frame {
    background: none;
    width: 100%;
    margin: auto;
  }

  .img-quiz .question .txt {
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
    order: 1;
  }

  /* game-popup */
  .success-popup {
    height: 100%;
  }
  .game-popup .success-popup .pop-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  @keyframes bg-pop {
    0% {
      width: 0;
      height: 0;
    }
    100% {
      width: 100%;
      height: 100%;
    }
  }
}

@media all and (max-width: 860px) {
  /* -------------------------- 768 공통 --------------------------- */
  /* header */
  .header {
    padding: 10px 20px;
  }
  .header ul.gnb li a span {
    display: none;
  }
  /* qk-btn */
  .qk-btn {
    bottom: 25px;
    padding: 4px;
  }
  .qk-btn a {
    width: 50px;
    height: 50px;
  }
  .container {
    height: 100svh;
    max-height: none;
  }

  /* ------------------------- 768 home -------------------------- */
  .home .content h2.tit {
    margin: 50px auto 30px;
  }
  .game-list .game-feature {
    max-width: 440px;
    padding: 20px;
    height: 675px;
  }
  .game-list .map {
    box-shadow: 0 2px 2px 2px #3d1d0370, 0 4px 4px 4px #3d1d032e,
      0 6px 8px 6px #3d1d030e;
  }
  .game-list .map:nth-child(3n) {
    margin-right: 20px;
  }
  .game-list .map:nth-child(2n) {
    margin-right: 0px;
  }

  /* ------------------------- 768 preloading -------------------------- */
  .logo .ahaking .txt {
    font-size: 10vw;
  }
  .preloading .inner .tit-animation {
    top: 15vh;
  }
  .preloading .inner .tit-animation span {
    font-size: 12vw;
  }
  .loading-img .skip {
    top: 35vh;
    font-size: 2.5vw;
    width: auto;
    height: auto;
  }
  .loading-img .person {
    top: 10px;
    height: 75vh;
  }
  .loading-img .person .img {
    width: 50%;
  }
  .loading-img .map .img {
    background: url(/img/loading-bt.png) no-repeat bottom center / contain;
  }

  @keyframes left-img {
    0% {
      background-image: url(/img/intro/a1.webp);
      left: -100%;
      background-size: 65%;
      background-position: center bottom;
    }
    3% {
      left: 0;
    }
    13.6666% {
      left: 0;
    }
    16.6666% {
      background-image: url(/img/intro/a1.webp);
      left: -100%;
      background-size: 65%;
    }

    16.6667% {
      background-image: url(/img/intro/a3.webp);
      left: -100%;
      background-size: 53%;
    }
    19.6667% {
      left: 0%;
    }
    30.3333% {
      left: 0%;
    }
    33.3333% {
      background-image: url(/img/intro/a3.webp);
      left: -100%;
      background-size: 53%;
      width: 50%;
    }

    33.3334% {
      background-image: url(/img/intro/a5.webp);
      left: -100%;
      background-size: 100%;
      width: 54%;
    }
    36.3334% {
      left: 0;
    }
    47% {
      left: 0;
    }
    50% {
      background-image: url(/img/intro/a5.webp);
      left: -100%;
      background-size: 100%;
      width: 54%;
    }

    50.0001% {
      background-image: url(/img/intro/a7.webp);
      left: -100%;
      width: 46%;
      background-size: 67%;
      width: 50%;
    }
    53.0001% {
      left: 0;
    }
    63.6666% {
      left: 0;
    }
    66.6666% {
      background-image: url(/img/intro/a7.webp);
      left: -100%;
      background-size: 67%;
    }

    66.6667% {
      background-image: url(/img/intro/a9.webp);
      left: -100%;
      background-size: 68%;
    }
    69.6667% {
      left: 0;
    }
    80.3333% {
      left: 0;
    }
    83.3333% {
      background-image: url(/img/intro/a9.webp);
      left: -100%;
      background-size: 68%;
    }

    83.3334% {
      background-image: url(/img/intro/a11.webp);
      left: -100%;
      background-size: 82%;
    }
    86.3334% {
      left: 0;
    }
    97% {
      left: 0;
    }
    100% {
      background-image: url(/img/intro/a11.webp);
      left: -100%;
      background-size: 82%;
      background-position: center bottom;
      width: 50%;
    }
  }
  @keyframes right-img {
    0% {
      background-image: url(/img/intro/a2.webp);
      right: -100%;
      background-size: 85%;
      background-position: center bottom;
    }
    3% {
      right: 0;
    }
    13.6666% {
      right: 0;
    }
    16.6666% {
      background-image: url(/img/intro/a2.webp);
      right: -100%;
      background-size: 85%;
    }

    16.6667% {
      background-image: url(/img/intro/a4.webp);
      right: -100%;
      background-size: 60%;
    }
    19.6667% {
      right: 0%;
    }
    30.3333% {
      right: 0%;
    }
    33.3333% {
      background-image: url(/img/intro/a4.webp);
      right: -100%;
      background-size: 60%;
    }

    33.3334% {
      background-image: url(/img/intro/a6.webp);
      right: -100%;
      background-size: 85%;
    }
    36.3334% {
      right: 0;
    }
    47% {
      right: 0;
    }
    50% {
      background-image: url(/img/intro/a6.webp);
      right: -100%;
      background-size: 85%;
    }

    50.0001% {
      background-image: url(/img/intro/a8.webp);
      right: -100%;
      background-size: 70%;
    }
    53.0001% {
      right: 0;
    }
    63.6666% {
      right: 0;
    }
    66.6666% {
      background-image: url(/img/intro/a8.webp);
      right: -100%;
      background-size: 70%;
    }

    66.6667% {
      background-image: url(/img/intro/a10.webp);
      right: -100%;
      background-size: 80%;
    }
    69.6667% {
      right: 0;
    }
    80.3333% {
      right: 0;
    }
    83.3333% {
      background-image: url(/img/intro/a10.webp);
      right: -100%;
      background-size: 80%;
    }

    83.3334% {
      background-image: url(/img/intro/a12.webp);
      right: -100%;
      background-size: 75%;
    }
    86.3334% {
      right: 0;
    }
    97% {
      right: 0;
    }
    100% {
      background-image: url(/img/intro/a12.webp);
      right: -100%;
      background-size: 75%;
      background-position: center bottom;
    }
  }

  /* -------------------- 768 01-login ---------------------------- */
  .container.login {
    background-size: auto 100vh;
  }
  .login-content h2.tit {
    line-height: 1.35em;
    margin-top: 50px;
  }
  .login-content h2.tit br {
    display: block;
  }
  .login-content .sns-login .sns-btn {
    margin-top: 30px;
  }
  @keyframes bgp-lr {
    0% {
      background-position: 0 0;
    }
    50% {
      background-position: -500px 0;
    }
    100% {
      background-position: 0 0;
    }
  }

  /* -------------------- 768 02-store ---------------------------- */
  .store {
    height: calc(100svh);
    max-height: none;
  }
  .store-content {
    padding: 0;
  }
  .store-content .front {
    margin-top: 30px;
  }
  .store-content .front .tit {
    width: 270px;
    font-size: 5.3vw;
  }
  .store-content .front .tit div p {
    font-size: 2vw;
  }
  .store-content .shop {
    padding: 0;
    overflow: hidden;
    margin-top: -55px;
    height: calc(100svh - 155px);
  }
  .store-content .top {
    width: 120%;
    height: 210px;
    margin-left: -8%;
  }
  .shop::after {
    width: 85px;
    height: 85px;
    right: 4%;
    bottom: 90px;
    background-size: contain;
  }
  .shop .shop-list {
    margin-top: -210px;
    height: calc(100svh - 122px);
    padding: 28% 0px 0px;
  }
  .shop .shop-list .list-inner {
    height: calc(100% + 58px);
  }
  .shop .shop-list .goods {
    width: 90%;
    margin-bottom: 40px;
  }
  .store-content .coin-box {
    right: 12%;
    top: 10vw;
    padding: 5px 15px;
    min-width: 125px;
  }

  /* .shop::after {
        width: 85px;
        height: 85px;
        right: 4%;
        bottom: 57px;
        background-size: contain;
    }
    .shop .shop-list {

        border: 20px solid #C37F50;
        border-bottom: 100px solid #C37F50;
        margin-top: -210px;
        height: calc(100svh - 167px);
        padding: 28% 0px 25px;
    }
    .shop .shop-list .list-inner{
        border: none;
        height: calc(100svh - 378px);
    }
    .shop .shop-list .goods { width: 95%; margin-bottom: 40px;}
    .store-content .coin-box {top: 10vw;padding: 5px 15px; min-width: 125px;} */

  /* ------------------ 768 03-ranking -------------------------- */
  .list-st {
    padding: 30px 5% 0;
  }
  .list-st.rk-list .tab-cont .list {
    height: calc(100svh - 380px);
  }
  .tabs li a {
    height: 40px;
    line-height: 37px;
  }
  .tab-cont .rk-box {
    box-shadow: 0 2px 4px #00000050;
    height: 80px;
    margin-bottom: 6px;
  }
  .tab-cont .rk-box .left {
    max-width: 70px;
    width: 65px;
  }
  .tab-cont .rk-box.rk .left .spot .rank {
    height: 40px;
    line-height: 39px;
    width: 40px;
    background-size: 380%;
  }

  .tab-cont .rk-box .spot .rank {
    font-size: 18px;
  }
  .tab-cont .rk-box.rk2 .left .spot .rank {
    background-position: -56px 0;
  }
  .tab-cont .rk-box.rk3 .left .spot .rank {
    background-position: -112px 0;
  }
  .tab-cont .rk-box .left .spot {
    top: calc(50% + 2px);
  }
  .tab-cont .rk-box .center {
    max-width: calc(100% - 180px);
  }
  .tab-cont .rk-box .center .photo {
    width: 55px;
  }
  .tab-cont .rk-box .center .photo img {
    width: 50px;
    height: 50px;
  }
  .tab-cont .rk-box .center .info {
    width: calc(100% - 55px);
  }
  .tab-cont .rk-box .center .info .nick p {
    padding: 10px 10px 0;
    font-size: 18px;
  }
  .tab-cont .rk-box .center .info .lv-progress > div {
    font-size: 12px;
  }
  .tab-cont .rk-box .center .info .lv-progress {
    padding: 4px 0px 0 20px;
  }
  .tab-cont .rk-box .center .info .lv-progress .lv em.icon {
    width: 30px;
    height: 30px;
    bottom: -2px;
    padding: 0;
  }
  .tab-cont .rk-box .right .point {
    margin: 14px 10px;
    margin: 18px 10px;
    margin-left: 0;
    padding: 2px 15px 2px 10px;
  }
  .tab-cont .rk-box .right .point .icon {
    width: 22px;
    height: 22px;
    transform: translateY(4px);
  }
  .tab-cont .rk-box .right .point .txt {
    transform: translateY(-3px);
    font-size: 15px;
  }
  .tab-cont .rk-box .center .info .lv-progress .lv .txt {
    min-width: 70px;
    padding: 5px 0px 5px 5px;
  }
  .tab-cont .rk-box .center .info .lv-progress .progress {
    width: 38%;
  }
  .tab-cont .rk-box .right .point .txt {
    height: 25px;
    line-height: 25px;
    transform: translateY(-3px);
    font-size: 14px;
  }
  .tab-cont .list {
    /* max-height: 525px;  */
    max-height: 56.5svh;
  }
  .rk-list .list::before {
    bottom: 140px;
  }
  .rk-list .list::after {
    bottom: 115px;
  }

  /* -------------------- 768 04-notice ---------------------------- */
  .bg-note {
    height: 100svh;
    max-height: none;
  }
  .notice-content {
    height: calc(100svh - 72px);
  }
  .notice-content h2.tit {
    margin: 70px auto 30px;
  }
  .notice-content > div {
    padding: 0 5%;
  }
  .notice-content > div ul.nt-list {
    max-height: 540px;
  }
  ul.nt-list li {
    margin-bottom: 20px;
  }
  ul.nt-list li a {
    height: auto;
    padding: 15px;
  }
  ul.nt-list li a::before,
  ul.nt-list li a::after {
    height: 125%;
  }
  ul.nt-list li a p {
    font-size: 14px;
  }
  ul.nt-list li a span {
    font-size: 16px;
  }

  /* -------------------- 768 06-profile ---------------------------- */
  .container.profile {
    background-size: auto 100vh;
  }

  /* -------------------- 768 07-record 09-history ---------------------------- */
  .list-st.rc-list {
    height: calc(100svh - 72px);
  }

  .record,
  .history {
    height: 100svh;
    max-height: none;
  }
  .list-st .tab-cont .table ul.th li {
    font-size: 15px;
    padding: 5px;
  }
  .rc-list .tab-cont .table ul.th li em {
    width: 20px;
    height: 20px;
    margin-right: 2px;
  }

  .rc-list .tab-cont .table ul.tr li {
    padding: 12px 5px 22px;
  }
  .list-st .tab-cont .list {
    max-height: calc(75vh - 30px);
  }
  .list-st.hst-list {
    height: calc(100svh - 72px);
  }
  .hst-list .tab-cont .table ul.th li br {
    display: block;
  }
  .hst-list .tab-cont .table ul.th {
    display: none;
  }
  .hst-list .tab-cont .table ul.tr {
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .hst-list .tab-cont .table ul.tr li {
    position: relative;
    width: 50%;
    padding: 8px 5px;
  }
  .hst-list .tab-cont .table ul.tr li.td {
    flex: auto;
    width: calc(100% / 3);
  }
  .hst-list .tab-cont .table ul.tr li.td.no {
    flex: auto;
    width: 100%;
    background: #67432b;
    color: #fff;
  }
  .hst-list .tab-cont .table ul.tr li.td.payment {
    flex: auto;
    width: 100%;
    padding: 16px 5px;
  }
  .hst-list .tab-cont .table ul.tr li::before {
    content: attr(data-txt);
    display: block;
    background: rgb(88, 29, 0);
    padding: 2px 3px 3px 2px;
    margin-right: 8px;
    font-weight: normal;
    border-radius: 2px;
    color: beige;
  }
  .hst-list .tab-cont .table ul.tr li.td::after {
    height: 12px;
  }

  /* -------------------- 768 08-game ---------------------------- */
  .game .inner .top {
    background-size: cover;
  }
  .game .inner .top .game-info {
    padding: 2.5% 3%;
  }
  .top .game-info .line2 {
    height: 80%;
  }
  .top .game-info .line .king-box .k-info .score-wrapper {
    width: 80%;
  }

  /* .intro{display: none;} */
  .intro .door {
    background-size: 150% 100%;
  }

  .quiz-box {
    padding: 3%;
    height: calc(100% - 123px);
  }
  .quiz-box .quiz {
    background-size: 60%;
    background-blend-mode: multiply;
  }

  .quiz-box .quiz .damage {
    padding: 3px 8px 6px;
    font-size: 28px;
  }
  @keyframes dmg-up {
    00% {
      opacity: 0;
      transform: translate(-50%, -40px);
      border-color: #ff0000;
    }
    25% {
      opacity: 1;
      border-color: #000;
    }
    50% {
      transform: translate(-50%, -120px);
      border-color: #ff0000;
    }
    75% {
      opacity: 1;
      border-color: #000;
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -120px);
      border-color: #ff0000;
    }
  }
  .quiz-box .quiz .timer .second {
    top: 20px;
    right: 39px;
    font-size: 26px;
  }

  .quiz-box .quiz .question {
    height: 98% !important;
    margin-top: 60px;
    overflow-x: hidden;
  }
  .game-content .answer-box {
    padding: 8px 2%;
  }
  .game-content .answer-box button {
    padding: 16px 8px;
  }

  .quiz-box.img-quiz .quiz .question {
    flex-direction: column;
    padding: 0;
    align-items: center;
    width: 90%;
  }
  .question .img-box {
    min-width: auto;
    width: 98%;
    min-width: 180px;
    order: 2;
    background: brown;
  }
  .question .img-box .frame {
    background: none;
    width: 100%;
    margin: auto;
  }

  .img-quiz .question .txt {
    text-align: center;
    padding: 0px;
    margin-bottom: 10px;
    order: 1;
  }

  /* game-popup */
  .success-popup {
    height: 100%;
  }
  .game-popup .success-popup .pop-bg {
    width: 100%;
    height: 100%;
    background-size: cover;
  }
  @keyframes bg-pop {
    0% {
      width: 0;
      height: 0;
    }
    100% {
      width: 100%;
      height: 100%;
    }
  }
}

@media all and (max-width: 480px) {
  /* -------------------- 480 공통 ---------------------------- */
  /* header */
  .header {
    padding: 8px 5%;
  }
  .header ul.gnb li a em.icon {
    width: 45px;
    height: 45px;
    background-size: 260px;
  }
  /* qk-btn */
  .qk-btn {
    bottom: 15px;
  }
  .ranking .qk-btn {
    /* display: none; */
  }
  /* 선택 */
  .store .header ul.gnb li:nth-child(1) a em.icon,
  .store .header ul.gnb li:nth-child(1):hover a em.icon {
    background-position: 0px -53px !important;
  }
  .ranking .header ul.gnb li:nth-child(2) a em.icon,
  .ranking .header ul.gnb li:nth-child(2):hover a em.icon {
    background-position: -53px -53px !important;
  }
  .setting .header ul.gnb li:nth-child(5) a em.icon,
  .setting .header ul.gnb li:nth-child(5):hover a em.icon {
    background-position: -214px -53px !important;
  }

  .header ul.gnb li:nth-child(1) a em.icon,
  .header ul.gnb li:nth-child(1):hover a em.icon {
    background-position: 0px 0px !important;
  }
  .header ul.gnb li:nth-child(2) a em.icon,
  .header ul.gnb li:nth-child(2):hover a em.icon {
    background-position: -53px 0px;
  }
  .header ul.gnb li:nth-child(3) a em.icon,
  .header ul.gnb li:nth-child(3):hover a em.icon {
    background-position: -107px 0 !important;
  }
  .header ul.gnb li:nth-child(4) a em.icon,
  .header ul.gnb li:nth-child(4):hover a em.icon {
    background-position: -161px 0;
  }
  .header ul.gnb li:nth-child(5) a em.icon,
  .header ul.gnb li:nth-child(5):hover a em.icon {
    background-position: -214px 0;
  }
  .header ul.gnb li:nth-child(4) a em.icon i {
    width: 6px;
    height: 6px;
    top: 11px;
  }
  /* tit */
  .content h2.tit {
    margin: 6vh auto 8vh;
    font-size: 7.2vw;
    font-size: 28px;
  }
  .content h2.tit::after {
    width: 60px;
    height: 60px;
    background-size: contain;
  }
  /* roll */
  .roll {
    width: 85%;
    padding: 10px;
  }
  .roll::before,
  .roll:after {
    width: 113%;
    height: 38px;
  }
  .roll:after {
    top: -6.8vw;
  }
  .roll::before {
    bottom: -6.8vw;
  }
  .roll .inner::before {
    top: 0.5vw;
    width: 22%;
  }

  /* confirm popup */
  .confirm {
    width: 80%;
    padding: 60px 30px 55px;
  }
  .confirm .btn button {
    width: 95px;
    height: 38px;
  }
  .confirm .txt {
    margin-bottom: 28px; /* font-size: 18px; */
  }
  /* .confirm .btn button{font-size: 14px;} */

  /* ----------------- 480 home -------------------- */
  .home {
    height: 100svh;
    background: #fff3de url(/img/00-bg-home.png) no-repeat bottom right /
      content-box;
  }
  .home .inner {
    height: 100%;
  }
  .home .content h2.tit {
    max-width: 154px;
    margin: 4vh auto 3vh;
  }
  .game-list {
    position: relative;
  }
  .game-list .game-feature {
    width: 345px;
    height: 570px;
    /* height: calc(91svh - 150px); */
    /* top: 0vh; */
    padding: 3%;
  }
  .game-list .map {
    width: 150px;
    height: 207px;
    margin-right: 15px;
    margin-bottom: 15px;
    padding: 7px;
    border-radius: 7px;
  }

  .game-list .map:nth-child(3n) {
    margin-right: 15px;
  }
  .game-list .map:nth-child(2n) {
    margin-right: 0px;
  }
  .game-list .map::after {
    width: calc(100% - 14px);
    bottom: 6px;
  }
  .game-list .map .g-tit {
    padding: 5px;
  }

  .game-list .map .g-thum {
    height: 88px;
    margin: 6px 0 12px;
  }

  .game-list .map .g-thum::before {
    top: -4px;
  }

  .game-list .map .g-info {
    padding: 10px 10px 4px;
  }
  .game-list .map .g-info > div {
    font-size: 12px;
    width: 100%;
  }

  .game-list .map .g-info .l-box {
    border-right: none;
    border-bottom: 1px solid #9a8479;
  }
  .game-list .map .g-info p {
    padding: 3px 0;
  }
  .game-list .map .g-info p br {
    display: none;
  }
  .game-list .map .close {
    background-size: contain;
  }
  /* ------------------------- 480 preloading -------------------------- */
  .preloading .inner .tit-animation {
    top: 8vh;
    width: 48vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .preloading .inner .tit-animation span {
    font-size: 16vw;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
      0 5px 0 #ccc, 0 6px 0 transparent, 0 5px 3px rgba(0, 0, 0, 0.4);
    top: 3px;
  }

  @keyframes bounce {
    100% {
      top: -3px;
      text-shadow: 0 1px 0 #ccc, 0 2px 0 #ccc, 0 3px 0 #ccc, 0 4px 0 #ccc,
        0 5px 0 #ccc, 0 6px 0 #ccc, 0 10px 6px rgba(0, 0, 0, 0.2);
    }
  }

  .loading-img .skip {
    top: 31vh;
    font-size: 3vw;
    padding: 0.8vh 3.2vw;
  }
  .loading-img .person {
    top: 10px;
    height: 73vh;
  }
  .loading-img .person .img {
    width: 80%;
  }
  .loading-img .map {
    height: 35%;
  }
  .loading-img .map .img {
    background: url(/img/loading-bt.png) no-repeat top center / 160%;
    position: relative;
    z-index: 9;
  }
  .loading-img .map .img::before {
    content: "";
    width: 100%;
    height: 80px;
    background: #68b723;
    position: absolute;
    bottom: 0;
  }

  @keyframes left-img {
    0% {
      background-image: url(/img/intro/a1.webp);
      left: -100%;
      background-size: 70%;
      background-position: center bottom;
    }
    3% {
      left: -18%;
    }
    13.6666% {
      left: -18%;
    }
    16.6666% {
      background-image: url(/img/intro/a1.webp);
      left: -100%;
      background-size: 70%;
    }

    16.6667% {
      background-image: url(/img/intro/a3.webp);
      left: -100%;
      background-size: 55%;
    }
    19.6667% {
      left: -18%;
    }
    30.3333% {
      left: -18%;
    }
    33.3333% {
      background-image: url(/img/intro/a3.webp);
      left: -100%;
      background-size: 55%;
      width: 80%;
    }

    33.3334% {
      background-image: url(/img/intro/a5.webp);
      left: -100%;
      background-size: 100%;
      width: 100%;
    }
    36.3334% {
      left: -20%;
    }
    47% {
      left: -20%;
    }
    50% {
      background-image: url(/img/intro/a5.webp);
      left: -100%;
      background-size: 100%;
      width: 100%;
    }

    50.0001% {
      background-image: url(/img/intro/a7.webp);
      left: -100%;
      width: 46%;
      background-size: 62%;
      width: 80%;
    }
    53.0001% {
      left: -15%;
    }
    63.6666% {
      left: -15%;
    }
    66.6666% {
      background-image: url(/img/intro/a7.webp);
      left: -100%;
      background-size: 62%;
    }

    66.6667% {
      background-image: url(/img/intro/a9.webp);
      left: -100%;
      background-size: 68%;
    }
    69.6667% {
      left: -15%;
    }
    80.3333% {
      left: -15%;
    }
    83.3333% {
      background-image: url(/img/intro/a9.webp);
      left: -100%;
      background-size: 68%;
    }

    83.3334% {
      background-image: url(/img/intro/a11.webp);
      left: -100%;
      background-size: 83%;
    }
    86.3334% {
      left: -15%;
    }
    97% {
      left: -15%;
    }
    100% {
      background-image: url(/img/intro/a11.webp);
      left: -100%;
      background-size: 83%;
      background-position: center bottom;
      width: 80%;
    }
  }
  @keyframes right-img {
    0% {
      background-image: url(/img/intro/a2.webp);
      right: -100%;
      background-size: 89%;
      background-position: center bottom;
    }
    3% {
      right: -18%;
    }
    13.6666% {
      right: -18%;
    }
    16.6666% {
      background-image: url(/img/intro/a2.webp);
      right: -100%;
      background-size: 89%;
    }

    16.6667% {
      background-image: url(/img/intro/a4.webp);
      right: -100%;
      background-size: 60%;
    }
    19.6667% {
      right: -12%;
    }
    30.3333% {
      right: -12%;
    }
    33.3333% {
      background-image: url(/img/intro/a4.webp);
      right: -100%;
      background-size: 60%;
    }

    33.3334% {
      background-image: url(/img/intro/a6.webp);
      right: -100%;
      background-size: 85%;
    }
    36.3334% {
      right: -15%;
    }
    47% {
      right: -15%;
    }
    50% {
      background-image: url(/img/intro/a6.webp);
      right: -100%;
      background-size: 85%;
    }

    50.0001% {
      background-image: url(/img/intro/a8.webp);
      right: -100%;
      background-size: 67%;
    }
    53.0001% {
      right: -15%;
    }
    63.6666% {
      right: -15%;
    }
    66.6666% {
      background-image: url(/img/intro/a8.webp);
      right: -100%;
      background-size: 67%;
    }

    66.6667% {
      background-image: url(/img/intro/a10.webp);
      right: -100%;
      background-size: 80%;
    }
    69.6667% {
      right: -15%;
    }
    80.3333% {
      right: -15%;
    }
    83.3333% {
      background-image: url(/img/intro/a10.webp);
      right: -100%;
      background-size: 80%;
    }

    83.3334% {
      background-image: url(/img/intro/a12.webp);
      right: -100%;
      background-size: 83%;
    }
    86.3334% {
      right: -15%;
    }
    97% {
      right: -15%;
    }
    100% {
      background-image: url(/img/intro/a12.webp);
      right: -100%;
      background-size: 83%;
      background-position: center bottom;
    }
  }

  @keyframes k-left {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-290px);
    }
  }

  /* -------------------- 480 01-login ---------------------------- */
  .login-content {
    width: calc(100% - 20px);
  }
  .login-content h2.tit {
    font-size: 10.2vw;
    margin-top: 10vw;
  }
  .login-content h2.tit b {
    font-size: 14.2vw;
  }
  .login-content .sns-login .sns-btn {
    margin-top: 8vw;
  }
  .login-content .sns-login .sns-btn a {
    width: calc(100% - 10%);
    font-size: 16px;
    margin: 15px auto;
  }

  /* -------------------- 480 02-store ---------------------------- */
  .store-content {
    position: relative;
  }
  .store-content .front {
    margin-top: 0;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateX(-50%);
  }
  .store-content .front .tit {
    width: 230px;
    height: 90px;
  }
  .store-content .front .tit div h2 {
    font-size: 30px;
  }
  .store-content .front .tit div p {
    font-size: 12px;
    border-width: 1px;
    width: 80%;
    margin: 8px auto 0;
  }
  .store-content .top {
    width: 100%;
    height: 195px;
    margin-left: 0;
    background-size: cover;
  }

  .store-content .coin-box {
    font-size: 13px;
    right: 4%;
    top: 118px;
    padding: 4px 13px;
    min-width: 110px;
  }
  .store-content .coin-box em {
    background-size: contain;
  }
  .store-content .coin-box p {
    transform: translateY(-8px);
  }
  .store-content .shop {
    margin-top: 0px;
    height: 100%;
  }
  .shop .shop-list {
    margin-top: -144px;
    padding: 28% 0px 0px;
    height: calc(100svh - 112px);
  }
  .shop .shop-list .list-inner {
    height: calc(100% + 72px);
    border: 20px solid #905d3a;
    border-bottom-width: 80px;
    padding-top: 115px;
  }
  .shop::after {
    width: 70px;
    height: 70px;
    right: 2%;
    bottom: 80px;
  }

  .shop-list .goods .gd-name {
    font-size: 18px;
  }
  .shop-list .goods .info .thum {
    width: 90px;
    height: 124px;
    border: 3px solid brown;
  }
  .shop-list .goods .info .buy {
    width: calc(100% - 100px);
  }
  .shop-list .goods .detail {
    height: 157px;
  }
  .shop-list .goods .detail p {
    font-size: 14px;
  }
  .shop-list .goods .info .buy .gd-price {
    width: calc(100% + 100px);
    margin-left: -100px;
  }
  .shop-list .goods .info .buy .gd-price em {
    width: 25px;
    height: 25px;
    margin-right: 3px;
    transform: translateY(6px);
    font-size: 14px;
  }
  .shop-list .goods .info .buy button {
    font-size: 12px;
    padding: 3px 12px 5px;
  }

  /* -------------------- 480 03-ranking ---------------------------- */

  /* .container{height: 100vh ;} */
  .container.bg-house {
    max-height: none;
  }
  .tabs {
    padding: 5px;
    margin-bottom: 5px;
  }
  .tabs li a {
    height: 35px;
    line-height: 32px;
    font-size: 16px;
  }
  .tabs li {
    box-shadow: 0px 4px 0px #655;
  }
  .tabs li.on {
    box-shadow: 0px 4px 0px #9e611c;
  }
  .tab-cont .list {
    padding: 5px;
  }

  .list-st {
    padding: 30px 2.5%;
  }
  .list-st.rk-list {
    height: calc(100svh - 60px);
  }
  .list-st.rk-list .tab-cont .list {
    height: 100svh;
    max-height: calc(100svh - 300px);
  }

  .tab-cont .list {
    max-height: 80vh;
    height: 57vh;
  }
  .tab-cont .rk-box {
    height: 70px;
  }
  .tab-cont .rk-box .left {
    width: 45px;
  }
  .tab-cont .rk-box .spot .rank {
    font-size: 15px;
  }
  .tab-cont .rk-box.rk .left .spot .rank {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 18px;
  }
  .tab-cont .rk-box.rk2 .left .spot .rank {
    background-position: -42px 0;
  }
  .tab-cont .rk-box.rk3 .left .spot .rank {
    background-position: -84px 0;
  }
  .tab-cont .rk-box .left .spot em {
    font-size: 12px;
  }

  .tab-cont .rk-box .left .spot em::before {
    width: 12px;
    height: 8px;
    background-size: 440%;
  }
  .tab-cont .rk-box .left .spot .rk-up::before {
    background-position: 1px -18px;
  }
  .tab-cont .rk-box .left .spot .rk-down::before {
    background-position: -16px -17px;
  }
  .tab-cont .rk-box .left .spot .rk-sam::before {
    background-position: -26px -19px;
  }

  .tab-cont .rk-box .center {
    max-width: none;
    min-width: auto;
    width: calc(100% - 125px);
  }
  .tab-cont .rk-box .center .photo {
    width: 43px;
  }
  .tab-cont .rk-box .center .photo img {
    width: 40px;
    height: 40px;
  }

  .tab-cont .rk-box .center .info {
    width: calc(100% - 45px);
  }
  .tab-cont .rk-box .center .info .nick p {
    padding: 10px 8px 0;
    font-size: 14px;
  }
  .tab-cont .rk-box .center .info .lv-progress {
    padding-left: 10px;
  }
  .tab-cont .rk-box .center .info .lv-progress .lv {
    margin-right: 3px;
  }
  .tab-cont .rk-box .center .info .lv-progress .lv em.icon {
    width: 20px;
    height: 20px;
    bottom: 0px;
    left: -7px;
  }
  .tab-cont .rk-box .center .info .lv-progress .lv .txt {
    min-width: 70px;
    padding: 3px 0px 3px 8px;
  }
  .tab-cont .rk-box .center .info .lv-progress .progress {
    padding: 2px 3px;
  }
  .tab-cont .rk-box .center .info .lv-progress .progress .percent {
    padding: 7px 0;
  }

  .tab-cont .rk-box .right {
    width: 80px;
  }
  .tab-cont .rk-box .right .point {
    padding: 0px 5px;
    margin: 17px auto;
    width: 90%;
    line-height: 30px;
  }
  .tab-cont .rk-box .right .point .icon {
    width: 18px;
    height: 18px;
    transform: translateY(7px);
  }
  .tab-cont .rk-box .right .point .txt {
    font-size: 12px;
    transform: translateY(2px);
  }

  .brief em {
    width: 5px;
    height: 5px;
    margin: 5px auto;
    background: #5d5d5d;
  }

  /* -------------------- 480 04-notice ---------------------------- */
  .notice-content {
    height: calc(100svh - 61px);
    padding: 10px;
  }
  .container.notice .header ul.gnb li:nth-child(4) a em.icon {
    background-position: -160px -53px;
  }
  .notice-content > div {
    padding: 0;
  }
  .notice-content h2.tit {
    margin: 6vh auto 2vh;
    width: 185px;
  }

  .notice-content > div ul.nt-list {
    max-height: 71vh;
    padding: 20px 15px;
  }
  .notice-content > div ul.nt-list::-webkit-scrollbar-button {
    display: none;
  }
  ul.nt-list li a {
    padding: 11px 15px;
  }
  ul.nt-list li a span {
    font-size: 15px;
    line-height: 1.2em;
  }

  .nt-popup .popup {
    width: 90%;
  }
  .nt-popup .popup .roll2 {
    width: 100%;
  }
  .roll2::before {
    top: -37px;
  }
  .roll2::before,
  .roll2::after {
    width: 105%;
  }

  /* -------------------- 486 05-setting ---------------------------- */
  .content.setting-content h2.tit {
    max-width: 95px;
  }
  .set-info .inner .set {
    width: 160px;
  }
  .set-info .inner .set .op h3 {
    font-size: 15px;
  }
  .set-info .inner .set .op label .icon-box {
    width: 50px;
    height: 50px;
    background-size: 100px 100px;
  }

  .set-info .inner .set .op.voice {
    margin-left: 25%;
  }
  .set-info .inner .set .op label:nth-child(3) {
    width: 50px;
  }
  .set-info .inner .set .op.sound label .icon-box {
    background-position: 0px -50px;
  }
  .set-info .inner .set .op.voice label .icon-box {
    background-position: -50px -50px;
  }
  .set-info .inner .set .op.voice input:checked ~ label .icon-box {
    background-position: -50px 0px;
  }

  .set-info .inner .set .op label:last-child {
    height: 25px;
    width: 55px;
  }

  /* -------------------- 480 06-profile ---------------------------- */
  .profile-content h2.tit {
    margin-top: 40px;
  }
  @keyframes open2 {
    0% {
      max-height: 0;
      padding: 0 4vw;
    }
    10% {
      opacity: 0;
    }
    100% {
      max-height: 600px;
      padding: 7vw 4vw 6vw;
      opacity: 1;
    }
  }

  .profile-content h2.tit {
    max-width: 155px;
  }

  .user-info .inner .user-photo .photo-box {
    width: 80px;
    height: 80px;
  }
  .user-info .inner .user-photo label em.file-btn {
    width: 25px;
    height: 25px;
    background: #d9d9d9 url(/img/06-camera-fill.svg) no-repeat center center /
      60%;
  }

  .user-info .inner .user-name h3 {
    font-size: 15px;
  }
  .user-info .inner .user-name input[type="text"] {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    margin: 5px auto;
  }
  .user-info .inner .user-name input[type="text"] + .warning {
    display: block;
    font-size: 10px;
  }

  .user-info .inner .ex {
    margin-top: 8px;
    padding: 15px;
  }
  .user-info .inner .ex p {
    font-size: 12px;
    font-weight: 500;
  }
  .button.ok-btn {
    box-sizing: border-box;
    width: 70px;
    line-height: 25px;
    margin: 6vw auto 0;
    box-shadow: inset 0 0 0 2px #f3ad6540, 0 0px 0 1px #875b2e;
  }

  /* -------------------- 480 07-record 09-history ---------------------------- */
  .record,
  .history {
    height: 100svh;
    max-height: none;
  }
  .list-st.rc-list .tab-cont,
  .list-st.hst-list .tab-cont {
    height: calc(100% - 60px);
  }

  .rc-list .tab-cont .table {
    padding: 0 10px;
  }
  .rc-list .tab-cont .list {
    padding: 5px 0;
  }
  .rc-list .tab-cont .table ul.th li {
    font-size: 15px;
    padding: 5px;
  }
  .rc-list .tab-cont .table ul.th li em {
    width: 18px;
    height: 18px;
    margin-right: 2px;
  }

  .rc-list .tab-cont .table ul.tr li {
    padding: 8px 5px 16px;
  }
  .rc-list .tab-cont .table ul.tr li.td {
    font-size: 12px;
  }
  .rc-list .tab-cont .list {
    max-height: calc(77vh - 30px);
    height: auto;
  }

  .rc-list .tab-cont .table ul.tr li.td::after {
    height: 8px;
  }
  .rc-list .tab-cont .table ul.tr li.td.time::after {
    bottom: -1px;
  }
  .rc-list .tab-cont .table ul.tr {
    margin-bottom: 10px;
  }

  .hst-list .tab-cont .table {
    padding: 10px;
  }

  .hst-list .tab-cont .list {
    padding: 5px 0;
    height: auto;
  }
  .hst-list .tab-cont .table ul.tr {
    margin-bottom: 10px;
  }
  .hst-list .tab-cont .table ul.tr li {
    padding: 6px 2px;
  }
  .hst-list .tab-cont .table ul.tr li.td {
    font-size: 12px;
  }
  .hst-list .tab-cont .table ul.tr li.td:nth-child(2)::before,
  .hst-list .tab-cont .table ul.tr li.td:nth-child(3)::before,
  .hst-list .tab-cont .table ul.tr li.td:nth-child(4)::before {
    display: none;
  }
  .hst-list .tab-cont .table ul.tr li.td.payment {
    padding: 10px 5px;
  }

  /* -------------------- 480 08-game ---------------------------- */
  /* intro */
  /* .intro{display: none;} */
  .intro .door {
    background-position: left center;
  }
  .game .inner .top {
    height: 200px;
  }
  .top .game-info .line {
    font-size: 14px;
  }
  .top .game-info .line2 {
    height: 72%;
  }

  .top .game-info .line .king-box .user-box .life em.heart {
    margin: 5px;
  }

  .top .game-info .line .progress .pg-ber {
    width: 100px;
  }

  .top .game-info .line .king-box .user-box {
    width: calc((100% - 125px) / 2);
    padding: 0;
    align-items: center;
  }

  .top .game-info .line .king-box .user-box .outline {
    width: 100%;
    height: 50px;
  }
  .top .game-info .line .king-box .user-box .life b {
    font-size: 20px;
  }
  .top .game-info .line .king-box .k-info {
    padding: 0;
    width: calc((100% - 125px) / 2);
  }

  .top .game-info .line .king-box .user-box .point {
    width: 98%;
    margin-bottom: 16px;
  }
  .top .game-info .line .king-box .user-box .point p {
    width: 100%;
    padding: 7px 20px 7px 40px;
    text-align: center;
    font-size: 14px;
  }

  .top .game-info .line .king-box .user-box .point em {
    width: 32px;
    height: 32px;
  }
  .top .game-info .line .king-box .k-photo {
    width: 100px;
    height: 100px;
    margin: 0 10px;
  }

  .top .game-info .line .king-box .k-info .sound {
    width: 35px;
    height: 35px;
  }
  .top .game-info .line .king-box .k-info .score-wrapper {
    width: 94%;
    height: 35px;
    margin-bottom: 12px;
  }
  .king-box .k-info .score-wrapper .point-bar {
    border-width: 1px;
  }
  .king-box .k-info .score-wrapper .icon-wrapper {
    width: 35px;
    height: 35px;
    padding-top: 5px;
  }
  .king-box .k-info .score-wrapper .point-bar .bg {
    height: 20px;
  }
  .king-box .k-info .score-wrapper .point-bar .percentage {
    font-size: 16px;
    text-indent: 5px;
    text-shadow: 1px 1px 1px #5c0000;
  }

  .game-content {
    height: calc(100% - 200px);
  }
  .quiz-box {
    height: calc(100% - 123px);
  }
  .quiz-box .quiz .timer {
    background: url(/img/08-timer.png) no-repeat top right 3px / contain;
  }
  .clock {
    right: -4px;
  }
  .quiz-box .quiz .timer .second {
    top: 22px;
    right: 38px;
    font-size: 23px;
  }
  .second::after {
    right: -27px;
  }
  .quiz-box .quiz .damage {
    top: 100px;
  }
  @keyframes dmg-up {
    00% {
      opacity: 0;
      transform: translate(-50%, -40px);
      border-color: #ff0000;
    }
    25% {
      opacity: 1;
      border-color: #000;
    }
    50% {
      transform: translate(-50%, -90px);
      border-color: #ff0000;
    }
    75% {
      opacity: 1;
      border-color: #000;
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -90px);
      border-color: #ff0000;
    }
  }

  .quiz-box .quiz .damage em {
    width: 25px;
    height: 25px;
  }
  .quiz-box .quiz .question p {
    font-size: 18px;
  }
  .game-content .answer-box {
    padding: 8px 2%;
  }

  .question .img-box {
    width: 95%;
  }
  .img-quiz .question .txt {
    width: 100%;
    text-align: left;
    padding: 5px;
  }

  /* game-popup */

  .game-popup .popup {
    position: initial;
    transform: none;
  }
  .game-popup .inner {
    height: 550px;
    width: 80%;
  }

  .game-popup .layer .tit h2 {
    font-size: 22px;
    min-width: 68%;
    line-height: 38px;
    height: 56px;
    font-weight: 600;
    color: #67432b;
  }

  .game-popup .layer .tit em {
    width: 26px;
    height: 26px;
    transform: translate(-6px, 6px);
  }

  .game-popup .layer .tit::before,
  .game-popup .layer .tit::after {
    top: 40%;
  }
  .game-popup .layer .tit::before {
    left: -30px;
  }
  .game-popup .layer .tit::after {
    right: -30px;
  }
  .game-popup .layer .point-box {
    padding: 3px;
    margin-top: -16px;
    min-width: 45%;
  }
  .game-popup .layer .point-box em {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }
  .game-popup .layer .point-box p {
    transform: translateY(-5px);
  }

  .game-popup .layer .king-box {
    margin: 15px 0;
    height: 345px;
    padding: 15px 10px;
  }
  .game-popup .layer .king-box .summary .info {
    width: calc(100% - 110px);
    height: 125px;
  }
  .game-popup .layer .king-box .summary .thum {
    width: 100px;
    height: 125px;
  }
  .game-popup .layer .king-box .summary .info .line {
    height: 28px;
    line-height: 26px;
    font-size: 12px;
  }
  .game-popup .layer .king-box .summary .info .generation {
    height: calc(41px);
    padding: 5px 0;
  }

  .game-popup .layer .king-box .summary .info .generation p {
    font-size: 12px;
  }
  .game-popup .layer .king-box .summary .info .generation h3 {
    font-size: 15px;
    margin-top: 2px;
  }
  .game-popup .layer .king-box .detail {
    padding: 5px 10px;
    line-height: 1.35em;
    height: 180px;
    font-size: 14px;
  }
  .game-popup .inner::after {
    width: calc(100% + 38px);
  }
}

/* 게임종료 핍압 */
.gameover-popup .layer .game-name {
  margin-top: -5px;
  line-height: 38px;
  background: linear-gradient(
    to right,
    rgba(35, 214, 231, 0) 5%,
    #ffcd73,
    rgba(35, 214, 231, 0) 95%
  );
}
.gameover-popup .layer .game-name h2 {
  font-size: 30px;
  font-family: "Black Han Sans", sans-serif;
  text-shadow: 1px 1px #000;
  color: #ab5803;
  font-weight: 400;
}
.gameover-popup .layer .game-result {
  width: 88%;
  height: calc(100% - 210px);
  margin: 15px auto 20px;
  padding: 0;
}

.gameover-popup .layer .game-result .point-box {
  width: 85%;
  padding: 14px 5px;
  background: #b76b45;
}

.gameover-popup .layer .game-result .detail {
  margin-top: 0;
  width: 88%;
}
.game-result .detail .walnut,
.game-result .detail .rank {
  width: 80px;
  height: 77px;
  border: 2px solid #bf8533;
}
.game-result .detail .walnut {
  margin-right: 25px;
}
.game-result .detail .walnut em {
  background-size: 65%;
}
.game-result .detail .rank em {
  background-size: 70%;
}

.game-result .detail .walnut p,
.game-result .detail .rank p {
  font-size: 20px;
  bottom: -30px;
}
.gameover-popup .layer .game-result .detail > div:first-child {
  margin: 25px auto 45px;
}
.game-result .detail .game-num,
.game-result .detail .game-time {
  margin: 5px 0;
  font-size: 16px;
  color: #b14f1f;
  text-shadow: 1px 1px 1px #180a0321;
}

.game-result .detail > div:last-child {
  flex-direction: column;
  padding-top: 16px;
}

/* -------------------- 10-ready ---------------------------- */
.game-setting .about span {
  line-height: 1.35em;
}
.game-setting h2.name {
  margin-top: 40px;
}
.game-setting .about {
  height: 110px;
  margin: 15px 20px 10px;
}
.game-setting .setting-area {
  margin: 10px auto 30px;
}

.speed-auto-btn .speed-btn {
  margin-right: 2px;
}
.speed-auto-btn .speed-btn label {
  margin-right: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.speed-auto-btn .speed-btn label em {
  width: 28px;
  height: 28px;
}
.speed-auto-btn h3 {
  font-size: 14px;
}
.speed-auto-btn .auto-btn input ~ label {
  padding: 3px;
}
.speed-auto-btn .auto-btn em::before {
  font-size: 14px;
}
