@charset "utf-8";
@font-face { font-family:'NEXON Lv1 Gothic OTF'; src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@2.1/NEXON Lv1 Gothic OTF.woff') format('woff');}
@font-face{
font-family:'PyeongChangPeace-Bold';
src:url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2206-02@1.0/PyeongChangPeace-Bold.woff2') format('woff2');
font-weight:700;
font-style:normal;
}
body, html {
margin: 0;
padding: 0;
font-family:"NEXON Lv1 Gothic OTF","Apple SD Gothic Neo", "Malgun Gothic", "¸¼Àº °íµñ", sans-serif;
-webkit-tap-highlight-color: transparent;
}

.fire_games-nav {
color: #fff;
width: 100%;
height: 80px;
border: none;
z-index: 10;
 display: flex;
 position: fixed;
font-size: 0.85rem;
background: rgba(255,255,255,0.9);
margin-top: -1px;
margin-left: -30px;
 align-items: center;
 justify-content: space-between; /* ±âº»ÀûÀ¸·Î ¾ÆÀÌÅÛµéÀ» ¾ç ³¡¿¡ ¹èÄ¡ */
 box-shadow: 0px 0px 10px rgba(0,0,0 ,0.3);
}

.fire_games_logo a{
font-family:"PyeongChangPeace-Bold","Apple SD Gothic Neo", "Malgun Gothic", "¸¼Àº °íµñ", sans-serif;
color: #fa3380;
margin-left: 3px;
font-size: 2rem;
text-shadow: 2px 2px 3px rgba(0,0,0,0.3);
}
a{
text-decoration: none;
}
ul li {
list-style: none;
}
ul li a {
color: #666;
margin-left: 25px;
text-decoration: none;
transition: 400ms ease-in-out;
}
ul li a:hover {
color: #fa3380;
}
/* PAGE GALLERY */
.wrapper {
display : none;
top: 50px;
width: 100%;
text-align: center;
position: absolute;
}
.page_categories {
width: 100%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: center;
}
.gallery {
width: 90%;
height: 60px;
line-height: 60px;
margin: 15px;
padding: 0px;
border-radius: 4px;
transition: 200ms ease-in-out;
}
.gallery:hover {
cursor: pointer;
margin-top: 2px;
}
.fighting_games {
background: #9CECFB; 
background: -webkit-linear-gradient(to right, #0052D4, #65C7F7, #9CECFB); 
background: linear-gradient(to right, #0052D4, #65C7F7, #9CECFB);
box-shadow: 0 10px 20px lightblue;
}
.racing_games {
background: #56ab2f; 
background: -webkit-linear-gradient(to right, #a8e063, #56ab2f); 
background: linear-gradient(to right, #a8e063, #56ab2f);
box-shadow: 0 10px 40px lightgreen;
}
.RBG_games {
background: #00C9FF; 
background: -webkit-linear-gradient(to right, #92FE9D, #00C9FF);
background: linear-gradient(to right, #92FE9D, #00C9FF); 
box-shadow: 0 0px 50px aqua;
}
/* BOTTOM CARDS */
.popular_title {
margin-top: 40px;
}
.popular_games {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
.popular-card {
position: relative;
width: 90%;
height: 570px;
margin: 20px;
background: transparent;
border-radius: 4px;
transition: 200ms ease-in-out;
}
.popular-card:hover {
margin-top: -1px;
}
.popular_games {
width: 100%;
margin-top: 50px;
}
.img_container {
width: 114px;
height: 114px;
margin: 30px auto;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
/*border-radius: 10px;
box-shadow: 0 0px 30px rgba(0,0,0,0.5);*/
}
.game_title {
position: absolute;
top:35%;
left:50%;
transform:translate(-50%,-50%);
font-family:"NEXON Lv1 Gothic OTF","Apple SD Gothic Neo", "Malgun Gothic", "¸¼Àº °íµñ", sans-serif;
color: #fff;
font-size: 1rem;
margin: 0px;
font-weight: 700;
text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.download_button {
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    width: 65%;
    border: none;
    padding: 15px;
    margin: 0px;
    outline: none;
    background: rgba(225, 225, 225, 0);
    font-family: "NEXON Lv1 Gothic OTF", "Apple SD Gothic Neo", "Malgun Gothic", "¸¼Àº °íµñ", sans-serif;
    color: #fff;
    font-size: 0.95rem;
    font-weight: 700;
    border-radius: 9px;
    text-decoration: none;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
    transition: 200ms ease-in-out;
}
.download_button:hover {
    box-shadow: 0 0px 25px rgba(255, 255, 0, 0.7);
}
.app_help{
font-family:"NEXON Lv1 Gothic OTF","Apple SD Gothic Neo", "Malgun Gothic", "¸¼Àº °íµñ", sans-serif;
color: #fff;
font-size: 0.95rem;
font-weight: 700;
margin: 0px;
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.spantxt{
position: absolute;
top:41%;
left:50%;
transform:translate(-50%,-50%);
width: 98%;
font-family:"NEXON Lv1 Gothic OTF","Apple SD Gothic Neo", "Malgun Gothic", "¸¼Àº °íµñ", sans-serif;
color: #fff;
font-size: 0.75rem;
margin: 0px;
padding: 0px;
font-weight: 400;
text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.helptxt{
position: absolute;
top:63%;
left:50%;
transform:translate(-50%,0%);
width: 98%;
font-family:"NEXON Lv1 Gothic OTF","Apple SD Gothic Neo", "Malgun Gothic", "¸¼Àº °íµñ", sans-serif;
color: #fff;
font-size: 0.75rem;
margin: 0px;
padding: 0px;
font-weight: 400;
text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
}
.game_title, .download_button, .app_help{
letter-spacing:1.5px;
}
.footer{
width: 100%;
font-family:"Noto Serif KR", "Malgun Gothic" ,Georgia, helvetica, meiryo, "Font Awesome 5 Free", sans-serif;
color:#123456;
font-size:0.765rem;
font-weight:500;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
margin: 20px auto;
padding-top: 20px;
text-align: center;
}
.footer a {
color:#123456;
}
.footer span {
color:#123456;
font-weight:700;
position: relative;
top: 2px;
display: inline-block;
-webkit-animation: bounce .3s ease infinite alternate;
animation: bounce .3s ease infinite alternate;
}

.footer span:nth-child(2) { -webkit-animation-delay: .1s; animation-delay: .1s; }
.footer span:nth-child(3) { -webkit-animation-delay: .2s; animation-delay: .2s; }
.footer span:nth-child(4) { -webkit-animation-delay: .3s; animation-delay: .3s; }
.footer span:nth-child(5) { -webkit-animation-delay: .4s; animation-delay: .4s; }
.footer span:nth-child(6) { -webkit-animation-delay: .5s; animation-delay: .5s; }
.footer span:nth-child(7) { -webkit-animation-delay: .6s; animation-delay: .6s; }
.footer span:nth-child(8) { -webkit-animation-delay: .7s; animation-delay: .7s; }
.footer span:nth-child(9) { -webkit-animation-delay: .8s; animation-delay: .8s; }
.footer span:nth-child(10) { -webkit-animation-delay: .9s; animation-delay: .9s; }
.footer span:nth-child(11) { -webkit-animation-delay: 1s; animation-delay: 1s; }
.footer span:nth-child(12) { -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }
.footer span:nth-child(13) { -webkit-animation-delay: 1.2s; animation-delay: 1.2s; }
.footer span:nth-child(14) { -webkit-animation-delay: 1.3s; animation-delay: 1.3s; }

@-webkit-keyframes bounce {
100% {
top: -2px;
}
}

@keyframes bounce {
100% {
top: -2px;
}
}

 /* ¼¼·Î ¸ðµå ½ºÅ¸ÀÏ */
@media (orientation: portrait) {
  .fire_games-nav {
  justify-content: center; /* ¸ð¹ÙÀÏ ¼¼·Î È­¸é¿¡¼­´Â °¡¿îµ¥ Á¤·Ä */
  }
  .fire_games_logo a {
margin-left: -25px;
}
.popular-card {
height: 620px;
}
}

/* °¡·Î ¸ðµå ½ºÅ¸ÀÏ */
@media (orientation: landscape) {
}