@charset "utf-8";

html,
body,
form,
input,
legend,
label,
select,
option,
button,
fieldset,
textarea,
div,
p,
pre,
blockquote,
img,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li {
  margin: 0;
  padding: 0;
}
body {
  font-size: 14px;
  font-family: "맑은 고딕", "돋움";
  color: #fff;
  overflow: hidden;
}
fieldset,
img {
  border: none;
  max-width: 320px;
  max-height: 320px;
}
a {
  text-decoration: none;
}
ol,
ul,
dl,
li {
  list-style: none;
}
.blind {
  position: absolute;
  left: -3000px;
  top: -3000px;
  width: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.wrp_launcher {
  width: 400px;
  height: 35px;
  background-color: #090E1B;
}

.top_bx {
  clear: both;
  overflow: hidden;
  height: 30px;
  margin-bottom: 20px;
  padding-top: 10px;
  place-self: anchor-center;
  padding: 5px 20px;  
}
.menu_list {
  float: left;
  padding-top: 3px;
}
.menu_list li {
  float: left;
  margin-left: 5px;
}
.menu_list li:first-child {
  margin-left: 0px;
}
.menu_list li a {
  display: block;
  width: 110px;
  color: #febb58;
  font-size: 14px;
  text-align: center;
  text-decoration: none !important;
  border: 1px solid #d4d4d4;
  color: #ffffff;
  z-index: 1;
  text-align: center;
  text-transform: uppercase;
  box-shadow: 0px 8px 10px -3px rgba(0, 0, 0, 0.3);
  padding-top: 0;
  /* background: url(../image/block-title-shadow.png) no-repeat center; */
  text-align: center;
  color: #febb58;
  font-family: serif;
  font-size: 15px;
}
.menu_list li a:hover {
  filter: brightness(120%);
  border: 1px solid #febb58;
  color: #febb58;
  text-decoration: none !important;
}
.fire-border {
  background: linear-gradient(
    90deg,
    transparent,
    #ff6b00,
    #ff9500,
    #ff6b00,
    transparent
  );
  height: 2px;
  animation: fire 3s linear infinite;
}
