<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*************************/
/* TOP
/*************************/
/*Header*/
.fa-arrow-down,
.fa-external-link-alt,
.fa-solid,
.fa-up-right-from-square {
  font-weight: 600;
  padding-left: 5px;
  transition: all 0.01s;
}
.pc-out{display:block !important;}
.mo-out{display:none !important;}
#container{position:relative;}
#header {
  position: absolute;
  top: auto;
  left: auto;
  width: 100%;
  height: auto;
  z-index: 11;
}
#header.hidden{position:fixed;top:0;}
#header .header_wrap {
  padding: 0 40px;
  width: 100%;
  background-color: rgb(0, 0, 0, 0.85);
}
.gnb-stove.gnb-default {
  z-index: 9999 !important;
}
#header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 73px;
}

#header h1 a {
  display: block;
  float: left;
  width: 160px;
  height: 45px;
  background: url('../images/logo_rss.png') no-repeat center 0 / contain;
  font-size: 0;
  /* margin-left: 2rem; */
}

/*gnb*/
#header nav {
  width: 52%;
  /* max-width: 950px; */
}

.gnb {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gnb li {
  text-align: center;
}

.gnb li a {
  font-size:16px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gnb li a p {
  position: relative;
  padding: 8px 8px;
  font-size: 16px;
  color: rgb(255, 255, 255, 1);
}
.gnb li a p i{margin-left:10px;}
.gnb li a p:hover {
  opacity: 1;
  color: #fff;
  transition: all 0.3s;
}

.gnb li a p.on {
  color: #fff;
}

.gnb li a.current,
#header.bg_blue .gnb li a.current {
  color: #fff;
  transition: all 0.3s;
}

#header.bg_black .gnb li a {
  color: #000;
  transition: all 0.3s;
}

#header.bg_white .gnb li a.current {
  border-bottom: 3px solid #fff;
}

#header.bg_black .gnb li a.current {
  border-bottom: 3px solid #000;
}

.sns {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: relative;
  width: auto;
  margin-right: 20px;
}

.sns_game_start {
  display: flex;
}
.header-form{display:flex;gap:20px;align-items: center;justify-content: center;}
.game_Start{margin-right:-40px;}
.lang-form{position:relative;background: url(../images/lang_icon.png)no-repeat 0 center;width: auto;/* padding-right: 30px; */}
.lang-form p{color:#fff;background: url(../images/down_arrow.png)no-repeat 95% center;padding-left: 30px;cursor: pointer;padding-right: 50px;}
.lang-form p.on {background: url(../images/up_arrow.png)no-repeat 95% center;}
.lang-form ul{position:absolute;width: 130px;top: 37px;left: 0;display:none;background-color: #363636;}
.lang-form ul li{border-bottom:1px solid #555;}
.lang-form ul li:last-of-type{border-bottom:0;}
.lang-form ul li a{display:flex;height:48px;width: 100%;align-items: center;color: #fff;font-size: 15px;font-weight: 600;padding-left: 10px;}
.lang-form ul li:hover a{background-color:#555;}
.lang-form ul.on{display:block;}
.btn_cafe,
.btn_share {
  width: 26px;
  height: 26px;
  font-size: 0;
}

.btn_cafe {
  background: url('../images/icon_cafe.png') no-repeat center 0 / contain;
}

.btn_share {
  background: url('../images/icon_sheare.png') no-repeat center 0 / contain;
}

.wrap_share {
  display: none;
  position: absolute;
  bottom: -80px;
  right: 0;
}

.cont_share {
  display: flex;
}

.btn_kakao,
.btn_facebook,
.btn_x,
.btn_copy {
  text-indent: -9999px;
  height: 46px;
}

.btn_kakao {
  width: 45px;
  background: url('../images/btn_kakao.svg') no-repeat center / 25px 25px
    rgba(0, 0, 0, 0.5);
}

.btn_facebook {
  width: 38px;
  background: url('../images/btn_facebook.svg') no-repeat center / 25px 25px
    rgba(0, 0, 0, 0.5);
}

.btn_x {
  width: 41px;
  background: url('../images/btn_x.svg') no-repeat center / 25px 25px
    rgba(0, 0, 0, 0.5);
}

.btn_copy {
  width: 38px;
  background: url('../images/btn_copy.svg') no-repeat center / 25px 25px
    rgba(0, 0, 0, 0.5);
}

/*gmb-mobile*/
#header .mobile {
  display: none;
}

.m_checkbox {
  display: block;
  width: 28px;
  height: 20px;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}

.hamburger-lines {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  left:25px;
  width: 20px;
  height: 16px;
}

.hamburger-lines .line {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
}

#header.bg_black .hamburger-lines .line {
  background: #000;
}
#header.bg_black .hamburger-lines .line {
  background: #000;
}

.hamburger-lines .line1 {
  transform-origin: 0% 0%;
  transition: transform 0.4s ease-in-out;
}

.hamburger-lines .line2 {
  transition: transform 0.2s ease-in-out;
}

.hamburger-lines .line3 {
  transform-origin: 0% 100%;
  transition: transform 0.4s ease-in-out;
}

#header .header_wrap.active .hamburger-lines .line1 {
  transform: rotate(45deg);
}

#header .header_wrap.active .hamburger-lines .line2 {
  transform: scaleY(0);
}

#header .header_wrap.active .hamburger-lines .line3 {
  transform: rotate(-45deg);
}

/***** ë“œë¡­ë‹¤ìš´ *****/
.drop {
  height: 100%;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown_cont {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  width: 100%;
  height: 0;
  position: absolute;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.38s;
}

/* ì—¬ê¸° */
.drop:hover .dropdown_cont {
  height: 140px;
  padding-top: 10px;
  visibility: visible;
  opacity: 1;
  transition: all 0.38s;
}

.bg_dropdown {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  width: 100%;
  height: 0;
  background-color: rgb(0, 0, 0, 0.85);
  visibility: hidden;
  opacity: 0;
  transition: all 0.45s;
}

.drop:hover .bg_dropdown {
  height: 140px;
  transition: all 0.45s;
  visibility: visible;
  opacity: 1;
}

.btn_dropdown:hover {
  color: #fff;
}

/***** ê²Œìž„ì‹œìž‘ ë²„íŠ¼ *****/
#btn_game {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
}

@media screen and (max-width: 1240px) {
  #header .wrap {
    align-items: center;
  }
  #header nav{width: 600px;}
  .gnb li a p {
    font-size: 17px;
  }
}

@media screen and (max-width: 1024px) {
  #header h1 a {width: 100px;height: 30px;margin-left: 0;}
  #header nav{width: 400px;}
  .gnb li a p {    font-size: 13px;  }
  .lang-form{height: 20px;display: flex;align-items: center;  }
  .lang-form p{padding-left: 20px;padding-right: 20px;}
  .lang-form ul{left: 10px;width: 80px;}
  .lang-form li{}
  .lang-form ul li a{    font-size: 13px;    height: 30px;}

  .sns {
    /* width: 105px; */
  }

  


}
@media screen and (max-width: 768px){
  .pc-out{display:none !important;}
.mo-out{display:block !important;}
    #header .wrap{padding: 10px 0;}
    #header h1 a{margin-left:0;width:100px;}
    #header nav{display:none;}
    #header .hamburger-lines.mobile{display:flex;}
    .sns_game_start{display:none;}
    .wrap .mo_download_btn{}
    #header .m_checkbox.mobile{display:block;}

    .mo-h1{display: flex;align-items: center;justify-content: center;}
    .mo-h1 .gnb_logo{margin-left: 10px;}
    .mo-h1 .gnb_logo img{width:80%;}
    .lang-form{background: unset;width: 120px;height: 30px;background-color: #1a1a1a;padding: 0 10px;border-radius: 6px;}
    .lang-form p{padding: 0;width: 100%;font-size: 12px;background-size: 8px;}
    .lang-form p.on{background-size: 8px;}
    .lang-form ul{
    top: 30px;
    left: 0;
    width: 100%;
    border-radius: 3px;
    background-color: rgb(0, 0, 0, 0.80);
}
    .lang-form ul li{border-bottom:0;}
    .lang-form ul li a{font-size:10px;font-weight: 500;}
    .lang-form ul li a:hover{background-color:unset;}
    .btn_dropdown,.gnb li a p {font-size: 18px;}

    .gnb {    display: block;    padding: 10vh 40px 0;    }

    .gnb li {
    display: flex;
    flex-direction: column;
    text-align: left;
    }

    .btn_dropdown,
    .gnb li a p {
    padding: 0;
    font-size: 22px;
    }

    .gnb li a.current,
    #header.bg_blue .gnb li a.current,
    #header.bg_black .gnb li a,
    #header.bg_black .gnb li a.current,
    #header.bg_blue .gnb li a.current,
    #header.bg_blue .gnb li a {
    color: #000;
    }

    #header nav.pc {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(0 0 0 / 100%);
    z-index: -1;
    }

   .header_wrap.active nav.pc {
    display: block;
    overflow: scroll;
    }

    .header_wrap.active nav.pc &gt; .gnb li a p {
    color:#6d695d !important;
    opacity:1;
    font-weight: 500;
    }
    .header_wrap.active nav.pc &gt; .gnb li a.on p{
      color: #c3a36b !important;
    }
    .wrap .gnb .views_720 {
    display: block;
    }
    .wrap .gnb .nav-btn span{display:none;}
    .gnb &gt; li &gt; a{align-items: center;justify-content: center;color:#777;padding:20px 0;color:#fff;background:url(../images/gnb_line.png)no-repeat center 100%;background-size: 80%;}
    #header .header_wrap.active nav.pc {
      display: block;
      overflow: unset;
    }
    .m_submenu a {
      padding: 15px 0;
      color:#777;
    }
  
}



@media screen and (max-width: 520px) {
  #header .mobile {
    display: block;
  }

  #header .header_wrap {
    background-color: rgb(0, 0, 0, 1);
    padding:0;
  }

  #header .header_wrap.active {
    background-color: rgb(0, 0, 0, 0.85);
  }

  #header .mobile.hamburger-lines {
    display: flex;
  }

  #header .wrap {
    align-items: center;
    padding: 0 20px;
  }
  #header h1 a {
  }

  .btn_dropdown,
  .gnb li a p {
    font-size: 18px;
  }

  .gnb {
    display: block;
    padding: 10vh 40px 0;
    /* overflow: scroll; */
    height: auto;
  }
  .btn_dropdown,
  .gnb li a p {
    padding: 0;
    font-size: 24px;
  }

  .gnb li a.current,
  #header.bg_blue .gnb li a.current,
  #header.bg_black .gnb li a,
  #header.bg_black .gnb li a.current,
  #header.bg_blue .gnb li a.current,
  #header.bg_blue .gnb li a {
    color: #000;
  }

  #header nav.pc {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-color: rgb(0, 0, 0, 1);
  }

  #header .header_wrap.active nav.pc {
    display: block;
    overflow: unset;
  }

  .hamburger-lines .line.active {
    background: #fff;
  }

  #header .wrap.active {

  }

  .sns {
    display: none;
  }

  #mo_sns {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    max-width: 200px;
    height: 40px;
    margin: 0 auto;
  }

  .wrap_share {
    position: unset;
  }

  .cont_share {
    justify-content: center;
  }

  .m_submenu {
    margin-left: 10px;
  }
  .m_submenu a {
    padding: 15px 0;
    color:#777;
  }
  .m_submenu a.on{
    color:#fff;
  } 
}

/* ëª¨ë°”ì¼ ê°€ë¡œ ëª¨ë“œ */
@media screen and (max-width: 668px) and (orientation: landscape) {
  .gnb {
    padding: 15vh 40px;
  }
}
</pre></body></html>