@charset "UTF-8";
/*
 *▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
 * SECTION | B A S E
 *
 *		@base
 *▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
 */
/*
 *================================================================
 * ANCHOR | R E S E T
 *
 *		@reset
 *================================================================
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, button, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 18px;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

body, table, input, textarea, select, option, button, h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', 'Open Sans', Volkhov, sans-serif;
  line-height: normal; }

h1, h2, h3, h4, h5, h6 {
  font-weight: bold; }

table, input, textarea, select, option {
  line-height: normal; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

:focus {
  outline: 0; }

ins {
  text-decoration: none; }

del {
  text-decoration: line-through; }

img {
  vertical-align: top; }

/*
 *================================================================
 * ANCHOR | S E L E C T I O N
 *
 *		@selection
 *================================================================
 */
::-moz-selection {
  background: #003333;
  color: #fff; }
::selection {
  background: #003333;
  color: #fff; }

img::-moz-selection {
  background: transparent; }

img::selection {
  background: transparent; }

/*
 *================================================================
 * ANCHOR | F L O A T
 *
 *		@float
 *================================================================
 */
.u-fl {
  float: left; }

.u-fr {
  float: right; }

/*
 *================================================================
 * ANCHOR | H I D E
 *
 *		@hide
 *================================================================
 */
.u-hide {
  display: none; }

/*
 *================================================================
 * ANCHOR | T E X T    S T Y L E
 *
 *		@txtstyle
 *================================================================
 */
.u-font_1 {
  font-family: "Roboto Condensed";
  letter-spacing: 2px;
  text-transform: uppercase; }

.u-font_2 {
  font-family: "Open Sans"; }

/*
 *================================================================
 * ANCHOR | B O D Y
 *
 *		@body
 *================================================================
 */
.loaded {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: kf-loaded 0.3s linear;
  animation: kf-loaded 0.3s linear; }

/*
 *================================================================
 * ANCHOR | E T C
 *
 *		@etc
 *================================================================
 */
a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.e-url a, .e-urla {
  cursor: pointer; }

/*
 *================================================================
 * ANCHOR | K E Y F R A M E
 *
 *		@keyframe    @kf
 *================================================================
 */
@-webkit-keyframes kf-delay {
  0% {
    position: relative; }
  90% {
    position: relative; }
  100% {
    position: absolute; } }
@keyframes kf-delay {
  0% {
    position: relative; }
  90% {
    position: relative; }
  100% {
    position: absolute; } }

@-webkit-keyframes kf-loaded {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes kf-loaded {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

/* !SECTION | B A S E
 *▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
 *








 *
 *▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
 * SECTION | L A Y O U T
 *
 *		@layout
 *▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
 */
/*
 *================================================================
 * ANCHOR | H E A D E R
 *
 *		@header
 *================================================================
 */
.l-header {
  display: block; }

.c-header {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: rgba(10, 10, 10, 0);
  width: 100%;
  height: 80px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 99;
  min-width: 1000px; }

.c-header.is-fixed {
  position: fixed;
  height: 50px;
  background-color: rgba(10, 10, 10, 0.9); }

.c-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  margin: 0 70px; }
  .c-logo:hover {
    opacity: 0.8; }

/*
 *================================================================
 * ANCHOR | B A N N E R
 *
 *		@banner
 *================================================================
 */
.c-banner {
  position: relative;
  display: table;
  width: 100%;
  height: 450px;
  background-image: url("../img/banner/banner_1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center; }
  .c-banner div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: auto; }
  .c-banner img {
    margin: auto; }

/*
 *================================================================
 * ANCHOR | B R E A D C R U M B
 *
 *		@breadcrumb
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | S I D E
 *
 *		@side
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | L A Y O U T
 *
 *		@layout
 *================================================================
 */
body {
  background: #fff; }

.l-wrapper {
  min-width: 1000px; }

.l-main {
  position: relative;
  display: block;
  min-width: 1000px;
  padding: 100px 0; }

.l-container {
  max-width: 1290px;
  min-width: 1000px;
  margin: auto; }

/*
 *================================================================
 * ANCHOR | F O O T E R
 *
 *		@footer
 *================================================================
 */
.l-footer {
  display: block;
  background: #003333;
  padding: 50px 0 30px 0; }

.c-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 960px;
  margin: auto; }
  .c-footer h4 {
    color: #fff;
    border-bottom: 1px dotted #c2c2c2;
    font-size: 14px;
    margin-bottom: 15px;
    height: 30px; }
  .c-footer p {
    color: #fff;
    margin-bottom: 10px; }

.c-footer--address {
  margin-right: 40px; }

.c-footer--map iframe {
  width: 600px;
  height: 200px; }

.c-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #fff;
  width: 1000px;
  margin: auto;
  margin-bottom: 80px;
  letter-spacing: 2px; }
  .c-contact h2 {
    font-size: 16px;
    font-weight: 500; }
  .c-contact h3 {
    opacity: 0.6;
    font-weight: 500; }
  .c-contact a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    color: #231815;
    font-size: 11px;
    width: 153px;
    height: 33px;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
    text-align: center; }
    .c-contact a:hover {
      background: transparent;
      color: #fff; }

.c-copyright {
  color: #fff;
  letter-spacing: 2px;
  margin-top: 40px;
  border-top: 1px solid #202020;
  padding-top: 40px; }
  .c-copyright p {
    margin: auto;
    width: 960px; }

/* !SECTION | L A Y O U T
 *▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
 *








 *
 *▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
 * SECTION | C O M P O N E N T
 *
 *		@component
 *▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
 */
/*
 *================================================================
 * ANCHOR | T I T L E  /  H E A D I N G
 *
 *		@title
 *================================================================
 */
.c-title {
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  letter-spacing: 4px;
  line-height: 35px;
  margin-bottom: 70px;
  width: 100%; }

/*
 *================================================================
 * ANCHOR | B U T T O N
 *
 *		@button    @btn
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | S C R O L L    T O P
 *
 *		@top    @scroll    @srcolltop
 *================================================================
 */
.l-btn_top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: none;
  z-index: 90;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s; }

.c-btn_top {
  position: relative;
  width: 29px;
  height: 29px;
  background: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border: 1px solid #fff; }
  .c-btn_top:hover {
    top: -1px;
    -webkit-box-shadow: 0px 2px #003333;
    box-shadow: 0px 2px #003333;
    border-color: #003333; }
  .c-btn_top:active {
    top: 2px;
    -webkit-box-shadow: 0px 0 #003333;
    box-shadow: 0px 0 #003333; }
  .c-btn_top p {
    display: block;
    padding-top: 10px;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    color: #003333;
    letter-spacing: -1.5px;
    line-height: 30px;
    font-size: 10px; }
    .c-btn_top p::-moz-selection {
      background: transparent;
      color: #003333; }
    .c-btn_top p::selection {
      background: transparent;
      color: #003333; }

.l-btn_top.is-rest {
  position: absolute;
  bottom: -30px; }
  .l-btn_top.is-rest .c-btn_top:hover {
    top: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #fff; }
  .l-btn_top.is-rest .c-btn_top:active {
    top: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95); }

/*
 *================================================================
 * ANCHOR | G L O B A L    N A V I G A T I O N
 *
 *		@gnavi
 *================================================================
 */
nav.c-gnavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 70px; }
  nav.c-gnavi ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
    nav.c-gnavi ul li {
      position: relative;
      color: #fff;
      opacity: 0.7;
      -webkit-transition: 0.3s;
      -o-transition: 0.3s;
      transition: 0.3s;
      padding: 0 15px;
      cursor: default; }
      nav.c-gnavi ul li:hover {
        opacity: 1; }
      nav.c-gnavi ul li a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        color: #fff;
        opacity: 0.7;
        text-decoration: none;
        font-size: 16px;
        height: 100%;
        letter-spacing: 2px; }
        nav.c-gnavi ul li a:hover {
          opacity: 1; }
  nav.c-gnavi ul ul {
    position: absolute;
    display: none;
    background-color: #1a1a1a;
    height: auto; }
    nav.c-gnavi ul ul li {
      padding: 0; }
    nav.c-gnavi ul ul a {
      position: relative;
      opacity: 1;
      width: 170px;
      font-size: 11px;
      padding: 11px 15px;
      border-bottom: 1px solid rgba(73, 71, 71, 0.15); }
      nav.c-gnavi ul ul a:hover {
        background-color: rgba(255, 255, 255, 0.1); }
      nav.c-gnavi ul ul a:after {
        content: '';
        position: absolute;
        top: calc(50% - 2.8px);
        right: 10px;
        content: '';
        display: inline-block;
        border: solid #fff;
        border-width: 0 1px 1px 0;
        padding: 1.5px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); }
  nav.c-gnavi .is-dropdown:after {
    position: absolute;
    top: calc(50% - 3.5px);
    right: 5px;
    content: '';
    display: inline-block;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }

/*
 *================================================================
 * ANCHOR | N A V I    I N D E X
 *
 *		@navindex
 *================================================================
 */
nav.c-navi_index {
  width: 1000px;
  margin: auto auto 70px auto; }
  nav.c-navi_index ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    nav.c-navi_index ul li a {
      text-decoration: none;
      color: #231815;
      cursor: pointer; }
      nav.c-navi_index ul li a:hover {
        color: #aaa; }

/*
 *================================================================
 * ANCHOR | T E X T
 *
 *		@txt
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | I M A G E    C O M P A N Y
 *
 *		@imgcompany
 *================================================================
 */
.c-img_company {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px; }

/*
 *================================================================
 * ANCHOR | I M A G E    F U L L    W I D T H
 *
 *		@imgfullwidth
 *================================================================
 */
.c-img_fw {
  width: 1000px;
  text-align: center;
  margin: auto; }
  .c-img_fw img {
    width: 100%;
    height: auto;
    margin: auto; }

/*
 *================================================================
 * ANCHOR | B L O C K
 *
 *		@block
 *================================================================
 */
.c-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }

/*
 *================================================================
 * ANCHOR | B L O C K    I N D E X
 *
 *		@blockindex
 *================================================================
 */
.c-card_index {
  position: relative;
  width: 33%;
  height: auto;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .c-card_index * {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
  .c-card_index--img img {
    width: 100%;
    height: auto; }
  .c-card_index--img:after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s; }
  .c-card_index--caption {
    position: absolute;
    top: -50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 1; }
    .c-card_index--caption h4 {
      font-size: 14px;
      margin-bottom: 5px;
      color: #231815; }
    .c-card_index--caption p {
      color: #aaa; }
  .c-card_index a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.c-card_index:hover .c-card_index--img img {
  -webkit-transform: scale(1.2) rotate(5deg);
  -ms-transform: scale(1.2) rotate(5deg);
  transform: scale(1.2) rotate(5deg); }

.c-card_index:hover .c-card_index--img:after {
  opacity: 0.8; }

.c-card_index:hover .c-card_index--caption {
  top: 50%;
  opacity: 1; }

.c-card_index.is-hidden {
  position: absolute;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 0;
  -webkit-animation: kf-delay 0.5s linear;
  animation: kf-delay 0.5s linear; }

/*
 *================================================================
 * ANCHOR | B L O C K    M A C H I N E
 *
 *		@blockmachine
 *================================================================
 */
.c-block_machine {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center; }

.c-card_machine {
  margin: 0 15px; }
  .c-card_machine--img {
    width: 300px; }
    .c-card_machine--img img {
      width: 100%;
      height: auto; }
  .c-card_machine--txt {
    text-align: center;
    margin-top: 5px; }

/*
 *================================================================
 * ANCHOR | T A B L E    1
 *
 *		@table1
 *================================================================
 */
table.c-table_1 {
  border-collapse: collapse;
  width: 740px; }
  table.c-table_1 tr {
    border-bottom: 1px dotted #888; }
    table.c-table_1 tr th, table.c-table_1 tr td {
      padding: 4px 0; }
    table.c-table_1 tr th {
      vertical-align: top;
      text-align: left;
      width: 145px; }

/*
 *================================================================
 * ANCHOR | F O R M
 *
 *		@form
 *================================================================
 */
.c-form {
  width: 555px;
  margin: auto; }
  .c-form input, .c-form textarea, .c-form button {
    width: calc(100% - 22px);
    margin-bottom: 15px;
    border: 1px solid #EAEAEA;
    letter-spacing: 2px;
    padding: 5px 10px;
    font-size: 11px; }
    .c-form input::-webkit-input-placeholder, .c-form textarea::-webkit-input-placeholder, .c-form button::-webkit-input-placeholder {
      color: #c2c2c2; }
    .c-form input:-ms-input-placeholder, .c-form textarea:-ms-input-placeholder, .c-form button:-ms-input-placeholder {
      color: #c2c2c2; }
    .c-form input::-ms-input-placeholder, .c-form textarea::-ms-input-placeholder, .c-form button::-ms-input-placeholder {
      color: #c2c2c2; }
    .c-form input::placeholder, .c-form textarea::placeholder, .c-form button::placeholder {
      color: #c2c2c2; }
  .c-form input {
    height: 23px; }
  .c-form textarea {
    resize: vertical;
    min-height: 118px; }
  .c-form button {
    width: 100%;
    background: rgba(17, 17, 17, 0.8);
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    height: 35px; }
    .c-form button:hover {
      background: #231815; }

/*
 *================================================================
 * ANCHOR | S L I D E R    B A N N E R
 *
 *		@sliderbanner
 *================================================================
 */
.c-slider_banner .swiper-container {
  width: 100%;
  height: 100vh; }

.c-slider_banner .swiper-slide:after {
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 2, 2, 0.4);
  z-index: 1;
  pointer-events: none; }

.c-slider_banner .swiper-slide img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.c-slider_banner .swiper-slide {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center; }

.c-slider_banner .swiper-button-next,
.c-slider_banner .swiper-button-prev {
  background: none;
  width: 200px;
  height: 100%;
  top: 0%;
  margin: 0; }
  .c-slider_banner .swiper-button-next:hover,
  .c-slider_banner .swiper-button-prev:hover {
    opacity: 1; }

.c-slider_banner .swiper-button-next {
  right: 0;
  cursor: url("../img/slider_next.png"), auto; }

.c-slider_banner .swiper-button-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  left: 0;
  cursor: url("../img/slider_prev.png"), auto; }

.c-slider_banner .swiper-pagination {
  bottom: 40px !important; }
  .c-slider_banner .swiper-pagination .swiper-pagination-bullet {
    width: 4px;
    height: 4px;
    background: none;
    border: 1px solid #fff;
    opacity: 1;
    margin: 0 3px !important; }
  .c-slider_banner .swiper-pagination .swiper-pagination-bullet-active {
    background: #fff; }

.c-slider_banner--caption {
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-filter: opacity(0%);
  filter: opacity(0%);
  z-index: 10;
  color: #fff;
  text-align: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s; }
  .c-slider_banner--caption.is-active {
    top: 50%;
    -webkit-filter: opacity(100%);
    filter: opacity(100%); }
  .c-slider_banner--caption h2 {
    font-size: 20px;
    letter-spacing: 4px;
    margin-bottom: 40px;
    font-weight: 500; }
  .c-slider_banner--caption h3 {
    font-size: 48px;
    letter-spacing: 24px;
    margin-bottom: 40px;
    font-weight: 500;
    padding: 0 20px;
    line-height: 86.4px; }
  .c-slider_banner--caption a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    text-decoration: none;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    font-size: 11px;
    width: 153px;
    height: 33px;
    border: 1px solid #fff;
    -webkit-border-radius: 2px;
    border-radius: 2px; }
    .c-slider_banner--caption a:hover {
      background: #fff;
      color: #231815; }

/*
 *================================================================
 * ANCHOR | M I S C E L L A N E O U S
 *
 *		@msic
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | M A P
 *
 *		@map
 *================================================================
 */
.c-map {
  width: 100%;
  height: 600px; }
  .c-map iframe {
    width: 100%;
    height: 100%; }

/* !SECTION | C O M P O N E N T
 *▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
 *








 *
 *▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
 * SECTION | P R O J E C T S
 *
 *		@projects
 *▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼
 */
/*
 *================================================================
 * ANCHOR | I N D E X
 *
 *		@index
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | I N D E X    S E C T I O N    1
 *
 *		@indexsec1    @
 *================================================================
 */
.p-index_1 .c-block {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
 *================================================================
 * ANCHOR | C O M P A N Y
 *
 *		@company
 *================================================================
 */
.p-company .l-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

/*
 *================================================================
 * ANCHOR | C O M P A N Y    S E C T I O N    1
 *
 *		@companysec1    @
 *================================================================
 */
.p-company_1 {
  margin-bottom: 100px; }

/*
 *================================================================
 * ANCHOR | C O M P A N Y    S E C T I O N    2
 *
 *		@companysec2    @
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | M A P
 *
 *		@map
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | M A P    S E C T I O N    1
 *
 *		@mapsec1    @
 *================================================================
 */
.p-map_1 .c-table_1 {
  margin: auto; }

.p-map_1 .c-map {
  margin-top: 70px; }

/*
 *================================================================
 * ANCHOR | C O N T A C T
 *
 *		@contact
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | C O N T A C T    S E C T I O N    1
 *
 *		@contactsec1    @
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | C O N T A C T    S E C T I O N    2
 *
 *		@contactsec2    @contactsent
 *================================================================
 */
.p-contact_2 {
  text-align: center;
  margin-bottom: 160px; }
  .p-contact_2 .c-title {
    margin-bottom: 100px; }
  .p-contact_2 p {
    line-height: 35px;
    letter-spacing: 2px;
    margin-bottom: 30px; }

/*
 *================================================================
 * ANCHOR | C O N T E N T    B A N N E R
 *
 *		@contentbanner
 *================================================================
 */
.p-content .c-banner {
  background-image: url("../img/banner/banner_2.jpg"); }

.p-content.p-real_estate .c-banner {
  background-image: url("../img/banner/banner_3.jpg"); }

/*
 *================================================================
 * ANCHOR | C O N T E N T  -  M A C H I N E
 *
 *		@content    @machine
 *================================================================
 */
.p-content-machine_1 .c-title {
  margin-bottom: 50px; }

.p-content-machine_1 .c-block {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 60px; }
  .p-content-machine_1 .c-block img, .p-content-machine_1 .c-block p {
    line-height: 40px;
    margin: 0 40px; }

.p-content-machine_1 .c-block_machine {
  margin-bottom: 70px; }

/*
 *================================================================
 * ANCHOR | C O N T E N T  -  C U S T O M I Z E
 *
 *		@content    @customuzie
 *================================================================
 */
.p-content-customize_1 {
  text-align: center; }
  .p-content-customize_1 h2.c-title {
    margin-bottom: 100px; }
  .p-content-customize_1 h3.c-title {
    margin-bottom: 10px; }
  .p-content-customize_1 h4.c-title {
    margin-bottom: 0; }
  .p-content-customize_1 img {
    margin-bottom: 60px; }
  .p-content-customize_1 .c-txt {
    line-height: 35px;
    margin-bottom: 80px; }

/*
 *================================================================
 * ANCHOR | C O N T E N T  -  R O B O T
 *
 *		@content    @robot
 *================================================================
 */
.p-content-robot_1 {
  text-align: center; }
  .p-content-robot_1 h2.c-title {
    margin-bottom: 100px; }
  .p-content-robot_1 h3.c-title {
    margin-bottom: 10px; }
  .p-content-robot_1 h4.c-title {
    margin-bottom: 0; }
  .p-content-robot_1 img {
    margin-bottom: 60px; }
  .p-content-robot_1 .c-txt {
    line-height: 35px;
    margin-bottom: 80px; }

/*
 *================================================================
 * ANCHOR | C O N T E N T  -  R E A L    E S T A T E    1
 *
 *		@content    @realestate1
 *================================================================
 */
.p-content-estate_1 {
  text-align: center; }
  .p-content-estate_1 h2.c-title {
    margin-bottom: 100px; }
  .p-content-estate_1 h3.c-title {
    margin-bottom: 10px; }
  .p-content-estate_1 h4.c-title {
    margin-bottom: 0; }
  .p-content-estate_1 img {
    margin-bottom: 60px; }
  .p-content-estate_1 .c-txt {
    line-height: 35px;
    margin-bottom: 10px; }

/*
 *================================================================
 * ANCHOR | C O N T E N T  -  R E A L    E S T A T E    1
 *
 *		@content    @realestate2
 *================================================================
 */
.p-content-estate_2 {
  text-align: center; }
  .p-content-estate_2 .c-block {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .p-content-estate_2 .c-block .c-card {
      width: 820px; }
    .p-content-estate_2 .c-block .c-img_1 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 280px;
      height: 280px;
      -webkit-shape-outside: circle(140px);
      shape-outside: circle(140px);
      -webkit-border-radius: 50%;
      border-radius: 50%;
      float: left; }
      .p-content-estate_2 .c-block .c-img_1 div {
        position: relative;
        text-align: center;
        background: #00913A;
        width: 230px;
        height: 230px;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 5px 8px 30px #4e4846;
        box-shadow: 5px 8px 30px #4e4846;
        margin: auto; }
        .p-content-estate_2 .c-block .c-img_1 div img {
          position: absolute;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          margin: auto;
          top: 50%;
          left: 50%; }
    .p-content-estate_2 .c-block .c-txt {
      padding-top: 70px; }
      .p-content-estate_2 .c-block .c-txt p {
        display: block;
        text-align: left;
        line-height: 35px; }
  .p-content-estate_2 .c-txt {
    text-align: left;
    margin-left: 50px; }

/*
 *================================================================
 * ANCHOR | P H I L O S O P H Y
 *
 *		@philosophy
 *================================================================
 */
/*
 *================================================================
 * ANCHOR | P H I L O S O P H Y    S E C T I O N    1
 *
 *		@contactsec1    @
 *================================================================
 */
.p-philosophy_1 .c-txt {
  text-align: center;
  line-height: 35px; }

.p-philosophy_1 .c-block_img_1, .p-philosophy_1 .c-block_img_2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.p-philosophy_1 .c-block_img_1 {
  margin-top: 50px;
  margin-bottom: 60px; }
  .p-philosophy_1 .c-block_img_1 img {
    margin: 0 30px; }

/* !SECTION | P R O J E C T S
 *▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲▲
 */
