@charset "UTF-8";
/* 영상 */
.movieBig {
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 56.25%;
}
.movieBig iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieBig .btnPlay {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* reset */
/* rem 설정을 위한 폰트 */
html {
  font-size: 20px;
}
@media (max-width: 1200px) {
  html {
    font-size: 17px;
  }
}
@media (max-width: 800px) {
  html {
    font-size: 14.5px;
  }
}
@media (max-width: 370px) {
  html {
    font-size: 13px;
  }
}

html, body {
  color: #454545;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
form,
fieldset,
legend,
input,
textarea,
button,
select,
pre {
  -webkit-text-size-adjust: none;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.5;
  font-weight: 400;
  font-family: "pretendard", Roboto, "itc-avant-garde-gothic-pro", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  outline: none;
}

/*-webkit-text-size-adjust: none(글자크기 자동조정 방지) , auto (화면의 폭에 맞추어서 텍스트의 크기를 자동으로 조절 , 100%(폰트크기를 지정된사이즈로 변경);*/
html,
body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
table,
tr,
td,
dl,
dt,
dd,
a,
img,
input,
button,
select,
textarea {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

address,
cite,
dfn,
em,
var {
  font-style: normal;
}

code,
kbd,
samp {
  font-family: dotum, "돋움", courier new, courier, monospace;
}

header,
hgroup,
article,
nav,
footer,
figure,
figcaption,
canvas,
section,
menu {
  display: block;
  margin: 0;
  padding: 0;
}

/* 모바일에서 꾹 눌렀을때 텍스트 복사 막기 */
body,
div,
p,
ul,
li,
input,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
a,
select,
textarea {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #454545;
}

img,
fieldset,
iframe {
  border: 0 none;
}

fieldset {
  width: auto;
  min-width: 0;
  max-width: none;
  border: 0;
  margin: 0;
  padding: 0;
}

legend {
  position: absolute !important;
  display: block;
  width: 0 !important;
  height: 0 !important;
  padding: 0 !important;
  margin: -1px !important;
  border: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
}
legend.focusable:active, legend.focusable:focus {
  position: static;
  height: auto;
  width: auto;
  margin: 0;
  clip: auto;
  overflow: visible;
}

img {
  border: 0px;
  vertical-align: top;
}

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

caption {
  display: none;
}

button {
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

/* reset */
.btn {
  border: 1px solid #ddd;
}
.btn.small {
  padding: 3px 10px;
  font-size: 13px;
}
.btn.medium {
  padding: 5px 10px;
  font-size: 14px;
}
.btn.normal {
  background-color: transparent;
}
.btn.light {
  background-color: #ddd;
  border-color: #ddd;
  color: #000;
}
.btn.primary {
  background-color: #02769D;
  border-color: #02769D;
  color: #fff;
}
.btn.dark {
  background-color: #222;
  border-color: #222;
  color: #fff;
}
.btn.danger {
  background-color: #dc3545;
  border-color: #dc3545;
  color: #fff;
}
.btn.warning {
  background-color: #ffc107;
  border-color: #ffc107;
  color: #fff;
}

.layer-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  padding: 20px;
  overflow: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.7);
}
.layer-popup .popup-wrapper {
  display: table;
  width: 100%;
  height: 100%;
}
.layer-popup .cell {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
.layer-popup .popup-container {
  margin: 0 auto;
}
.layer-popup .popup-container.w-400 {
  max-width: 400px;
}
.layer-popup .popup-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  background-color: #fff;
}

.popupWrap {
  width: 59rem;
  height: auto;
  display: none;
  background-color: #fff;
  overflow: hidden;
  border-radius: 3px;
  z-index: 2000;
}
.popupWrap .popHeader {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  padding: 0 3rem;
  background: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%);
  color: #000;
}
.popupWrap .popHeader h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: inherit;
}
.popupWrap .popHeader .btn_popClose {
  padding-right: 2.25rem;
  background: url("../images/link_arrow.svg") no-repeat right center/auto 1rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: inherit;
}
.popupWrap .popContent {
  padding: 3rem 3rem 0;
}
.popupWrap .popFooter {
  padding: 4.25rem 0 5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.popupWrap .popFooter .link {
  padding: 0 10px;
  height: 30px;
  border-radius: 3px;
}
.popupWrap .popFooter .link + .link {
  margin-left: 1.5rem;
}

/* 공통 */
img {
  max-width: 100%;
}

body {
  transition: all 0.3s;
  background-color: #000;
}
body.light {
  background-color: #000;
}
body.light header nav ul li a {
  color: rgba(255, 255, 255, 0.5);
}
body.light header nav ul li.active a {
  color: #fff;
}
body.light header .logo {
  background-image: url("../images/brandLogo_w.png");
}
body.light header.fixed {
  background-color: #000;
}
body.light .thumbSlider .swiper-wrapper .swiper-slide span {
  color: #fff;
}
body.light .movieSlideWrap p.text {
  color: #fff;
}
body.menu_textMotion2Wrap header nav ul li a {
  color: rgba(255, 255, 255, 0.5);
}
body.menu_textMotion2Wrap header nav ul li.active a {
  color: #fff;
}
body.menu_textMotion2Wrap header .logo {
  background-image: url("../images/brandLogo_w.png");
}
body.menu_scheduleWrap header nav ul li a {
  color: rgba(255, 255, 255, 0.5);
}
body.menu_scheduleWrap header nav ul li.active a {
  color: #fff;
}
body.menu_scheduleWrap header .logo {
  background-image: url("../images/brandLogo_w.png");
}
body.menu_scheduleWrap header.fixed {
  background-color: #000;
}

#wrap {
  position: relative;
  min-width: 360px;
  height: auto;
  margin: 0 auto;
}

section {
  position: relative;
  margin: 0 auto;
}

main {
  position: relative;
  overflow: hidden;
}

.section-inner {
  position: relative;
  width: 1180px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .section-inner {
    width: 100%;
    padding: 0 20px;
  }
}

@media (max-width: 650px) {
  .pcVer {
    display: none;
  }
}

.mVer {
  display: none;
}
@media (max-width: 650px) {
  .mVer {
    display: block;
  }
}

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 4rem;
  z-index: 1000;
}
header .section-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
header .logo {
  display: block;
  margin-left: 2.4rem;
  width: 4rem;
  height: 4rem;
  background: url("../images/brandLogo_w.png") no-repeat 0 center/4rem auto;
  z-index: 998;
}
header .m_btn_menu,
header .m_btn_close {
  display: none;
}
header nav {
  padding-right: 2.4rem;
}
header nav ul {
  display: flex;
}
header nav ul li {
  position: relative;
  height: 4rem;
  font-size: 1rem;
  color: #fff;
}
header nav ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
}
header nav ul li + li {
  margin-left: 3.5rem;
}
header nav ul li.active a {
  color: #fff;
  font-weight: 700;
}
header.fixed {
  top: 0;
  background-color: #000;
}
@media (max-width: 768px) {
  header .section-inner {
    padding: 0;
  }
  header .logo {
    margin-left: 30px;
    width: 60px;
    background-size: 60px auto;
  }
  header .gnbWrap {
    width: calc(100% - 170px);
    overflow-x: scroll;
  }
  header .gnbWrap ul {
    width: 530px;
  }
  header .gnbWrap ul li {
    font-size: 16px;
  }
  header .gnbWrap ul li + li {
    margin: 0 35px 0 0;
  }
}

footer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10.5rem;
  background-color: #161616;
}
footer > div {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  font-style: normal;
  font-weight: normal;
  font-size: 0.85rem;
  line-height: 1.4rem;
  color: #AEB3BB;
}
@media (max-width: 650px) {
  footer {
    height: 80px;
  }
  footer .address {
    display: none;
  }
  footer > div {
    justify-content: center;
  }
}

.videoBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}
.videoBg .cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.videoBg video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: auto;
  z-index: -1000;
  overflow: hidden;
  transform: translate(-50%, -50%);
}
@media (min-height: 800px) {
  .videoBg video {
    height: 100% !important;
    width: auto !important;
  }
}
@media (min-width: 1200px) {
  .videoBg video {
    width: 100vw;
    height: auto;
  }
}
@media (max-width: 600px) {
  .videoBg video {
    width: auto;
  }
}

.headingWrap {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background-color: #000;
}
.headingWrap .heading-title {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  color: #fff !important;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.headingWrap .heading-title .recruit-headText {
  margin-bottom: 2.4rem;
}
.headingWrap .heading-title .recruit-headText dt {
  margin-bottom: 2.3rem;
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 400;
}
.headingWrap .heading-title .recruit-headText dd {
  font-family: "itc-avant-garde-gothic-pro";
  text-transform: uppercase;
  font-size: 6rem;
  line-height: 6rem;
  font-weight: 700;
}
.headingWrap .heading-title .recruit-text {
  font-size: 1.2rem;
  line-height: 1.3rem;
  font-weight: 400;
}
.headingWrap .heading-title .recruit-date {
  margin: 0.75rem 0;
  font-size: 1.3rem;
}
.headingWrap .heading-title .recruit-end {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
  word-break: keep-all;
}
.headingWrap .heading-title .recruit-end p {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: 700;
}
.headingWrap .heading-title .link {
  margin-top: 2.7rem;
  width: 25.4rem;
  height: 3.7rem;
  background: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%);
  border-radius: 80px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.headingWrap .heading-title .link span {
  font-style: normal;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: inherit;
  color: #000;
}
.headingWrap .heading-title .link span i {
  font-style: normal;
}
@media (min-width: 1920px) {
  .headingWrap .heading-title .recruit-headText dd {
    font-size: 8rem;
    line-height: 8rem;
    font-weight: 700;
  }
}
.headingWrap .scrollIcon {
  position: absolute;
  bottom: 53px;
  left: 50%;
  width: 50px;
  height: 50px;
  margin-left: -25px;
  background: url("../images/icon_scroll.svg") no-repeat center bottom/auto 12px;
  z-index: 10;
  animation: scrollAni 1s infinite alternate;
}
@media (max-width: 650px) {
  .headingWrap .heading-title .recruit-headText {
    margin-bottom: 50px;
  }
  .headingWrap .heading-title .recruit-headText dd {
    font-size: 55px;
    line-height: 56px;
  }
  .headingWrap .heading-title .recruit-text {
    font-size: 1rem;
  }
  .headingWrap .heading-title .link {
    width: calc(100% - 30px);
  }
  .headingWrap .heading-title .link span {
    font-size: 18px;
  }
}

@keyframes scrollAni {
  0% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0px);
  }
}
.textMotionWrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #000;
}
.textMotionWrap > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.textMotionWrap > div > div {
  width: 100%;
  font-size: 2.75rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.textMotionWrap > div span {
  background-image: linear-gradient(90deg, #9F84FF 50%, #699CFF 110.64%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 650px) {
  .textMotionWrap {
    min-height: 1000px;
  }
  .textMotionWrap > div > div {
    font-size: 30px;
    line-height: 38px;
  }
}

.movieSlideWrap {
  padding: 10rem 0 0;
  transition: all 1.5s;
}

.txt_hide {
  opacity: 0;
  transition: all 0.5s;
  color: #fff;
}
.txt_hide.show {
  opacity: 1;
}
.txt_hide > div {
  display: inline;
}
@media (max-width: 768px) {
  .txt_hide {
    padding: 0 5rem;
  }
  .txt_hide > div {
    display: block;
  }
}
@media (max-width: 650px) {
  .txt_hide {
    padding: 0;
    transition: all 0.3s;
  }
  .txt_hide + .txt_hide {
    margin-top: 40px;
  }
}

#target1 {
  position: absolute;
  height: 1px;
  top: 2%;
}

#target2 {
  position: absolute;
  height: 1px;
  top: 2%;
}

#target3 {
  position: absolute;
  height: 1px;
  top: 30%;
}

#target4 {
  position: absolute;
  height: 1px;
  top: 30%;
}

#target5 {
  position: absolute;
  height: 1px;
  top: 10%;
}

#target6 {
  position: absolute;
  height: 1px;
  top: 10%;
}

#mtarget1 {
  position: absolute;
  height: 1px;
  top: 50%;
}

#mtarget2 {
  position: absolute;
  height: 1px;
  top: 50%;
}

#mtarget3 {
  position: absolute;
  height: 1px;
  top: 30%;
}

#mtarget4 {
  position: absolute;
  height: 1px;
  top: 30%;
}

#mtarget5 {
  position: absolute;
  height: 1px;
  top: 20%;
}

#mtarget6 {
  position: absolute;
  height: 1px;
  top: 20%;
}

.pinbox {
  margin-top: -4rem !important;
}

.movie_slide {
  position: relative;
}
.movie_slide .swiper-container,
.movie_slide .swiper {
  margin: 0 auto;
}
.movie_slide .swiper-slide {
  padding: 2.5rem 5rem;
}
.movie_slide .swiper-slide .slider-image {
  position: relative;
  top: 50%;
  background-color: #242424;
  border-radius: 12px;
  overflow: hidden;
  opacity: 0.5;
}
.movie_slide .swiper-slide.swiper-slide-active {
  padding: 0;
}
.movie_slide .swiper-slide.swiper-slide-active .slider-image {
  top: 0;
  opacity: 1;
}
.movie_slide .swiper-slide.swiper-slide-active .slider-image .shadow {
  display: none;
}
.movie_slide .swiper-slide .btnPlay {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5rem;
  height: 5rem;
  background: url("../images/btn_play.svg") no-repeat center center/auto 5rem;
  transform: translate(-50%, -50%);
  font-size: 0;
}
.movie_slide .swiper-slide .movieBig {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.movie_slide .swiper-button-next, .movie_slide .swiper-button-prev {
  width: 64px;
  height: 64px;
  top: calc(50% - 0.75rem);
  border-radius: 50%;
  background: #212121 url("../images/slide_arrow.svg") no-repeat left 27px center/auto 24px;
  font-size: 0;
}
.movie_slide .swiper-button-next:before, .movie_slide .swiper-button-next:after, .movie_slide .swiper-button-prev:before, .movie_slide .swiper-button-prev:after {
  font-size: 0;
}
.movie_slide .swiper-button-next {
  right: calc(25% - 4rem);
}
.movie_slide .swiper-button-prev {
  left: calc(25% - 4rem);
  transform: rotate(180deg);
}
@media (max-width: 768px) {
  .movie_slide .swiper-slide {
    padding: 0 2.5rem !important;
  }
  .movie_slide .swiper-button-next, .movie_slide .swiper-button-prev {
    display: none;
  }
}
@media (max-width: 650px) {
  .movie_slide .swiper-slide {
    padding: 0 20px !important;
  }
}

.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 12px;
  margin-top: 50px;
}
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 0 !important;
  background-color: #343434;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background-color: #fff;
}

.thumbSlider .swiper-wrapper {
  display: flex;
  cursor: pointer;
}
.thumbSlider .swiper-wrapper .swiper-slide {
  position: relative;
}
.thumbSlider .swiper-wrapper .swiper-slide > div {
  display: flex;
  justify-content: center;
  align-items: center;
}
.thumbSlider .swiper-wrapper .swiper-slide span {
  padding-bottom: 20px;
  font-size: 1.1rem;
  line-height: inherit;
  font-weight: 500;
  letter-spacing: -0.03em;
  transition: all 1.5s;
}
.thumbSlider .swiper-wrapper .swiper-slide-thumb-active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%);
}
.thumbSlider .swiper-wrapper .swiper-slide-thumb-active span {
  background-image: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 1180px) {
  .thumbSlider .swiper-wrapper {
    flex-flow: row wrap;
    gap: 15px 0;
  }
  .thumbSlider .swiper-wrapper .swiper-slide {
    width: 50% !important;
  }
}
@media (max-width: 650px) {
  .thumbSlider .swiper-wrapper .swiper-slide {
    width: 40% !important;
  }
  .thumbSlider .swiper-wrapper .swiper-slide:nth-of-type(2n) {
    width: 60% !important;
  }
  .thumbSlider .swiper-wrapper .swiper-slide span {
    font-size: 14px;
  }
}

.movieSlideWrap .slide_text {
  height: 11rem;
  position: relative;
}
.movieSlideWrap .slide_text .tb_txt {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
.movieSlideWrap p.text {
  font-size: 1.2rem;
  line-height: 1.75rem;
  font-weight: 500;
  color: #000;
  text-align: center;
}
@media (max-width: 650px) {
  .movieSlideWrap .slide_text {
    height: 7.5rem;
  }
  .movieSlideWrap p.text {
    padding: 40px 20px;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 20px;
  }
}

.subTitle {
  margin-bottom: 4.5rem;
  font-style: normal;
  font-weight: 800;
  font-size: 2.8rem;
  line-height: 3.5rem;
  color: #fff;
  word-break: keep-all;
}
.subTitle .badge {
  margin-bottom: 1.5rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.5rem;
  letter-spacing: -0.03em;
  color: #aaa;
}
@media (max-width: 650px) {
  .subTitle {
    font-style: normal;
    font-weight: 800;
    font-size: 28px;
    line-height: 35px;
  }
  .subTitle .badge {
    font-size: 15px;
  }
}

.onlinePresentationWrap {
  padding-top: 10rem;
}
.onlinePresentationWrap .subTitle .textG {
  background-image: linear-gradient(270deg, #83E2EF -20.01%, #83E2EF -19.99%, #FFE2D8 95.62%), linear-gradient(270deg, #FFFFE3 0.06%, #83E2EF 143.28%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.onlinePresentationWrap .info__table {
  position: relative;
}
.onlinePresentationWrap .info__table dl {
  display: flex;
}
.onlinePresentationWrap .info__table dl dt {
  width: 11.25rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.onlinePresentationWrap .info__table dl dt span {
  background-image: linear-gradient(90deg, #83A3FF 0%, #A6F6FF 109.37%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.onlinePresentationWrap .info__table dl dd {
  width: calc(100% - 225px);
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.85rem;
  color: #fff;
}
.onlinePresentationWrap .info__table dl + dl {
  margin-top: 1.5rem;
}
.onlinePresentationWrap .info__table .link {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.6rem;
  border-radius: 52px;
  padding: 0 3rem;
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: inherit;
  color: #000;
  background: linear-gradient(270deg, #83E2EF -20.01%, #83E2EF -19.99%, #FFE2D8 95.62%), linear-gradient(270deg, #FFFFE3 0.06%, #83E2EF 143.28%);
}
.onlinePresentationWrap .info__list {
  margin-top: 4.25rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.onlinePresentationWrap .info__list li {
  height: 16rem;
}
.onlinePresentationWrap .info__list li .card {
  position: relative;
  width: 100%;
  height: 100%;
}
.onlinePresentationWrap .info__list li .card > div {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 2.4rem 0 0 2.5rem;
  border-radius: 10px;
}
.onlinePresentationWrap .info__list li .card > div.card-front {
  font-style: normal;
  font-weight: 800;
  font-size: 2.4rem;
  line-height: 2.5rem;
  color: #fff;
  background: linear-gradient(90deg, #141D19 0%, #8A8DAC 164.63%), linear-gradient(90deg, #6C9DFF -5.35%, #FFE2D8 101.28%);
}
.onlinePresentationWrap .info__list li .card > div.card-back {
  display: flex;
  justify-content: center;
  align-items: center;
  visibility: hidden;
  padding: 0 1.75rem;
  background-color: #fff;
}
.onlinePresentationWrap .info__list li .card > div.card-back p {
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.7rem;
  color: #000;
  word-break: keep-all;
}
.onlinePresentationWrap .info__list li:hover .card .card-back {
  visibility: visible;
}
.onlinePresentationWrap .info__list li.home .card-back {
  background: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%);
}
.onlinePresentationWrap .info__list li.commerce .card-back {
  background: linear-gradient(270deg, #83E2EF -20.01%, #83E2EF -19.99%, #FFE2D8 95.62%);
}
.onlinePresentationWrap .info__list li.data .card-back {
  background: linear-gradient(90deg, #5A91FF -38.3%, #D9FAFF 99.94%);
}
.onlinePresentationWrap .info__list li.ads .card-back {
  background: linear-gradient(270deg, #FFFFE3 0.06%, #83E2EF 143.28%);
}
.onlinePresentationWrap .info__list li.xr .card-back {
  background: linear-gradient(270deg, #FFF2FF 0.06%, #BAF5FE 100%);
}
.onlinePresentationWrap .info__list li.more .card-front {
  background: #1E2223 !important;
}
.onlinePresentationWrap .info__list li.more .card-back {
  background: linear-gradient(270deg, #83E2EF -46.03%, #A1C1FF -46.01%, #FFFFE3 95.62%);
  text-align: center;
}
.onlinePresentationWrap .info__list li.more .card-back p {
  margin-bottom: 20px;
}
.onlinePresentationWrap .info__list li.more .card-back .link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 2.4rem;
  padding: 0 1.75rem;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  border-radius: 50px;
  background-color: #fff;
}
@media (max-width: 650px) {
  .onlinePresentationWrap .subTitle {
    font-size: 24px;
  }
  .onlinePresentationWrap .info__table dl dt {
    width: 100px;
    font-size: 15px;
  }
  .onlinePresentationWrap .info__table dl dd {
    width: calc(100% - 100px);
    font-size: 15px;
    line-height: 21px;
  }
  .onlinePresentationWrap .info__table .link {
    width: 100%;
    height: 60px;
    margin-top: 77px;
    position: relative;
    top: auto;
    right: auto;
    font-size: 20px;
  }
}

.infoSlide .info__list {
  grid-template-columns: 1fr;
}
.infoSlide .info__list li {
  height: 160px;
}
.infoSlide .info__list li .card > div.card-front {
  padding: 25px;
  font-size: 25px;
  line-height: 30px;
}
.infoSlide .info__list li .card > div.card-back p {
  font-size: 15px;
  line-height: 20px;
}

.benefitWrap {
  padding: 17.5rem 0;
}
.benefitWrap .subTitle .textG {
  background-image: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%), linear-gradient(270deg, #83E2EF -20.01%, #83E2EF -19.99%, #FFE2D8 95.62%), linear-gradient(270deg, #FFFFE3 0.06%, #83E2EF 143.28%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.benefitWrap .benefit__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 20px;
}
.benefitWrap .benefit__grid li {
  background-color: #1E2223;
  border-radius: 10px;
  overflow: hidden;
}
.benefitWrap .benefit__grid li dt {
  position: relative;
  height: 11.25rem;
}
.benefitWrap .benefit__grid li dt img {
  position: relative;
  left: 50%;
  max-width: none;
  height: 100%;
  transform: translateX(-50%);
}
.benefitWrap .benefit__grid li dd {
  padding: 1.75rem 1.5rem;
  word-break: keep-all;
}
.benefitWrap .benefit__grid li dd strong {
  background-image: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%), linear-gradient(270deg, #83E2EF -20.01%, #83E2EF -19.99%, #FFE2D8 95.62%), linear-gradient(270deg, #FFFFE3 0.06%, #83E2EF 143.28%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.5rem;
}
.benefitWrap .benefit__grid li dd p {
  margin-top: 2rem;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.35rem;
  color: #fff;
  word-break: keep-all;
  letter-spacing: -0.03em;
}
.benefitWrap .benefit__grid li dd small {
  display: block;
  margin-top: 0.5rem;
  text-align: right;
  color: #aaa;
}
.benefitWrap .benefit__grid li:nth-child(4) {
  grid-column: 1/4;
  height: 12.25rem;
}
.benefitWrap .benefit__grid li:nth-child(4) dl {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 0 20px;
}
.benefitWrap .benefit__grid li:nth-child(4) dl dt {
  height: 12.25rem;
}
.benefitWrap .benefit__grid li:nth-child(4) dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 768px) {
  .benefitWrap .benefit__grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .benefitWrap .benefit__grid li dt {
    overflow: hidden;
  }
  .benefitWrap .benefit__grid li dt img {
    height: auto;
    width: 100%;
  }
  .benefitWrap .benefit__grid li:nth-child(4) {
    grid-column: auto;
    height: auto;
  }
  .benefitWrap .benefit__grid li:nth-child(4) dl {
    display: block;
    grid-template-columns: none;
  }
  .benefitWrap .benefit__grid li:nth-child(4) dl dt {
    height: 11.25rem;
  }
  .benefitWrap .benefit__grid li:nth-child(4) dl dd {
    display: block;
  }
}

.benefitSlide .swiper-slide {
  background-color: #0F0F0F;
  border-radius: 10px;
  overflow: hidden;
}
.benefitSlide .swiper-slide dt {
  height: 15rem;
  overflow: hidden;
}
.benefitSlide .swiper-slide dd {
  padding: 3.5rem 1.5rem;
  word-break: keep-all;
}
.benefitSlide .swiper-slide dd strong {
  background-image: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%), linear-gradient(270deg, #83E2EF -20.01%, #83E2EF -19.99%, #FFE2D8 95.62%), linear-gradient(270deg, #FFFFE3 0.06%, #83E2EF 143.28%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2rem;
}
.benefitSlide .swiper-slide dd p {
  margin-top: 2rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.6rem;
  color: #fff;
  word-break: keep-all;
  letter-spacing: -0.03em;
}
@media (max-width: 650px) {
  .benefitSlide .swiper-slide dd {
    height: 15rem;
    padding: 30px;
  }
  .benefitSlide .swiper-slide dd strong {
    font-size: 20px;
  }
  .benefitSlide .swiper-slide dd p {
    margin-top: 30px;
    font-size: 15px;
    line-height: 20px;
  }
  .benefitSlide .swiper-slide dd small {
    margin-top: 1rem;
    display: block;
    text-align: right;
    font-size: 0.9rem;
  }
}

.textMotion2Wrap {
  background-color: #000;
  position: relative;
  height: 200vh;
  overflow: hidden;
}
.textMotion2Wrap > div {
  position: relative;
  width: 100%;
  height: 100%;
}
.textMotion2Wrap > div > div {
  width: 100%;
  font-size: 2.75rem;
  line-height: 3.5rem;
  font-weight: 700;
  text-align: center;
}
.textMotion2Wrap > div span {
  background-image: linear-gradient(271.57deg, #6E5FD0 -2.69%, #ACFBED 51.83%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 650px) {
  .textMotion2Wrap {
    height: 1200px;
  }
  .textMotion2Wrap > div > div {
    font-size: 30px;
    line-height: 38px;
  }
}

.textMotionWrap > div.box1 {
  margin-top: 0;
}

.textMotion2Wrap > div.box3 {
  margin-top: calc(50vh - 4rem);
}

.textMotionWrap > div.box2 {
  margin-top: -20vh;
}

.textMotionWrap > div.mbox1 {
  margin-top: 0;
}

.textMotion2Wrap > div.mbox5 {
  margin-top: calc(50vh - 4rem);
}

.textMotionWrap > div.mbox3 {
  margin-top: -20vh;
}

h3 {
  margin-bottom: 5rem;
  font-style: normal;
  font-weight: 800;
  font-size: 2.25rem;
  line-height: 2.7rem;
  color: #fff;
}
@media (max-width: 650px) {
  h3 {
    margin-bottom: 70px;
    font-size: 25px;
  }
}

[class*=TabUI] {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #4D4D4D;
}
[class*=TabUI] > li {
  position: relative;
  flex: 1;
}
[class*=TabUI] > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
[class*=TabUI] li {
  font-style: normal;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.55rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
[class*=TabUI] li.active a span {
  font-weight: 700;
  background-image: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
[class*=TabUI] li.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%);
}
@media (max-width: 1180px) {
  [class*=TabUI] li {
    height: 3rem;
  }
}

.scheduleWrap {
  padding: 10rem 0 0;
}
.scheduleWrap .scheduleTabUI li {
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.2rem;
}
.scheduleWrap .scheduleTabUI li.active a span {
  background-image: linear-gradient(270deg, #83E2EF -6.38%, #83E2EF -6.38%, #83E2EF -6.37%, #FFE2D8 50.51%, #86A9F9 106.19%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.scheduleWrap .scheduleTabUI li.active:before {
  background: linear-gradient(270deg, #83E2EF -6.38%, #83E2EF -6.38%, #83E2EF -6.37%, #FFE2D8 50.51%, #86A9F9 106.19%);
}
@media (max-width: 650px) {
  .scheduleWrap .scheduleTabUI li {
    font-size: 12px;
    text-align: center;
  }
}
.scheduleWrap .scheduleTabContainer {
  padding-top: 1.5rem;
}
.scheduleWrap .scheduleTabContainer > div {
  display: none;
}
.scheduleWrap .scheduleTabContainer > div.active {
  display: block;
}

.schedule__list {
  margin-top: 4rem;
  color: #fff;
}
.schedule__list dl {
  display: flex;
}
.schedule__list dl dt {
  width: 19rem;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: inherit;
}
.schedule__list dl dd {
  width: calc(100% - 19rem);
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.35rem;
  color: #aaa;
}
.schedule__list dl dd strong {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: inherit;
  color: #fff;
}
.schedule__list dl + dl {
  margin-top: 3.5rem;
}
@media (max-width: 768px) {
  .schedule__list dl dt {
    width: 10rem;
  }
  .schedule__list dl dd {
    width: calc(100% - 10rem);
  }
}
@media (max-width: 650px) {
  .schedule__list dl dt {
    width: 6rem;
    font-size: 14px;
    line-height: 20px;
  }
  .schedule__list dl dd {
    width: calc(100% - 6rem);
    font-size: 13px;
    line-height: 20px;
  }
  .schedule__list dl dd strong {
    font-size: 15px;
    line-height: 20px;
  }
  .schedule__list dl dd .comment {
    font-size: 13px;
  }
}

.bul-list li {
  position: relative;
  padding-left: 1rem;
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.35rem;
}
.bul-list li:before {
  content: "·";
  position: absolute;
  top: 0;
  left: 5px;
}
.bul-list li p {
  font-style: normal;
  font-weight: 500;
  font-size: 0.9rem;
  line-height: 1.35rem;
}

.jobDescWrap {
  padding: 13.25rem 0 0;
}
.jobDescWrap .jdTabUI {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
}
.jobDescWrap .jdTabUI > li {
  position: relative;
  flex: 1;
}
.jobDescWrap .jdTabUI > li > a {
  display: flex;
  justify-content: center;
  align-items: center;
}
.jobDescWrap .jdTabUI > li {
  margin-top: 0.75rem;
  flex-basis: 15%;
  flex-grow: 1;
  border-bottom: 1px solid #4D4D4D;
}
.jobDescWrap .jdTabUI > li:last-child {
  flex-basis: 25%;
}
@media (max-width: 860px) {
  .jobDescWrap .jdTabUI li {
    font-size: 1.1rem;
  }
}
@media (max-width: 650px) {
  .jobDescWrap .jdTabUI {
    border-bottom: 0;
  }
  .jobDescWrap .jdTabUI > li {
    margin: 0;
    font-size: 14px;
    flex-basis: 50%;
  }
}
.jobDescWrap .jdTabContainer {
  padding-top: 2.75rem;
}
.jobDescWrap .jdTabContent {
  display: none;
}
.jobDescWrap .jdTabContent.active {
  display: block;
}

.jd__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px 20px;
}
.jd__list.all {
  grid-template-columns: repeat(2, 1fr);
}
.jd__list li {
  position: relative;
  height: 4rem;
  padding: 0 3rem 0 1.5rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: linear-gradient(180deg, #0E0E0E 0%, #0E0E0E 100%);
  border-radius: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: inherit;
  color: #fff;
  cursor: pointer;
}
.jd__list li:before {
  content: "";
  position: absolute;
  top: 0;
  right: 1.3rem;
  width: 0.65rem;
  height: 100%;
  background: url("../images/icon_arrow_w.svg") no-repeat 0 center/auto 1.2rem;
}
.jd__list li:hover {
  background: linear-gradient(270deg, #83E2EF -20.01%, #83E2EF -19.99%, #FFE2D8 95.62%);
  color: #000;
}
.jd__list li:hover:before {
  background-image: url("../images/icon_arrow_d.svg");
}
@media (max-width: 650px) {
  .jd__list li {
    height: 80px;
    font-size: 14px;
  }
}

.faqWrap {
  padding: 14.5rem 0 0;
}
.faqWrap .faqTabContent {
  display: none;
  padding: 3rem 0 3.75rem;
  color: #fff;
}
.faqWrap .faqTabContent dl .head {
  font-style: normal;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 1.5rem;
}
.faqWrap .faqTabContent dl .cont {
  padding: 1.5rem 0 3rem 0;
  color: #aaa;
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.25rem;
}
.faqWrap .faqTabContent dl .cont p {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.25rem;
}
.faqWrap .faqTabContent dl .cont a {
  display: inline-block;
  color: #A1C1FF;
}
.faqWrap .faqTabContent dl .cont a.mT0 {
  margin-top: 0;
}
.faqWrap .faqTabContent dl .cont div {
  margin-top: 1.25rem;
}
.faqWrap .faqTabContent dl .cont div .bul-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 0.9rem;
  line-height: 1.25rem;
}
.faqWrap .faqTabContent.active {
  display: block;
}
.faqWrap .guideComment {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  background-color: #121212;
  font-size: 0.85rem;
  color: #bbb;
  text-align: center;
}
.faqWrap .guideComment a {
  color: #bbb;
}
@media (max-width: 650px) {
  .faqWrap .guideComment {
    height: auto;
    padding: 16px 0;
  }
  .faqWrap .guideComment span {
    display: block;
  }
}
@media (max-width: 650px) {
  .faqWrap .faqTabUI {
    flex-flow: row wrap;
    border-bottom: 0;
    justify-content: flex-start;
  }
  .faqWrap .faqTabUI > li {
    flex: none;
    width: 50%;
    border-bottom: 1px solid #4D4D4D;
    font-size: 14px;
  }
  .faqWrap .faqTabContent dl .head {
    font-size: 20px;
  }
  .faqWrap .faqTabContent dl .cont {
    padding-left: 0;
    font-size: 13px;
    line-height: 24px;
  }
  .faqWrap .faqTabContent dl .cont p,
  .faqWrap .faqTabContent dl .cont a {
    font-size: 13px;
    line-height: 24px;
  }
  .faqWrap .faqTabContent dl .cont div .bul-list li {
    font-size: 13px;
    line-height: 24px;
  }
}

.etcWrap {
  padding: 18.5rem 0 12.5rem;
  text-align: center;
}
.etcWrap dl dt {
  font-style: normal;
  font-weight: 700;
  font-size: 2.7rem;
  line-height: 3.45rem;
  color: #fff;
}
.etcWrap dl dt span {
  background-image: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%);
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.etcWrap dl dd {
  display: flex;
  justify-content: center;
  margin-top: 5rem;
}
.etcWrap dl dd .link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 350px;
  height: 3rem;
  border-radius: 30px;
  font-size: 1.15rem;
  font-weight: 800;
  color: #000;
  text-indent: 0;
  background: linear-gradient(270deg, #83E2EF -33.37%, #83E2EF -33.37%, #83E2EF -33.35%, #FFE2D8 37.16%, #86A9F9 106.19%), linear-gradient(270deg, #83E2EF -20.01%, #83E2EF -19.99%, #FFE2D8 95.62%), linear-gradient(270deg, #FFFFE3 0.06%, #83E2EF 143.28%);
  border: 1px solid #000;
}
.etcWrap dl dd .link + .link {
  margin-left: 1.15rem;
}
.etcWrap dl dd .link.link_copy {
  background: none;
  color: #fff;
  border-color: #fff;
}
@media (max-width: 650px) {
  .etcWrap dl dt {
    font-size: 25px;
    line-height: 35px;
  }
  .etcWrap dl dd {
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 45px;
  }
  .etcWrap dl dd .link {
    width: calc(100% - 120px);
    height: 60px;
  }
  .etcWrap dl dd .link + .link {
    margin: 20px 0 0;
  }
}

.popupWrap .popContent dl {
  display: flex;
  padding: 2rem 0;
  border-bottom: 1px solid #CFCFCF;
}
.popupWrap .popContent dl dt {
  width: 16.25rem;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4rem;
}
.popupWrap .popContent dl dd {
  width: calc(100% - 16.25rem);
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.55rem;
}
.popupWrap .popContent dl dd .bul-list li {
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.55rem;
}
.popupWrap .popContent dl dd .bul-list p {
  color: #646464;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.55rem;
}
.popupWrap .popFooter .link {
  width: 20rem;
  height: 2.9rem;
  border-radius: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: inherit;
  color: #000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
}
.popupWrap .popFooter .link_regist {
  background: linear-gradient(90deg, #6C9DFF -20.3%, #FFE2D8 101.28%);
}
@media (max-width: 1180px) {
  .popupWrap {
    width: 100%;
  }
  .popupWrap .popHeader {
    padding: 0 20px;
  }
  .popupWrap .popHeader h4 {
    margin-top: 30px;
    font-size: 16px;
  }
  .popupWrap .popHeader .btn_popClose {
    position: absolute;
    top: 10px;
    right: 20px;
    font-size: 15px;
  }
  .popupWrap .popContent {
    padding: 0 20px;
  }
  .popupWrap .popContent dl {
    display: block;
    padding: 20px 0;
  }
  .popupWrap .popContent dl dt {
    width: 100%;
    margin-bottom: 15px;
  }
  .popupWrap .popContent dl dd {
    width: 100%;
    font-size: 13px;
    line-height: 20px;
  }
  .popupWrap .popContent dl dd .bul-list li,
  .popupWrap .popContent dl dd .bul-list a,
  .popupWrap .popContent dl dd .bul-list p {
    font-size: 13px;
    line-height: 20px;
    word-break: keep-all;
  }
  .popupWrap .popFooter {
    padding: 50px 0;
    flex-flow: column nowrap;
  }
  .popupWrap .popFooter .link {
    font-size: 20px;
    height: 58px;
  }
  .popupWrap .popFooter .link + .link {
    margin: 10px 0 0;
  }
}
@media (max-width: 650px) {
  .popupWrap .popHeader {
    position: relative;
    height: 120px;
    align-items: flex-start;
  }
  .popupWrap .popHeader h4 {
    margin: 27px 0 25px;
    font-size: 18px;
    line-height: 20px;
  }
  .popupWrap .popHeader .btn_popClose {
    bottom: 16px;
    top: auto;
    right: 30px;
    color: #000;
    font-size: 12px;
    background-size: auto 12px;
  }
}

.mT00 {
  margin-top: 0rem !important;
}

.mT10 {
  margin-top: 0.5rem !important;
}

.mT20 {
  margin-top: 1rem !important;
}

.mT30 {
  margin-top: 1.5rem !important;
}

.mT40 {
  margin-top: 2rem !important;
}

.mT50 {
  margin-top: 2.5rem !important;
}

.mT60 {
  margin-top: 3rem !important;
}

.mT70 {
  margin-top: 3.5rem !important;
}

.mT80 {
  margin-top: 4rem !important;
}

.mT90 {
  margin-top: 4.5rem !important;
}

.mT100 {
  margin-top: 5rem !important;
}/*# sourceMappingURL=style.css.map */