/* 브랜드리팩터링 - Common Style */

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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
}

* {
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif !important;
}

section {
  padding: 55px 0;
  font-family: 'Pretendard', 'Noto Sans KR', sans-serif;
}


@media (min-width: 1280px) {
  nav {
    width: 1060px;
  }
}

.nav-item {
  min-width: 245px;
  width: 245px;
  max-width: 245px;
}

.text-wrap {
  text-align: left;
}

.footer__item {
  color: white !important;
}

.in-wrap {
  width: 1400px;
  margin: 0 auto;
}

@media all and (min-width:991px) and (max-width:1600px) {
  .in-wrap {
    width: 94% !important;
  }
}

@media all and (max-width:990px) {
  .in-wrap {
    width: 90% !important;
  }
}

.clear:after {
  content: "";
  display: block;
  clear: both;
}

.br-pc {
  display: block;
}

.img-max {
  max-width: 100%;
}

.video-pc {
  display: inline-block;
}

.video-mobile {
  display: none;
}

@media all and (max-width:767px) {
  #home .video-container {
    height: 140vw !important;
  }

  .video-pc {
    display: none;
  }

  .video-mobile {
    display: inline-block;
  }
}

@media all and (max-width:990px) {
  .br-pc {
    display: inline-block;
  }
}


/* 브랜드리팩터링 - Basic Layout Style */
body {
  color: #141414;
  font-size: 100%;
  line-height: 1;
  word-break: keep-all;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important;
}

select,
input,
textarea {
  outline: 0;
  background: transparent;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  -moz-appearance: none;
  outline-offset: 0 !important;
}

input:checked[type="checkbox"] {
  background-color: #fff;
  -webkit-appearance: checkbox;
}

option {
  color: #d3d3d3;
  font-size: 0.875rem;
}

input[type="text"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus {
  border-color: #ac1923 !important;
}

a:hover {
  color: #ac1923;
  text-decoration: none;
}

input::placeholder,
textarea::placeholder {
  font-size: 14px;
  font-weight: 300;
  color: #b0b0b0;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#ad-schedule {
  text-indent: 180px;
}

textarea {
  width: 100%;
  min-height: 265px;
  border: 1px solid #d3d3d3;
  padding: 1.25rem;
  font-size: 16px;
  color: #141414;
}

textarea:focus {
  border-color: antiquewhite !important;
}

textarea:focus-visible {
  outline: 0;
  border-color: #ac1923;
}

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

.container {
  max-width: 1060px !important;
}

.clear::after {
  content: "";
  display: block;
  clear: both;
}

input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"] {
  width: 100%;
  padding: 8px 0;
  border-width: 0 0 1px;
  border-color: #d3d3d3;
  font-size: 16px;
  color: #141414;
}

.flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-content: space-around;
}

.br-circle:before {
  content: "";
  display: block;
  margin-left: -9px;
  margin-bottom: -1.75rem;
  border-radius: 100%;
  width: 2rem;
  height: 2rem;
  background: #d36c73;
}

.img-wrap {
  position: relative;
}

.item {
  color: #141414;
}

.btn:hover {
  background: #ac1923 !important;
  border-color: #ac1923 !important;
  color: #fff;
}

#gnb {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}

#gnb .nav-wrap {
  padding: 17px 13px;
  transition: background 0.5s ease;
  margin: 0;
}

#gnb .nav-wrap .menu {
  z-index: 10;
}

#gnb .nav-wrap .nav-list {
  width: 670px;
}

#gnb .nav-wrap .nav-list ul {
  margin: 0 0 0 38px;
}

#gnb .nav-wrap .nav-list ul li a {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 20px;
  letter-spacing: -0.2px;
  color: #141414;
}

#gnb .nav-wrap .nav-list ul li.one {
  padding-right: 20px;
  line-height: 1;
}

#gnb .nav-wrap .nav-list ul li.two {
  display: none;
  font-size: 16px;
  font-weight: 500;
}

#gnb .nav-wrap .nav-list ul li a:hover,
#gnb .nav-wrap .nav-list ul li a:active {
  color: #ac1923;
}

#gnb .nav-wrap .logo .logo-w {
  display: none;
}

#gnb.hero-page {
  background-color: rgb(86 86 86 / 43%);
  color: #fff;
}

#gnb.hero-page .nav-wrap .logo .logo-w {
  display: block;
}

#gnb .nav-wrap .logo {
  width: auto;
  height: 24px;
}

#gnb .nav-wrap .logo img {
  width: auto;
  height: 100%;
}

#gnb.hero-page .nav-wrap .logo .logo-b {
  display: none;
}

#gnb .nav-list .flex {
  padding-top: 17px;
  justify-content: right;
}

.body-scrolled #gnb .nav-wrap {
  background: rgba(255, 255, 255, 0.9);
}

.body-scrolled #gnb.hero-page .nav-wrap .logo .logo-b {
  display: block;
}

.body-scrolled #gnb.hero-page .nav-wrap .logo .logo-w {
  display: none;
}

.body-scrolled #gnb.hero-page .nav-wrap .nav-list ul li a {
  color: #141414;
}

#gnb .nav-wrap .nav-list ul:last-child li {
  padding-right: 0;
}

#gnb .pop-gnb {
  position: fixed;
  z-index: 1;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0, 0.95);
  text-align: center;
  transition: all 0.5s ease;
  overflow-y: scroll;
}

#gnb .pop-gnb.active {
  top: 0;
}

#gnb .pop-gnb .pop-gnb-wrap {
  padding: 80px 30px 32px;
  text-align: left;
}

#gnb .pop-gnb .pop-gnb-wrap .pop-gnb-search {
  width: 100%;
  height: 30px;
  margin-bottom: 50px;
  position: relative;
}

#gnb .pop-gnb .pop-gnb-wrap .pop-gnb-search .allSearch {
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #00b16a;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  font-weight: 500;
  font-size: 20px;
  caret-color: #fff;
}

#gnb .pop-gnb .pop-gnb-wrap .pop-gnb-search .allSearch:focus {
  border-bottom: 1px solid #00b16a !important;
}

#gnb .pop-gnb .pop-gnb-wrap .pop-gnb-search .allSearchimg {
  position: absolute;
  right: 0;
  z-index: 100;
  width: 24px;
  height: 24px;
  bottom: 0;
}

#gnb .pop-gnb .pop-gnb-wrap ul li a {
  margin-bottom: 2.5rem;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

#gnb .pop-gnb .pop-gnb-wrap ul li.one a {
  margin-bottom: 2.5rem;
  font-size: 32px;
  font-weight: 700;
}

#gnb .pop-gnb .pop-gnb-wrap ul {
  margin-bottom: 48px;
}

#gnb .pop-gnb .pop-gnb-wrap ul li {
  margin-bottom: 24px;
}

#gnb .pop-gnb .pop-gnb-wrap ul li:hover a,
#gnb .pop-gnb .pop-gnb-wrap ul li a.active {
  color: #ac1923;
}

#gnb .nav-wrap .nav-list ul li.two a {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 12px;
}

#gnb.hero-page .nav-wrap .nav-list ul li a {
  color: #fff;
}

#gnb .logo .logocomma {
  position: relative;
  top: -27px;
  left: 142px;
}

#gnb .logo .logotext {
  font-family: "Noto Sans Regular", sans-serif !important;
  font-size: 10.3pt !important;
  position: relative;
  top: -51px;
  left: 154px;
}

#gnb .logotext p {
  margin: 0;
  padding: 4px;
}

#gnb .barimage {
  height: 3px;
  width: auto;
  margin-top: -18px;
}

.menu-ico {
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  margin-top: -19px;
  right: 11px;
  cursor: pointer;
}

.menu-ico.no-border {
  border: none;
}

.hero-page .menu-ico span {
  height: 4%;
  width: 80%;
  margin: 10% auto;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  position: relative;
  top: 50%;
  margin-top: -5%;
  font-size: 0;
}

.hero-page .menu-ico.close-ico span {
  -webkit-box-shadow: 0 10px rgba(255, 255, 255, 0.8),
    0 -10px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 0 10 rgba(255, 255, 255, 0.8),
    0px -10 rgba(255, 255, 255, 0.8);
  box-shadow: 0 10px rgba(255, 255, 255, 0.8), 0 -10px rgba(255, 255, 255, 0.8);
  -webkit-transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -moz-transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
}

.menu-ico span {
  height: 4%;
  width: 80%;
  margin: 10% auto;
  background: rgba(0, 0, 0, 0.8);
  display: block;
  position: relative;
  top: 50%;
  margin-top: -5%;
  font-size: 0;
}

.menu-ico.close-ico span {
  -webkit-box-shadow: 0 10px rgba(0, 0, 0, 0.8), 0 -10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10 rgba(0, 0, 0, 0.8), 0px -10 rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px rgba(0, 0, 0, 0.8), 0 -10px rgba(0, 0, 0, 0.8);
  -webkit-transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -moz-transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
}

.menu-ico.close-ico.active span {
  -webkit-box-shadow: 90px 12px rgba(255, 255, 255, 0.8),
    -90px -12px rgba(255, 255, 255, 0.8);
  -moz-box-shadow: 90px 12px #141414, -90px -12px #141414;
  box-shadow: 90px 12px #141414, -90px -12px #141414;
  -webkit-transform: translate(0%, 0%) rotate(315deg);
  -moz-transform: translate(0%, 0%) rotate(315deg);
  transform: translate(0%, 0%) rotate(315deg);
  -webkit-transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -moz-transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  transition: transform 0.5s 0.5s cubic-bezier(0.73, 0.3, 0.32, 0.75),
    box-shadow 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
}

.menu-ico.close-ico span::after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -90px) rotate(90deg);
  -moz-transform: translate(-50%, -90px) rotate(90deg);
  transform: translate(-50%, -90px) rotate(90deg);
  transition: transform 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -webkit-transition: transform 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -moz-transition: transform 0.5s 0s cubic-bezier(0.73, 0.3, 0.32, 0.75);
}

.menu-ico.close-ico.active span::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -webkit-transition: transform 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
  -moz-transition: transform 0.5s 1s cubic-bezier(0.73, 0.3, 0.32, 0.75);
}

.menu-ico.close-ico.active span::after {
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.menu-ico.close-ico.active span {
  background-color: rgba(255, 255, 255, 0.8);
}

.body-scrolled .menu-ico span {
  background: rgba(0, 0, 0, 0.8);
}

.body-scrolled .menu-ico.close-ico span {
  -webkit-box-shadow: 0 10px rgba(0, 0, 0, 0.8), 0 -10px rgba(0, 0, 0, 0.8);
  -moz-box-shadow: 0 10 rgba(0, 0, 0, 0.8), 0px -10 rgba(0, 0, 0, 0.8);
  box-shadow: 0 10px rgba(0, 0, 0, 0.8), 0 -10px rgba(0, 0, 0, 0.8);
}

.body-scrolled .menu-ico.close-ico.active span {
  -webkit-box-shadow: 90px 12px rgba(255, 255, 255.8),
    -90px -12px rgba(255, 255, 255.8);
  -moz-box-shadow: 90px 12px #141414, -90px -12px #141414;
  box-shadow: 90px 12px #141414, -90px -12px #141414;
}

.body-scrolled .menu-ico.close-ico span::after {
  background-color: rgba(0, 0, 0, 0.8);
}

#footer {
  padding-top: 80px;
  padding-bottom: 40px;
}

#footer .btn-wrap .btn.btn-custom-2 {
  position: relative;
  line-height: 60px;
  padding: 0 30px;
  text-align: left;
}

#footer .btn-wrap .btn.btn-custom-2 img {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 30px;
  height: 20px;
}

#footer .social-link-wrap img {
  height: 40px;
}

#footer h4 {
  margin: 0 0 10px;
}

#footer .custom-box-1 {
  position: relative;
  right: 0;
}

#footer .btn-top {
  display: none;
  position: fixed;
  bottom: 40px;
  right: 15px;
  z-index: 100;
  cursor: pointer;
}

.body-scrolled #footer .btn-top {
  display: block;
}

#home .video-container {
  height: 100vw;
}

#home .video-container video {
  width: 100%;
  height: 90%;
  object-fit: cover;
}

#home .video-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

#home .hero-title {
  position: absolute;
  width: 100%;
  height: 100vw;
}

#home .hero-title .container {
  position: relative;
  height: 100%;
}

#wedo .counter-box .number span:nth-child(1) {
  position: relative;
  right: -5px;
}

#wedo .counter-box .counter-box-item {
  border-radius: 100%;
  background: #298fc2;
}

#wedo .nest .item .more {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  border-bottom: 1px solid #8b8b8b;
  color: #8b8b8b;
}

#wedo .nest .item .btn-close {
  display: none;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  color: #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}

#wedo .nest .item .btn-close .arrow-top {
  position: absolute;
  top: -24px;
  right: 0;
  width: 6px;
  height: 6px;
  border-color: #8b8b8b;
}

#wedo .accordion li {
  border-bottom: 1px solid #c8c8c8;
  cursor: pointer;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

#wedo .accordion li.click {
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#wedo .accordion li.click .nest .more {
  display: none;
}

#wedo .accordion li.click .nest .btn-close {
  display: inline-block;
}

#wedo .accordion .inner {
  display: none;
  margin-top: 50px;
}

#wedo .accordion .inner .inner-item {
  margin-bottom: 6.25rem;
}

#wedo .accordion .inner .inner-item:last-child {
  margin-bottom: 0;
}

#wedo .circle .circle-text-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#wedo .circle {
  position: relative;
  width: 9.375rem;
  height: 9.375rem;
}

#portfolio .portfolio-category ul li {
  position: relative;
  padding: 0;
  overflow: hidden;
  height: 50vw;
}

#portfolio .portfolio-category .flex {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  z-index: 10;
  transition: all 1s ease;
}

#portfolio .portfolio-category h3 {
  margin: auto;
  font-size: 1.25rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

#portfolio .portfolio-category ul li:hover a>div {
  opacity: 1;
}

#portfolio .portfolio-category ul li:hover img {
  transform: scale(1.2);
}

#portfolio .portfolio-category ul li img {
  transform: scale(1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

#wedo .rolling-text .box {
  position: relative;
  display: block;
  width: 282px;
  height: 50px;
  overflow: hidden;
  border-bottom: 4px solid #141414;
}

#wedo .nest .item .btn-close i {
  margin-left: 5px;
  font-size: 12px;
}

#wedo .rolling-text .text-box {
  position: absolute;
  bottom: 0;
}

#wedo .rolling-text .text-box div {
  display: inline-block;
  position: absolute;
  transform: rotateX(-90deg);
  opacity: 0;
}

#wedo .rolling-text .text-box div:nth-child(1) {
  animation: rollDown 30s forwards infinite;
}

#wedo .rolling-text .text-box div:nth-child(2) {
  animation: rollDown2 30s forwards infinite;
}

#wedo .rolling-text .text-box div:nth-child(3) {
  animation: rollDown3 30s forwards infinite;
}

#wedo .rolling-text .text-box div:nth-child(4) {
  animation: rollDown4 30s forwards infinite;
}

#wedo .rolling-text .text-box div:nth-child(5) {
  animation: rollDown5 30s forwards infinite;
}

#wedo .rolling-text .text-box div:nth-child(6) {
  animation: rollDown6 30s forwards infinite;
}

#wedo .rolling-text .text-box div:nth-child(7) {
  animation: rollDown7 30s forwards infinite;
}

#wedo .rolling-text .text-box div:nth-child(8) {
  animation: rollDown8 30s forwards infinite;
}

#wedo .rolling-text .text-box div:nth-child(9) {
  animation: rollDown9 30s forwards infinite;
}

#wedo .rolling-text .text-box div:nth-child(10) {
  animation: rollDown10 30s forwards infinite;
}

@keyframes rollDown {
  0% {
    top: 0;
    transform: rotateX(30deg);
    opacity: 0;
  }

  2.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  7.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  10% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rollDown2 {
  10% {
    top: 0;
    transform: rotateX(30deg);
    opacity: 0;
  }

  12.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  17.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  20% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rollDown3 {
  20% {
    top: 1em;
    transform: rotateX(30deg);
    opacity: 0;
  }

  22.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  27.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  30% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rollDown4 {
  30% {
    top: 1em;
    transform: rotateX(30deg);
    opacity: 0;
  }

  32.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  37.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  40% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rollDown5 {
  40% {
    top: 1em;
    transform: rotateX(30deg);
    opacity: 0;
  }

  42.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  47.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  50% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rollDown6 {
  50% {
    top: 1em;
    transform: rotateX(30deg);
    opacity: 0;
  }

  52.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  57.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  60% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rollDown7 {
  60% {
    top: 1em;
    transform: rotateX(30deg);
    opacity: 0;
  }

  62.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  67.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  70% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rollDown8 {
  70% {
    top: 1em;
    transform: rotateX(30deg);
    opacity: 0;
  }

  72.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  77.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  80% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rollDown9 {
  80% {
    top: 1em;
    transform: rotateX(30deg);
    opacity: 0;
  }

  82.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  87.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  90% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

@keyframes rollDown10 {
  90% {
    top: 1em;
    transform: rotateX(30deg);
    opacity: 0;
  }

  92.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  97.5% {
    top: -1em;
    transform: rotateX(0deg);
    opacity: 1;
  }

  100% {
    top: -4em;
    transform: rotateX(-90deg);
    opacity: 0;
  }
}

#home .hero-title h1 {
  position: absolute;
  top: 42%;
  left: 5px;
  margin-top: -54px;
  line-height: 1.4;
  z-index: 20;
}


.aos-animate .txtLine span {
  transform: translateY(0px);
}

#sec2.aos-animate #anchor1 {
  position: relative;
  transform: translateY(-360px);
  z-index: 2;
}

.ani-text-wrap .br-circle:before {
  opacity: 0;
  transition: all 1.5s ease;
  transition-delay: 1.5s;
}

.aos-animate .ani-text-wrap .br-circle:before {
  opacity: 1;
}

#anchor1>p {
  transition: opacity 1s ease, transform 1s ease;
  opacity: 1;
}

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

.privacy-wrap a {
  position: absolute;
  left: 0;
  bottom: -54px;
}

.form-group input {
  padding: 0;
  line-height: 41px;
}

#sec5 .col-6 {
  height: 50vw;
}

#sec2.aos-animate #anchor1>p {
  transform: translateY(-500px);
  opacity: 0;
}

#gnb .nav-wrap .logo.active {
  opacity: 0;
}

select.minimal {
  background-image: linear-gradient(45deg, transparent 50%, gray 50%),
    linear-gradient(135deg, gray 50%, transparent 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0 1.5em;
  background-repeat: no-repeat;
}

select.minimal:focus {
  background-image: linear-gradient(45deg, #141414 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, #141414 50%),
    linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em,
    calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 0 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

input::-ms-clear,
input::-ms-reveal {
  display: none;
  width: 0;
  height: 0 !important;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none !important;
}

#gnb .nav-wrap a:hover {
  color: #ac1923 !important;
}

pre {
  font-family: inherit;
  color: #141414;
  font-size: 14px;
  line-height: 1.4;
}


body.home .header {
  background-color: rgba(0, 0, 0, 0.3);
}

.branding {
  margin-right: 40px;
}

.header__gnb {
  width: 100%;
  max-width: 855px;
  height: 100%;
  margin-left: auto;
}

.gnb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.gnb .gnb__menu {
  position: relative;
  width: 16.66666666666667%;
  height: 100%;
  text-align: center;
}

.gnb .gnb__menu>.gnb__link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  transition: color 0.3s, background-color 0.3s;
}

body:not(.home) .gnb .gnb__menu:not(.hover)>.gnb__link {
  opacity: 0.5;
}

body:not(.home) .gnb .gnb__menu.active>.gnb__link {
  opacity: 1;
}

.gnb .gnb__menu.hover>.gnb__link {
  background-color: #10ac9c;
}

.gnb .gnb__menu>.gnb__link::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 1px;
  background-color: #29c9b9;
  transform: translateX(-50%);
  transition: width 0.3s;
}

.gnb .gnb__menu.hover>.gnb__link::after {
  width: 100px;
}

.header.floating,
body.home .header.floating {
  height: 80px;
  background-color: rgba(0, 0, 0, 0.7);
  box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1700px) {
  .header__inner {
    padding: 0 20px;
  }
}

@media (max-width: 1280px) {
  .header {
    height: 80px;
  }

  .header__inner {
    padding-right: 0;
  }

  .gnb .gnb__menu>.gnb__link {
    font-size: 16px;
  }

  .header .quick-menu {
    display: none;
  }
}

@media (max-width: 970px) {

  .header,
  .header.floating {
    height: 60px;
  }

  .header__inner {
    padding-right: 20px;
  }

  .branding__link {
    width: 140px;
  }

  .header__gnb {
    display: none;
  }

  .mobile-open {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 480px) {
  .gnb--mobile .gnb__menu>.gnb__link {
    padding: 15px 40px;
  }
}


.wrap {
  overflow: hidden;
}

.body-mobile {
  overflow: hidden;
}

.flex-wrap {
  display: flex;
  justify-content: space-between;
}

.flex-wrap .left-box {
  width: 310px;
  min-width: 240px;
  transition: width 0.3s;
}

.flex-wrap__title {
  font-size: 26px;
}

.flex-wrap .right-box {
  width: 100%;
  max-width: 990px;
  transition: width 0.3s;
}

.img-wrap {
  font-size: 0;
  line-height: 1;
}

.img-wrap .img {
  width: 100%;
  height: auto;
}

.dots-title {
  display: inline-block;
  position: relative;
  line-height: 1;
}

.dots-title::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 4px;
  right: -15px;
  width: 6px;
  height: 6px;
  background-color: #06c074;
}

/* Text */
.oswald {
  font-family: "Oswald" !important;
}

.color {
  color: #ac1923 !important;
}

.color2 {
  color: #ac1923 !important;
}

.mark {
  background: linear-gradient(to top, #c5eede 50%, transparent 50%);
}

.btn__icon {
  position: relative;
  top: -1px;
  font-size: 20px;
}

.sb {
  justify-content: space-between;
}

.about-business {
  padding-top: 78px;
  padding-bottom: 42px;
}

.about-business .flex-wrap {
  position: relative;
  top: -30px;
  align-items: center;
}

.about-business__left-box {}

.about-business .title .en {
  font-size: 32px;
  letter-spacing: 0.4px;
}

.about-business .title .ko {
  padding-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
}

.about-business .color2 {
  padding-bottom: 20px;
  font-size: 22px;
  font-weight: 700;
}

.about-business .desc {
  color: #555;
}

.about-business__right-box {
  width: 50%;
}

.about-business__right-box .img-wrap {
  position: relative;
  top: -10px;
  left: 10px;
  max-width: 520px;
  margin: auto;
}

@media (max-width: 1280px) {

  /* Business */
  .about-business {
    padding: 120px 0;
  }

  .about-business .title .en {
    font-size: 24px;
  }

  .about-business .title .ko {
    font-size: 19px;
  }

  .about-business__right-box .img-wrap {
    width: 100%;
    top: auto;
    left: auto;
  }
}

@media (max-width: 970px) {

  /* Business */
  .about-business {
    padding: 100px 0;
  }

  .about-business .flex-wrap {
    top: 0;
    flex-direction: column;
  }

  .about-business__left-box {
    width: auto;
    margin: 50px auto 0;
    order: 2;
    padding-top: 0;
    text-align: center;
  }

  .about-business__right-box {
    width: 100%;
    order: 1;
    margin-top: 50px;
  }

  .about-business__right-box .img-wrap {
    max-width: 430px;
  }

  .about-business .title .ko {
    font-size: 18px;
  }

  .about-business .color2,
  .about-business .desc {
    padding-bottom: 10px;
    font-size: 15px;
  }
}

@media (max-width: 640px) {
  .about-business {
    padding: 0;
  }

  .about-business .title .en {
    font-size: 20px;
  }

  .about-business .title .ko {
    font-size: 16px;
  }
}

/* Location */
.contact-location {
  padding-bottom: 180px;
}

.contact-location .nxmap {
  border: 0 !important;
}

.contact-location .img-wrap {
  position: relative;
  padding-top: 20px;
}

@media (max-width: 1280px) {

  /* Location */
  .contact-location {
    padding-bottom: 140px;
  }

  .contact-location .nxmap {
    height: 450px !important;
  }
}

@media (max-width: 970px) {

  /* Location */
  .contact-location {
    padding-bottom: 120px;
  }

  .contact-location .nxmap {
    height: 350px !important;
  }
}

@media (max-width: 640px) {
  .contact-location {
    padding-bottom: 90px;
  }

  .contact-location .nxmap {
    height: 300px !important;
  }

  .contact-location .img-wrap {
    height: 350px;
    overflow-x: scroll;
    overflow-y: hidden;
  }

  .contact-location .img-wrap .img {
    width: auto;
    height: 100%;
  }
}

.footer {
  background-color: #060a16;
}

.footer .inner {
  display: flex;
  position: relative;
  max-width: 1640px;
  padding: 40px 20px 110px;
}

.home .footer .inner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: calc(100% - 40px);
  height: 1px;
  background-color: #1c2336;
  transform: translateX(-50%);
}

.footer__logo {
  flex-shrink: 0;
}

.footer__logo-link {
  display: inline-block;
  font-size: 0;
  line-height: 0;
}

.footer__logo-img {
  width: 100%;
  max-width: 174px;
  height: auto;
}

.footer__text-wrap {
  display: flex;
  width: 100%;
  margin-left: 55px;
}

.footer__text {
  font-size: 15px;
  color: #e0e0e0;
}

.footer__addr {
  margin-top: 25px;
}

.footer_addr-list {
  max-width: 490px;
  display: flex;
  flex-wrap: wrap;
}

.footer__item {
  position: relative;
  font-size: 15px;
  color: #4c5160;
  line-height: 1.7;
  letter-spacing: -0.03rem;
}

.footer__item:not(:last-child):not(.footer__item--compny):not(.footer__item--address):not(.footer__item--fax) {
  padding-right: 7px;
  margin-right: 6px;
}

.footer__item:not(:last-child):not(.footer__item--compny):not(.footer__item--address):not(.footer__item--fax)::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #1c2336;
  transform: translateY(-50%);
}

.footer__item--compny {
  margin-right: 15px;
}

.footer__link {
  color: #4c5160;
}

.footer__link:hover {
  text-decoration: underline;
}

.footer__copy {
  margin: auto 0 0 auto;
  font-size: 13px;
  color: #4c5160;
}

@media (max-width: 1280px) {
  .footer .inner {
    padding-bottom: 70px;
  }

  .footer__text-wrap {
    flex-direction: column;
  }

  .footer__copy {
    margin: 20px auto 0 0;
  }
}

@media (max-width: 970px) {
  .footer .inner {
    flex-direction: column;
  }

  .footer__logo-link {
    width: 140px;
  }

  .footer__text-wrap {
    margin: 30px 0 0;
  }
}

@media (max-width: 640px) {
  .footer__addr {
    margin-top: 15px;
  }

  .footer_addr-list {
    flex-direction: column;
  }

  .footer__item {
    padding: 0 !important;
    margin: 5px 0 0 !important;
  }

  .footer__item::after {
    display: none;
  }
}


.Marquee {
  /* background: linear-gradient(-135deg, #008ed9, #8b00db); */
  width: 100%;
  height: 10%;
  box-sizing: border-box;
  padding: 1em;
  color: white;
  font-weight: 200;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Marquee-content {
  display: flex;
  animation: marquee 35s linear infinite running;
}

.Marquee-content:hover {
  animation-play-state: paused;
}

.Marquee-tag {
  width: 200px;
  margin: 0 3em;
  padding: 1.8em;
  background: rgba(255, 255, 255, .1);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all .2s ease;
}

.Marquee-tag:hover {
  background: rgba(255, 255, 255, .5);
  transform: scale(1.1);
  cursor: pointer;
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .Marquee {
    height: 17%;
  }
}