@font-face {
    font-family: "Impact";
    src: url("../fonts/Impact.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "Lato";
    src: url("../fonts/Lato.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "microsoft-yahei";
    src: url("../fonts/microsoft-yahei.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "meiryo";
    src: url("../fonts/meiryo.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSansDisplay-CondensedMedium.ttf") format("truetype"),
        url("../fonts/NotoSansDisplay-CondensedMedium.svg") format("svg"),
        url("../fonts/NotoSansDisplay-CondensedMedium.woff") format("woff"),
        url("../fonts/NotoSansDisplay-CondensedMedium.otf") format("opentype"),
        url("../fonts/NotoSansDisplay-CondensedMedium.woff2") format("woff2"),
        url("../fonts/NotoSansDisplay-CondensedMedium.eot")
            format("embedded-opentype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NotoSansKR";
    src: url("../fonts/NotoSansKR-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "NotoSansRegular";
    src: url("../fonts/NotoSans.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@keyframes slideAnimation {
    from {
        top: 0px;
    }

    to {
        top: -10px;
    }
}
.hide {
    display: none;
}
body,
html {
    line-height: 1.8;
    color: #fff;
    text-size-adjust: none;
    -webkit-text-size-adjust: none;
    scroll-behavior: smooth;
}
body {
    background-color: #000000;
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 17px;

    -webkit-transition: all 0.4s;
}
.hidden {
    overflow: hidden !important;
    touch-action: none !important;
}
* {
    margin: 0;
    padding: 0;
    border: 0;
    box-sizing: border-box;
}
ul,
li {
    list-style: none;
}

a {
    text-decoration: none;
}
.cf::after {
    content: "";
    display: block;
    clear: both;
}
#page-wrapper {
    display: none;
    background-color: #000000;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    z-index: 1;
    opacity: 0.5; /* position: absolute; top: 0; bottom: 0; z-index: 1; height: 100vh; min-height: 100vh; width: 100%; background-color: rgba(0, 0, 0, 0.7); */
}

.page-wrapper-display-block {
    display: block !important;
}

.title {
    text-align: center;
    font-size: 48px;
    margin-bottom: 60px;
}
#header {
    width: 100%;
    height: 80px;
    background-color: #000;
    z-index: 999;
    position: fixed;
    top: 0;
    display: block;
}
/* #header.fixed {
  background-color: #000;
  z-index: 999;
  position: fixed;
  top: 0;
} */
#header .hamburger {
    display: none;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}
#wrapper {
    padding-top: 80px;
}
#myNavbar {
    padding: 24px 120px;
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
}
#myNavbar .nav-menu-list {
    position: absolute;
    left: 500px;
    margin-left: 120px;
    font-family: "Noto Sans Display", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
}
#myNavbar .nav-menu {
    padding: 12px 10px;
    color: #ffffff;
    filter: brightness(0.7);
}
#myNavbar .nav-menu:hover {
    filter: brightness(1);
}
#myNavbar .header-logo {
    width: 408px;
    height: 32px;
    margin-bottom: 29px;
}

#myNavbar .header-logo img {
    width: 100%;
}

.nav-icon-list {
    display: inline;
    position: absolute;
    right: 110px;
}

.fb-icon-img {
    width: 16.62px;
    height: 32px;
}
.yt-icon-img {
    width: 45.11px;
    height: 32px;
}

.navDemo-fixed {
    position: fixed;
}

#navDemo {
    display: none;
    position: fixed;
    top: 0;
    width: 0;
    height: 100vh;
    padding-top: 25px;
    background: #000 !important;
    z-index: 5;
    font-family: "Noto Sans Display", sans-serif;
    right: 0;
    overflow: auto;
    transition: all 0.3s;
    /* animation: menu-ani 0.2s linear forwards !important; */
}

#navDemo.on {
    width: 300px;
    transition: all 0.3s;
    /* animation: menu-ani 0.2s linear forwards !important; */
}

@keyframes menu-ani {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

#navDemo .menu-list {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 50%;
}

#navDemo .mobile-menu-logos {
    display: none;
}
#navDemo .icon-container {
    border-top: 1px solid #ffffff4d;
    width: 180px;
    margin-top: 16px;
    padding-top: 16px;
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#navDemo .icon-container .fb-icon {
    height: 20px;
    width: 10.385886192321777px;
}

#navDemo .icon-container .yt-icon {
    width: 28.19px;
}

#navDemo .icon-container .insta-icon {
    width: 22px;
}

#navDemo .text-container {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: center;
    display: flex;
    flex-direction: column;
}
#navDemo .device-menu a {
    filter: brightness(0.7);
    margin-bottom: 24px;
}
#navDemo :nth-child(2) a {
    filter: brightness(0.7);
    margin-bottom: 24px;
}
#navDemo a:hover {
    filter: brightness(1);
}
#navDemo a img {
    margin-left: 8px;
    margin-right: 8px;
}
.header-link-icons {
    position: absolute;
    right: 185px;
    top: 20%;
    display: flex;
    gap: 20px;
    align-items: center;
}
.header-link-icons .facebook-icon {
    height: 22px;
    width: 12px;
    filter: brightness(0.7);
}
.header-link-icons .facebook-icon > a > img {
    width: 100%;
    height: 100%;
}
.header-link-icons .youtube-icon {
    height: 22px;
    width: 32px;
    filter: brightness(0.7);
}
.header-link-icons .youtube-icon > a > img {
    width: 100%;
    height: 100%;
}
.facebook-icon:hover {
    filter: brightness(1);
}
.youtube-icon:hover {
    filter: brightness(1);
}
#myVideo {
    object-fit: cover;
    width: 100%;
}
/* 이전버전 참고를 위한 주석처리 */
/* #about { width: 980px; max-width: 100%; margin:0 auto; padding:150px 0 0; } 
 */

.pc-about {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.tablet-about {
    justify-content: center !important;
    padding-top: 80px !important;
    padding-bottom: 70px !important;
}

.mobile-about {
    justify-content: center !important;
}

/* .pc-about-target {
  top: 100px !important;
}

.tablet-about-target {
  top: 17% !important;
}

.mobile-about-target {
  top: 12% !important;
} */

.games-title {
    font-family: "Noto Sans Display", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 68px;
}
#about {
    width: 100%;
    background-image: url(../images/bg_games.png);
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 160px 0 100px 0;
}

#about-target {
    top: -70px;
}
#about .game-card-container {
    display: flex;
    gap: 30px;
}

#about .line {
    display: flex;
    gap: 30px;
}
.card-contents-discription {
    opacity: 0;
    background-color: #000;
    width: 100%;
    height: 135px;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    bottom: 0px;
    padding: 24px 20px 0px 20px;
}

.game-card-contents .card-contents-discription {
    bottom: 5px;
    right: 7px;
    height: 137.26px;
    width: 95%;
}

.dis-games {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.card-contents-discription span {
    color: white;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    font-family: "NotoSansRegular";
    margin-bottom: 10px;
}
.card-contents-discription p {
    color: white;
    font-weight: 400;
    font-size: 17px;
    line-height: 23px;
    font-family: "NotoSansRegular";
}
#about .line .game-card-contents {
    width: 300px;
    position: relative;
    overflow: hidden;
    font-weight: 400;
}

#about .line .game-card-contents:hover {
    animation-duration: 0.5s;
    animation-name: slideAnimation;
    animation-fill-mode: forwards;
}

#about .line .game-card-contents:hover .card-contents-discription {
    animation-duration: 0.5s;
    animation-name: cardDiscriptionAnimation;
    animation-fill-mode: forwards;
}

@keyframes cardDiscriptionAnimation {
    from {
        opacity: 0;
    }
    to {
        opacity: 100;
    }
}

#about .line .game-card-contents img {
    width: 100%;
}

/* 이전버전 참고를 위한 주석처리 */
/* #about .game-box .app-icon { width: 60%; } */
/* #about .play-btn { position: relative; display: block; } 
 #about .play-btn img { position:relative; left:0; top:0; transition: 0.3s; } 
 #about .play-btn:hover img { top:-7px; } 
 #about .play-btn:active img { top:0px; opacity:0.8; } */

.play-btn {
    margin-top: 24px;
    width: 140px;
    height: 40px;
}

.play-btn img {
    width: 100% !important;
}

.play-store-icon {
    margin-bottom: 10px;
}

#portfolio {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 160px 0 100px 0;
    width: 100%;
    max-width: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02)),
        url(../images/bg_features.png);
    background-size: cover;
    background-position: center;
}
/* #portfolio >div { margin-top:50px; } */
.margin-bottom {
    margin-bottom: 100px;
}
.height-30 {
    height: 40%;
}
#portfolio .features-title {
    color: black;
    font-family: "Noto Sans Display", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 68px;
}
#portfolio .feature-card-container {
    display: flex;
    gap: 16px;
    justify-content: center;
}
#portfolio .feature-card-contents {
    width: 400px;
    height: 301.1px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}
#portfolio .feature-card-contents img {
    width: 100%;
    height: 100%;
}
/* #portfolio .feature-box p { color:#999; } */
/* #portfolio h3 span { font-weight: bold; } */
#portfolio .feature-card-contents:hover .card-contents-discription {
    animation-duration: 0.5s;
    animation-name: cardDiscriptionAnimation;
    animation-fill-mode: forwards;
}
#portfolio .feature-card-contents:hover {
    animation-duration: 0.5s;
    animation-name: slideAnimation;
    animation-fill-mode: forwards;
}
/* review page */
.reviews-title {
    font-family: "Noto Sans Display", sans-serif;
    margin-bottom: 8px !important;
    line-height: 48px !important;
}
.reviews-description {
    font-family: "NotoSansRegular", sans-serif !important;
    font-size: 32px !important;
    margin-top: 0px !important;
    line-height: 40px;
    margin-bottom: 0px !important;
    width: 100%;
    text-align: center;
}

#product {
    margin: 0 auto;
    background-color: #f3f3f3;
    color: #000000;
}

#product #service-reviews {
    margin: 150px auto 0;
    overflow: hidden;
    margin-top: 0px;
    padding-top: 160px;
    padding-bottom: 120px;
}
#product #service-reviews .service-reviews {
    margin: 100px auto;
    margin-top: 56px !important;
}
#product #service-reviews .service-reviews .slick-list {
    overflow: unset;
}
#product #service-reviews .service-reviews .review-slide {
    overflow: hidden;
    border-radius: 30px;
    box-shadow: -10px -10px 20px rgba(208, 208, 208, 0.25),
        10px 10px 20px rgba(208, 208, 208, 0.25);
}

#product .service-reviews .swiper-slide {
    transform: scale(0.8);
    transition: 0.7s;
}
#product .service-reviews .swiper-slide.swiper-slide-active {
    transform: scale(1);
    transition: 0.7s;
}

#product #service-reviews .service-reviews .review-slide img {
    width: 100%;
}
#product #service-reviews .service-grade {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
#product #service-reviews .service-grade .service-grade-box {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px;
    text-align: center;
    background: #fff;
    border-radius: 30px;
}
#product #service-reviews .service-grade .service-grade-box > div {
    width: 25%;
}
#product #service-reviews .service-grade .service-grade-box > div p {
    font-size: 30px;
    font-family: "Lexend";
}
#product
    #service-reviews
    .service-grade
    .service-grade-box
    > div
    .service-grade-txt {
    font-size: 15px;
    font-weight: 300;
    font-family: "NotoSansKR";
}
#product #service-reviews .service-grade {
    color: #000000;
}

#product #service-reviews .service-grade ul {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    border-radius: 30px;
}
#product #service-reviews .service-grade ul li {
    position: absolute;
}
#product #service-reviews .service-grade ul li:nth-child(1) {
    top: 120%;
}
#product #service-reviews .service-grade ul li:nth-child(2) {
    left: 10%;
    top: 180%;
}
#product #service-reviews .service-grade ul li:nth-child(3) {
    left: 17%;
    top: 160%;
}
#product #service-reviews .service-grade ul li:nth-child(4) {
    left: 25%;
    top: 260%;
}
#product #service-reviews .service-grade ul li:nth-child(5) {
    left: 38%;
    top: 120%;
}
#product #service-reviews .service-grade ul li:nth-child(6) {
    left: 48%;
    top: 150%;
}
#product #service-reviews .service-grade ul li:nth-child(7) {
    left: 55%;
    top: 200%;
}
#product #service-reviews .service-grade ul li:nth-child(8) {
    left: 63%;
    top: 140%;
}
#product #service-reviews .service-grade ul li:nth-child(9) {
    left: 83%;
    top: 190%;
}
#product #service-reviews .service-grade ul li:nth-child(10) {
    right: -30px;
    top: 120%;
}

#customer {
    width: 100%;
    height: 525px;
    background-color: #eeeeea;
    display: flex;
    justify-content: center;
    background-image: url(../images/bg_customer_support2.png);
    background-repeat: no-repeat;
    background-size: 280px 450px;
    background-position: left 0px top 40%;
}
#customer .customer-title {
    font-family: "Noto Sans Display", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 50px;
    line-height: 68px;
    color: #000;
    margin-bottom: 60px;
}
#customer .customer-contents-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}
#customer .customer-discription {
    color: #000;
    width: 100%;
    height: 33px;
    font-family: "NotoSansRegular";
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 24px;
    display: flex;
    justify-content: center;
}
#customer .customer-button {
    width: 200px;
    height: 60px;
    color: #fff;
    border-radius: 40px;
    background-color: #0884af;
    font-family: "Noto Sans Display", sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#customer .customer-button:after {
    content: "";
    width: 0%;
    height: 100%;
    top: 0;
    position: absolute;
    left: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    background-color: #54bd4d;
}
#customer .customer-button:hover:after {
    width: 100%;
    z-index: -1;
}
#customer .customer-button-contents {
    display: flex;
    align-items: center;
    justify-content: center;
}

#customer .customer-button-contents span {
    margin-right: 16px;
}

#myImg {
    border-radius: 10px;
    border: 1px solid #372706;
    transition: 0.3s;
}
#copyright {
    width: 250px;
    margin: 100px auto 80px;
    max-width: 100%;
}
#copyright img {
    width: 100%;
    display: block;
}
footer {
    padding: 0 3%;
}
footer .footer-nav {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: fit-content;
    font-family: "Noto Sans Display", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: center;
    margin-bottom: 16px;
}
.margin-bottom-24 {
    margin-bottom: 24px !important;
}
.margin-bottom-16 {
    margin-bottom: 16px;
}
footer .footer-nav li {
    float: left;
    padding: 0 10px;
    position: relative;
    color: #fff;
    filter: brightness(0.7);
}
footer .footer-nav li a {
    display: block;
    width: 100%;
    font-family: "NotoSansRegular";
}
footer .footer-nav li::after {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
footer .footer-nav li:hover {
    filter: brightness(1);
}
footer .footer-nav li:last-child::after {
    display: none;
}
footer .footer-desc {
    text-align: center;
    font-family: "NotoSansRegular";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #ffffffb2;
    margin-bottom: 32px;
}
footer #top-btn {
    position: fixed;
    width: 60px;
    right: 35px;
    bottom: 35px;
    padding: 10px 0;
    opacity: 0.6;
    z-index: 9999;
    display: none;
}

.display-block {
    display: block !important;
}
footer #top-btn:hover {
    opacity: 1;
}
footer #top-btn a {
    width: 100%;
    display: block;
}
footer #top-btn a img {
    display: block;
    width: 100%;
    margin: 0 auto;
}

footer .youtube-icon {
    width: 28.19px;
    height: 20px;
}

footer .facebook-icon {
    width: 10.39px;
    height: 20px;
}
.footer-logo-container {
    width: 306px;
    height: 24px;
    margin-bottom: 32px;
}
.footer-logo-container img {
    width: 100%;
    height: 100%;
}
.footer-gs-logo-container {
    width: 100%;
    height: 63px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-gs-logo-container span {
    font-family: "Noto Sans Display", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 33px; /* identical to box height */
    color: rgba(255, 255, 255, 0.7);
    margin-left: 14px;
    margin-right: 15px;
}
.footer-desc-flex-box {
    display: flex;
    gap: 5px;
}

footer .mobile-qr-code {
    filter: brightness(1) !important;
    display: none;
    margin-bottom: 16px;
}

footer .mobile-qr-code img {
    width: 80px;
    height: 80px;
}

.copyright {
    font-family: "NotoSansRegular";
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: center;
    color: #ffffffb2;
}
.align-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#home {
    position: relative;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100vh;
    margin-top: 30px;
}

/* 이전 버전 참고를 위한 주석처리 */
/* #home .appIcon { position:absolute; width:8%; height:8%; left:5%; top:45%; } 
 #home .appIcon img { width:100%; } 
 .storeIcons :first-child img { width:10%; left:14.5%; top:45.8%; position:absolute; } 
 .storeIcons :last-child img { width:12%; position:absolute; left:14.5%; top:54.8%; } */

#home .home-phrases {
    width: 100%;
    height: 80px;
    position: absolute;
    padding: 40px 120px 0px 80px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#home .home-phrases span {
    font-family: "Noto Sans Display", sans-serif;
    font-size: 60px;
    font-weight: 500 !important;
    line-height: 82px;
    letter-spacing: 0em;
    margin-left: 40px;
}
#home .rngBadge {
    width: 123px;
    height: 46px;
}

#home .rngBadge img {
    width: 100%;
    height: 100%;
}

#home .home-app-icons {
    width: 640px;
    height: 199.37px;
    padding-left: 5px;
    position: absolute;
    top: 240px;
    display: flex;
    align-items: center;
    left: 120px;
    background-image: url("../images/store-icon-container-pc.png");
    background-size: cover;
    z-index: 0;
}
#home .home-app-icons .dac-app-icon {
    width: 160px;
}
#home .home-app-icons .qr-code {
    width: 124px;
    margin-right: 11px;
}

#home .home-app-icons .qr-code img {
    width: 100%;
}
#home .home-app-icons .dac-app-icon img {
    width: 100%;
}
#home .home-app-icons .app-icons {
    display: flex;
    flex-direction: column;
}

#home .home-app-icons .store-app-container {
    width: 298px;
    height: 130px;
    border-radius: 30px;
    display: flex;
    margin-right: 16px;
    padding-top: 3px;
}

/* #home .home-app-icons :nth-child(2) .qr-code-box {
  width: 100px;
  height: 100px;
  margin-right: 17.09px;
}
#home .home-app-icons :nth-child(2) .qr-code-box img {
  width: 100%;
} */
#home .home-app-icons .app-icons a {
    display: block;
    width: 147.81px;
}
#home .home-app-icons .app-icons :nth-child(1) img {
    width: 185px;
    height: 54.55px;
}
#home .home-app-icons .app-icons :last-child img {
    width: 185px;
    height: 59.31px;
}
#home .home-app-icons .character-box {
    width: 277.2px;
    height: 304.5px;
    position: absolute;
    right: 6px;
    bottom: 7px;
    background-size: cover;
    z-index: -1;
}

#home .home-app-icons .play-btn {
    display: none;
}

#home .home-app-icons .character-box img {
    height: 100%;
}
#mobileIcon {
    display: none !important;
}

.mobile-footer-desc {
    display: none;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all 0.4s;
    box-sizing: border-box;
}

.menu-trigger {
    position: relative;
    width: 28px;
    height: 28px;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #ffffffb2;
    border-radius: 4px;
}

.menu-trigger span:nth-of-type(1) {
    top: 0;
}

.menu-trigger span:nth-of-type(2) {
    top: 12px;
}

.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

/* type-01 */
/* 중앙 라인이 고정된 자리에서 투명하게 사라지며 상하라인 회전하며 엑스자 만들기 */
.menu-trigger.active-1 span:nth-of-type(1) {
    -webkit-transform: translateY (13px) rotate (-45deg);
    transform: translateY(13px) rotate(-45deg);
}

.menu-trigger.active-1 span:nth-of-type(2) {
    opacity: 0;
}

.menu-trigger.active-1 span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

#tablet-olivia {
    display: none;
}

/* Turn off parallax scrolling for tablets and phones */
/* PC */
@media screen and (max-width: 2080px) {
    .bgimg-1,
    .bgimg-2,
    .bgimg-3 {
        background-attachment: scroll;
        min-height: 400px;
    }
}
/** Tablet */
@media screen and (max-width: 1439px) {
    .pc-menu {
        display: none;
    }

    #home {
        margin-top: 0px;
    }
    #header {
        height: 76px;
    }
    #wrapper {
        padding-top: 76px;
    }
    #header .hamburger {
        display: block !important;
        right: 60px;
    }
    #navDemo {
        display: block;
    }
    #navDemo.on {
        /* display: block; */
        /* right: 0; */
        width: 300px;
        transition: all 0.3s;
    }
    #navDemo_cover.on {
        display: block !important;
    }

    #myNavbar {
        padding: 24px 60px;
    }

    #myNavbar .header-logo {
        height: 27.45098114013672px;
        width: 350px;
        left: 60px;
        top: 24.2744140625px;
    }

    #home .home-phrases {
        width: 100%;
        height: 80px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24.27px 60px 0px 20px;
    }

    #home .home-phrases span {
        font-size: 35px;
        font-weight: 600;
        line-height: 54px;
        letter-spacing: 0em;
    }

    #home .rngBadge {
        width: 99.96px;
        height: 37px;
    }

    #home .rngBadge img {
        width: 100%;
        height: 100%;
    }

    #home .home-app-icons {
        top: 200px;
        left: 50px;
        width: 445px;
        height: 233px;
        background-image: url("../images/store-icon-container-tablet.png");
    }
    #home .home-app-icons .dac-app-icon {
        position: absolute;
        width: 146px;
        left: 145px;
        top: 20px;
    }

    #home .home-app-icons .qr-code {
        position: absolute;
        width: 115px;
        left: 27px;
        top: 35px;
    }

    #home .home-app-icons .app-icons {
        display: none;
    }
    #home .home-app-icons #pc-olivia {
        display: none;
    }
    #home .home-app-icons #tablet-olivia {
        display: block;
    }
    #home .home-app-icons .character-box {
        width: 251px;
        height: 334px;
        right: -3.5px;
    }

    #home .home-app-icons .play-btn {
        display: block;
        position: absolute;
        height: 63.86029815673828px;
        width: 283.2353210449219px;
        left: 70.7352294921875px;
        bottom: 10px;
        border-radius: 0px;
    }

    #home #about {
        background-position: center;
        padding: 80px 0 70px 0;
    }

    #navDemo .tablet-menu-logo {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    #navDemo .text-container {
        text-align: left;
    }
    #about .line {
        display: flex;
    }

    #about .about-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        position: relative;
    }

    #about .game-card-container {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        gap: 0px;
    }

    #about .line {
        margin-bottom: 34.5px;
        gap: 0px;
    }
    #about .line .bacarratCard {
        margin-right: 30px;
    }
    #about .line .slotsCard {
        margin-right: 30px;
    }
    #about .line .game-card-contents {
        width: 270px;
        height: 405px;
        position: relative;
        overflow: hidden;
        font-weight: 400;
    }

    #about .line .game-card-contents:hover {
        animation: none;
    }

    #about .line .game-card-contents .card-contents-discription {
        width: 96%;
        right: 5.5px;
    }

    #about .line .game-card-contents:hover .card-contents-discription {
        animation: none;
    }

    #about .games-title {
        font-weight: 600;
        font-size: 40px;
        line-height: 58px;
    }

    #portfolio {
        padding-top: 80px;
        padding-bottom: 70px;
    }

    #portfolio .feature-card-container {
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin-bottom: 0px;
    }

    #portfolio .feature-card-contents {
        width: 450px;
        height: 339.38px;
        position: relative;
        margin-bottom: 50px;
    }

    .last-feature-card {
        margin-bottom: 50px;
    }

    #portfolio .features-title {
        font-weight: 600;
        font-size: 40px;
        line-height: 58px;
    }

    #portfolio .feature-card-contents:hover .card-contents-discription {
        animation: none;
    }
    #portfolio .feature-card-contents:hover {
        animation: none;
    }

    .card-contents-discription {
        opacity: 1;
    }

    #product #service-reviews {
        z-index: 0 !important;
        padding-top: 80px !important;
    }

    .reviews-title {
        font-weight: 600 !important;
        font-size: 40px !important;
        line-height: 58px !important;
    }

    .service-grade {
        height: 101px !important;
        width: 624px !important;
    }

    .service-grade .service-grade-box {
        height: 100%;
        padding-top: 10px !important;
    }

    #product #service-reviews .service-grade .service-grade-box > div p {
        font-size: 26px;
    }

    #customer {
        background-size: 160px 257.14px;
        background-position: left 0px top 97.21px;
        height: 451px;
    }

    #customer .customer-button:after {
        content: none;
    }
    #customer .customer-button:hover:after {
        width: none;
    }

    #customer .customer-title {
        font-size: 40px;
        font-weight: 600;
        line-height: 54.48px;
    }

    .footer-desc-flex-box {
        display: flex;
        flex-direction: column;
        gap: 0px;
    }
}

/** Mobile */
@media screen and (max-width: 767px) {
    #home .rngBadge {
        display: none;
    }

    #header {
        height: 50px;
    }
    #wrapper {
        padding-top: 50px;
    }
    #myNavbar .header-logo {
        width: 408px;
        height: 32px;
        margin-bottom: 40px;
    }
    #mobile-main {
        display: flex !important;
        flex-direction: column !important;
    }
    #home {
        height: 50%;
    }

    .menu-trigger {
        width: 20px;
        height: 20px;
    }
    .menu-trigger span {
        height: 2px;
    }

    .menu-trigger span:nth-of-type(1) {
        top: 0;
    }

    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }

    .menu-trigger span:nth-of-type(3) {
        bottom: 0;
    }

    .menu-trigger.active-1 span:nth-of-type(1) {
        -webkit-transform: translateY (10px) rotate (-45deg);
        transform: translateY(10px) rotate(-45deg);
    }

    .menu-trigger.active-1 span:nth-of-type(2) {
        opacity: 0;
    }

    .menu-trigger.active-1 span:nth-of-type(3) {
        -webkit-transform: translateY(-8px) rotate(45deg);
        transform: translateY(-8px) rotate(45deg);
    }

    .title {
        margin-bottom: 30px;
        margin-top: 60px;
    }
    #header .hamburger {
        right: 20px;
    }

    #header .hamburger img {
        width: 20px;
        height: 20px;
        border-radius: 2px;
    }

    #home {
        height: 300px;
    }
    #home .home-phrases {
        height: 25px;

        margin-top: 20px;
    }
    #home .home-phrases span {
        font-size: 24px;
        width: 201px;
        font-weight: 600;
        line-height: 25px;
        letter-spacing: 0em;
        margin-left: 0px;
    }

    #home .home-app-icons {
        display: none !important;
    }
    #myNavbar {
        padding: 20.59px 20px;
    }

    #myNavbar .header-logo {
        height: 20px;
        width: 235px;
        left: 20px;
        top: 20.588134765625px;
    }

    /* #myVideo { width: 100%; object-fit: cover; } */

    #navDemo .menu-list .tablet-menu-logo {
        display: none;
    }

    .mobile-menu-logos {
        display: flex !important;
        flex-direction: column;
        align-items: center;
    }
    #navDemo {
        top: 40px !important;
        width: 0;
        transition: all 0.3;
    }

    #navDemo.on {
        width: 240px;
        transition: all 0.3;
    }

    #navDemo .icon-container {
        width: 151px;
    }

    #mobileIcon {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
        justify-content: center;
    }

    #mobileIcon .mobile-icons {
        display: block !important;
        position: relative;
        height: 190px;
        width: 210px;
    }
    #mobileIcon .olivia_mobile {
        height: 133.98516845703125px;
        width: 131.39259338378906px;
        position: absolute;
        z-index: -1;
        top: 0px;
        right: 0px;
    }
    #mobileIcon .mobile-icons .app-icon-mobile {
        width: 119px;
        position: absolute;
        top: 10px;
    }

    #mobileIcon .mobile-icons .play-btn {
        display: block;
        height: 53.86029815673828px;
        width: 223.2353210449219px;
        position: absolute;
        bottom: 10px;
        left: 0px;
    }

    #about .games-title {
        margin-top: 10px;
        font-size: 30px;
        line-height: 41px;
    }

    #about {
        padding-top: 20px;
    }

    #about .line .game-card-contents {
        width: 150px;
        height: 225px;
        font-weight: 400;
    }
    #about .line:nth-child(2) {
        margin-bottom: 0px;
    }
    #about .line .game-card-contents .card-contents-discription {
        height: 58px;
        width: 95% !important;
        bottom: 2px;
        right: 3.5px;
        border-bottom-left-radius: 11px;
        border-bottom-right-radius: 11px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #about .line .game-card-contents .card-contents-discription span {
        display: none;
    }

    #about .line .bacarratCard {
        margin-right: 15px;
        margin-left: 5px;
    }

    #about .line .slotsCard {
        margin-right: 15px;
        margin-left: 5px;
    }

    #about .line .game-card-contents .card-contents-discription p {
        font-family: "NotoSansKR";
        font-size: 12px;
        font-weight: 400;
        line-height: 17px;
        letter-spacing: 0em;
        text-align: left;
        margin-bottom: 25px;
    }

    #portfolio {
        height: 1537.08px;
        padding-top: 20px;
    }
    #portfolio .feature-card-container {
        gap: 0px;
        margin-bottom: 0px;
    }
    #portfolio .features-title {
        font-size: 30px;
        line-height: 40.86px;
    }

    #portfolio .feature-card-contents {
        width: 260px;
        height: 196.08px;
        margin-bottom: 30px;
    }

    #portfolio .feature-card-contents .card-contents-discription {
        height: 70px;
        text-align: center;
        padding-top: 0px;
    }

    #portfolio .feature-card-contents .card-contents-discription span {
        font-family: "NotoSansKR";
        font-size: 15px;
        font-weight: 200;
        line-height: 22px;
        letter-spacing: 0em;
    }

    #portfolio .feature-card-contents .card-contents-discription p {
        font-family: "NotoSansRegular";
        font-size: 12px;
        font-weight: 400;
        line-height: 16px;
        letter-spacing: 0em;
        margin-bottom: 10px;
    }

    .service-grade {
        width: 272px !important;
        height: 220px !important;
    }

    .service-grade .service-grade-box {
        flex-wrap: wrap !important;
        height: 100%;
        padding-top: 30px !important;
    }

    #product #service-reviews {
        padding-top: 20px !important;
    }

    #product #service-reviews .service-grade .service-grade-box > div {
        width: 50%;
    }

    .reviews-title {
        font-size: 30px !important;
    }
    .reviews-description {
        font-size: 18px !important;
        line-height: 18px;
    }

    #customer {
        background-image: none;
        height: 287px;
    }

    .top40 {
        top: -40px !important;
    }

    .top250 {
        top: -250px !important;
    }

    #customer .customer-title {
        font-size: 30px;
        line-height: 41px;
        letter-spacing: 0em;
        margin-bottom: 40px;
    }
    #customer .customer-contents-container {
        margin-top: 0px;
    }
    #customer .customer-discription {
        font-size: 16px;
        line-height: 22px;
    }

    #customer .customer-button {
        height: 40px;
        width: 140px;
        border-radius: 40px;
        font-weight: 500;
    }

    #customer .customer-button-contents {
        font-size: 20px;
        line-height: 27px;
    }

    #customer .customer-button-contents img {
        height: 14px;
        width: 8.40000057220459px;
    }

    footer .footer-logo-container {
        width: 240px;
        height: 18.82px;
        margin-top: 40px;
    }

    footer .mobile-footer-nav {
        display: flex !important;
        flex-direction: column !important;
        gap: 0px;
    }

    footer .mobile-footer-nav li a {
        margin-bottom: 19px;
    }

    footer .mobile-footer-nav li:last-child a {
        margin-bottom: 0px;
    }
    footer .footer-desc {
        display: none;
    }

    footer .mobile-footer-desc {
        display: block;
        font-family: "NotoSansRegular";
        width: 270px;
        height: 56px;
        font-size: 10px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0.01em;
        color: #ffffffb2;
        text-align: center;
    }

    footer .footer-gs-logo-container span {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: 0em;
        margin-left: 5px;
        margin-right: 10px;
    }

    footer .footer-gs-logo-container img {
        width: 144px;
        height: 30px;
    }

    footer .footer-gs-logo-container {
        gap: 0px;
    }

    footer .footer-nav {
        margin-bottom: 24px;
    }

    footer .copyright {
        font-size: 10px;
        font-weight: 400;
        line-height: 14px;
        letter-spacing: 0.01em;
        text-align: center;
    }

    #myVideo {
        height: 300px;
        width: 100%;
    }
    footer .align-container {
        transform: translateY(-60px);
    }

    footer #top-btn {
        width: 40px;
    }

    footer .mobile-qr-code {
        display: block;
    }

    #about .line .game-card-contents:hover {
        animation: none;
    }

    #about .line .game-card-contents:hover .card-contents-discription {
        animation: none;
    }

    #portfolio .feature-card-contents:hover .card-contents-discription {
        animation: none;
    }
    #portfolio .feature-card-contents:hover {
        animation: none;
    }

    @media screen and (max-width: 330px) {
        #about .game-card-container {
            justify-self: center;
            gap: 0;
        }

        #about .line {
            margin-bottom: 20px;
            display: flex;
            flex-direction: column;
        }

        #about .line .slotsCard {
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 20px;
        }

        #about .line .bacarratCard {
            margin-left: 0px;
            margin-right: 0px;
            margin-bottom: 20px;
        }
    }
    /* #myNavbar .header-logo { width: 200px; } */
    /* 이전버전 참고를 위한 주석처리 */
    /* .title { font-size: 40px; margin: 120px 0 120px 0; } 
 .title { font-size: 40px; } 
 #about { padding: 50px 0 0; } */

    /* 이전버전 참고를 위한 주석처리 */
    /* #about .play-btn { margin-top:unset; opacity:unset; } 
 #about .play-btn:hover img { margin-top:unset; } 
 #about .play-btn:active img { margin-top:unset; opacity:unset; } */

    /* 이전버전 참고를 위한 주석처리 */
    /* #portfolio { padding: 50px 3% 0; } 
 #portfolio h3 { font-size: 20px; } 
 #portfolio > div:nth-child(3) { margin-top: 0; } 
 #portfolio > div > div { margin-bottom: 50px; } 
 #portfolio > div p { line-height: 20px; font-size: 17px; } 
 #about .game-box { float: unset; width: 70%; margin: 0px auto 50px; } */

    /* 이전버전 참고를 위한 주석처리 */
    /* #copyright { margin:50px auto 50px; } */

    /* 이전버전 참고를 위한 주석처리 */
    /* footer .footer-nav li { width: 50%; } 
 footer .footer-desc ul li { color: #ccc; font-size: 13px; } 
 footer .footer-nav li::after { display: none; } */
}
