@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
/*
@include breakpoint(maxDesktop){}
@include breakpoint(desktop){}
@include breakpoint(minDesktop){}
@include breakpoint(maxTablet){}
@include breakpoint(maxMobile){} 
@include breakpoint(minMobile){} 


@include breakpoint(galaxyfold){@include vw(font-size,);} 
font-family:'Recipekorea'; 
font-family:'Pretendard-Regular';  
font-family: 'SpoqaHanSansNeo-Regular'; 

@extend .animate__animated;   
@extend .animate__fadeInLeft; 
@include animationDelay(0.1s); 

*/
.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

/* fonts */
@font-face {
  font-family: "Pretendard-Regular";
  src: url("https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-family: "Pretendard-Regular";
}

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, option, img, div {
  margin: 0;
  padding: 0;
}

img, fieldset {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}
@media screen and (max-width: 1600px) {
  img {
    width: auto;
  }
}

input, select {
  vertical-align: middle;
}

select,
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=submit],
input[type=rest],
input[type=button],
textarea {
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
}

em, address {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
}

legend, caption {
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

.ir,
.hidden,
.blind {
  position: absolute;
  left: -9999em;
  top: -9999em;
  opacity: 0;
  text-indent: -9999em;
}

#wrap {
  line-height: 1.5;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 400;
}

/*!
* animate.css - https://animate.style/
* Version - 4.1.1
* Licensed under the MIT license - http://opensource.org/licenses/MIT
*
* Copyright (c) 2020 Animate.css
*/
:root {
  --animate-duration: 1s;
  --animate-delay: 1s;
  --animate-repeat: 1;
}

.animate__animated, .motion.active .profile-box-cont, .header-w .header-inner .nav.active .list li {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}
.animate__animated.animate__infinite, .motion.active .animate__infinite.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__infinite {
  animation-iteration-count: infinite;
}
.animate__animated.animate__repeat-1, .motion.active .animate__repeat-1.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__repeat-1 {
  animation-iteration-count: 1;
  animation-iteration-count: var(--animate-repeat);
}
.animate__animated.animate__repeat-2, .motion.active .animate__repeat-2.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__repeat-2 {
  animation-iteration-count: 2;
  animation-iteration-count: calc(var(--animate-repeat) * 2);
}
.animate__animated.animate__repeat-3, .motion.active .animate__repeat-3.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__repeat-3 {
  animation-iteration-count: 3;
  animation-iteration-count: calc(var(--animate-repeat) * 3);
}
.animate__animated.animate__delay-1s, .motion.active .animate__delay-1s.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__delay-1s {
  animation-delay: 1s;
  animation-delay: var(--animate-delay);
}
.animate__animated.animate__delay-2s, .motion.active .animate__delay-2s.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__delay-2s {
  animation-delay: 2s;
  animation-delay: calc(var(--animate-delay) * 2);
}
.animate__animated.animate__delay-3s, .motion.active .animate__delay-3s.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__delay-3s {
  animation-delay: 3s;
  animation-delay: calc(var(--animate-delay) * 3);
}
.animate__animated.animate__delay-4s, .motion.active .animate__delay-4s.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__delay-4s {
  animation-delay: 4s;
  animation-delay: calc(var(--animate-delay) * 4);
}
.animate__animated.animate__delay-5s, .motion.active .animate__delay-5s.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__delay-5s {
  animation-delay: 5s;
  animation-delay: calc(var(--animate-delay) * 5);
}
.animate__animated.animate__faster, .motion.active .animate__faster.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__faster {
  animation-duration: 0.5s;
  animation-duration: calc(var(--animate-duration) / 2);
}
.animate__animated.animate__fast, .motion.active .animate__fast.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__fast {
  animation-duration: 0.8s;
  animation-duration: calc(var(--animate-duration) * 0.8);
}
.animate__animated.animate__slow, .motion.active .animate__slow.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__slow {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
}
.animate__animated.animate__slower, .motion.active .animate__slower.profile-box-cont, .header-w .header-inner .nav.active .list li.animate__slower {
  animation-duration: 3s;
  animation-duration: calc(var(--animate-duration) * 3);
}

@media (prefers-reduced-motion: reduce), print {
  .animate__animated, .motion.active .profile-box-cont, .header-w .header-inner .nav.active .list li {
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
  .animate__animated[class*=Out], .motion.active [class*=Out].profile-box-cont, .header-w .header-inner .nav.active .list li[class*=Out] {
    opacity: 0;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.animate__fadeIn, .header-w .header-inner .nav.active .list li {
  animation-name: fadeIn;
}

@keyframes text-up-animation {
  from {
    opacity: 0;
    filter: Alpha(opacity=0);
    transform: translateY(100%);
  }
  to {
    opacity: 1;
    filter: Alpha(opacity=100);
    transform: translateY(0);
  }
}
.animate__textFadeUp, .motion.active .profile-box-cont {
  animation: text-up-animation 1.5s cubic-bezier(0.4, 0, 0.2, 1) both 0.5s;
}
@keyframes bounce {
  0%, 20%, 53%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0) scaleY(1.1);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0) scaleY(1.05);
  }
  80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -4px, 0) scaleY(1.02);
  }
}
.animate__bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.animate__flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__pulse {
  animation-name: pulse;
  animation-timing-function: ease-in-out;
}
@keyframes rubberBand {
  0% {
    opacity: 0;
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__rubberBand {
  animation-name: rubberBand;
}
@keyframes shakeX {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.animate__shakeX {
  animation-name: shakeX;
}
@keyframes shakeY {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(0, -10px, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(0, 10px, 0);
  }
}
.animate__shakeY {
  animation-name: shakeY;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.animate__headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.animate__swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.animate__tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.animate__jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.animate__heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-duration: calc(var(--animate-duration) * 1.3);
  animation-timing-function: ease-in-out;
}
@keyframes backInDown {
  0% {
    transform: translateY(-1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInDown {
  animation-name: backInDown;
}
@keyframes backInLeft {
  0% {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInLeft {
  animation-name: backInLeft;
}
@keyframes backInRight {
  0% {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInRight {
  animation-name: backInRight;
}
@keyframes backInUp {
  0% {
    transform: translateY(1200px) scale(0.7);
    opacity: 0.7;
  }
  80% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.animate__backInUp {
  animation-name: backInUp;
}
@keyframes backOutDown {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutDown {
  animation-name: backOutDown;
}
@keyframes backOutLeft {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(-2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutLeft {
  animation-name: backOutLeft;
}
@keyframes backOutRight {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateX(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateX(2000px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutRight {
  animation-name: backOutRight;
}
@keyframes backOutUp {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  20% {
    transform: translateY(0) scale(0.7);
    opacity: 0.7;
  }
  to {
    transform: translateY(-700px) scale(0.7);
    opacity: 0.7;
  }
}
.animate__backOutUp {
  animation-name: backOutUp;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.animate__bounceIn {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0) scaleY(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, -10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, 5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(-10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0) scaleX(3);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0) scaleX(1);
  }
  75% {
    transform: translate3d(10px, 0, 0) scaleX(0.98);
  }
  90% {
    transform: translate3d(-5px, 0, 0) scaleX(0.995);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0) scaleY(5);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  75% {
    transform: translate3d(0, 10px, 0) scaleY(0.95);
  }
  90% {
    transform: translate3d(0, -5px, 0) scaleY(0.985);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.animate__bounceOut {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0) scaleY(3);
  }
}
.animate__bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0) scaleX(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0) scaleX(2);
  }
}
.animate__bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0) scaleY(0.985);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0) scaleY(0.9);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0) scaleY(3);
  }
}
.animate__bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeInTopLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopLeft {
  animation-name: fadeInTopLeft;
}
@keyframes fadeInTopRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInTopRight {
  animation-name: fadeInTopRight;
}
@keyframes fadeInBottomLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomLeft {
  animation-name: fadeInBottomLeft;
}
@keyframes fadeInBottomRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__fadeInBottomRight {
  animation-name: fadeInBottomRight;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.animate__fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.animate__fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.animate__fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.animate__fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.animate__fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes fadeOutTopLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, -100%, 0);
  }
}
.animate__fadeOutTopLeft {
  animation-name: fadeOutTopLeft;
}
@keyframes fadeOutTopRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, -100%, 0);
  }
}
.animate__fadeOutTopRight {
  animation-name: fadeOutTopRight;
}
@keyframes fadeOutBottomRight {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 100%, 0);
  }
}
.animate__fadeOutBottomRight {
  animation-name: fadeOutBottomRight;
}
@keyframes fadeOutBottomLeft {
  0% {
    opacity: 1;
    transform: translateZ(0);
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 100%, 0);
  }
}
.animate__fadeOutBottomLeft {
  animation-name: fadeOutBottomLeft;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animate__flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.animate__flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.animate__flipOutX {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.animate__flipOutY {
  animation-duration: 0.75s;
  animation-duration: calc(var(--animate-duration) * 0.75);
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedInRight {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInRight {
  animation-name: lightSpeedInRight;
  animation-timing-function: ease-out;
}
@keyframes speedInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(-3%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__speedInRight {
  animation-name: speedInRight;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.animate__lightSpeedInLeft {
  animation-name: lightSpeedInLeft;
  animation-timing-function: ease-out;
}
@keyframes speedInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    opacity: 0;
  }
  80% {
    transform: translate3d(3%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
.animate__speedInLeft {
  animation-name: speedInLeft;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOutRight {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutRight {
  animation-name: lightSpeedOutRight;
  animation-timing-function: ease-in;
}
@keyframes lightSpeedOutLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(-100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
}
.animate__lightSpeedOutLeft {
  animation-name: lightSpeedOutLeft;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateIn {
  animation-name: rotateIn;
  transform-origin: center;
}
@keyframes rotateInDownLeft {
  0% {
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownLeft {
  animation-name: rotateInDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateInDownRight {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInDownRight {
  animation-name: rotateInDownRight;
  transform-origin: right bottom;
}
@keyframes rotateInUpLeft {
  0% {
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpLeft {
  animation-name: rotateInUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateInUpRight {
  0% {
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform: translateZ(0);
    opacity: 1;
  }
}
.animate__rotateInUpRight {
  animation-name: rotateInUpRight;
  transform-origin: right bottom;
}
@keyframes rotateOut {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(200deg);
    opacity: 0;
  }
}
.animate__rotateOut {
  animation-name: rotateOut;
  transform-origin: center;
}
@keyframes rotateOutDownLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutDownRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutDownRight {
  animation-name: rotateOutDownRight;
  transform-origin: right bottom;
}
@keyframes rotateOutUpLeft {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.animate__rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
  transform-origin: left bottom;
}
@keyframes rotateOutUpRight {
  0% {
    opacity: 1;
  }
  to {
    transform: rotate(90deg);
    opacity: 0;
  }
}
.animate__rotateOutUpRight {
  animation-name: rotateOutUpRight;
  transform-origin: right bottom;
}
@keyframes hinge {
  0% {
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.animate__hinge {
  animation-duration: 2s;
  animation-duration: calc(var(--animate-duration) * 2);
  animation-name: hinge;
  transform-origin: top left;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.animate__jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.animate__rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.animate__rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.animate__zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.animate__zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutDown {
  animation-name: zoomOutDown;
  transform-origin: center bottom;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
  }
}
.animate__zoomOutLeft {
  animation-name: zoomOutLeft;
  transform-origin: left center;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
  }
}
.animate__zoomOutRight {
  animation-name: zoomOutRight;
  transform-origin: right center;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.animate__zoomOutUp {
  animation-name: zoomOutUp;
  transform-origin: center bottom;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.animate__slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.animate__slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.animate__slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.animate__slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.animate__slideOutUp {
  animation-name: slideOutUp;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.highlight:after {
  width: 0;
  opacity: 0;
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-5 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-6 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-7 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-8 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-9 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-10 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-11 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-12 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-13 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-14 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-up-15 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-bounce-1 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-2 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-3 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-4 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-5 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-6 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-7 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-8 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-9 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-10 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-11 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-12 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-13 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-14 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-bounce-15 {
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
  transition-timing-function: cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.motion-scale-1 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-2 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-3 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-4 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-5 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-6 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-7 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-8 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-9 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-10 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-11 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-12 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-13 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-14 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-scale-15 {
  opacity: 0;
  transform: scale(0.1, 1);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-1 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-2 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-3 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-4 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-5 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-6 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-7 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-8 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-9 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-10 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-11 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-12 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-13 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-14 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-x-15 {
  opacity: 0;
  transform: scaleX(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-1 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-2 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-3 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-4 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-5 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-6 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-7 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-8 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-9 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-10 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-11 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-12 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-13 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-14 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-unfold-y-15 {
  opacity: 0;
  transform: scaleY(0);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-1 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-2 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-3 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-4 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-5 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-6 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-7 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-8 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-9 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-10 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-11 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-12 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-13 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-14 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-right-15 {
  opacity: 0;
  transform: translateX(100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-1 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-2 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-3 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-4 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-5 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-6 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-7 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-8 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-9 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-10 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-11 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-12 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-13 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-14 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-left-15 {
  opacity: 0;
  transform: translateX(-100px);
  transition: all 0.5s;
  transition-timing-function: ease-out;
}

.motion-shake-x {
  opacity: 1;
  transition: all 0.9s ease-in-out;
  transition-timing-function: ease-in-out;
  animation-name: shakeX;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@keyframes shakeX {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(5px);
  }
}

.motion-shake-y {
  opacity: 1;
  transition: all 0.9s ease-in-out;
  transition-timing-function: ease-in-out;
  animation-name: shakeY;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: normal;
}
@keyframes shakeY {
  0%, 100% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(-5deg);
  }
}

.active .highlight:after {
  width: 100%;
  opacity: 1;
}
.active .highlight-1:after {
  transition-delay: 0.5s;
}
.active .highlight-2:after {
  transition-delay: 1s;
}
.active .highlight-3:after {
  transition-delay: 1.5s;
}
.active .motion-up-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.active .motion-up-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.active .motion-up-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active .motion-up-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.active .motion-up-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.active .motion-up-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}
.active .motion-up-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.active .motion-up-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.1s;
}
.active .motion-up-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.active .motion-up-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.7s;
}
.active .motion-up-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3s;
}
.active .motion-up-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.3s;
}
.active .motion-up-13 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.6s;
}
.active .motion-up-14 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.9s;
}
.active .motion-up-15 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 4.2s;
}
.active .motion-bounce-1 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}
.active .motion-bounce-2 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}
.active .motion-bounce-3 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}
.active .motion-bounce-4 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}
.active .motion-bounce-5 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}
.active .motion-bounce-6 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.5s;
}
.active .motion-bounce-7 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.8s;
}
.active .motion-bounce-8 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.1s;
}
.active .motion-bounce-9 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.4s;
}
.active .motion-bounce-10 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 2.7s;
}
.active .motion-bounce-11 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3s;
}
.active .motion-bounce-12 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.3s;
}
.active .motion-bounce-13 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.6s;
}
.active .motion-bounce-14 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 3.9s;
}
.active .motion-bounce-15 {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 4.2s;
}
.active .motion-scale-1 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.1s;
}
.active .motion-scale-2 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.3s;
}
.active .motion-scale-3 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.6s;
}
.active .motion-scale-4 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 0.9s;
}
.active .motion-scale-5 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.2s;
}
.active .motion-scale-6 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.5s;
}
.active .motion-scale-7 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 1.8s;
}
.active .motion-scale-8 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2.1s;
}
.active .motion-scale-9 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2.4s;
}
.active .motion-scale-10 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 2.7s;
}
.active .motion-scale-11 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 3s;
}
.active .motion-scale-12 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 3.3s;
}
.active .motion-scale-13 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 3.6s;
}
.active .motion-scale-14 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 3.9s;
}
.active .motion-scale-15 {
  opacity: 1;
  transform: scale(1, 1);
  transition-delay: 4.2s;
}
.active .motion-unfold-x-1 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.1s;
}
.active .motion-unfold-x-2 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.3s;
}
.active .motion-unfold-x-3 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.6s;
}
.active .motion-unfold-x-4 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 0.9s;
}
.active .motion-unfold-x-5 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.2s;
}
.active .motion-unfold-x-6 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.5s;
}
.active .motion-unfold-x-7 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 1.8s;
}
.active .motion-unfold-x-8 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2.1s;
}
.active .motion-unfold-x-9 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2.4s;
}
.active .motion-unfold-x-10 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 2.7s;
}
.active .motion-unfold-x-11 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 3s;
}
.active .motion-unfold-x-12 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 3.3s;
}
.active .motion-unfold-x-13 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 3.6s;
}
.active .motion-unfold-x-14 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 3.9s;
}
.active .motion-unfold-x-15 {
  opacity: 1;
  transform: scaleX(1);
  transition-delay: 4.2s;
}
.active .motion-unfold-y-1 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.1s;
}
.active .motion-unfold-y-2 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.3s;
}
.active .motion-unfold-y-3 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.6s;
}
.active .motion-unfold-y-4 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 0.9s;
}
.active .motion-unfold-y-5 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.2s;
}
.active .motion-unfold-y-6 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.5s;
}
.active .motion-unfold-y-7 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 1.8s;
}
.active .motion-unfold-y-8 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2.1s;
}
.active .motion-unfold-y-9 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2.4s;
}
.active .motion-unfold-y-10 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 2.7s;
}
.active .motion-unfold-y-11 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 3s;
}
.active .motion-unfold-y-12 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 3.3s;
}
.active .motion-unfold-y-13 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 3.6s;
}
.active .motion-unfold-y-14 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 3.9s;
}
.active .motion-unfold-y-15 {
  opacity: 1;
  transform: scaleY(1);
  transition-delay: 4.2s;
}
.active .motion-right-1,
.active .motion-left-1 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}
.active .motion-right-2,
.active .motion-left-2 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}
.active .motion-right-3,
.active .motion-left-3 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}
.active .motion-right-4,
.active .motion-left-4 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}
.active .motion-right-5,
.active .motion-left-5 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}
.active .motion-right-6,
.active .motion-left-6 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.5s;
}
.active .motion-right-7,
.active .motion-left-7 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.8s;
}
.active .motion-right-8,
.active .motion-left-8 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2.1s;
}
.active .motion-right-9,
.active .motion-left-9 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2.4s;
}
.active .motion-right-10,
.active .motion-left10 {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 2.7s;
}
.active .motion-shake-x {
  opacity: 1;
  transition-delay: 0.1s;
}
.active .motion-shake-y {
  opacity: 1;
  transition-delay: 0.1s;
}

.header-w {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.87);
  padding-left: 23px;
  box-sizing: border-box;
}
.header-w .header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 65px;
}
@media screen and (max-width: 1024px) {
  .header-w .header-inner {
    height: 64px;
  }
}
.header-w .header-inner h1 {
  height: 100%;
}
.header-w .header-inner h1 img {
  width: auto;
  height: 100%;
}
.header-w .header-inner h1 a {
  max-width: 40px;
  padding: 15px 0;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .header-w .header-inner h1 a {
    padding: 10px 0;
  }
}
@media screen and (max-width: 1200px) {
  .header-w .header-inner h1 a {
    padding: 5px 0;
    max-width: 35px;
  }
}
@media screen and (max-width: 767px) {
  .header-w .header-inner h1 a {
    max-width: 32px;
  }
}
.header-w .header-inner a {
  display: block;
  height: 100%;
  overflow: hidden;
}
.header-w .header-inner .nav {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .header-w .header-inner .nav {
    position: fixed;
    right: -9999px;
    top: 0;
    transition: all 0.3s;
    width: 100%;
    height: 100vh;
    padding-top: 125px;
    box-sizing: border-box;
    background-color: #303030;
    display: flex;
    justify-content: flex-end;
  }
}
.header-w .header-inner .nav.active {
  right: 0;
}
.header-w .header-inner .nav.active .list li:nth-of-type(1) {
  animation-delay: 0.4s;
}
.header-w .header-inner .nav.active .list li:nth-of-type(2) {
  animation-delay: 0.6s;
}
.header-w .header-inner .nav.active .list li:nth-of-type(3) {
  animation-delay: 0.8s;
}
.header-w .header-inner .nav .list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-right: 45px;
  height: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header-w .header-inner .nav .list {
    display: block;
    text-align: right;
    max-width: 240px;
    width: 100%;
    padding-right: 0;
  }
}
.header-w .header-inner .nav .list li {
  flex-shrink: 0;
  padding: 0 25px;
}
@media screen and (max-width: 767px) {
  .header-w .header-inner .nav .list li {
    margin-top: 28px;
  }
}
.header-w .header-inner .nav .list li a {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-weight: 700;
  color: #1D1D1D;
}
@media screen and (max-width: 767px) {
  .header-w .header-inner .nav .list li a {
    display: inline-block;
    padding: 0 35px;
    box-sizing: border-box;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #fff;
    padding: 10px 0;
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  }
}
.header-w .header-inner .nav .list li a:hover {
  color: #575757;
}
.header-w .btn-nav {
  display: none;
  text-align: center;
  /* type-01 */
  /* 중앙 라인이 고정된 자리에서 투명하게 사라지며 상하라인 회전하며 엑스자 만들기 */
}
@media screen and (max-width: 767px) {
  .header-w .btn-nav {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 9;
    width: 70px;
    height: 100%;
  }
}
.header-w .btn-nav > a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.header-w .btn-nav .menu-trigger,
.header-w .btn-nav .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
.header-w .btn-nav .menu-trigger {
  position: relative;
  width: 25px;
  height: 18px;
  margin: 0 auto;
}
.header-w .btn-nav .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #A6A6A6;
  border-radius: 2px;
}
.header-w .btn-nav .active-1 span {
  background-color: #fff;
}
.header-w .btn-nav .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.header-w .btn-nav .menu-trigger span:nth-of-type(2) {
  top: 8px;
}
.header-w .btn-nav .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.header-w .btn-nav .active-1 .menu-trigger span:nth-of-type(1) {
  transform: translateY(16px) rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .header-w .btn-nav .active-1 .menu-trigger span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
  }
}
.header-w .btn-nav .active-1 .menu-trigger span:nth-of-type(2) {
  opacity: 0;
}
.header-w .btn-nav .active-1 .menu-trigger span:nth-of-type(3) {
  transform: translateY(-16px) rotate(45deg);
}
@media screen and (max-width: 767px) {
  .header-w .btn-nav .active-1 .menu-trigger span:nth-of-type(3) {
    transform: translateY(-8px) rotate(45deg);
  }
}

.footer-w {
  background-color: #002E82;
  padding: 88px 0 104px;
  color: #fff;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (max-width: 1600px) {
  .footer-w {
    padding: 5.55vw 0 6.55vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-w {
    padding: 30px 0 30px;
  }
}
.footer-w .footer-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 85%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .footer-w .footer-inner {
    text-align: center;
  }
}
.footer-w .section01 {
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (max-width: 767px) {
  .footer-w .section01 {
    width: 100%;
  }
}
.footer-w .section01 p {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .footer-w .section01 p {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-w .section01 p {
    font-size: 12px;
  }
}
.footer-w .section01 .list {
  margin-top: 22px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media screen and (max-width: 1600px) {
  .footer-w .section01 .list {
    margin-top: 1.4vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-w .section01 .list {
    display: none;
  }
}
.footer-w .section01 .list li {
  padding: 0 15px;
}
.footer-w .section01 .list li:first-of-type {
  padding-left: 0;
}
@media screen and (max-width: 1600px) {
  .footer-w .section01 .list li {
    padding: 0 10px;
  }
}
.footer-w .section01 .list li a {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
}
@media screen and (max-width: 1600px) {
  .footer-w .section01 .list li a {
    font-size: 1.15vw;
  }
}
.footer-w .section02 {
  flex-shrink: 0;
  width: 300px;
}
@media screen and (max-width: 1600px) {
  .footer-w .section02 {
    width: 18.8vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-w .section02 {
    display: none;
  }
}
.footer-w .section02 .btn-round01 {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 3px solid #9A9A9A;
  border-radius: 66px;
  width: 100%;
  max-height: 66px;
  font-size: 40px;
  padding: 0.5vw 0;
  color: #fff;
  text-transform: uppercase;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  box-sizing: border-box;
  font-weight: 700;
}
@media screen and (max-width: 1600px) {
  .footer-w .section02 .btn-round01 {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer-w .section02 .btn-round01 {
    border-width: 2px;
  }
}
.footer-w .section02 .btn-round01 strong {
  font-weight: 700;
}
.footer-w .section03 {
  width: 100%;
  margin-top: 210px;
  font-size: 18px;
  color: #fff;
  opacity: 0.5;
  text-align: left;
}
@media screen and (max-width: 1600px) {
  .footer-w .section03 {
    margin-top: 13.15vw;
    font-size: 1.15vw;
  }
}
@media screen and (max-width: 767px) {
  .footer-w .section03 {
    margin-top: 50px;
    font-size: 9px;
    text-align: center;
  }
}

.container01 {
  position: relative;
  z-index: 1;
}

.btnClose {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 100%;
}
.btnClose .icon_x {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: inline-block;
  width: 30px;
  height: 30px;
  background-size: 80% auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../img/icon_x.png");
}

.popup-open .container01 {
  z-index: 3;
}

.quickMenu-w {
  position: fixed;
  right: 0;
  top: 30%;
  z-index: 4;
  display: flex;
  flex-direction: column;
}
.quickMenu-w .quickMenu-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #9E9E9E;
  width: 3.5vw;
  height: 3.5vw;
  max-width: 60px;
  max-height: 60px;
  padding: 12px;
  box-sizing: border-box;
}
.quickMenu-w .quickMenu-link + .quickMenu-link {
  border-top: 1px solid #DCDCDC;
}
@media screen and (max-width: 1920px) {
  .quickMenu-w .quickMenu-link {
    padding: 0.7vw;
  }
}
@media screen and (max-width: 1200px) {
  .quickMenu-w .quickMenu-link {
    padding: 8px;
    min-width: 40px;
    min-height: 40px;
  }
}
@media screen and (max-width: 1024px) {
  .quickMenu-w .quickMenu-link {
    padding: 8px;
    min-width: 40px;
    min-height: 40px;
  }
}

/* ------------ ##서브페이지 공통 타이틀 존 ------------ */
.title-zone {
  height: 90vh;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .title-zone {
    height: auto;
    padding-top: 57.25%;
  }
}
@media screen and (max-width: 1024px) {
  .title-zone {
    padding-top: 67%;
  }
}
@media screen and (max-width: 767px) {
  .title-zone {
    padding-top: 90%;
  }
}
@media screen and (max-width: 767px) {
  .title-zone {
    padding-top: calc(61.07% + 67px);
  }
}
@media screen and (max-width: 640px) {
  .title-zone {
    padding-top: calc(61.07% + 67px);
  }
}
.title-zone .title {
  position: relative;
  height: 890px;
  overflow: hidden;
}
@media screen and (max-width: 1600px) {
  .title-zone .title {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
  }
}
.title-zone .title:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: auto;
  bottom: 0;
  width: 1920px;
  height: 890px;
  transform: translate(-50%);
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center bottom;
}
@media screen and (max-width: 1600px) {
  .title-zone .title:after {
    width: 100%;
    height: 100%;
  }
}
.title-zone .title h3 {
  padding-top: 70px;
  position: absolute;
  left: 20%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  font-size: 75px;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (max-width: 1920px) {
  .title-zone .title h3 {
    font-size: 4.05vw;
  }
}
@media screen and (max-width: 1600px) {
  .title-zone .title h3 {
    padding-top: 4.2vw;
  }
}
@media screen and (max-width: 767px) {
  .title-zone .title h3 {
    padding-top: 35px;
    font-size: 26px;
  }
}
@media screen and (max-width: 640px) {
  .title-zone .title h3 {
    padding-top: 25px;
    font-size: 23px;
  }
}
.title-zone .title h3:after {
  display: block;
  content: "";
  width: 63px;
  height: 48px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: left top;
  background-image: url("../img/icon_dott.svg");
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 139px;
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1920px) {
  .title-zone .title h3:after {
    width: 4.2vw;
    height: 3.2vw;
  }
}
@media screen and (max-width: 1600px) {
  .title-zone .title h3:after {
    height: auto;
    padding-top: 3.5vw;
    width: 3.5vw;
  }
}
@media screen and (max-width: 767px) {
  .title-zone .title h3:after {
    min-width: 25px;
    width: 25px;
    padding-top: 22px;
  }
}
@media screen and (max-width: 640px) {
  .title-zone .title h3:after {
    min-width: 20px;
    width: 20px;
  }
}

/* ------------ ##포토뷰어 ------------ */
.popup-type01 {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.85);
}
.popup-type01.active {
  display: block;
}
.popup-type01 .info {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-type01 .info .title {
  display: block;
  font-size: 20px;
  color: #fff;
}
@media screen and (max-width: 1024px) {
  .popup-type01 .info .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .popup-type01 .info .title {
    font-size: 16px;
  }
}
.popup-type01 .info .text {
  display: block;
  margin-top: 10px;
  color: #7c7c7c;
  font-size: 16px;
}
@media screen and (max-width: 1024px) {
  .popup-type01 .info .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
  .popup-type01 .info .text {
    font-size: 12px;
  }
}
.popup-type01 .pop-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.popup-type01 .pop-content .slide-list .slide-cont {
  display: block;
}
.popup-type01 .pop-content .slide-list .slide-cont .item-box01 {
  margin: 0 auto;
  width: 60%;
  padding-top: 33.335%;
  display: block;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .popup-type01 .pop-content .slide-list .slide-cont .item-box01 {
    width: 80%;
    padding-top: 44.75%;
  }
}
.popup-type01 .pop-content .slide-list .slide-cont .item-box01 img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-type01 .pop-content .slide-list .slide-cont .item-box01 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.popup-type01 .pop-content .slide-list .slick-track {
  display: flex;
  align-items: center;
}
.popup-type01 .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 767px) {
  .popup-type01 .btn-close {
    width: 38px;
    height: 38px;
  }
}
.popup-type01 .btn-close:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 30px;
  height: 30px;
  background-image: url("../img/ico_x01.svg");
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .popup-type01 .btn-close:after {
    width: 22px;
    height: 22px;
  }
}
.popup-type01 .slick-arrow {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  width: 43px;
  height: 43px;
  z-index: 6;
  overflow: hidden;
  text-indent: 999px;
}
@media screen and (max-width: 767px) {
  .popup-type01 .slick-arrow {
    width: 36px;
    height: 36px;
  }
}
.popup-type01 .slick-arrow:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 23px;
  background-size: 100% auto;
  background-image: url("../img/ico_arrow_r.svg");
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 767px) {
  .popup-type01 .slick-arrow:after {
    width: 21px;
    height: 21px;
  }
}
.popup-type01 .slick-prev {
  left: 33px;
}
.popup-type01 .slick-prev:after {
  transform: translate(-50%, -50%) rotate(180deg);
}
@media screen and (max-width: 767px) {
  .popup-type01 .slick-prev {
    left: 10px;
  }
}
.popup-type01 .slick-next {
  right: 33px;
}
@media screen and (max-width: 767px) {
  .popup-type01 .slick-next {
    right: 10px;
  }
}

.hidden,
.sr_only,
.sr-only {
  position: absolute;
  display: inline-block;
  overflow: hidden;
  clip: rect(0 0 0 0);
  width: 0px;
  height: 0px;
  margin: -1px;
  padding: 0;
  word-break: keep-all;
  white-space: nowrap;
  color: transparent;
  border: 0;
  text-indent: -9999px;
}

html {
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  font-family: "Pretendard-Regular";
}

html, body, p, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, form, fieldset, legend, input, textarea, button, select, option, img, div {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.25;
  font-family: "Pretendard-Regular";
  font-weight: 400;
}

img, fieldset {
  border: 0;
}

a {
  color: inherit;
  text-decoration: none;
}

ul, ol {
  list-style: none;
}

img {
  vertical-align: top;
  max-width: 100%;
}

input, select {
  vertical-align: middle;
}

select,
input[type=text],
input[type=password],
input[type=number],
input[type=tel],
input[type=submit],
input[type=rest],
input[type=button],
textarea {
  border-radius: 0;
  background-color: transparent;
  box-sizing: border-box;
}

em, address {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
  table-layout: fixed;
}

legend, caption {
  visibility: hidden;
  width: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
}

h1, h2, h3, h4, h5, h6, strong, em {
  font-weight: 400;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

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

button:hover {
  cursor: pointer;
}

.ir,
.hide,
.blind {
  position: absolute;
  left: -9999em;
  top: -9999em;
  opacity: 0;
  text-indent: -9999em;
}

.scroll_down_w {
  position: absolute;
  display: block;
  left: 50%;
  bottom: 0;
  height: 100px;
}

.scroll_down {
  bottom: -70px;
  display: block;
  font-size: 14px !important;
  white-space: nowrap;
}

.scroll_down_bar {
  position: absolute;
  overflow: hidden;
  bottom: 0;
  display: block;
  width: 3px;
  height: 70px;
  background-color: #000;
}

.scroll_down_bar:before {
  position: absolute;
  content: "";
  overflow: hidden;
  bottom: 0;
  display: block;
  width: 3px;
  height: 70px;
  background-color: #fff;
  animation: scrolldown 2s infinite;
}

@keyframes scrolldown {
  0% {
    transform: translate3d(0, -100%, 0);
  }
  50% {
    animation-timing-function: ease-out;
    transform: translate3d(0, 0, 0);
  }
  100% {
    animation-timing-function: ease-in;
    transform: translate3d(0, 100%, 0);
  }
}
/* 메인 fullPage */
#fullpage {
  position: relative;
  display: block;
  z-index: 3;
  width: 100%;
  height: 100%;
  text-align: center;
}

.section {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

/* 메인 : content01 */
.content01 .title01 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
}
.content01 .title01 strong {
  display: block;
  font-size: 100px;
  font-weight: 700;
  letter-spacing: 0.8rem;
}
@media screen and (max-width: 1600px) {
  .content01 .title01 strong {
    font-size: 6.3vw;
    letter-spacing: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .content01 .title01 strong {
    letter-spacing: 0.8rem;
  }
}
@media screen and (max-width: 767px) {
  .content01 .title01 strong {
    letter-spacing: 0.6rem;
  }
}
.content01 .title01 span {
  display: block;
  font-size: 20px;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 5px;
}
@media screen and (max-width: 1600px) {
  .content01 .title01 span {
    font-size: 1.8vw;
    margin-top: 0.5vw;
  }
}
@media screen and (max-width: 767px) {
  .content01 .title01 span {
    margin-top: 15px;
    font-size: 11px;
  }
}
.content01 .visual-zone {
  background-color: #000;
}
.content01 .visual-zone .slide-list .slide-cont {
  width: 100vw;
  height: 100vh;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* 메인 : content02 */
.content02 .mainProfile-w {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  padding-right: 110px;
  padding-bottom: 100px;
  box-sizing: border-box;
  width: 50vw;
  max-width: 700px;
}
@media screen and (max-width: 1600px) {
  .content02 .mainProfile-w {
    padding-right: 7vw;
    max-width: 650px;
  }
}
@media screen and (max-width: 1400px) {
  .content02 .mainProfile-w {
    width: 55vw;
  }
}
@media screen and (max-width: 1200px) {
  .content02 .mainProfile-w {
    width: 65vw;
    padding-right: 15vw;
    padding-bottom: 15vw;
  }
}
@media screen and (max-width: 1024px) {
  .content02 .mainProfile-w {
    width: 75vw;
  }
}
@media screen and (max-width: 767px) {
  .content02 .mainProfile-w {
    width: 75%;
    max-width: 550px;
    margin: 0 auto;
    padding-right: 0;
    padding-top: 120px;
    position: static;
    transform: translate(0, 0);
  }
}
.content02 .profile-image {
  max-width: 827px;
}
@media screen and (max-width: 1920px) {
  .content02 .profile-image {
    max-width: 650px;
  }
}
@media screen and (max-width: 1600px) {
  .content02 .profile-image {
    max-width: 950px;
  }
}
@media screen and (max-width: 767px) {
  .content02 .profile-image {
    margin: 80px auto 0;
    padding: 0 12vw;
    box-sizing: border-box;
  }
}
.content02 .profile-image img {
  display: block;
}
@media screen and (max-width: 1600px) {
  .content02 .profile-image img {
    max-height: 100%;
  }
}
.content02 .profile-box {
  position: absolute;
  left: 70%;
  bottom: 0;
}
@media screen and (max-width: 1200px) {
  .content02 .profile-box {
    left: 63%;
  }
}
@media screen and (max-width: 767px) {
  .content02 .profile-box {
    position: static;
    max-width: 400px;
    margin: 0 auto;
  }
}
.content02 .profile-box-cont {
  opacity: 0;
  background-color: rgba(0, 46, 130, 0.7);
  text-align: left;
  font-size: 26px;
  box-sizing: border-box;
  width: 20vw;
  min-width: 430px;
  max-width: 430px;
  padding: 30px 40px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .content02 .profile-box-cont {
    min-width: 430px;
  }
}
@media screen and (max-width: 1600px) {
  .content02 .profile-box-cont {
    max-width: 430px;
    width: 37vw;
    min-width: auto;
  }
}
@media screen and (max-width: 1024px) {
  .content02 .profile-box-cont {
    padding: 2.5vw 3vw;
    width: 35vw;
    max-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .content02 .profile-box-cont {
    opacity: 1;
    padding: 60px 30px 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    background-color: transparent;
  }
}
@media screen and (max-width: 640px) {
  .content02 .profile-box-cont {
    padding: 60px 3vw 0;
  }
}
.content02 .btn-more {
  margin-top: 32px;
  letter-spacing: 6px;
  border: 1px solid #fff;
  width: 100%;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 17px;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
}
@media screen and (max-width: 1600px) {
  .content02 .btn-more {
    margin-top: 2.5vw;
    font-size: 1.07vw;
  }
}
@media screen and (max-width: 1024px) {
  .content02 .btn-more {
    height: 33px;
    font-size: 11px;
  }
}
@media screen and (max-width: 767px) {
  .content02 .btn-more {
    margin-top: 12px;
    font-weight: 500;
  }
}
.content02 .btn-more:hover {
  background-color: #fff;
  color: #000;
}

.motion.active .profile-box-cont {
  animation-delay: 0s;
}

.m-title-w {
  display: block;
}
@media screen and (max-width: 767px) {
  .m-title-w {
    display: block;
  }
  .m-title-w span {
    display: block;
    color: #D9D9D9;
    font-size: 14px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) and (max-width: 640px) {
  .m-title-w span {
    font-size: 2.3vw;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .m-title-w span {
    font-size: 11px;
    letter-spacing: 2px;
  }
}
@media screen and (max-width: 767px) {
  .m-title-w strong {
    color: #fff;
    display: block;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 4.5px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) and (max-width: 640px) {
  .m-title-w strong {
    font-size: 6.2vw;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) and (max-width: 400px) {
  .m-title-w strong {
    font-size: 26px;
    letter-spacing: 5.2px;
    margin-top: 10px;
  }
}

.profile-name {
  display: block;
  width: 100%;
  border-bottom: 1px solid #fff;
  font-size: 45px;
  font-family: "Pretendard-Regular";
  font-weight: 500;
  box-sizing: border-box;
  padding-bottom: 16px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5rem;
}
@media screen and (max-width: 1600px) {
  .profile-name {
    padding-bottom: 1vw;
    font-size: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .profile-name {
    font-size: 21px;
    color: #fff;
    border-bottom-color: #fff;
    font-size: 26px;
    letter-spacing: 2.1px;
    padding-bottom: 17px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 400px) {
  .profile-name {
    font-size: 22px;
    padding-bottom: 10px;
  }
}
.profile-name span {
  display: inline-block;
  margin-left: 22px;
  font-size: 18px;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-weight: 300;
  letter-spacing: 0.085rem;
}
@media screen and (max-width: 1600px) {
  .profile-name span {
    font-size: 1.3vw;
    margin-left: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .profile-name span {
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    letter-spacing: 0;
  }
}

.profile-list {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .profile-list {
    margin-top: 17px;
  }
}
.profile-list li {
  position: relative;
  padding-left: 76px;
  font-family: "Pretendard-Regular";
  margin-top: 40px;
  font-size: 17px;
}
@media screen and (max-width: 1600px) {
  .profile-list li {
    margin-top: 2vw;
    font-size: 16px;
    line-height: 1.5;
    padding-left: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .profile-list li {
    line-height: 1.8;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .profile-list li {
    padding-left: 40px;
    margin-top: 20px;
    font-size: 14px;
  }
  .profile-list li:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 400px) {
  .profile-list li {
    font-size: 12px;
  }
}
.profile-list li strong {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  color: #989898;
}
@media screen and (max-width: 767px) {
  .profile-list li strong {
    color: #BEBEBE;
    width: 35px;
  }
}
.profile-list li span {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  word-break: keep-all;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .profile-list li span {
    color: #fff;
  }
}
.profile-list .last {
  padding-left: 0;
  padding-top: 40px;
}
@media screen and (max-width: 1600px) {
  .profile-list .last {
    padding-top: 3vw;
  }
}
@media screen and (max-width: 767px) {
  .profile-list .last {
    padding-top: 26px;
  }
}

.work-zone {
  max-width: 1225px;
  width: 45%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1920px) {
  .work-zone {
    max-width: 50%;
    width: 100%;
  }
}
@media screen and (max-width: 1600px) {
  .work-zone {
    max-width: 62%;
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .work-zone {
    max-width: 65%;
  }
}
@media screen and (max-width: 1024px) {
  .work-zone {
    max-width: 75%;
  }
}
@media screen and (max-width: 767px) {
  .work-zone {
    max-width: 85%;
    position: static;
    transform: translate(0%, 0%);
    padding: 120px 0 130px;
  }
}
.work-zone [class*=photo0] {
  display: block;
  width: 100%;
}
.work-zone [class*=photo0] img {
  width: 100%;
}
.work-zone .section01 {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
  box-sizing: border-box;
  padding-right: calc(35% + 20px);
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .work-zone .section01 {
    padding-right: calc(35% + 10px);
  }
}
.work-zone .section01 .work-group01 {
  flex-shrink: 0;
  padding-top: 46%;
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}
.work-zone .section01 .work-group01 .photo01 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  padding-top: 46%;
  overflow: hidden;
}
.work-zone .section01 .work-group01 .photo01 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.work-zone .section01 .work-group01 .photo02 {
  margin-top: 18px;
  box-sizing: border-box;
}
@media screen and (max-width: 1024px) {
  .work-zone .section01 .work-group01 .photo02 {
    margin-top: 10px;
  }
}
.work-zone .section01 .work-group02 {
  width: 35%;
  padding-top: 60%;
  position: absolute;
  right: 0;
  top: 0;
  height: 0;
  padding-left: 20px;
  box-sizing: border-box;
}
.work-zone .section01 .work-group02 .photo03 {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.work-zone .section01 .work-group02 .photo03 img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.section02 {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .section02 {
    margin-top: 10px;
  }
}
.section02 .work-group01 {
  width: 25%;
  box-sizing: border-box;
}
.section02 .work-group02 {
  margin-left: 20px;
  box-sizing: border-box;
  width: 74%;
}
@media screen and (max-width: 1024px) {
  .section02 .work-group02 {
    margin-left: 10px;
  }
}

.btn-blueBox {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #002E82;
  color: #fff;
  text-transform: uppercase;
}
.btn-blueBox strong {
  display: block;
  text-align: left;
  padding: 20px;
  font-size: 26px;
  letter-spacing: 1.4px;
  line-height: 1.4em;
}
@media screen and (max-width: 1920px) {
  .btn-blueBox strong {
    font-size: 1.3vw;
  }
}
@media screen and (max-width: 1600px) {
  .btn-blueBox strong {
    font-size: 1.6vw;
    padding: 13px;
  }
}
@media screen and (max-width: 1024px) {
  .btn-blueBox strong {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 767px) {
  .btn-blueBox strong {
    padding: 1.3vw;
  }
}
@media screen and (max-width: 400px) {
  .btn-blueBox strong {
    font-size: 12px;
    line-height: 20px;
  }
}
.btn-blueBox .btnMore-w {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 1600px) {
  .btn-blueBox .btnMore-w {
    padding: 13px;
  }
}
@media screen and (max-width: 767px) {
  .btn-blueBox .btnMore-w {
    padding: 1.3vw;
  }
}
.btn-blueBox .btnMore-w .btnMore-cont {
  display: block;
  width: 100%;
  color: #fff;
  border: 1px solid #fff;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 4.8px;
  padding: 8px 0;
  transition: all 0.2s;
}
.btn-blueBox .btnMore-w .btnMore-cont:hover {
  background-color: #fff;
  color: #002E82;
}
@media screen and (max-width: 1920px) {
  .btn-blueBox .btnMore-w .btnMore-cont {
    font-size: 0.7vw;
    padding: 0.4vw 0;
  }
}
@media screen and (max-width: 1600px) {
  .btn-blueBox .btnMore-w .btnMore-cont {
    font-size: 1vw;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  .btn-blueBox .btnMore-w .btnMore-cont {
    min-height: 20px;
    letter-spacing: 0.3em;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .btn-blueBox .btnMore-w .btnMore-cont {
    font-size: 11px;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 400px) {
  .btn-blueBox .btnMore-w .btnMore-cont {
    font-size: 10px;
    letter-spacing: 0px;
    min-height: 17px;
  }
}

/* --- ##highlight-zone --- */
.highlight-zone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #000;
  width: 100%;
}
@media screen and (max-width: 1600px) {
  .highlight-zone {
    padding: 10vw 0 9vw;
  }
}
.highlight-zone .slide-list {
  margin: 0 auto;
  max-width: 1920px;
  width: 55%;
}
@media screen and (max-width: 1920px) {
  .highlight-zone .slide-list {
    width: 65%;
  }
}
.highlight-zone .slick-dots {
  display: flex;
  justify-content: center;
  margin-top: 1vw;
}
.highlight-zone .slick-dots li {
  padding: 0 15px;
}
@media screen and (max-width: 1600px) {
  .highlight-zone .slick-dots li {
    padding: 0 1vw;
  }
}
@media screen and (max-width: 767px) {
  .highlight-zone .slick-dots li {
    padding: 0 5px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-zone .slick-dots li {
    padding: 0 5px;
  }
}
.highlight-zone .slick-dots button {
  display: inline-block;
  border: 1px solid #fff;
  box-sizing: border-box;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  color: transparent;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .highlight-zone .slick-dots button {
    width: 14px;
    height: 14px;
  }
}
@media screen and (max-width: 767px) {
  .highlight-zone .slick-dots button {
    width: 6px;
    height: 6px;
  }
}
.highlight-zone .slick-dots .slick-active button {
  background-color: #fff;
}
.highlight-zone .slide-cont {
  width: 100%;
  padding-top: 75%;
  position: relative;
}
.highlight-zone .slide-cont .video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}
.highlight-zone .slide-cont video {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.btn-play {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  box-sizing: border-box;
}
.btn-play:after {
  display: block;
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-40%, -45%);
  width: 30px;
  height: 30px;
  background-position: center;
  background-size: 100% auto;
  background-image: url("../img/icon_play.svg");
  filter: brightness(0) invert(1);
}

.main-page {
  background-color: #DDDDDD;
}
.main-page .quickMenu-link {
  background-color: #002E82;
}
.main-page .footer-w {
  background-color: #000;
}
@media screen and (max-width: 767px) {
  .main-page .footer-w {
    background-color: #DDDDDD;
  }
  .main-page .footer-w .section01 p {
    color: #1D1D1D;
  }
  .main-page .footer-w .section03 {
    color: #1D1D1D;
    opacity: 0.5;
  }
}

.sns-zone {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sns-zone {
    max-width: 60%;
    padding: 60px 0 90px;
    margin: 0 auto;
    position: static !important;
    left: auto;
    top: auto;
    transform: translate(0, 0);
  }
}
.sns-zone .snsImage-w {
  max-width: 30%;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .sns-zone .snsImage-w {
    max-width: 35%;
  }
}
@media screen and (max-width: 1600px) {
  .sns-zone .snsImage-w {
    max-width: 45%;
  }
}
@media screen and (max-width: 1024px) {
  .sns-zone .snsImage-w {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .sns-zone .snsImage-w {
    max-width: 60%;
  }
}
@media screen and (max-width: 640px) {
  .sns-zone .snsImage-w {
    max-width: 80%;
  }
}
.sns-zone .sns-title a {
  display: inline-block;
  color: #fff;
}
.sns-zone .sns-title a .logo-instargram {
  display: inline-block;
  width: 50px;
  height: 50px;
  background-image: url("../img/logo_instargram.svg");
  filter: brightness(0) invert(1);
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1920px) {
  .sns-zone .sns-title a .logo-instargram {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 1600px) {
  .sns-zone .sns-title a .logo-instargram {
    width: 3.5vw;
    height: 3.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .sns-zone .sns-title a .logo-instargram {
    width: 4.5vw;
    height: 4.5vw;
  }
}
@media screen and (max-width: 767px) {
  .sns-zone .sns-title a .logo-instargram {
    width: 45px;
    height: 45px;
  }
}
@media screen and (max-width: 640px) {
  .sns-zone .sns-title a .logo-instargram {
    width: 35px;
    height: 35px;
  }
}
.sns-zone .sns-title a .sns-text {
  display: block;
  text-align: center;
  font-size: 28px;
  margin-top: 25px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1920px) {
  .sns-zone .sns-title a .sns-text {
    font-size: 1.47vw;
    margin-top: 1.32vw;
    margin-bottom: 2vw;
  }
}
@media screen and (max-width: 1600px) {
  .sns-zone .sns-title a .sns-text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .sns-zone .sns-title a .sns-text {
    font-size: 2vw;
  }
}
@media screen and (max-width: 767px) {
  .sns-zone .sns-title a .sns-text {
    font-size: 20px;
    margin-top: 15px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 640px) {
  .sns-zone .sns-title a .sns-text {
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}

.fp-auto-height {
  height: auto !important;
}

.fp-tableCell {
  height: auto !important;
}

@media screen and (max-width: 767px) {
  .main-page .section,
  .main-page .fp-tableCell {
    height: auto !important;
    min-height: 100vh;
  }
}
@media screen and (max-width: 767px) {
  .main-page .content03,
  .main-page .content03 .fp-tableCell,
  .main-page .content04,
  .main-page .content04 .fp-tableCell,
  .main-page .content05,
  .main-page .content05 .fp-tableCell {
    min-height: auto !important;
    height: auto !important;
  }
}
.main-page .popup-type01 .item-box01 {
  padding-top: 100% !important;
  position: Relative;
}
.main-page .popup-type01 .item-box01 img {
  position: Absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%);
}

/* ------------ ##about ------------ */
.page-about {
  background-color: #000;
}
.page-about .title-zone .title {
  background-color: #002E82;
  color: #fff;
}
.page-about .title-zone .title:after {
  background-image: url("../img/about_img01.png");
}
@media screen and (max-width: 767px) {
  .page-about .title-zone .title:after {
    background-image: url("../img/about_img02.png");
  }
}
.page-about .title-zone .title h3 {
  left: 50%;
  top: auto;
  bottom: 7vw;
  max-width: 1270px;
  width: 100%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1600px) {
  .page-about .title-zone .title h3 {
    left: 6vw;
    transform: translateX(0);
  }
}
@media screen and (max-width: 1024px) {
  .page-about .title-zone .title h3 {
    bottom: auto;
    top: 15vw;
  }
}
@media screen and (max-width: 767px) {
  .page-about .title-zone .title h3 {
    top: 20vw;
  }
}
@media screen and (max-width: 640px) {
  .page-about .title-zone .title h3 {
    top: 28vw;
  }
}
.page-about .title-zone .title h3:after {
  left: 0;
  transform: translateX(0);
}
.page-about .about-zone01 {
  position: relative;
  padding-top: 20vw;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 {
    padding-top: 13vw;
  }
}
@media screen and (max-width: 1600px) {
  .page-about .about-zone01 {
    padding-top: 12.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone01 {
    padding-top: 25vw;
  }
}
.page-about .about-zone01 .about-cont {
  max-width: 1920px;
  width: 100%;
  overflow: visible;
  position: relative;
  margin: 0 auto;
  box-sizing: border-box;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 .about-cont {
    width: 85%;
  }
}
@media screen and (max-width: 1600px) {
  .page-about .about-zone01 .about-cont {
    width: 100%;
    padding-left: 7vw;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone01 .about-cont {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone01 .about-cont {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-width: 100%;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .about-cont {
    max-width: 85%;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .about-cont {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone01 .about-cont {
    height: auto;
    max-width: 100%;
    padding-left: 16px;
  }
}
.page-about .about-zone01 .text-group {
  flex-shrink: 0;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 100px;
  margin: 0 auto;
  width: 100%;
  padding-left: 57%;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 .text-group {
    padding-left: 57%;
  }
}
@media screen and (max-width: 1200px) {
  .page-about .about-zone01 .text-group {
    padding-left: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone01 .text-group {
    padding-left: 56%;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone01 .text-group {
    flex-shrink: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .text-group {
    padding-left: 60%;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone01 .text-group {
    padding-left: 0;
    width: 100%;
  }
}
.page-about .about-zone01 .title {
  font-size: 30px;
  color: #337BFF;
  text-transform: uppercase;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 .title {
    font-size: 1.75vw;
  }
}
@media screen and (max-width: 1600px) {
  .page-about .about-zone01 .title {
    font-size: 2.15vw;
  }
}
.page-about .about-zone01 .title strong {
  font-weight: 700;
  letter-spacing: 10px;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 .title strong {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone01 .title strong {
    letter-spacing: 7px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone01 .title strong {
    letter-spacing: 3.3px;
    font-size: 11px;
  }
}
.page-about .about-zone01 .name {
  margin-top: 80px;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 .name {
    margin-top: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone01 .name {
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .name {
    flex-wrap: Wrap;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone01 .name {
    flex-wrap: nowrap;
  }
}
.page-about .about-zone01 .name strong {
  font-weight: 700;
  font-size: 75px;
  color: #fff;
  font-family: "Pretendard-Regular";
  letter-spacing: 10px;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 .name strong {
    font-size: 3.7vw;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone01 .name strong {
    letter-spacing: 2.7px;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .name strong {
    font-size: 27px;
    display: block;
    width: 100%;
    flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone01 .name strong {
    width: auto;
    padding-right: 10px;
  }
}
.page-about .about-zone01 .name span {
  display: inline-block;
  padding-bottom: 10px;
  padding-left: 30px;
  font-weight: 400;
  font-size: 26px;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  text-transform: uppercase;
  letter-spacing: 0.58px;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 .name span {
    font-size: 1.25vw;
  }
}
@media screen and (max-width: 1600px) {
  .page-about .about-zone01 .name span {
    font-size: 1.55vw;
    padding-left: 1vw;
    padding-bottom: 0.5vw;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .name span {
    font-size: 10px;
    padding-left: 14px;
    padding-bottom: 5px;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .name span {
    padding-left: 5px;
    margin-top: 8px;
    color: #989898;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone01 .name span {
    color: #fff;
  }
}
.page-about .about-zone01 .list {
  margin-top: 100px;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 .list {
    margin-top: 4vw;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .list {
    margin-top: 28px;
  }
}
.page-about .about-zone01 .list li {
  position: relative;
  display: flex;
  align-items: flex-start;
  margin-top: 60px;
  padding-left: 140px;
  text-align: left;
  font-size: 24px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone01 .list li {
    font-size: 1.25vw;
    padding-left: 7vw;
    margin-top: 2.3vw;
  }
}
@media screen and (max-width: 1600px) {
  .page-about .about-zone01 .list li {
    padding-left: 7.5vw;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone01 .list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone01 .list li {
    margin-top: 28px;
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .list li {
    font-size: 12px;
    padding-left: 48px;
    margin-top: 20px;
  }
}
.page-about .about-zone01 .list li:first-of-type {
  margin-top: 0;
}
.page-about .about-zone01 .list li strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 130px;
  color: #989898;
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone01 .list li strong {
    width: 8.8vw;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .list li strong {
    width: 48px;
  }
}
.page-about .about-zone01 .list li span {
  display: block;
}
.page-about .about-zone01 .inner {
  position: relative;
}
.page-about .about-zone01 .inner:before {
  display: block;
  content: "";
  width: 40%;
  height: calc(100% - 100px);
  background-color: #002E82;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 1600px) {
  .page-about .about-zone01 .inner:before {
    height: calc(100% - 100px);
    width: 45%;
    bottom: 0;
  }
}
@media screen and (max-width: 1200px) {
  .page-about .about-zone01 .inner:before {
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone01 .inner:before {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .inner:before {
    display: none;
  }
}
.page-about .about-zone01 .image-w {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 0;
  padding-top: 52%;
  box-sizing: border-box;
  max-width: 1920px;
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone01 .image-w {
    width: 60%;
    padding-top: 60%;
    left: -7%;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone01 .image-w {
    left: 0;
    min-width: 300px;
    min-height: 340px;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .image-w {
    left: -10%;
    padding-top: 80%;
    width: 70%;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone01 .image-w {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone01 .image-w:before {
    display: block;
    position: Absolute;
    left: 0;
    bottom: 0;
    transform: translateX(0%);
    content: "";
    width: 80%;
    height: 290px;
    padding-top: 0;
    background-color: #002E82;
  }
}
.page-about .about-zone01 .image-w:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/about_profile.png");
  background-position: center top;
  background-size: auto 100%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  .page-about .about-zone01 .image-w:after {
    left: -10%;
  }
}
.page-about .about-zone02 {
  max-width: 1920px;
  width: 70%;
  box-sizing: border-box;
  margin: 382px auto 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone02 {
    max-width: 85%;
  }
}
@media screen and (max-width: 1600px) {
  .page-about .about-zone02 {
    margin-top: 14.65vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone02 {
    max-width: 80%;
    width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone02 {
    max-width: 100%;
    width: 100%;
    margin-top: 170px;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone02 {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone02 {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    padding: 0 3vw;
  }
}
.page-about .about-zone02 + .about-zone02 {
  margin-top: 543px;
}
@media screen and (max-width: 1600px) {
  .page-about .about-zone02 + .about-zone02 {
    margin-top: 17.9vw;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone02 + .about-zone02 {
    margin-top: 120px;
  }
}
.page-about .about-zone02 .img {
  width: 50%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page-about .about-zone02 .img {
    flex-shrink: 0;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone02 .img {
    width: 100%;
  }
}
.page-about .about-zone02 .info-text {
  position: relative;
  width: 45%;
  margin-right: 5%;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .page-about .about-zone02 .info-text {
    margin-right: 0;
    width: 100%;
    margin-left: 3vw;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone02 .info-text {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    padding-left: 16px;
    margin-top: 40px;
  }
}
.page-about .about-zone02 .info-text .deco {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 20px;
  color: #337BFF;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 8px;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone02 .info-text .deco {
    font-size: 0.8vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone02 .info-text .deco {
    font-size: 12px;
    letter-spacing: 6px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone02 .info-text .deco {
    display: none;
  }
}
.page-about .about-zone02 .info-text .title {
  font-size: 30px;
  color: #fff;
  flex-shrink: 0;
  width: 100%;
  font-weight: 700;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone02 .info-text .title {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone02 .info-text .title {
    font-size: 19px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone02 .info-text .title {
    color: #337BFF;
    font-size: 13px;
  }
}
.page-about .about-zone02 .info-text .list {
  flex-shrink: 0;
  width: 100%;
  margin-top: 3.5vw;
}
@media screen and (max-width: 767px) {
  .page-about .about-zone02 .info-text .list {
    margin-top: 40px;
  }
}
.page-about .about-zone02 .info-text .list li {
  margin-top: 10px;
  position: relative;
  padding-left: 7vw;
  font-size: 26px;
  font-family: "Pretendard-Regular";
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone02 .info-text .list li {
    font-size: 1.25vw;
    padding-left: 7.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone02 .info-text .list li {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone02 .info-text .list li {
    padding-left: 55px;
    font-size: 12px;
  }
}
.page-about .about-zone02 .info-text .list li strong {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  text-align: left;
  color: #989898;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .page-about .about-zone02 .info-text .list li strong {
    width: 8vw;
  }
}
.page-about .about-zone02 .info-text .list li span {
  color: #fff;
  line-height: 1.5;
  word-break: keep-all;
}
.page-about .about-zone02 .info-text .list li:first-of-type {
  margin-top: 0;
}
.page-about .about-zone02.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 500px) {
  .page-about .about-zone02.reverse {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
}
.page-about .about-zone02.reverse .info-text {
  margin-right: 0;
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone02.reverse .info-text {
    padding-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone02.reverse .info-text {
    margin-left: 0;
    padding-left: 16px;
  }
}
.page-about .about-zone03 {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  box-sizing: border-box;
  background-color: #000;
  max-width: 1920px;
  width: 80%;
  margin: 375px auto 0;
}
@media screen and (max-width: 1024px) {
  .page-about .about-zone03 {
    margin-top: 175px;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone03 {
    margin-top: 90px;
    padding-top: 220px;
    width: 100%;
  }
}
.page-about .about-zone03 .text {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 50%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .page-about .about-zone03 .text {
    position: absolute;
    left: 50%;
    top: 0;
    width: 80%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone03 .text {
    right: 50%;
    margin-right: -30px;
    width: 90%;
  }
}
.page-about .about-zone03 .text img {
  position: Absolute;
  left: 0;
  top: 5vw;
  z-index: 1;
  max-width: 785px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .page-about .about-zone03 .text img {
    width: 90%;
    display: block;
    left: 50%;
    transform: translate(-50%);
  }
}
.page-about .about-zone03 .text p {
  position: absolute;
  left: 0;
  top: 30vw;
  color: #CBCBCB;
  font-size: 21px;
  line-height: 1.5;
  word-break: keep-all;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  .page-about .about-zone03 .text p {
    font-size: 1vw;
  }
}
@media screen and (max-width: 767px) {
  .page-about .about-zone03 .text p {
    top: 30vw;
    width: 60%;
    font-size: 11px;
  }
}
@media screen and (max-width: 640px) {
  .page-about .about-zone03 .text p {
    top: 32vw;
  }
}
.page-about .about-zone03 .img {
  position: relative;
  z-index: 1;
  overflow: hidden;
  width: 64%;
}
@media screen and (max-width: 767px) {
  .page-about .about-zone03 .img {
    left: auto;
  }
}
@media screen and (max-width: 500px) {
  .page-about .about-zone03 .img {
    min-width: 205px;
  }
}
.page-about .about-zone03 .img img {
  display: block;
  width: 100%;
}

/* ------------ ##contact ------------ */
.page-contact {
  overflow: hidden;
  background-color: #000;
  color: #fff;
}
.page-contact .title-zone .title {
  background-color: #002E82;
  overflow: hidden;
}
.page-contact .title-zone .title:after {
  background-image: url("../img/contact_img01.png");
}
@media screen and (max-width: 767px) {
  .page-contact .title-zone .title:after {
    left: 0;
    transform: translate(0);
    background-position: left bottom;
    background-image: url("../img/contact_img02.png");
  }
}
.page-contact .title-zone .title h3 {
  left: 60vw;
}
@media screen and (max-width: 1024px) {
  .page-contact .title-zone .title h3 {
    left: 60vw;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .title-zone .title h3 {
    right: 10vw !important;
    left: auto;
  }
}
@media screen and (max-width: 640px) {
  .page-contact .title-zone .title h3 {
    left: auto;
    right: 5vw !important;
  }
}
.page-contact .contact-zone {
  width: 75%;
  margin: 80px auto 0;
  max-width: 1647px;
}
@media screen and (max-width: 1600px) {
  .page-contact .contact-zone {
    margin-top: 11vw;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-zone {
    width: 90%;
    margin: 60px auto 0;
  }
}
.page-contact .contact-zone .title strong {
  font-size: 70px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
}
@media screen and (max-width: 1920px) {
  .page-contact .contact-zone .title strong {
    font-size: 3.65vw;
  }
}
@media screen and (max-width: 1600px) {
  .page-contact .contact-zone .title strong {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .contact-zone .title strong {
    font-size: 36px;
  }
}
.page-contact .contact-zone .title span {
  display: block;
  margin-top: 12px;
  font-size: 24px;
  font-weight: 400;
  font-family: "Pretendard-Regular";
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.29px;
}
@media screen and (max-width: 1920px) {
  .page-contact .contact-zone .title span {
    font-size: 1.55vw;
  }
}
@media screen and (max-width: 1600px) {
  .page-contact .contact-zone .title span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .contact-zone .title span {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-zone .title span {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .page-contact .contact-zone .title span {
    font-size: 12px;
  }
}
.page-contact .contact-zone .text {
  font-size: 24px;
  margin-top: 58px;
  font-weight: 400;
  line-height: 40px;
  font-family: "Pretendard-Regular";
  color: #fff;
  letter-spacing: 0.29px;
}
@media screen and (max-width: 1920px) {
  .page-contact .contact-zone .text {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1600px) {
  .page-contact .contact-zone .text {
    font-size: 1.5vw;
    line-height: 1.5;
    margin-top: 3.8vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .contact-zone .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .contact-zone .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 640px) {
  .page-contact .contact-zone .text {
    font-size: 12px;
  }
}
.page-contact .form-zone {
  width: 75%;
  max-width: 1647px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 150px auto 0;
}
@media screen and (max-width: 1600px) {
  .page-contact .form-zone {
    margin-top: 18vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .form-zone {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .form-zone {
    width: 90%;
    padding: 0;
  }
}
.page-contact .form-zone .row {
  display: flex;
  width: calc(100% + 40px);
  padding-top: 70px;
}
@media screen and (max-width: 1600px) {
  .page-contact .form-zone .row {
    padding-top: 4.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .form-zone .row {
    display: block;
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .form-zone .row {
    padding-top: 30px;
  }
}
.page-contact .form-zone .row:first-of-type {
  padding-top: 0;
}
.page-contact .form-zone .row p,
.page-contact .form-zone .row .add-file {
  padding-right: 40px;
  width: 100%;
  box-sizing: border-box;
}
.page-contact .form-zone .row p strong,
.page-contact .form-zone .row .add-file strong {
  display: block;
  font-size: 24px;
  font-weight: 600;
  font-family: "Pretendard-Regular";
}
@media screen and (max-width: 1600px) {
  .page-contact .form-zone .row p strong,
  .page-contact .form-zone .row .add-file strong {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .form-zone .row p strong,
  .page-contact .form-zone .row .add-file strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .form-zone .row p strong,
  .page-contact .form-zone .row .add-file strong {
    font-size: 12px;
  }
}
.page-contact .form-zone .row p .add-file-cont,
.page-contact .form-zone .row p > input,
.page-contact .form-zone .row p > select,
.page-contact .form-zone .row .add-file .add-file-cont,
.page-contact .form-zone .row .add-file > input,
.page-contact .form-zone .row .add-file > select {
  display: block;
  margin-top: 10px;
  padding: 0 10px;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  border: 0;
  border-bottom: 2px solid #B6B6B6;
  font-size: 25px;
  color: rgba(255, 255, 255, 0.5);
  font-family: "Pretendard-Regular";
}
@media screen and (max-width: 1600px) {
  .page-contact .form-zone .row p .add-file-cont,
  .page-contact .form-zone .row p > input,
  .page-contact .form-zone .row p > select,
  .page-contact .form-zone .row .add-file .add-file-cont,
  .page-contact .form-zone .row .add-file > input,
  .page-contact .form-zone .row .add-file > select {
    font-size: 1.57vw;
    height: 50px;
    padding: 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .form-zone .row p .add-file-cont,
  .page-contact .form-zone .row p > input,
  .page-contact .form-zone .row p > select,
  .page-contact .form-zone .row .add-file .add-file-cont,
  .page-contact .form-zone .row .add-file > input,
  .page-contact .form-zone .row .add-file > select {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .form-zone .row p .add-file-cont,
  .page-contact .form-zone .row p > input,
  .page-contact .form-zone .row p > select,
  .page-contact .form-zone .row .add-file .add-file-cont,
  .page-contact .form-zone .row .add-file > input,
  .page-contact .form-zone .row .add-file > select {
    border-bottom-width: 1px;
    height: 40px;
  }
}
.page-contact .form-zone .row p select,
.page-contact .form-zone .row .add-file select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-position: 97% center;
  background-size: 3% auto;
  background-repeat: no-repeat;
  background-image: url("../img/icon_arrow.svg");
}
.page-contact .form-zone .row p select option,
.page-contact .form-zone .row .add-file select option {
  color: #000;
}
.page-contact .form-zone .row p strong {
  letter-spacing: 0.29px;
}
@media screen and (max-width: 1024px) {
  .page-contact .form-zone .row p + p,
  .page-contact .form-zone .row .add-file {
    padding-top: 4.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .form-zone .row p + p,
  .page-contact .form-zone .row .add-file {
    padding-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .form-zone .row p + p,
  .page-contact .form-zone .row .add-file {
    padding-top: 30px;
  }
}
.page-contact .form-zone .row p + p .add-file-cont,
.page-contact .form-zone .row .add-file .add-file-cont {
  align-items: center;
}
@media screen and (max-width: 1600px) {
  .page-contact .form-zone .row p + p .file-name,
  .page-contact .form-zone .row .add-file .file-name {
    font-size: 1.57vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .form-zone .row p + p .file-name,
  .page-contact .form-zone .row .add-file .file-name {
    font-size: 14px;
  }
}
.page-contact .form-zone .row textarea {
  resize: none;
  margin-top: 10px;
  width: 100%;
  height: 170px;
  border: 0;
  padding: 10px;
  font-size: 25px;
  font-family: "Pretendard-Regular";
  color: #fff;
  box-sizing: border-box;
  border-bottom: 2px solid #B6B6B6;
}
@media screen and (max-width: 1600px) {
  .page-contact .form-zone .row textarea {
    font-size: 1.57vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .form-zone .row textarea {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .form-zone .row textarea {
    border-bottom-width: 1px;
  }
}
.page-contact .add-file-cont {
  position: relative;
  display: flex;
  box-sizing: border-box;
  width: 100%;
  height: 60px;
  margin-top: 10px;
  border-bottom: 2px solid #707070;
}
@media screen and (max-width: 1600px) {
  .page-contact .add-file-cont {
    height: auto;
    padding: 1vw 0;
  }
}
.page-contact .add-file-cont .file-name {
  flex-shrink: 0;
  display: block;
  width: 100%;
  color: #fff;
}
@media screen and (max-width: 1600px) {
  .page-contact .add-file-cont .file-name {
    font-size: 1.57vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .add-file-cont .file-name {
    font-size: 14px;
  }
}
.page-contact .add-file-cont .input-file {
  flex-shrink: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  width: 30%;
  height: 100%;
  border-bottom: 0;
  margin-top: 0;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .page-contact .add-file-cont .input-file {
    width: 120px;
  }
}
.page-contact .add-file-cont .input-file:hover + .btn-addfile {
  cursor: pointer;
  background-color: #002E82;
  border-color: #002E82;
  color: #fff;
}
.page-contact .add-file-cont .input-file:hover + .btn-addfile span {
  color: #fff;
}
.page-contact .add-file-cont .input-file:hover + .btn-addfile span:before {
  filter: brightness(0) invert(1);
}
.page-contact .add-file-cont .btn-addfile {
  transition: all ease-in-out 0.3s;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 10px;
  z-index: 0;
  border: 1px solid #B6B6B6;
  color: #fff;
  width: 30%;
  max-width: 246px;
  height: 46px;
  box-sizing: border-box;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  font-family: "Pretendard-Regular";
}
@media screen and (max-width: 1600px) {
  .page-contact .add-file-cont .btn-addfile {
    font-size: 1.15vw;
    width: 30%;
    height: auto;
    padding: 1vw 0;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .add-file-cont .btn-addfile {
    font-size: 12px;
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .add-file-cont .btn-addfile {
    width: 110px;
    height: 28px;
  }
}
.page-contact .add-file-cont .btn-addfile span {
  display: inline-block;
  padding-left: 35px;
  position: relative;
  color: #fff;
}
.page-contact .add-file-cont .btn-addfile span:before {
  display: block;
  content: "";
  width: 23px;
  height: 27px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("../img/icon_upload.svg");
  background-size: 15px auto;
  background-repeat: no-repeat;
  background-position: center;
  transition: all ease-in-out;
  filter: brightness(0) invert(1);
}
.page-contact .btn-send {
  display: block;
  max-width: 396px;
  width: 100%;
  height: 57px;
  margin: 222px auto;
  line-height: 57px;
  text-align: center;
  border: 2px solid #fff;
  background-color: #fff;
  color: #000;
  box-sizing: border-box;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  font-size: 18px;
  text-transform: uppercase;
  transition: all ease-in-out 0.3s;
  letter-spacing: 5.4px;
  font-weight: 600;
}
@media screen and (max-width: 1600px) {
  .page-contact .btn-send {
    font-size: 1.15vw;
    height: auto;
    width: auto;
    padding: 1vw 11vw;
    margin: 13.9vw auto;
    line-height: 1.5;
  }
}
@media screen and (max-width: 1024px) {
  .page-contact .btn-send {
    font-size: 14px;
    width: 270px;
    height: 45px;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-contact .btn-send {
    font-size: 12px;
    height: 38px;
    width: 240px;
    border-width: 1px;
  }
}
.page-contact .btn-send:hover {
  cursor: pointer;
  background-color: #002E82;
  border-color: #002E82;
  color: #fff;
}

/* ------------ ##work&news ------------ */
.page-work {
  background-color: #000;
  color: #fff;
  overflow: hidden;
}
.page-work .container01 {
  padding-bottom: 234px;
}
@media screen and (max-width: 1600px) {
  .page-work .container01 {
    padding-bottom: 13.1vw;
  }
}
.page-work .title-zone .title {
  background-color: #002E82;
  overflow: hidden;
}
.page-work .title-zone .title br {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-work .title-zone .title br {
    display: block;
  }
}
.page-work .title-zone .title:after {
  background-image: url("../img/work_img01.png");
}
@media screen and (max-width: 767px) {
  .page-work .title-zone .title:after {
    background-image: url("../img/work_img02.png");
  }
}
.page-work .title-zone .title h3 {
  left: 55vw;
}
@media screen and (max-width: 1600px) {
  .page-work .title-zone .title h3 {
    left: auto;
    right: 7vw;
  }
}
@media screen and (max-width: 1200px) {
  .page-work .title-zone .title h3 {
    right: 5vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-work .title-zone .title h3 {
    right: 7vw;
  }
}
@media screen and (max-width: 767px) {
  .page-work .title-zone .title h3 {
    right: 10vw;
  }
  .page-work .title-zone .title h3:after {
    left: 12px;
  }
}
@media screen and (max-width: 640px) {
  .page-work .title-zone .title h3 {
    right: 8vw;
  }
}
.page-work .btn-zone01 {
  display: flex;
  width: calc(100% + 18px);
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
  max-width: 1920px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1920px) {
  .page-work .btn-zone01 {
    max-width: 95%;
  }
}
@media screen and (max-width: 1600px) {
  .page-work .btn-zone01 {
    margin-top: 5.05vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-work .btn-zone01 {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .page-work .btn-zone01 {
    display: block;
    width: 100%;
    max-width: 240px;
    -moz-column-gap: 0px;
         column-gap: 0px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 640px) {
  .page-work .btn-zone01 {
    max-width: 180px;
  }
}
.page-work .btn-zone01 .btn-row {
  display: Flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 18px;
       column-gap: 18px;
}
@media screen and (max-width: 1024px) {
  .page-work .btn-zone01 .btn-row {
    margin-top: 18px;
  }
  .page-work .btn-zone01 .btn-row:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .page-work .btn-zone01 .btn-row {
    display: block;
  }
}
.page-work .btn-zone01 .btn-row:nth-of-type(1) {
  width: 60%;
}
@media screen and (max-width: 1024px) {
  .page-work .btn-zone01 .btn-row:nth-of-type(1) {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .page-work .btn-zone01 .btn-row:nth-of-type(1) {
    width: 100%;
  }
}
.page-work .btn-zone01 .btn-row:nth-of-type(1) .btn01 {
  width: 33.3%;
}
@media screen and (max-width: 767px) {
  .page-work .btn-zone01 .btn-row:nth-of-type(1) .btn01 {
    width: 100%;
  }
}
.page-work .btn-zone01 .btn-row:nth-of-type(2) {
  width: 40%;
}
@media screen and (max-width: 1024px) {
  .page-work .btn-zone01 .btn-row:nth-of-type(2) {
    justify-content: center;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .page-work .btn-zone01 .btn-row:nth-of-type(2) {
    width: 100%;
  }
}
.page-work .btn-zone01 .btn-row:nth-of-type(2) .btn01 {
  width: 50%;
}
@media screen and (max-width: 1024px) {
  .page-work .btn-zone01 .btn-row:nth-of-type(2) .btn01 {
    width: 33.3%;
  }
}
@media screen and (max-width: 767px) {
  .page-work .btn-zone01 .btn-row:nth-of-type(2) .btn01 {
    width: 100%;
    margin-top: 30px;
  }
}
.page-work .btn-zone01 .btn01 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-family: "Montserrat", "sans-serif", "Recipekorea", "Pretendard-Regular", "Noto Sans KR", "맑은 고딕", "Malgun Gothic", "Apple SD Gothic Neo", "Dotum", "돋움", "Gulim", "굴림", "굴림체", Sans-Serif;
  width: 50%;
  height: 57px;
  border: 1px solid #707070;
  box-sizing: border-box;
  transition: all 0.2s;
  text-transform: uppercase;
  font-weight: 500;
}
@media screen and (max-width: 1600px) {
  .page-work .btn-zone01 .btn01 {
    font-size: 1.2vw;
    height: auto;
    padding: 1vw 2vw;
  }
}
@media screen and (max-width: 1024px) {
  .page-work .btn-zone01 .btn01 {
    font-size: 14px;
    height: 38px;
    padding: 0 20px;
    letter-spacing: 3px;
  }
}
@media screen and (max-width: 767px) {
  .page-work .btn-zone01 .btn01 {
    width: 100%;
    margin-top: 30px;
    font-size: 12px;
    height: 38px;
  }
  .page-work .btn-zone01 .btn01:first-of-type {
    margin-top: 0;
  }
}
@media screen and (max-width: 640px) {
  .page-work .btn-zone01 .btn01 {
    height: 30px;
  }
}
.page-work .btn-zone01 .btn01 strong {
  font-weight: 500;
  letter-spacing: 0.4vw;
}
.page-work .btn-zone01 .btn01:hover {
  background-color: #002E82;
  border-color: #002E82;
  color: #fff;
  cursor: pointer;
}
.page-work .work-zone01 {
  max-width: 1920px;
  width: 65%;
  padding: 80px 0 0;
  margin: 0 auto;
}
@media screen and (max-width: 1920px) {
  .page-work .work-zone01 {
    max-width: 85%;
    width: 100%;
    padding: 8vw 0 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1600px) {
  .page-work .work-zone01 {
    max-width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 {
    box-sizing: border-box;
  }
}
@media screen and (max-width: 767px) {
  .page-work .work-zone01 {
    padding-top: 40px;
  }
}
.page-work .work-zone01 + .work-zone01 {
  padding-top: 14vw;
}
@media screen and (max-width: 767px) {
  .page-work .work-zone01 + .work-zone01 {
    padding-top: 72px;
  }
}
.page-work .work-zone01 .work-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 31px;
}
@media screen and (max-width: 1920px) {
  .page-work .work-zone01 .work-row {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row {
    margin-top: 10px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .page-work .work-zone01 .work-row {
    margin-top: 5px;
  }
}
.page-work .work-zone01 .work-row a {
  display: block;
}
.page-work .work-zone01 .work-row:first-of-type {
  margin-top: 0;
}
.page-work .work-zone01 .work-row .info {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  padding: 3vw 2.5vw;
  box-sizing: border-box;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s;
  width: 100%;
  height: 100%;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-work .work-zone01 .work-row .info {
    padding: 12px 10px;
  }
}
.page-work .work-zone01 .work-row .info .title {
  font-size: 37px;
  word-break: keep-all;
  line-height: 1.5;
}
@media screen and (max-width: 1600px) {
  .page-work .work-zone01 .work-row .info .title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row .info .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .page-work .work-zone01 .work-row .info .title {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .page-work .work-zone01 .work-row .info .title {
    font-size: 14px;
  }
}
.page-work .work-zone01 .work-row .info .text {
  display: block;
  margin-top: 13px;
  font-size: 21px;
  line-height: 1.7;
  word-break: keep-all;
}
@media screen and (max-width: 1600px) {
  .page-work .work-zone01 .work-row .info .text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row .info .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .page-work .work-zone01 .work-row .info .text {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .page-work .work-zone01 .work-row .info .text {
    font-size: 12px;
  }
}
.page-work .work-zone01 .work-row [class*=work-cell0] {
  flex-shrink: 0;
  position: relative;
  padding-top: 28%;
  overflow: hidden;
}
.page-work .work-zone01 .work-row [class*=work-cell0].work-cell01 {
  width: calc(60% - 15px);
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell01 {
    width: calc(60% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell01 {
    width: calc(60% - 2.5x);
  }
}
.page-work .work-zone01 .work-row [class*=work-cell0].work-cell02 {
  width: calc(40% - 15px);
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell02 {
    width: calc(40% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell02 {
    width: calc(40% - 2.5px);
  }
}
.page-work .work-zone01 .work-row [class*=work-cell0].work-cell03 {
  width: calc(35% - 15px);
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell03 {
    width: calc(35% - 5px);
  }
}
@media screen and (max-width: 767px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell03 {
    width: calc(35% - 2.5px);
  }
}
.page-work .work-zone01 .work-row [class*=work-cell0].work-cell04 {
  width: calc(30% - 15px);
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell04 {
    width: calc(30% - 15px);
  }
}
.page-work .work-zone01 .work-row [class*=work-cell0].work-cell05 {
  width: calc(30% - 15px);
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell05 {
    width: calc(30% - 5px);
  }
}
.page-work .work-zone01 .work-row [class*=work-cell0].work-cell06 {
  width: calc(40% - 15px);
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell06 {
    width: calc(40% - 5px);
  }
}
.page-work .work-zone01 .work-row [class*=work-cell0].work-cell07 {
  width: calc(45% - 15px);
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell07 {
    width: calc(45% - 5px);
  }
}
.page-work .work-zone01 .work-row [class*=work-cell0].work-cell08 {
  width: calc(55% - 15px);
}
@media screen and (max-width: 1024px) {
  .page-work .work-zone01 .work-row [class*=work-cell0].work-cell08 {
    width: calc(55% - 5px);
  }
}
@media screen and (min-width: 1025px) {
  .page-work .work-zone01 .work-row [class*=work-cell0]:hover .info {
    opacity: 1;
  }
}
.page-work .work-zone01 .work-row [class*=work-cell0] .img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}
.page-work .work-zone01 .work-row [class*=work-cell0] .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 100%;
  height: auto;
}

.advertisement .work-row {
  display: flex;
  padding-right: calc(35% + 30px);
  position: relative;
  box-sizing: border-box;
  width: 100%;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .advertisement .work-row {
    padding-right: calc(35% + 10px);
  }
}
@media screen and (max-width: 1024px) {
  .advertisement .work-row {
    padding-right: calc(35% + 5px);
  }
}
.advertisement .work-group01 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.advertisement .work-group01 .work-cell01 {
  flex-shrink: 0;
  width: 100% !important;
  padding-top: 45% !important;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .advertisement .work-group01 .work-cell01 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .advertisement .work-group01 .work-cell01 {
    margin-bottom: 5px;
  }
}
.advertisement .work-group01 .work-cell01 img {
  height: auto !important;
  width: 100%;
}
.advertisement .work-group01 .work-cell02 {
  width: calc(50% - 30px) !important;
  flex-shrink: 0;
  height: auto !important;
}
@media screen and (max-width: 1024px) {
  .advertisement .work-group01 .work-cell02 {
    width: calc(50% - 10px) !important;
  }
}
@media screen and (max-width: 767px) {
  .advertisement .work-group01 .work-cell02 {
    width: calc(50% - 5px) !important;
  }
}
.advertisement .work-group01 .work-cell02 img {
  height: auto !important;
  width: 100%;
}
.advertisement .work-group01 .work-cell03 {
  width: 50% !important;
  flex-shrink: 0;
}
.advertisement .work-group01 .work-cell03 img {
  height: auto !important;
  width: 100%;
}
.advertisement .work-group02 {
  position: absolute;
  right: 0;
  top: 0;
  width: 35%;
  height: 100%;
  flex-shrink: 0;
}
.advertisement .work-group02 .work-cell04 {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100%;
  padding-top: 0 !important;
}

.w100 img {
  height: auto !important;
  width: 100% !important;
}

.h100 img {
  height: 100% !important;
  width: auto !important;
}

.pTop img {
  top: 0 !important;
  transform: translate(-50%, 0) !important;
}

.work-zone-title {
  display: flex;
  justify-content: center;
  padding-top: 300px;
}
@media screen and (max-width: 767px) {
  .work-zone-title {
    padding-top: 140px;
  }
}
.work-zone-title .work-zone-cont {
  background-color: #002E82;
  color: #fff;
  letter-spacing: 5.4px;
  font-size: 18px;
  width: 100%;
  max-width: 396px;
  text-align: center;
  padding: 1vw 0;
  min-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .work-zone-title .work-zone-cont {
    font-size: 16px;
    min-height: 45px;
    max-width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  .work-zone-title .work-zone-cont {
    background-color: #000;
  }
}

.work-zone-text {
  text-align: center;
  line-height: 1.5;
  padding: 0 20px;
  word-break: keep-all;
  margin-top: 80px;
}
@media screen and (max-width: 1920px) {
  .work-zone-text {
    margin-top: 8vw;
  }
}
@media screen and (max-width: 767px) {
  .work-zone-text {
    margin-top: 20px;
    font-size: 12px;
  }
}

/* ------------ ##스폰서 ------------ */
.sponsor-w {
  display: block;
  margin: 200px auto 0;
  text-align: center;
  max-width: 570px;
}
@media screen and (max-width: 1920px) {
  .sponsor-w {
    margin-top: 8vw;
    max-width: 33vw;
  }
}
@media screen and (max-width: 1200px) {
  .sponsor-w {
    min-width: 400px;
  }
}
@media screen and (max-width: 1024px) {
  .sponsor-w {
    min-width: 350px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-w {
    width: 300px;
    min-width: 300px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 640px) {
  .sponsor-w {
    min-width: 280px;
    width: 280px;
  }
}
.sponsor-w .title-type01 {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7vw 7vw;
  background-color: #002E82;
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 5.4px;
  min-height: 38px;
  min-width: 240px;
  box-sizing: border-box;
}
@media screen and (max-width: 1920px) {
  .sponsor-w .title-type01 {
    font-size: 0.95vw;
    min-height: 38px;
  }
}
@media screen and (max-width: 1200px) {
  .sponsor-w .title-type01 {
    font-size: 14px;
    min-height: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .sponsor-w .title-type01 {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
  .sponsor-w .title-type01 {
    font-size: 11px;
  }
}
.sponsor-w .title-type01 strong {
  font-weight: 500;
}
.sponsor-w ul {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 115px;
}
@media screen and (max-width: 1920px) {
  .sponsor-w ul {
    margin-top: 6vw;
  }
}
@media screen and (max-width: 640px) {
  .sponsor-w ul {
    margin-top: 40px;
  }
}
.sponsor-w ul li {
  display: block;
  position: relative;
  padding-left: 230px;
  font-size: 29px;
  margin-top: 20px;
}
@media screen and (max-width: 1920px) {
  .sponsor-w ul li {
    font-size: 1.52vw;
    padding-left: 12vw;
    margin-top: 0.8vw;
  }
}
@media screen and (max-width: 1200px) {
  .sponsor-w ul li {
    font-size: 18px;
    margin-top: 10px;
    padding-left: 150px;
  }
}
@media screen and (max-width: 1024px) {
  .sponsor-w ul li {
    font-size: 16px;
    padding-left: 145px;
  }
}
@media screen and (max-width: 767px) {
  .sponsor-w ul li {
    font-size: 14px;
    padding-left: 115px;
  }
}
@media screen and (max-width: 640px) {
  .sponsor-w ul li {
    padding-left: 90px;
  }
}
.sponsor-w ul li strong {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 230px;
  color: #989898;
}
@media screen and (max-width: 1200px) {
  .sponsor-w ul li strong {
    width: auto;
  }
}
.sponsor-w ul li span {
  display: block;
  color: #fff;
}/*# sourceMappingURL=style.css.map */