@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,300,300i,400,400i,500,500i,700,700i&amp;subset=latin-ext");/* placeholder mixin for scss *//* Color Palette *//* Theme Color Palette *//* Variables */[class^="icon-"],[class*=" icon-"] {
  font-family: 'iconfont' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
 /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-slider:before {
  content: "\e90c";
}

.icon-arrow-down:before {
  content: "\e901";
}

.icon-check:before {
  content: "\e902";
}

.icon-close:before {
  content: "\e903";
}

.icon-facebook:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
}

.icon-menu:before {
  content: "\e906";
}

.icon-print:before {
  content: "\e907";
}

.icon-search:before {
  content: "\e908";
}

.icon-twitter:before {
  content: "\e909";
}

.icon-user:before {
  content: "\e90a";
}

.icon-users:before {
  content: "\e90b";
}

.icon-arrow-right:before {
  content: "\e900";
}

.group-company__banner {
  background-color: #1b1b1b;
  background-size: cover;
  padding-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  transition: .5s linear;
  -webkit-transition: .5s linear;
  background-position: center;
  background-image: none;
}

.group-company__banner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.group-company__banner__item {
  text-align: left;
  width: 100%;
  padding: 25px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  min-height: 420px;
}

.group-company__banner__item:last-of-type {
  cursor: default !important;
  /*display: none;*/
}

.group-company__banner__item__background {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  background-size: cover;
  background-position: center;
}

.group-company__banner__item:nth-last-child(-n+1) {
  border-bottom: 0;
}

.group-company__banner__item:nth-child(4n+4) {
  border-right: 0;
}

.group-company__banner__item__title,.group-company__banner__item__button {
  position: relative;
  z-index: 2;
  opacity: 0;
}

.group-company__banner__item__title {
  text-align: center;
  font-size: 32px;
  line-height: 44px;
  color: #ffffff;
  font-weight: 300;
  opacity: 1;
}

.group-company__banner__item__button {
  display: none;
  width: 100%;
  pointer-events: none;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
  position: absolute;
  top: 270px;
  height: 42px;
  width: calc(100% - 110px);
  padding: 9px 30px 9px 30px;
}

.group-company__banner__item:hover,.group-company__banner__item:focus {
  cursor: pointer;
}

.group-company__banner__item:hover .group-company__banner__item__title,.group-company__banner__item:focus .group-company__banner__item__title {
  opacity: 1;
}

.group-company__banner__item:hover .group-company__banner__item__button,.group-company__banner__item:focus .group-company__banner__item__button {
  opacity: 1;
  pointer-events: initial;
}

.group-company__banner__item:hover .group-company__banner__item__background,.group-company__banner__item:focus .group-company__banner__item__background {
  opacity: 1;
}

.group-company__page-banner {
  background: #000000;
  width: 100%;
  height: 240px;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.group-company__page-banner__wrapper {
  max-width: 280px;
  width: 100%;
}

.group-company__page-banner__gran {
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#1d1d1d), color-stop(87%, #1d1d1d), to(rgba(29, 29, 29, 0)));
  background: linear-gradient(to right, #1d1d1d 0%, #1d1d1d 87%, rgba(29, 29, 29, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d1d1d', endColorstr='#1d1d1d', GradientType=1 );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.group-company__page-banner__gran__title {
  text-align: left;
  color: #ffffff;
  font-size: 36px;
  line-height: 46.8px;
  font-weight: 300;
  margin-bottom: 15px;
}

.group-company__page-banner__gran__desc {
  text-align: left;
  font-size: 15px;
  line-height: 19.5px;
  font-weight: 400;
  color: #b3b3b3;
}

.group-company__page-banner.content-middle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.group-company__page-banner.page-not-found {
  height: 600px;
}

.group-company__page-banner.page-not-found .page-not-found__title {
  font-size: 158px;
  line-height: 205.4px;
  font-weight: 100;
}

.group-company__page-banner.page-not-found .page-not-found__description {
  font-size: 28px;
  line-height: 36.4px;
  font-weight: 300;
}

.group-company__page-banner.page-not-found .button {
  margin-top: 30px;
}

.group-company__content {
  padding: 50px 20px;
}

.group-company__content .breadcrumb {
  margin-bottom: 50px;
}

.group-company__content__logo {
  margin-bottom: 25px;
}

.group-company__content__logo img {
 /*border: 1px solid #dededc;*/
  max-width: 180px;
  height: auto;
}

.group-company__content__space {
  height: 30px;
}

.group-company__content__column {
  margin-bottom: 30px;
}

.group-company__content__column.only {
  margin-bottom: 0;
}

.group-company__content__column:last-of-type .first {
  padding-top: 0;
}

.group-company__content__title {
  color: #000000;
  font-weight: 300;
  font-size: 28px;
  line-height: 36.4px;
  margin-bottom: 30px;
}

.group-company__content__text {
  width: 100%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-bottom: 30px;
  color: #5a5956;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.group-company__content__text__center {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}

.group-company__content__image {
  width: 100%;
  height: auto;
}

.group-company__content__image img {
  display: block;
  width: 100%;
  height: auto;
}

.group-company__content .desktop {
  display: block;
}

.group-company__content .mobile {
  display: none;
}

.group-company__red-band {
  background: #c42b33;
}

.group-company__red-band__container {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 20px;
}

.group-company__red-band__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.group-company__red-band__item {
  padding: 25px 0;
  border-bottom: 1px solid #c84c54;
}

.group-company__red-band__item:last-of-type {
  border-bottom: none;
}

.group-company__red-band__item__title {
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  opacity: .7;
  margin-bottom: 5px;
}

.group-company__red-band__item__text {
  width: 100%;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.group-company__red-band__item__text a {
  width: 100%;
  font-weight: 300;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
}

.group-company__dark-text {
  background: #1d1d1d url(../image/footer-background-pattern.png);
  border-top: 2px solid #2d2d2e;
  padding: 50px 20px;
}

.group-company__dark-text__container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  background: #1d1d1d url(../image/footer-background-pattern.png);
  color: #ffffff;
  font-size: 20px;
  line-height: 26px;
  font-weight: 100;
  text-align: center;
}

.group-company__other {
  padding: 30px 0 50px 0;
  background: #edecea;
}

.group-company__other.detail .group-company__other__title {
  text-align: left;
  padding: 30px 0 20px 0;
}

.group-company__other.detail .group-company__other__container {
  padding: 0;
}

.group-company__other__title {
  font-weight: 300;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 20px 20px 20px;
  color: #000000;
  font-size: 20px;
  line-height: 26px;
}

.group-company__other__container {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.group-company__other__item {
  border: 1px solid #ebeae7;
  background: #f5f4f3;
  width: 50%;
  margin: -1px;
}

.group-company__other__item:hover {
  background: #faf9f9;
}

.group-company__other__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.group-company__boxes {
  padding: 40px 0 30px 0;
}

.group-company__boxes__item {
  padding: 20px;
  display: block;
  background-position: center center;
  background-size: cover;
  width: 100%;
  height: 100vh;
  max-height: 350px;
  margin-bottom: 25px;
}

.group-company__boxes__item span {
  text-align: left;
  display: block;
  width: 100%;
  max-width: 150px;
  color: #ffffff;
  font-size: 20px;
}

@font-face {
  font-family:'iconfont';src:url("../font/icon/icomoon18ea.eot?3ipc2l");src:url("../font/icon/icomoon18ea.eot?3ipc2l#iefix") format("embedded-opentype"), url("../font/icon/icomoon18ea.ttf?3ipc2l") format("truetype"), url("../font/icon/icomoon18ea.woff?3ipc2l") format("woff"), url("../font/icon/icomoon18ea.svg?3ipc2l#icomoon") format("svg");font-weight:normal;font-style:normal;
}

@media only screen and (min-width: 769px) {
  .group-company__banner {
    height: calc(840px + 90px);
    padding-top: 90px;
  }

  .group-company__banner__item:last-of-type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .group-company__banner__item__background {
    display: none;
  }

  .group-company__banner__item__button {
    display: block;
  }

  .group-company__banner__item {
    width: 50%;
    height: 100%;
    padding: 50px;
  }

  .group-company__banner__item:nth-last-child(-n+4) {
    border-bottom: 0;
  }

  .group-company__banner__item:nth-child(4n+4) {
    border-right: 0;
  }

  .group-company__banner.hover .group-company__banner__item__background {
    opacity: 0;
  }

  .group-company__page-banner {
    height: 450px;
  }

  .group-company__page-banner__wrapper {
    max-width: 380px;
    padding-right: 30px;
    padding-left: 10px;
  }

  .group-company__content .desktop {
    display: none;
  }

  .group-company__content .mobile {
    display: block;
  }

  .group-company__boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
  }

  .group-company__boxes__item {
    width: calc(33.3% - 5px);
  }

  .group-company__boxes__item:nth-of-type(2) {
    margin: 0 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .group-company__page-banner {
    max-height: 510px;
    height: 80vh;
  }

  .group-company__page-banner__gran {
    padding-right: 30px;
  }

  .group-company__page-banner__gran__title {
    font-size: 40px;
    line-height: 52px;
  }

  .group-company__content {
    padding: 0;
  }

  .group-company__content__space {
    height: 50px;
  }

  .group-company__content__column.only {
    margin-bottom: 0;
  }

  .group-company__content__column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
  }

  .group-company__content__title {
    font-size: 40px;
    line-height: 52px;
  }

  .group-company__content__text {
    padding: 50px;
    width: 60%;
  }

  .group-company__content__image {
    width: 40%;
  }

  .group-company__content .first {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .group-company__content .second {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .group-company__red-band__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .group-company__red-band__item__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    width: 340px;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .group-company__red-band__item__text {
    text-align: right;
  }

  .group-company__dark-text__container {
    padding: 60px 20px;
    font-size: 40px;
    line-height: 60px;
  }

  .group-company__other {
    padding: 50px 0 80px 0;
  }

  .group-company__other.detail .group-company__other__title {
    padding: 40px 0;
  }

  .group-company__other__title {
    font-size: 28px;
    line-height: 36.4px;
  }

  .group-company__other__item {
    width: 33.3%;
  }
}

@media only screen and (min-width: 1225px) {
  .group-company__page-banner {
    max-height: 700px;
  }

  .group-company__page-banner__wrapper {
    max-width: 400px;
  }

  .group-company__page-banner__gran {
    padding-right: 60px;
  }

  .group-company__page-banner__gran__title {
    font-size: 45px;
    line-height: 58.5px;
    margin-bottom: 25px;
  }

  .group-company__page-banner__gran__desc {
    font-size: 16px;
    line-height: 20.8px;
  }

  .group-company__content__space {
    height: 100px;
  }

  .group-company__content__column.only {
    margin-bottom: 0;
  }

  .group-company__content__column {
    margin-bottom: 100px;
  }

  .group-company__other__item {
    width: 25%;
  }
}

@media only screen and (min-width: 1600px) {
  .group-company__page-banner__gran__title {
    font-size: 50px;
    line-height: 65px;
  }

  .group-company__content__column.only {
    margin-bottom: 0;
  }

  .group-company__content__column {
    margin-bottom: 150px;
  }
}

@media only screen and (max-width: 768px) {
  .group-company__banner__item__background {
    opacity: 1;
  }

  .group-company__banner__item__title {
    opacity: 1;
  }

  .group-company__banner__item__button {
    opacity: 1;
  }

  .group-company__page-banner__gran {
    display: none;
  }
}

@media only screen and (max-height: 750px) {
  .group-company__page-banner__gran__title {
    font-size: 32px;
    line-height: 41.6px;
  }

  .group-company__page-banner__gran__desc {
    font-size: 14px;
    left: 20px;
  }

  .group-company__page-banner__gran__desc p {
    font-size: 14px;
    left: 20px;
  }
}

/*# sourceMappingURL=group-company.css.map */
