.primary {
  color: #1758FC;
}

.black {
  color: #1E1E23;
}

.darkGrey {
  color: #606060;
}

.middleGrey {
  color: #9C9EA0;
}

.lightGrey {
  color: #E8E8E8;
}

.lighter {
  color: #FBFBFB;
}

.white_bg {
  background-color: #FFFFFF;
}

.primaryDark_bg {
  background-color: #2717DF;
}

.primary_bg {
  background-color: #1758FC;
}

.black_bg {
  background-color: #1E1E23;
}

.lighter_bg {
  background-color: #FBFBFB;
}

@media screen and (max-width: 480px) {
  .web_none {
    display: block;
  }
  .mobile_none {
    display: none;
  }
}

@media screen and (min-width: 481px) {
  .web_none {
    display: none;
  }
  .mobile_none {
    display: block;
  }
}

* {
  margin: 0;
  padding: 0;
  list-style: none;
  text-decoration: none;
  color: #1E1E23;
}

body {
  font-family: 'Noto Sans KR', sans-serif;
  line-height: 1.6;
}

body.hidden {
  overflow: hidden;
}

div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  -webkit-transform: translate3d(0px, 0px, 0px) translateZ(0);
          transform: translate3d(0px, 0px, 0px) translateZ(0);
}

a:link {
  text-decoration: none;
  color: #1E1E23;
}

a:visited {
  text-decoration: none;
  color: #1E1E23;
}

input {
  border: none;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

select {
  font-family: inherit;
}

textarea {
  border: none;
  outline: none;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  font-family: inherit;
}

::-moz-selection {
  background: #2717DF;
  color: #FFFFFF;
}

::selection {
  background: #2717DF;
  color: #FFFFFF;
}

h2 {
  font-size: 4.8vh;
}

h4 {
  font-size: 3.2vh;
}

p {
  font-size: 18px;
}

@media screen and (max-width: 480px) {
  p {
    font-size: 14px;
  }
}

.caption {
  font-size: 12px;
}

.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.flex_between_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_start_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex_start_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex_between_end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex_center_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.bgImgCover {
  background-position: center;
  background-size: cover;
}

.move_event {
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
}

@-webkit-keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacity {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes opacityHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes opacityHide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes topAnimation {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}

@keyframes topAnimation {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}

@-webkit-keyframes MoveEvent {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes MoveEvent {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes leftToRight {
  from {
    right: -100vw;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

@keyframes leftToRight {
  from {
    right: -100vw;
    opacity: 0;
  }
  to {
    right: 0;
    opacity: 1;
  }
}

@-webkit-keyframes infiniteMove {
  from {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@keyframes infiniteMove {
  from {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
}

@-webkit-keyframes infiniteMoveTwo {
  from {
    -webkit-transform: translate(-50%, -16px);
            transform: translate(-50%, -16px);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    -webkit-transform: translate(-50%, -16px);
            transform: translate(-50%, -16px);
  }
}

@keyframes infiniteMoveTwo {
  from {
    -webkit-transform: translate(-50%, -16px);
            transform: translate(-50%, -16px);
  }
  50% {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    -webkit-transform: translate(-50%, -16px);
            transform: translate(-50%, -16px);
  }
}

.margin_b_18_8 {
  margin-bottom: 18px;
}

@media screen and (max-width: 480px) {
  .margin_b_18_8 {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 480px) {
  .move_up {
    -webkit-transform: translateY(-23px);
            transform: translateY(-23px);
  }
}

@media screen and (max-width: 480px) {
  .topmargin_none {
    margin-top: 0 !important;
  }
}

input[type=button],
button,
.button {
  font-family: 'Noto Sans KR', sans-serif;
  background-color: #2717DF;
  color: #FBFBFB;
  border: 3px;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  cursor: pointer;
}

input[type=button].disabled,
button.disabled,
.button.disabled {
  opacity: 0.5;
}

input[type=button]:hover,
button:hover,
.button:hover {
  background-color: #1758FC;
}

input[type=button] p,
button p,
.button p {
  color: #FBFBFB;
}

input[type=button].cir,
button.cir,
.button.cir {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  border: 2px solid #1E1E23;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

input[type=button].cir > div, input[type=button].cir p,
button.cir > div,
button.cir p,
.button.cir > div,
.button.cir p {
  background-color: #1E1E23;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

input[type=button].cir > div,
button.cir > div,
.button.cir > div {
  width: 50px;
  height: 50px;
}

input[type=button].cir:hover,
button.cir:hover,
.button.cir:hover {
  border: 2px solid #2717DF;
}

input[type=button].cir:hover > div, input[type=button].cir:hover p,
button.cir:hover > div,
button.cir:hover p,
.button.cir:hover > div,
.button.cir:hover p {
  background-color: #2717DF;
}

@media screen and (max-width: 480px) {
  input[type=button].cir,
  button.cir,
  .button.cir {
    width: 100px;
    height: 100px;
    border: 1.5px solid #1E1E23;
  }
  input[type=button].cir > div,
  button.cir > div,
  .button.cir > div {
    width: 30px;
    height: 30px;
  }
}

input {
  font-family: 'Noto Sans KR', sans-serif;
}

textarea {
  resize: none;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  width: 100%;
  padding: 14px 18px;
  border-radius: 3px;
  background: transparent;
  border: 1px solid #4D91FF;
  color: #FFFFFF;
  font-size: 16px;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #9C9EA0;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #9C9EA0;
}

input[type=text]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=tel]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #9C9EA0;
}

input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder {
  color: #9C9EA0;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
textarea:focus {
  background-color: rgba(255, 255, 255, 0.1);
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=checkbox] + label,
input[type=radio] + label {
  cursor: pointer;
}

input[type=checkbox] + label span,
input[type=radio] + label span {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../images/ico/input_off.svg) left top no-repeat;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  margin-right: 4px;
}

input[type=checkbox]:checked + label span,
input[type=radio]:checked + label span {
  background: url(../images/ico/input_on.svg) left top no-repeat;
}

.popup {
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.3);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.popup > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: white;
  border-radius: 3px;
  width: 80%;
}

@media screen and (min-width: 481px) {
  .popup > div {
    width: 400px;
  }
}

.popup > div .popup_text {
  text-align: center;
  padding: 32px;
}

.popup > div .btn {
  border-top: 1px solid #E8E8E8;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #1758FC;
}

.popup > div .spacing-b-8 {
  margin-bottom: 8px;
  font-weight: 500;
}

.logo {
  width: 6vw;
  min-width: 90px;
  padding-top: 5.5%;
  background-color: #2717DF;
  content: '';
  mask: url(../images/logo.svg) no-repeat center/contain;
  -webkit-mask: url(../images/logo.svg) no-repeat center/contain;
}

.logo.white {
  background-color: #FFFFFF;
}

@media screen and (max-width: 480px) {
  .logo {
    width: 100px;
    padding-top: 21.5px;
  }
}

.ico_arrow_back {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/arrow_back.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/arrow_back.svg) no-repeat center/contain;
}

.ico_arrow_right {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/arrow_right.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/arrow_right.svg) no-repeat center/contain;
}

.ico_arrow_down {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/arrow_down.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/arrow_down.svg) no-repeat center/contain;
}

.ico_check {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/check.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/check.svg) no-repeat center/contain;
}

.ico_closed {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/closed.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/closed.svg) no-repeat center/contain;
}

.ico_download {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/download.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/download.svg) no-repeat center/contain;
}

.ico_upload {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/upload.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/upload.svg) no-repeat center/contain;
}

.ico_menu {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/menu.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/menu.svg) no-repeat center/contain;
}

.ico_linearrow_right {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/linearrow_right.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/linearrow_right.svg) no-repeat center/contain;
}

.ico_linearrow_up {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/linearrow_up.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/linearrow_up.svg) no-repeat center/contain;
}

.ico_lan {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/lan.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/lan.svg) no-repeat center/contain;
}

.ico_instagram {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/instagram.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/instagram.svg) no-repeat center/contain;
}

.ico_facebook {
  width: 32px;
  height: 32px;
  background-color: #FBFBFB;
  content: '';
  mask: url(../images/ico/facebook.svg) no-repeat center/contain;
  -webkit-mask: url(../images/ico/facebook.svg) no-repeat center/contain;
}

.loading_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 300;
  -webkit-animation: loading .2s 3s;
          animation: loading .2s 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@-webkit-keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes loading {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.loading_wrap ul {
  width: 100%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.loading_wrap ul li {
  background-image: -webkit-gradient(linear, left top, right top, from(#FFFFFF), to(#2717DF));
  background-image: linear-gradient(to right, #FFFFFF, #2717DF);
  width: 120%;
  height: 12vw;
  -webkit-transform: translateX(120vw);
          transform: translateX(120vw);
  -webkit-animation-name: loadingGradientReverse;
          animation-name: loadingGradientReverse;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-duration: 2.5s;
          animation-duration: 2.5s;
}

.loading_wrap ul li:nth-child(2) {
  background-image: -webkit-gradient(linear, left top, right top, from(#2717DF), to(#FFFFFF));
  background-image: linear-gradient(to right, #2717DF, #FFFFFF);
  -webkit-animation-name: loadingGradient;
          animation-name: loadingGradient;
  -webkit-transform: translateX(-120vw);
          transform: translateX(-120vw);
}

@-webkit-keyframes loadingGradient {
  from {
    -webkit-transform: translateX(-120vw);
            transform: translateX(-120vw);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-120vw);
            transform: translateX(-120vw);
  }
}

@keyframes loadingGradient {
  from {
    -webkit-transform: translateX(-120vw);
            transform: translateX(-120vw);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-120vw);
            transform: translateX(-120vw);
  }
}

@-webkit-keyframes loadingGradientReverse {
  from {
    -webkit-transform: translateX(120vw);
            transform: translateX(120vw);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(120vw);
            transform: translateX(120vw);
  }
}

@keyframes loadingGradientReverse {
  from {
    -webkit-transform: translateX(120vw);
            transform: translateX(120vw);
  }
  50% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(120vw);
            transform: translateX(120vw);
  }
}

@media screen and (max-width: 480px) {
  .loading_wrap ul {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            transform: translate(-50%, -50%) rotate(-45deg);
  }
  .loading_wrap ul li {
    width: 180%;
    height: 14vw;
    -webkit-transform: translateX(150vw);
            transform: translateX(150vw);
  }
  .loading_wrap ul li:nth-child(2) {
    -webkit-transform: translateX(-150vw);
            transform: translateX(-150vw);
  }
  @-webkit-keyframes loadingGradient {
    from {
      -webkit-transform: translateX(-150vw);
              transform: translateX(-150vw);
    }
    50% {
      -webkit-transform: translateX(-30vw);
              transform: translateX(-30vw);
    }
    to {
      -webkit-transform: translateX(-200vw);
              transform: translateX(-200vw);
    }
  }
  @keyframes loadingGradient {
    from {
      -webkit-transform: translateX(-150vw);
              transform: translateX(-150vw);
    }
    50% {
      -webkit-transform: translateX(-30vw);
              transform: translateX(-30vw);
    }
    to {
      -webkit-transform: translateX(-200vw);
              transform: translateX(-200vw);
    }
  }
  @-webkit-keyframes loadingGradientReverse {
    from {
      -webkit-transform: translateX(150vw);
              transform: translateX(150vw);
    }
    50% {
      -webkit-transform: translateX(-30vw);
              transform: translateX(-30vw);
    }
    to {
      -webkit-transform: translateX(150vw);
              transform: translateX(150vw);
    }
  }
  @keyframes loadingGradientReverse {
    from {
      -webkit-transform: translateX(150vw);
              transform: translateX(150vw);
    }
    50% {
      -webkit-transform: translateX(-30vw);
              transform: translateX(-30vw);
    }
    to {
      -webkit-transform: translateX(150vw);
              transform: translateX(150vw);
    }
  }
}

.new_loading_wrap {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #FFFFFF;
  top: 0;
  left: 0;
  z-index: 300;
}

.new_loading_wrap .loding_text_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 301;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: rgba(0, 0, 0, 0.3);
}

.new_loading_wrap .loading_vedio_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 299;
}

.new_loading_wrap .loading_vedio_wrap div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
}

.new_loading_wrap .loading_animation_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 299;
}

.new_loading_wrap .loading_animation_wrap > div {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-position: center;
  background-size: cover;
  -webkit-animation-name: imageLotation;
          animation-name: imageLotation;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes imageLotation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes imageLotation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.new_loading_wrap .loadingP {
  font-size: 16px;
  color: rgba(232, 232, 232, 0.7);
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 60px;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  -webkit-animation: loading_text_ani 1s 0s;
          animation: loading_text_ani 1s 0s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (min-width: 481px) {
  .new_loading_wrap .loadingP {
    margin-bottom: 26px;
    font-size: 32px;
  }
}

.new_loading_wrap h4 {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-weight: 500;
  font-size: 5rem;
  color: rgba(232, 232, 232, 0.9);
  margin-bottom: 45vh;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  -webkit-animation: loading_text_ani 1.5s 1s;
          animation: loading_text_ani 1.5s 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@media screen and (max-width: 480px) {
  .new_loading_wrap h4 {
    font-size: 3rem;
    margin-bottom: 100vw;
  }
}

@-webkit-keyframes loading_text_ani {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes loading_text_ani {
  from {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.new_loading_wrap .button {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 65px;
  margin-bottom: 40px;
}

.new_loading_wrap .button p {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-size: 21px;
  margin-right: 14px;
}

@media screen and (max-width: 480px) {
  .new_loading_wrap .button {
    width: calc(100% - 32px);
    margin-bottom: 20px;
  }
  .new_loading_wrap .button p {
    margin-right: 8px;
    font-size: 18px;
  }
}

.new_loading_wrap .caption {
  font-size: 14px;
  color: #E8E8E8;
  cursor: pointer;
}

@media screen and (min-width: 481px) {
  .new_loading_wrap .caption {
    font-size: 16px;
  }
}

.new_loading_wrap .top_nav {
  display: none !important;
}

.footer_wrap {
  background-color: #F6F6F6;
  -webkit-box-shadow: 0 -10px 10px 10px #F6F6F6;
          box-shadow: 0 -10px 10px 10px #F6F6F6;
  position: relative;
  z-index: 200;
}

.footer_wrap ul {
  margin: 0 80px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_wrap ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer_wrap ul li .left {
  color: #9C9EA0;
  margin-right: 24px;
}

.footer_wrap ul li .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #606060;
  cursor: pointer;
}

.footer_wrap ul li .ico {
  background-color: #606060;
}

.footer_wrap ul li .ico.ico_facebook {
  margin-right: 18px;
}

@media screen and (max-width: 480px) {
  .footer_wrap ul {
    margin: 0 16px;
    height: unset;
    display: block;
    padding: 60px 0;
  }
  .footer_wrap ul li {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 30px;
  }
  .footer_wrap ul li .left {
    width: 80px;
  }
}

.footer_wrap.darker {
  background-color: #1E1E23;
  -webkit-box-shadow: 0 -10px 10px 10px #1E1E23;
          box-shadow: 0 -10px 10px 10px #1E1E23;
}

.footer_wrap.darker ul li p {
  color: #9C9EA0;
}

.footer_wrap.darker ul li p.right {
  color: #E8E8E8;
}

.footer_wrap.darker ul li .ico {
  background-color: #E8E8E8;
}

.section {
  margin: 20vh 80px;
}

.section.section_first {
  margin: 80px;
}

@media screen and (max-width: 480px) {
  .section.section_first {
    width: 100%;
    margin: 100px auto;
    margin-top: 50px;
  }
  .section.section_first .section_title {
    width: calc(100% - 32px);
    margin: 0 auto;
    margin-bottom: 18px;
  }
}

@media screen and (max-width: 480px) {
  .section {
    width: calc(100% - 32px);
    margin: 100px auto;
  }
}

.section_slim {
  width: 80%;
  margin: 20vh auto;
}

@media screen and (max-width: 480px) {
  .section_slim {
    width: calc(100% - 32px);
    margin: 100px auto;
  }
  .section_slim.no_margin {
    width: 100%;
  }
}

.section_slim.top_small {
  margin-top: 80px;
}

@media screen and (max-width: 480px) {
  .section_slim.top_small {
    margin-top: 0;
  }
}

.section_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 18px;
}

.section_title p {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 32px;
  font-weight: 600;
  color: #2717DF;
  text-transform: uppercase;
}

.section_title .ico_arrow_right {
  background-color: #2717DF;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .section_title p {
    font-size: 24px;
  }
}

.imgWrap {
  width: 100%;
}

.imgWrap > img {
  width: 100%;
}

.hover_transfer_img {
  position: relative;
  overflow: hidden;
}

.hover_transfer_img > div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.hover_transfer_img > div.top {
  z-index: 2;
}

.hover_transfer_img > div.top:hover {
  opacity: 0;
}

.full_image_wrap {
  width: 100%;
  height: 100vh;
  background-position: center;
  background-size: cover;
}

.full_image_wrap .main_inner_text {
  width: 80%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 10vw;
}

.full_image_wrap .main_inner_text h2 {
  font-size: 4.8vh;
  margin-bottom: 18px;
}

.full_image_wrap .main_inner_text p {
  font-size: 18px;
  -webkit-animation-delay: .4s;
          animation-delay: .4s;
}

.full_image_wrap .main_inner_text h2, .full_image_wrap .main_inner_text p {
  opacity: 0;
  -webkit-animation-name: MoveEvent;
          animation-name: MoveEvent;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  letter-spacing: -1px;
}

.full_image_wrap .main_inner_text.brighter > div {
  margin-bottom: 120px;
}

.full_image_wrap .main_inner_text.brighter > div p {
  margin-bottom: 8px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.full_image_wrap .main_inner_text.brighter > div p span {
  margin-left: 10px;
  color: white;
}

.full_image_wrap .main_inner_text.brighter > div .box_text {
  display: inline-block;
  font-size: 1.4vh;
  font-weight: 600;
  padding: 6px 18px;
  background-color: #FFFFFF;
  color: #1E1E23;
}

@media screen and (max-width: 480px) {
  .full_image_wrap .main_inner_text.brighter > div .box_text {
    font-size: 12px;
  }
}

.full_image_wrap .main_inner_text.brighter h2, .full_image_wrap .main_inner_text.brighter p {
  color: #FFFFFF;
}

.full_image_wrap .main_inner_text.brighter > p {
  font-weight: 300;
}

.full_image_wrap .main_inner_text.brighter h2 {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-size: 9vh;
  margin-bottom: 32px;
}

@media screen and (min-width: 481px) {
  .full_image_wrap .main_inner_text.bottom {
    bottom: 50px;
  }
  .full_image_wrap .main_inner_text.bottom .flex_center_start {
    margin-bottom: 20px;
  }
  .full_image_wrap .main_inner_text.bottom .flex_center_start > div:first-child {
    margin-right: 60px;
  }
  .full_image_wrap .main_inner_text.bottom .main_inner_text_wrap .box_text {
    margin-bottom: 16px;
  }
  .full_image_wrap .main_inner_text.bottom .main_inner_text_wrap p:nth-child(2) {
    font-size: 16px;
  }
  .full_image_wrap .main_inner_text.bottom .main_scroll_btn {
    position: unset !important;
    margin-bottom: 0;
    padding: 30px;
  }
  .full_image_wrap .main_inner_text.bottom .main_scroll_btn .ico_arrow_down_wrap {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

@media screen and (max-width: 480px) {
  .full_image_wrap {
    background-image: none !important;
    height: unset;
    margin-bottom: 100px;
  }
  .full_image_wrap.margin_b_0_mobile {
    margin-bottom: 0;
  }
  .full_image_wrap .mobile_start_image {
    width: 100%;
    padding-top: 100%;
    background-position: center;
    background-size: cover;
  }
  .full_image_wrap .mobile_start_image.longer {
    padding-top: 500px;
  }
  .full_image_wrap .main_inner_text {
    width: calc(100% - 32px);
    position: unset;
    margin: 0 auto;
    -webkit-transform: none;
            transform: none;
    text-align: center;
  }
  .full_image_wrap .main_inner_text h2 {
    font-size: 26px;
    margin-bottom: 24px;
  }
  .full_image_wrap .main_inner_text p {
    font-size: 14px;
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
  .full_image_wrap .main_inner_text h2, .full_image_wrap .main_inner_text p {
    opacity: 0;
    -webkit-animation-name: MoveEvent;
            animation-name: MoveEvent;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .full_image_wrap .main_inner_text.brighter {
    -webkit-transform: translateY(-110px);
            transform: translateY(-110px);
  }
  .full_image_wrap .main_inner_text.brighter > p {
    color: #606060;
    font-weight: 400;
  }
  .full_image_wrap .main_inner_text.brighter .title_wrap {
    margin-bottom: 25px;
  }
  .full_image_wrap .main_inner_text.brighter .title_wrap h2 {
    font-size: 28px;
  }
  .full_image_wrap .main_inner_text.brighter .title_wrap .box_text {
    margin-bottom: 0;
    background-color: rgba(255, 255, 255, 0.9);
  }
}

.press_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
}

.press_wrap li {
  width: calc(50% - 40px);
  margin-bottom: 80px;
  position: relative;
  cursor: pointer;
}

.press_wrap li:hover .bottom {
  opacity: 1;
}

.press_wrap li > div {
  position: absolute;
  width: 100%;
  height: 100%;
}

.press_wrap li > div.top {
  overflow: hidden;
  background-position: center;
  background-size: cover;
}

.press_wrap li > div.bottom {
  opacity: 0;
  z-index: 5;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.3)), to(rgba(255, 255, 255, 0.8)));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.8));
  padding: 32px;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

.press_wrap li > div.bottom p {
  margin-bottom: 8px;
  text-transform: capitalize;
  font-size: 16px;
}

.press_wrap li > div.bottom h5 {
  font-size: 1.3rem;
}

@media screen and (min-width: 481px) {
  .press_wrap li > div.bottom .ico_linearrow_right {
    display: none;
  }
}

.press_wrap li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media screen and (max-width: 480px) {
  .press_wrap li {
    width: 100%;
    margin-bottom: 48px;
  }
  .press_wrap li > div {
    position: unset;
    height: unset;
  }
  .press_wrap li > div.top {
    padding-top: 100%;
    overflow: hidden;
    background-position: center;
    background-size: cover;
  }
  .press_wrap li > div.bottom {
    opacity: 1;
    background: none;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .press_wrap li > div.bottom > div:first-child {
    width: calc(100% - 48px);
  }
  .press_wrap li > div.bottom p {
    font-size: 12px;
    margin-bottom: 4px;
  }
  .press_wrap li > div.bottom h5 {
    font-size: 16px;
  }
  .press_wrap li > div.bottom .ico_linearrow_right {
    background-color: #1E1E23;
  }
  .press_wrap li::after {
    display: none;
  }
}

.down_file_wrap {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.down_file_wrap > ul {
  margin-bottom: 80px;
}

.down_file_wrap > ul li {
  width: 100%;
  opacity: 0;
}

.down_file_wrap > ul li p {
  font-size: 82px;
  font-weight: 700;
  font-size: 72px;
  text-align: center;
  text-transform: capitalize;
}

.down_file_wrap h2 {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 52px;
}

@media screen and (max-width: 480px) {
  .down_file_wrap {
    margin: 100px auto;
  }
  .down_file_wrap > ul {
    margin-bottom: 24px;
  }
  .down_file_wrap > ul li p {
    font-size: 28px;
  }
  .down_file_wrap h2 {
    font-size: 21px;
  }
}

.vertical_60_40 .texts_wrap {
  width: calc(40% - 40px);
}

.vertical_60_40 .img_wrap {
  width: calc(60% - 40px);
}

.vertical_60_40 .img_wrap > img {
  width: 100%;
}

@media screen and (max-width: 480px) {
  .vertical_60_40 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 100px;
  }
  .vertical_60_40.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .vertical_60_40 .texts_wrap {
    width: calc(100% - 32px);
    text-align: center;
  }
  .vertical_60_40 .texts_wrap h4 {
    font-size: 24px;
  }
  .vertical_60_40 .texts_wrap p {
    font-size: 14px;
  }
  .vertical_60_40 .img_wrap {
    width: 100%;
    margin-bottom: 18px;
  }
}

.history_section {
  width: 80%;
  margin: 20vh auto;
  position: relative;
}

.history_section .section_title {
  height: 60px;
  position: absolute;
}

.history_section .section_title.fixed {
  position: fixed;
  top: 20vh;
  left: 10vw;
}

@media screen and (max-width: 480px) {
  .history_section {
    width: calc(100% - 32px);
    margin: 0 auto;
  }
  .history_section .section_title.fixed {
    position: fixed;
    top: 72px;
    left: 16px;
  }
}

.history > div {
  padding-top: 60px;
  position: relative;
  margin-bottom: 20vh;
}

.history > div > div {
  width: calc(40vw - 40px);
}

.history > div > div.line {
  width: 1px;
  height: calc(60vh - 60px);
  background-color: #E8E8E8;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 60px);
          transform: translate(-50%, 60px);
}

.history > div > div.line.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.history > div .left {
  position: absolute;
  height: calc(60vh - 60px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.history > div .left h4 {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 18px;
  font-weight: 600;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  font-size: 6vh;
  color: #2717DF;
}

.history > div .left div {
  width: 100px;
  height: 6px;
  background-color: #2717DF;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(calc(50% + 30px), -50%);
          transform: translate(calc(50% + 30px), -50%);
}

.history > div .left.fixed {
  position: fixed;
  top: 50%;
  left: calc(30vw - 20px);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.history > div .right {
  margin-left: calc(40vw + 80px);
  margin-top: calc(30vh - 52px);
  margin-bottom: calc(30vh - 52px);
}

.history > div .right ul li {
  height: 200px;
}

.history > div .right ul li .month {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

.history > div .right ul li.on .month {
  font-size: 3vh;
  margin-bottom: 18px;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

.history > div .right ul li.on p {
  font-size: 21px;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

@media screen and (max-width: 480px) {
  .history > div {
    margin-bottom: 100px;
  }
  .history > div > div.line {
    top: calc(20vh + 30px);
    left: 20%;
    -webkit-transform: translate(30px, 0);
            transform: translate(30px, 0);
  }
  .history > div > div.line.fixed {
    top: 50%;
    left: 20%;
    -webkit-transform: translate(calc(50% + 46px), -50%);
            transform: translate(calc(50% + 46px), -50%);
  }
  .history > div .left {
    width: 20%;
  }
  .history > div .left h4 {
    font-size: 24px;
  }
  .history > div .left div {
    width: 16px;
    height: 4px;
    -webkit-transform: translate(calc(50% + 30px), -50%);
            transform: translate(calc(50% + 30px), -50%);
  }
  .history > div .left.fixed {
    left: 16px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
  .history > div .right {
    width: calc(100% - 20vw - 60px);
    margin-left: calc(20vw + 60px);
    margin-top: calc(30vh - 52px);
    margin-bottom: 100px;
  }
  .history > div .right ul li {
    height: 100px;
  }
  .history > div .right ul li .month {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .history > div .right ul li p {
    font-size: 12px;
  }
  .history > div .right ul li.on .month {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .history > div .right ul li.on p {
    font-size: 13px;
  }
}

.product_list_container {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.product_list_wrap {
  width: 33%;
  height: 50vh;
  padding: 80px 0 0 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
}

.product_list_wrap > .ico {
  -webkit-transform: translateY(calc(((50vh - 80px) / 2) - 1.4vh - 28px));
          transform: translateY(calc(((50vh - 80px) / 2) - 1.4vh - 28px));
}

.product_list_wrap ul {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.product_list_wrap ul.productlist_01_on {
  -webkit-transform: translateY(calc(((50vh - 80px) / 2) - 5.4vh));
          transform: translateY(calc(((50vh - 80px) / 2) - 5.4vh));
}

.product_list_wrap ul.productlist_01_on li:first-child {
  opacity: 1;
}

.product_list_wrap ul.productlist_02_on {
  -webkit-transform: translateY(-0.6vh);
          transform: translateY(-0.6vh);
}

.product_list_wrap ul.productlist_02_on li:nth-child(2) {
  opacity: 1;
}

.product_list_wrap ul.productlist_03_on {
  -webkit-transform: translateY(calc(((-50vh + 80px) / 2) + 5.4vh));
          transform: translateY(calc(((-50vh + 80px) / 2) + 5.4vh));
}

.product_list_wrap ul.productlist_03_on li:nth-child(3) {
  opacity: 1;
}

.product_list_wrap ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  cursor: pointer;
  opacity: 0.7;
}

.product_list_wrap ul li > p {
  font-size: 1.6vh;
  color: white;
  padding: 0vh 2vh;
}

.product_list_wrap ul li > div h3 {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-size: 2.4vh;
  color: white;
  margin-bottom: 16px;
}

.product_list_wrap ul li > div p {
  display: none;
  font-size: 1.4vh;
  font-weight: 600;
  padding: 6px 18px;
  background-color: #FFFFFF;
  color: #1E1E23;
}

.product_list_wrap ul li.on > p {
  padding: 1.2vh 2vh;
}

.product_list_wrap ul li.on > div h3 {
  font-size: 4.8vh;
}

.product_list_wrap ul li.on > div p {
  display: inline-block;
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .product_list_wrap {
    width: 100%;
    height: unset;
    padding: 40px 16px 0 16px;
    top: 56px;
    -webkit-transform: none;
            transform: none;
  }
  .product_list_wrap ul {
    width: 100%;
    height: unset;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .product_list_wrap ul .ico_linearrow_up {
    opacity: 0;
    -webkit-transition: .25s all ease-in-out;
    transition: .25s all ease-in-out;
  }
  .product_list_wrap ul.productlist_01_on {
    -webkit-transform: none;
            transform: none;
  }
  .product_list_wrap ul.productlist_01_on li:first-child .ico_linearrow_up {
    opacity: 1;
  }
  .product_list_wrap ul.productlist_02_on {
    -webkit-transform: none;
            transform: none;
  }
  .product_list_wrap ul.productlist_02_on li:nth-child(2) .ico_linearrow_up {
    opacity: 1;
  }
  .product_list_wrap ul.productlist_03_on {
    -webkit-transform: none;
            transform: none;
  }
  .product_list_wrap ul.productlist_03_on li:nth-child(3) .ico_linearrow_up {
    opacity: 1;
  }
  .product_list_wrap ul li {
    width: calc(100% / 3);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    opacity: 0.7;
  }
  .product_list_wrap ul li > p {
    font-size: 12px;
    color: #FBFBFB;
    padding: 0 0 3px 0;
  }
  .product_list_wrap ul li > div h3 {
    font-size: 21px;
    margin-bottom: 4px;
    height: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_list_wrap ul li > div p {
    display: none;
  }
  .product_list_wrap ul li.on {
    opacity: 1;
  }
  .product_list_wrap ul li.on > p {
    padding: 0 0 3px 0;
  }
  .product_list_wrap ul li.on > div h3 {
    font-size: 21px;
  }
  .product_list_wrap ul li.on > div p {
    display: none;
  }
  .product_list_wrap ul li.on:nth-child(3) h3 {
    font-size: 16px;
    text-align: center;
  }
  .product_list_wrap ul li:nth-child(3) h3 {
    font-size: 16px;
    text-align: center;
  }
  .product_list_wrap ul li:last-child {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .product_list_wrap ul li:last-child > div h3 {
    margin-bottom: 4px;
  }
  .product_list_wrap ul li:last-child.on > div h3 {
    font-size: 16px;
    margin-bottom: 4px;
  }
}

.product_img_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #606060;
}

.product_img_wrap.product_01_on li:first-child {
  display: block;
  z-index: 5;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.product_img_wrap.product_02_on li:nth-child(2) {
  display: block;
  z-index: 5;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.product_img_wrap.product_03_on li:nth-child(3) {
  display: block;
  z-index: 5;
  -webkit-animation-name: opacity;
          animation-name: opacity;
  -webkit-animation-duration: .4s;
          animation-duration: .4s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.product_img_wrap > li {
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  opacity: 0;
  display: none;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  background-position: center;
  background-size: cover;
}

.product_img_wrap .btn_wrap {
  width: 30%;
  height: 15vh;
  position: absolute;
  right: -50px;
  bottom: 10vh;
  -webkit-animation-name: leftToRight;
          animation-name: leftToRight;
  -webkit-animation-timing-function: cubic-bezier(0, 1.01, 0, 0.98);
          animation-timing-function: cubic-bezier(0, 1.01, 0, 0.98);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  cursor: pointer;
}

.product_img_wrap .btn_wrap li {
  width: 50%;
  height: 5vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#2717DF), to(transparent));
  background-image: linear-gradient(to right, #2717DF, transparent);
  position: absolute;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

.product_img_wrap .btn_wrap li:first-child {
  right: 0;
  top: 0;
}

.product_img_wrap .btn_wrap li:nth-child(2) {
  left: 0;
  top: 5vh;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), to(#2717DF));
  background-image: linear-gradient(to right, transparent, #2717DF);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
}

.product_img_wrap .btn_wrap li:nth-child(3) {
  right: 0;
  top: 10vh;
}

@media screen and (max-width: 480px) {
  .product_img_wrap button {
    width: calc(100% - 32px);
    height: 56px;
    position: absolute;
    bottom: 51px;
    left: 16px;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    opacity: 0;
    -webkit-animation-name: MoveEvent;
            animation-name: MoveEvent;
    -webkit-animation-duration: .8s;
            animation-duration: .8s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .product_img_wrap li:first-child {
    background-image: url(../images/dummy/mobile_productlist_1.png) !important;
  }
  .product_img_wrap li:nth-child(2) {
    background-image: url(../images/dummy/mobile_productlist_2.png) !important;
  }
  .product_img_wrap li:nth-child(3) {
    background-image: url(../images/dummy/mobile_productlist_3.png) !important;
  }
}

.contact_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #1E1E23;
}

.contact_body h2, .contact_body p, .contact_body label {
  color: #FFFFFF;
}

.contact_body > li {
  width: calc((100% - 80px) / 3);
}

.contact_body > li:first-child {
  width: calc(((100% - 80px) / 3) - 80px);
  height: calc(100vh - 220px);
  position: fixed;
  top: 0;
  left: 0;
  margin: 140px 0 80px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contact_body > li:first-child h2 {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-size: 9vh;
  line-height: 100%;
  margin-bottom: 24px;
}

.contact_body > li:first-child > div p {
  color: #9C9EA0;
  font-size: 18px;
}

.contact_body > li:first-child ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 27px;
}

.contact_body > li:first-child ul li:last-child {
  margin-bottom: 0;
}

.contact_body > li:first-child ul li p {
  font-size: 14px;
  color: #E8E8E8;
}

.contact_body > li:first-child ul li .left {
  width: 100px;
  color: #9C9EA0;
}

.contact_body > li:first-child ul li .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_body > li:first-child ul li .ico {
  background-color: #E8E8E8;
  margin-right: 24px;
}

.contact_body > li:nth-child(2) {
  padding: 140px 0 80px 0;
  overflow-y: scroll;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}

.contact_body > li:nth-child(2)::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari, Opera*/
}

.contact_body > li:last-child {
  height: 100vh;
  position: fixed;
  top: 0;
  right: 0;
  background-position: left center;
  background-size: cover;
  border-radius: 0 0 0 100px;
}

@media screen and (max-width: 480px) {
  .contact_body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: unset;
    position: relative;
  }
  .contact_body > li {
    width: calc(100% - 32px) !important;
    margin: 0 auto !important;
  }
  .contact_body > li:first-child {
    position: relative;
    height: unset;
    z-index: 10;
    margin-top: calc(60vh - 24px) !important;
  }
  .contact_body > li:first-child h2 {
    font-size: 48px;
    margin-bottom: 8px;
  }
  .contact_body > li:first-child > div p {
    font-size: 14px;
  }
  .contact_body > li:nth-child(2) {
    padding: 42px 0;
  }
  .contact_body > li:last-child {
    background-size: 180%;
    background-position: bottom center;
    position: absolute;
    top: 0;
    width: 100% !important;
    height: 60vh;
    border-radius: 0 !important;
  }
}

.contact_form > div {
  margin-bottom: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.contact_form > div > p {
  font-size: 14px;
  color: #4D91FF;
  margin-bottom: 10px;
  width: 100%;
}

.contact_form .radio_wrap > div {
  margin-right: 21px;
}

@media screen and (max-width: 480px) {
  .contact_form .radio_wrap > div.government {
    margin-right: 0;
  }
}

.contact_form .radio_wrap > p {
  padding-bottom: 8px;
  border-bottom: 1px solid #4D91FF;
}

.contact_form .agree_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact_form .agree_wrap label {
  color: #606060;
  -webkit-transition: .15s all ease-in-out;
  transition: .15s all ease-in-out;
  text-align: center;
}

.contact_form .agree_wrap input[type=checkbox]:checked + label {
  color: white;
}

.contact_form input[type=button] {
  width: 100%;
  padding: 14px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 500;
}

.note_title_wrap {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.note_title_wrap p {
  font-size: 14px;
  color: #4D91FF;
  margin-right: 12px;
}

.note_title_wrap .caption {
  font-size: 12px;
  color: #9C9EA0;
}

.file_upload_label {
  display: block;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  border: 1px solid #4D91FF;
  padding: 10px 18px;
}

.file_upload_label p {
  color: #9C9EA0;
  font-size: 16px;
}

.file_upload_label p.on {
  color: #FFFFFF;
}

.file_upload_label .ico {
  background-color: #1758FC;
}

#fileUpload {
  display: none;
}

.numerical_value_wrap {
  width: calc(100% - 80px);
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.numerical_value_wrap li {
  width: calc((100% - 160px) / 3);
}

.numerical_value_wrap li > div {
  height: 100px;
  margin-bottom: 60px;
}

.numerical_value_wrap li h6 {
  font-weight: 300;
  font-size: 32px;
}

.numerical_value_wrap li h5 {
  font-size: 42px;
}

.numerical_value_wrap li h5 span {
  font-size: 42px;
  font-weight: 800;
}

@media screen and (max-width: 480px) {
  .numerical_value_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
  .numerical_value_wrap li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 28px;
  }
  .numerical_value_wrap li > div {
    width: calc(60% - 8px);
  }
  .numerical_value_wrap li > div h6 {
    font-size: 18px;
  }
  .numerical_value_wrap li > div p {
    font-size: 13px;
  }
  .numerical_value_wrap li > div {
    height: unset;
    margin-bottom: 0;
  }
  .numerical_value_wrap li h5 {
    width: calc(40% - 8px);
    font-size: 24px;
  }
  .numerical_value_wrap li h5 span {
    font-size: 24px;
  }
}

.numerical_value_wrap.brighter h6, .numerical_value_wrap.brighter h5, .numerical_value_wrap.brighter span {
  color: white;
}

.numerical_value_wrap.single {
  margin-bottom: 80px;
}

.scroll_cover {
  width: 100%;
  padding: 80px 10%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 99;
  background-color: #222324;
}

.scroll_cover.small {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  min-height: unset;
}

.offer_detail_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.offer_detail_wrap h4 {
  width: 30%;
}

.offer_detail_wrap ul {
  width: 70%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 160px;
}

.offer_detail_wrap ul li {
  width: calc(50% - 40px);
  margin-bottom: 80px;
}

.offer_detail_wrap ul li img {
  width: 88px;
  margin-bottom: 29px;
}

.offer_detail_wrap ul li h6 {
  font-size: 42px;
  margin-bottom: 15px;
}

@media screen and (max-width: 480px) {
  .offer_detail_wrap {
    display: block;
  }
  .offer_detail_wrap h4 {
    width: 100%;
  }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
  .offer_detail_wrap h4 {
    font-size: 28px;
  }
}

@media screen and (max-width: 480px) {
  .offer_detail_wrap ul {
    width: 100%;
    margin-top: 60px;
  }
  .offer_detail_wrap ul li {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 60px;
  }
  .offer_detail_wrap ul li img {
    width: 50px;
    margin-bottom: 0;
  }
  .offer_detail_wrap ul li > div {
    width: calc(100% - 70px);
  }
  .offer_detail_wrap ul li h6 {
    font-size: 21px;
    margin-bottom: 4px;
  }
  .offer_detail_wrap ul li p {
    font-size: 12px;
  }
  .offer_detail_wrap ul li:last-child {
    margin-bottom: 0;
  }
}

.prouct_detail_thumnail_cover {
  width: 100%;
  min-height: 100vh;
  background-color: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  z-index: 95;
}

.prouct_detail_thumnail_cover.darker {
  background-color: #222324;
}

.prouct_detail_thumnail_cover.darker p, .prouct_detail_thumnail_cover.darker h2 {
  color: white;
}

.prouct_detail_thumnail_cover.darker .ico_linearrow_right {
  background-color: white;
}

.prouct_detail_thumnail_wrap {
  width: 50%;
  max-width: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 480px) {
  .prouct_detail_thumnail_wrap {
    width: 100%;
  }
}

.prouct_detail_thumnail_wrap h2 {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-size: 42px;
  margin-top: 21px;
}

.prouct_detail_thumnail_wrap > div {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 100px;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .prouct_detail_thumnail_wrap > div {
    width: 20%;
  }
}

.prouct_detail_thumnail_wrap .ico {
  width: 60px;
  height: 60px;
  margin-top: 100px;
  background-color: #1E1E23;
}

.prouct_detail_thumnail_wrap .ico:hover {
  background-color: #1758FC;
}

@media screen and (max-width: 480px) {
  .prouct_detail_thumnail_wrap {
    height: unset;
    padding: 100px 0;
  }
  .prouct_detail_thumnail_wrap p {
    font-size: 18px;
  }
  .prouct_detail_thumnail_wrap h2 {
    font-size: 27px;
    margin-top: 12px;
  }
  .prouct_detail_thumnail_wrap > div {
    width: 50%;
  }
  .prouct_detail_thumnail_wrap .ico {
    width: 42px;
    height: 42px;
  }
}

.new_detail {
  width: 100%;
  overflow-x: hidden;
}

.gradient_bg {
  width: 100%;
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: -1;
  background: #4320cf;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #4320cf 0%, #3a187f 34%, #2c00ff 76%, #4b2fbc 89%, #4c454e 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4320cf', endColorstr='#4c454e',GradientType=1 );
  /* IE6-9 fallback on horizontal gradient */
}

.new_detail .main_video_section {
  background-color: #000000;
}

.new_detail .main_video_section .vedio_wrap_new {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .new_detail .main_video_section .vedio_wrap_new {
    width: 100%;
    height: 100%;
  }
}

.new_detail .main_video_section .vedio_wrap_new video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.new_detail .main_video_section .main_text_btn_wrap {
  height: 45%;
  z-index: 11;
}

@media screen and (max-width: 480px) {
  .new_detail .main_video_section .main_text_btn_wrap {
    height: unset;
    bottom: 5vh;
  }
  .new_detail .main_video_section .main_text_btn_wrap p {
    font-size: 12px !important;
  }
}

.new_detail .main_video_section .main_text_btn_wrap .text_wrap li {
  color: #fff;
}

.new_detail .main_video_section .main_text_btn_wrap .text_wrap li:nth-child(1) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.new_detail .main_video_section .main_text_btn_wrap .text_wrap li:nth-child(2) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.new_detail .main_video_section .main_text_btn_wrap .text_wrap li:nth-child(3) {
  -webkit-animation-delay: 411s;
          animation-delay: 411s;
}

.new_detail .main_video_section .main_text_btn_wrap .ico_arrow_down_wrap {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  right: unset;
  bottom: 5vh;
  z-index: 11;
  cursor: pointer;
}

@media screen and (max-width: 480px) {
  .new_detail .main_video_section .main_text_btn_wrap .text_wrap {
    margin-bottom: 24px;
  }
  .new_detail .main_video_section .main_text_btn_wrap .text_wrap li {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
  }
  .new_detail .main_video_section .main_text_btn_wrap .text_wrap li:nth-child(4) {
    -webkit-animation-delay: 0.1s;
            animation-delay: 0.1s;
  }
  .new_detail .main_video_section .main_text_btn_wrap .text_wrap li:nth-child(5) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
}

.vedio_wrap_cover {
  position: absolute;
  width: 80%;
  height: 80%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 10;
}

.vedio_wrap_cover.pro1280 {
  width: 80%;
  height: 45vw;
  top: calc(50% - 40px);
}

@media screen and (min-width: 1280px) {
  .vedio_wrap_cover.pro1280 {
    width: 1280px;
    height: 720px;
  }
}

.vedio_wrap_cover li {
  width: 101%;
  height: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.vedio_wrap_cover li:first-child {
  background: black;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 90%, black 100%);
}

.vedio_wrap_cover li:nth-child(2) {
  background: black;
  background: -webkit-gradient(linear, left top, right top, color-stop(90%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 90%, black 100%);
}

.vedio_wrap_cover li:nth-child(3) {
  background: black;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(90%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 90%, black 100%);
}

.vedio_wrap_cover li:nth-child(4) {
  background: black;
  background: -webkit-gradient(linear, right top, left top, color-stop(90%, rgba(0, 0, 0, 0)), to(black));
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 90%, black 100%);
}

.imgbigger_wrap {
  width: 100%;
  height: 200vh;
  position: relative;
}

.imgbigger {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  z-index: 25;
  top: 0;
  overflow: hidden;
}

.imgbigger p {
  color: #fff;
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-size: 4rem;
  line-height: 5.4rem;
  font-weight: 300;
  position: absolute;
  top: 80px;
  left: 80px;
  z-index: 50;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

.imgbigger p span {
  color: #fff;
  font-weight: 500;
  font-size: 5rem;
}

@media screen and (max-width: 480px) {
  .imgbigger p {
    width: 100%;
    padding: 24px;
    font-size: 1.2rem;
    line-height: 180%;
    top: 60px;
    left: 0;
  }
  .imgbigger p span {
    font-size: 2rem;
  }
}

.imgbigger div {
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  max-width: 100%;
  height: 25vh;
  z-index: 40;
}

@media screen and (max-width: 480px) {
  .imgbigger div {
    width: 100%;
    height: 25vh;
  }
}

.imgbigger img {
  position: absolute;
  left: 10vw;
  bottom: 60px;
  -webkit-animation: dirAni 6s 1s infinite linear;
          animation: dirAni 6s 1s infinite linear;
  z-index: 50;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

@media screen and (max-width: 480px) {
  .imgbigger img {
    width: 50%;
    left: unset;
    right: 10vw;
  }
}

@-webkit-keyframes dirAni {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}

@keyframes dirAni {
  from {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  to {
    -webkit-transform: rotate(365deg);
            transform: rotate(365deg);
  }
}

.vedio_play_wrap {
  width: 100%;
}

.vedio_play_wrap video {
  display: block;
  width: 100%;
}

.vedio_inner_section_wrap {
  width: 100%;
  height: 100vh;
  top: -10px;
  left: 0;
  z-index: 80;
  opacity: 1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  display: block;
}

.vedio_inner_section_wrap.on {
  top: 0;
  opacity: 1;
  -webkit-animation: vedioSectionAnimation .5s 0s;
          animation: vedioSectionAnimation .5s 0s;
  display: block;
}

@-webkit-keyframes vedioSectionAnimation {
  from {
    top: -10px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

@keyframes vedioSectionAnimation {
  from {
    top: -10px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}

.scroll_vedio_wrap {
  width: 100%;
  height: 8000px;
  position: relative;
  z-index: 65;
}

.scroll_vedio_wrap .scroll_vedio {
  opacity: 1;
  height: 100vh;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.scroll_vedio_wrap .scroll_vedio.second_vedio {
  height: 80vh;
  width: 80vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .scroll_vedio_wrap .scroll_vedio.second_vedio {
    width: 100vw;
    height: 100vh;
  }
}

.scroll_vedio_wrap .scroll_vedio.third_vedio {
  width: 80%;
  height: 45vw;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: calc(50% - 40px);
}

@media screen and (min-width: 1280px) {
  .scroll_vedio_wrap .scroll_vedio.third_vedio {
    width: 1280px;
    height: 720px;
  }
}

@media screen and (max-width: 480px) {
  .scroll_vedio_wrap .scroll_vedio.third_vedio {
    width: 100vw;
    height: 100vh;
  }
}

.scroll_vedio_wrap .second_vedio_cover {
  opacity: 1;
  height: 100vh;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: black;
}

.scroll_vedio_wrap .second_vedio_cover > canvas {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .scroll_vedio_wrap .second_vedio_cover > canvas {
    width: 100%;
  }
}

.scroll_vedio_wrap .second_vedio_cover .vedio_wrap_cover {
  height: 0;
  padding-bottom: 45%;
}

.scroll_vedio_wrap .third_vedio_cover {
  opacity: 1;
  height: 100vh;
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: black;
}

.scroll_vedio_wrap .third_vedio_cover > canvas {
  width: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .scroll_vedio_wrap .third_vedio_cover > canvas {
    width: 100%;
  }
}

.scroll_vedio_wrap .third_vedio_cover .vedio_wrap_cover {
  height: 0;
  padding-bottom: 45%;
}

.scroll_vedio_wrap.first_vedio_wrap {
  opacity: 0;
}

.scroll_vedio_wrap.second_vedio_wrap {
  height: 4000px;
}

.third_vedio_icon_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.third_vedio_icon_title img {
  width: 3rem;
  margin-left: 16px;
}

@media screen and (max-width: 480px) {
  .third_vedio_icon_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .third_vedio_icon_title img {
    margin-left: 8px;
    width: 2rem;
  }
}

.vedio_inner_section {
  width: calc((100% / 3) - 80px);
  position: absolute;
  z-index: 66;
  bottom: 10vh;
  right: 10vh;
  opacity: 0;
}

.vedio_inner_section.on {
  opacity: 1;
}

.vedio_inner_section.left {
  width: 640px;
  right: unset;
  left: 10vw;
}

@media screen and (min-width: 1280px) {
  .vedio_inner_section.left {
    left: calc(50vw - 640px);
  }
}

@media screen and (max-width: 480px) {
  .vedio_inner_section {
    width: calc(100% - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    right: 24px;
  }
  .vedio_inner_section .vedio_inner_text {
    padding: 24px 0;
  }
}

.first_vedio {
  width: 100%;
}

.first_vedio_inner_section .vedio_inner_section {
  width: 60%;
  max-width: 600px;
  right: 50%;
  bottom: 6vh;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

@media screen and (max-width: 480px) {
  .first_vedio_inner_section .vedio_inner_section {
    width: calc(100% - 48px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .first_vedio_inner_section .vedio_inner_section .vedio_inner_text {
    padding: 24px 0;
  }
}

.first_vedio_inner_section .vedio_inner_section.on {
  opacity: 1;
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_img {
  width: 100px;
  background-position: top center;
  background-size: contain;
  border: 8px solid #FBFBFB;
  margin-right: 20px;
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_img.smallShort {
  height: 50px;
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_img.mediumShort {
  height: 75px;
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_img.fullShort {
  height: 100px;
  background-image: url(/images/dummy/snow.png);
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_img.smallLong {
  width: 150px;
  height: 50px;
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_img.mediumLong {
  width: 150px;
  height: 75px;
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_img.fullLong {
  width: 150px;
  height: 100px;
  background-image: url(/images/dummy/snow.png);
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_text {
  width: calc(100% - 120px);
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_text h5 .basic {
  padding: 0 14px;
  background-color: #FBFBFB;
  color: #1E1E23;
  font-size: 20px;
  margin-left: 14px;
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_text h5 .box {
  padding: 0 14px;
  background-color: #CF9E75;
  color: #FBFBFB;
  font-size: 20px;
  margin-left: 14px;
}

.first_vedio_inner_section .vedio_inner_section .vedio_inner_text h5 .refrigeration {
  padding: 0 14px;
  background-color: #2c00ff;
  color: #FBFBFB;
  font-size: 20px;
  margin-left: 14px;
}

@media screen and (max-width: 480px) {
  .first_vedio_inner_section .vedio_inner_section .vedio_inner_text {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .vedio_inner_text {
    width: 100%;
    padding: 16px;
  }
}

.vedio_inner_text .caption {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-size: 14px;
  margin-bottom: 10px;
}

@media screen and (max-width: 480px) {
  .vedio_inner_text .caption {
    font-size: 12px;
  }
  .vedio_inner_text .caption.margin0 {
    margin: 0;
  }
}

.vedio_inner_text h5 {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-size: 2.5rem;
  color: #fbfbfb;
}

@media screen and (max-width: 480px) {
  .vedio_inner_text h5 {
    font-size: 21px;
  }
}

.vedio_inner_text p {
  font-size: 16px;
  color: #E8E8E8;
}

@media screen and (max-width: 480px) {
  .vedio_inner_text p {
    font-size: 14px;
  }
}

.vedio_inner_text .cargo_size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.vedio_inner_text .cargo_size li {
  font-size: 16px;
  margin-right: 20px;
  color: #E8E8E8;
}

@media screen and (max-width: 480px) {
  .vedio_inner_text .cargo_size li {
    font-size: 14px;
  }
}

.vedio_inner_text .cargo_size li span {
  font-size: 16px;
  font-weight: 800;
  margin-right: 8px;
  color: #E8E8E8;
}

@media screen and (max-width: 480px) {
  .vedio_inner_text .cargo_size li span {
    font-size: 14px;
  }
}

.vedio_inner_text .gradient_line {
  height: 5px;
  width: 100%;
  background: #2717df;
  background: -webkit-gradient(linear, left top, right top, from(#2717df), to(rgba(39, 23, 223, 0)));
  background: linear-gradient(90deg, #2717df 0%, rgba(39, 23, 223, 0) 100%);
  margin: 24px 0;
}

.vedio_inner_text.darker h5 {
  color: #1E1E23;
}

.vedio_inner_text.darker p {
  color: #606060;
}

.new_side_section_wrap {
  width: 100%;
  background-color: #000000;
  padding: 100px 0;
  position: relative;
  z-index: 100;
}

.new_side_section_wrap .section_slim {
  margin: 0 auto;
}

@media screen and (min-width: 481px) {
  .new_side_section_wrap .section_slim {
    width: 100%;
  }
  .new_side_section_wrap .section_slim .imgWrap {
    width: 100%;
    background-color: #25262A;
    padding-top: 8vh;
    padding-bottom: 5vh;
  }
  .new_side_section_wrap .section_slim .imgWrap img {
    width: 90%;
    padding: 0 5vw;
  }
  .new_side_section_wrap .section_slim .numerical_value_wrap {
    width: 90%;
    padding: 0 5vw;
  }
}

.new_side_section_wrap .section_slim .numerical_value_wrap h5,
.new_side_section_wrap .section_slim .numerical_value_wrap span {
  color: white;
}

.new_side_section_wrap .section_slim .numerical_value_wrap h6 {
  color: #E8E8E8;
}

.long_slide {
  height: 60vh;
  background-color: #000;
}

.full_loading_wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #000;
  color: white;
  z-index: 2800;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.full_loading_wrap p {
  color: white;
  font-size: 24px;
}

.img_sequence {
  width: 100%;
  height: 100vh;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.img_sequence > canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.img_sequence > canvas.width {
  width: 100%;
}

.img_sequence > canvas.height {
  height: 100%;
}

.top_space {
  content: '';
  height: 96px;
}

@media screen and (max-width: 480px) {
  .top_space {
    height: 56px;
  }
}

.web_top_wrap {
  width: 100%;
  height: 96px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.web_top_wrap .top {
  width: calc(100% - (80px * 2));
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.web_top_wrap .logo {
  cursor: pointer;
}

.web_top_wrap .top_nav {
  width: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.web_top_wrap .top_nav li {
  cursor: pointer;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.web_top_wrap .top_nav li a {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.web_top_wrap .top_nav li:last-child {
  position: relative;
}

.web_top_wrap .top_nav li.menu_item {
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
  border-bottom: 2px solid transparent;
}

.web_top_wrap .top_nav li.menu_item:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  border-bottom: 2px solid #1E1E23;
}

.web_top_wrap .change_lan_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.web_top_wrap .change_lan_btn p {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.web_top_wrap .change_lan_btn .ico {
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.web_top_wrap .change_lan {
  display: none;
  padding: 4px;
  background-color: rgba(30, 30, 35, 0.1);
  border-radius: 3px;
  position: absolute;
  top: 40px;
  right: 0;
}

.web_top_wrap .change_lan li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4px 22px 4px 8px;
  border-radius: 3px;
}

.web_top_wrap .change_lan li:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.web_top_wrap .change_lan .ico_check {
  background-color: #9C9EA0;
  margin-right: 4px;
}

.web_top_wrap .change_lan p {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  color: #9C9EA0;
}

.web_top_wrap .change_lan .checked {
  background-color: #FFFFFF;
}

.web_top_wrap .change_lan .checked:hover {
  background-color: #FFFFFF;
}

.web_top_wrap .change_lan .checked .ico_check {
  background-color: #1E1E23;
}

.web_top_wrap .change_lan .checked p {
  color: #1E1E23;
}

.web_top_wrap.brighter .change_lan_btn p {
  color: #FFFFFF;
}

.web_top_wrap.brighter .top_nav li a {
  color: #FBFBFB;
}

.web_top_wrap.brighter .top_nav .web_top_wrap .change_lan_btn p {
  color: #FBFBFB;
}

.web_top_wrap.brighter .top_nav li.menu_item:hover {
  -webkit-transform: translateY(8px);
          transform: translateY(8px);
  border-bottom: 2px solid #FFFFFF;
}

.web_top_wrap.brighter.whiteBg {
  background-color: rgba(30, 30, 35, 0.5);
}

.web_top_wrap.brighter.whiteBg.shortcut {
  background-color: rgba(30, 30, 35, 0);
}

.web_top_wrap.brighter .change_lan li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.web_top_wrap.brighter .change_lan .checked:hover {
  background-color: #FFFFFF;
}

.web_top_wrap.darker .ico {
  background-color: #606060;
}

@media screen and (max-width: 480px) {
  .web_top_wrap {
    display: none;
  }
}

.whiteBg {
  background-color: rgba(255, 255, 255, 0.5);
}

.mobile_top_wrap {
  width: 100%;
  height: 56px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8000;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

@media screen and (min-width: 481px) {
  .mobile_top_wrap {
    display: none;
  }
}

.mobile_top_wrap .mobile_top {
  margin: 0 16px;
  height: 56px;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.mobile_top_wrap .mobile_top .ico {
  background-color: #1E1E23;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.mobile_top_wrap .mobile_top .page_name_wrap {
  display: none;
}

.mobile_top_wrap .mobile_top .page_name_wrap.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mobile_top_wrap .mobile_top #mobilePageName {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  text-transform: uppercase;
  margin-left: 6px;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
}

.mobile_top_wrap .mobile_top #menuicon {
  display: none;
}

.mobile_top_wrap .mobile_top #menuicon + label {
  display: block;
  width: 22.5px;
  height: 19.2px;
  position: absolute;
  top: 18.5px;
  right: 16px;
  z-index: 200;
}

.mobile_top_wrap .mobile_top #menuicon + label span {
  display: block;
  position: absolute;
  width: 100%;
  height: 2.4px;
  background: #1E1E23;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mobile_top_wrap .mobile_top #menuicon + label span:nth-child(1) {
  top: 0;
}

.mobile_top_wrap .mobile_top #menuicon + label span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mobile_top_wrap .mobile_top #menuicon + label span:nth-child(3) {
  bottom: 0;
}

.mobile_top_wrap .mobile_top #menuicon:checked + label span {
  background: #FFFFFF;
  height: 3px;
}

.mobile_top_wrap .mobile_top #menuicon:checked + label span:nth-child(1) {
  width: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.mobile_top_wrap .mobile_top #menuicon:checked + label span:nth-child(2) {
  opacity: 0;
}

.mobile_top_wrap .mobile_top #menuicon:checked + label span:nth-child(3) {
  width: 120%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.mobile_top_wrap .mobile_top #menuicon:checked ~ .form_container {
  right: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.mobile_top_wrap.brighter .mobile_top .ico {
  background-color: #FFFFFF;
}

.mobile_top_wrap.brighter .mobile_top #mobilePageName {
  color: #FFFFFF;
}

.mobile_top_wrap.brighter .mobile_top #menuicon + label span {
  background: #FFFFFF;
}

.mobile_top_wrap.brighter.whiteBg {
  background-color: rgba(30, 30, 35, 0.5);
}

.mobile_top_wrap.brighter.whiteBg.shortcut {
  background-color: rgba(30, 30, 35, 0);
}

.mobile_menu {
  position: fixed;
  top: 0;
  right: -100vw;
  width: 100vw;
  height: 100vh;
  z-index: -100;
  padding: 0 16px 16px 16px;
  background-color: rgba(39, 23, 223, 0.85);
  opacity: 0;
  -webkit-transition: .4s all ease-in-out;
  transition: .4s all ease-in-out;
  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;
}

.mobile_menu.on {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  right: 0;
  z-index: 10000;
}

.mobile_menu .logo_wrap {
  height: 56px;
}

.mobile_menu a {
  color: #FFFFFF;
}

@media screen and (min-width: 481px) {
  .mobile_menu {
    display: none;
  }
}

.menu_list {
  height: calc(100% - 360px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.menu_list li {
  margin-left: calc(100% / 3);
}

.menu_list a {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 24px;
  font-weight: 600;
  font-size: 32px;
  font-weight: 500;
  text-transform: capitalize;
}

.menu_inner_footer p {
  color: #FBFBFB;
  font-size: 14px;
  font-weight: 400;
}

.menu_inner_footer > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 24px;
}

.menu_inner_footer > li .left {
  width: calc(100% / 3);
}

.menu_inner_footer > li .right {
  width: calc((100% / 3) * 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.menu_inner_footer > li .right .ico_facebook {
  margin-right: 24px;
}

.menu_inner_footer > li:last-child {
  opacity: 0.85;
}

.menu_inner_footer .change_lan li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 24px;
  opacity: 0.3;
}

.menu_inner_footer .change_lan li.checked {
  opacity: 1;
}

.menu_inner_footer .change_lan li:last-child {
  margin-right: 0;
}

.menu_inner_footer .change_lan li p {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
}

.main_video_section {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.main_video_section .vedio_wrap {
  width: 100%;
  height: 70%;
  background-color: #E8E8E8;
  border-radius: 0 0 100px 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: -1;
  -webkit-animation-name: topAnimation;
          animation-name: topAnimation;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main_video_section .vedio_wrap > video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 480px) {
  .main_video_section .vedio_wrap {
    height: calc(100vh - 210px);
    border-radius: 0 0 50px 0;
  }
}

.main_video_section .main_text_btn_wrap {
  width: 100%;
  height: 55%;
  position: absolute;
  bottom: 0;
  z-index: 2;
  padding: 80px;
}

.main_video_section .main_text_btn_wrap .text_wrap {
  position: absolute;
  top: 50%;
  left: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main_video_section .main_text_btn_wrap .text_wrap li {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 10vh;
  opacity: 0;
  line-height: 1.2;
  -webkit-animation-name: MoveEvent;
          animation-name: MoveEvent;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main_video_section .main_text_btn_wrap .text_wrap li:nth-child(1) {
  -webkit-animation-delay: 3.1s;
          animation-delay: 3.1s;
}

.main_video_section .main_text_btn_wrap .text_wrap li:nth-child(2) {
  font-weight: 600;
  -webkit-animation-delay: 3.6s;
          animation-delay: 3.6s;
}

.main_video_section .main_text_btn_wrap .text_wrap li:nth-child(3) {
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

@media screen and (max-width: 480px) {
  .main_video_section .main_text_btn_wrap {
    height: unset;
    padding: 16px;
    width: 100%;
    bottom: 0;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_video_section .main_text_btn_wrap .text_wrap {
    position: unset;
    -webkit-transform: none;
            transform: none;
    margin-bottom: 24px;
    width: 100%;
  }
  .main_video_section .main_text_btn_wrap .text_wrap li {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
  }
  .main_video_section .main_text_btn_wrap .text_wrap li:nth-child(4) {
    -webkit-animation-delay: 3.1s;
            animation-delay: 3.1s;
  }
  .main_video_section .main_text_btn_wrap .text_wrap li:nth-child(5) {
    -webkit-animation-delay: 3.6s;
            animation-delay: 3.6s;
  }
}

.main_video_section .main_text_btn_wrap .btn_wrap {
  width: calc(100vw - 44vh - 80px);
  height: 30vh;
  position: absolute;
  top: 50%;
  right: -100vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-animation-name: leftToRight;
          animation-name: leftToRight;
  -webkit-animation-timing-function: cubic-bezier(0, 1.01, 0, 0.98);
          animation-timing-function: cubic-bezier(0, 1.01, 0, 0.98);
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main_video_section .main_text_btn_wrap .btn_wrap li {
  width: 50%;
  height: 10vh;
  background-image: -webkit-gradient(linear, left top, right top, from(#2717DF), to(transparent));
  background-image: linear-gradient(to right, #2717DF, transparent);
  position: absolute;
  -webkit-transition: .25s all ease-in-out;
  transition: .25s all ease-in-out;
}

.main_video_section .main_text_btn_wrap .btn_wrap li:first-child {
  right: 0;
  top: 0;
  -webkit-animation-name: opacityHide;
          animation-name: opacityHide;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main_video_section .main_text_btn_wrap .btn_wrap li:nth-child(2) {
  left: 0;
  top: 10vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  font-size: 32px;
  font-weight: 500;
  -webkit-animation-name: gradientAnimation;
          animation-name: gradientAnimation;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  cursor: pointer;
}

@-webkit-keyframes gradientAnimation {
  from {
    background-image: -webkit-gradient(linear, left top, right top, from(#2717DF), to(transparent));
    background-image: linear-gradient(to right, #2717DF, transparent);
  }
  to {
    background-color: #2717DF;
  }
}

@keyframes gradientAnimation {
  from {
    background-image: -webkit-gradient(linear, left top, right top, from(#2717DF), to(transparent));
    background-image: linear-gradient(to right, #2717DF, transparent);
  }
  to {
    background-color: #2717DF;
  }
}

.main_video_section .main_text_btn_wrap .btn_wrap li:nth-child(2).btn:hover {
  background-image: none;
  background-color: #1758FC;
}

.main_video_section .main_text_btn_wrap .btn_wrap li:nth-child(3) {
  right: 0;
  top: 20vh;
  -webkit-animation-name: opacityHide;
          animation-name: opacityHide;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.main_video_section .main_text_btn_wrap button {
  width: 100%;
  height: 56px;
  margin-bottom: 32px;
  font-size: 16px;
  font-weight: 600;
  opacity: 0;
  -webkit-animation-name: MoveEvent;
          animation-name: MoveEvent;
  -webkit-animation-duration: .8s;
          animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 4.1s;
          animation-delay: 4.1s;
}

.main_video_section .main_text_btn_wrap .ico_arrow_down_wrap {
  bottom: 80px;
  right: 100px;
  position: absolute;
  opacity: 0.8;
  -webkit-animation-name: infiniteMoveTwo;
          animation-name: infiniteMoveTwo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 480px) {
  .main_video_section .main_text_btn_wrap .ico_arrow_down_wrap {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .main_video_section .main_text_btn_wrap .ico_arrow_down_wrap.ico_arrow_down_wrap_mobile {
    -webkit-animation-name: infiniteMove;
            animation-name: infiniteMove;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.main_video_section .main_text_btn_wrap .ico_arrow_down_wrap .ico_arrow_down {
  position: unset;
  bottom: unset;
  right: unset;
  -webkit-animation: unset;
          animation: unset;
  background-color: white;
}

.main_video_section .main_text_btn_wrap .ico_arrow_down_wrap p {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  color: white;
}

.main_video_section .main_text_btn_wrap .ico_arrow_down {
  position: absolute;
  bottom: 100px;
  right: 100px;
  background-color: #606060;
  -webkit-animation-name: infiniteMove;
          animation-name: infiniteMove;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@media screen and (max-width: 480px) {
  .main_video_section .main_text_btn_wrap .ico_arrow_down {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
    background-color: #1758FC;
  }
}

.model_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 480px) {
  .model_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.model_wrap li {
  width: calc(50% - 40px);
  cursor: pointer;
}

.model_wrap li .hover_transfer_img {
  width: 100%;
  padding-top: 66.7%;
  margin-bottom: 32px;
}

.model_wrap li .hover_transfer_img .top {
  width: 105%;
}

.model_wrap li > p {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-weight: 400;
  padding-bottom: 12px;
  border-bottom: 1px solid #2717DF;
  margin-bottom: 8px;
}

.model_wrap li > .flex_between_center h3 {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  font-size: 42px;
}

.model_wrap li > .flex_between_center p {
  font-size: 14px;
}

.model_wrap h3, .model_wrap p {
  color: #2717DF;
}

@media screen and (max-width: 480px) {
  .model_wrap li {
    width: 100%;
    margin-bottom: 32px;
  }
  .model_wrap li .hover_transfer_img {
    margin-bottom: 18px;
  }
  .model_wrap li .hover_transfer_img > div.top:hover {
    opacity: 1;
  }
  .model_wrap li > p {
    font-size: 12px;
    padding-bottom: 8px;
    border-bottom: 1px solid #2717DF;
    margin: 18px 16px 8px 16px;
  }
  .model_wrap li > .flex_between_center {
    margin: 0 16px;
  }
  .model_wrap li > .flex_between_center h3 {
    font-size: 21px;
  }
  .model_wrap li > .flex_between_center p {
    font-size: 12px;
  }
  .model_wrap li:last-child {
    margin-bottom: 0;
  }
}

.offer_wrap {
  position: relative;
}

.offer_wrap li {
  width: calc(50% - 40px);
  height: calc((50vw - 120px) * 0.56);
  cursor: pointer;
}

.offer_wrap li .bottom {
  width: 100%;
  padding-top: 56.2%;
  opacity: 0;
}

.offer_wrap li .top p {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-size: 10vh;
  line-height: 1.4;
}

.offer_wrap li:first-child {
  margin-bottom: 10vh;
}

.offer_wrap li:first-child .top p, .offer_wrap li:nth-child(3) .top p {
  text-align: right;
}

.offer_wrap li:nth-child(2) {
  position: absolute;
  right: 0;
  top: 20vh;
}

.offer_wrap li:nth-child(2) .top p {
  font-weight: 300;
}

.offer_wrap li:hover .bottom {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .offer_wrap li {
    width: 100%;
    height: calc(100vw - 32px);
    position: relative;
    margin-bottom: 16px;
  }
  .offer_wrap li .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .offer_wrap li .top p {
    font-size: 28px;
    color: #FFFFFF;
  }
  .offer_wrap li .bottom {
    padding-bottom: 100%;
    opacity: 1;
  }
  .offer_wrap li:first-child {
    margin-bottom: 16px;
  }
  .offer_wrap li:nth-child(2) {
    position: relative;
    right: unset;
    top: unset;
  }
  .offer_wrap li:nth-child(2) .top p {
    font-weight: 600;
  }
}

.moving_logo_wrap {
  width: 100%;
  height: 10vw;
  overflow: hidden;
}

@media screen and (max-width: 480px) {
  .moving_logo_wrap {
    height: 20vw;
    margin-bottom: 21px;
  }
}

.moving_logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.moving_logo .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-animation-name: movingLogo;
          animation-name: movingLogo;
  -webkit-animation-duration: 42s;
          animation-duration: 42s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

.moving_logo .inner img {
  width: 15vw;
  padding: 2.5vw;
  float: left;
  box-flex: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.moving_logo.contrary .inner {
  -webkit-animation-name: movingLogContrary;
          animation-name: movingLogContrary;
}

@media screen and (max-width: 480px) {
  .moving_logo .inner img {
    width: 30vw;
    padding: 5vw;
  }
}

@-webkit-keyframes movingLogo {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes movingLogo {
  from {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@-webkit-keyframes movingLogContrary {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

@keyframes movingLogContrary {
  from {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
  to {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}

.main_ing_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main_ing_wrap li {
  width: calc((100% - 160px) / 3);
  position: relative;
}

.main_ing_wrap li:first-child, .main_ing_wrap li:nth-child(2), .main_ing_wrap li:nth-child(3) {
  margin-bottom: 80px;
}

.main_ing_wrap li::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}

@media screen and (max-width: 480px) {
  .main_ing_wrap li {
    width: 100%;
    margin-bottom: 16px !important;
  }
  .main_ing_wrap li .top {
    opacity: 0;
  }
}

.advance_reservation_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.advance_reservation_wrap > ul {
  margin-bottom: 80px;
}

.advance_reservation_wrap > ul li {
  width: 100%;
  opacity: 0;
}

.advance_reservation_wrap > ul li p {
  font-size: 82px;
  font-weight: 700;
  font-size: 72px;
  text-align: center;
  text-transform: capitalize;
}

.advance_reservation_wrap .button {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 9vh;
}

.advance_reservation_wrap .button > p {
  font-size: 3vh;
  font-weight: 500;
  margin-right: 18px;
}

@media screen and (max-width: 480px) {
  .advance_reservation_wrap > ul {
    margin-bottom: 38px;
  }
  .advance_reservation_wrap > ul li p {
    font-size: 28px;
  }
  .advance_reservation_wrap .button {
    width: 100%;
    height: 56px;
  }
  .advance_reservation_wrap .button > p {
    font-size: 18px;
    margin-right: 8px;
  }
}

.main_scroll_btn {
  width: 100%;
  position: absolute;
  bottom: 11%;
  padding-right: 11;
  z-index: 11;
  padding: 80px;
}

.main_scroll_btn .ico_arrow_down_wrap {
  bottom: 0;
  right: 50px;
  position: absolute;
  opacity: 0.8;
  -webkit-animation-name: infiniteMoveTwo;
          animation-name: infiniteMoveTwo;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 480px) {
  .main_scroll_btn .ico_arrow_down_wrap {
    position: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .main_scroll_btn .ico_arrow_down_wrap.ico_arrow_down_wrap_mobile {
    -webkit-animation-name: infiniteMove;
            animation-name: infiniteMove;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }
}

.main_scroll_btn .ico_arrow_down_wrap .ico_arrow_down {
  position: unset;
  bottom: unset;
  right: unset;
  -webkit-animation: unset;
          animation: unset;
  background-color: white;
}

.main_scroll_btn .ico_arrow_down_wrap p {
  font-family: 'Saira', 'Noto Sans KR', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  color: white;
}

@media screen and (max-width: 480px) {
  .main_scroll_btn {
    width: unset;
    padding: 16px;
    bottom: 5vh;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .main_scroll_btn p {
    font-size: 12px !important;
  }
}
/*# sourceMappingURL=home.css.map */