/* fonts */
* {
  color: #1E1E1E;
  -webkit-font-smoothing: antialiased;
  font-family: "General Sans Light";
  font-size: 15px;
  line-height: 1.3;
  letter-spacing: 0.01em;
}

body {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  background-color: #fff;
}

.inner {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  padding: 0 48px;
}
@media only screen and (max-width: 990px) {
  .inner {
    padding: 0 24px;
  }
}

section {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.inner2 {
  width: 1440px;
  margin: 0 auto;
  box-sizing: border-box;
  position: relative;
  max-width: 100%;
  padding: 0 176px;
}
@media only screen and (max-width: 1040px) {
  .inner2 {
    padding: 0 120px;
  }
}
@media only screen and (max-width: 990px) {
  .inner2 {
    padding: 0 24px;
  }
}

a:focus {
  outline: none;
}

a::-moz-focus-inner {
  border: 0;
}

fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.ff {
  clear: both;
  margin: 0;
  padding: 0;
}

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

a {
  outline: none;
  text-decoration: none;
}
a img {
  border: none;
}
a:hover {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

*:focus {
  outline: none;
}

.abs-center {
  position: absolute;
  top: 50%;
  max-width: 100%;
  left: 0;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.abs-center2 {
  position: absolute;
  max-width: 100%;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.abs-center3 {
  position: absolute;
  max-width: 100%;
  top: 0;
  left: 50%;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

@font-face {
  font-family: "General Sans Light";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Light"), url("../fonts/GeneralSans-Light.woff") format("woff");
}
@font-face {
  font-family: "General Sans Medium";
  font-style: normal;
  font-weight: normal;
  src: local("General Sans Medium"), url("../fonts/GeneralSans-Medium.woff") format("woff");
}
@font-face {
  font-family: "Martian Mono Regular";
  src: url("../fonts/MartianMono-SemiExpandedRegular.woff2") format("woff2"), url("../fonts/MartianMono-SemiExpandedRegular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.logobig {
  width: 100%;
  position: fixed;
  padding: 0 64px 34px 64px;
  box-sizing: border-box;
  z-index: 104;
}
@media only screen and (max-width: 1500px) {
  .logobig {
    padding: 0 48px 25px 48px;
  }
}
@media only screen and (max-width: 990px) {
  .logobig {
    padding: 0 24px 12px 24px;
  }
}
.logobig.anim {
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
.logobig.hide {
  margin-top: -200px;
}
.logobig svg {
  width: 100%;
  height: auto;
}

header#top {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  padding: 50px 0;
  z-index: 101;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
@media only screen and (max-width: 1500px) {
  header#top {
    padding: 35px 0;
  }
}
@media only screen and (max-width: 990px) {
  header#top {
    height: 62px;
    padding: 0;
  }
}
header#top.hide {
  top: -120px;
}
header#top .logo {
  display: block;
  position: absolute;
  top: 44px;
  right: 64px;
  width: 29px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}
@media only screen and (max-width: 1500px) {
  header#top .logo {
    width: 22px;
    top: 33px;
    right: 48px;
  }
}
@media only screen and (max-width: 990px) {
  header#top .logo {
    right: calc(50% - 11px);
    top: 21px;
  }
}
@media only screen and (max-width: 990px) {
  header#top .logo.active {
    right: 24px;
  }
}
header#top .logo svg {
  width: 100%;
  height: auto;
}
header#top .box {
  width: 100%;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 990px) {
  header#top .box {
    display: none;
  }
}
header#top .box ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
}
header#top .box ul li {
  margin: 0 24px;
}
header#top .box ul li a {
  font-family: "General Sans Medium";
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 5px;
}
@media only screen and (max-width: 1500px) {
  header#top .box ul li a {
    font-size: 12px;
  }
}
header#top .box ul li a:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  left: 0;
  bottom: 3px;
}
header#top .box ul li a:hover:after {
  bottom: 0;
  opacity: 1;
}

#main-headerbox {
  width: 100%;
  height: 100vh;
  position: relative;
}
@media only screen and (max-width: 990px) {
  #main-headerbox {
    height: 75vh;
  }
}
#main-headerbox .headline {
  width: 500px;
  text-align: center;
  font-family: "General Sans Medium";
  letter-spacing: -2.3%;
  font-size: 35px;
  line-height: 37px;
  margin-top: -100px;
}
@media only screen and (max-width: 1500px) {
  #main-headerbox .headline {
    width: 400px;
    font-size: 27px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 990px) {
  #main-headerbox .headline {
    font-size: 18px;
    line-height: 19px;
  }
}
@media only screen and (max-width: 767px) {
  #main-headerbox .headline {
    width: 250px;
    max-width: 100%;
  }
}

#main-infobox {
  padding: 128px 0 182px 0;
}
@media only screen and (max-width: 1500px) {
  #main-infobox {
    padding: 96px 0 120px 0;
  }
}
@media only screen and (max-width: 990px) {
  #main-infobox {
    padding: 50px 0;
  }
}
#main-infobox .content .section-headlinebox {
  width: 1120px;
  max-width: 100%;
  margin: 0 auto;
  font-family: "General Sans Medium";
  font-size: 66px;
  line-height: 74px;
  letter-spacing: -0.01em;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  #main-infobox .content .section-headlinebox {
    width: 850px;
    font-size: 50px;
    line-height: 56px;
  }
}
@media only screen and (max-width: 990px) {
  #main-infobox .content .section-headlinebox {
    display: none;
    font-size: 34px;
    line-height: 1;
  }
}
#main-infobox .content .section-txtbox {
  margin: 72px auto 0 auto;
  width: 650px;
  max-width: 100%;
  font-size: 25px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1500px) {
  #main-infobox .content .section-txtbox {
    font-size: 19px;
    line-height: 21px;
    margin-top: 52px;
  }
}
@media only screen and (max-width: 990px) {
  #main-infobox .content .section-txtbox {
    font-size: 13px;
    line-height: 15px;
    display: none;
  }
}
#main-infobox .content .section-headlinebox-mob {
  display: none;
}
@media only screen and (max-width: 990px) {
  #main-infobox .content .section-headlinebox-mob {
    display: block;
    width: 280px;
    margin: 0 auto;
    font-family: "General Sans Medium";
    font-size: 34px;
    line-height: 33px;
    letter-spacing: -0.03em;
    text-align: center;
  }
}
#main-infobox .content .section-subheadlinebox-mob {
  display: none;
}
@media only screen and (max-width: 990px) {
  #main-infobox .content .section-subheadlinebox-mob {
    display: block;
    width: 250px;
    max-width: 100%;
    margin: 20px auto 0 auto;
    font-family: "General Sans Medium";
    font-size: 15px;
    line-height: 17px;
    letter-spacing: -0.01em;
    text-align: center;
  }
}
#main-infobox .content .section-txtbox-mob {
  display: none;
}
@media only screen and (max-width: 990px) {
  #main-infobox .content .section-txtbox-mob {
    display: block;
    width: 300px;
    max-width: 100%;
    margin: 50px auto 0 auto;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: 0.01em;
    text-align: center;
  }
}

#main-workbox {
  position: relative;
  z-index: 8;
  background-color: #FE6239;
  padding: 64px;
  margin-top: -400px;
}
@media only screen and (max-width: 1700px) {
  #main-workbox {
    margin-top: -200px;
  }
}
@media only screen and (max-width: 1500px) {
  #main-workbox {
    padding: 48px;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox {
    padding: 24px;
    margin-top: 0;
  }
}
#main-workbox .topbox {
  position: relative;
  margin-bottom: 215px;
}
@media only screen and (max-width: 1500px) {
  #main-workbox .topbox {
    margin-bottom: 160px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-workbox .topbox {
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .topbox {
    margin-bottom: 45px;
  }
}
#main-workbox .topbox .txtbox {
  width: 48%;
  font-family: "General Sans Medium";
  font-size: 66px;
  line-height: 1;
  color: #000;
  letter-spacing: -0.023em;
}
@media only screen and (max-width: 1700px) {
  #main-workbox .topbox .txtbox {
    width: 70%;
  }
}
@media only screen and (max-width: 1500px) {
  #main-workbox .topbox .txtbox {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-workbox .topbox .txtbox {
    width: 75%;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .topbox .txtbox {
    width: 100%;
    font-size: 34px;
  }
}
#main-workbox .topbox .logo {
  position: absolute;
  top: 0;
  right: 0;
  width: 78px;
}
@media only screen and (max-width: 1500px) {
  #main-workbox .topbox .logo {
    width: 58px;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .topbox .logo {
    display: none;
  }
}
#main-workbox .topbox .logo svg {
  width: 100%;
  height: auto;
}
#main-workbox .contentbox {
  display: flex;
  justify-content: space-between;
}
#main-workbox .contentbox .leftbox {
  width: calc(100% - 500px);
  padding-right: 170px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1920px) {
  #main-workbox .contentbox .leftbox {
    width: calc(100% - 420px);
    padding-right: 0;
  }
}
@media only screen and (max-width: 1300px) {
  #main-workbox .contentbox .leftbox {
    width: calc(100% - 320px);
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .contentbox .leftbox {
    width: 100%;
    padding: 0;
  }
}
#main-workbox .contentbox .leftbox .title {
  width: 100%;
  font-family: "Martian Mono Regular";
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1500px) {
  #main-workbox .contentbox .leftbox .title {
    font-size: 11px;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .contentbox .leftbox .title {
    font-size: 10px;
    line-height: 1;
  }
}
#main-workbox .contentbox .leftbox .txt {
  color: #000;
  font-size: 25px;
  line-height: 27px;
  letter-spacing: 0.01em;
  width: 652px;
  max-width: 100%;
}
@media only screen and (max-width: 1500px) {
  #main-workbox .contentbox .leftbox .txt {
    width: 490px;
    font-size: 19px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .contentbox .leftbox .txt {
    font-size: 13px;
    line-height: 15px;
  }
}
#main-workbox .contentbox .leftbox .numsbox {
  margin-top: 130px;
  display: flex;
  justify-content: space-between;
  align-self: flex-end;
}
@media only screen and (max-width: 1700px) {
  #main-workbox .contentbox .leftbox .numsbox {
    position: relative;
    bottom: auto;
    left: auto;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .contentbox .leftbox .numsbox {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  #main-workbox .contentbox .leftbox .numsbox {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #main-workbox .contentbox .leftbox .numsbox {
    display: block;
  }
}
#main-workbox .contentbox .leftbox .numsbox .numbox {
  width: auto;
  padding-right: 70px;
}
@media only screen and (max-width: 1920px) {
  #main-workbox .contentbox .leftbox .numsbox .numbox {
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1300px) {
  #main-workbox .contentbox .leftbox .numsbox .numbox {
    padding-right: 30px;
  }
}
@media only screen and (max-width: 767px) {
  #main-workbox .contentbox .leftbox .numsbox .numbox {
    padding-right: 20px;
  }
}
@media only screen and (max-width: 500px) {
  #main-workbox .contentbox .leftbox .numsbox .numbox {
    width: 100%;
    margin-bottom: 20px;
  }
}
#main-workbox .contentbox .leftbox .numsbox .numbox .num {
  font-family: "General Sans Medium";
  font-size: 125px;
  line-height: 1;
  letter-spacing: -2%;
  margin-bottom: 10px;
  color: #000;
}
@media only screen and (max-width: 1700px) {
  #main-workbox .contentbox .leftbox .numsbox .numbox .num {
    font-size: 72px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-workbox .contentbox .leftbox .numsbox .numbox .num {
    font-size: 42px;
  }
}
@media only screen and (max-width: 500px) {
  #main-workbox .contentbox .leftbox .numsbox .numbox .num {
    font-size: 65px;
  }
}
#main-workbox .contentbox .leftbox .numsbox .numbox .num-txt {
  font-family: "General Sans Medium";
  font-size: 17px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1500px) {
  #main-workbox .contentbox .leftbox .numsbox .numbox .num-txt {
    font-size: 11px;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .contentbox .leftbox .numsbox .numbox .num-txt {
    font-size: 10px;
    line-height: 1;
  }
}
#main-workbox .contentbox .rightbox {
  width: 500px;
  display: flex;
}
@media only screen and (max-width: 1920px) {
  #main-workbox .contentbox .rightbox {
    width: 420px;
  }
}
@media only screen and (max-width: 1300px) {
  #main-workbox .contentbox .rightbox {
    width: 320px;
  }
}
@media only screen and (max-width: 990px) {
  #main-workbox .contentbox .rightbox {
    display: none;
  }
}
#main-workbox .contentbox .rightbox .videobox {
  position: relative;
  width: 100%;
  height: 540px;
  overflow: hidden;
}
@media only screen and (max-width: 1920px) {
  #main-workbox .contentbox .rightbox .videobox {
    height: 430px;
  }
}
@media only screen and (max-width: 1300px) {
  #main-workbox .contentbox .rightbox .videobox {
    height: 330px;
  }
}
#main-workbox .contentbox .rightbox video {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#main-workbox .contentbox .rightbox img {
  display: block;
  max-width: 100%;
}

#main-clientsbox {
  padding-top: 48px;
}
@media only screen and (max-width: 990px) {
  #main-clientsbox {
    padding-top: 24px;
  }
}
#main-clientsbox .content {
  padding: 0 64px;
}
@media only screen and (max-width: 1500px) {
  #main-clientsbox .content {
    padding: 0 48px;
  }
}
@media only screen and (max-width: 990px) {
  #main-clientsbox .content {
    padding: 0 24px;
  }
}
#main-clientsbox .content .topbox {
  display: flex;
  justify-content: center;
  padding: 22px 0 35px 0;
  border-top: 1px solid #000;
}
#main-clientsbox .content .topbox .headline {
  font-family: "Martian Mono Regular";
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  padding-left: 18px;
  position: relative;
}
@media only screen and (max-width: 1500px) {
  #main-clientsbox .content .topbox .headline {
    font-size: 11px;
  }
}
#main-clientsbox .content .topbox .headline:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  background-color: #000;
  position: absolute;
  top: 1px;
  left: 0;
}
#main-clientsbox .content .itemsbox {
  padding-bottom: 30px;
  height: 110px !important;
}
@media only screen and (max-width: 500px) {
  #main-clientsbox .content .itemsbox {
    height: 45px !important;
    padding-bottom: 20px;
  }
}
#main-clientsbox .content .itemsbox nobr {
  display: flex;
}
#main-clientsbox .content .itemsbox .itembox {
  width: 420px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1920px) {
  #main-clientsbox .content .itemsbox .itembox {
    width: 320px;
  }
}
@media only screen and (max-width: 1700px) {
  #main-clientsbox .content .itemsbox .itembox {
    width: 260px;
  }
}
@media only screen and (max-width: 1500px) {
  #main-clientsbox .content .itemsbox .itembox {
    width: 230px;
  }
}
@media only screen and (max-width: 500px) {
  #main-clientsbox .content .itemsbox .itembox {
    width: 200px;
    height: 45px;
  }
}
#main-clientsbox .content .itemsbox .itembox img {
  display: block;
  width: auto;
}
@media only screen and (max-width: 500px) {
  #main-clientsbox .content .itemsbox .itembox img {
    max-height: 45px;
  }
}

#main-contactbox {
  padding: 98px 0 164px 0;
}
@media only screen and (max-width: 1500px) {
  #main-contactbox {
    padding: 70px 0 110px 0;
  }
}
@media only screen and (max-width: 990px) {
  #main-contactbox {
    padding: 40px 0 60px 0;
  }
}
#main-contactbox .content .headlinebox {
  font-family: "General Sans Medium";
  font-size: 66px;
  line-height: 69px;
  letter-spacing: -0.02em;
  color: #2D2A2B;
  text-align: center;
}
@media only screen and (max-width: 1500px) {
  #main-contactbox .content .headlinebox {
    font-size: 50px;
    line-height: 52px;
  }
}
@media only screen and (max-width: 990px) {
  #main-contactbox .content .headlinebox {
    font-size: 34px;
    line-height: 35px;
  }
}
#main-contactbox .content .formbox {
  margin: 90px auto 0 auto;
  width: 1330px;
  max-width: 100%;
}
@media only screen and (max-width: 1500px) {
  #main-contactbox .content .formbox {
    width: 1000px;
    margin-top: 67px;
  }
}
@media only screen and (max-width: 990px) {
  #main-contactbox .content .formbox {
    margin: 40px auto 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  #main-contactbox .content .formbox {
    width: 252px;
  }
}
#main-contactbox .content .formbox fieldset label {
  font-size: 14px;
  color: #000;
  margin-bottom: 5px;
}
@media only screen and (max-width: 1500px) {
  #main-contactbox .content .formbox fieldset label {
    font-size: 12px;
  }
}
@media only screen and (max-width: 990px) {
  #main-contactbox .content .formbox fieldset label {
    font-size: 11px;
  }
}
#main-contactbox .content .formbox fieldset label a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
}
@media only screen and (max-width: 1500px) {
  #main-contactbox .content .formbox fieldset label a {
    font-size: 12px;
  }
}
@media only screen and (max-width: 990px) {
  #main-contactbox .content .formbox fieldset label a {
    font-size: 11px;
  }
}
#main-contactbox .content .formbox fieldset .box {
  position: relative;
  margin-bottom: 22px;
}
#main-contactbox .content .formbox fieldset .box input[type=text] {
  width: 100%;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 10px 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
}
#main-contactbox .content .formbox fieldset .box textarea {
  display: block;
  width: 100%;
  height: 70px;
  border: none;
  border-bottom: 1px solid #000;
  padding: 0 10px 5px 10px;
  box-sizing: border-box;
  font-size: 14px;
  resize: none;
}
#main-contactbox .content .formbox fieldset .box:before {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}
#main-contactbox .content .formbox fieldset .box:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}
#main-contactbox .content .formbox fieldset .box.error input[type=text], #main-contactbox .content .formbox fieldset .box.error textarea {
  border-color: red;
}
#main-contactbox .content .formbox fieldset .box.error:before, #main-contactbox .content .formbox fieldset .box.error:after {
  background-color: red;
}
#main-contactbox .content .formbox fieldset.items {
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #main-contactbox .content .formbox fieldset.items {
    display: block;
  }
}
#main-contactbox .content .formbox fieldset.items .box:first-child {
  width: calc(65% - 24px);
}
@media only screen and (max-width: 767px) {
  #main-contactbox .content .formbox fieldset.items .box:first-child {
    width: 100%;
  }
}
#main-contactbox .content .formbox fieldset.items .box:nth-child(2) {
  width: calc(35% - 24px);
}
@media only screen and (max-width: 767px) {
  #main-contactbox .content .formbox fieldset.items .box:nth-child(2) {
    width: 100%;
  }
}
#main-contactbox .content .formbox fieldset.submitbox {
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 990px) {
  #main-contactbox .content .formbox fieldset.submitbox {
    justify-content: flex-start;
    margin-bottom: 30px;
  }
}
#main-contactbox .content .formbox fieldset.submitbox .btn-submit {
  display: block;
  line-height: 28px;
  padding: 0 15px;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  font-family: "Martian Mono Regular";
  text-transform: uppercase;
  font-size: 13px;
  color: #CEDDE0;
  cursor: pointer;
  border: none;
}
@media only screen and (max-width: 1500px) {
  #main-contactbox .content .formbox fieldset.submitbox .btn-submit {
    font-size: 12px;
  }
}
@media only screen and (max-width: 990px) {
  #main-contactbox .content .formbox fieldset.submitbox .btn-submit {
    font-size: 11px;
  }
}
#main-contactbox .content .formbox fieldset.checkbox {
  display: flex;
  position: relative;
  cursor: pointer;
}
#main-contactbox .content .formbox fieldset.checkbox.active:before {
  background-color: #000;
}
#main-contactbox .content .formbox fieldset.checkbox.active:after {
  opacity: 1;
}
#main-contactbox .content .formbox fieldset.checkbox:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  border: 1px solid #000;
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#main-contactbox .content .formbox fieldset.checkbox:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background: url(../img/checkbox-input-active.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  top: 4px;
  left: 2px;
  opacity: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#main-contactbox .content .formbox fieldset.checkbox input[type=checkbox] {
  display: none;
  margin-top: -2px;
}
@media only screen and (max-width: 990px) {
  #main-contactbox .content .formbox fieldset.checkbox input[type=checkbox] {
    margin-top: -10px;
  }
}
#main-contactbox .content .formbox fieldset.checkbox label {
  cursor: pointer;
  padding-left: 25px;
}
#main-contactbox .content .formbox fieldset.checkbox.error:before {
  border-color: red;
}
#main-contactbox .content .formbox fieldset.checkbox.error label {
  color: red;
}
#main-contactbox .content .formbox fieldset.checkbox.error label * {
  color: red;
}

#main-footerbox {
  background-color: #CEDDE0;
  padding: 64px 64px 45px 64px;
}
@media only screen and (max-width: 1500px) {
  #main-footerbox {
    padding: 48px 48px 32px 48px;
  }
}
@media only screen and (max-width: 990px) {
  #main-footerbox {
    padding: 25px 24px 14px 24px;
  }
}
#main-footerbox .content .topbox {
  border-top: 1px solid #000;
  padding-top: 10px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 270px;
}
@media only screen and (max-width: 1700px) {
  #main-footerbox .content .topbox {
    margin-bottom: 200px;
  }
}
@media only screen and (max-width: 990px) {
  #main-footerbox .content .topbox {
    margin-bottom: 100px;
  }
}
@media only screen and (max-width: 500px) {
  #main-footerbox .content .topbox {
    flex-wrap: wrap;
  }
}
#main-footerbox .content .topbox .box {
  font-family: "General Sans Medium";
  font-size: 55px;
  line-height: 58px;
  letter-spacing: -0.02em;
  color: #5B5B5B;
}
@media only screen and (max-width: 1700px) {
  #main-footerbox .content .topbox .box {
    font-size: 41px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 1300px) {
  #main-footerbox .content .topbox .box {
    font-size: 32px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 990px) {
  #main-footerbox .content .topbox .box {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #main-footerbox .content .topbox .box {
    width: 100%;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 500px) {
  #main-footerbox .content .topbox .box {
    width: 80%;
  }
}
@media only screen and (max-width: 500px) {
  #main-footerbox .content .topbox .box:nth-child(2) {
    order: 3;
  }
}
@media only screen and (max-width: 767px) {
  #main-footerbox .content .topbox .box:last-child {
    margin: 0;
  }
}
@media only screen and (max-width: 500px) {
  #main-footerbox .content .topbox .box:last-child {
    order: 2;
    width: 20%;
  }
}
#main-footerbox .content .topbox .box a {
  display: block;
  font-family: "General Sans Medium";
  font-size: 55px;
  line-height: 58px;
  letter-spacing: -0.02em;
  color: #5B5B5B;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1700px) {
  #main-footerbox .content .topbox .box a {
    font-size: 41px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 1300px) {
  #main-footerbox .content .topbox .box a {
    font-size: 32px;
    line-height: 37px;
  }
}
@media only screen and (max-width: 990px) {
  #main-footerbox .content .topbox .box a {
    font-size: 18px;
    line-height: 25px;
  }
}
@media only screen and (max-width: 767px) {
  #main-footerbox .content .topbox .box a {
    font-size: 15px;
    line-height: 18px;
  }
}
#main-footerbox .content .topbox .box a:hover {
  color: #F8F8F9;
}
#main-footerbox .content .contentbox {
  display: flex;
  justify-content: space-between;
  align-items: end;
  margin-bottom: 70px;
}
@media only screen and (max-width: 1500px) {
  #main-footerbox .content .contentbox {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 990px) {
  #main-footerbox .content .contentbox {
    margin-bottom: 20px;
  }
}
#main-footerbox .content .contentbox .logo svg, #main-footerbox .content .contentbox .logo-big svg {
  width: 100%;
  height: auto;
}
#main-footerbox .content .contentbox .logo {
  width: 424px;
}
@media only screen and (max-width: 1700px) {
  #main-footerbox .content .contentbox .logo {
    width: 318px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-footerbox .content .contentbox .logo {
    width: 240px;
  }
}
@media only screen and (max-width: 990px) {
  #main-footerbox .content .contentbox .logo {
    order: 1;
    width: 70px;
  }
}
@media only screen and (max-width: 500px) {
  #main-footerbox .content .contentbox .logo {
    width: 68px;
  }
}
#main-footerbox .content .contentbox .logo-big {
  width: 650px;
}
@media only screen and (max-width: 1700px) {
  #main-footerbox .content .contentbox .logo-big {
    width: 490px;
  }
}
@media only screen and (max-width: 990px) {
  #main-footerbox .content .contentbox .logo-big {
    order: 2;
    width: 220px;
  }
}
@media only screen and (max-width: 500px) {
  #main-footerbox .content .contentbox .logo-big {
    width: 216px;
    margin-bottom: 10px;
  }
}
#main-footerbox .content .bottom {
  display: flex;
  justify-content: space-between;
}
#main-footerbox .content .bottom div {
  font-family: "Martian Mono Regular";
  font-size: 13px;
  text-transform: uppercase;
  color: #5B5B5B;
}
@media only screen and (max-width: 1500px) {
  #main-footerbox .content .bottom div {
    font-size: 11px;
  }
}
@media only screen and (max-width: 990px) {
  #main-footerbox .content .bottom div {
    font-size: 9px;
  }
}
#main-footerbox .content .bottom div a {
  font-family: "Martian Mono Regular";
  font-size: 13px;
  text-transform: uppercase;
  color: #5B5B5B;
}
@media only screen and (max-width: 1500px) {
  #main-footerbox .content .bottom div a {
    font-size: 11px;
  }
}
@media only screen and (max-width: 990px) {
  #main-footerbox .content .bottom div a {
    font-size: 9px;
  }
}

#main-offersbox {
  overflow: visible;
  box-sizing: border-box;
}
#main-offersbox .topbox {
  background-color: #fff;
  position: sticky;
  top: 0;
  padding: 0 48px;
  z-index: 99;
}
@media only screen and (max-width: 990px) {
  #main-offersbox .topbox {
    padding: 0 24px;
  }
}
#main-offersbox .topbox .box {
  border-top: 1px solid #4B5355;
  display: flex;
  justify-content: center;
  padding: 27px 0;
}
@media only screen and (max-width: 990px) {
  #main-offersbox .topbox .box {
    padding: 24px 0;
  }
}
#main-offersbox .topbox .items {
  width: 350px;
  display: flex;
  box-sizing: border-box;
  background-color: #F1F1F1;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  border-radius: 85px;
  border: 6px solid #F1F1F1;
}
#main-offersbox .topbox .items .itembox {
  width: 50%;
  line-height: 32px;
  font-family: "Martian Mono Regular";
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  border-radius: 85px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 990px) {
  #main-offersbox .topbox .items .itembox {
    font-size: 10px;
  }
}
#main-offersbox .topbox .items .itembox.active {
  background-color: #fff;
}

#offer-sectionbox {
  position: relative;
  background-color: #EFF5F8;
  min-height: 100vh;
}
#offer-sectionbox:before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

.offers-itemsbox {
  top: 0;
  left: 0;
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  padding-bottom: calc(6 * var(--space));
  --space: 136px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  position: absolute;
  visibility: hidden;
  z-index: 0;
}
@media only screen and (max-width: 1500px) {
  .offers-itemsbox {
    --space: 90px;
  }
}
@media only screen and (max-width: 990px) {
  .offers-itemsbox {
    --space: 70px;
  }
}
.offers-itemsbox .offer-itembox {
  height: 900px;
  font-size: 62px;
  color: #000;
  position: sticky;
  z-index: 100;
  top: 100px;
  margin-bottom: calc(-1* var(--space));
  transform: translateY(var(--translateY));
  padding: 68px 100px 0 100px;
  -webkit-border-top-left-radius: 12px;
  -webkit-border-top-right-radius: 12px;
  -moz-border-radius-topleft: 12px;
  -moz-border-radius-topright: 12px;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}
@media only screen and (max-width: 1700px) {
  .offers-itemsbox .offer-itembox {
    padding: 50px 70px 0 70px;
    height: 600px;
  }
}
@media only screen and (max-width: 1500px) {
  .offers-itemsbox .offer-itembox {
    height: 540px;
  }
}
@media only screen and (max-width: 990px) {
  .offers-itemsbox .offer-itembox {
    padding: 18px 0 18px 44px;
    height: 300px;
  }
}
.offers-itemsbox .offer-itembox.disabled .item-content {
  opacity: 0.4;
}
.offers-itemsbox .offer-itembox .item-content {
  display: flex;
  justify-content: space-between;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 990px) {
  .offers-itemsbox .offer-itembox .item-content {
    display: block;
  }
}
.offers-itemsbox .offer-itembox .item-content .item-name {
  position: relative;
  width: 50%;
  font-size: 110px;
  line-height: 1;
  letter-spacing: -0.023em;
  font-family: "General Sans Medium";
  color: #1E1E1E;
  box-sizing: border-box;
}
@media only screen and (max-width: 1700px) {
  .offers-itemsbox .offer-itembox .item-content .item-name {
    font-size: 82px;
    padding-right: 40px;
  }
}
@media only screen and (max-width: 1040px) {
  .offers-itemsbox .offer-itembox .item-content .item-name {
    font-size: 62px;
    padding-right: 30px;
  }
}
@media only screen and (max-width: 990px) {
  .offers-itemsbox .offer-itembox .item-content .item-name {
    width: 100%;
    font-size: 40px;
  }
}
.offers-itemsbox .offer-itembox .item-content .item-name span {
  position: absolute;
  top: -5px;
  left: -35px;
  font-size: 25px;
  line-height: 1;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1700px) {
  .offers-itemsbox .offer-itembox .item-content .item-name span {
    font-size: 19px;
    left: -22px;
    top: -3px;
  }
}
@media only screen and (max-width: 1040px) {
  .offers-itemsbox .offer-itembox .item-content .item-name span {
    font-size: 15px;
  }
}
@media only screen and (max-width: 990px) {
  .offers-itemsbox .offer-itembox .item-content .item-name span {
    font-size: 13px;
    left: -20px;
  }
}
.offers-itemsbox .offer-itembox .item-content .item-txt {
  width: 50%;
  font-family: "General Sans Medium";
  font-size: 36px;
  line-height: 38px;
  letter-spacing: -0.023em;
  box-sizing: border-box;
}
@media only screen and (max-width: 1700px) {
  .offers-itemsbox .offer-itembox .item-content .item-txt {
    font-size: 27px;
    line-height: 29px;
  }
}
@media only screen and (max-width: 1400px) {
  .offers-itemsbox .offer-itembox .item-content .item-txt {
    padding-left: 80px;
  }
}
@media only screen and (max-width: 1040px) {
  .offers-itemsbox .offer-itembox .item-content .item-txt {
    font-size: 21px;
    line-height: 23px;
  }
}
@media only screen and (max-width: 990px) {
  .offers-itemsbox .offer-itembox .item-content .item-txt {
    width: 80%;
    font-size: 15px;
    line-height: 18px;
    padding-left: 0;
    margin-top: 17px;
  }
}
.offers-itemsbox:first-child .offer-itembox:nth-child(1) {
  background-color: #EFF5F8;
  --translateY: calc(var(--space)* 0);
}
.offers-itemsbox:first-child .offer-itembox:nth-child(2) {
  background-color: #E3EDF0;
  --translateY: calc(var(--space)* 1);
}
.offers-itemsbox:first-child .offer-itembox:nth-child(3) {
  background-color: #CEDDE0;
  --translateY: calc(var(--space)* 2);
}
.offers-itemsbox:first-child .offer-itembox:nth-child(4) {
  background-color: #BED0D3;
  --translateY: calc(var(--space)* 3);
}
.offers-itemsbox:first-child .offer-itembox:nth-child(5) {
  background-color: #ADC4CA;
  --translateY: calc(var(--space)* 4);
}
.offers-itemsbox:first-child .offer-itembox:nth-child(6) {
  background-color: #9DB7BE;
  --translateY: calc(var(--space)* 5);
}
.offers-itemsbox:nth-child(2) {
  padding-bottom: calc(3 * var(--space));
}
.offers-itemsbox:nth-child(2) .offer-itembox:nth-child(1) {
  background-color: #f8f8f9;
  --translateY: calc(var(--space)* 0);
}
.offers-itemsbox:nth-child(2) .offer-itembox:nth-child(2) {
  background-color: #f1f1f1;
  --translateY: calc(var(--space)* 1);
}
.offers-itemsbox:nth-child(2) .offer-itembox:nth-child(3) {
  background-color: #e9e9e9;
  --translateY: calc(var(--space)* 2);
}
.offers-itemsbox.item-hide {
  opacity: 0;
}
.offers-itemsbox.item-active {
  position: relative;
  visibility: visible;
  z-index: 2;
}

#main-videobox {
  width: 100%;
}
#main-videobox video {
  width: 100%;
}
@media only screen and (max-width: 990px) {
  #main-videobox video.desktop {
    display: none;
  }
}
#main-videobox video.mob {
  display: none;
}
@media only screen and (max-width: 990px) {
  #main-videobox video.mob {
    display: block;
  }
}

#main-processbox {
  background-color: #2D2A2B;
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: visible;
}
@media only screen and (max-width: 990px) {
  #main-processbox {
    max-height: 100vh;
    height: 470px;
  }
}
#main-processbox .contentbox {
  width: 100%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 990px) {
  #main-processbox .contentbox {
    overflow: auto;
  }
}
#main-processbox .content {
  width: 100%;
  height: 100%;
  position: sticky;
  color: #fff;
  font-size: 32px;
  top: 120px;
  overflow: hidden;
  padding: 85px 65px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content {
    padding: 65px 48px;
  }
}
@media only screen and (max-width: 990px) {
  #main-processbox .content {
    padding: 0 24px 35px 24px;
    height: calc(100% - 40px);
    top: 40px;
    width: 100%;
  }
}
#main-processbox .content .content-items {
  width: 40%;
  height: 100%;
  position: relative;
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .content-items {
    width: 100%;
  }
}
#main-processbox .content .content-pagersbox {
  position: absolute;
  z-index: 99;
  bottom: 70px;
  width: calc(60% - 65px - 86px);
  right: 0;
  display: flex;
  justify-content: flex-start;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .content-pagersbox {
    width: calc(60% - 48px - 62px);
  }
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .content-pagersbox {
    display: none;
  }
}
#main-processbox .content .content-pagersbox a {
  display: block;
  color: #fff;
  font-size: 25px;
  line-height: 27px;
  font-family: "General Sans Light";
  margin: 0 6px;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .content-pagersbox a {
    font-size: 19px;
    line-height: 21px;
  }
}
#main-processbox .content .content-pagersbox a.active {
  font-family: "General Sans Medium";
}
#main-processbox .content .content-pagersbox a.pager-btn-prev {
  margin-left: 0;
  background: url(../img/icon-process-pager-prev.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 27px;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .content-pagersbox a.pager-btn-prev {
    height: 21px;
    width: 18px;
  }
}
#main-processbox .content .content-pagersbox a.pager-btn-next {
  background: url(../img/icon-process-pager-next.svg) no-repeat center;
  background-size: contain;
  width: 22px;
  height: 27px;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .content-pagersbox a.pager-btn-next {
    height: 21px;
    width: 18px;
  }
}
#main-processbox .content .icon-mob {
  display: none;
  background: url(../img/icon-arrow-right-white.svg) no-repeat center;
  width: 15px;
  height: 13px;
  margin-top: 25px;
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .icon-mob {
    display: block;
  }
}
#main-processbox .content .content-txtbox {
  width: 590px;
  max-width: 100%;
  font-size: 25px;
  line-height: 37px;
  letter-spacing: -0.023em;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .content-txtbox {
    width: 480px;
    font-size: 19px;
    line-height: 28px;
  }
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .content-txtbox {
    line-height: 23px;
    width: 70%;
  }
}
@media only screen and (max-width: 767px) {
  #main-processbox .content .content-txtbox {
    font-size: 15px;
    line-height: 18px;
  }
}
#main-processbox .content .content-headlinebox {
  width: 1200px;
  max-width: 100%;
  font-family: "General Sans Medium";
  font-size: 110px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.023em;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .content-headlinebox {
    width: 900px;
    font-size: 82px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-processbox .content .content-headlinebox {
    font-size: 62px;
  }
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .content-headlinebox {
    max-width: 80%;
    font-size: 40px;
  }
}
#main-processbox .content .mob-items {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
}
#main-processbox .content .mob-items .owl-stage-outer {
  height: 100%;
}
#main-processbox .content .mob-items .owl-stage-outer .owl-stage {
  height: 100%;
}
#main-processbox .content .mob-items .owl-stage-outer .owl-stage .owl-item {
  width: 100%;
  height: 100%;
}
#main-processbox .content .mob-items .owl-stage-outer .owl-stage .owl-item .item {
  height: 100%;
}
#main-processbox .content .items {
  display: block;
  position: absolute;
  width: 60%;
  height: 100%;
  top: 0;
  right: 0;
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .items {
    width: 100%;
  }
}
#main-processbox .content .itembox {
  position: absolute;
  top: 0;
  left: 100%;
  color: #fff;
  font-size: 32px;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding-top: 90px;
  padding-bottom: 70px;
  --itembox-p-left: 65px;
  --itembox-m-left: 190px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .itembox {
    --itembox-p-left: 48px;
    --itembox-m-left: 120px;
    padding-top: 65px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-processbox .content .itembox {
    --itembox-m-left: 70px;
  }
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox {
    --itembox-m-left: 0;
    --itembox-p-left: 24px;
    top: auto;
    padding: 0;
  }
}
#main-processbox .content .itembox.disabled .box {
  border-color: #5b5b5b;
}
#main-processbox .content .itembox.disabled .box:before {
  background-color: #5b5b5b;
}
#main-processbox .content .itembox.disabled .box .box-name, #main-processbox .content .itembox.disabled .box .box-name span, #main-processbox .content .itembox.disabled .box .box-txtbox {
  color: #5b5b5b;
}
#main-processbox .content .itembox.mob-active {
  left: 0;
}
#main-processbox .content .itembox-1 {
  left: 0;
  transform: translateX(var(--itembox-p-left));
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox-1 {
    left: 90% !important;
    z-index: 1;
    transform: translateX(var(--itembox-p-left));
  }
}
@media only screen and (max-width: 500px) {
  #main-processbox .content .itembox-1 {
    left: 80% !important;
  }
}
#main-processbox .content .itembox-2 {
  transform: translateX(var(--itembox-p-left));
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox-2 {
    z-index: 2;
    transform: translateX(var(--itembox-p-left));
  }
}
#main-processbox .content .itembox-3 {
  transform: translateX(var(--itembox-p-left));
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox-3 {
    z-index: 3;
    transform: translateX(var(--itembox-p-left));
  }
}
#main-processbox .content .itembox-4 {
  transform: translateX(var(--itembox-p-left));
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox-4 {
    z-index: 4;
    transform: translateX(var(--itembox-p-left));
  }
}
#main-processbox .content .itembox-5 {
  transform: translateX(var(--itembox-p-left));
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox-5 {
    z-index: 5;
    transform: translateX(var(--itembox-p-left));
  }
}
#main-processbox .content .itembox .box {
  width: 100%;
  height: 100%;
  background-color: #2D2A2B;
  border-top: 6px solid #fff;
  position: relative;
  padding: 44px 86px;
  box-sizing: border-box;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .itembox .box {
    padding: 42px 62px;
  }
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox .box {
    padding: 20px 40px;
    height: 100%;
  }
}
@media only screen and (max-width: 500px) {
  #main-processbox .content .itembox .box {
    padding: 15px 40px;
  }
}
#main-processbox .content .itembox .box:before {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #808080;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox .box:before {
    height: calc(100% - 35px);
  }
}
#main-processbox .content .itembox .box .box-name {
  width: 700px;
  font-family: "General Sans Medium";
  font-size: 110px;
  line-height: 1;
  color: #fff;
  position: relative;
  letter-spacing: -0.023em;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  cursor: pointer;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .itembox .box .box-name {
    font-size: 82px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-processbox .content .itembox .box .box-name {
    font-size: 62px;
  }
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox .box .box-name {
    font-size: 40px;
    max-width: 90%;
  }
}
#main-processbox .content .itembox .box .box-name span {
  font-family: "General Sans Medium";
  font-size: 35px;
  line-height: 1;
  color: #fff;
  letter-spacing: -0.023em;
  position: absolute;
  top: 0;
  left: -50px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .itembox .box .box-name span {
    font-size: 28px;
    left: -35px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-processbox .content .itembox .box .box-name span {
    font-size: 21px;
    left: -30px;
  }
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox .box .box-name span {
    font-size: 13px;
    left: -20px;
  }
}
#main-processbox .content .itembox .box .box-txtbox {
  width: 640px;
  margin-top: 90px;
  font-size: 25px;
  line-height: 37px;
  color: #fff;
  letter-spacing: -0.023em;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1500px) {
  #main-processbox .content .itembox .box .box-txtbox {
    font-size: 19px;
    line-height: 28px;
    bottom: 42px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-processbox .content .itembox .box .box-txtbox {
    width: 500px;
    max-width: 100%;
  }
}
@media only screen and (max-width: 990px) {
  #main-processbox .content .itembox .box .box-txtbox {
    line-height: 23px;
    max-width: 90%;
    bottom: 35px;
  }
}
@media only screen and (max-width: 767px) {
  #main-processbox .content .itembox .box .box-txtbox {
    width: 60%;
    font-size: 15px;
    line-height: 18px;
  }
}
#main-processbox .content .itembox.active {
  left: 0;
}

#main-gallerybox {
  background-color: #fff;
  padding: 56px 64px 100px 64px;
}
@media only screen and (max-width: 1500px) {
  #main-gallerybox {
    padding: 42px 48px;
  }
}
@media only screen and (max-width: 990px) {
  #main-gallerybox {
    padding: 24px 24px 0 24px;
  }
}
#main-gallerybox .content {
  border-top: 1px solid #000;
  display: flex;
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content {
    display: block;
  }
}
#main-gallerybox .content .leftbox {
  width: 40%;
  padding-top: 15px;
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .leftbox {
    width: 100%;
    padding-top: 8px;
  }
}
#main-gallerybox .content .leftbox .headline {
  font-family: "General Sans Medium";
  font-size: 27px;
  line-height: 29px;
}
@media only screen and (max-width: 1500px) {
  #main-gallerybox .content .leftbox .headline {
    font-size: 20px;
    line-height: 21px;
  }
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .leftbox .headline {
    font-size: 34px;
    line-height: 35px;
  }
}
#main-gallerybox .content .leftbox .catsbox {
  margin-top: 65px;
}
@media only screen and (max-width: 1040px) {
  #main-gallerybox .content .leftbox .catsbox {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .leftbox .catsbox {
    margin-top: 20px;
    overflow: auto;
  }
}
#main-gallerybox .content .leftbox .catsbox ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .leftbox .catsbox ul {
    display: flex;
    width: auto;
  }
}
#main-gallerybox .content .leftbox .catsbox ul li {
  display: flex;
  margin-bottom: 15px;
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .leftbox .catsbox ul li {
    margin-right: 20px;
  }
}
#main-gallerybox .content .leftbox .catsbox ul li a {
  display: block;
  font-family: "Martian Mono Regular";
  font-size: 11px;
  text-transform: uppercase;
  color: #2D2A2B;
  width: 200px;
  text-align: center;
  line-height: 42px;
  padding: 0 24px;
  border: 1px solid #2D2A2B;
  -webkit-border-radius: 85px;
  -moz-border-radius: 85px;
  -ms-border-radius: 85px;
  border-radius: 85px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
#main-gallerybox .content .leftbox .catsbox ul li a.active, #main-gallerybox .content .leftbox .catsbox ul li a:hover {
  border-color: #F1F1F1;
  background-color: #F1F1F1;
}
#main-gallerybox .content .rightbox {
  width: 60%;
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .rightbox {
    width: 100%;
  }
}
#main-gallerybox .content .rightbox .gallerybox {
  position: relative;
}
#main-gallerybox .content .rightbox .itembox {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .rightbox .itembox {
    display: flex;
    flex-direction: column;
  }
}
#main-gallerybox .content .rightbox .itembox .item-title {
  height: 60px;
  position: relative;
  border-bottom: 1px solid #000;
  margin-bottom: 45px;
  box-sizing: border-box;
}
@media only screen and (max-width: 1500px) {
  #main-gallerybox .content .rightbox .itembox .item-title {
    padding: 20px 0;
    margin-bottom: 34px;
  }
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .rightbox .itembox .item-title {
    height: 40px;
    padding-top: 10px;
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
    order: 2;
  }
}
#main-gallerybox .content .rightbox .itembox .item-title .item-title-present {
  display: flex;
  width: 100%;
  padding: 22px 0;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 1500px) {
  #main-gallerybox .content .rightbox .itembox .item-title .item-title-present {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .rightbox .itembox .item-title .item-title-present {
    padding-top: 10px;
  }
}
#main-gallerybox .content .rightbox .itembox .item-title .item-title-present:nth-child(2) {
  opacity: 0;
}
#main-gallerybox .content .rightbox .itembox .item-title .val {
  font-family: "Martian Mono Regular";
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
}
@media only screen and (max-width: 1500px) {
  #main-gallerybox .content .rightbox .itembox .item-title .val {
    font-size: 11px;
  }
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .rightbox .itembox .item-title .val {
    font-size: 10px;
    line-height: 1;
  }
}
#main-gallerybox .content .rightbox .itembox .item-title .val:first-child {
  width: 30%;
}
#main-gallerybox .content .rightbox .itembox .item-title .val:nth-child(2) {
  width: 50%;
}
#main-gallerybox .content .rightbox .itembox .item-title .val:nth-child(3) {
  width: 20%;
  text-align: right;
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .rightbox .itembox .box {
    order: 1;
    margin-top: 60px;
  }
}
#main-gallerybox .content .rightbox .itembox .box .items {
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .rightbox .itembox .box .items {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
}
#main-gallerybox .content .rightbox .itembox .box .items .item {
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  height: 900px;
}
@media only screen and (max-width: 1920px) {
  #main-gallerybox .content .rightbox .itembox .box .items .item {
    height: 890px;
  }
}
@media only screen and (max-width: 1700px) {
  #main-gallerybox .content .rightbox .itembox .box .items .item {
    height: 700px;
  }
}
@media only screen and (max-width: 1500px) {
  #main-gallerybox .content .rightbox .itembox .box .items .item {
    height: 550px;
  }
}
@media only screen and (max-width: 1300px) {
  #main-gallerybox .content .rightbox .itembox .box .items .item {
    height: 480px;
  }
}
@media only screen and (max-width: 1040px) {
  #main-gallerybox .content .rightbox .itembox .box .items .item {
    height: 420px;
  }
}
@media only screen and (max-width: 990px) {
  #main-gallerybox .content .rightbox .itembox .box .items .item {
    height: 520px;
  }
}
@media only screen and (max-width: 767px) {
  #main-gallerybox .content .rightbox .itembox .box .items .item {
    height: 450px;
  }
}
@media only screen and (max-width: 500px) {
  #main-gallerybox .content .rightbox .itembox .box .items .item {
    height: 350px;
  }
}
#main-gallerybox .content .rightbox .itembox .box .items .item:hover {
  opacity: 0.7;
}
#main-gallerybox .content .rightbox .itembox .box .items .owl-dots {
  display: none;
}
#main-gallerybox .content .rightbox .itembox.active {
  opacity: 1;
  visibility: visible;
}

#gallery-popupbox {
  width: 1790px;
  max-width: calc(100% - 130px);
  position: fixed;
  padding: 42px 0 36px 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  z-index: 199;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
@media only screen and (max-width: 990px) {
  #gallery-popupbox {
    width: 100%;
    height: 100vh;
    padding: 0 20px;
    max-width: 100%;
    box-sizing: border-box;
  }
}
#gallery-popupbox.active {
  opacity: 1;
  visibility: visible;
}
#gallery-popupbox .btn-close {
  position: absolute;
  top: 43px;
  right: 37px;
}
@media only screen and (max-width: 990px) {
  #gallery-popupbox .btn-close {
    right: 20px;
    top: 40px;
  }
}
#gallery-popupbox .btn-prev {
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 37px;
}
@media only screen and (max-width: 990px) {
  #gallery-popupbox .btn-prev {
    display: none;
  }
}
#gallery-popupbox .btn-next {
  height: 24px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 37px;
}
@media only screen and (max-width: 990px) {
  #gallery-popupbox .btn-next {
    display: none;
  }
}
#gallery-popupbox .itembox {
  display: none;
}
#gallery-popupbox .itembox.active {
  display: block;
}
#gallery-popupbox .box {
  width: 1190px;
  margin: 0 auto;
}
@media only screen and (max-width: 1920px) {
  #gallery-popupbox .box {
    width: 1024px;
  }
}
@media only screen and (max-width: 1500px) {
  #gallery-popupbox .box {
    width: 800px;
  }
}
@media only screen and (max-width: 1040px) {
  #gallery-popupbox .box {
    width: 700px;
  }
}
@media only screen and (max-width: 990px) {
  #gallery-popupbox .box {
    padding: 90px 0 0 0;
    width: 100%;
  }
}
#gallery-popupbox .box .items {
  width: calc(100% + 30px);
  margin-left: -15px;
}
#gallery-popupbox .box .items .item {
  padding: 0 15px;
}
#gallery-popupbox .box .item-title {
  display: flex;
  padding-top: 24px;
}
@media only screen and (max-width: 767px) {
  #gallery-popupbox .box .item-title {
    display: block;
  }
}
#gallery-popupbox .box .item-title .val {
  font-family: "Martian Mono Regular";
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: #808080;
}
@media only screen and (max-width: 767px) {
  #gallery-popupbox .box .item-title .val {
    width: 100% !important;
    margin-bottom: 8px;
  }
}
#gallery-popupbox .box .item-title .val * {
  font-family: "Martian Mono Regular";
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  color: #808080;
}
#gallery-popupbox .box .item-title .val:first-child {
  width: 20%;
}
#gallery-popupbox .box .item-title .val:nth-child(2) {
  width: 70%;
}
#gallery-popupbox .box .item-title .val:nth-child(3) {
  width: 10%;
  text-align: right;
}
@media only screen and (max-width: 767px) {
  #gallery-popupbox .box .item-title .val:nth-child(3) {
    text-align: left;
  }
}
#gallery-popupbox .owl-dots, #gallery-popupbox .owl-nav {
  display: none;
}

.popupbox-bg {
  background-color: #000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 198;
  visibility: hidden;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.popupbox-bg.active {
  opacity: 0.4;
  visibility: visible;
}

#main-overlaybox {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.7s;
  -moz-transition: 0.7s;
  -o-transition: 0.7s;
  transition: 0.7s;
}
#main-overlaybox.active {
  opacity: 1;
  visibility: visible;
}

/*# sourceMappingURL=app-style.css.map */
