@import url("https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css");
 @import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.2.3/animate.min.css");

 @import url(https://fonts.googleapis.com/earlyaccess/notosanskr.css);
 @font-face {
	 font-family: 'nixgonb';
	 src: url('/fonts/nixgon/nixgonfonts_b_2.0-webfont.woff2') format('woff2'), url('/fonts/nixgon/nixgonfonts_b_2.0-webfont.woff') format('woff');
	 font-weight: normal;
	 font-style: normal;
}
 @font-face {
	 font-family: 'nixgonl';
	 src: url('/fonts/nixgon/nixgonfonts_l_2.0-webfont.woff2') format('woff2'), url('/fonts/nixgon/nixgonfonts_l_2.0-webfont.woff') format('woff');
	 font-weight: normal;
	 font-style: normal;
}
 @font-face {
	 font-family: 'nixgonm';
	 src: url('/fonts/nixgon/nixgonfonts_m_2.0-webfont.woff2') format('woff2'), url('/fonts/nixgon/nixgonfonts_m_2.0-webfont.woff') format('woff');
	 font-weight: normal;
	 font-style: normal;
}
 body {
	 background: #060606;
	 /* background: #f6f6f6; */
	 font-family: 'Noto Sans KR', sans-serif !important;
	 margin: 0;
	 overflow-y: hidden;
}
 *, :after, :before {
	 box-sizing: border-box;
}
 * {
	 -ms-overflow-style: none;
	 -webkit-touch-callout: none;
	/* iOS Safari */
	 -webkit-user-select: none;
	/* Safari */
	 -khtml-user-select: none;
	/* Konqueror HTML */
	 -moz-user-select: none;
	/* Old versions of Firefox */
	 -ms-user-select: none;
	/* Internet Explorer/Edge */
	 user-select: none;
	/* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
 input, textarea {
	 -webkit-user-select: text;
	 -khtml-user-select: text;
	 -moz-user-select: text;
	 -ms-user-select: text;
	 user-select: text;
}
 input:not([type=checkbox]):not([type=radio]) {
	 -webkit-appearance: none;
	 -webkit-border-radius: 0;
	 -moz-appearance: none;
	 appearance: none;
}
 .clearfix:after, .clearfix:before {
	 content: '';
	 display: table;
}
 .clearfix:after {
	 clear: both;
	 display: block;
}
/* Hide scrollbar for Chrome, Safari and Opera */
 *::-webkit-scrollbar {
	 display: none;
}
 button {
	 border: none;
	 background-color: transperant;
	 outline: none;
}
 a {
	 text-decoration: none;
	 text-decoration-color: none;
}
 a:hover {
	 text-decoration: none;
}
 ul {
	 overflow-y: scroll;
	 list-style-type: none;
	 padding: 0;
	/* Remove padding */
	 margin: 0;
	/* Remove margins */
}
 .mobile-wrap {
	 margin: auto;
	 width: 1000px;
	 min-width: 320px;
	 height: 700px;
	 max-height: 812px;
	 overflow: hidden;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -ms-transform: translate(-50%, -50%);
	 transform: translate(-50%, -50%);
	 box-shadow: 0 12px 15px 0 rgba(0, 0, 0, .24), 0 17px 50px 0 rgba(0, 0, 0, .19);
}
 @media only screen and (max-width: 375px) {
	 .mobile-wrap {
		 margin: 0;
		 width: 100vw;
		 height: 100vh;
		 height: calc(var(--vh, 1vh) * 100);
		 position: absolute;
		 top: 0;
		 left: 0;
		 -ms-transform: translate(0%, 0%);
		 transform: translate(0%, 0%);
		 box-shadow: none;
	}
}
 .mobile-wrap:before {
	 top: 0;
	 left: 0;
	 right: 0;
	 bottom: 0;
	 content: '';
	 position: absolute;
	 background-color: #fff;
}
 .mobile {
	 z-index: 99;
	 color: #222;
	 height: 100%;
	 position: relative;
	 background-color: #000;
}
 .mobile .header {
	 clear: both;
	 overflow: hidden;
	 padding-top: 15px;
	 position: relative;
}
 .mobile-wrap .layover {
	 display: none;
	 font-size: 18px;
	 width: 100%;
	 height: 100%;
	 background-color: rgba(38, 38, 38, 0.7);
	 position: absolute;
	 top: 0;
	 left: 0;
	 z-index: 999999999;
	 color: #fff;
	 text-align: center;
	 padding-top: 50%;
}
 .mobile-wrap .layover > .desc {
	 margin: 20px;
	 padding: 12px;
	 background-color: rgba(0, 0, 0, 0.5);
	 border-radius: 8px;
}
 .mobile-wrap .layover > .app_download_btn {
	 text-align: center;
	 margin: 20px 40px;
	 width: calc(100% - 80px);
	 color: #222;
	 font-size: 20px;
	 font-weight: 500;
	 padding: 16px 10px;
	 background-color: #fff;
	 border-radius: 28px;
	 cursor: pointer;
}
 .mobile-wrap .layover > .later {
	 bottom: 0;
	 position: absolute;
	 text-align: center;
	 margin: 40px;
	 width: calc(100% - 80px);
	 color: #222;
	 font-size: 16px;
	 padding: 10px;
	 background-color: #fff;
	 border-radius: 20px;
	 cursor: pointer;
}
 .mobile .header > span {
	 font-size: 24px;
	 min-width: 24px;
}
 .mobile .header > .title {
	 font-size: 16px;
	 line-height: 24px;
	 margin-left: 15px;
}
 .mobile .header .pull-left {
	 float: left;
}
 .mobile .header .pull-right {
	 float: right;
}
 .mobile .header .ion-ios-search {
	 z-index: 999;
	 position: relative;
}
 .mobile .header .ion-ios-arrow-back {
	 min-width: 25px;
}
 .mobile .header .ion-ios-navicon > i {
	 height: 1px;
	 width: 20px;
	 margin-top: 5px;
	 background: #fff;
	 position: relative;
	 display: inline-block;
}
 .mobile .header .ion-ios-navicon > i:after, .mobile .header .ion-ios-navicon > i:before {
	 content: '';
	 width: inherit;
	 height: inherit;
	 position: absolute;
	 background: inherit;
}
 .mobile .header .ion-ios-navicon > i:before {
	 bottom: 12px;
}
 .mobile .header .ion-ios-navicon > i:after {
	 bottom: 6px;
}
 .mobile .header .search {
	 right: 0;
	 bottom: 0;
	 position: absolute;
}
 .mobile .header .search input {
	 width: 0;
	 color: #fff;
	 height: 24px;
	 border: none;
	 font-size: 16px;
	 max-width: 150px;
	 font-weight: 300;
	 padding-right: 30px;
	 font-family: inherit;
	 background: transparent;
	 transition: all 0.3s ease-in-out 0s;
	 border-bottom: 1px solid transparent;
	 -webkit-appearance: textfield;
}
 .mobile .header .search input:focus {
	 outline: none;
}
 .mobile .header .search input::-webkit-search-decoration, .mobile .header .search input::-webkit-search-cancel-button {
	 -webkit-appearance: none;
}
 .mobile .header .search .search-visible {
	 width: 100%;
	 border-bottom-color: #aaa;
}
 .pull-left {
	 float: left;
}
 .pull-right {
	 float: right;
}
 .html, .invisible {
	 display: none;
}
 .html.visible, .visible {
	 display: block;
}
 
/* .container {
    width:1000px;
    height:700px;
} */


/* The toast - position it at the bottom and in the middle of the screen */
#toast {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 99999; /* Add a z-index if needed */
  left: 50%; /* Center the toast */
  bottom: 65px; /* 30px from the bottom */
}

/* Show the toast when clicking on a button (class added with JavaScript) */
#toast.show {
  visibility: visible; /* Show the toast */
  /* Add animation: Take 0.5 seconds to fade in and out the toast. 
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the toast in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 65px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 65px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 65px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 65px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

video {
	/* display:none; */
	width:0;height:0;overflow:hidden;
	cursor: pointer;
}

.buttons > div {
	position: absolute;
	cursor: pointer;
	z-index: 1;
	width:165px;
	left:50%;
	margin-left:-82px;
	bottom:90px;
	display: none;
}

.intro_image {
	width:100%;
	height:100%;
}

.intro_image > img {
	width:100%;
	object-fit: cover;
}

@media only screen and (max-width: 375px) {
	.buttons > div {
		
		width:120px;
		left:50%;
		margin-left:-60px;
		bottom:70px;
	}
	.buttons > div > img {
		width:120px;
	}
}