html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
  color: #1b1d24;
  font-size: 100%;
  font-family: "Inter", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  word-wrap: break-word;
  text-align: center;
  background-color: #f9772b;
}
@media (max-width: 768px) {
  html,
  body {
    background-size: auto;
  }
}
html.hidden,
body.hidden {
  height: 100%;
  overflow: hidden;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  -webkit-touch-callout: none;
}
ul,
ol {
  list-style: none;
}
p:empty {
  display: none;
}
a {
  outline: none;
  text-decoration: none;
}
a:focus {
  outline: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button:focus {
  outline: 0;
}
input[type="text"],
input[type="password"],
input[type="image"],
input[type="search"],
textarea {
  color: #3d3c38;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  outline: 0 none transparent;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}
button {
  overflow: visible;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.util_sp {
  display: none !important;
}
@media (max-width: 768px) {
  .util_sp {
    display: block !important;
  }
}
.util_pc {
  display: block !important;
}
@media (max-width: 768px) {
  .util_pc {
    display: none !important;
  }
}
@media print {
  img {
    display: none;
  }
}
.home {
  position: relative;
  width: 100%;
  height: 100vh;
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url("../images/bg.png");
  background-position: top center;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
@media (max-width: 1920px) {
  .home {
    max-width: 100vw;
  }
}
@media (max-width: 768px) {
  .home {
    max-width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-image: url("../images/bg_sp.png");
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    overflow: auto;
  }
}
.home #header {
  padding: 20px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media (max-width: 1920px) {
  .home #header {
    padding: 1.0416666667vw 0;
  }
}
@media (max-width: 768px) {
  .home #header {
    padding: 5.3333333333vw 0 0;
  }
}
.home #header .thumb {
  width: 600px;
  margin: 0 auto 0 20;
}
@media (max-width: 1920px) {
  .home #header .thumb {
    width: 31.25vw;
    margin: 0 auto 0 1.0416666667vw;
  }
}
@media (max-width: 768px) {
  .home #header .thumb {
    width: 62.7vw;
    margin: 0 auto;
  }
}
.home #header .thumb img {
  width: 273px;
  -o-object-fit: contain;
  object-fit: contain;
}
@media (max-width: 1920px) {
  .home #header .thumb img {
    width: 14.21875vw;
  }
}
@media (max-width: 768px) {
  .home #header .thumb img {
    width: 100%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .home #main {
    height: 100%;
  }
}
.home #main .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .home #main .inner {
    height: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.home #main .inner .txt_desp {
  width: 840px;
  max-height: 790px;
  margin: -20px auto 0 50px;
}
@media (max-width: 1920px) {
  .home #main .inner .txt_desp {
    width: 43.75vw;
    max-height: 73.14vh;
    margin: -1.0417vw auto 0 2.604vw;
  }
}
@media (max-width: 768px) {
  .home #main .inner .txt_desp {
    position: relative;
    z-index: 9;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
  }
}

.home #main .inner .txt_desp img{
    width: 100%;
    height: auto;
    max-height: 73.14vh;
}
@media (max-width: 768px) {
  .home #main .inner .txt_desp img {
    margin: 0 auto;
  }
}
.home .list_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  margin: -20px 30px 40px 176px;
}
@media (max-width: 1920px) {
  .home .list_btn {
    margin: -1.041667vw 1.5625vw 2.083vw 9.167vw;
  }
}
@media (max-width: 768px) {
  .home .list_btn {
    width: 100%;
    position: relative;
    z-index: 9;
    padding: 0 5.3333333333vw;
    margin: 0 auto 0;
  }
}
.home .list_btn .bnt_go {
  width: 266px;
  margin-right: 20px;
  -webkit-animation: poyopoyo 2s ease-out infinite;
  animation: poyopoyo 2s ease-out infinite;
  opacity: 1;
}
@media (max-width: 1920px) {
  .home .list_btn .bnt_go {
    margin-right: 1.041667vw;
    width: 13.854167vw;
  }
}
@media (max-width: 768px) {
  .home .list_btn .bnt_go {
    width: 100%;
    display: block;
  }
}
.home .list_btn .bnt_telegram {
    width: 266px;
    -webkit-animation: poyopoyo 3s ease-out infinite;
    animation: poyopoyo 3s ease-out infinite;
    opacity: 1;
}
@media (max-width: 1920px) {
  .home .list_btn .bnt_telegram {
    width: 13.854167vw;
  }
}
@media (max-width: 768px) {
  .home .list_btn .bnt_telegram {
    width: 100%;
    height: auto;
    display: block;
  }
}
.home .list_btn img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.home .loading_container {
  width: 910px;
  margin: 0;
  position: relative;
}
@media (max-width: 1920px) {
  .home .loading_container {
    width: 47.4vw;
  }
}
@media (max-width: 768px) {
  .home .loading_container {
    width: 100%;
    margin: 0 auto;
  }
}

.home .loading_container h3 {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1920px) {
  .home .loading_container h3 {

  }
}
@media (max-width: 768px) {
  .home .loading_container h3 {
  }
}
.home .loading_container h3 img{
    width: 110px;
    height: auto;
}
@media (max-width: 768px) {
  .home .loading_container h3 img {
    width: 80px;
  }
}
.home .loading {
  width: 576px;
  height: 60px;
  margin: 0 auto;
  background: linear-gradient(90deg, #E7A214 -0.55%, #FAF478 89.43%);
  border: 5px solid #FFE148;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 1920px) {
  .home .loading {
    width: 30vw;
    height: 3.125vw;
    border-radius: 2.083vw;
  }
}
@media (max-width: 768px) {
  .home .loading {
    width: 100%;
    height: 10.2vw;
    border-radius: 5.8666666667vw;
    border: 3px solid #FFE148;
  }
}
.home .loading_bar {
  width: 0%;
  background: linear-gradient(0deg, #7A0000 0%, #8A0700 12%, #FF3900 100%);
  -webkit-animation: load 10s linear forwards;
  animation: load 10s linear forwards;
  border-radius: 40px;
  padding: 10px;
  height: 60px;
  margin-left: 2px;
  will-change: width;
}
@media (max-width: 1920px) {
  .home .loading_bar {
    border-radius: 2.083vw;
    padding: 0.5208333333vw;
    height: 3.125vw;
  }
}
@media (max-width: 768px) {
  .home .loading_bar {
    border-radius: 5.8666666667vw;
    padding: 1.0666666667vw;
    height: 10.2vw;
    margin-left: 0.2666666667vw;
  }
}
@media (max-width: 768px) {
  .home #footer {
    padding: 3.7333333333vw;
  }
}
@-webkit-keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50%,
  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@keyframes poyopoyo {
  0%,
  40%,
  60%,
  80% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50%,
  70% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
}
@-webkit-keyframes load {
  from {
    width: 0%;
    margin-left: 0;
  }
  to {
    width: 100%;
    margin-right: 2px;
  }
}
@keyframes load {
  from {
    width: 0%;
    margin-left: 0;
  }
  to {
    width: 100%;
    margin-right: 2px;
  }
}
@-webkit-keyframes scroll {
  0% {
    -webkit-transform: translateX(0, 0);
    transform: translateX(0, 0);
  }
  80% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
@keyframes scroll {
  0% {
    -webkit-transform: translateX(0, 0);
    transform: translateX(0, 0);
  }
  80% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  0%,
  80%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
