/* color.scss */
@font-face {
  font-family: "TheJamsil";
  font-weight: 300;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Light.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Light.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Light.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Light.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Light.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "TheJamsil";
  font-weight: 400;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Regular.ttf") format("truetype");
  font-display: swap;
}
@font-face {
  font-family: "TheJamsil";
  font-weight: 500;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.eot");
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.eot?#iefix") format("embedded-opentype"), url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.woff2") format("woff2"), url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.woff") format("woff"), url("https://cdn.jsdelivr.net/gh/webfontworld/TheJamsil/TheJamsil-Medium.ttf") format("truetype");
  font-display: swap;
}
/*--- base ---*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-decoration: none;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}

html, body {
  width: 100%;
  height: 100%;
  min-height: 100vh;
}

html {
  font-family: "TheJamsil", "sans-serif", "Arial";
  font-size: clamp(12px, 0.8333333333vw, 16px);
  letter-spacing: -0.025em;
  line-height: 1.3;
  color: #fff;
}

body {
  scroll-behavior: smooth;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-3dLight-Color: #262626;
  scrollbar-arrow-color: #262626;
  scrollbar-base-color: #101010;
  scrollbar-Face-Color: #262626;
  scrollbar-Track-Color: #101010;
  scrollbar-DarkShadow-Color: #262626;
  scrollbar-Highlight-Color: #262626;
  scrollbar-Shadow-Color: #262626;
}
body::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
body::-webkit-scrollbar-thumb {
  background-color: #262626;
  border-radius: 8px;
}
body::-webkit-scrollbar-track {
  background-color: #101010;
  width: 8px;
  height: 8px;
  border-radius: 8px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

i, img, span {
  display: inline-block;
  border: 0;
}

img, video, embed {
  max-width: 100%;
  max-height: 100%;
}

table {
  border-collapse: separate;
  border-spacing: 0;
}

caption {
  display: none;
}

fieldset {
  border: 0 none;
}

legend {
  width: 0;
  height: 0;
  font-size: 0;
  overflow: hidden;
  visibility: hidden;
}

select {
  cursor: pointer;
}
select::-ms-expand {
  display: none;
}

textarea {
  outline: none;
}

button {
  color: inherit;
  border: none;
  background: none;
  background: transparent;
  font-family: inherit;
  white-space: nowrap;
  text-decoration: none;
  outline: none;
  vertical-align: middle;
  overflow: visible;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input::-ms-check {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

input, select, button {
  display: inline-block;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a {
  color: inherit;
  text-decoration: none;
  border: none;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.wrap {
  position: relative;
  width: 100%;
  background-color: #101010;
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5.62rem;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
}
.header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  width: 1320px;
  max-width: 90vw;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header .logo {
  max-height: 3.12rem;
}
.header .nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 3.12rem;
}
.header .nav a {
  font-size: 1.5rem;
  color: #fff;
}
.header .nav a.hover {
  color: #E00A15;
  text-shadow: #E00A15 0 0 5px;
}
@media screen and (max-width: 1024px) {
  .header {
    top: 1.87rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: calc(100% - 3.75rem);
    height: auto;
    border-radius: 10px;
  }
  .header .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1.25rem;
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  .header .logo {
    margin-bottom: 0.62rem;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    width: 100%;
    height: 1.87rem;
  }
  .header .nav {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 1.25rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header .nav a {
    -ms-flex-preferred-size: calc(50% - 1.25rem);
        flex-basis: calc(50% - 1.25rem);
    font-size: 1.25rem;
  }
}

.container {
  padding-top: 8.12rem;
  padding-bottom: 7.5rem;
  text-align: center;
}
.container .content {
  margin: 0 auto;
  max-width: 82.5rem;
}
.container .content .tit {
  line-height: 1.1em;
  font-size: 3.5rem;
  font-weight: 500;
}
.container .content .tit h3 {
  font-weight: inherit;
}
.container .content .tit small {
  display: block;
  line-height: 1.25em;
  font-size: 1.37rem;
  font-weight: 500;
}
.container .content .img-wrap {
  margin-top: 3.12rem;
}
.container .content .img-wrap .tit {
  margin-bottom: 1.25rem;
  font-size: 2.87rem;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.35) 0 2px 3px;
}
.container .content .img-wrap li + .tit {
  margin-top: 4.37rem;
}
.container .content .img-wrap img {
  display: block;
  margin: 0 auto;
}
.container .content .img-wrap .col-2 {
  padding-top: 1.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
  justify-items: center;
}
.container .content .img-wrap.pd-t50 li + li {
  padding-top: 3.12rem;
}
@media screen and (max-width: 1024px) {
  .container {
    padding-top: 16.25rem;
  }
  .container .content {
    padding: 0 1.87rem;
  }
  .container .content .tit {
    font-size: 3.12rem;
  }
  .container .content .img-wrap .tit {
    font-size: 1.87rem;
  }
}

.footer {
  padding: 1.87rem 0.93rem;
  color: #fff;
  text-align: center;
  font-size: 0.87rem;
  font-weight: 300;
  background-color: #222;
}
.footer img {
  max-height: 1.75rem;
}

.main-visual {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url(../images/main-visual.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}
.main-visual .spark-wrap {
  position: absolute;
  top: 5.62rem;
  left: 0;
  width: 100%;
  height: 100%;
}
.main-visual .spark {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #E00A15;
  -webkit-box-shadow: #E00A15 0 0 5px;
          box-shadow: #E00A15 0 0 5px;
  border-radius: 30%;
  visibility: hidden;
}
.main-visual .main-copy {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  z-index: 9;
}
@media screen and (max-width: 1024px) {
  .main-visual .main-copy {
    top: 55%;
  }
}
.main-visual .main-copy .copy {
  display: block;
  min-width: 21.87rem;
  -webkit-transform: scale(0.94);
          transform: scale(0.94);
  -webkit-animation: scale 3s forwards cubic-bezier(0.11, 0, 0.5, 0);
          animation: scale 3s forwards cubic-bezier(0.11, 0, 0.5, 0);
  opacity: 0;
  -webkit-filter: blur(4px);
          filter: blur(4px);
}
.main-visual .main-copy .btn-link {
  display: inline-block;
  margin-top: 2.5rem;
  padding: 0.93rem 3.12rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
  border: #E00A15 solid 5px;
  background-color: rgba(115, 23, 28, 0.3);
}
.main-visual .main-copy .btn-link.hover {
  background-color: #E00A15;
}

@-webkit-keyframes scale {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}

@keyframes scale {
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -webkit-filter: blur(0);
            filter: blur(0);
  }
}
.main-cont .img {
  padding: 4.37rem;
}
.main-cont .img li {
  position: relative;
  margin: 0 auto;
  text-align: center;
  max-width: 53.12rem;
}
.main-cont .cont1 img {
  position: relative;
  max-width: 47rem;
  z-index: 2;
}
@media screen and (max-width: 1024px) {
  .main-cont .cont1 img {
    max-width: 100%;
  }
}
.main-cont .cont1 li {
  padding: 3.12rem;
}
.main-cont .cont1 li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 1.87rem;
  -webkit-box-shadow: rgba(0, 0, 0, 0.5) 0 0 1.25rem;
          box-shadow: rgba(0, 0, 0, 0.5) 0 0 1.25rem;
  mix-blend-mode: overlay;
}
@media screen and (max-width: 1024px) {
  .main-cont .img {
    padding: 3.12rem 0.93rem;
  }
  .main-cont .img li {
    max-width: 100%;
  }
  .main-cont .cont1 li {
    padding: 1.87rem 0.93rem;
  }
}

.main-insta {
  padding: 4.37rem;
}
.main-insta .inner {
  position: relative;
  margin: 0 auto;
  padding: 1.25rem 2.18rem;
  max-width: 53.12rem;
  background-color: #262626;
  border: #3B3B3C solid 1px;
}
.main-insta .inst-head {
  margin-bottom: 1.25rem;
  font-size: 1.37rem;
}
.main-insta .inst-head img {
  max-height: 3.12rem;
  vertical-align: middle;
}
.main-insta .ico-wrap {
  margin: 1.25rem 0 0.62rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1.25rem;
}
.main-insta .ico-wrap .ico {
  display: inline-block;
  width: 2.5rem;
  height: 2.5rem;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
}
.main-insta .ico-wrap .heart {
  -webkit-mask-image: url(/images/ico-heart.svg);
          mask-image: url(/images/ico-heart.svg);
  background-color: #fff;
}
.main-insta .ico-wrap .heart.hover {
  background-color: #FF2356;
}
.main-insta .ico-wrap .bubble {
  -webkit-mask-image: url(/images/ico-bubble.svg);
          mask-image: url(/images/ico-bubble.svg);
  background-color: #fff;
}
.main-insta .ico-wrap .bubble.hover {
  background-color: #424DE1;
}
.main-insta .ico-wrap .plane {
  -webkit-mask-image: url(/images/ico-plane.svg);
          mask-image: url(/images/ico-plane.svg);
  background-color: #fff;
}
.main-insta .ico-wrap .plane.hover {
  background-color: #0078E1;
}
.main-insta .word-wrap {
  position: relative;
  width: 100%;
  height: 42.5rem;
  text-align: center;
  background-image: linear-gradient(131deg, #73171C 0%, #AC151D 70%, #E00A15 80%);
}
.main-insta .word-wrap .word {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin: auto;
  width: 100%;
  max-width: 38.75rem;
  color: #fff;
  font-size: 6.25rem;
  font-weight: 500;
  text-shadow: rgba(0, 0, 0, 0.5) 0 5px 3px;
  overflow: hidden;
}
.main-insta .hash {
  color: #00D6FF;
  font-size: 1.37rem;
}
@media screen and (max-width: 1024px) {
  .main-insta {
    padding: 3.12rem 1.25rem;
  }
  .main-insta .inner {
    padding: 1.25rem 0.93rem;
    max-width: 100%;
  }
  .main-insta .word-wrap {
    height: 18.75rem;
  }
  .main-insta .word-wrap .word {
    max-width: 18.75rem;
    font-size: 3rem;
  }
}