@charset "UTF-8";


/*---------------------------------------------------------------*\
$modal menu
\*---------------------------------------------------------------*/

.modal_menu {
  position: relative;
  padding: 100px 0 0;
  width: 100%;
  margin: 0 0 0 auto;
}

/* upper section */
.modal_menu .logo {
  width: 130px;
}

.modal_menu .logo path {
  fill: #333;
}

.modal_menu .logo img {
  width: 100%;
}

/* middle section */
.modal_menu .main_info {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 20px 0 40px;
}

.modal_menu .menu_container {
  gap: 32px;
  position: sticky;
  top: 30px;
}

.modal_menu .wrap_menu_container {
  gap: 40px;
  width: calc((100% - 250px));
}

.modal_menu .wrap_menu_container .menu_container {
  gap: 16px;
}

.modal_menu .wrap_menu_container .each_menu:first-child {
  background-color: #fafafa;
  padding: 24px 16px;
  border-radius: 4px;
  margin: 0;
}

.modal_menu .each_menu a {
  font-size: 16px;
}

.modal_menu .categories_mag {
  padding: 0 0 0 16px;
  border-left: solid 1px #eee;
  margin: 0 0 0 4px;
}

.modal_menu .categories_mag>ul {
  gap: 16px;
}

.modal_menu .each_category_mag {
  border-bottom: dashed 1px #eee;
  padding: 0 0 16px 0;
}

.modal_menu .each_category_mag a:before {
  display: block;
  content: '';
  width: 6px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../img/design-parts/icon_arrow.svg);
}

.modal_menu .each_category_mag a {
  font-size: 14px;
  gap: 10px;
}

/* SNS */
.modal_menu .wrap_sns {
  gap: 16px;
  margin: 16px 0 0 0;
}

.modal_menu .icon_youtube {
  width: 24px;
}

.modal_menu .icon_note {
  width: 18px;
}

.modal_menu .icon_facebook {
  width: 10px;
}

.modal_menu .icon_instagram {
  width: 20px;
}

/* CTA */
.modal_menu .wrap_cta {
  gap: 10px;
}

.modal_menu .contact_button {
  width: calc((100%) / 3);
  background-color: #fafafa;
  text-align: center;
  height: 100px;
  position: relative;
}

.modal_menu .background {
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100%;
  visibility: hidden;
}

.micromodal-slide.is-open .background {
  visibility: visible;
}

.modal_menu .contact_button:hover .background {
  scale: 1.1;
}

.modal_menu .contact_button:before {
  position: absolute;
  display: block;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, .55);
  z-index: 1;
}

.modal_menu .contact_button:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/overlays/05.png);
  background-repeat: repeat;
  background-size: 3px;
  background-position: center;
  content: '';
  display: block;
  z-index: 2;
  opacity: .5;
}

.modal_menu .texts_contact_button {
  width: 100%;
  position: relative;
  z-index: 3;
}

.modal_menu .icon {
  width: 24px;
  height: 24px;
  margin: 0 auto 8px;
  position: relative;
  z-index: 3;
}

.modal_menu .title_contact {
  font-size: 14px;
}


/* bottom section */
.modal_menu .info {
  gap: 12px;
}

.modal_menu .copyright {
  font-size: 11px;
}


@media screen and (max-width: 850px) {

  /* middle section */
  .modal_menu .main_info {
    flex-direction: column;
    gap: 56px;
    padding: 32px 0;
  }

  .modal_menu .wrap_menu_container {
    width: 100%;
  }

  .modal_menu .menu_container {
    width: 100%;
    position: static;
  }

  .modal_menu .contact_button {
    height: 115px;
  }
}


@media screen and (max-width: 600px) {

  /* upper section */
  .modal_menu .logo {
    width: 110px;
  }

  /* middle section */
  .modal_menu .main_info {
    gap: 32px;
    padding: 24px 0;
  }

  .modal_menu .wrap_menu_container {
    gap: 32px;
  }

  .modal_menu .wrap_menu_container .each_menu:first-child {
    padding: 16px 12px;
  }

  .modal_menu .menu_container {
    gap: 24px;
  }

  .modal_menu .each_menu a {
    font-size: 12px;
  }

  .modal_menu .categories_mag {
    padding: 0 0 0 12px;
  }

  .modal_menu .categories_mag>ul {
    gap: 14px;
  }

  .modal_menu .each_category_mag {
    padding: 0 0 14px 0;
  }

  .modal_menu .each_category_mag a {
    font-size: 11px;
  }

  .modal_menu .title_contact {
    font-size: 11px;
  }

  .modal_menu .icon_youtube {
    width: 20px;
  }

  .modal_menu .icon_note {
    width: 16px;
  }

  .modal_menu .icon_facebook {
    width: 10px;
  }

  .modal_menu .icon_instagram {
    width: 16px;
  }

  /* CTA */
  .modal_menu .wrap_cta {
    gap: 4px;
  }

  .modal_menu .contact_button {
    width: 100%;
  }

  .modal_menu .contact_button:after {
    background-size: 2px;
  }

  .modal_menu .icon {
    height: 18px;
  }

  /* bottom section */
  .modal_menu .copyright {
    font-size: 10px;
  }
}


/* modal settings */
.modal_menu .modal__overlay {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 10;
}

.modal_menu .modal__container {
  width: 94%;
  max-width: 1080px;
  max-height: 80%;
  z-index: 15;
  position: relative;
  overflow: scroll;
  padding: 40px;
  gap: 24px;
}

.modal_menu .modal__content {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.modal_menu .micromodal-slide[aria-hidden="false"] .modal__close {
  animation: fadeIn;
  animation-delay: 0.5s;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

.modal__close {
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  right: 0;
  cursor: pointer;
  position: absolute;
  top: 0;
}

.square_btn {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  margin-left: auto;
  cursor: pointer;
}

.square_btn::before, .square_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.5px;
  height: 20px;
  background-color: #333;
}

.square_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.square_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.micromodal-slide {
  visibility: hidden;
  padding: 0;
}

.micromodal-slide.is-open {
  visibility: visible;
}

/* .micromodal-slide .menu_top,
.micromodal-slide .menu_vision,
.micromodal-slide .menu_crew,
.micromodal-slide .menu_title,
.micromodal-slide .menu_movie {
  opacity: 0;
  transform: translate3d(0, 100%, 0);
}


.micromodal-slide[aria-hidden="false"] .menu_top {
  animation: fadeInUp;
  animation-delay: 0.2s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.micromodal-slide[aria-hidden="true"] .menu_top {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.micromodal-slide[aria-hidden="false"] .menu_vision {
  animation: fadeInUp;
  animation-delay: 0.4s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.micromodal-slide[aria-hidden="true"] .menu_vision {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.micromodal-slide[aria-hidden="false"] .menu_crew {
  animation: fadeInUp;
  animation-delay: 0.6s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.micromodal-slide[aria-hidden="true"] .menu_crew {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.micromodal-slide[aria-hidden="false"] .menu_title {
  animation: fadeInUp;
  animation-delay: 0.8s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.micromodal-slide[aria-hidden="true"] .menu_title {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.micromodal-slide[aria-hidden="false"] .menu_movie {
  animation: fadeInUp;
  animation-delay: 1.0s;
  animation-duration: .5s;
  animation-fill-mode: forwards;
}

.micromodal-slide[aria-hidden="true"] .menu_movie {
  opacity: 1;
  transform: translate3d(0, 0, 0);
} */

.micromodal-slide[aria-hidden="false"] .modal__overlay {
  animation: mmfadeIn 0.6s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden="true"] .modal__overlay {
  animation: mmfadeOut 0.6s cubic-bezier(0.34, 0.07, 0.095, 0.995);
}

.micromodal-slide[aria-hidden="false"] .modal__container {
  animation: mmslideIn 0.4s cubic-bezier(0.73, 0.26, 0.25, 1.62);
}

.micromodal-slide[aria-hidden="true"] .modal__container {
  animation: mmslideOut 0.4s cubic-bezier(.37, .41, .04, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}


/* animation */
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes mmfadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes mmslideIn {
  from {
    opacity: 0;
    transform: scale(1.3);
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mmslideOut {
  from {
    opacity: 1;
    transform: scale(1);
  }

  to {
    opacity: 0;
    transform: scale(1.3);
  }
}


@media screen and (max-width: 600px) {

  .modal_menu .modal__container {
    padding: 20px;
    gap: 16px;
  }

  .modal_menu .address {
    flex-direction: column;
  }
}



/*---------------------------------------------------------------*\
$header
\*---------------------------------------------------------------*/

.header {
  width: 97%;
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.header .wrap_content {
  width: 100%;
}


/* sub */
.header .sub {
  width: 100%;
  height: 48px;
  border-bottom: solid 1px rgba(255, 255, 255, .2);
}

.header .sub .small_menu * {
  font-size: 13px;
}

.header .sub .small_menu {
  gap: 16px;
}

.header .sub .subtitle {
  font-size: 12px;
}


/* main */
.header .main {
  width: 100%;
  height: 95px;
}


/* logo */
.header .logo_header {
  width: 150px;
}


/* PC menu nav */
.header .nav>ul {
  gap: 18px;
}

.header .each_menu {
  width: fit-content;
  cursor: pointer;
}

.header .inner_each_menu {
  position: relative;
}

.header .title_header {
  font-size: 14px;
}


/* PC menu nav - buttons */
.header .wrap_buttons {
  gap: 8px;
}

.header .button_header {
  width: 95px;
  height: 64px;
  gap: 6px;
}

.header .button_header .icon {
  width: 16px;
  height: 16px;
}

.header .button_header .subject {
  font-size: 12px;
}


/* divider */
.header .divider {
  width: 1px;
  height: 70px;
  background: rgba(255, 255, 255, .3);
}


/* triangle icon */
.header .triangle {
  width: 0;
  height: 0;
  margin-left: 8px;
  border-style: solid;
  border-width: 7px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}


/* modal menu icon */
.header .menu_header_sp {
  display: flex;
  margin: auto;
  gap: 7px;
  cursor: pointer;
}

.header .menu_header_sp .dots {
  gap: 5px;
}

.header .menu_header_sp .dot {
  width: 20px;
  height: 2px;
  border-radius: 10px;
}

.header .menu_header_sp .text {
  font-size: 10px;
}


/* PC menu nav - icon */
.content_menu_services .arrow {
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}


/* CSS menu icon */
.header .triger_wrap {
  height: 18px;
  width: 18px;
  margin: 0 auto;
}

.header .menu-trigger,
.header .menu-trigger span {
  display: block;
  transition: all .3s;
  box-sizing: border-box;
  z-index: 15;
}

.header .menu-trigger {
  position: relative;
  cursor: pointer;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 20px;
}

.header .menu-trigger span:nth-of-type(1) {
  position: static;
}

.header .menu-trigger span:nth-of-type(2) {
  position: static;
}

.header .menu-trigger span:nth-of-type(3) {
  position: static;
}


/* CSS menu icon - animation */
.header .movmobb1 .active span:nth-of-type(1) {
  -webkit-transform: translateX(-3px) translateY(8px) rotate(-45deg);
  transform: translateX(-3px) translateY(8px) rotate(-45deg);
  top: -4px;
  width: 24px;
  background-color: #222;
}

.header .movmobb1 .active span:nth-of-type(2) {
  opacity: 0;
}

.header .movmobb1 .active span:nth-of-type(3) {
  -webkit-transform: translateX(-3px) translateY(-8px) rotate(45deg);
  transform: translateX(-3px) translateY(-8px) rotate(45deg);
  bottom: 0px;
  width: 24px;
  background-color: #222;
}


/* PC menu nav - hovered */
.header .content_menu_services,
.header .content_menu_company {
  position: absolute;
  left: 0px;
  right: 0px;
  margin: auto;
  box-shadow: 0px 40px 20px rgba(0, 0, 0, .3);
  top: 155px;
  padding: 40px;
  background-color: rgb(17, 17, 17);
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
}

.header .drop_down_services:hover .content_menu_services,
.header .drop_down_company:hover .content_menu_company {
  visibility: visible;
  opacity: 1;
  background: rgba(17, 17, 17, .95);
}

.header .content_menu_services .title_header {
  font-size: 22px;
  padding: 0 0 24px 0;
  border-bottom: solid 1px rgba(255, 255, 255, .15);
}

.header .wrapper_items {
  margin-top: 8px;
  gap: 3%;
}

.header .each_item {
  padding: 16px 0;
  width: calc((100% - 6%)/3);
  position: relative;
  border-bottom: solid 1px rgba(255, 255, 255, .15);
  gap: 16px;
}

.header .each_item:hover .title_menu {
  color: #B4CF13;
}

.header .each_item>a {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.header .thumbnail {
  width: 130px;
}

.header .title_menu {
  font-size: 14px;
  width: calc((100% - 130px - 32px));
}

.header .content_menu_services.content_news .each_item {
  padding: 32px 0;
}

.header .content_menu_services.content_news .title_menu {
  width: calc((100% - 32px));
}


@media screen and (max-width: 1250px) {

  .header .each_menu {
    display: none;
  }
}


@media screen and (max-width: 1080px) {

  /* PC menu nav */
  .header .each_menu:nth-of-type(1),
  .header .each_menu:nth-of-type(2),
  .header .each_menu:nth-of-type(3),
  .header .each_menu:nth-of-type(4),
  .header .each_menu:nth-of-type(5) {
    display: none;
  }
}


@media screen and (max-width: 600px) {

  .header {
    width: 93%;
  }


  /* sub */
  .header .sub {
    height: 36px;
  }

  .header .sub .small_menu {
    display: none;
  }

  .header .sub .subtitle {
    font-size: 10px;
  }


  /* main */
  .header .main {
    height: 52px;
  }


  /* logo */
  .header .logo_header {
    width: 100px;
  }


  /* menu nav */
  .header .nav>ul {
    gap: 6px;
    flex-direction: row-reverse;
  }


  /* modal menu icon */
  .header .menu_header_sp {
    width: 42px;
    height: 30px;
    gap: 5px;
    justify-content: space-between;
  }

  .header .menu_header_sp .dots {
    gap: 3.5px;
    margin: 2px 0 0 0;
  }

  .header .menu_header_sp .dot {
    width: 14px;
    height: 1px;
  }


  /* contact */
  .header .button_header {
    height: 30px;
    width: fit-content;
    justify-content: space-between;
    font-size: 10px;
    background-color: transparent;
    box-shadow: inherit;
  }

  .header .button_header .icon {
    width: 13px;
    height: 15px;
  }

  .header .button_header .icon path {
    fill: #fff !important;
  }

  .header .button_header .subject {
    font-size: 10px;
    color: #fff;
    font-weight: normal;
    scale: .85;
  }


  /* divider */
  .header .divider {
    display: none;
  }
}


@media screen and (max-width: 370px) {

  /* logo */
  .header .logo_header {
    width: 94px;
  }
}



/*---------------------------------------------------------------*\
$CSS menu
\*---------------------------------------------------------------*/

.header .mobilenav {
  top: 0;
  left: 0;
  z-index: 10;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow-y: scroll;
}


/*---------------------------------------------------------------*\
$hover effect
\*---------------------------------------------------------------*/

.hover_motion {
  display: inline-flex;
  position: relative;
}

.hover_motion,
.hover_motion_white {
  position: relative;
}

.hover_motion:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #3c3a3a;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.hover_motion_white:after {
  position: absolute;
  bottom: -8px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .3s;
}

.hover_effect:hover .hover_motion:after,
.hover_effect:hover .hover_motion_white:after {
  transform-origin: left top;
  transform: scale(1, 1);
}