/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

body {
  line-height: 1;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

button {
  border: 0;
  background: transparent;
}

.swiper-button-prev,
.swiper-button-next {
  outline: none;
}

@font-face {
  font-family: "MarkProBold";
  font-style: normal;
  font-weight: normal;
  src: local(""), url("../font/MarkProBold.woff2") format("woff2"), url("../font/MarkProBold.eot") format("woff"), url("../font/MarkProBold.otf") format("woff");
}

.header {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 36px 0;
  margin: 0 60px;
  z-index: 99;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.header a {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.header .logo {
  width: 302px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/logo.png);
  font-size: 0;
}

.header .menu {
  width: 48px;
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../images/menu.png);
  font-size: 0;
  cursor: pointer;
}

.header.header-fixed {
  opacity: 1;
  visibility: visible;
}

.header.header-fixed.black-bg .logo {
  background-image: url(../images/logo_w.png);
}

.header.header-fixed.black-bg .menu {
  background-image: url(../images/menu_w.png);
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #fff;
  border-top: 1px solid #e8e8e8;
}

.footer div {
  padding: 110px 0;
}

.footer div:first-child {
  margin-right: 258px;
  margin-left: 110px;
}

.footer div:nth-child(2) {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.footer div:last-child {
  margin-left: 100px;
  margin-right: 230px;
}

.footer .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 52px;
}

.footer .sns-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #c6c6c6;
  border-radius: 50%;
  cursor: pointer;
}

.footer .sns-list li::before {
  content: '';
  display: block;
  width: 46px;
  height: 38px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_sns.png);
  background-position-y: center;
}

.footer .sns-list-twitter::before {
  background-position-x: -47px;
}

.footer .sns-list-facebook::before {
  background-position-x: -92px;
}

.intro-wrap {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.intro {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #121212;
}

.intro .round-line {
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1920px;
  height: 100vh;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
          transform-origin: center center;
  background-repeat: no-repeat;
  background-position: center center;
  z-index: 1;
}

.intro .round-line-lg {
  position: absolute;
  top: 0;
  left: 0;
  width: 1920px;
  height: 100vh;
  background-image: url(../images/line_lg.png);
  -webkit-animation: aniCircle 8s linear infinite;
          animation: aniCircle 8s linear infinite;
}

.intro .round-line-md {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  margin-left: -514px;
  margin-top: -505px;
  width: 1028px;
  height: 100vh;
  background-image: url(../images/line_md.png);
  -webkit-animation: aniCircle2 10s linear infinite;
          animation: aniCircle2 10s linear infinite;
}

.intro .round-line-sm {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 964px;
  height: 100vh;
  margin-left: -486px;
  margin-top: -485px;
  background-image: url(../images/line_sm.png);
  -webkit-animation: aniCircle 20s linear infinite;
          animation: aniCircle 20s linear infinite;
}

.intro .btn-drag {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: transparent;
  border: 0;
  cursor: pointer;
  padding: 50px;
  z-index: 20;
  cursor: -webkit-grab;
  cursor: grab;
  -webkit-animation: drag-ani .4s infinite ease-in alternate;
          animation: drag-ani .4s infinite ease-in alternate;
}

.intro .drag-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 780px;
  height: 780px;
}

.intro.active {
  display: none;
}

@-webkit-keyframes drag-ani {
  0% {
    margin-left: -1rem;
  }
  100% {
    margin-left: 0;
  }
}

@keyframes drag-ani {
  0% {
    margin-left: -1rem;
  }
  100% {
    margin-left: 0;
  }
}

:root {
  --mainBlack: #121212;
}

.split-wrapper {
  display: none;
  width: 100%;
  height: 100vh;
  cursor: pointer;
}

/* movie-play-button */
.split-wrapper .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity .05s ease-in;
  transition: opacity .05s ease-in;
  cursor: pointer;
}

.split-wrapper.ready .play-button {
  opacity: 1;
}

.split-wrapper.ready .split-item-contents h2,
.split-wrapper.ready .split-item-contents .more-view {
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

.split-wrapper .play-button .play-circle {
  width: 11vh;
  height: 11vh;
}

@-webkit-keyframes play-button-circle {
  0% {
    stroke-dashoffset: 0;
  }
  75% {
    stroke-dashoffset: -824;
  }
  100% {
    stroke-dashoffset: -864;
  }
}

@keyframes play-button-circle {
  0% {
    stroke-dashoffset: 0;
  }
  75% {
    stroke-dashoffset: -824;
  }
  100% {
    stroke-dashoffset: -864;
  }
}

.split-wrapper .play-button .play-circle circle {
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 432, 432;
  stroke-dashoffset: 0;
  fill: transparent;
  -webkit-animation: play-button-circle 1s 1.5s;
          animation: play-button-circle 1s 1.5s;
  /* transition: 1s; */
}

.split-wrapper .play-button::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-top: 0.6vh solid transparent;
  border-left: 1.1vh solid #fff;
  border-bottom: 0.6vh solid transparent;
}

.split-item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 1.15s ease;
  transition: 1.15s ease;
  overflow: hidden;
}

.split-item:hover {
  -webkit-box-flex: 2.75;
      -ms-flex: 2.75;
          flex: 2.75;
}

.split-item.introduce {
  background-color: #121212;
  color: #fff;
}

.split-item.program {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #fff;
}

.split-item-contents {
  position: relative;
  min-width: 100vw;
}

.split-item .split-item-contents .background {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-clip-path: circle(35vh at center);
          clip-path: circle(35vh at center);
  color: #121212;
}

.split-item.program .split-item-contents .background {
  background-image: url(../images/img-main-program.jpg);
}

.split-item.introduce .split-item-contents .background {
  background-image: url(../images/img-main-introduce.jpg);
}

.split-item .split-item-contents h2 {
  position: absolute;
  top: 50%;
  font: 12vh "MarkProBold", sans-serif;
  color: transparent;
  text-transform: uppercase;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  z-index: 9;
}

/* .split-item .split-item-contents h2::after {
  color: rgb(255, 255, 255); 
  mix-blend-mode: difference;
} */
.split-item:hover .split-item-contents h2 {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 300' preserveAspectRatio='xMinYMin meet' %3E%3Cpath d='M0,100 C400,200 400,10 800,100 L800,300 L0,300 Z' style='stroke: none; fill: %23fff' %3E%3C/path%3E%3C/svg%3E") repeat-x left bottom;
  background-clip: text;
  -moz-background-clip: text;
  -webkit-background-clip: text;
}

.split-item:hover.program .split-item-contents h2 {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 800 300' preserveAspectRatio='xMinYMin meet' %3E%3Cpath d='M0,100 C400,200 400,10 800,100 L800,300 L0,300 Z' style='stroke: none; fill: %23111' %3E%3C/path%3E%3C/svg%3E");
}

.split-item.program .split-item-contents h2 {
  left: calc(100vw - 6vw);
  /* 1.167em */
  -webkit-transform: rotate(90deg) translateX(-50%);
          transform: rotate(90deg) translateX(-50%);
  -webkit-text-stroke: 0.008em #222;
  mix-blend-mode: difference;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.split-item.introduce .split-item-contents h2 {
  left: 6vw;
  -webkit-transform: rotate(270deg) translateX(-50%);
          transform: rotate(270deg) translateX(-50%);
  -webkit-text-stroke: 0.003em #fff;
  mix-blend-mode: difference;
  -webkit-filter: revert(100%);
  filter: revert(100%);
}

.split-item .more-view {
  position: absolute;
  top: calc(50% - 0.5455em);
  left: calc(20vw - 5em);
  letter-spacing: 0.1em;
  text-transform: uppercase;
  z-index: 10;
}

.split-item .more-view::before,
.split-item .more-view::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.split-item .more-view::before {
  content: "";
  left: 100%;
  display: block;
  width: 5em;
  height: 0.182em;
  margin: 0 0.818em;
  background-color: #d0d0d0;
}

.split-item .more-view::after {
  content: "";
  right: -100%;
  width: 0;
  height: 0;
  margin-right: 2px;
  border-top: 0.455em solid transparent;
  border-left: 0.455em solid #d0d0d0;
  border-bottom: 0.455em solid transparent;
  border-radius: 0.364em;
}

.split-item.program .more-view {
  left: unset;
  right: calc(20vw - 5em);
  color: #121212;
  mix-blend-mode: difference;
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

.split-item.program .more-view::before {
  left: -100%;
  background-color: #414141;
}

.split-item.program .more-view::after {
  left: -100%;
  margin-left: 4px;
  border-left: none;
  border-right: 0.455em solid #414141;
}

@-webkit-keyframes more-knock {
  0% {
    -webkit-transform: translateX(-0.455em);
            transform: translateX(-0.455em);
  }
  100% {
    -webkit-transform: translateX(0.455em);
            transform: translateX(0.455em);
  }
}

@keyframes more-knock {
  0% {
    -webkit-transform: translateX(-0.455em);
            transform: translateX(-0.455em);
  }
  100% {
    -webkit-transform: translateX(0.455em);
            transform: translateX(0.455em);
  }
}

.split-item .more-view:hover {
  -webkit-animation: more-knock .3s infinite ease-in alternate;
          animation: more-knock .3s infinite ease-in alternate;
}

.split-item.program .more-view:hover {
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
}

@-webkit-keyframes fill-up {
  0% {
    background-size: 1.5em;
  }
  100% {
    background-size: 4em;
  }
}

@keyframes fill-up {
  0% {
    background-size: 1.5em;
  }
  100% {
    background-size: 4em;
  }
}

.split-item:hover .split-item-contents h2 {
  -webkit-animation: fill-up 4s infinite ease-in alternate;
          animation: fill-up 4s infinite ease-in alternate;
}

.split-item.selected {
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
}

.split-item.selected .split-item-contents .background {
  -webkit-clip-path: circle(120vh at center);
          clip-path: circle(120vh at center);
}

.background-animation .split-item.selected .split-item-contents .background {
  -webkit-transition: all .5s ease-in;
  transition: all .5s ease-in;
}

body,
html {
  overflow-x: hidden;
}

.section:not(footer) {
  position: relative;
  width: 100%;
  height: 100vh;
}

.carousel .swiper-slide {
  -ms-flex-negative: 1;
      flex-shrink: 1;
  cursor: pointer;
}

.carousel .swiper-slide .off {
  display: block;
}

.carousel .swiper-slide .on {
  display: none;
}

.carousel .swiper-slide-active .on {
  display: block;
}

.carousel .swiper-slide-active .off {
  display: none;
}

.sec01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  padding-top: 104px;
}

.sec01 .video {
  text-align: center;
}

.sec01 .video-area {
  position: relative;
  background-color: #000;
  overflow: hidden;
  height: 470px;
}

.sec01 .video-area img {
  width: 100%;
  height: auto;
}

.sec01 .video .ico-play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  width: 146px;
  height: 145px;
  background: url(../images/icon_play.png) no-repeat 0 0;
  cursor: pointer;
}

.sec01 .carousel-text .swiper-container {
  overflow: visible;
  height: 100px;
  width: 100%;
  padding: 106px 0 100px;
}

.sec01.active .carousel-text {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sec02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sec02 .left,
.sec02 .right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec02-text-list {
  margin-left: auto;
  margin-right: 0;
}

.sec02-text-list span {
  display: block;
  font-family: 'Mark Pro Bold', sans-serif;
  font-weight: 800;
  font-size: 100px;
  line-height: 1;
  letter-spacing: -0.4rem;
}

.sec02-text-list span.c-pink {
  display: inline-block;
  color: #f61e61;
}

.sec02 .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: flex-end;
          flex-direction: flex-end;
  padding: 224px 0 170px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.sec02-bg {
  margin-right: 0;
  margin-left: auto;
}

.sec02-text {
  margin-left: 114px;
  margin-right: auto;
}

.sec02-text .bg-black {
  position: relative;
  width: 216px;
}

.sec02-text .bg-black::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  width: 100%;
  height: 100%;
}

.sec02-text .bg-black img {
  position: relative;
  z-index: 2;
}

.sec02.active {
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sec02.active .left {
  -webkit-animation-name: slideInRight;
          animation-name: slideInRight;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.sec02.active .right {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.sec02.active .sec02-bg {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 2.2s;
          animation-duration: 2.2s;
}

.sec02.active .sec02-text .bg-black::before {
  -webkit-animation-name: flexWidth;
          animation-name: flexWidth;
  -webkit-animation-duration: 2.3s;
          animation-duration: 2.3s;
}

.sec03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #000;
}

.sec03-border {
  position: absolute;
  width: 100%;
  height: auto;
}

.sec03-border.top {
  top: -1px;
}

.sec03-border.bottom {
  bottom: -1px;
}

.sec03-border .path {
  fill: #e9e9e9;
}

.sec03 .arch-background {
  display: block;
}

.sec03 .arch-background .path {
  opacity: 0.2;
}

.sec03 .arch-background .bg {
  fill: transparent;
}

.sec03 .carousel-grab .swiper-container {
  padding: 100px 0;
}

.sec03 .carousel-grab .swiper-slide {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  cursor: pointer;
  text-align: center;
  padding: 0 80px;
}

.sec03 .carousel-grab .swiper-slide .img-wrap {
  width: 490px;
  height: 295px;
  margin: 0 auto;
  -webkit-transform: scale3d(1.1, 1.1, 1);
          transform: scale3d(1.1, 1.1, 1);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.4s ease-in-out;
  transition: -webkit-transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}

.sec03 .carousel-grab .swiper-slide .img-wrap img {
  width: 100%;
  height: 100%;
}

.sec03 .carousel-grab .swiper-slide .text-wrap {
  margin: 150px 0 30px;
  opacity: 0.6;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
}

.sec03 .carousel-grab .swiper-slide p {
  font-size: 25px;
  opacity: 0;
}

.sec03 .carousel-grab .swiper-slide-active .img-wrap {
  margin-top: 20px;
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.sec03 .carousel-grab .swiper-slide-active .text-wrap {
  opacity: 1;
}

.sec03 .carousel-grab .swiper-slide-active p {
  opacity: 1;
}

.sec03.active .carousel-grab {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.sec04,
.branch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.sec04-item,
.branch-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.sec04 .text,
.branch .text {
  position: absolute;
  top: -50px;
  z-index: 3;
  cursor: pointer;
}

.sec04-seoul,
.branch-seoul {
  padding-bottom: 52px;
}

.sec04-seoul .text,
.branch-seoul .text {
  left: 0;
  margin-left: 170px;
}

.sec04-busan .text,
.branch-busan .text {
  right: 0;
  margin-right: 164px;
}

.sec04-busan .img,
.branch-busan .img {
  margin-left: auto;
}

.branch.active .branch-item,
.branch.active .text,
.branch.active .img,
.sec04.active .branch-item,
.sec04.active .text,
.sec04.active .img {
  -webkit-animation-name: slideInUp;
          animation-name: slideInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
          animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.branch.active .item:first-child,
.sec04.active .item:first-child {
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
}

.branch.active .item:first-child .text,
.sec04.active .item:first-child .text {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
}

.branch.active .item:first-child .img,
.sec04.active .item:first-child .img {
  -webkit-animation-duration: 1.8s;
          animation-duration: 1.8s;
}

.branch.active .item:last-child,
.sec04.active .item:last-child {
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
}

.branch.active .item:last-child .text,
.sec04.active .item:last-child .text {
  -webkit-animation-duration: 2.4s;
          animation-duration: 2.4s;
}

.branch.active .item:last-child .img,
.sec04.active .item:last-child .img {
  -webkit-animation-duration: 2.8s;
          animation-duration: 2.8s;
}

.quick-menu {
  position: fixed;
  display: block;
  bottom: 5%;
  right: 5%;
  border-radius: 52px;
  -webkit-box-shadow: 5px 11px 25px 5px rgba(0, 0, 0, 0.21);
          box-shadow: 5px 11px 25px 5px rgba(0, 0, 0, 0.21);
}

@-webkit-keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50%);
            transform: translateY(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInleft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes flexWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@keyframes flexWidth {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}

@-webkit-keyframes flexHeight {
  0% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 577px;
    top: 130px;
  }
}

@keyframes flexHeight {
  0% {
    height: 100%;
    top: 0;
  }
  100% {
    height: 577px;
    top: 130px;
  }
}

@-webkit-keyframes aniCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes aniCircle {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes aniCircle2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes aniCircle2 {
  0% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
