/* CSS (home.css) */
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #333;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
a:hover {
  text-decoration: none !important;
}

img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

ul, ol {
  list-style: none;
}

ul, ol, li, h1, h2, h3, h4, h5, h6, dl, dt, dd, a, strong {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  font-weight: normal;
}

div {
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

img, a img {
  border: none;
}

table {
  letter-spacing: 1px;
}

iframe {
  border: none;
}

strong {
  font-weight: bold;
}

#content_area a:hover {
  text-decoration: underline;
}

/* ============================================
 base
============================================ */
html {
  overflow-y: scroll;
}

.parallax-window {
  background: transparent;
  min-height: 400px;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}

#exterior_wrapper {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}

.wrapper {
  position: relative;
  width: 90%;
  margin: 0 auto;
}
.wrapper:before, .wrapper:after {
  content: "";
  display: table;
}
.wrapper:after {
  clear: both;
}

/* ============================================
 contents
============================================ */
#content_area {
  width: 100%;
}

#top {
  position: relative;
  height: auto;
}
#top .top_inner {
  z-index: 2;
  overflow: hidden;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
}
#top .top_inner.back {
  z-index: 1;
  overflow: inherit;
}
#top .top_inner.back .trim_txt {
  color: #333;
}
#top .share_area {
  position: absolute;
  left: 40px;
  bottom: 30px;
  z-index: 20;
}
#top .share_area .share_btn {
  display: flex;
  flex-direction: column;
}
#top .share_area .share_btn div {
  display: inline-block;
  margin: 3px 0;
  text-align: center;
}
#top .share_area .share_btn div a {
  font-size: 20px;
  font-size: 1.6666666667rem;
  color: #fff;
}
#top .sp_main {
  position: relative;
  width: 100%;
}
#top .sp_main img {
  width: 100%;
}
#top .scroll {
  position: absolute;
  left: 53px;
  bottom: -33px;
  height: 60px;
  width: 1px;
  background: #fff;
}

#main_visual {
  z-index: 2;
  width: 100%;
}
#main_visual .main_visual_img {
  width: 100%;
  height: 100%;
}

#bgVideo_wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bgVideo_wrap .bgVideo {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bgVideo_wrap .bg_cover {
  background: url("../images/img_thumbnail.jpg") no-repeat center;
  background-size: cover;
  opacity: 1;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#bgVideo_wrap .fill {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
}

.video_fill {
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.video_fill.active {
  opacity: 0;
}

.content_number {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 100px 0;
  z-index: 10;
  background: #fffeee;
}
.content_number h2 {
  font-family: "Rajdhani";
  font-size: 50px;
  font-size: 4.1666666667rem;
  color: #ea6178;
  letter-spacing: -0.1px;
  text-align: center;
  font-weight: 400;
}
.content_number .content_inner {
  margin: 0 auto;
  border-radius: 20px;
}
.content_number .number {
  color: #ea6178;
  opacity: 0.2;
  font-size: 167px;
  font-size: 13.9166666667rem;
  z-index: -1;
  position: absolute;
  line-height: 1;
  left: 2%;
  top: -50px;
}
.content_number .more {
  text-align: center;
  margin-top: 30px;
}
.content_number .more a {
  font-family: "Rajdhani";
  font-weight: 500;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  font-size: 14px;
  font-size: 1.1666666667rem;
  display: inline-block;
  background: transparent;
  border: solid 1px #333;
  margin: 20px auto;
  padding: 5px 150px;
  vertical-align: middle;
  letter-spacing: 1px;
  color: #333;
  line-height: 30px;
}
.content_number .more a i {
  line-height: 20px;
  vertical-align: middle;
}
/*-----------  news  ------------*/
#news {
  padding: 35px;
  margin: 0;
  color: #333000;
}
#news .content_inner {
  padding: 40px;
  background: #fff1f3;
  margin: 0 auto;
}

.news_list {
  padding: 0;
  max-width: 900px;
  margin: 15px auto;
}
.news_list li {
  position: relative;
}
.news_list li a {
  display: block;
}
.news_list li div.text {
  padding: 25px 10px 20px 0;
  border-bottom: 1px #333 solid;
  margin-top: 15px;
}
.news_list li div.text .news_date {
  margin-bottom: 5px;
  letter-spacing: 2px;
  line-height: 1;
  margin-right: 20px;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.1666666667rem;
}
.news_list li div.text .news_tit {
  font-size: 18px;
  font-size: 1.5rem;
  line-height: 1.4;
  overflow: hidden;
  display: block;
}
.news_list li div.text .fa-caret-right {
  position: absolute;
  font-size: 26px;
  font-size: 2.1666666667rem;
  right: 10px;
  top: 50%;
  margin-top: -0.4em;
}
.news_list li div.text .news_detail {
  font-size: 14px;
  font-size: 1.1666666667rem;
  color: #333;
}
.news_list li div.text .news_detail a {
  color: #ea6178;
}

/*-----------  movie  ------------*/
#movie {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 70px 0;
  z-index: 10;
  background: transparent;
}
#movie .content_inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#movie h2 {
  color: #fff;
}
#movie .more a {
  color: #fff;
  border-color: #fff;
}

#channel_slick {
  width: 100%;
  margin: 50px auto 30px;
  position: relative;
}
#channel_slick .slick-dots {
  display: none !important;
}

.channel_slide {
  margin: 0 10px;
}

#channel_arrows {
  width: 100%;
  position: absolute;
  bottom: 0;
  text-align: center;
}

#channel_slick_next, #channel_slick_preview {
  position: absolute;
  display: block;
  height: 100%;
  width: 240px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

#channel_slick_next {
  right: 0;
  height: 360px;
  /* margin-left: -50px; */
  position: absolute;
  top: -180px;
}

#channel_slick_preview {
  left: 0;
  height: 300px;
  /* margin-left: -50px; */
  position: absolute;
  top: -180px;
}

.slick-slide {
  background: #333;
  margin: 0 20px;
  width: 640px;
  border-radius: 20px;
  position: relative;
  box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.71);
}
.slick-slide a {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  opacity: 0.7;
}
.slick-slide a:hover {
  opacity: 1;
}
.slick-slide img {
  border-radius: 20px;
}
.slick-slide i {
  font-size: 65px;
  font-size: 5.4166666667rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.channel_tit {
  margin-top: 5px;
  text-align: center;
}

.channel_btn {
  text-align: center;
  margin: 25px auto 0;
}
.channel_btn img {
  max-width: 90px;
}

/*-----------  profile  ------------*/
#profile {
  padding: 35px;
  margin: 0;
  color: #333000;
  background: #fffeee;
}
#profile .content_inner {
  padding: 40px;
  background: #fffeee;
  margin: 0 auto;
}
#profile .profile_box {
  padding: 40px 40px 0;
}
#profile .profile_box .profile_box_inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}
#profile .profile_box .profile_img {
  width: 100%;
}
#profile .profile_box .profile_img img {
  border-radius: 30px;
}
#profile .profile_box .profile_txt {
  width: 100%;
  padding: 35px 50px;
}
#profile .profile_box .profile_txt .profile_logo {
  width: 100px;
  margin-bottom: 30px;
  margin-top: 30px;
}
#profile .profile_box .profile_txt p {
  font-size: 12px;
  font-size: 1rem;
  line-height: 2;
  letter-spacing: 0.1px;
}
#profile .profile_box .profile_txt p a {
  color: #ea6178;
}
#profile .profile_box .profile_box_child_inner {
  margin-top: 30px;
}
#profile .profile_box .profile_box_child_inner ul {
  margin: 0 0 0 -2%;
  display: flex;
  flex-wrap: wrap;
}
#profile .profile_box .profile_box_child_inner li {
  margin: 0 0 0 2%;
  width: 23%;
}
#profile .profile_box .profile_box_child_inner .profile_child_name {
  margin-top: 15px;
  color: #ea6178;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  font-size: 1.3333333333rem;
}
#profile .profile_box .profile_box_child_inner .profile_child_txt {
  line-height: 1.85;
  text-align: center;
  letter-spacing: 0.3px;
}
#profile .profile_box .profile_box_child_inner .profile_child_txt span {
  font-weight: bold;
}

/*-----------  discography  ------------*/
#discography {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 70px 0;
  z-index: 10;
  background: transparent;
}
#discography .content_inner {
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#discography h2 {
  color: #fff;
}
#discography .more a {
  color: #fff;
  border-color: #fff;
}
#discography .discography_box {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 50px auto;
}
#discography .discography_box_inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 960px;
  margin: 0 auto;
}
#discography .discography_img {
  width: 45%;
}
#discography .discography_img img {
  border-radius: 30px;
}
#discography .discography_txt {
  width: 55%;
  padding-left: 35px;
  color: #fff;
}
#discography .discography_txt .disco_date {
  margin-top: 30px;
  font-size: 22px;
  font-size: 1.8333333333rem;
  margin-bottom: 15px;
  font-family: "Rajdhani";
}
#discography .discography_txt .disco_label {
  font-size: 22px;
  font-size: 1.8333333333rem;
  line-height: 1;
  font-family: "Rajdhani";
  margin-top: 30px;
}
#discography .discography_txt .disco_tit {
  font-size: 45px;
  font-size: 3.75rem;
  font-family: "Rajdhani";
  margin-bottom: 10px;
}
#discography .discography_txt .disco_track {
  font-size: 14px;
  font-size: 1.1666666667rem;
  line-height: 2.2;
}
footer {
  padding: 70px 0 50px;
  text-align: center;
  position: relative;
  color: #979797;
  background: #fffeee;
  z-index: 99;
}
footer .wrapper {
  position: relative;
  max-width: 1080px;
}
footer .share_area {
  margin-bottom: 20px;
}
#loading {
  z-index: 99999;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  background: #ddd8e5;
  background: linear-gradient(-45deg, #f1bf98, #ea6da4, #eca7d6, #ea6178);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
}
#loading .spinner {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
#loading .spinner img {
  width: 20%;
  max-width: 120px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
#fromis_9_id {
  width: 1000px;
  height: 563px;
}

.lity {
  background: rgba(0, 0, 0, 0.8);
}

/* ============================================
 Media Queries
============================================ */
@media screen and (max-width: 1100px) {
  /* ============================================
   header
  ============================================ */
}
/* ============================================
 Media Queries
============================================ */
@media screen and (max-width: 900px) {
  #fromis_9_id {
    width: 100%;
    height: auto;
  }

  /* ============================================
   header
  ============================================ */
  header {
    position: fixed;
    padding: 0;
    height: 60px;
    width: 100%;
    z-index: 1000;
  }
  header a :hover {
    text-decoration: none !important;
  }
  header .wrapper {
    padding: 0 0 10px;
    width: 100%;
    height: 100%;
  }
  header .logo {
    z-index: 10000;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    left: 0;
    top: 0;
  }
  header .logo_wrap .head_logo_active {
    opacity: 1;
  }

  /* ============================================
   contents
  ============================================ */
  #content_area {
    width: 100%;
  }

  #top {
    position: relative;
    padding: 0 5% 0 13%;
    height: auto;
    padding-top: 60px;
  }
  #top .top_bg {
    z-index: -1;
    position: absolute;
    left: 0;
    top: -100px;
    width: calc(50% + 5%);
    height: calc(100vh + 50px);
  }
  #top .top_inner {
    z-index: 2;
    overflow: hidden;
    margin-left: 5%;
    width: calc(100% - 5%);
    height: 50vh;
    margin-top: calc(20% + 60px);
  }
  #top .top_inner.back {
    z-index: 1;
    overflow: inherit;
  }
  #top .top_inner.back .trim_txt {
    color: #333;
  }
  #top .share_area {
    position: absolute;
    left: 18px;
    bottom: 30px;
    z-index: 20;
  }
  #top .share_area .share_btn {
    display: flex;
    flex-direction: column;
  }
  #top .share_area .share_btn div {
    display: inline-block;
    margin: 2px 0;
    text-align: center;
  }
  #top .share_area .share_btn div a {
    font-size: 12px;
    font-size: 1rem;
    color: #979797;
  }
  #top .scroll {
    position: absolute;
    left: 25px;
    bottom: -15px;
    height: 40px;
    width: 1px;
    background: #979797;
  }
  #top .sp_main {
    position: relative;
    width: 100%;
  }

  #main_visual {
    z-index: 2;
    width: 100%;
    margin-top: 0;
  }
  #main_visual .main_visual_img {
    margin-left: 0;
    width: 100%;
    height: auto;
  }

  #bgVideo_wrap {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #bgVideo_wrap .bgVideo {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
  }
  #bgVideo_wrap .bg_cover {
    background-size: cover;
    opacity: 1;
    -webkit-transition: all 1s linear;
    transition: all 1s linear;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  #bgVideo_wrap .fill {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
  }

  .video_fill {
    display: none;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }
  .video_fill.active {
    opacity: 0;
  }

  .content_number {
    position: relative;
    width: 100%;
    padding: 70px 0;
    margin: 50px 0;
  }
  .content_number h2 {
    font-size: 40px;
    font-size: 3.3333333333rem;
    letter-spacing: -0.1px;
  }
  .content_number .content_inner {
    max-width: 1080px;
  }
  .content_number .number {
    color: #ea6178;
    opacity: 0.2;
    z-index: -1;
    line-height: 1;
  }
  .content_number .more {
    text-align: center;
    margin-top: 20px;
  }
  .content_number .more a {
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    font-size: 14px;
    font-size: 1.1666666667rem;
    display: inline-block;
    background: transparent;
    border: solid 1px #333;
    margin: 20px auto;
    padding: 5px 40px;
    min-width: 240px;
    vertical-align: middle;
    letter-spacing: 1px;
    color: #333;
    line-height: 30px;
  }
  .content_number .more a i {
    line-height: 20px;
    vertical-align: middle;
  }
  /*-----------  news  ------------*/
  #news {
    padding: 20px;
    margin: 0;
    color: #333000;
  }
  #news .content_inner {
    padding: 20px;
    background: #fff1f3;
    margin: 0 auto;
  }

  .news_list {
    padding: 0;
    max-width: 900px;
    margin: 15px auto;
  }
  .news_list li {
    position: relative;
  }
  .news_list li a {
    display: block;
  }
  .news_list li div.text {
    padding: 15px 10px 10px 0;
    border-bottom: 1px #333 solid;
    margin-top: 15px;
  }
  .news_list li div.text .news_date {
    margin-bottom: 8px;
    letter-spacing: 2px;
    line-height: 1;
    margin-right: 20px;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 10px;
    font-size: 0.8333333333rem;
  }
  .news_list li div.text .news_tit {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1.4;
    overflow: hidden;
    display: block;
  }
  .news_list li div.text .fa-caret-right {
    position: absolute;
    font-size: 26px;
    font-size: 2.1666666667rem;
    right: 10px;
    top: 50%;
    margin-top: -0.4em;
  }
  .news_list li div.text .news_detail {
    font-size: 12px;
    font-size: 1rem;
    color: #333;
  }
  .news_list li div.text .news_detail a {
    color: #ea6178;
  }

  /*-----------  movie  ------------*/
  #movie {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 30px 0;
    z-index: 10;
    background: transparent;
  }
  #movie .content_inner {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #movie h2 {
    color: #fff;
  }
  #movie .more a {
    color: #fff;
    border-color: #fff;
  }

  #channel_slick {
    width: 100%;
    margin: 50px auto 30px;
    position: relative;
  }
  #channel_slick .slick-dots {
    display: none !important;
  }

  .channel_slide {
    margin: 0 10px;
  }

  #channel_arrows {
    width: 100%;
    position: absolute;
    bottom: 0;
    text-align: center;
  }

  #channel_slick_next, #channel_slick_preview {
    position: absolute;
    display: block;
    height: 100%;
    width: 30px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none;
  }

  #channel_slick_next {
    right: 0;
    height: 140px;
    /* margin-left: -50px; */
    position: absolute;
    top: -80px;
  }

  #channel_slick_preview {
    left: 0;
    height: 140px;
    /* margin-left: -50px; */
    position: absolute;
    top: -80px;
  }

  .slick-slide {
    background: #333;
    margin: 0 20px;
    width: 300px;
    border-radius: 20px;
    position: relative;
    box-shadow: 0px 0px 20px -2px rgba(0, 0, 0, 0.71);
  }
  .slick-slide a {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    opacity: 1;
  }
  .slick-slide img {
    border-radius: 20px;
  }
  .slick-slide i {
    font-size: 45px;
    font-size: 3.75rem;
    opacity: 0.7;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .channel_tit {
    margin-top: 5px;
    text-align: center;
  }

  .channel_btn {
    text-align: center;
    margin: 25px auto 0;
  }
  .channel_btn img {
    max-width: 90px;
  }

  /*-----------  profile  ------------*/
  #profile {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 20px;
    z-index: 10;
  }
  #profile h2 {
    margin-bottom: 20px;
  }
  #profile .content_inner {
    padding: 20px;
    margin: 0 auto;
  }
  #profile .profile_box {
    padding: 0;
  }
  #profile .profile_box .profile_box_inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #profile .profile_box .profile_img {
    width: 100%;
  }
  #profile .profile_box .profile_txt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
  }
  #profile .profile_box .profile_txt .profile_logo {
    width: 100%;
    text-align: center;
    margin: 30px auto;
  }
  #profile .profile_box .profile_txt .profile_logo img {
    width: 90px;
  }
  #profile .profile_box .profile_txt p {
    font-size: 12px;
    font-size: 1rem;
    line-height: 2;
    letter-spacing: -0.1px;
  }

  /*-----------  discography  ------------*/
  #discography {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 40px;
    z-index: 10;
  }
  #discography .content_inner {
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  #discography h2 {
    color: #fff;
  }
  #discography .more a {
    color: #fff;
    border-color: #fff;
  }
  #discography .discography_box {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 20px auto;
  }
  #discography .discography_box_inner {
    display: flex;
    flex-wrap: wrap;
    max-width: 960px;
    margin: 0 auto;
  }
  #discography .discography_img {
    width: 100%;
  }
  #discography .discography_img img {
    border-radius: 20px;
  }
  #discography .discography_txt {
    width: 100%;
    padding-left: 0;
    color: #fff;
  }
  #discography .discography_txt .disco_date {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.3333333333rem;
  }
  #discography .discography_txt .disco_label {
    font-size: 14px;
    font-size: 1.1666666667rem;
    line-height: 1;
    font-family: "Rajdhani";
    margin-top: 20px;
  }
  #discography .discography_txt .disco_tit {
    font-size: 30px;
    font-size: 2.5rem;
    font-family: "Rajdhani";
    margin-bottom: 10px;
  }
  #discography .discography_txt .disco_track {
    font-size: 12px;
    font-size: 1rem;
    line-height: 2.2;
  }
  footer {
    padding: 50px 0 50px;
    text-align: center;
    position: relative;
    color: #979797;
    background: #fffeee;
    z-index: 99;
  }
  footer .wrapper {
    position: relative;
    width: calc(100% - 5%);
    max-width: 1080px;
    z-index: 10;
  }
}

/*# sourceMappingURL=home.css.map */