
/*************************FONT***********************/

@font-face {              
  font-family:"my_font_1";
  src:local("my_font_1"),
  url("/font/AppleSDGothicNeoM.ttf") format("truetype");
}
 
@font-face {              
  font-family:"en_font_1";
  src:local("en_font_1"), 
  url("/font/Comfortaa-Medium.ttf") format("truetype");
}

@font-face {              
  font-family:"en_font_2";
  src:local("en_font_2"),
  url("/font/Comfortaa-Bold.ttf") format("truetype");
}

@font-face {              
  font-family:"en_font_3";
  src:local("en_font_3"),
  url("/font/SecularOne-Regular.ttf") format("truetype");
}

/***********************GENERAL***********************/

/* Start https://www.cursors-4u.com */ * {cursor: url(/cursor/red_cursor.cur), auto !important;} /* End https://www.cursors-4u.com */
body {
  background: #000;
  color: #666666;
  font-family: en_font_1, my_font_1;
  overflow-x: hidden;
}

a {
  color: #1dc8cd;
  transition: 0.5s;
}

a:hover, a:active, a:focus {
  color: #1dc9ce;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 30px 0;
}
.timer {
  font-size: 48px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: en_font_3;
  margin: 0 0 20px 0;
  padding: 0;
}

/* Back to top button */
.back-to-top {
  position: fixed;
  display: none;
  background: #e50913;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: #e50913;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background-color: #fff;
  color:#e50913;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  padding: 30px 0;
  height: 92px;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
}

#header #logo {
  float: left;
}

#header #logo img {
  padding: 0;
  margin: -18px 0 0 0;
}

@media (max-width: 768px) {
  #header #logo h1 {
    font-size: 28px;
    margin-top: 0;
  }
  #header #logo img {
    max-height: 40px;
  }
}*/

#header nav {
                    margin-top:3px;
}

#header .nav-menu a {
      font-family: en_font_2;
      letter-spacing: 2px;
}

#header .nav-menu a:hover {
  opacity: 0.5;
}

#header .menu-has-children ul a:hover {
      color:#e50913;
}

#header.header-fixed {
  background:#000;
  padding: 20px 0;
  height: 72px;
  transition: all 0.5s;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/
#intro {
  width: 100%;
  height: 80vh;
  background:  url("/lostark/images/redsun.png") center top no-repeat;
  background-size: cover;
  position: relative;
}

#intro iframe { 
                     position:absolute;
                     top:50%;
                     left:50%;
}

#intro .intro-text {
  position: absolute;
  left: 0;
  top: 19%;
  right: 0;
  height: calc(50% - 60px);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
}

#intro h2 {
  margin: 30px 0 10px 0;
  padding: 0 15px;
  font-size: 48px;
  font-weight: 800;
  line-height: 56px;
  color: #410303d0;
  text-shadow: 3px 3px 5px rgba(255, 255, 255, 0.555);
  letter-spacing: 10px;
}

@media (max-width: 768px) {
  #intro h2 {
    font-size: 28px;
    line-height: 36px;
  }
}

#intro p {
  color: #fff;
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 24px;
}

@media (max-width: 768px) {
  #intro p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  #job .video-box {
    display: none;
  }
}

/**********************SEARCH***********************/

.home_video {
            position: absolute;
            top:55%;
            left: 34%;
            width:40%;
}
.home_video video{
  width: 80%;
  height: auto;
  border-radius: 20px;
}
@media (max-width: 1240px){
  .home_video {
    width: 60%;
    position: absolute;
    left: 27%;
}
.home_video video{
width: 80%;
height: auto;
border-radius: 20px;
}
}
@media (max-width: 768px) {
    .home_video {
      width: 100%;
      position: absolute;
      left: 10%;

    }
    .home_video video{
      width: 80%;
      height: auto;
      border-radius: 20px;
    }
  }
/************************SNS**************************/
.menu-button img{
  margin-right: 3px;
}
.menu-button {

  transition: 0.4s;
  
  position: absolute;
  right: 40px;
  bottom: 40px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  border-radius: 50%;
  background-color: #e50913;
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
  z-index:9999;

}

.menu-button:hover {
  background: #8c060d;
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
  z-index:9999;
}
.menu-button a {
  transition: 0.4s;
  opacity: 0;
  width: 0px;
  height: 0px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 24px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26), 0 2px 10px 0 rgba(0, 0, 0, 0.22);
  cursor: pointer;
}
.menu-button a:hover {
  box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.28), 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}
.menu-button a:nth-child(2) {
  transition-delay: 0.3s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #ffffff url("/img/sns_03.jpg") no-repeat 50% 50%;
}
.menu-button a:nth-child(3) {
  transition-delay: 0.4s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #fae100 url("/img/sns_01.png") no-repeat 50% 50%;
}
.menu-button a:nth-child(4) {
  transition-delay: 0.5s;
  position: absolute;
  right: 30px;
  bottom: 30px;
  background: #4065AD url("/img/sns_02-1.png") no-repeat 30% 50%;
}
.menu-button:hover a {
  opacity: 1;
  width: 50px;
  height: 50px;
}
.menu-button:hover a:nth-child(2) {
  right: 80px;
  bottom: 0px;
}
.menu-button:hover a:nth-child(2):hover {
  transition-delay: 0s;
  /*background: #3ea1ec;*/
}
.menu-button:hover a:nth-child(3) {
  right: 65px;
  bottom: 65px;
}
.menu-button:hover a:nth-child(3):hover {
  transition-delay: 0s;
  /*background: #d83a2b;*/
}
.menu-button:hover a:nth-child(4) {
  right: 0px;
  bottom: 80px;
}
.menu-button:hover a:nth-child(4):hover {
  transition-delay: 0s;
  /*background: #323232;*/
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */

.nav-menu, .nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */
#nav-menu-container {
  float: right;
  margin: 0;
}
#nav-menu-container img{
  display: none;
}

@media (max-width: 768px) {
  #nav-menu-container {
    display: none;
  }
}

/* Nav Meu Styling */
.nav-menu a {
  padding: 0 8px 10px 8px;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  outline: none;
}
.menu_img img{
  padding: 0 8px 10px 30px;
}
.nav-menu > li {
  margin-left: 10px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #1dc8cd;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */
#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}

@media (max-width: 768px) {
  #mobile-nav-toggle {
    display: inline;
  }
}

/* Mobile Nav Styling */
#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(230, 229, 229, 0.623);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #690303;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #ffffff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  animation: rgb 10s infinite alternate;
  background-size: 100% 100%;
  display: none;
}

@keyframes rgb {
  0%{
    background-image: url(/lostark/images/background_01.jpg);
  }
  25% {
    background-image: url(/lostark/images/background_02.jpg);
  }
  50%{
    background-image: url(/lostark/images/background_03.jpg);
  }
  75%{
    background-image: url(/lostark/images/background_04.jpg);
  }
  100%{
    background-image: url(/lostark/images/background_05.jpg);
  }
}
/* Mobile Nav body classes */
body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/
/* Sections Header
--------------------------------*/
.section-header .section-title {
  font-size: 35px;
  color: #c2b43a;
  text-align: center;
  font-weight: 400;
}

.section-header .section-description {
    color:#ccc;
    font-style: normal;
    text-align: center;
    margin-top: 30px;
    padding-bottom: 40px;
}

@media (max-width: 768px) {
    .section-header .section-description {
      font-size: 14px;
    }
  }
  @media (max-width: 320px) {
    .section-header .section-description {
      font-size: 14px;
    }
  }

.section-header .section-divider {
  display: block;
  width: 60px;
  height: 3px;
  background: #ffffff;
  margin: 0 auto;
  margin-bottom: 20px;
}
/* Section with background
--------------------------------*/
.section-bg {
  background: #000000;
}

/* main Section
--------------------------------*/
#main {
  /*padding: 60px 0;*/
  overflow: hidden;
  position:relative;
  margin-top: 160px;
}

#main .video-box {
        position: relative;
        margin-bottom: 100px;
}
#main .video-box p{
  background: rgba(252, 244, 244, 0.767);
  border-radius: 20px;
  color: #000;
}

#main .section-header {
         position:absolute;
         top:35%;
         left:52%;
         margin-left:-255px;
}

#main video {
  width: 90%;
             opacity: 0.5;
             margin-left: 5%;

}

@media (max-width: 768px) {
  #main .section-description {
    font-size: 14px;
  }
  #main .section-header {
    position:absolute;
    top:33%;
    left:58%;

}
@media(max-width:320px){
  #main .section-header{
    margin-left: -60%;
    font-size: 14px;
  }
  #main .section-header p{
    font-size: 7px;
  }
}
  
}


@media (max-width: 479px) {
  #main .section-description {
    font-size: 10px;
  }

  #main video {
     width:100%;
     margin-left: 0;
  }

  #main .section-header {
    position:absolute;
    top:25%;
    left:79%;

}

}

#more-features {
  padding: 60px 0 60px 0;
  margin-top: 50px;
  overflow: hidden;
}

#more-features .row h4 {
    font-family: my_font_1;
    color:#fff;
    font-weight: 300;
}

#more-features .row p {
  font-family: my_font_1;
  color:#bababa;
}

#more-features .box {
  padding: 40px;
  margin-bottom: 30px;
  border:2px solid #fff;
  transition: 0.4s;
}

#more-features .icon {
  float: left;
}

#more-features h4 {
  margin-left: 100px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#more-features p {
  font-size: 14px;
  margin-left: 100px;
  margin-bottom: 0;
  line-height: 24px;
}

@media (max-width: 768px) {
  #more-features .box {
    margin-bottom: 20px;
  }
  #more-features .icon {
    float: none;
    text-align: center;
    padding-bottom: 15px;
  }
  #more-features h4, #more-features p {
    margin-left: 0;
    text-align: center;
  }
}

/* 더 알아보기
--------------------------------*/
#more_about {
  overflow: hidden;
  background: radial-gradient(circle,rgb(0, 0, 0,0.2), rgba(0,0, 0,1)), url(/lostark/images/lostark_logo_bg.png) fixed center center;
  background-size: cover;
  padding: 80px 0;
  margin-top: 100px;
}

#more_about .more-title {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

#more_about .more-text {
  color: #fff;
}

@media (min-width: 991px) {
  .more-title, .more-text, .more-text-small{
    text-align: justify;
  }
  
}
@media (min-width: 769px) {

  #more_about .more-btn-container {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  #more_about .more-title {
    font-size: 20px;
  }
  #more_about .more-text{
    font-size: 14px;
  }
}
@media(max-width:480px){
  #more_about .more-title {
    font-size: 16px;
  }
  #more_about .more-text{
    font-size: 12px;
  }
}


#more_about .more-btn {
  font-family: my_font_1;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 8px 30px;
  border-radius: 25px;
  transition: 0.5s;
  margin: 10px;
  border: 2px solid #fff;
  color: #fff;
}

#more_about .more-btn:hover {
  background: #e5aa09;
  border:2px solid #e5aa09;
}

/* HOT Section
--------------------------------*/
#hot {
  padding: 60px 0;
  overflow: hidden;
  margin-top: 100px;
}
#hot .guide_text {
  color:#ccc;
  font-style: normal;
  text-align: center;
  margin-top: 30px;
  padding-bottom: 30px;
}
#hot ul li{
list-style: none;
}
#hot ul li img{
  list-style: none;
  }

@media (max-width: 768px) {
  #hot .guide_text  {
    font-size: 14px;
  }
}
@media (max-width: 767px){
  #hot ul li img{
    margin-left:10%;
  }
}

@media (max-width: 390px){
  #hot ul li img{
   margin-left: -5%;
  }
}

/* Gallery Section
--------------------------------*/
#new {
  overflow: hidden;
}

#new .section-header{
  margin-top: 150px;
}
#new .container-fluid {
  padding: 0px;
}

#new .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}

#new .gallery-item {
  overflow: hidden;
  position: relative;
  padding: 0;
  vertical-align: middle;
  text-align: center;
}

#new .gallery-item img {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  width: 100%;
}

#new .gallery-item:hover{
  opacity: 60%;
  transition: 0.8s;
}

#new .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
/* job section
--------------------------------*/
#job {
  overflow: hidden;
  color: gold;
  text-align: center;
}
#class-title h1{
  text-align: center;
}
#job video{
  margin-right: 33%;
}

#job .container-fluid {
  padding: 0px;
}

#job .gallery-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 50%;
  height: 100%;
  opacity: 1;
  transition: all ease-in-out 0.4s;
}

#job .gallery-item {
  overflow: hidden;
  margin-left: 8px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  width: 250px;
  padding: 18%;
}


#job .gallery-item:hover{
  opacity: 60%;
  transition: 0.8s;
}

#job .gallery-item:hover .gallery-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.7);
}
@media(max-width:768px) {
  #job .gallery-item{
    width: 70px;
    margin-left: 40%;
  }

 #job .gallery-item img{
  width: 100%;
 }}
 @media(max-width:410px){
  #job .gallery-item{
    margin-left: 28%;
  }
 }
@media(max-width:390px) {
  #job .gallery-item{
    width: 70px;
  }
 #job .gallery-item img{
  width: 100%;

 }
}
@media(max-width:375px) {
  #job .gallery-item{
    width: 60px;
  }
  #job .gallery-item img{
    width: 100%;
    margin-left: 5%;
  }
}
@media(max-width:320px) {
  #job .gallery-item{
    width: 60px;
  }
  #job .gallery-item img{
    width: 94%;
    padding-left: 3%;
    padding-right: 3%;

  }
}
/* membership Section
--------------------------------*/
#membership {
  padding: 30px 0 60px 0;
  overflow: hidden;
  text-align:center;
  margin-top: 180px;
}

#membership .box {
  padding: 40px;
  margin-bottom: 30px;
  box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
  text-align: center;
}

#membership .membership_type {
  font-weight: 800;
  margin-bottom: 30px;
  font-size: 40px;
  color:#000;
}

#membership ul {
  padding: 0;
  list-style: none;
  color: #000;
  text-align: left;
  line-height: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}

#membership ul span {
  color:#e50913;
  font-weight: 900;
}

#membership ul li {
  padding-bottom: 12px;
}

#membership ul img {
  padding-right: 5px;
}

#membership .get-started-btn {
  background: #e50913;
  display: inline-block;
  padding: 6px 30px;
  border-radius: 20px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 800;
  font-family: en_font_1;
}

#membership .get-started-btn:hover {
    background-color: #b20912;
}
#iframe_box iframe{
  width: 100%;
  height: 250px;
  
}

/* FAQ
--------------------------------*/
#faq {
  padding: 30px 0;
  overflow: hidden;
  margin-bottom: 100px;
  margin-top: 70px;
}

#faq #faq-list {
  padding: 0;
  list-style: none;
}

#faq #faq-list li {
  border-bottom: 1px solid #ddd;
  color:#fff;
  text-align: justify;
}

#faq #faq-list a {
  padding: 18px 0;
  display: block;
  position: relative;
  font-size: 22px;
  line-height: 1;
  font-weight: 300;
  padding-right: 20px;
  color:#e50913;
  font-family: my_font_1;
}

#faq #faq-list i {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 16px;
}

#faq #faq-list p {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  #faq #faq-list a {
    font-size: 18px;
  }
  #faq #faq-list i {
    top: 13px;
  }
  .copyright,.credits{
    float: left;
  }
}


#faq #faq-list a.collapsed {
  color: #fff;
  font-family: my_font_1;
}

#faq #faq-list a.collapsed i::before {
  content: "\f2c7" !important;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background-image: url(/img/footer_back.png);
  background-size: 100% 100%;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 0;
  color: #fff;
  font-size: 14px;
  font-family:my_font_1;
}

#footer #credits {
  font-size: 13px;
  color: #888;
}

#footer .footer-links a {
  color: #666;
  padding-left: 15px;
}

#footer .footer-links a:first-child {
  padding-left: 0;
}
.footer_text{
  float:right;
}

#footer .footer-links a:hover {
  color: #1dc8cd;
}
@media (max-width: 991px) {
  .copyright{
    float: left;
  }
  #credit,.footer_text{
    clear: both;
    float: left;
  }
  #credit p{
    float: left;
  }
  .footer_img{
    display: none;
  }
}

@media (max-width: 768px) {
  .copyright{
    float: left;
  }
  #credit{
    clear: both;
    float: left;
  }
  #credit p{
    float: left;
  }
}
@media (max-width: 388px){
  .copyright{
    font-size: 12px;
  }
  #credit,.footer_text{
    font-size: 12px;
  }
  #credit p{
    font-size: 12px;
  }
}
@media (max-width: 336px){
  .copyright{
    font-size: 11px;
  }
  #credit,.footer_text{
    font-size: 11px;
  }
  #credit p{
    font-size: 11px;
  }
}

