/*
Template Name: Arquito
Description: Arquito - 3D Architecture & Interior HTML Template
Author: Paul
Author URI: http://themeforest.net/user/paul_tf
*/

/*
optimize styles
custom bootstrap styles
base styles
header
footer
contents
index
about
team
press
contact
portfolio
*/

/*
optimize styles
*/

* {
  margin: 0;
  padding: 0;
  font: inherit;
  box-sizing: border-box;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-focus-ring-color: rgba(255,255,255,0);
  cursor: default;
}

body {
  font-size: 100%;
  line-height: 1;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

a {
  background: transparent;
}

*:focus,
*:active,
*:hover {
  outline: none;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  -moz-tab-size: 4;
  tab-size: 4;
  white-space: pre-wrap;
}

q {
  quotes: '\201C' '\201D' '\2018' '\2019';
}

img {
  border: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button {
  overflow: visible;
}

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

input[type='search'] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: none;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

button,
input,
select[multiple],
textarea {
  background-image: none;
}

input,
select,
textarea {
  border-radius: 0;
  box-shadow: none;
}

input,
textarea {
  resize: none;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
}

[placeholder]:focus:-ms-input-placeholder {
  color: transparent;
}

[placeholder]:focus::placeholder {
  color: transparent;
}

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

/*
custom bootstrap styles
*/

a:hover {
  color: currentColor;
  text-decoration: none;
}

ol,
ul {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

/*
base styles
*/

body {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.714285714285714;
  font-size: 14px;
  background: #fff;
  color: #000;
}

main {
  position: relative;
  z-index: 2;
  background: #fff;
}

::-webkit-scrollbar {
  width: 8px;
  height: 8px;
  background: #fff;
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  background: #f24a00;
}

::selection {
  background-color: #f24a00;
  color: #fff;
}

.no-mobile [data-motion-svg] {
  opacity: 0;
}

.no-mobile [data-motion-svg].animated {
  opacity: 1;
}

.ko {
  font-family: 'Nanum Gothic', sans-serif;
}

/*
header
*/

/* header */

.header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
  color: #242323;
}

.header_white {
  color: #fff;
}

.header__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.2;
  display: none;
}

.header__container {
  width: 100%;
}

.header_fixed .header__container {
  transform: translateY(0%);
}

.header_is_fixed .header__container {
  position: fixed;
  background: #fff;
  color: #242323;
  transform: translateY(100%);
  transition: background 0.5s ease, transform 0.5s ease;
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.header__wrapper {
  padding-top: 0;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.header__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

.header__logo {
  position: relative;
  display: block;
  z-index: 3;
  cursor: pointer;
}

.portfolio-heading {
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 50px;
  line-height: 100px;
  text-transform: uppercase;
  /*color: black;*/
  text-decoration: none;
  margin-left: 30px;
}

.header__logo > img {
  width: 100px;
}

.header__menu-button {
  position: absolute;
  right: -13px;
  border: 0;
  width: 100px;
  height: 100px;
  background: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: currentColor;
  transition: color 0.5s;
  z-index: 2;
}

.header__menu-button_dark {
  color: #000;
}

.header__menu-button_fixed {
  right: 47px;
  top: 34px;
  margin: 0;
}

.header__menu-button-inner {
  height: 2px;
  width: 24px;
  background: currentColor;
  position: relative;
  border: 0;
  transition: background 0.5s;
}

.header__menu-button_cross .header__menu-button-inner {
  background: transparent;
}

.header__menu-button-inner:before,
.header__menu-button-inner:after {
  position: absolute;
  right: 0;
  content: '';
  width: 100%;
  height: 100%;
  background: currentColor;
  animation-duration: 0.5s;
  animation-timing-function: linear;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.header__menu-button-inner:before {
  transform: translateY(7px);
}

.header__menu-button_burger .header__menu-button-inner:before {
  animation-name: button-before-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:before {
  animation-name: button-before-close-animation;
}

@keyframes button-before-close-animation {
  0% {
    transform: translateY(7px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(45deg);
  }
}

@keyframes button-before-open-animation {
  0% {
    transform: translateY(0px) rotate(45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(7px);
  }
}

.header__menu-button-inner:after {
  transform: translateY(-7px);
}

.header__menu-button_burger .header__menu-button-inner:after {
  animation-name: button-after-open-animation;
}

.header__menu-button_cross .header__menu-button-inner:after {
  animation-name: button-after-close-animation;
}

@keyframes button-after-close-animation {
  0% {
    transform: translateY(-7px);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(0px) rotate(-45deg);
  }
}

@keyframes button-after-open-animation {
  0% {
    transform: translateY(0px) rotate(-45deg);
  }

  50% {
    transform: translateY(0px) rotate(0deg);
  }

  100% {
    transform: translateY(-7px);
  }
}

.header__menu {
  transform: translateX(100%) translateZ(0);
  transition: 0.6s;
  z-index: 9;
}

.header__menu_opened {
  transform: translateX(0%) translateZ(0);
}

/* header-fixed */

.header-fixed {
  position: absolute;
  left: 0;
  width: 100%;
  /* bottom: 25px; */
  height: 100px;
  top: 0;
  line-height: 100px;
}

.header-fixed__menu {
  margin-right: auto;
  margin-left: auto;
}

.header-fixed__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* top-menu */

.top-menu {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.top-menu__menu-item:not(:last-child) {
  margin-right: 58px;
}

.top-menu__menu-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 600;
}

.top-menu__menu-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.top-menu__menu-link:hover {
  color: #f24a00;
}

.top-menu__menu-link:hover:after {
  opacity: 1;
}

.top-menu__menu-link_active {
  color: #f24a00;
}

.top-menu__menu-link_active:after {
  opacity: 1;
}

.top-menu__menu-link_inverted:after {
  opacity: 1;
}

.top-menu__menu-link_inverted:hover:after {
  opacity: 0;
}

.top-menu__menu-link:after {
  display: none;
}

.top-menu__contacts {
  text-transform: uppercase;
}

.top-menu__contacts span {
  transition: all 0.3s;
}

.top-menu__contacts a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.top-menu__contacts a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.top-menu__contacts a:hover {
  color: #f24a00;
}

.top-menu__contacts a:hover:after {
  opacity: 1;
}

.top-menu__contacts a_active {
  color: #f24a00;
}

.top-menu__contacts a_active:after {
  opacity: 1;
}

.top-menu__contacts a_inverted:after {
  opacity: 1;
}

.top-menu__contacts a_inverted:hover:after {
  opacity: 0;
}

.top-menu__contacts a:after {
  display: none;
}

.top-menu__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top-menu__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}

/* menu - dropdown */
.dropdown {
  position: relative;
}

.dropdown__menu {
  position: absolute;
  background: #fff;
  color: #000;
  display: -ms-flexbox;
  display: flex;
  /*padding: 37px 0 40px 45px;*/
  left: -45px;
  top: 66px;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0.3s;
  box-shadow: 0 0 65px rgba(0,0,0,0.07);
}

.dropdown:hover .dropdown__menu {
  opacity: 1;
  visibility: visible;
}

.dropdown__column {
  margin: 30px;
  min-width: 125px;
}

.dropdown__title {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 16px;
}

.dropdown__item {
  line-height: 25px;
}

.dropdown__item:not(:last-child) {
  margin-bottom: 10px;
}

.dropdown__link {
  color: #666;
  text-decoration: none;
  transition: 0.3s;
}

.dropdown__link_active,
.dropdown__link:hover {
  color: #f24a00;
}

/* menu-panel */

.menu-panel {
  position: fixed;
  background: #fff;
  color: #000;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 550px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
}

.menu-panel__inner {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-top: 44px;
  padding-left: 60px;
  padding-right: 60px;
}

.menu-panel__menu {
  transition: all 0.5s 0.6s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__menu {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__menu-item {
  margin-bottom: 15px;
}

.menu-panel__menu-link {
  font-size: 30px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  transition: 0.3s;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 12px;
  line-height: 1.1;
}

.menu-panel__menu-link.collapsed {
  color: #999;
}

.menu-panel__menu-link_active {
  color: currentColor;
}

.menu-panel__menu-link_active.collapsed {
  color: currentColor;
}

.menu-panel__menu-link:hover {
  color: currentColor;
}

.menu-panel__bottom-submenu {
  padding-left: 15px;
}

.menu-panel__submenu-item {
  margin-bottom: 2px;
}

.menu-panel__submenu-item:first-child {
  padding-top: 9px;
}

.menu-panel__submenu-item:last-child {
  padding-bottom: 9px;
}

.menu-panel__submenu-link {
  font-size: 16px;
  line-height: 1.75;
  text-decoration: none;
  color: #999;
  transition: 0.3s;
}

.menu-panel__submenu-link_active,
.menu-panel__submenu-link:hover {
  color: currentColor;
}

.menu-panel__locales {
  margin-bottom: 76px;
  transition: all 0.5s 0.4s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__locales {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__locale {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  font-size: 14px;
  margin-right: 15px;
  text-transform: uppercase;
  margin-top: 5px;
}

.menu-panel__locale:after {
  display: none;
}

.menu-panel__footer {
  margin-top: auto;
  padding-bottom: 44px;
}

.menu-panel__socials {
  margin-top: 60px;
  transition: all 0.5s 0.7s ease;
  transform: translateY(3rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__socials {
  transform: translate(0);
  opacity: 1;
}

.menu-panel .menu-panel__socials {
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.menu-panel__bottom {
  margin-top: 18px;
  color: #999;
  transition: all 0.5s 0.9s ease;
  transform: translateY(2rem);
  opacity: 0;
}

.header__menu_opened .menu-panel__bottom {
  transform: translate(0);
  opacity: 1;
}

.menu-panel__bottom strong {
  color: #000;
  font-weight: 600;
}

.menu-panel__bottom a {
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
  font-weight: 600;
}

.menu-panel__bottom a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.menu-panel__bottom a:hover {
  color: #f24a00;
}

.menu-panel__bottom a:hover:after {
  opacity: 1;
}

.menu-panel__bottom a_active {
  color: #f24a00;
}

.menu-panel__bottom a_active:after {
  opacity: 1;
}

.menu-panel__bottom a_inverted:after {
  opacity: 1;
}

.menu-panel__bottom a_inverted:hover:after {
  opacity: 0;
}


/* link */

a:not([class]) {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

a:not([class]):after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

a:not([class]):hover {
  color: #f24a00;
}

a:not([class]):hover:after {
  opacity: 1;
}

.link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.link:hover {
  color: #f24a00;
}

.link:hover:after {
  opacity: 1;
}

.link_active {
  color: #f24a00;
}

.link_active:after {
  opacity: 1;
}

.link_inverted:after {
  opacity: 1;
}

.link_inverted:hover:after {
  opacity: 0;
}




/*
footer
*/

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 1;
}

/* footer-studio */
.footer-studio {
  padding-top: 136px;
  padding-bottom: 15px;
  background-size: cover;
  background-position: 50%;
  background-color: #252525;
  color: #fff;
  font-size: 16px;
  line-height: 1.875;
}

.footer-studio__column {
  margin-bottom: 40px;
}

.footer-studio__group-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 17px;
}

.footer-studio__list {
  color: #999;
  list-style: none;
}

.footer-studio p {
  color: #999;
  margin-bottom: 0;
}

.footer-studio p a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-studio p a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio p a:hover {
  color: #f24a00;
}

.footer-studio p a:hover:after {
  opacity: 1;
}

.footer-studio p a_active {
  color: #f24a00;
}

.footer-studio p a_active:after {
  opacity: 1;
}

.footer-studio p a_inverted:after {
  opacity: 1;
}

.footer-studio p a_inverted:hover:after {
  opacity: 0;
}

.footer-studio p a:hover {
  color: #fff;
}

.footer-studio__list-item {
  margin-bottom: 0;
}

.footer-studio__list-link {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
}

.footer-studio__list-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio__list-link:hover {
  color: #fff;
}

.footer-studio__list-link:hover:after {
  opacity: 1;
}

.footer-studio__bottom {
  margin-top: 58px;
  color: #999;
}

.footer-studio__bottom strong {
  color: #fff;
  font-weight: 600;
}

.footer-studio__copyright a {
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #fff;
  font-weight: 600;
}

.footer-studio__copyright a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.footer-studio__copyright a:hover {
  color: #f24a00;
}

.footer-studio__copyright a:hover:after {
  opacity: 1;
}

.footer-studio__copyright a_active {
  color: #f24a00;
}

.footer-studio__copyright a_active:after {
  opacity: 1;
}

.footer-studio__copyright a_inverted:after {
  opacity: 1;
}

.footer-studio__copyright a_inverted:hover:after {
  opacity: 0;
}

/*
contents
*/

/* heading-default */

.heading-default {
  padding-top: 130px;
  margin-bottom: 98px;
}

.heading-default_context_listing {
  text-align: center;
  margin-bottom: 84px;
}

.heading-default_context_listing .heading-default__breadcrumbs {
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-default__title {
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: 11px;
}

.heading-default__title_kr {
  font-family: 'Teko', Helvetica, sans-serif;
  font-weight: bold;
  font-size: 50px;
  line-height: 70px;
  margin-bottom: 11px;
  margin-top: 110px;
}

.heading-default__breadcrumbs {
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-default__breadcrumb-item {
  font-size: 16px;
  color: #999;
}

.heading-default__breadcrumb-item:not(:first-child):before {
  content: '/ ';
}

.heading-default__breadcrumb-item:not(:last-child) {
  margin-right: 0.3em;
}

.heading-default__breadcrumb-link {
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  color: #000;
}

.heading-default__breadcrumb-link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.heading-default__breadcrumb-link:hover {
  color: #f24a00;
}

.heading-default__breadcrumb-link:hover:after {
  opacity: 1;
}

.heading-default__breadcrumb-link_active {
  color: #f24a00;
}

.heading-default__breadcrumb-link_active:after {
  opacity: 1;
}

.heading-default__breadcrumb-link_inverted:after {
  opacity: 1;
}

.heading-default__breadcrumb-link_inverted:hover:after {
  opacity: 0;
}

/* heading-smallest */

.heading-smallest {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
}



/*
index
*/

/* header-full-page */

.header-full-page {
  position: absolute;
  left: 0;
  width: 100%;
  /* bottom: 25px; */
  height: 100px;
  top: 0;
  line-height: 100px;
}

.header-full-page__contacts {
  text-transform: uppercase;
}

.header-full-page__contacts span {
  transition: all 0.3s;
}

.header-full-page__contacts a {
  color: currentColor;
  font-family: inherit;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-weight: 600;
}

.header-full-page__contacts a:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.header-full-page__contacts a:hover {
  color: #f24a00;
}

.header-full-page__contacts a:hover:after {
  opacity: 1;
}

.header-full-page__contacts a_active {
  color: #f24a00;
}

.header-full-page__contacts a_active:after {
  opacity: 1;
}

.header-full-page__contacts a_inverted:after {
  opacity: 1;
}

.header-full-page__contacts a_inverted:hover:after {
  opacity: 0;
}

.header-full-page__contacts a:after {
  display: none;
}

.header-full-page__bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

/* full-screen-block */
.full-screen-block {
  position: relative;
  min-height: 100vh;
}

.full-screen-block.is-white {
  color: #fff;
}

.full-screen-block__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  color: #000;
}

.full-screen-block__slide_dark {
  color: #fff;
}

.full-screen-block__slide_back {
  background-color: black;
  min-width: 100vw;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0.4;
}

.full-screen-block__slide-inner {
  position: relative;
}

.full-screen-block__subtitle {
  font-size: 24px;
  margin-bottom: 17px;
}

.full-screen-block__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 178px;
  margin-bottom: 11vh;
}

.full-screen-block__title {
  font-family: 'Noto Sans','Teko', Helvetica, sans-serif;
  font-size: 110px;
  line-height: 0.875;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -4px;
}

.full-screen-block__title_ko {
  font-size: 50px;
  font-weight: 800;
  line-height: 1.4;
  margin-left: -4px;
  width: 480px;
  word-break: keep-all;
}

.full-screen-block__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  margin-top: 35px;
  text-align: right;
}

.full-screen-block__label-value {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  margin-top: 6px;
}

.full-screen-block__text {
  font-size: 20px;
  max-width: 500px;
  margin-bottom: 86px;
  line-height: 1.6;
}

.full-screen-block__link {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.4;
}

.full-screen-block__link:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.full-screen-block__link:hover {
  color: #f24a00;
}

.full-screen-block__link:hover:after {
  opacity: 1;
}

.full-screen-block__link_active {
  color: #f24a00;
}

.full-screen-block__link_active:after {
  opacity: 1;
}

.full-screen-block__link_inverted:after {
  opacity: 1;
}

.full-screen-block__link_inverted:hover:after {
  opacity: 0;
}

.full-screen-block__link:after {
  height: 2px;
}

.full-screen-block__counter {
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 48px;
  position: absolute;
  right: -12px;
  bottom: -4px;
  letter-spacing: 12px;
  line-height: 1.3;
}

.full-screen-block__counter-all {
  color: #999;
  margin-left: -18px;
}

.full-screen-block__slide_dark .full-screen-block__counter-all {
  color: #ccc;
}

/* main-image */
.main-image_about {
  background-image: url("../img/main/01_about_web.gif");
  background-size: cover;
  background-repeat: no-repeat;
}

.main-image_solution {
  background-image: url("../img/main/02_solution_web_edit.gif");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-image_ds {
  background-image: url("../img/main/03_ds_web.gif");
  background-size: contain;
  background-repeat: no-repeat;
}

.main-image_news {
  background-image: url("../img/main/04_news_web.gif");
  background-size: contain;
  background-repeat: no-repeat;
}


/*
about
*/

/* zoom-image-head */

.zoom-image-head {
  position: relative;
  height: 100vh;
  z-index: 2;
  color: #242323;
}

.no-mobile .zoom-image-head {
  margin-bottom: 400px;
}

.zoom-image-head__body {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.zoom-image-head__bg {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.zoom-image-head__bg-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: 50%;
}

.zoom-image-head__bg2 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

.zoom-image-head__content {
  position: relative;
  width: 100%;
  z-index: 3;
  padding-top: 100px;
}

.zoom-image-head__subtitle {
  font-size: 24px;
  line-height: 1.666666666666667;
  font-weight: 100;
  font-weight: 500;
  margin-bottom: 34px;
}

.zoom-image-head__subtitle strong {
  font-weight: 500;
}

.zoom-image-head__title {
  font-family: 'Noto Sans KR', Helvetica, sans-serif;
  font-size: 60px;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 80px;
  margin-bottom: 57px;
  margin-bottom: 5vh;
  word-break: keep-all;
}

.zoom-image-head__text {
  font-size: 18px;
  line-height: 1.222222222222222;
  color: #666;
  line-height: 1.666666666666667;
}

.zoom-image-head__icon {
  color: #f24a00;
  font-size: 60px;
  margin-top: 115px;
  margin-top: 9vh;
}

/* zoom-counter */

.zoom-counter {
  padding: 220px 0 60px;
}

.zoom-counter__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.zoom-counter__card {
  padding: 54px 59px 60px 66px;
  background-size: cover;
  background-position: 50%;
  text-transform: uppercase;
  margin-bottom: 80px;
  width: 34.3%;
  min-width: 34.3%;
  position: relative;
  margin-right: 14.4%;
}

.zoom-counter__card:before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  background: #fff;
}

.zoom-counter__card-title {
  color: #000;
  font-size: 30px;
  font-family: 'Teko', Helvetica, sans-serif;
  line-height: 1;
  margin-bottom: 76px;
  position: relative;
  z-index: 2;
  text-align: right;
}

.zoom-counter__card-value {
  background: inherit;
  font-size: 250px;
  line-height: 1;
  font-family: 'Teko', Helvetica, sans-serif;
  margin-left: -2px;
  color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 4px;
}

.zoom-counter__card-description {
  color: #000;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  position: relative;
  z-index: 2;
}

.zoom-counter__info {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.zoom-counter__subtitle {
  font-size: 16px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #f14201;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
  margin-bottom: 26px;
}

.zoom-counter__subtitle:empty {
  opacity: 0;
}

.zoom-counter__title {
  font-size: 48px;
  line-height: 1.2;
  font-family: 'Noto Sans KR', Helvetica, sans-serif;
  margin-bottom: 50px;
}

.zoom-counter__text {
  font-size: 16px;
  line-height: 1.75;
  color: #666;
  margin-bottom: 103px;
}

.zoom-counter__text p {
  margin-bottom: 30px;
}

.zoom-counter__read-more {
  color: currentColor;
  text-decoration: none;
  transition: 0.3s ease;
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: none;
  border: none;
  cursor: pointer;
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.4;
}

.zoom-counter__read-more:after {
  position: absolute;
  bottom: 2px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: currentColor;
  transition: opacity 0.3s;
  opacity: 0;
}

.zoom-counter__read-more:hover {
  color: #f24a00;
}

.zoom-counter__read-more:hover:after {
  opacity: 1;
}

.zoom-counter__read-more_active {
  color: #f24a00;
}

.zoom-counter__read-more_active:after {
  opacity: 1;
}

.zoom-counter__read-more_inverted:after {
  opacity: 1;
}

.zoom-counter__read-more_inverted:hover:after {
  opacity: 0;
}

.zoom-counter__read-more:after {
  height: 2px;
}

/* cards */
.cards__item {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  color: #fff;
}

.cards__item-inner {
  width: 100%;
  background-size: cover;
  background-position: 50%;
  display: block;
  text-decoration: none;
  color: currentColor;
  padding: 48px 55px;
  position: relative;
}

.cards__item-inner:hover:before,
.cards__item-inner:hover:after {
  opacity: 1;
}

.cards__item-inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 25px 70px 0 rgba(0,0,0,0.25);
  opacity: 0;
  transition: all 0.3s;
}

.cards__item-inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #f14201;
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}

.cards__item-content {
  display: block;
  position: relative;
  z-index: 2;
  height: 100%;
  padding-bottom: 80px;
}

.cards__item-index {
  font-size: 20px;
  font-weight: 600;
  display: block;
  margin-bottom: 7px;
}

.cards__item-title {
  font-size: 48px;
  line-height: 1.25;
  font-family: 'Teko', Helvetica, sans-serif;
  display: block;
  margin-bottom: 28px;
}

.cards__item-text {
  font-size: 16px;
  line-height: 1.75;
  display: block;
  word-break: keep-all;
}

/* counter-block */

.counter-block {
  padding-bottom: 10px;
}

.counter-block__card {
  padding: 55px 52px;
  background-image: url("../../assets/img/dot.jpg");
  border-top: 5px solid #f24a00;
  text-transform: uppercase;
  margin-bottom: 80px;
}

.counter-block__title {
  margin-bottom: 66px;
}

.counter-block__card-title {
  color: #999;
  font-size: 30px;
  font-family: 'Teko', Helvetica, sans-serif;
  line-height: 1;
  margin-bottom: 96px;
  margin-left: -5px;
}

.counter-block__card-value {
  color: #f24a00;
  font-size: 250px;
  line-height: 1;
  font-family: 'Teko', Helvetica, sans-serif;
  margin-left: -7px;
  margin-bottom: -25px;
  text-align: center;
}

.counter-block__card-description {
  color: #f24a00;
  font-size: 24px;
  line-height: 1.25;
  font-weight: 600;
  text-align: center;
}

.counter-block__item {
  margin-bottom: 46px;
}

.counter-block__item-value {
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 100px;
  line-height: 1;
  margin-bottom: 11px;
}

.counter-block__item-text {
  color: #666;
  font-size: 16px;
}

/* parallax-block */

.parallax-block {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 100vh;
  color: #fff;
  background: #242323;
  overflow: hidden;
}

.parallax-block__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  padding-top: 40px;
  padding-bottom: 40px;
  z-index: 1;
  display: block !important;
}

.parallax-block__inner {
  position: relative;
  z-index: 2;
}

.parallax-block__subtitle {
  margin-bottom: 35px;
}

.parallax-block__title-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 58px;
}

.parallax-block__title {
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 160px;
  line-height: 0.84375;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: -7px;
}

.parallax-block__label {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-left: auto;
  padding-top: 38px;
  text-align: right;
}

.parallax-block__play {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #f24a00;
  border: 0;
  margin-left: auto;
  margin-top: 52px;
}

.parallax-block__play:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  background: 0;
  border-style: solid;
  border-width: 20px 0 20px 30px;
  border-color: transparent transparent transparent #fff;
  margin-left: 3px;
}

/* team-block */

.team-block {
  margin-top: 136px;
  overflow: hidden;
}

.team-block__slider-wrapper {
  display: flex;
}

.team-block__slider {
  margin: 0 50px;
}

.team-block__slide {
  text-align: center;
}

.team-block__slide:hover .team-block__person-name {
  color: #f24a00;
}

.team-block__image-wrapper img {
  width: 100%;
  opacity: 1;
  transition: 0.3s;
}

.team-block__slide:hover .team-block__image-wrapper img {
  opacity: 0.05;
}

.team-block__control {
  background: none;
  border: 0;
  color: currentColor;
  transition: 0.3s ease;
  transform: translateZ(0);
  font-size: 44px;
  opacity: 0.25;
}

.team-block__control:hover {
  color: #999;
}

/* zoom-slider */

.zoom-slider {
  padding-top: 18px;
  margin-bottom: 148px;
}

.zoom-slider__slider-wrapper {
  position: relative;
  color: #fff;
}

.zoom-slider__slider-wrapper:before,
.zoom-slider__slider-wrapper:after {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  z-index: 2;
}

.zoom-slider__slider-wrapper:before {
  left: 25%;
}

.zoom-slider__slider-wrapper:after {
  left: 75%;
}

.zoom-slider__control {
  position: absolute;
  width: 55px;
  height: 55px;
  font-size: 24px;
  top: 50%;
  z-index: 2;
  border: 0;
  background: #333;
  color: #fff;
  padding-bottom: 4px;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.zoom-slider__control:hover {
  background: #f14201;
}

.zoom-slider__control_prev {
  left: 60px;
}

.zoom-slider__control_next {
  right: 60px;
}

.zoom-slider__slider:after {
  content: '';
  width: 1px;
  top: 0;
  bottom: 0;
  position: absolute;
  background: #fff;
  opacity: 0.5;
  left: 50%;
  z-index: 2;
}

.zoom-slider__slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  max-height: 100vh;
  height: 730px;
  background-size: cover;
  background-position: 50%;
  padding-top: 120px;
  padding-bottom: 120px;
  text-align: center;
}

.zoom-slider__buttons {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  z-index: 2;
}

.zoom-slider__button {
  width: 25%;
  text-align: left;
  background: none;
  border: 0;
  color: #fff;
  padding: 38px 40px;
  transition: background 0.3s;
  height: auto;
}

.zoom-slider__button.swiper-slide-thumb-active {
  background: #fff;
  color: #000;
}

.zoom-slider__button-title {
  font-size: 28px;
  font-family: 'Noto Sans KR', Helvetica, sans-serif;
  line-height: 1.2;
  margin-top: 9px;
  transition: color 0.3s;
  display: block;
}

.zoom-slider__button:hover .zoom-slider__button-title,
.swiper-slide-thumb-active .zoom-slider__button-title {
  color: #f14201;
}

/* projects-block */

.projects-block__header {
  margin-bottom: 65px;
}

.projects-block__slider {
  color: #fff;
  height: 475px;
  margin-bottom: 130px;
}

.projects-block__slider .swiper-slide {
  -ms-flex-negative: initial;
  flex-shrink: initial;
}

.projects-block__slide-wrapper {
  width: auto;
}

.projects-block__slide {
  background-color: #242323;
  color: #fff;
  height: 475px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.projects-block__slide:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
}

.projects-block__image {
  display: block;
  max-height: 100%;
  max-width: 100vw !important;
  /*width: auto !important;*/
}

.projects-block__slide-content {
  position: absolute;
  z-index: 2;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 34px;
}

.projects-block__slide-head {
  display: block;
  transform: translateY(0);
  transition: transform 0.6s 0.2s;
}

.projects-block__slide:hover .projects-block__slide-head {
  transform: translateY(-24px);
}

.projects-block__slide-title {
  display: block;
  font-size: 30px;
  font-family: 'Teko', Helvetica, sans-serif;
  line-height: 1;
  margin-bottom: 4px;
}

.projects-block__slide-label {
  display: block;
  color: #ccc;
  text-transform: uppercase;
}

.projects-block__slide-text {
  display: block;
  padding-right: 20px;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px);
  transition: transform 0.6s 0.4s, max-height 1s, opacity 0.2s, visibility 0.2s;
}

.projects-block__slide:hover .projects-block__slide-text {
  max-height: 400px;
  opacity: 1;
  visibility: visible;
  margin-left: 0;
  transform: translateX(0);
  transition: transform 0.6s 0.4s, max-height 2s, opacity 0.2s 0.4s, visibility 0.2s 0.4s;
}

.projects-block__arrow {
  position: absolute;
  right: 34px;
  bottom: 34px;
  font-size: 18px;
  transform: translateX(-10px);
  opacity: 0;
  transition: transform 0.6s 0.4s, opacity 0.2s;
}

.projects-block__slide:hover .projects-block__arrow {
  transform: translateX(0);
  opacity: 1;
  transition: opacity 0.2s 0.4s, transform 0.6s 0.4s;
}

.projects-block__controls {
  display: flex;
  font-size: 22px;
  float: right;
  margin-top: 5px;
}

.projects-block__control_prev {
  margin-right: 15px;
}

.projects-block__control {
  background: none;
  color: currentColor;
  border: 0;
  transition: 0.3s ease;
  transform: translateZ(0);
}

.projects-block__control:hover {
  color: #999;
}

/* reviews-block */

.reviews-block__test {
  padding: 44px 50px;
  max-height: 400px;
  min-height: 400px;
  background-color: #fff;
  position: relative;
}

.reviews-block__test::before {
  content: "";
  background-image: url(../img/about/te/park.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  opacity: 0.3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.reviews-block {
  background-image: url("../../assets/img/dot-gray.jpg");
  padding-top: 134px;
  padding-bottom: 138px;
  overflow: hidden;
}

.reviews-block_template_zoom {
  background: #f8f8f8;
  text-align: center;
}

.reviews-block_template_zoom .reviews-block__title {
  font-size: 28px;
  line-height: 1.125;
  text-transform: uppercase;
  font-weight: 600;
  background: #f14201;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  padding: 4px 6px 1px;
}

.reviews-block_template_zoom .reviews-block__title:empty {
  opacity: 0;
}

.reviews-block__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.reviews-block__slider {
  margin-top: 76px;
}

.reviews-block__main:not(:last-child) {
  margin-bottom: 126px;
}

.reviews-block__slide {
  background: #fff;
  padding: 44px 50px;
  max-height: 400px;
  min-height: 400px;
}

.reviews-block__text {
  color: #666;
  font-size: 18px;
  line-height: 1.666666666666667;
  margin: 30px 0;
}

.reviews-block__person-wrap {
  display: inline-block;
}

.reviews-block__person {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
}

.reviews-block__person-image {
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 100%;
  overflow: hidden;
}

.reviews-block__person-image img {
  width: 100%;
}

.reviews-block__person-data {
  margin-right: 15px;
}

.reviews-block__person-name {
  /*font-family: 'Teko', Helvetica, sans-serif;*/
  font-size: 24px;
}

.reviews-block__person-role {
  color: #999;
  max-width: 264px;
}

.reviews-block__quote {
  width: 36px;
  height: 36px;
  margin-top: 10px;
}

.reviews-block__controls {
  font-size: 22px;
  display: flex;
  float: right;
  margin-top: 8px;
}

.reviews-block__control {
  background: none;
  border: 0;
  color: currentColor;
  margin-bottom: -2px;
  transition: 0.3s ease;
  transform: translateZ(0);
}

.reviews-block__control:hover {
  color: #999;
}

.reviews-block__control_prev {
  margin-right: 15px;
}

/* visually-hidden */

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/* clients */
.clients__title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin-bottom: 60px;
}

.clients__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -30px;
  margin-right: -30px;
}

.clients__item {
  padding-right: 30px;
  padding-left: 30px;
}

.clients__item-inner {
  opacity: 0.6;
  transition: 0.3s ease;
}

.clients__item-inner:hover {
  opacity: 1;
}

.clients img {
  max-width: 100%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


/*
about, team
*/
/* listing-block */

.listing-block {
  /*border-bottom: 1px solid #ebebeb;*/
  text-align: center;
  padding-bottom: 50px;
}

/*.listing-block__grid {*/
/*  margin-bottom: 116px;*/
/*}*/

.listing-block__item {
  text-decoration: none;
  color: currentColor;
  display: block;
  margin-bottom: 58px;
}

.listing-block__image-wrapper {
  margin-bottom: 26px;
  overflow: hidden;
  display: block;
}

.listing-block__image {
  width: 100%;
  display: block;
  transform: scale(1);
  transition: 0.5s;
  opacity: 1;
}

.listing-block__image:hover {
  transform: scale(1.04);
  opacity: 0.6;
}


/*
team
*/
.team {
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 130px;
}

/*
press
*/
.press-block {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 70px;
  padding-top: 130px;
}

.press-filter {
  text-align: right;
  margin-top: -30px;
}

.btn-filter {
  color: #999999;
  width: 6.5rem;
  padding-bottom: 10px;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  font-size: 17px;
}

.btn-filter:hover {
  border-bottom: 2px solid #f24a00;
  color: #f24a00;
}

.btn-filter-active {
  border-bottom: 2px solid #f24a00;
  color: #f24a00;
}

.press-contents {
  margin-top: 30px;
}

.article-item-wrap {
  margin-bottom: 30px;
  /*display: none;*/
}

.article-item {
  transition: 0.3s;
  color: currentColor;
}

.article-item:hover .article-item__image {
  transform: scale(1.04);
}

.article-item:hover {
  box-shadow: 3px 3px 13px #f24a00;
  transition: 0.4s;
}

/*.article-item:after {*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  content: '';*/
/*  width: 2px;*/
/*  height: 100%;*/
/*  background: #f24a00;*/
/*  transition: opacity 0.3s;*/
/*  opacity: 0;*/
/*}*/

/*.article-item:hover:after {*/
/*  opacity: 1;*/
/*}*/

.article-item__link {
  text-decoration: none;
  color: currentColor;
}

.article-item__image-cover {
  overflow: hidden;
}

.article-item__image {
  width: 100%;
  height: 230px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  transform: scale(1);
  transition: 0.5s;
}

.article-item__category {
  float: left;
}

.article-item__date {
  color: #999999;
}

.article-item__title {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-top: .75rem;
  word-break: break-all;
}

.article-item__text {
  color: #666666;
  margin-bottom: 50px;
  word-break: break-all;
}

.article-item__continue {
  font-weight: 500;
  text-transform: uppercase;
  /*margin-top: 1.75rem;*/
  position: absolute;
  bottom: 20px;
}

.article-item__continue-icon {
  margin-left: 10px;
  font-size: 18px;
  vertical-align: text-top;
}

.show {
  display: block;
}


/*
contact
*/

/* contact-block */

.contact-block {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 100px;
  padding-top: 130px;
}

.contact-block__contents {
  margin-top: 30px;
}

.contact-block__map {
  height: 500px;
}

.contact-block__info {
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.contact-block__info-content {
  line-height: 30px;
}

.contact-block__info-content:not(:last-child) {
  margin-bottom: 50px;
}

.contact-block__info-title {
  font-weight: bold;
  margin-bottom: 20px;
  font-size: 20px;
}

.contact-block__info-sub {
  color: #999999;
  font-weight: bold;
  margin-top: 20px;
  margin-right: 15px;
}

/*
portfolio
*/

/* grid-block */
.grid-block {
  min-height: 100vh;
  background-size: cover;
  background-position: 50%;
  padding-top: 148px;
  padding-bottom: 34px;
  position: relative;
  overflow: hidden;
  background-color: #666;
  color: #fff;
}

.grid-block__image {
  height: 100vh;
  width: 100%;
  background-size: cover;
  background-position: 50%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1;
  transform: scale(1);
  transition: transform 5s, opacity 0.35s;
  opacity: 0;
}

.grid-block__image_active {
  opacity: 1;
  transform: scale(1.03);
}

.grid-block__content {
  position: relative;
  z-index: 2;
}

.grid-block__column {
  margin-bottom: 30px;
  display: -ms-flexbox;
  display: flex;
}

.grid-block__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  border: 1px solid rgba(255,255,255,0.5);
  width: 100%;
  text-decoration: none;
  color: currentColor;
  padding: 80px 30px 32px;
  transition: all 0.3s;
  background: rgba(242,74,0,0);
  min-height: 340px;
  position: relative;
}

.grid-block__item_active,
.grid-block__item:hover {
  background: #f24a00;
  border-color: #f24a00;
}

.grid-block__year {
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 27px;
}

.grid-block__subtitle {
  display: block;
  margin-bottom: 4px;
}

.grid-block__title {
  display: block;
  font-family: 'Teko', Helvetica, sans-serif;
  font-size: 48px;
  line-height: 0.75;
}
