body {
  animation: fadein 1000ms ease-out;
  -moz-animation: fadein 1000ms ease-out;
  -webkit-animation: fadein 1000ms ease-out;
  -o-animation: fadein 1000ms ease-out;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.scal_w {
  animation: scal_w 10s linear both;
}

.header_up {
  transform: translateY(-100%);
  transition: all 0.5s;
}

header {
  position: fixed;
  top: 0px;
  left: 0;
  z-index: 9998;
}
header .header_bg {
  height: 152px;
  width: 1920px;
  background-color: #fff;
  /* transform: translateY(-152px); */
  transition: all 0.3s;
}
header .header_bg .header_wrap {
  width: 1680px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 56px 0;
}
header .header_bg .header_wrap h1 a img {
  width: 106px;
  height: 31px;
}
header .header_bg .header_wrap .right ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
header .header_bg .header_wrap .right ul li {
  margin-left: 32px;
}
header .header_bg .header_wrap .right ul li a {
  font-weight: 800;
  transition: all 0.3s;
}
header .header_bg .header_wrap .right ul li:first-child {
  margin-left: 0;
}
header .header_bg .header_wrap .right ul li:hover a {
  color: rgba(0, 0, 0, 0.5);
}

/* header:hover .header_bg {
    transform: translateY(0);
} */
main .campaign_glumiere_00 {
  position: relative;
  width: 1920px;
  height: 1200px;
  background: url(../images/glumiere/main_bnr.png) no-repeat;
  background-size: cover;
  overflow: hidden;
}
main .campaign_glumiere_00 img {
  position: relative;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main .campaign_glumiere_00 .white_bnr {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  animation: scal_w 10s linear both;
}
main .campaign_glumiere_00 .white_bnr img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .campaign_glumiere_01 {
  width: 1920px;
  height: 1200px;
  position: relative;
}
main .campaign_glumiere_01 .intro {
  width: 1680px;
  height: 1000px;
  padding: 120px;
}
main .campaign_glumiere_01 .intro p {
  font-family: NotosansKR;
}
main .campaign_glumiere_01 .intro .h1_wrap {
  overflow: hidden;
  margin: 16px 0;
}
main .campaign_glumiere_01 .intro .h1_wrap h1 {
  font-size: 3rem;
  font-family: NotosansKR;
  font-weight: 700;
  position: relative;
  transform: translate(-10px, 89.74px);
}
main .campaign_glumiere_01 .intro .bar {
  width: 30px;
  height: 4px;
  background: #000;
  position: absolute;
  left: 129px;
  top: 240px;
}
main .campaign_glumiere_01 .intro .reason_wrap {
  margin-top: 80px;
}
main .campaign_glumiere_01 .intro .reason_wrap .span_wrap {
  display: flex;
}
main .campaign_glumiere_01 .intro .reason_wrap .span_wrap span {
  font-family: NotosansKR;
  line-height: 1.8;
}
main .campaign_glumiere_01 .intro .reason_wrap .span_wrap span em {
  font-weight: 800;
}
main .campaign_glumiere_01 .intro .reason_wrap .span_wrap span:last-child {
  transform: translate(-10px, 89.74px);
}
main .campaign_glumiere_01 .intro .reason_wrap .span_wrap_first {
  overflow: hidden;
}
main .campaign_glumiere_01 .intro .reason_wrap .span_wrap_second {
  overflow: hidden;
  /* margin: 25px 0; */
}
main .campaign_glumiere_01 .intro .reason_wrap .span_wrap_third {
  overflow: hidden;
}
main .campaign_glumiere_01 .intro .go_to_site {
  overflow: hidden;
}
main .campaign_glumiere_01 .intro .go_to_site > a {
  margin-top: 16px;
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 25px;
  width: 98px;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s;
  transform: translate(-10px, 89.74px);
}
main .campaign_glumiere_01 .intro .go_to_site > a:hover {
  background: #000;
  color: #fff;
}
main .campaign_glumiere_01 .intro .introduce {
  margin-top: 120px;
  display: flex;
}
main .campaign_glumiere_01 .intro .introduce a {
  /* opacity: 0; */
  width: 393px;
  height: 393px;
  overflow: hidden;
}
main .campaign_glumiere_01 .intro .introduce a img {
  transition: all 0.3s;
}
main .campaign_glumiere_01 .intro .introduce a:nth-child(2) {
  margin: 0 10px;
}
main .campaign_glumiere_01 .intro .introduce a:hover img {
  transform: scale(1.1);
}

footer {
  background: #000;
  height: 122px;
  width: 100%;
  display: flex;
  flex-flow: column wrap;
  align-content: center;
}
footer .footer_wrap {
  width: 1355px;
  line-height: 75px;
  margin: 0 auto;
  padding: 20px 0;
}
footer .footer_wrap .footer_up {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
}
footer .footer_wrap .footer_up h1 a img {
  width: 106px;
  height: 31px;
}
footer .footer_wrap .footer_up .right ul {
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .footer_up .right ul li {
  margin-left: 32px;
  position: relative;
}
footer .footer_wrap .footer_up .right ul li span {
  color: #fff;
}
footer .footer_wrap .footer_up .right ul li:first-child {
  margin-left: 0;
}
footer .footer_wrap .footer_up .right ul li::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  right: -16px;
}
footer .footer_wrap .footer_up .right ul li:nth-child(2) {
  font-family: NotosansKR;
  font-weight: 300;
}
footer .footer_wrap .footer_up .right ul li:last-child::after {
  display: none;
}
footer .footer_wrap .footer_down {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}
footer .footer_wrap .footer_down p {
  color: #fff;
  font-family: NotosansKR;
  font-weight: 300;
}
footer .footer_wrap .footer_down .right ul {
  display: flex;
  justify-content: space-between;
}
footer .footer_wrap .footer_down .right ul li {
  position: relative;
  margin-left: 32px;
  color: #fff;
}
footer .footer_wrap .footer_down .right ul li:first-child {
  margin-left: 0;
}
footer .footer_wrap .footer_down .right ul li::after {
  content: "";
  display: inline-block;
  background-color: #fff;
  width: 1px;
  height: 16px;
  position: absolute;
  top: 0;
  right: -16px;
}
footer .footer_wrap .footer_down .right ul li:nth-child(2) {
  font-family: NotosansKR;
  font-weight: 300;
}
footer .footer_wrap .footer_down .right ul li:last-child::after {
  display: none;
}

@keyframes scal_w {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(10);
  }
}
@keyframes h1_span_text_left_up {
  0% {
    transform: translate(-10px, 89.74px);
  }
  100% {
    transform: translate(0, 0);
  }
}
@keyframes h1_span_text_left_up_reverse {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(-10px, 89.74px);
  }
}
@keyframes height_00 {
  0% {
    height: 0px;
  }
  100% {
    height: 253.31px;
  }
}
@keyframes height_01 {
  0% {
    height: 0px;
  }
  100% {
    height: 88px;
  }
}
@keyframes threeD_moving {
  0% {
    transform: skewX(3deg) translateX(30px);
    opacity: 0;
  }
  70% {
    transform: skewX(0) translate(0);
    opacity: 1;
  }
}/*# sourceMappingURL=glumiere.css.map */