@charset "UTF-8";
:root {
  --site-name:"DAEBANG";
}

div {
  -webkit-overflow-scrolling: touch;
}

.field {
  width: 100%;
}

.form-group {
  overflow: hidden;
}
.form-group label {
  display: inline-block;
  padding-top: 8px;
}

.checkbox, .radio {
  position: relative;
  display: inline-block;
}

.checkbox label, .radio label {
  display: inline-block;
  padding-top: 0;
  padding-left: 20px;
}

.checkbox input[type=checkbox], .checkbox input[type=radio] {
  position: absolute;
  top: 4px;
  left: 0;
}

.radio input[type=checkbox], .radio input[type=radio] {
  position: absolute;
  top: 4px;
  left: 0;
}

.tab-focus {
  outline: thin dotted;
  outline: 3px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

@media (max-width: 1023px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }

  .text-left-sm {
    text-align: left;
  }

  .text-right-sm {
    text-align: right;
  }

  .text-center-sm {
    text-align: center;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }

  .text-left-md {
    text-align: left;
  }

  .text-right-md {
    text-align: right;
  }

  .text-center-md {
    text-align: center;
  }
}
@media (min-width: 1024px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }

  .text-left-lg {
    text-align: left;
  }

  .text-right-lg {
    text-align: right;
  }

  .text-center-lg {
    text-align: center;
  }
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiYA.ttf) format("truetype");
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiYA.ttf) format("truetype");
}
@font-face {
  font-family: Oswald;
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/s/oswald/v24/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiYA.ttf) format("truetype");
}
body, h1, h2, h3, h4, h5, h6, input, p, pre, select, table, td, textarea, th {
  font-family: "Noto Sans KR", sans-serif;
}

a {
  color: #666;
}

[class^=font] {
  visibility: hidden;
}

.wf-active [class^=font] {
  visibility: visible;
}

.eng, .wf-active .eng {
  font-family: Oswald, sans-serif;
}

.font-thin {
  font-weight: 100;
}

.font-light {
  font-weight: 300;
}

.font-regular {
  font-weight: 400;
}

.font-medium {
  font-weight: 500;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 900;
}

.font-thin-eng {
  font-weight: 100;
}

.font-extralight-eng {
  font-weight: 200;
}

.font-light-eng {
  font-weight: 300;
}

.font-regular-eng {
  font-weight: 400;
}

.font-medium-eng {
  font-weight: 500;
}

.font-semibold-eng {
  font-weight: 600;
}

.font-bold-eng {
  font-weight: 700;
}

.font-extrabold-eng {
  font-weight: 800;
}

.font-black-eng {
  font-weight: 900;
}

::-webkit-scrollbar {
  margin: 0;
  padding: 0;
  width: 8px;
}

::-webkit-scrollbar-button {
  background-color: #eee;
  height: 1px;
  width: 8px;
}

::-webkit-scrollbar-corner {
  background-color: #999;
}

::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 0;
}
::-webkit-scrollbar-thumb:active, ::-webkit-scrollbar-thumb:hover {
  background: #000;
}

::-webkit-scrollbar-track {
  background-color: #eee;
  border-radius: 0;
  border: 0;
}
::-webkit-scrollbar-track:active, ::-webkit-scrollbar-track:hover {
  background: #eee;
}

.bottom-spacer {
  clear: both;
  margin-top: 60px;
  margin-bottom: -1px;
  height: 1px;
  overflow: hidden;
}

@media (min-width: 1024px) {
  .bottom-spacer {
    margin-top: 180px;
  }
}
.no-result {
  clear: both;
  padding: 100px 0;
  text-align: center;
}
.no-result .icon {
  content: "";
  background-image: url(../img/common/bbs_no_result.png);
  width: 56px;
  height: 59px;
  background-size: 56px 59px;
}

.section-pagination {
  clear: both;
}
.section-pagination .wrap {
  margin-top: 30px;
  text-align: center;
  line-height: 1;
}
.section-pagination .icon, .section-pagination span, .section-pagination strong {
  display: inline-block;
  width: 23px;
  height: 34px;
  line-height: 34px;
  vertical-align: middle;
}
.section-pagination span, .section-pagination strong {
  font-size: 18px;
  color: #969696;
  font-family: Oswald, sans-serif;
}

.wf-active .section-pagination span, .wf-active .section-pagination strong {
  font-family: Oswald, sans-serif;
}

.section-pagination strong {
  position: relative;
}
.section-pagination strong:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: -2px 0 0 -9px;
  width: 18px;
  height: 2px;
  background-color: #30b2e2;
}
.section-pagination strong span {
  position: relative;
  color: #333;
  font-weight: 400;
  line-height: 23px;
  font-size: 25px;
}
.section-pagination em {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  font-family: a;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  color: transparent;
}
.section-pagination .nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.section-pagination .nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  transform: translate(0, 32px);
  background-color: #30b2e2;
}
.section-pagination .nav .icon {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px #d1d1d1 solid;
}
.section-pagination .nav .icon:after, .section-pagination .nav .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px;
  width: 8px;
  height: 2px;
  background-color: #333;
}
.section-pagination .nav.prev {
  margin-right: 5px;
}
.section-pagination .nav.prev .icon:after {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.section-pagination .nav.prev .icon:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-45deg) translate(0, 1px);
  -ms-transform: rotate(-45deg) translate(0, 1px);
  transform: rotate(-45deg) translate(0, 1px);
}
.section-pagination .nav.prev .icon:after {
  -webkit-transform: rotate(45deg) translate(0, -1px);
  -ms-transform: rotate(45deg) translate(0, -1px);
  transform: rotate(45deg) translate(0, -1px);
}
.section-pagination .nav.next {
  margin-left: 5px;
}
.section-pagination .nav.next .icon:after {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.section-pagination .nav.next .icon:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  -ms-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
}
.section-pagination .nav.next .icon:after {
  -webkit-transform: rotate(45deg) translate(0, 1px);
  -ms-transform: rotate(45deg) translate(0, 1px);
  transform: rotate(45deg) translate(0, 1px);
}
.section-pagination .nav.disabled {
  opacity: 1;
}
.section-pagination .nav.disabled:after {
  background-color: #dcdcdc;
}
.section-pagination .nav.disabled .icon {
  border-color: #dcdcdc;
}
.section-pagination .nav.disabled .icon:after, .section-pagination .nav.disabled .icon:before {
  background-color: #dcdcdc;
}
.gm_list1 { display: flex; justify-content: space-between; margin: 224px 0 0; padding: 0; }
.gm_list1 * { box-sizing: border-box; }
.gm_list1 li { width: 268px; padding-top: 32px; display: block; list-style: none; }
.gm_list1 li div { width: 100%; height: 350px; padding-top: 83px; display: flex; flex-direction: column; align-items: center; position: relative; background: #fff; }
.gm_list1 li div:before { width: 65px; height: 65px; display: block; position: absolute; top: 0; left: 50%; transform: translate(-50%, -50%); border-radius: 65px; background: #162942; line-height: 65px; text-align: center; font-family: Oswald; font-size: 22px; font-weight: 500; color: #fff; }
.gm_list1 li:nth-child(1) div:before { content: "01"; }
.gm_list1 li:nth-child(2) div:before { content: "02"; }
.gm_list1 li:nth-child(3) div:before { content: "03"; }
.gm_list1 li:nth-child(4) div:before { content: "04"; }
.gm_list1 li div .icon { width: 80px; height: 80px; margin-bottom: 40px; background-repeat: no-repeat; background-position: center center; }
.gm_list1 li div.list1 .icon { background-image: url(../img/sub/icon_gmlist1.png); }
.gm_list1 li div.list2 .icon { background-image: url(../img/sub/icon_gmlist2.png); }
.gm_list1 li div.list3 .icon { background-image: url(../img/sub/icon_gmlist3.png); }
.gm_list1 li div.list4 .icon { background-image: url(../img/sub/icon_gmlist4.png); }
.gm_list1 li div .tt { font-family: Oswald; display: block; font-size: 22px; font-weight: 500; color: #162942; line-height: 1; }
.gm_list1 li div .text { margin-top: 10px; font-family: 'Noto Sans KR', sans-serif; display: block; font-size: 18px; letter-spacing: -0.05em; color: #666; line-height: 1.67; text-align: center; }

.gm_list2 { display: flex; justify-content: space-between; margin: 220px 0 0; padding: 0; }
.gm_list2 * { box-sizing: border-box; padding: 0; margin: 0; }
.gm_list2 li { display: block; list-style: none; }

.gm_list2 > li { width: 320px; }
.gm_list2 > li dt { width: 100%; height: 48px; text-align: center; font-family: 'Noto Sans KR', sans-serif; color: #162942; font-size: 24px; font-weight: 500; }
.gm_list2 > li dd { width: 100%; height: 170px; padding-top: 40px; border-top: #162942 solid 2px; background: #fff; }
.gm_list2 > li dd > ul { display: flex; flex-direction: column; align-items: center; }
.gm_list2 > li dd > ul li { display: flex; position: relative; padding-left: 7px; font-size: 18px; color: #666; line-height: 1.67; letter-spacing: -0.9px; }
.gm_list2 > li dd > ul li:before { width: 3px; height: 3px; position: absolute; top: 50%; left: 0; transform: translateY(-50%); background: #666; border-radius: 3px; content: ""; }

.gm_list3 { display: flex; justify-content: center; margin: 227px 0 0; padding: 0; }
.gm_list3 * { box-sizing: border-box; padding: 0; margin: 0; }
.gm_list3 li { width: 300px; height: 300px; list-style: none; border-radius: 300px; line-height: 300px; text-align: center; color: #fff; font-size: 28px; font-weight: 500; letter-spacing: -1.4px; }
.gm_list3 li:nth-child(1) {background: #1c407d;}
.gm_list3 li:nth-child(2) {background: #30b2e2;}
.gm_list3 li:nth-child(3) {background: #172a44;}
.gm_list3 li+li { margin-left: 110px; position: relative;}
.gm_list3 li+li:before { width: 110px; height: 1px; background: #30a9d7; position: absolute; top: 50%; left: -110px; display: block; content: ""; }

.gm_list3_2 { width: 100%; margin: 64px 0 0; padding: 0; }
.gm_list3_2 * { box-sizing: border-box; padding: 0; margin: 0; list-style: none; }
.gm_list3_2 li { width: 100%; border-top: #c5c5c5 solid 1px; position: relative; padding: 30px 0 40px; 
opacity: 0;
   -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);  
}
.gm_list3_2 li:nth-child(1) {
  -webkit-transition: opacity 0.6s 1s, -webkit-transform 0.6s 1s;
  transition: opacity 0.6s 1s, -webkit-transform 0.6s 1s;
  -o-transition: opacity 0.6s 1s, transform 0.6s 1s;
  transition: opacity 0.6s 1s, transform 0.6s 1s;
  transition: opacity 0.6s 1s, transform 0.6s 1s, -webkit-transform 0.6s 1s; 
}
.gm_list3_2 li:nth-child(2) {
  -webkit-transition: opacity 0.6s 1.4s, -webkit-transform 0.6s 1.4s;
  transition: opacity 0.6s 1.4s, -webkit-transform 0.6s 1.4s;
  -o-transition: opacity 0.6s 1.4s, transform 0.6s 1.4s;
  transition: opacity 0.6s 1.4s, transform 0.6s 1.4s;
  transition: opacity 0.6s 1.4s, transform 0.6s 1.4s, -webkit-transform 0.6s 1.4s; 
}
.gm_list3_2 li:nth-child(3) {
  -webkit-transition: opacity 0.6s 1.8s, -webkit-transform 0.6s 1.8s;
  transition: opacity 0.6s 1.8s, -webkit-transform 0.6s 1.8s;
  -o-transition: opacity 0.6s 1.8s, transform 0.6s 1.8s;
  transition: opacity 0.6s 1.8s, transform 0.6s 1.8s;
  transition: opacity 0.6s 1.8s, transform 0.6s 1.8s, -webkit-transform 0.6s 1.8s; 
}
.in .gm_list3_2 li {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
.gm_list3_2 li dl { width: 100%; display: flex; }
.gm_list3_2 li dl:before { width: 50px; height: 2px; position: absolute; top: 0; left: 0; display: block; content: ""; }
.gm_list3_2 li:nth-child(1) dl:before { background: #1c407d; }
.gm_list3_2 li:nth-child(2) dl:before {background: #30b2e2;}
.gm_list3_2 li:nth-child(3) dl:before {background: #172a44;}
.gm_list3_2 li dt { width: 144px; flex-shrink: 0; color: #1d2930; font-size: 24px; font-weight: 500; letter-spacing: -1.2px; line-height: 2.33; }
.gm_list3_2 li dd { width: 100%; color: #666; font-size: 22px; letter-spacing: -1.1px; line-height: 2; }

.gm_list4 { width: 1160px; height: 379px; position: relative; padding: 13px; margin-top: 204px; border-radius: 379px; border: solid 2px #30a9d7; box-sizing: border-box; }
.gm_list4 * { box-sizing: border-box; padding: 0; margin: 0; }
.gm_list4:before { width: 28px; height: 2px; display: block; position: absolute; top: 0; left: 50%; margin-left: -15px; background: #30a9d7; transform: rotate(-135deg); transform-origin: 0 0; content: ""; }
.gm_list4:after { width: 28px; height: 2px; display: block; position: absolute; bottom: -4px; right: 50%; margin-right: -15px; background: #30a9d7; transform: rotate(-135deg); transform-origin: 100% 0; content: ""; }
.gm_list4 .topblank { width: 15px; height: 1px; position: absolute; top: -2px; left: 50%; margin-left: -15px; background: #f6f6f6; }
.gm_list4 .topblank:before { width: 14px; height: 1px; position: absolute; top: 1px; right: 0; display: block; background: #f6f6f6; content: "";  }
.gm_list4 .btblank { width: 15px; height: 1px; position: absolute; bottom: -1px; right: 50%; margin-right: -15px; background: #f6f6f6; }
.gm_list4 .btblank:before { width: 14px; height: 1px; position: absolute; bottom: -1px; left: 0; display: block; background: #f6f6f6; content: "";  }
.gm_list4 ul { display: flex; justify-content: space-between; position: relative; }
.gm_list4 ul li { width: 350px; height: 350px; border-radius: 350px; display: flex; flex-direction: column; align-items: center; justify-content: center; }
.gm_list4 ul li:nth-child(1) {background: #1c407d;}
.gm_list4 ul li:nth-child(2) {background: #30b2e2;}
.gm_list4 ul li:nth-child(3) {background: #172a44;}
.gm_list4 ul li dt,
.gm_list4 ul li dd { color: #fff; text-align: center; }
.gm_list4 ul li dt { font-size: 28px; font-weight: 500; margin-bottom: 25px; letter-spacing: -1.4px; }
.gm_list4 ul li dd { font-size: 20px; line-height: 1.6; letter-spacing: -1px; }



@media (max-width: 374px) {
  .section-pagination .icon, .section-pagination span {
    width: 19px;
    font-size: 14px;
  }
  .section-pagination strong {
    width: 19px;
    font-size: 14px;
  }
  .section-pagination strong span {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .section-pagination .wrap {
    margin-top: 60px;
  }
  .section-pagination .icon, .section-pagination span, .section-pagination strong {
    width: 42px;
    height: 40px;
    line-height: 40px;
  }
  .section-pagination span {
    font-size: 20px;
  }
  .section-pagination strong {
    font-size: 20px;
  }
  .section-pagination strong:before {
    margin: -3px 0 0 -12px;
    width: 24px;
    height: 3px;
  }
  .section-pagination strong span {
    font-size: 26px;
  }
  .section-pagination .nav:after {
    left: -1px;
    right: -1px;
    z-index: 0;
    -webkit-transform: translate(0, 38px);
    -ms-transform: translate(0, 38px);
    transform: translate(0, 38px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .section-pagination .nav .icon {
    z-index: 1;
    width: 38px;
    height: 38px;
    border-bottom-color: #30b2e2;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .section-pagination .nav .icon:after, .section-pagination .nav .icon:before {
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .section-pagination .nav.prev {
    margin-right: 15px;
  }
  .section-pagination .nav.next {
    margin-left: 15px;
  }
  .section-pagination .nav:hover:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .section-pagination .nav:hover .icon {
    border-color: #30b2e2;
  }
  .section-pagination .nav:hover .icon:after, .section-pagination .nav:hover .icon:before {
    background-color: #fff;
  }
}
.section-search {
  margin-top: 30px;
}
.section-search .container {
  overflow: visible;
}
.section-search form {
  margin: 0;
}
.section-search .wrap {
  position: relative;
  margin: 0 15px;
  padding: 0 !important;
  min-width: 290px;
}
.section-search .wrap .module:after, .section-search .wrap .module:before {
  content: "";
  position: absolute;
  z-index: 4;
  -webkit-transition: width linear 0.3s, height linear 0.3s;
  -o-transition: width linear 0.3s, height linear 0.3s;
  transition: width linear 0.3s, height linear 0.3s;
}
.section-search .wrap:after {
  content: "";
  position: absolute;
  z-index: 4;
  -webkit-transition: width linear 0.3s, height linear 0.3s;
  -o-transition: width linear 0.3s, height linear 0.3s;
  transition: width linear 0.3s, height linear 0.3s;
}
.section-search .wrap:before {
  content: "";
  position: absolute;
  z-index: 4;
  -webkit-transition: width linear 0.3s, height linear 0.3s;
  -o-transition: width linear 0.3s, height linear 0.3s;
  transition: width linear 0.3s, height linear 0.3s;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  background-color: #30b2e2;
  background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
  background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
  background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
  background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
}
.section-search .wrap:after {
  top: 0;
  right: -1px;
  width: 0;
  height: 0;
  background-color: #30b2e2;
  background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
  background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
  background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
  background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
}
.section-search .wrap .module:before {
  bottom: 0;
  right: 0;
  width: 0;
  height: 0;
  background-color: #30b2e2;
  background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
  background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
  background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
  background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
}
.section-search .wrap .module:after {
  bottom: 0;
  left: -1px;
  width: 0;
  height: 0;
  background-color: #30b2e2;
  background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
  background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
  background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
  background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
}
.section-search .wrap .module:before {
  -webkit-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
  -o-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
  transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
}
.section-search .wrap:before {
  -webkit-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
  -o-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
  transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
}
.section-search .wrap .module:after, .section-search .wrap:after {
  -webkit-transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
  -o-transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
  transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
}
.section-search input.text {
  padding-right: 50px;
  width: 100%;
  height: 46px;
  background-color: #f5f5f5;
  border-color: transparent;
  -webkit-box-shadow: 3px 5px 10px 0 transparent;
  box-shadow: 3px 5px 10px 0 transparent;
}
.section-search input.text:focus {
  outline: 0;
}
.section-search .search {
  position: absolute;
  top: 0;
  right: 0;
}
.section-search .search .icon {
  content: "";
  background-image: url(../img/common/icon_search_sm.png);
  width: 50px;
  height: 46px;
  background-size: 50px 46px;
}
.section-search.in .module:before, .section-search.in .wrap:before {
  width: 100%;
  height: 1px;
  -webkit-transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
  -o-transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
  transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
}
.section-search.in .module:after, .section-search.in .wrap:after {
  height: 100%;
  width: 1px;
  -webkit-transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
  -o-transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
  transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
}
.section-search.in input.text {
  background-color: #fff;
  -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
  transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
  -o-transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
  transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
  transition: background-color 0.6s 0s, box-shadow 0.6s 0s, -webkit-box-shadow 0.6s 0s;
}

@media (min-width: 1024px) {
  .section-search .wrap {
    margin: 0 auto;
    max-width: 570px;
  }
  .section-search input.text {
    height: 42px;
  }
  .section-search .search .icon {
    content: "";
    background-image: url(../img/common/icon_search_lg.png);
    width: 48px;
    height: 42px;
    background-size: 48px 42px;
  }
}
.section-bbs-utill {
  margin-top: 30px;
}
.section-bbs-utill .section-pagination {
  margin-top: 0;
}
.section-bbs-utill .section-search {
  margin-top: 30px;
}

@media (min-width: 1024px) {
  .section-bbs-utill {
    margin-top: 0;
  }
  .section-bbs-utill .section-pagination {
    clear: none;
    margin-top: 60px;
    text-align: left;
  }
  .section-bbs-utill .section-search {
    clear: none;
    margin-top: 50px;
  }
}
.collapse-item {
  position: relative;
  border-bottom: 1px #d2d2d2 solid;
}
.collapse-item:first-child {
  border-top: 1px #d2d2d2 solid;
}
.collapse-item:after {
  content: "";
  position: absolute;
  left: -15px;
  right: calc(100% + 15px);
  height: 1px;
  opacity: 0;
  background-color: #30b2e2;
  -webkit-transition: opacity 0.6s, right 0.6s;
  -o-transition: opacity 0.6s, right 0.6s;
  transition: opacity 0.6s, right 0.6s;
}
.collapse-item:before {
  content: "";
  position: absolute;
  left: -15px;
  right: calc(100% + 15px);
  height: 1px;
  opacity: 0;
  background-color: #30b2e2;
  -webkit-transition: opacity 0.6s, right 0.6s;
  -o-transition: opacity 0.6s, right 0.6s;
  transition: opacity 0.6s, right 0.6s;
  top: 0;
  margin-top: -1px;
}
.collapse-item:after {
  top: 100%;
}
.collapse-item .core .module {
  position: relative;
  line-height: 1.6;
}
.collapse-item .core a {
  display: block;
  font-size: 14px;
  color: #333;
}
.collapse-item .core .js-toggle-collapse .icon {
  position: absolute;
  top: 50%;
  right: -10px;
  width: 34px;
  height: 34px;
  margin-top: -17px;
  background-color: transparent;
  border-radius: 100%;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.collapse-item .core .js-toggle-collapse .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  width: 10px;
  height: 2px;
  background-color: #999;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.collapse-item .core .js-toggle-collapse .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  width: 10px;
  height: 2px;
  background-color: #999;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
  -webkit-transform: rotate(45deg) translate(-2px, 3px);
  -ms-transform: rotate(45deg) translate(-2px, 3px);
  transform: rotate(45deg) translate(-2px, 3px);
}
.collapse-item .core .js-toggle-collapse .icon:after {
  -webkit-transform: rotate(-45deg) translate(2px, 3px);
  -ms-transform: rotate(-45deg) translate(2px, 3px);
  transform: rotate(-45deg) translate(2px, 3px);
}
.collapse-item .desc {
  display: none;
  background-color: #f6f6f6;
  margin: 0 -15px;
}
.collapse-item .desc :first-child {
  margin-top: 0;
}
.collapse-item.in {
  z-index: 1;
}
.collapse-item.in:after, .collapse-item.in:before {
  opacity: 1;
  right: -15px;
}
.collapse-item.in .core a {
  color: #000;
  font-weight: 500;
}
.collapse-item.in .js-toggle-collapse .icon {
  background-color: #30b2e2;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.collapse-item.in .js-toggle-collapse .icon:after, .collapse-item.in .js-toggle-collapse .icon:before {
  background-color: #fff;
}
.collapse-item.in .desc {
  display: block;
}

@media (min-width: 1024px) {
  .collapse-item:after, .collapse-item:before {
    left: 0;
    right: 100%;
    height: 1px;
  }
  .collapse-item .core:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 100%;
    width: 1px;
    opacity: 0;
    background-color: #30b2e2;
    -webkit-transition: opacity 0.6s, bottom 0.6s;
    -o-transition: opacity 0.6s, bottom 0.6s;
    transition: opacity 0.6s, bottom 0.6s;
  }
  .collapse-item .core:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 100%;
    width: 1px;
    opacity: 0;
    background-color: #30b2e2;
    -webkit-transition: opacity 0.6s, bottom 0.6s;
    -o-transition: opacity 0.6s, bottom 0.6s;
    transition: opacity 0.6s, bottom 0.6s;
    left: 0;
  }
  .collapse-item .core:after {
    right: 0;
  }
  .collapse-item .core a {
    font-size: 18px;
  }
  .collapse-item .core .js-toggle-collapse .icon {
    right: 50px;
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  .collapse-item .core .js-toggle-collapse .icon:after {
    margin: -1px 0 0 -7px;
    width: 14px;
    height: 2px;
  }
  .collapse-item .core .js-toggle-collapse .icon:before {
    margin: -1px 0 0 -7px;
    width: 14px;
    height: 2px;
    -webkit-transform: rotate(45deg) translate(-3px, 3px);
    -ms-transform: rotate(45deg) translate(-3px, 3px);
    transform: rotate(45deg) translate(-3px, 3px);
  }
  .collapse-item .core .js-toggle-collapse .icon:after {
    -webkit-transform: rotate(-45deg) translate(3px, 3px);
    -ms-transform: rotate(-45deg) translate(3px, 3px);
    transform: rotate(-45deg) translate(3px, 3px);
  }
  .collapse-item.in:after, .collapse-item.in:before {
    right: 0;
  }
  .collapse-item.in .core:after, .collapse-item.in .core:before {
    opacity: 1;
    bottom: 0;
  }
}
.video-tumbnails {
  text-align: center;
}
.video-tumbnails > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
}
.video-tumbnails > a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-tumbnails > a:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -24px;
  content: "";
  background-image: url(../img/custom/icon_video_sm.png);
  width: 49px;
  height: 50px;
  background-size: 49px 50px;
}

@media (min-width: 1024px) {
  .video-tumbnails a:before {
    z-index: 1;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .video-tumbnails a:after {
    margin: -50px 0 0 -45px;
    content: "";
    background-image: url(../img/custom/icon_video_lg.png);
    width: 98px;
    height: 100px;
    background-size: 98px 100px;
  }
  .video-tumbnails a img {
    position: relative;
    z-index: 0;
    -webkit-transform: scale(1, 1) rotate(0.001deg);
    -ms-transform: scale(1, 1) rotate(0.001deg);
    transform: scale(1, 1) rotate(0.001deg);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .video-tumbnails a:hover:before {
    background-color: rgba(0, 0, 0, 0.6);
  }
  .video-tumbnails a:hover img {
    -webkit-transform: scale(1.05, 1.05) rotate(0.001deg);
    -ms-transform: scale(1.05, 1.05) rotate(0.001deg);
    transform: scale(1.05, 1.05) rotate(0.001deg);
  }
}
.section-no-result {
  margin-top: 10px;
}
.section-no-result .wrap {
  padding: 110px 0;
  text-align: center;
  background-color: #f6f6f6;
}
.section-no-result .icon {
  background-color: #fff;
  border-radius: 100%;
  content: "";
  background-image: url(../img/custom/icon_no_result_sm.png);
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
.section-no-result p {
  margin: 25px 0 0;
  font-size: 18px;
  color: #000;
}

@media (min-width: 1024px) {
  .section-no-result {
    margin-top: 50px;
  }
  .section-no-result .wrap {
    padding: 200px 0;
  }
  .section-no-result .icon {
    content: "";
    background-image: url(../img/custom/icon_no_result_lg.png);
    width: 120px;
    height: 120px;
    background-size: 120px 120px;
  }
  .section-no-result p {
    margin: 40px 0 0;
    font-size: 30px;
  }
}
input, optgroup, select, textarea {
  border: solid 1px #ccc;
  color: #666;
}

input.disabled, optgroup.disabled, select.disabled {
  background-color: #999;
  color: #999;
}

textarea {
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 70px;
}
textarea.disabled {
  background-color: #999;
  color: #999;
}

input.eng, input.text, input[type=date], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
  border: solid 1px #ccc;
}
input.spinner {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  width: 80px;
}
input.spinner::-webkit-inner-spin-button {
  -webkit-appearance: button;
}
input.text, input[type=date], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin: 0;
  padding: 0 20px 0 10px;
  font: inherit;
}

select, textarea {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
  margin: 0;
  padding: 0 20px 0 10px;
  font: inherit;
}

@media (min-width: 1024px) {
  input.text, input[type=date], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text] {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding-left: 20px;
  }

  select, textarea {
    height: 46px;
    line-height: 46px;
    font-size: 16px;
    padding-left: 20px;
  }
}
input.text.file, input.text[type=file] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}
input[type=date].file, input[type=date][type=file] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}
input[type=number].file, input[type=number][type=file] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}
input[type=password].file, input[type=password][type=file] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}
input[type=search].file, input[type=search][type=file] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}
input[type=tel].file, input[type=tel][type=file] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}
input[type=text].file, input[type=text][type=file] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}

select.file, select[type=file] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}

textarea.file, textarea[type=file] {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
  line-height: inherit;
  vertical-align: middle;
}

@media (max-width: 1023px) {
  input.text.file, input.text[type=file] {
    height: auto;
    line-height: inherit;
  }
  input[type=date].file, input[type=date][type=file] {
    height: auto;
    line-height: inherit;
  }
  input[type=number].file, input[type=number][type=file] {
    height: auto;
    line-height: inherit;
  }
  input[type=password].file, input[type=password][type=file] {
    height: auto;
    line-height: inherit;
  }
  input[type=search].file, input[type=search][type=file] {
    height: auto;
    line-height: inherit;
  }
  input[type=tel].file, input[type=tel][type=file] {
    height: auto;
    line-height: inherit;
  }
  input[type=text].file, input[type=text][type=file] {
    height: auto;
    line-height: inherit;
  }

  select.file, select[type=file] {
    height: auto;
    line-height: inherit;
  }

  textarea.file, textarea[type=file] {
    height: auto;
    line-height: inherit;
  }
}
input.text.small, select.select.small {
  width: 80px;
}

input.text.large, select.select.large {
  width: 200px;
}

input.text.xlarge, select.select.xlarge {
  width: 90%;
}

input.text.full, select.select.full {
  width: 99%;
}

input.text.is-full {
  width: 100%;
}

select {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 0 0 0 5px;
  min-width: 80px;
}
select.select.is-full {
  width: 100%;
}
select[multiple=multiple] {
  height: auto;
}

@media (max-width: 1023px) {
  input.text.full-sm, select.select.full-sm {
    width: 100%;
    min-width: auto;
  }
}
.no-ie select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACIAAAAOCAYAAABKKc6PAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTcgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjI4QTJGMzRENEYzRjExRTdCRDEyQTY4RjFCRUVEODkxIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjI4QTJGMzRFNEYzRjExRTdCRDEyQTY4RjFCRUVEODkxIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MjhBMkYzNEI0RjNGMTFFN0JEMTJBNjhGMUJFRUQ4OTEiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MjhBMkYzNEM0RjNGMTFFN0JEMTJBNjhGMUJFRUQ4OTEiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5aZMrDAAAAxklEQVR42sSV3QqEIBCFHV2Cwi5EupBUvPL9X8en6BHaDqwLSz9bi7bfRUwz5+BBjSilNE/TxH5BKcVijMQKwEMITAhx2QgPvKXgTdPQOI6XjfDAWywIHsYY6rrutAlaeFhBeC6ubHPJI1kF6fuetNZfDdBAWy0I8N4fXlzMoKnBRxBcvuXsd8WYlbygu0FeXwMti62E6GHGKsG3mtbaU73qQYZhoLZt3++o0bs9CHDObda1eBz8R0hKOef6b0Hu2onMU4ABAFV4EUWOtEc4AAAAAElFTkSuQmCC);
  background-position: right center;
  background-size: 17px 7px;
  padding: 0 25px 0 10px;
}

.ie select {
  background: 0 0;
  padding-right: 0;
}

textarea.textarea {
  padding: 5px;
  min-height: 200px;
}

.checks {
  position: relative;
  display: inline-block;
  padding-left: 30px;
  text-align: left;
  margin-left: 10px;
}
.checks:first-child {
  margin-left: 0;
}
.checks input[type=checkbox], .checks input[type=radio] {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  font-family: a;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  color: transparent;
}
.checks input[type=checkbox] + label {
  display: inline-block;
  font-size: 12px;
  color: #333;
}
.checks input[type=radio] + label {
  display: inline-block;
  font-size: 12px;
  color: #333;
}
.checks input[type=radio] + label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  border: 1px solid #cecece;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checks input[type=radio]:checked + label:before {
  border-color: #30b2e2;
}
.checks input[type=radio]:checked + label:after {
  display: block;
}
.checks input[type=radio] + label:after {
  content: "";
  display: none;
  position: absolute;
  top: 50%;
  left: 4px;
  color: #fff;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  text-align: center;
  background-color: #30b2e2;
  border-radius: 100%;
}
.checks input[type=checkbox] + label:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  content: "";
  background-image: url(../img/common/icon_check_off_sm.png);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  border-radius: 100%;
  border: 1px #cecece solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.checks input[type=checkbox]:checked + label:before {
  background-image: url(../img/common/icon_check_on_sm.png);
  background-color: #30b2e2;
  border: 0;
}

@media (min-width: 1024px) {
  .checks {
    margin-left: 15px;
  }
  .checks input[type=checkbox] + label {
    font-size: 16px;
  }
  .checks input[type=radio] + label {
    font-size: 16px;
  }
  .checks input[type=radio]:checked + label:before {
    border-width: 2px;
  }
  .checks input[type=radio]:checked + label:after {
    display: block;
  }
  .checks input[type=radio] + label:after {
    left: 5px;
    width: 14px;
    height: 14px;
    margin-top: -7px;
  }
  .checks input[type=checkbox] + label:before {
    content: "";
    background-image: url(../img/common/icon_check_off_lg.png);
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
  .checks input[type=checkbox]:checked + label:before {
    background-image: url(../img/common/icon_check_on_lg.png);
  }
}
.button {
  padding: 0 10px;
  height: 36px;
  min-width: 120px;
  line-height: 34px;
  font-size: 12px;
  border: solid 1px #182940;
  font-weight: 500;
  color: #182940;
}
.button.primary {
  color: #fff;
  background-color: #30b2e2;
  border-color: #30b2e2;
}
.button.secondary {
  background-color: #000;
  border-color: #000;
}
.button.info {
  color: #333;
  background-color: #f6f6f6;
  border-color: #dcdcdc;
}
.button.danger {
  background-color: #ff6440;
  border-color: #ff6440;
}
.button.warning {
  background-color: #999;
  border-color: #999;
}
.button.light {
  background-color: #eee;
  border-color: #eee;
}
.button:hover {
  text-decoration: none;
}
.button.disabled {
  opacity: 1;
}
.button.large {
  font-size: 15px;
  height: 50px;
  line-height: 48px;
  min-width: 150px;
}

@media (min-width: 1024px) {
  .button {
    height: 46px;
    line-height: 44px;
    font-size: 16px;
  }
  .button.large {
    font-size: 20px;
    height: 70px;
    line-height: 68px;
    min-width: 200px;
  }
}
.button-watch-more {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  height: 111px;
  min-width: 375px;
  color: #fff;
}
.button-watch-more i {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 111px;
}
.button-watch-more span {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  height: 111px;
  position: relative;
  width: 264px;
  line-height: 111px;
  background: #276756;
  background: -webkit-gradient(linear, left top, right top, from(#276756), color-stop(50%, #10835b), to(#03925e));
  background: -webkit-linear-gradient(left, #276756 0, #10835b 50%, #03925e 100%);
  background: -o-linear-gradient(left, #276756 0, #10835b 50%, #03925e 100%);
  background: linear-gradient(90deg, #276756 0, #10835b 50%, #03925e 100%);
  overflow: hidden;
}
.button-watch-more span:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.button-watch-more i {
  position: relative;
  background-color: #a1adb2;
  overflow: hidden;
  content: "";
  background-image: url(../img/custom/@watch_more.png);
  width: 111px;
  height: 111px;
  background-size: 111px 111px;
}
.button-watch-more i:before {
  background-image: url(../img/custom/@watch_more.png);
  width: 111px;
  height: 111px;
  background-size: 111px 111px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-10%, 0);
  -ms-transform: translate(-10%, 0);
  transform: translate(-10%, 0);
  opacity: 0;
}
.button-watch-more:hover i:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.button-watch-more:hover span:before {
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}

.button-play {
  display: block;
  width: 80px;
  height: 80px;
}
.button-play .icon {
  position: relative;
  background-color: #00965f;
  content: "";
  background-image: url(../img/custom/button_play.png);
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
.button-play .icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  background-image: url(../img/custom/button_play.png);
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
  -webkit-transform: translate(-15%, 0);
  -ms-transform: translate(-15%, 0);
  transform: translate(-15%, 0);
  opacity: 0;
}
.button-play:hover .icon:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.button-go {
  display: inline-block;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 42px;
  height: 42px;
  border: solid 1px #fff;
}
.button-go span {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: solid 1px transparent;
  -webkit-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.button-go .icon {
  content: "";
  background-image: url(../img/custom/@go_transparent.png);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  position: relative;
}
.button-go .icon:before {
  content: "";
  background-image: url(../img/custom/@go_transparent.png);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
  opacity: 0;
}
.button-go:hover span {
  border: solid 1px #fff;
}
.button-go:hover .icon:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.icon.has-hover {
  opacity: 0.9;
}

a:hover .icon.has-hover {
  opacity: 1;
}

span.pipe {
  position: relative;
  margin: 0 9px 0 7px;
}
span.pipe em {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  font-family: a;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  color: transparent;
}
span.pipe:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  width: 1px;
  -webkit-transform: translate(0, -35%);
  -ms-transform: translate(0, -35%);
  transform: translate(0, -35%);
  height: 12px;
  background: #dddedd;
}

.icon.category {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  background-color: #182940;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.icon.category span {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.4;
}
.icon.category.b, .icon.category.video {
  background-color: #30b2e2;
}
.icon.category.paper {
  background-color: #162942;
}
.icon.category.etc {
  background-color: #b09b7b;
}
.icon.new {
  position: relative;
  z-index: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  border: 1px #ff4600 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  margin-top: -3px;
}
.icon.new:before {
  content: "N";
  color: #ff4600;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  font-family: Oswald, sans-serif;
}

@media (min-width: 1024px) {
  .icon.category {
    width: 80px;
    height: 80px;
    line-height: 74px;
    font-size: 16px;
  }
}
.wf-active .icon.new:before {
  font-family: Oswald, sans-serif;
}

@media (min-width: 1024px) {
  .icon.new {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin-top: -5px;
  }
  .icon.new:before {
    line-height: 24px;
    font-size: 18px;
  }
}
.icon.brand {
  content: "";
  background-image: url(../img/custom/icon_brand_mcity_sm.png);
  width: 95px;
  height: 25px;
  background-size: 95px 25px;
}
.icon.brand.ellium {
  background-image: url(../img/custom/icon_brand_ellium_sm.png);
}
.icon.brand.elliumNew {
  background-image: url(../img/custom/icon_brand_ellium_sm_02.png);
}
.icon.essential {
  position: relative;
  min-width: 5px;
}
.icon.essential.icon.essential:before {
  content: "*";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 18px;
  color: #ff7200;
}
.icon.more-image {
  margin: 10px;
  display: none;
  content: "";
  background-image: url(../img/custom/icon_img_more_light_sm.png);
  width: 27px;
  height: 28px;
  background-size: 27px 28px;
  background-color: #fff;
}

@media (min-width: 1024px) {
  .icon.brand {
    content: "";
    background-image: url(../img/custom/icon_brand_mcity_lg.png);
    width: 120px;
    height: 30px;
    background-size: 120px 30px;
  }
  .icon.brand.ellium {
    background-image: url(../img/custom/icon_brand_ellium_lg.png);
  }
  .icon.brand.elliumNew {
    background-image: url(../img/custom/icon_brand_ellium_lg_02.png);
  }
  .icon.brand.large {
    content: "";
    background-image: url(../img/custom/icon_brand_mcity_large_lg.png);
    width: 162px;
    height: 40px;
    background-size: 162px 40px;
  }
}
@media (min-width: 1024px) {
  .icon.more-image {
    display: block;
    margin: 10px;
    content: "";
    background-image: url(../img/custom/icon_img_more_light_lg.png);
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
}
.label {
  display: inline-block;
  padding: 0 5px;
  height: 20px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 50px;
  font-sizE: 11px;
  background-color: #ff8a00;
  letter-spacing: -0.05em;
}
.label.large {
  min-width: 35px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border-radius: 0;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.label.large span {
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 24px;
}
.label.large.sell-ing span {
  width: 100%;
}
.label.sell-expect {
  background-color: #30b2e2;
}
.label.sell-ing {
  background-color: #ff8a00;
}
.label.sell-ing.large {
  padding: 0;
}
.label.sell-finish {
  background-color: #3c1e00;
}
.label.move-expect {
  background-color: #1f88e0;
}
.label.move-finish {
  background-color: #0a4a3c;
}
.label.construct {
  background-color: #19b08f;
}
.label.rental {
  background-color: #a163b8;
}

@media (min-width: 1024px) {
  .label {
    min-width: 80px;
    height: 33px;
    line-height: 33px;
    font-size: 16px;
  }
  .label.large {
    font-size: 12px;
    width: 42px;
    height: 42px;
    line-height: 42px;
    min-width: auto;
  }
}
table.table-col, table.table-row {
  width: 100%;
}
table.table-col td, table.table-col th {
  line-height: 1.4;
}
table.table-row td, table.table-row th {
  line-height: 1.4;
}
table.table-col th, table.table-row th {
  vertical-align: top;
}
table.table-col th label, table.table-col th span {
  display: inline-block;
  white-space: nowrap;
}
table.table-row th label, table.table-row th span {
  display: inline-block;
  white-space: nowrap;
}
table.table-row td {
  text-align: left;
}
table.table-row th {
  text-align: left;
}
table.table-row th label, table.table-row th span {
  display: inline-block;
}
table.table-col td, table.table-col th {
  text-align: center;
}
table.text-center td, table.text-center th {
  text-align: center;
}
table.text-left td, table.text-left th {
  text-align: left;
}
table.table-a {
  border-top: solid 1px #1e1e1e;
  border-bottom: solid 1px #d8d8d8;
}
table.table-a thead th {
  padding: 19px 0;
  border-bottom: solid 1px #d8d8d8;
  text-align: center;
}
table.table-a thead th span {
  font-weight: 500;
}
table.table-a tbody td, table.table-a tbody th {
  padding: 22px 0;
  border-top: solid 1px #ececec;
  vertical-align: middle;
  text-align: center;
}
table.table-a tbody tr:first-child td, table.table-a tbody tr:first-child th {
  border-top: 0;
}
table.table-a.is-stripe tbody tr:nth-child(odd) td, table.table-a.is-stripe tbody tr:nth-child(odd) th {
  background-color: #fafafa;
}
table.table-c {
  margin-bottom: 30px;
  width: 100%;
  border-top: solid 1px #222;
}
table.table-c td, table.table-c th {
  font-size: 16px;
  line-height: 1.8;
}
table.table-c.table-col td, table.table-c.table-col th {
  padding: 20px 10px;
  text-align: center;
  vertical-align: middle;
  border-bottom: solid 1px #ececec;
}
table.table-c.table-row td {
  padding: 20px 10px;
  vertical-align: top;
  border-bottom: solid 1px #ececec;
}
table.table-c.table-row th {
  padding: 20px 10px;
  vertical-align: top;
  border-bottom: solid 1px #ececec;
}
table.table-c.table-row th span {
  display: block;
  padding: 0 20px 0 40px;
}

.masonry-list .item {
  -webkit-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
.masonry-list .item .thumb img {
  max-width: 100%;
}
.masonry-list .item.js-inview .module {
  opacity: 1;
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}
.masonry-list .item.js-inview.inviewed .module {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.masonry-list .item.js-inview.inviewed:nth-child(odd) .module {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.masonry-list .grid-sizer {
  height: 1px;
  margin-top: -1px;
  overflow: hidden;
  width: 100%;
}
.masonry-list .item {
  width: 100%;
}

@media (min-width: 768px) {
  .masonry-list .grid-sizer, .masonry-list .item {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .masonry-list .grid-sizer, .masonry-list .item {
    width: 33.33%;
  }
}
ul.list-a {
  line-height: 1.4;
}
ul.list-a li {
  position: relative;
  margin: 8px 0;
  padding: 0 0 0 14px;
  color: #888;
}
ul.list-a li:before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #2e2e2e;
  position: absolute;
  top: 10px;
  left: 0;
  margin-top: -2px;
  margin-left: 2px;
}

.tab-content .item {
  display: none;
}
.tab-content .item.in {
  display: block;
}

.tab-a {
  position: relative;
  margin-top: -55px;
}
.tab-a ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  min-width: 100%;
  border: 1px #30b2e2 solid;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-a li {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
}
.tab-a li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -11px;
  width: 1px;
  height: 22px;
  background-color: #f0f0f0;
}
.tab-a li:first-child:before {
  display: none;
}
.tab-a li a {
  position: relative;
  display: block;
  font-weight: 500;
  color: #333;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tab-a li a > span {
  position: relative;
  display: inline-block;
  padding: 14px 5px;
  vertical-align: top;
}
.tab-a li a > span:before {
  content: "";
  position: absolute;
  top: 35px;
  left: 50%;
  right: 50%;
  height: 4px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transition: opacity 0.3s, left 0.3s, right 0.3s;
  -o-transition: opacity 0.3s, left 0.3s, right 0.3s;
  transition: opacity 0.3s, left 0.3s, right 0.3s;
}
.tab-a li.in a span:before {
  opacity: 1;
  left: 0;
  right: 0;
}
.tab-a.is-3 li {
  width: 33.33333333%;
}

@media (min-width: 1024px) {
  .tab-a {
    margin-top: 60px;
  }
  .tab-a .container {
    overflow: visible;
  }
  .tab-a ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-width: 100%;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, 0.1);
  }
  .tab-a li {
    display: block;
  }
  .tab-a li:before {
    margin-top: -12px;
    height: 15px;
  }
  .tab-a li a {
    width: auto;
  }
  .tab-a li a > span {
    padding: 33px 8px 43px 8px;
  }
  .tab-a li a > span:before {
    top: 70px;
  }
  .tab-a li a:before {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tab-a li a:after {
    margin-top: -2px;
    height: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .tab-a li a:hover span:before {
    opacity: 1;
    left: 0;
    right: 0;
  }
  .tab-a li.in a span:before {
    opacity: 1;
    left: 0;
    right: 0;
  }
}
@media (max-width: 1023px) {
  .tab-a.is-over .container {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .tab-a.is-over li a {
    min-width: 110px;
  }
}
@media (min-width: 1024px) {
  .tab-a.is-4-lg li {
    width: 25%;
  }
  .tab-a.is-6-lg li {
    width: 16.66666667%;
  }
  .tab-a.is-7-lg li {
    width: 14.28571429%;
  }
}
.macOS {
  background-color: #191a1a;
}
.macOS body {
  background-color: #191a1a;
}

#jumbotron .js-lettering {
  visibility: hidden;
}
#jumbotron .js-lettering.splitting {
  visibility: visible;
}

.container {
  max-width: 100%;
  max-width: 100vw;
}

.wrap {
  min-width: 320px;
}
.wrap.is-large {
  max-width: 1140px;
}
.wrap.is-xlarge {
  max-width: 1200px;
}
.wrap.is-full {
  padding: 0;
  width: auto;
  max-width: 100%;
  max-width: 100vw;
}

@media (min-width: 1024px) {
  .wrap {
    min-width: 964px;
    max-width: 964px;
  }
}
@media (min-width: 1600px) {
  .wrap {
    max-width: 1324px;
  }
  .section-philosophy-b.section-quality-management .wrap {
    max-width: 1120px;
  }
}
@media (max-width: 1023px) {
  .wrap {
    max-width: 1324px;
  }
  .wrap.is-padder {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap.is-padder-large {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 1023px) {
  .wrap.is-full.is-padder {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wrap.is-full.is-padder-large {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#container {
  min-height: 100%;
  min-height: 100vh;
}

#header {
  position: fixed;
  z-index: 200;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  -webkit-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
#header:not(.sub-header) {
  background-color: #1d417e;
}
#header:not(.sub-header) .nav .item .d1 span {
color: #fff;
}

.safari.csspositionsticky #header {
  position: -webkit-sticky;
  position: sticky;
}

#header .container {
  overflow: visible;
}
#header .logo {
  text-align: left;
}
#header .logo .icon {
  content: "";
  background-image: url(../img/common/logo_sm.png);
  width: 160px;
  height: 60px;
  background-size: 160px 60px;
}
#header.sub-header .logo .icon {
  content: "";
  background-image: url(../img/common/logo_sub_sm.png);
  width: 160px;
  height: 60px;
  background-size: 160px 60px;
}
#header:not(.sub-header) .logo .icon {
  content: "";
  background-image: url(../img/common/logo_sm_w.png);
  width: 160px;
  height: 60px;
  background-size: 160px 60px;
}
#header .util {
  position: absolute;
  top: 0;
  right: 0;
}
#header .wish {
  visibility: hidden;
  -webkit-transition: height 0.3s 0s, line-height 0.3s 0s;
  -o-transition: height 0.3s 0s, line-height 0.3s 0s;
  transition: height 0.3s 0s, line-height 0.3s 0s;
}

.wf-active #header .wish {
  visibility: visible;
}

#header .wish .icon {
  vertical-align: top;
  content: "";
  background-image: url(../img/common/icon_wish_header_sm.png);
  width: 42px;
  height: 60px;
  background-size: 42px 60px;
}
#header.sub-header .wish .icon {
  background-image: url(../img/common/icon_wish_header_sub_sm.png);
}
#header .wish span {
  display: none;
}
#header .js-allmenu .icon {
  position: relative;
  margin: 15px 15px 15px 5px;
  width: 30px;
  height: 30px;
  border: 1px rgba(255, 255, 255, 0.25) solid;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: border-color 0.3s 0s, background-color 0.3s 0s, height 0.3s 0s, width 0.3s 0s, line-height 0.3s 0s;
  -o-transition: border-color 0.3s 0s, background-color 0.3s 0s, height 0.3s 0s, width 0.3s 0s, line-height 0.3s 0s;
  transition: border-color 0.3s 0s, background-color 0.3s 0s, height 0.3s 0s, width 0.3s 0s, line-height 0.3s 0s;
}
#header.sub-header .js-allmenu .icon {
  border: 1px #c6cfde solid;
}
#header .js-allmenu .icon span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#header .js-allmenu .icon span:after, #header .js-allmenu .icon span:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: background-color 0.3s, margin-top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, margin-top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, transform 0.3s, margin-top 0.3s, opacity 0.3s;
  transition: background-color 0.3s, transform 0.3s, margin-top 0.3s, opacity 0.3s;
  transition: background-color 0.3s, transform 0.3s, margin-top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
#header .js-allmenu .icon:after, #header .js-allmenu .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: background-color 0.3s, margin-top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  transition: background-color 0.3s, margin-top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: background-color 0.3s, transform 0.3s, margin-top 0.3s, opacity 0.3s;
  transition: background-color 0.3s, transform 0.3s, margin-top 0.3s, opacity 0.3s;
  transition: background-color 0.3s, transform 0.3s, margin-top 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
#header.sub-header .js-allmenu .icon span:after, #header.sub-header .js-allmenu .icon span:before {
  background-color: #8d9fbe;
}
#header.sub-header .js-allmenu .icon:after {
  background-color: #8d9fbe;
}
#header .js-allmenu .icon:before {
  background-color: #8d9fbe;
  margin-top: -5px;
}
#header .js-allmenu .icon:after {
  margin-top: -2px;
}
#header .js-allmenu .icon span:before {
  margin-top: 1px;
}
#header .js-allmenu .icon span:after {
  margin-top: 4px;
  width: 9px;
}
#header .nav {
  visibility: hidden;
}

.wf-active #header .nav {
  visibility: visible;
}

#header .nav .grid {
  margin: 0 auto;
  width: 1000px;
}
#header .nav .item {
  position: relative;
}
#header .nav .item .d1 {
  position: relative;
  z-index: 203;
  display: block;
  margin: 0 40px 0 0;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
}
#header.sub-header .nav .item .d1 {
  color: #000;
}
#header .nav .item .d1:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  background-color: #30b2e2;
  -webkit-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: height 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#header .nav .item .d1:after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
#header .nav .item .d1 span {
  position: relative;
  z-index: 1;
  display: block;
  height: 90px;
  line-height: 90px;
}
#header .nav .item div.d2 {
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 100%;
  left: 0;
  -webkit-transform: translate(0, -5%);
  -ms-transform: translate(0, -5%);
  transform: translate(0, -5%);
  -webkit-box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, 0.1);
  box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, 0.1);
}
#header .nav .item div.d2 ul {
  position: relative;
  padding: 15px 0;
  overflow: hidden;
  background: #fff;
}
#header .nav .item div.d2 ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1000px;
  height: 1000px;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background: #fff;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  -o-transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
  transition: transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) 0s;
}
#header .nav .item div.d2 a {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0 25px;
  color: #1a1a1a;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
}
#header .nav .item div.d2 a span {
  position: relative;
  display: inline-block;
  padding-right: 20px;
}
#header .nav .item div.d2 a span:before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  right: 100%;
  height: 2px;
  opacity: 0;
  background-color: #30b2e2;
  -webkit-transition: right 0.3s, opacity 0.3s;
  -o-transition: right 0.3s, opacity 0.3s;
  transition: right 0.3s, opacity 0.3s;
}
#header .nav .item div.d2 a:hover {
  text-decoration: none;
}
#header .nav .item div.d2 .in span:before, #header .nav .item div.d2 a:hover span:before {
  right: 0;
  opacity: 1;
}
#header .nav .item.in .d1:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#header .nav .item:hover .d1 {
  text-decoration: none;
}
#header .nav .item .d1 span {
  transition-property: color;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
}
#header .nav .item:hover .d1 span {
  color: #fff;
}
#header .nav .item:hover .d1:before {
  height: 100%;
}
#header .nav .item:hover .d2 {
  visibility: visible;
  z-index: 202;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#header .nav .item:hover .d2 ul:before {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition: visibility 0s linear 0s, z-index 0s linear 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: visibility 0s linear 0s, z-index 0s linear 0s, transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
#header .nav .item:nth-child(1) .d1:before {
  background-color: #1c407d;
}
#header .nav .item.in:nth-child(1) .d1:before, #header .nav .item.in:nth-child(1) .d1:after {
  background-color: #1c407d;
}
#header .nav .item:nth-child(1):hover .d1:after, #header .nav .item:nth-child(1) div.d2 a span:before {
  background-color: #1c407d;
}
#header:not(.sub-header) .nav .item:nth-child(1) .d1:before,
#header:not(.sub-header) .nav .item.in:nth-child(1) .d1:before, #header .nav .item.in:nth-child(1) .d1:after,
#header:not(.sub-header) .nav .item:nth-child(1):hover .d1:after, #header .nav .item:nth-child(1) div.d2 a span:before {
  background-color: #202A5D;
}
#header .nav .item:nth-child(2) .d1:before {
  background-color: #30a9d7;
}
#header .nav .item.in:nth-child(2) .d1:before, #header .nav .item.in:nth-child(2) .d1:after {
  background-color: #30a9d7;
}
#header .nav .item:nth-child(2):hover .d1:after, #header .nav .item:nth-child(2) div.d2 a span:before {
  background-color: #30a9d7;
}
#header .nav .item:nth-child(3) .d1:before {
  background-color: #c59c4e;
}
#header .nav .item.in:nth-child(3) .d1:before, #header .nav .item.in:nth-child(3) .d1:after {
  background-color: #c59c4e;
}
#header .nav .item:nth-child(3):hover .d1:after, #header .nav .item:nth-child(3) div.d2 a span:before {
  background-color: #c59c4e;
}
#header .nav .item:nth-child(4) .d1:before {
  background-color: #939597;
}
#header .nav .item.in:nth-child(4) .d1:before, #header .nav .item.in:nth-child(4) .d1:after {
  background-color: #939597;
}
#header .nav .item:nth-child(4):hover .d1:after, #header .nav .item:nth-child(4) div.d2 a span:before {
  background-color: #939597;
}
#header .nav .item:nth-child(5) .d1:before {
  background-color: #000000;
}
#header .nav .item.in:nth-child(5) .d1:before, #header .nav .item.in:nth-child(5) .d1:after {
  background-color: #000000;
}
#header .nav .item:nth-child(5):hover .d1:after, #header .nav .item:nth-child(5) div.d2 a span:before {
  background-color: #000000;
}

@media (min-width: 1024px) {
  #header .wrap {
    clear: both;
  }
  #header .wrap:after, #header .wrap:before {
    content: " ";
    display: table;
  }
  #header .wrap:after {
    clear: both;
  }
  #header .logo {
    position: absolute;
    top: 0;
    left: 0;
  }
  #header .logo .icon {
    content: "";
    background-image: url(../img/common/logo_md.png);
    width: 100px;
    height: 90px;
    background-size: 100px 90px;
  }
  #header.sub-header .logo .icon {
    content: "";
    background-image: url(../img/common/logo_sub_md.png);
    width: 100px;
    height: 90px;
    background-size: 100px 90px;
  }
  #header:not(.sub-header) .logo .icon {
    content: "";
    background-image: url(../img/common/logo_md_w.png);
    width: 100px;
    height: 90px;
    background-size: 100px 90px;
  }
  #header .wish {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 500;
  }
  #header.sub-header .wish {
    color: #a7b0c4;
  }
  #header .wish .icon {
    vertical-align: middle;
    content: "";
    background-image: url(../img/common/icon_wish_header_lg.png);
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  #header .wish:hover {
    text-decoration: none;
    color: #30b2e2;
  }
  #header.sub-header .wish .icon {
    background-image: url(../img/common/icon_wish_header_sub_lg.png);
  }
  #header .wish:hover .icon {
    background-image: url(../img/common/icon_wish_header_lg_on.png);
  }
  #header .js-allmenu .icon {
    margin: 20px 30px 20px 10px;
    width: 48px;
    height: 48px;
  }
  #header .js-allmenu .icon span:after, #header .js-allmenu .icon span:before {
    margin-left: -9px;
    width: 18px;
    height: 2px;
  }
  #header .js-allmenu .icon:after {
    margin-left: -9px;
    width: 18px;
    height: 2px;
  }
  #header .js-allmenu .icon:before {
    margin-left: -9px;
    width: 18px;
    height: 2px;
    margin-top: -8px;
  }
  #header .js-allmenu .icon:after {
    margin-top: -3px;
  }
  #header .js-allmenu .icon span:before {
    margin-top: 2px;
  }
  #header .js-allmenu .icon span:after {
    margin-top: 7px;
    width: 12px;
  }
}
@media (min-width: 1280px) {
  #header .logo .icon {
    position: relative;
    content: "";
    background-image: url(../img/common/logo_lg.png);
    width: 262px;
    height: 90px;
    background-size: 262px 90px;
    -webkit-transition: height 0.3s 0s;
    -o-transition: height 0.3s 0s;
    transition: height 0.3s 0s;
  }
  #header:not(.sub-header) .logo .icon {
    position: relative;
    background-image: url(../img/common/logo_lg_w.png);
    width: 262px;
    height: 90px;
    background-size: 262px 90px;
    -webkit-transition: height 0.3s 0s;
    -o-transition: height 0.3s 0s;
    transition: height 0.3s 0s;
  }
  #header.sub-header .logo .icon {
    position: relative;
    content: "";
    background-image: url(../img/common/logo_sub_lg.png);
    width: 262px;
    height: 90px;
    background-size: 262px 90px;
    -webkit-transition: height 0.3s 0s;
    -o-transition: height 0.3s 0s;
    transition: height 0.3s 0s;
  }
  #header .logo .icon:before {
    position: absolute;
    top: 50%;
    left: 75px;
    margin-top: -14px;
    margin-left: 10px;
    content: "";
    background-image: url(../img/common/logo_text_lg.png);
    width: 156px;
    height: 28px;
    background-size: 156px 28px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
  #header.sub-header .logo .icon:before {
    position: absolute;
    top: 50%;
    left: 75px;
    margin-top: -14px;
    margin-left: 10px;
    content: "";
    background-image: url(../img/common/logo_text_sub_lg.png);
    width: 156px;
    height: 28px;
    background-size: 156px 28px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
  #header:not(.sub-header) .logo .icon:before {
    position: absolute;
    top: 50%;
    left: 75px;
    margin-top: -14px;
    margin-left: 10px;
    content: "";
    background-image: url(../img/common/logo_text_lg_w.png);
    width: 156px;
    height: 28px;
    background-size: 156px 28px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
  #header .wish span {
    display: inline;
  }
  #header .js-allmenu .icon {
    margin-left: 20px;
  }
  #header .nav {
    padding-left: 100px;
  }
}
@media (min-width: 1600px) {
  #header .logo .icon {
    margin: 0 30px;
  }
  #header .js-allmenu .icon {
    margin-right: 60px;
  }
  #header .nav {
    padding-left: 0;
  }
}
#content {
  margin-top: 30px;
  width: 100%;
}

@media (min-width: 1024px) {
  #content {
    margin-top: 60px;
  }
}
#inner {
  background-color: #fff;
}

@media (max-width: 1023px) {
  .padder-sm {
    padding-left: 15px;
    padding-right: 15px;
  }
}
#footer {
  color: #969696;
  background-color: #191a1a;
}
#footer .wrap {
  padding: 25px 25px 22px 25px;
}
#footer .container {
  overflow: visible;
}
#footer .family-site {
  position: relative;
  z-index: 10;
}
#footer .family-site .link {
  position: relative;
  display: block;
  height: 38px;
  line-height: 38px;
  font-size: 13px;
  font-weight: 500;
  color: #fff;
  border: 1px #464646 solid;
}
#footer .family-site .link span {
  margin-left: 15px;
}
#footer .family-site .link .icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 39px;
  height: 38px;
}
#footer .family-site .link .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -6px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  padding: 4px;
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#footer .family-site .more {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  margin-bottom: -1px;
  padding: 0 14px;
  border: 1px #464646 solid;
  border-bottom: 0;
  background-color: #fff;
}
#footer .family-site .more ul {
  border-bottom: 1px #dcdcdc solid;
}
#footer .family-site .more a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-size: 13px;
  color: #333;
}
#footer .family-site.in .link {
  color: #333;
  border-color: #464646;
  background-color: #fff;
}
#footer .family-site.in .link .icon {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#footer .family-site.in .link .icon:before {
  border-color: #000;
}
#footer .family-site.in .more {
  display: block;
}
#footer .links {
  margin-top: 22px;
  font-size: 12px;
  font-weight: 500;
}
#footer .links a {
  margin-left: 17px;
  color: #c8c8c8;
  font-size: 12px;
  font-weight: 700;
}
#footer .links a:first-child {
  margin-left: 0;
}
#footer .info {
  margin-top: 13px;
  font-size: 12px;
  letter-spacing: -0.05em;
  line-height: 1.6;
}
#footer .info > span {
  display: inline-block;
  vertical-align: middle;
}
#footer .info .pipe {
  position: relative;
}
#footer .info .pipe:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -1px;
  width: 1px;
  height: 10px;
  background-color: #444445;
}
#footer .copyright {
  margin-top: 24px;
  font-size: 11px;
  color: #646464;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

@media (max-width: 374px) {
  #footer .wrap {
    padding: 25px 15px 22px 15px;
  }
}
@media (max-width: 1023px) {
  #footer .info .pipe.lg {
    display: none;
  }
}
.wf-active #footer .copyright {
  font-family: Oswald, sans-serif;
}

@media (min-width: 1024px) {
  #footer .wrap {
    padding: 25px 0;
    position: relative;
    max-width: auto;
    max-width: none;
    margin-left: 30px;
    margin-right: 30px;
  }
  #footer .family-site {
    position: absolute;
    top: 30px;
    right: 0;
    width: 190px;
  }
  #footer .family-site .link {
    height: 44px;
    line-height: 44px;
    font-size: 16px;
  }
  #footer .family-site .link span {
    margin-left: 20px;
  }
  #footer .family-site .link .icon {
    width: 40px;
    height: 44px;
  }
  #footer .family-site .link .icon:before {
    margin: -2px 0 0 -6px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    padding: 3px;
  }
  #footer .family-site .link:hover {
    text-decoration: none;
  }
  #footer .family-site .more {
    padding: 0 20px;
  }
  #footer .family-site .more ul {
    padding: 12px 0;
  }
  #footer .family-site .more a {
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #footer .family-site .more a span {
    position: relative;
  }
  #footer .family-site .more a span:before {
    content: "";
    position: absolute;
    top: 26px;
    left: 0;
    width: 0;
    height: 2px;
    background-color: #30b2e2;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
  #footer .family-site .more a:hover {
    text-decoration: none;
  }
  #footer .family-site .more a:hover span:before {
    width: 100%;
  }
  #footer .links {
    margin-top: 0;
  }
  #footer .links a {
    font-size: 15px;
  }
  #footer .info {
    margin-top: 15px;
    font-size: 14px;
  }
  #footer .info > span {
    display: inline-block;
    vertical-align: middle;
  }
  #footer .info .pipe {
    position: relative;
    width: 35px;
  }
  #footer .info .pipe:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -1px;
    width: 1px;
    height: 10px;
    background-color: #444445;
  }
  #footer .copyright {
    margin-top: 20px;
    font-size: 14px;
  }
}
@media (min-width: 1920px) {
  #footer .wrap {
    margin-left: 60px;
    margin-right: 60px;
  }
}
#topButton {
  position: fixed;
  z-index: 100;
  right: 10px;
  bottom: 10px;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#topButton a {
  display: inline-block;
}
#topButton i {
  position: relative;
  background-color: rgba(24, 24, 24, 0.6);
  border: solid 1px rgba(255, 255, 255, 0.18);
  border-radius: 100%;
  content: "";
  background-image: url(../img/common/icon_top_sm.png);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}

@media (min-width: 1024px) {
  #topButton {
    right: 20px;
    bottom: 20px;
  }
  #topButton i {
    content: "";
    background-image: url(../img/common/icon_top_lg.png);
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
.is-scroll-downed #topButton {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

#allmenu {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #191a1a;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: z-index 0s 0.5s, opacity 0.3s 0.1s, -webkit-transform 0.5s 0s;
  transition: z-index 0s 0.5s, opacity 0.3s 0.1s, -webkit-transform 0.5s 0s;
  -o-transition: z-index 0s 0.5s, transform 0.5s 0s, opacity 0.3s 0.1s;
  transition: z-index 0s 0.5s, transform 0.5s 0s, opacity 0.3s 0.1s;
  transition: z-index 0s 0.5s, transform 0.5s 0s, opacity 0.3s 0.1s, -webkit-transform 0.5s 0s;
}
#allmenu .wrap {
  min-width: 290px;
}
#allmenu .upper {
  position: relative;
  border-bottom: 1px rgba(255, 255, 255, 0.2) solid;
}
#allmenu .upper .logo {
  text-align: left;
}
#allmenu .upper .logo .icon {
  content: "";
  background-image: url(../img/common/logo_sm_w.png);
  width: 160px;
  height: 60px;
  background-size: 160px 60px;
}
#allmenu .upper .util {
  position: absolute;
  top: 0;
  right: 0;
}
#allmenu .upper .wish {
  visibility: hidden;
  -webkit-transition: height 0.3s 0s, line-height 0.3s 0s;
  -o-transition: height 0.3s 0s, line-height 0.3s 0s;
  transition: height 0.3s 0s, line-height 0.3s 0s;
}

.wf-active #allmenu .upper .wish {
  visibility: visible;
}

#allmenu .upper .wish .icon {
  vertical-align: top;
  content: "";
  background-image: url(../img/common/icon_wish_header_sm.png);
  width: 42px;
  height: 60px;
  background-size: 42px 60px;
}
#allmenu .upper .wish span {
  display: none;
}
#allmenu .upper .js-allmenu .icon {
  position: relative;
  margin: 15px 15px 15px 5px;
  width: 30px;
  height: 30px;
  background-color: #30b2e2;
}
#allmenu .upper .js-allmenu .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#allmenu .upper .js-allmenu .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 1px;
  background-color: #000;
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#allmenu .upper .js-allmenu .icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#allmenu .downer .col {
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
  color: #fff;
}
#allmenu .downer .col:first-child {
  border-top: 0;
}
#allmenu .downer .col a {
  color: #fff;
}
#allmenu .downer .col p {
  margin: 0;
}
#allmenu .downer .col p a {
  position: relative;
  display: block;
  padding-left: 10px;
  height: 55px;
  line-height: 55px;
  font-size: 16px;
  font-weight: 700;
}
#allmenu .downer .col p a i {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 55px;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
#allmenu .downer .col p a i:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  width: 12px;
  height: 2px;
  background-color: #848585;
}
#allmenu .downer .col p a i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  width: 12px;
  height: 2px;
  background-color: #848585;
  -webkit-transform: rotate(45deg) translate(-3px, 0);
  -ms-transform: rotate(45deg) translate(-3px, 0);
  transform: rotate(45deg) translate(-3px, 0);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#allmenu .downer .col p a i:after {
  -webkit-transform: rotate(-45deg) translate(3px, 0);
  -ms-transform: rotate(-45deg) translate(3px, 0);
  transform: rotate(-45deg) translate(3px, 0);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#allmenu .downer .col .d2 {
  overflow: hidden;
  background-color: #111212;
}
#allmenu .downer .col .d2 ul {
  padding: 20px 0;
  border-top: 2px #30b2e2 solid;
}
#allmenu .downer .col .d2 ul a {
  display: block;
  padding-left: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
}
#allmenu .downer .col .d2 ul .in a {
  color: #30b2e2;
}
#allmenu .downer .col.in p a {
  text-decoration: none;
}
#allmenu .downer .col.in p a i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#allmenu .downer .col.in p a i:after, #allmenu .downer .col.in p a i:before {
  background-color: #30b2e2;
}
#allmenu .copy {
  margin: 0 15px;
  height: 35px;
  line-height: 35px;
  font-size: 10px;
  color: #fff;
  font-family: Oswald, sans-serif;
  text-align: left;
  border-top: 1px rgba(255, 255, 255, 0.2) solid;
}

.wf-active #allmenu .copy {
  font-family: Oswald, sans-serif;
}

@media (max-width: 1023px) {
  #allmenu {
    position: absolute;
    width: 100%;
    height: 100%;
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #allmenu .upper {
    position: fixed;
    position: -webkit-sticky;
    position: sticky;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    background-color: #191a1a;
  }
  #allmenu .downer {
    position: relative;
    z-index: 0;
    padding: 0 15px;
    min-height: calc(100vh - 95px);
  }
  #allmenu .downer .wrap {
    text-align: left;
    min-height: calc(100vh - 95px);
  }
  #allmenu .downer .d2 {
    display: none;
  }
  #allmenu .downer .in .d2 {
    display: block;
  }

  .macOS #allmenu {
    min-height: 100%;
    min-height: 100vh;
  }
}
@media (min-width: 1024px) {
  #allmenu {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: z-index 0s 0.5s, opacity 0.3s 0.2s, -webkit-transform 0.5s 0s;
    transition: z-index 0s 0.5s, opacity 0.3s 0.2s, -webkit-transform 0.5s 0s;
    -o-transition: z-index 0s 0.5s, transform 0.5s 0s, opacity 0.3s 0.2s;
    transition: z-index 0s 0.5s, transform 0.5s 0s, opacity 0.3s 0.2s;
    transition: z-index 0s 0.5s, transform 0.5s 0s, opacity 0.3s 0.2s, -webkit-transform 0.5s 0s;
  }
  #allmenu .upper {
    border-bottom: 1px rgba(255, 255, 255, 0.05) solid;
  }
  #allmenu .upper .logo .icon {
    content: "";
    background-image: url(../img/common/logo_md.png);
    width: 100px;
    height: 90px;
    background-size: 100px 90px;
  }
  #allmenu .upper .util {
    position: absolute;
    top: 0;
    right: 0;
  }
  #allmenu .upper .wish {
    display: inline-block;
    height: 90px;
    line-height: 90px;
    color: #8c8c8c;
    font-size: 14px;
    font-weight: 500;
  }
  #allmenu .upper .wish .icon {
    vertical-align: middle;
    content: "";
    background-image: url(../img/common/icon_wish_header_lg.png);
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
  }
  #allmenu .upper .wish:hover {
    text-decoration: none;
    color: #30b2e2;
  }
  #allmenu .upper .wish:hover .icon {
    background-image: url(../img/common/icon_wish_header_lg_on.png);
  }
  #allmenu .upper .js-allmenu .icon {
    margin: 20px 30px 20px 10px;
    width: 48px;
    height: 48px;
  }
  #allmenu .upper .js-allmenu .icon:after, #allmenu .upper .js-allmenu .icon:before {
    margin: -1px 0 0 -9px;
    width: 18px;
    height: 2px;
  }
  #allmenu .downer {
    margin-top: -91px;
  }
  #allmenu .downer .wrap {
    min-width: 800px;
    max-width: 800px;
    text-align: left;
  }
  #allmenu .downer .grid {
    display: table;
    margin: 0 auto;
    width: 800px;
  }
  #allmenu .downer .grid .col {
    float: none;
    display: table-cell;
    width: 20%;
  }
  #allmenu .downer .col {
    position: relative;
    border-top: 0;
  }
  #allmenu .downer .col:before {
    content: "";
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.05);
  }
  #allmenu .downer .col:first-child:after {
    content: "";
    position: absolute;
    top: 90px;
    bottom: 0;
    left: 0;
    width: 1px;
    background-color: rgba(255, 255, 255, 0.05);
  }
  #allmenu .downer .col p a {
    position: relative;
    display: block;
    margin: 0 40px 0 0;
    padding: 0;
    height: 90px;
    line-height: 90px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
  }
  #allmenu .downer .col p a:before {
    content: "";
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    opacity: 0;
    background-color: #30b2e2;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    -o-transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  #allmenu .downer .col p a i {
    display: none;
  }
  #allmenu .downer .col .d2 {
    max-height: auto;
    max-height: none;
    background-color: transparent;
  }
  #allmenu .downer .col .d2 ul {
    padding: 15px 0 25px 0;
    border: 0;
  }
  #allmenu .downer .col .d2 ul a {
    padding-left: 25px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  #allmenu .downer .col.in p a:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 1280px) {
  #allmenu .upper .logo .icon {
    position: relative;
    content: "";
    background-image: url(../img/common/logo_lg.png);
    width: 262px;
    height: 90px;
    background-size: 262px 90px;
    -webkit-transition: height 0.3s 0s;
    -o-transition: height 0.3s 0s;
    transition: height 0.3s 0s;
  }
  #allmenu .upper .logo .icon:before {
    position: absolute;
    top: 50%;
    left: 75px;
    margin-top: -14px;
    content: "";
    background-image: url(../img/common/logo_text_lg.png);
    width: 156px;
    height: 28px;
    background-size: 156px 28px;
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
    -o-transition: opacity 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s;
    transition: opacity 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
  }
  #allmenu .upper .wish span {
    display: inline;
  }
  #allmenu .upper .js-allmenu .icon {
    margin-left: 20px;
  }
  #allmenu .downer {
    padding-left: 100px;
  }
}
@media (min-width: 1600px) {
  #allmenu .upper .logo .icon {
    margin: 0 30px;
  }
  #allmenu .upper .js-allmenu .icon {
    margin-right: 60px;
  }
  #allmenu .downer {
    padding-left: 0;
  }
}
#container {
  display: block;
}

.is-allmenu-in #allmenu {
  z-index: 210;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: z-index 0s linear 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: z-index 0s linear 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: z-index 0s linear 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: z-index 0s linear 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: z-index 0s linear 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

@media (min-width: 1024px) {
  .is-allmenu-in #allmenu {
    opacity: 1;
    -webkit-transition: z-index 0s linear 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: z-index 0s linear 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    -o-transition: z-index 0s linear 0s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: z-index 0s linear 0s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: z-index 0s linear 0s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, opacity 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, top 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  }
}
@media (max-width: 1023px) {
  .is-allmenu-in #container {
    max-height: 100vh;
    min-height: 100vh;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
    -o-transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
    transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  }
  .is-allmenu-in #scrollDown, .is-allmenu-in #topButton {
    display: none;
  }

  .macOS .is-allmenu-in #container {
    position: fixed;
    top: -100vh;
    -webkit-transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, position 0s linear 0.5s, top 0s linear 0.5s;
    -o-transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, position 0s linear 0.5s, top 0s linear 0.5s;
    transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, position 0s linear 0.5s, top 0s linear 0.5s;
  }
}
#container {
  max-height: 100%;
}

@media (min-width: 1024px) {
  .is-scroll-down #header .logo .icon {
    height: 60px;
  }
  .is-scroll-down #header .logo .icon:before {
    opacity: 0;
    -webkit-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    transform: scale(1, 0);
  }
  .is-scroll-down #header .nav .item .d1 span {
    height: 60px;
    line-height: 60px;
    -webkit-transition: height 0.3s 0s, line-height 0.3s 0s;
    -o-transition: height 0.3s 0s, line-height 0.3s 0s;
    transition: height 0.3s 0s, line-height 0.3s 0s;
  }
  .is-scroll-down #header .util .wish {
    height: 60px;
    line-height: 60px;
  }
  .is-scroll-down #header .js-allmenu .icon {
    margin-top: 12px;
    margin-bottom: 12px;
    width: 36px;
    height: 36px;
  }
}
.is-allmenu-in #header .nav .item .d1 span, .is-scroll-up #header .nav .item .d1 span {
  -webkit-transition: height 0.3s 0s, line-height 0.3s 0s;
  -o-transition: height 0.3s 0s, line-height 0.3s 0s;
  transition: height 0.3s 0s, line-height 0.3s 0s;
}

.section-visual {
  position: relative;
}
.section-visual .mask {
  border-left: 1px #000 solid;
}
.section-visual .upper .wrap:before, .section-visual .upper:after, .section-visual .upper:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition: height 0s linear 0s;
  -o-transition: height 0s linear 0s;
  transition: height 0s linear 0s;
}
.section-visual .mask {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  opacity: 1;
  background-color: #000;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.section-visual .mask.mask-a {
  left: 0;
  width: 25px;
  -webkit-transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
  -o-transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
  transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
}
.section-visual .mask.mask-b {
  left: 25px;
  width: calc(50vw - 25px);
  -webkit-transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
  -o-transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
  transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
}
.section-visual .mask.mask-c {
  left: 50%;
  width: calc(50vw - 25px);
  -webkit-transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
  -o-transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
  transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
}
.section-visual .mask.mask-d {
  left: calc(100vw - 26px);
  width: 25px;
  -webkit-transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
  -o-transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
  transition: width 0.3s linear 0s, opacity 0.3s 0.3s;
}
.section-visual .upper {
  position: relative;
  z-index: 0;
  background-color: #000;
}
.section-visual .upper .wrap:after {
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -11px;
  opacity: 0;
  content: "";
  background-image: url(../img/custom/icon_visual_symbol_lg_02.png);
  width: 26px;
  height: 25px;
  background-size: 26px 25px;
  -webkit-transition: opacity 0.6s 1s;
  -o-transition: opacity 0.6s 1s;
  transition: opacity 0.6s 1s;
}
.section-visual .upper:before {
  left: 25px;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.section-visual .upper:after {
  right: 25px;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.section-visual .upper .wrap:before {
  left: 50%;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.section-visual .upper .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}
.section-visual .upper .wrap {
  position: relative;
  padding: 60px 25px 0 25px;
  z-index: 3;
  text-align: left;
  color: #fff;
  height: 370px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.section-visual .upper .title {
  margin: 0;
  font-size: 38px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  color: #fff;
}

@-webkit-keyframes symbol {
  0%, to {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
@keyframes symbol {
  0%, to {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
.wf-active .section-visual .upper .title {
  font-family: Oswald, sans-serif;
}

.section-visual .upper .title .js-lettering {
  display: block;
}

.lt-ie10 .section-visual .upper .title {
  margin-top: 90px;
}

@media (max-width: 374px) {
  .section-visual .upper .title {
    font-size: 34px;
  }
}
.section-visual .upper .desc {
  margin: 15px 0 0;
  font-size: 21px;
  letter-spacing: -0.05em;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
  -o-transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
}

.is-loaded .section-visual .upper .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.is-loaded .section-visual .upper .wrap:after {
  opacity: 1;
}
.is-loaded .section-visual .upper .mask {
  width: 0;
  opacity: 0;
}
.is-loaded .section-visual .upper .text--slide-up .char {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-animation-delay: calc(0.4s + var(--char-index) * 50ms - 50ms);
  animation-delay: calc(0.4s + var(--char-index) * 50ms - 50ms);
  -webkit-transition-delay: calc(0.4s + var(--char-index) * 50ms - 50ms);
  -o-transition-delay: calc(0.4s + var(--char-index) * 50ms - 50ms);
  transition-delay: calc(0.4s + var(--char-index) * 50ms - 50ms);
}

.section-visual .downer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 95px;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.6s 1.2s, -webkit-transform 0.6s 1.2s;
  transition: opacity 0.6s 1.2s, -webkit-transform 0.6s 1.2s;
  -o-transition: opacity 0.6s 1.2s, transform 0.6s 1.2s;
  transition: opacity 0.6s 1.2s, transform 0.6s 1.2s;
  transition: opacity 0.6s 1.2s, transform 0.6s 1.2s, -webkit-transform 0.6s 1.2s;
}

.is-loaded .section-visual .downer {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.section-visual .downer .module {
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.section-visual .downer .module:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #c8c8c8;
}
.section-visual .downer a, .section-visual .downer strong {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  height: 70px;
  line-height: 70px;
  font-size: 14px;
  color: #fff;
  vertical-align: top;
}
.section-visual .downer a:before, .section-visual .downer strong:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -9px 0 0 -9px;
  content: "";
  background: url(../img/custom/icon_breadcrumb_next_02.png) center center no-repeat;
  width: 18px;
  height: 18px;
}
.section-visual .downer a.home, .section-visual .downer strong.home {
  font-family: Oswald, sans-serif;
}

.wf-active .section-visual .downer a.home, .wf-active .section-visual .downer strong.home {
  font-family: Oswald, sans-serif;
}

.section-visual .downer a.home:before {
  margin-left: -5px;
  left: 0;
  background-image: url(../img/custom/icon_breadcrumb_home_02.png);
}
.section-visual .downer strong {
  padding: 0 10px 0 15px;
  margin-left: 5px;
  font-weight: 500;
  font-size: 22px;
}
.section-visual .downer strong.home:before {
  margin-left: -5px;
  left: 0;
  background-image: url(../img/custom/icon_breadcrumb_home_02.png);
}
.section-visual .downer strong:before {
  margin-left: -14px;
}
.section-visual .downer strong:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 4px;
  background-color: #30b2e2;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}

.is-loaded .section-visual .downer strong:after {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
  -o-transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
  transition: opacity 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s, transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s, -webkit-transform 0.5s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s;
}

@media (min-width: 1024px) {
  .section-visual .mask.mask-a {
    left: 0;
    width: calc(50% - 415px);
    -webkit-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    -o-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
  }
  .section-visual .mask.mask-b {
    left: 50%;
    margin-left: -415px;
    width: 415px;
    -webkit-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    -o-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
  }
  .section-visual .mask.mask-c {
    left: 50%;
    width: 415px;
    -webkit-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    -o-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
  }
  .section-visual .mask.mask-d {
    left: 50%;
    margin-left: 415px;
    width: calc(50% - 415px);
    -webkit-transition: width 0.4s 0.4s, opacity 0.6s 0.8s;
    -o-transition: width 0.4s 0.4s, opacity 0.6s 0.8s;
    transition: width 0.4s 0.4s, opacity 0.6s 0.8s;
  }

  .ie .section-visual .mask.mask-a, .ie .section-visual .mask.mask-d {
    width: 35%;
  }

  .section-visual .upper:before {
    left: 50%;
    margin-left: -415px;
  }
  .section-visual .upper:after {
    left: 50%;
    right: auto;
    margin-left: 415px;
  }
  .section-visual .upper .wrap {
    padding: 40px 0 0;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-visual .upper .wrap:after {
    position: absolute;
    top: 210px;
    margin-left: -16px;
    content: "";
    background-image: url(../img/custom/icon_visual_symbol_lg_02.png);
    width: 32px;
    height: 31px;
    background-size: 32px 31px;
  }
  .section-visual .upper .title {
    font-size: 70px;
  }

  .lt-ie10 .section-visual .upper .title {
    margin-top: 200px;
  }

  .section-visual .upper .desc {
    margin-top: 20px;
    font-size: 30px;
    display: none;
  }

  .is-loaded .section-visual .upper .mask {
    width: 0;
  }
  .is-loaded .section-visual .upper .text--slide-up .char {
    -webkit-animation-delay: calc(1s + var(--char-index) * 50ms - 50ms);
    animation-delay: calc(1s + var(--char-index) * 50ms - 50ms);
    -webkit-transition-delay: calc(1s + var(--char-index) * 50ms - 50ms);
    -o-transition-delay: calc(1s + var(--char-index) * 50ms - 50ms);
    transition-delay: calc(1s + var(--char-index) * 50ms - 50ms);
  }
}
.section-visual.is-large .downer {
  bottom: 260px;
}

@media (min-width: 1024px) {
  .section-visual.is-large .downer {
    bottom: 180px;
  }
  .section-visual.is-large .upper .wrap {
    height: 750px;
    padding: 0;
  }

  .lt-ie10 .section-visual.is-large .upper .title {
    margin-top: 300px;
  }
}
@media (min-width: 1600px) {
  .section-visual.is-large .upper .wrap {
    height: 875px;
  }

  .lt-ie10 .section-visual.is-large .upper .title {
    margin-top: 400px;
  }
}
.section-page-nav {
  position: relative;
  padding: 0 0 20px 0;
}
.section-page-nav:before {
  content: "";
  display: block;
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #8cb4d2;
}
.section-page-nav .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: no-repeat;
  background-size: 100% 100%;
  background-size: cover;
}
.section-page-nav a {
  position: relative;
  display: block;
  padding: 10px 10px 0 10px;
  height: 91px;
  color: #fff;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-page-nav a p {
  margin: 0;
  color: #fff;
}
.section-page-nav a .core {
  font-size: 14px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.wf-active .section-page-nav a .core {
  font-family: Oswald, sans-serif;
}

.section-page-nav a .desc {
  margin-top: 10px;
  display: inline-block;
  font-size: 11px;
  letter-spacing: -0.05em;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s;
  -o-transition: opacity 0.3s 0s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, transform 0.3s 0s;
  transition: opacity 0.3s 0s, transform 0.3s 0s, -webkit-transform 0.3s 0s;
}
.section-page-nav a .icon {
  position: relative;
  vertical-align: middle;
  margin-left: 5px;
}
.section-page-nav a .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  width: 16px;
  height: 2px;
  background-color: #30b2e2;
}

.is-scroll-downed .section-page-nav .text--slide-up .char {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  animation-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  -o-transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
}
.is-scroll-downed .section-page-nav a .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
}

@media (min-width: 750px) {
  .section-page-nav a {
    padding-top: 25px;
    padding-left: 20px;
    height: 182px;
  }
  .section-page-nav a .core {
    font-size: 28px;
  }
  .section-page-nav a .desc {
    margin-top: 20px;
    font-size: 22px;
  }
  .section-page-nav a .icon {
    margin-top: 20px;
    margin-left: 10px;
  }
  .section-page-nav a .icon:before {
    margin: -15px 0 0 -2px;
    width: 30px;
    height: 3px;
  }
}
@media (min-width: 1024px) {
  .section-page-nav {
    margin-top: -60px;
    padding: 0 0 80px 0;
  }
  .section-page-nav:before {
    top: 200px;
  }
  .section-page-nav .grid {
    height: 410px;
    overflow: hidden;
  }
  .section-page-nav .grid:hover .col a {
    margin-top: 30px;
    -webkit-transition: margin-top 0.3s 0s;
    -o-transition: margin-top 0.3s 0s;
    transition: margin-top 0.3s 0s;
  }
  .section-page-nav .col a {
    padding: 60px 0 0 60px;
    height: 350px;
    -webkit-transition: margin-top 0.3s 0.4s;
    -o-transition: margin-top 0.3s 0.4s;
    transition: margin-top 0.3s 0.4s;
    overflow: hidden;
  }
  .section-page-nav .col a .bg {
    -webkit-transform: scale(1, 1) rotate(0.001deg);
    -ms-transform: scale(1, 1) rotate(0.001deg);
    transform: scale(1, 1) rotate(0.001deg);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .section-page-nav .col a .bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .section-page-nav .col a .core {
    font-size: 32px;
  }
  .section-page-nav .col a .desc {
    margin-top: 30px;
    display: block;
    font-size: 20px;
  }
  .section-page-nav .col a .icon {
    position: absolute;
    left: 60px;
    bottom: 90px;
    margin: 0;
    min-width: 30px;
    min-height: 2px;
    width: 30px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: width 0.3s 0s;
    -o-transition: width 0.3s 0s;
    transition: width 0.3s 0s;
  }
  .section-page-nav .col a .icon:after, .section-page-nav .col a .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    opacity: 0;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    -o-transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
    transition: transform 0.3s 0.1s, opacity 0.3s 0.1s;
    transition: transform 0.3s 0.1s, opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  }
  .section-page-nav .col a:hover {
    position: relative;
    z-index: 1;
    text-decoration: none;
  }
  .section-page-nav .col a:hover .bg {
    -webkit-transform: scale(1.1, 1.1) rotate(0.001deg);
    -ms-transform: scale(1.1, 1.1) rotate(0.001deg);
    transform: scale(1.1, 1.1) rotate(0.001deg);
  }
  .section-page-nav .col a:hover .bg:before {
    opacity: 1;
  }
  .section-page-nav .col a:hover .icon {
    width: 80px;
  }
  .section-page-nav .col a:hover .icon:after {
    opacity: 1;
  }
  .section-page-nav .col a:hover .icon:before {
    opacity: 1;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .section-page-nav .col a:hover .icon:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .section-page-nav .col:first-child a {
    margin-top: 60px;
  }
  .section-page-nav .col:first-child a .icon:after {
    left: 0;
    right: auto;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .section-page-nav .col:first-child a .icon:before {
    left: 0;
    right: auto;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    left: 2px;
  }
  .section-page-nav .col:first-child a:hover .icon:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .section-page-nav .col:first-child a:hover .icon:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
@media (min-width: 1280px) {
  .section-page-nav .wrap {
    max-width: 1100px;
  }
  .section-page-nav.big .wrap {
    max-width: 1324px;
  }
}
.is-lg body:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, opacity 0.4s linear 0s, -webkit-transform 0.4s linear 0s;
  transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, opacity 0.4s linear 0s, -webkit-transform 0.4s linear 0s;
  -o-transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, transform 0.4s linear 0s, opacity 0.4s linear 0s;
  transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, transform 0.4s linear 0s, opacity 0.4s linear 0s;
  transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, transform 0.4s linear 0s, opacity 0.4s linear 0s, -webkit-transform 0.4s linear 0s;
}
.is-lg.is-modal-fullsize {
  height: 100%;
  overflow: hidden;
}
.is-lg.is-modal-fullsize body:before {
  z-index: 1000;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.1s linear 0s, -webkit-transform 0.4s linear 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.1s linear 0s, -webkit-transform 0.4s linear 0s;
  -o-transition: visibility 0s linear 0s, z-index 0s linear 0s, transform 0.4s linear 0s, opacity 0.1s linear 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, transform 0.4s linear 0s, opacity 0.1s linear 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, transform 0.4s linear 0s, opacity 0.1s linear 0s, -webkit-transform 0.4s linear 0s;
}
.is-lg.is-modal-fullsize #header .container, .is-lg.is-modal-fullsize #header .js-allmenu {
  margin-right: 8px;
}
.is-lg.is-modal-fullsize #container {
  margin-right: 8px;
}

.is-sm body {
  height: 100%;
}
.is-sm body:before {
  content: "";
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0.2s, z-index 0s linear 0.2s, opacity 0.2s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.is-sm.is-modal-fullsize {
  overscroll-behavior-y: contain;
}
.is-sm.is-modal-fullsize .md-modal-relative {
  position: static;
}
.is-sm.is-modal-fullsize #container {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.is-sm.is-modal-fullsize #allmenu, .is-sm.is-modal-fullsize #footer, .is-sm.is-modal-fullsize #scrollDown, .is-sm.is-modal-fullsize #topButton {
  display: none;
}
.is-sm.is-modal-fullsize #container {
  max-height: 100vh;
  min-height: 100vh;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  -o-transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
  transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s;
}
.is-sm.is-modal-fullsize.macOS #container {
  position: fixed;
  top: -100vh;
  -webkit-transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, position 0s linear 0.5s, top 0s linear 0.5s;
  -o-transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, position 0s linear 0.5s, top 0s linear 0.5s;
  transition: max-height 0s linear 0.5s, min-height 0s linear 0.5s, opacity 0s linear 0.5s, visibility 0s linear 0.5s, z-index 0s linear 0.5s, position 0s linear 0.5s, top 0s linear 0.5s;
}
.is-sm.is-modal-fullsize body:before {
  z-index: 1000;
  opacity: 1;
  -webkit-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

.section-visual-2nd .swiper-slide > .bg, .section-visual-2nd .swiper-slide > .mask {
  display: none !important;
}
.section-visual-2nd .upper > .bg, .section-visual-2nd .upper > .mask {
  display: none !important;
}

#jumbotron.section-visual-2nd .container .wrap:before, #jumbotron.section-visual-2nd .container:after, #jumbotron.section-visual-2nd .container:before {
  display: none;
}

.section-visual-2nd .visual-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}
.section-visual-2nd .upper .wrap:before, .section-visual-2nd .upper:after, .section-visual-2nd .upper:before {
  display: none;
}
.section-visual-2nd .background {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: -1px;
  margin-right: -1px;
  background-position: center center;
}
.section-visual-2nd .maskel {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  bottom: 0;
  margin-left: -1px;
  margin-right: -1px;
  background-position: center center;
  z-index: 3;
  background: #191a1a;
}
.section-visual-2nd .col {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 25%;
  height: 100%;
}
.section-visual-2nd .col:after, .section-visual-2nd .col:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
.section-visual-2nd .col:after {
  background-color: rgba(255, 255, 255, 0.8);
  opacity: 0.5;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
.section-visual-2nd .maskel {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.section-visual-2nd .background {
  opacity: 0;
  -webkit-transform: translate(5%, 0) scale(1.1) rotate(0.001deg);
  -ms-transform: translate(5%, 0) scale(1.1) rotate(0.001deg);
  transform: translate(5%, 0) scale(1.1) rotate(0.001deg);
}

@media (max-width: 1023px) {
  .section-visual-2nd .background, .section-visual-2nd .maskel {
    width: 100vw;
    background-size: 100% 100%;
    background-size: cover;
  }
}
@media (min-width: 1024px) {
  .section-visual-2nd .background, .section-visual-2nd .maskel {
    width: 400%;
    background-size: 1920px 875px;
    background-size: cover;
  }
}
@media (max-width: 1023px) {
  .section-visual-2nd .col.nth-child-1 {
    width: 25px;
  }
  .section-visual-2nd .col.nth-child-2 {
    width: calc(50% - 25px);
  }
  .section-visual-2nd .col.nth-child-2 .background {
    left: -25px;
  }
  .section-visual-2nd .col.nth-child-3 {
    width: calc(50% - 25px);
  }
  .section-visual-2nd .col.nth-child-3 .background {
    left: -50vw;
  }
  .section-visual-2nd .col.nth-child-4 {
    width: 25px;
  }
  .section-visual-2nd .col.nth-child-4 .background {
    left: calc(-100vw + 25px);
  }
}
@media (min-width: 1024px) {
  .section-visual-2nd .col {
    width: 25%;
    height: 100%;
  }
  .section-visual-2nd .col .background {
    width: 100vw;
  }
  .section-visual-2nd .col.nth-child-1 {
    width: calc(50% - 415px);
  }
  .section-visual-2nd .col.nth-child-1 .background {
    left: 0;
  }
  .section-visual-2nd .col.nth-child-2 {
    width: 415px;
  }
  .section-visual-2nd .col.nth-child-2 .background {
    left: calc(-50vw + 415px);
  }
  .section-visual-2nd .col.nth-child-3 {
    width: 415px;
  }
  .section-visual-2nd .col.nth-child-3 .background {
    left: -50vw;
  }
  .section-visual-2nd .col.nth-child-4 {
    width: calc(50% - 415px);
  }
  .section-visual-2nd .col.nth-child-4 .background {
    left: calc(-50vw - 415px);
  }
}
@-webkit-keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1) rotate(0.001deg);
    transform: scale(1.1) rotate(0.001deg);
  }
  to {
    -webkit-transform: scale(1) translateX(0) rotate(0.001deg);
    transform: scale(1) translateX(0) rotate(0.001deg);
  }
}
@keyframes zoomOut {
  0% {
    -webkit-transform: scale(1.1) rotate(0.001deg);
    transform: scale(1.1) rotate(0.001deg);
  }
  to {
    -webkit-transform: scale(1) translateX(0) rotate(0.001deg);
    transform: scale(1) translateX(0) rotate(0.001deg);
  }
}
@-webkit-keyframes zoomIn {
  0% {
    -webkit-transform: scale(1) rotate(0.001deg);
    transform: scale(1) rotate(0.001deg);
  }
  to {
    -webkit-transform: scale(1.1) translateX(0) rotate(0.001deg);
    transform: scale(1.1) translateX(0) rotate(0.001deg);
  }
}
@keyframes zoomIn {
  0% {
    -webkit-transform: scale(1) rotate(0.001deg);
    transform: scale(1) rotate(0.001deg);
  }
  to {
    -webkit-transform: scale(1.1) translateX(0) rotate(0.001deg);
    transform: scale(1.1) translateX(0) rotate(0.001deg);
  }
}
#jumbotron.section-visual-2nd .swiper-slide.swiper-slide-active .col:first-of-type::after, .is-loaded .section-visual.section-visual-2nd .col:first-of-type::after {
  display: none;
}

#jumbotron.section-visual-2nd .swiper-slide.swiper-slide-active .col .maskel, .is-loaded .section-visual.section-visual-2nd .col .maskel {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  -webkit-transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.9, 0, 0.3, 1);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.6s;
  -o-transition-duration: 0.6s;
  transition-duration: 0.6s;
  -webkit-transition-delay: 20ms;
  -o-transition-delay: 20ms;
  transition-delay: 20ms;
}

#jumbotron.section-visual-2nd .swiper-slide.swiper-slide-active .col .background, .is-loaded .section-visual.section-visual-2nd .col .background {
  opacity: 1;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-timing-function: cubic-bezier(0.5, 1, 0.83, 1);
  animation-timing-function: cubic-bezier(0.5, 1, 0.83, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transform: translate(0, 0) scale(1.1) rotate(0.001deg);
  -ms-transform: translate(0, 0) scale(1.1) rotate(0.001deg);
  transform: translate(0, 0) scale(1.1) rotate(0.001deg);
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
  -webkit-animation-delay: 880ms;
  animation-delay: 880ms;
}

#jumbotron.section-visual-2nd .swiper-slide.swiper-slide-active .col.nth-child-2 .maskel, .is-loaded .section-visual.section-visual-2nd .col.nth-child-2 .maskel {
  -webkit-transition-delay: 140ms;
  -o-transition-delay: 140ms;
  transition-delay: 140ms;
}

#jumbotron.section-visual-2nd .swiper-slide.swiper-slide-active .col.nth-child-2 .background, .is-loaded .section-visual.section-visual-2nd .col.nth-child-2 .background {
  -webkit-transition-delay: 120ms;
  -o-transition-delay: 120ms;
  transition-delay: 120ms;
  -webkit-animation-delay: 960ms;
  animation-delay: 960ms;
}

#jumbotron.section-visual-2nd .swiper-slide.swiper-slide-active .col.nth-child-3 .maskel, .is-loaded .section-visual.section-visual-2nd .col.nth-child-3 .maskel {
  -webkit-transition-delay: 260ms;
  -o-transition-delay: 260ms;
  transition-delay: 260ms;
}

#jumbotron.section-visual-2nd .swiper-slide.swiper-slide-active .col.nth-child-3 .background, .is-loaded .section-visual.section-visual-2nd .col.nth-child-3 .background {
  -webkit-transition-delay: 220ms;
  -o-transition-delay: 220ms;
  transition-delay: 220ms;
  -webkit-animation-delay: 1.04s;
  animation-delay: 1.04s;
}

#jumbotron.section-visual-2nd .swiper-slide.swiper-slide-active .col.nth-child-4 .maskel, .is-loaded .section-visual.section-visual-2nd .col.nth-child-4 .maskel {
  -webkit-transition-delay: 360ms;
  -o-transition-delay: 360ms;
  transition-delay: 360ms;
}

#jumbotron.section-visual-2nd .swiper-slide.swiper-slide-active .col.nth-child-4 .background, .is-loaded .section-visual.section-visual-2nd .col.nth-child-4 .background {
  -webkit-transition-delay: 340ms;
  -o-transition-delay: 340ms;
  transition-delay: 340ms;
  -webkit-animation-delay: 1.12s;
  animation-delay: 1.12s;
}

#jumbotron.section-visual-2nd .swiper-slide {
  z-index: -1;
  visibility: hidden;
}
#jumbotron.section-visual-2nd .swiper-slide .core {
  visibility: hidden;
}
#jumbotron.section-visual-2nd .swiper-slide-active {
  z-index: 1;
  visibility: visible;
}
#jumbotron.section-visual-2nd .swiper-slide-active .core {
  visibility: visible;
}
#jumbotron .swiper-slide:after {
  z-index: 10;
}

.md-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  line-height: 1;
}

.md-modal-wrapper {
  display: table;
  width: 100%;
  min-height: 100%;
  height: 100vh;
}

.md-modal-holder {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.md-modal-relative {
  position: relative;
  margin: 0 auto;
}

.md-modal-inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  margin: 0 auto;
  min-width: 300px;
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.modal-container {
  display: none;
}
.modal-container .outer-close {
  display: block;
  position: fixed;
  z-index: 3000;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.modal-container .outer-close .icon {
  margin: 15px;
  width: 30px;
  height: 30px;
  border: 1px rgba(255, 255, 255, 0.5) solid;
}
.modal-container .outer-close .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}
.modal-container .outer-close .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -9px;
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal-container .outer-close .icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.modal-container .inner-close {
  display: block;
  position: absolute;
  z-index: 3000;
  margin: 0 -54px 0 0;
  top: 0;
  right: 0;
}
.modal-container .inner-close .icon {
  content: "";
  background-image: url(../img/modal/ico_close_inner.png);
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
}
.modal-container .md-modal {
  visibility: hidden;
  z-index: -1;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
  -webkit-transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: visibility 0s linear 0.4s, z-index 0s linear 0.4s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.modal-container.in {
  display: block;
}
.modal-container.anim .md-modal {
  visibility: visible;
  z-index: 1100;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: visibility 0s linear 0s, z-index 0s linear 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0s, z-index 0s linear 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.modal-container.anim .outer-close {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.5s 0.3s;
  transition: opacity 0.3s 0.3s, -webkit-transform 0.5s 0.3s;
  -o-transition: opacity 0.3s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.5s 0.3s;
  transition: opacity 0.3s 0.3s, transform 0.5s 0.3s, -webkit-transform 0.5s 0.3s;
}
.modal-container.is-modal-content .md-modal {
  -webkit-transform: translate(0, -300px);
  -ms-transform: translate(0, -300px);
  transform: translate(0, -300px);
}
.modal-container.is-modal-content.anim .md-modal {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .modal-container .outer-close {
    top: 0;
  }
  .modal-container .outer-close .icon {
    margin: 15px 34px;
    width: 48px;
    height: 48px;
  }
  .modal-container .outer-close .icon:after, .modal-container .outer-close .icon:before {
    margin: -1px 0 0 -10px;
    width: 20px;
    height: 2px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .modal-container .outer-close:hover .icon:after, .modal-container .outer-close:hover .icon:before {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
@media (min-width: 1280px) {
  .modal-container .outer-close .icon {
    margin: 15px 40px;
  }
}
.is-modal-fullsize .md-modal-inner {
  min-height: 100%;
  min-height: 100vh;
}
.is-modal-fullsize .md-modal-wrapper {
  display: block;
  min-height: 100%;
  height: 100vh;
}
.is-modal-fullsize .md-modal-holder {
  display: block;
  min-height: 100%;
  height: 100vh;
  overflow: hidden;
  overflow-y: auto;
}

@media (min-width: 1024px) and (min-height: 800px) {
  .is-modal-fullsize .md-modal-holder {
    overflow-y: scroll;
  }
}
.is-modal-image .md-modal {
  top: 0;
}
.is-modal-image .md-modal-wrapper {
  display: table;
  height: 100vh;
}
.is-modal-image .md-modal-holder {
  display: table-cell;
  height: auto;
  min-height: auto;
}
.is-modal-image .md-modal-relative {
  display: inline-block;
  padding: 5px;
}
.is-modal-image .md-modal-inner {
  margin: 0;
  min-height: auto;
}
.is-modal-image .md-modal-content {
  padding: 0;
}
.is-modal-image.modal-container .inner-close {
  top: 0;
  right: 0;
  margin: 0;
  background-color: #fff;
}
.is-modal-image.modal-container .inner-close .icon {
  position: relative;
  background: 0 0;
}
.is-modal-image.modal-container .inner-close .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background-color: #000;
}
.is-modal-image.modal-container .inner-close .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -10px;
  width: 20px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.is-modal-image.modal-container .inner-close .icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.is-modal-image.modal-container .md-modal {
  -webkit-transform: translate(0, 0) scale(1, 0);
  -ms-transform: translate(0, 0) scale(1, 0);
  transform: translate(0, 0) scale(1, 0);
  -webkit-transition: visibility 0s linear 0.6s, z-index 0s linear 0.6s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0.6s, z-index 0s linear 0.6s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0.6s, z-index 0s linear 0.6s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0.6s, z-index 0s linear 0.6s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0.6s, z-index 0s linear 0.6s, opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
.is-modal-image.modal-container.anim .md-modal {
  z-index: 5000;
  -webkit-transform: translate(0, 0) scale(1, 1);
  -ms-transform: translate(0, 0) scale(1, 1);
  transform: translate(0, 0) scale(1, 1);
  -webkit-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: visibility 0s linear 0s, z-index 0s linear 0s, opacity 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 1024px) {
  .is-modal-image .md-modal-relative {
    padding: 10px;
  }
  .is-modal-image.modal-container .inner-close {
    margin-right: -54px;
    background-color: transparent;
  }
  .is-modal-image.modal-container .inner-close .icon:after, .is-modal-image.modal-container .inner-close .icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1px 0 0 -20px;
    width: 40px;
    height: 2px;
    background-color: #fff;
  }
}
.is-fullsize-modal-image #header {
  z-index: 100;
}
.is-fullsize-modal-image.is-overlay .md-overlay {
  visibility: visible;
  z-index: 3100;
  opacity: 1;
}

.video-tumbnails .embed-responsive {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0;
  padding-top: 56%;
  overflow: hidden;
  background-color: #191a1a;
}
.video-tumbnails .embed-responsive a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.video-tumbnails .embed-responsive a:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -24px;
  content: "";
  background-image: url(../img/custom/icon_video_sm.png);
  width: 49px;
  height: 50px;
  background-size: 49px 50px;
}
.video-tumbnails .embed-responsive-item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-left: -2px;
  margin-right: -2px;
  width: 101%;
  height: 101%;
  max-width: 101%;
  border: 0;
}
.video-tumbnails .js-video {
  display: inline;
  position: static;
}

@media (min-width: 1024px) {
  .video-tumbnails .embed-responsive a:hover:before {
    background-color: rgba(0, 0, 0, 0);
  }
}
.js-inview .inview-el {
  opacity: 0;
  -webkit-transform: translate(0, 15px);
  -ms-transform: translate(0, 15px);
  transform: translate(0, 15px);
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  -o-transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
  transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
}
.js-inview .inview-el.fade-in {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.js-inview .inview-el.nth-child-1 {
  -webkit-transition-delay: 150ms;
  -o-transition-delay: 150ms;
  transition-delay: 150ms;
}
.js-inview .inview-el.nth-child-2 {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.js-inview .inview-el.nth-child-3 {
  -webkit-transition-delay: 350ms;
  -o-transition-delay: 350ms;
  transition-delay: 350ms;
}
.js-inview .inview-el.nth-child-4 {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.js-inview .inview-el.nth-child-5 {
  -webkit-transition-delay: 450ms;
  -o-transition-delay: 450ms;
  transition-delay: 450ms;
}
.js-inview .inview-el.nth-child-6 {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.js-inview .inview-el.nth-child-7 {
  -webkit-transition-delay: 550ms;
  -o-transition-delay: 550ms;
  transition-delay: 550ms;
}
.js-inview.is-inviewed .inview-el {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.md-overlay {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: opacity 0.3s linear 0.3s, visibility 0s linear 0.3s, z-index 0s linear 0s, -webkit-transform 0.3s linear 0.3s;
  transition: opacity 0.3s linear 0.3s, visibility 0s linear 0.3s, z-index 0s linear 0s, -webkit-transform 0.3s linear 0.3s;
  -o-transition: transform 0.3s linear 0.3s, opacity 0.3s linear 0.3s, visibility 0s linear 0.3s, z-index 0s linear 0s;
  transition: transform 0.3s linear 0.3s, opacity 0.3s linear 0.3s, visibility 0s linear 0.3s, z-index 0s linear 0s;
  transition: transform 0.3s linear 0.3s, opacity 0.3s linear 0.3s, visibility 0s linear 0.3s, z-index 0s linear 0s, -webkit-transform 0.3s linear 0.3s;
}

.is-overlay .md-overlay {
  z-index: 100;
  -webkit-transition: opacity 0.3s linear 0s, visibility 0s linear 0s, z-index 0s linear 0, -webkit-transform 0.3s linear 0s;
  transition: opacity 0.3s linear 0s, visibility 0s linear 0s, z-index 0s linear 0, -webkit-transform 0.3s linear 0s;
  -o-transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0s linear 0s, z-index 0s linear 0;
  transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0s linear 0s, z-index 0s linear 0;
  transition: transform 0.3s linear 0s, opacity 0.3s linear 0s, visibility 0s linear 0s, z-index 0s linear 0, -webkit-transform 0.3s linear 0s;
}

.md-overlay {
  visibility: hidden;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  opacity: 0;
}

.is-overlay .md-overlay {
  visibility: visible;
  opacity: 1;
}

.md-indicator {
  position: fixed;
  top: 50%;
  right: 50%;
  width: 300px;
  margin-top: -34px;
  margin-right: -148px;
  text-align: center;
  visibility: visible;
  z-index: -1;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  opacity: 0;
  -webkit-transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, -webkit-transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, -webkit-transform 0.4s ease-in-out 0s;
  -o-transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0.4s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}

.is-indicator .md-indicator {
  z-index: 1000;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, -webkit-transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, -webkit-transform 0.4s ease-in-out 0s;
  -o-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.4s linear 0s, transform 0.4s ease-in-out 0s, -webkit-transform 0.4s ease-in-out 0s;
}

.is-indicator-short .md-indicator {
  z-index: 1000;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, -webkit-transform 0.2s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, -webkit-transform 0.2s ease-in-out 0s;
  -o-transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, transform 0.2s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, transform 0.2s ease-in-out 0s;
  transition: z-index 0s linear 0s, visibility 0s linear 0s, opacity 0.2s linear 0s, transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
}

.md-indicator > span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 26px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #30b2e2;
  -webkit-animation-name: loading;
  animation-name: loading;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.md-indicator > span:first-child {
  margin-left: -14px;
}
.md-indicator > span:nth-child(2) {
  margin-left: -2px;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}
.md-indicator > span:nth-child(3) {
  margin-left: 10px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@-webkit-keyframes loading {
  0%, to {
    height: 26px;
  }
  50% {
    height: 46px;
  }
}
@keyframes loading {
  0%, to {
    height: 26px;
  }
  50% {
    height: 46px;
  }
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-invisible-blank-slide {
  visibility: hidden;
}

.swiper-container-autoheight {
  height: auto;
}
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  -o-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 15px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active, .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #ef151e;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -o-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #ef151e;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  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;
  text-align: center;
}
.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active {
  pointer-events: auto;
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-next {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8, %3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.slider-wrap {
  clear: both;
}

.swiper-control {
  margin-top: 20px;
  text-align: center;
}
.swiper-control .swiper-play {
  display: inline-block;
}
.swiper-control .swiper-play .icon {
  content: "";
  background-image: url(../img/module/icon_swiper_stop.png);
  width: 24px;
  height: 24px;
  background-size: 24px 24px;
  vertical-align: top;
}
.swiper-control .swiper-play.stop .icon {
  background-image: url(../img/module/icon_swiper_play.png);
}
.swiper-control .swiper-pagination {
  position: static;
  display: inline-block;
}
.swiper-control .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  width: 24px;
  height: 24px;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
  vertical-align: top;
}
.swiper-control .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #969696 solid;
}
.swiper-control .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  background-color: #30b2e2;
  border: 0;
}

.js-slider .swiper-control {
  display: none;
}
.js-slider .swiper-navigation {
  position: absolute;
  top: 50%;
  display: none;
  margin-top: -18px;
  width: 50px;
  height: 36px;
  background: 0 0;
}
.js-slider .swiper-navigation .icon {
  width: 50px;
  height: 36px;
  background-color: #000;
}
.js-slider .swiper-navigation .icon:after, .js-slider .swiper-navigation .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0 0 0 -4px;
  width: 8px;
  height: 1px;
  background-color: #fff;
}
.js-slider .swiper-navigation .icon:after {
  margin-top: -1px;
}
.js-slider .swiper-navigation.swiper-button-prev {
  left: 0;
}
.js-slider .swiper-navigation.swiper-button-prev .icon:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.js-slider .swiper-navigation.swiper-button-prev .icon:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.js-slider .swiper-navigation.swiper-button-next {
  right: 0;
}
.js-slider .swiper-navigation.swiper-button-next .icon:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.js-slider .swiper-navigation.swiper-button-next .icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.js-slider .swiper-navigation:hover .icon {
  background-color: #30b2e2;
}
.js-slider.loaded .swiper-control, .js-slider.loaded .swiper-navigation {
  display: block;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3100;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3200;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom {
  cursor: pointer;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none;
}

button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 0 10px;
}
.mfp-close:after {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  height: 2px;
  width: 16px;
  background-color: #fff;
}
.mfp-close:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -8px;
  height: 2px;
  width: 16px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.mfp-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.mfp-close:focus, .mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}

@media (min-width: 1024px) {
  .mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    top: 0;
    margin-top: 40px;
    right: -44px;
  }
  .mfp-close:after, .mfp-close:before {
    margin: -2px 0 0 -16px;
    height: 4px;
    width: 32px;
  }
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
  color: #fff;
  text-align: right;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
  font-family: Oswald, sans-serif;
}

.wf-active .mfp-counter {
  font-family: Oswald, sans-serif;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus, .mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:before {
  margin-left: 25px;
}

.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border-width: 3px 3px 0 0;
  border-style: solid;
  border-color: #fff;
  width: 25px;
  height: 25px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.mfp-arrow-left:after {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.mfp-arrow:after {
  top: 8px;
}

.mfp-arrow-left:after {
  margin-left: 31px;
}

.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  margin-left: 24px;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-height: 300px), screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.char {
  display: inline-block;
}

.in .char {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  animation-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  -o-transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
}
.in .char:after, .in .char:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  animation-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  -o-transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
  transition-delay: calc(400ms + var(--char-index) * 50ms - 50ms);
}
.in span:nth-of-type(2n) .char {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
  animation-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
  -o-transition-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
  transition-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
}
.in span:nth-of-type(2n) .char:after, .in span:nth-of-type(2n) .char:before {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-animation-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
  animation-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
  -o-transition-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
  transition-delay: calc(400ms + var(--char-index) * 50ms + 400ms);
}

.ie .in .char:first-of-type {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -webkit-transition: all 0.4s 0.5s;
  -o-transition: all 0.4s 0.5s;
  transition: all 0.4s 0.5s;
}
.ie .in .char:nth-of-type(2) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  -webkit-transition: all 0.4s 0.6s;
  -o-transition: all 0.4s 0.6s;
  transition: all 0.4s 0.6s;
}
.ie .in .char:nth-of-type(3) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -webkit-transition: all 0.4s 0.7s;
  -o-transition: all 0.4s 0.7s;
  transition: all 0.4s 0.7s;
}
.ie .in .char:nth-of-type(4) {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -webkit-transition: all 0.4s 0.8s;
  -o-transition: all 0.4s 0.8s;
  transition: all 0.4s 0.8s;
}
.ie .in .char:nth-of-type(5) {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  -webkit-transition: all 0.4s 0.9s;
  -o-transition: all 0.4s 0.9s;
  transition: all 0.4s 0.9s;
}
.ie .in .char:nth-of-type(6) {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-transition: all 0.4s 1s;
  -o-transition: all 0.4s 1s;
  transition: all 0.4s 1s;
}
.ie .in .char:nth-of-type(7) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
  -webkit-transition: all 0.4s 1.1s;
  -o-transition: all 0.4s 1.1s;
  transition: all 0.4s 1.1s;
}
.ie .in .char:nth-of-type(8) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -webkit-transition: all 0.4s 1.2s;
  -o-transition: all 0.4s 1.2s;
  transition: all 0.4s 1.2s;
}
.ie .in .char:nth-of-type(9) {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -webkit-transition: all 0.4s 1.3s;
  -o-transition: all 0.4s 1.3s;
  transition: all 0.4s 1.3s;
}
.ie .in .char:nth-of-type(10) {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
  -webkit-transition: all 0.4s 1.4s;
  -o-transition: all 0.4s 1.4s;
  transition: all 0.4s 1.4s;
}
.ie .in .char:nth-of-type(11) {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -webkit-transition: all 0.4s 1.5s;
  -o-transition: all 0.4s 1.5s;
  transition: all 0.4s 1.5s;
}
.ie .in .char:nth-of-type(12) {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -webkit-transition: all 0.4s 1.6s;
  -o-transition: all 0.4s 1.6s;
  transition: all 0.4s 1.6s;
}
.ie .in .char:nth-of-type(13) {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
  -webkit-transition: all 0.4s 1.7s;
  -o-transition: all 0.4s 1.7s;
  transition: all 0.4s 1.7s;
}
.ie .in .char:nth-of-type(14) {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  -webkit-transition: all 0.4s 1.8s;
  -o-transition: all 0.4s 1.8s;
  transition: all 0.4s 1.8s;
}
.ie .in .char:nth-of-type(15) {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
  -webkit-transition: all 0.4s 1.9s;
  -o-transition: all 0.4s 1.9s;
  transition: all 0.4s 1.9s;
}
.ie .in .char:nth-of-type(16) {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: all 0.4s 2s;
  -o-transition: all 0.4s 2s;
  transition: all 0.4s 2s;
}
.ie .in .char:nth-of-type(17) {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
  -webkit-transition: all 0.4s 2.1s;
  -o-transition: all 0.4s 2.1s;
  transition: all 0.4s 2.1s;
}
.ie .in .char:nth-of-type(18) {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  -webkit-transition: all 0.4s 2.2s;
  -o-transition: all 0.4s 2.2s;
  transition: all 0.4s 2.2s;
}
.ie .in .char:nth-of-type(19) {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
  -webkit-transition: all 0.4s 2.3s;
  -o-transition: all 0.4s 2.3s;
  transition: all 0.4s 2.3s;
}
.ie .in .char:nth-of-type(20) {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
  -webkit-transition: all 0.4s 2.4s;
  -o-transition: all 0.4s 2.4s;
  transition: all 0.4s 2.4s;
}

.text--r {
  overflow: hidden;
  padding-bottom: 10px;
}
.text--r .word {
  position: relative;
}
.text--r .word:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 10px;
  height: 8px;
  background-color: #fff;
  visibility: visible;
}
.text--r .word:before {
  position: absolute;
  display: block;
  content: "";
  bottom: 10px;
  height: 8px;
  background-color: #fff;
  visibility: visible;
  width: 140%;
}
.text--r .word:after {
  background-color: #000;
  width: 0;
}

.out .text--r .word {
  color: #fff;
}

.in .text--r .word {
  color: #000;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: calc(var(--char-index) * 120ms + 200ms);
  -o-transition-delay: calc(var(--char-index) * 120ms + 200ms);
  transition-delay: calc(var(--char-index) * 120ms + 200ms);
}
.in .text--r .word:after {
  width: 140%;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: calc(var(--char-index) * 100ms + 200ms);
  -o-transition-delay: calc(var(--char-index) * 100ms + 200ms);
  transition-delay: calc(var(--char-index) * 100ms + 200ms);
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-delay: calc(var(--char-index) * 120ms + 200ms);
  -o-transition-delay: calc(var(--char-index) * 120ms + 200ms);
  transition-delay: calc(var(--char-index) * 120ms + 200ms);
}

.text--fading .char {
  opacity: 0;
}

.in .text--fading .char {
  opacity: 1;
}

.out .text--fading .char {
  opacity: 0;
}

.text--slide-up .char {
  opacity: 0;
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
}

.in .text--slide-up .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.swiper-slide .text--slide-up .char {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  transform: translate(0, 20%);
}

.in .swiper-slide-active .text--slide-up .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.js-inview .text--slide-up .char {
  opacity: 0;
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  transform: translate(0, 20%);
}
.js-inview.in .text--slide-up .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.text--slide-left .char {
  opacity: 0;
  -webkit-transform: translate(300%, 0);
  -ms-transform: translate(300%, 0);
  transform: translate(300%, 0);
}

.in .text--slide-left .char {
  opacity: 1;
  -webkit-transform: translate(0, 0) skewX(0);
  -ms-transform: translate(0, 0) skewX(0);
  transform: translate(0, 0) skewX(0);
  -webkit-transition-delay: calc(var(--char-index) * 0.1s);
  -o-transition-delay: calc(var(--char-index) * 0.1s);
  transition-delay: calc(var(--char-index) * 0.1s);
}

.text--slide-left.skew .char {
  -webkit-transform: translate(300%, 0) skewX(20deg);
  -ms-transform: translate(300%, 0) skewX(20deg);
  transform: translate(300%, 0) skewX(20deg);
}

.in .text--slide-left.skew .char {
  -webkit-transform: translate(0, 0) skewX(0);
  -ms-transform: translate(0, 0) skewX(0);
  transform: translate(0, 0) skewX(0);
}

.out .text--slide-left.reverse .char {
  -webkit-transform: translate(-300%, 0);
  -ms-transform: translate(-300%, 0);
  transform: translate(-300%, 0);
}

.in .text--slide-left.reverse .char {
  -webkit-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
  -o-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}

.out .text--slide-left.reverse.skew .char {
  -webkit-transform: translate(-300%, 0) skewX(20deg);
  -ms-transform: translate(-300%, 0) skewX(20deg);
  transform: translate(-300%, 0) skewX(20deg);
}

.nocssvar .in .text--slide-left.reverse .char:first-of-type {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.nocssvar .in .text--slide-left .char:first-of-type {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(2) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(3) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(3) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(4) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(5), .nocssvar .in .text--slide-left .char:nth-of-type(5) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(6) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(6) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(7) {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(7) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(8) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(8) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(9) {
  -webkit-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(9) {
  -webkit-transition-delay: 0.9s;
  -o-transition-delay: 0.9s;
  transition-delay: 0.9s;
}
.nocssvar .in .text--slide-left.reverse .char:nth-of-type(10) {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.nocssvar .in .text--slide-left .char:nth-of-type(10) {
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}

.text--swapsies .char {
  opacity: 0;
}
.text--swapsies .char:nth-of-type(odd) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.text--swapsies .char:nth-of-type(2n) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.in .text--swapsies .char {
  opacity: 1;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.in .text--swapsies .char:nth-of-type(odd) {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-animation-name: swap-left;
  animation-name: swap-left;
}
.in .text--swapsies .char:nth-of-type(2n) {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-animation-name: swap-right;
  animation-name: swap-right;
}

@-webkit-keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
  }
  to {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes swap-right {
  25% {
    -webkit-transform: translateX(-100%) translateY(-100%);
    transform: translateX(-100%) translateY(-100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(-100%);
    transform: translateX(0) translateY(-100%);
  }
  to {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@-webkit-keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%);
  }
  to {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
@keyframes swap-left {
  25% {
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
  }
  75% {
    -webkit-transform: translateX(0) translateY(100%);
    transform: translateX(0) translateY(100%);
  }
  to {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
}
.text--flipping .char {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.in .text--flipping .char {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}

.text--karaoke .char {
  color: rgba(255, 255, 255, 0.15);
  -webkit-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}
.text--karaoke .char:after {
  -ms-clip-path: inset(0 100% 0 0);
  -webkit-clip-path: inset(0 100% 0 0);
  clip-path: inset(0 100% 0 0);
  color: #fff;
  visibility: visible;
}

.in .text--karaoke .char {
  -webkit-transition-duration: 0.1s;
  -o-transition-duration: 0.1s;
  transition-duration: 0.1s;
}
.in .text--karaoke .char:after {
  -ms-clip-path: inset(0 0 0 0);
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.text--filling .char {
  color: rgba(255, 255, 255, 0.15);
  color: #000;
}
.text--filling .char:after {
  color: #fff;
  visibility: visible;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
}

.in .text--filling .char:after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

.text--blocks .char {
  visibility: hidden;
}

.in .text--blocks {
  display: block;
  overflow: hidden;
  position: relative;
}
.in .text--blocks .char {
  -webkit-transition-delay: 0.5s !important;
  -o-transition-delay: 0.5s !important;
  transition-delay: 0.5s !important;
  visibility: visible;
}
.in .text--blocks:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  background: #00965f;
  -webkit-animation-name: block;
  animation-name: block;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-delay: 250ms;
  animation-delay: 250ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.in .text--blocks:nth-of-type(2):after {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.in .text--blocks.inline-block {
  display: inline-block;
}

@-webkit-keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
    width: 100%;
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  to {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    width: 0;
  }
}
@keyframes block {
  0% {
    -webkit-transform: translate(-110%, 0);
    transform: translate(-110%, 0);
    width: 100%;
  }
  45%, 55% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    width: 100%;
  }
  to {
    -webkit-transform: translate(110%, 0);
    transform: translate(110%, 0);
    width: 0;
  }
}
.text--scaling .char {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.in .text--scaling .char {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.text--turning .char {
  -webkit-transform: rotateY(90deg);
  transform: rotateY(90deg);
}

.in .text--turning .char {
  -webkit-transform: rotateY(0);
  transform: rotateY(0);
}
.in .text--bulge .char {
  -webkit-animation-name: bulge;
  animation-name: bulge;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
}

@-webkit-keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes bulge {
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.text--perspective {
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
.text--perspective .char {
  opacity: 0;
  -webkit-transform: translate3d(-25px, 20px, -800px);
  transform: translate3d(-25px, 20px, -800px);
}

.in .text--perspective .char {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: opacity 50ms calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition: opacity 50ms calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  -o-transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 50ms calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 50ms calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 50ms calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
}

.text--zipping {
  overflow: hidden;
}
.text--zipping .char {
  opacity: 0;
}
.text--zipping .char:nth-of-type(odd) {
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
}
.text--zipping .char:nth-of-type(2n) {
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}

.in .text--zipping .char {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.1s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  transition: opacity 0.1s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
  -o-transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.1s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.1s calc(0.25s + var(--char-index) * 0.1s);
  transition: transform 0.25s calc(0.25s + var(--char-index) * 0.1s), opacity 0.1s calc(0.25s + var(--char-index) * 0.1s), -webkit-transform 0.25s calc(0.25s + var(--char-index) * 0.1s);
}

.text--bubbling .char {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}

.in .text--bubbling .char {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  -o-transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.58, 1);
}
.in .text--bubbling .char:nth-of-type(4n+1) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.in .text--bubbling .char:nth-of-type(4n+2) {
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.in .text--bubbling .char:nth-of-type(4n+3) {
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
.in .text--bubbling .char:nth-of-type(4) {
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.text--blowing .char {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
}

.in .text--blowing .char {
  -webkit-animation-name: blowing;
  animation-name: blowing;
  -webkit-animation-delay: calc(var(--char-index) * 25ms);
  animation-delay: calc(var(--char-index) * 25ms);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}

@-webkit-keyframes blowing {
  50%, 60%, 70% {
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
  }
  55%, 65%, 75% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
}
@keyframes blowing {
  50%, 60%, 70% {
    -webkit-transform: skewX(-35deg);
    transform: skewX(-35deg);
  }
  55%, 65%, 75% {
    -webkit-transform: skewX(-40deg);
    transform: skewX(-40deg);
  }
}
.text--random .char {
  opacity: 0;
}
.text--random .char:first-of-type {
  -webkit-transform: translateX(-67%) translateY(-119%);
  -ms-transform: translateX(-67%) translateY(-119%);
  transform: translateX(-67%) translateY(-119%);
}
.text--random .char:nth-of-type(2) {
  -webkit-transform: translateX(-115%) translateY(-91%);
  -ms-transform: translateX(-115%) translateY(-91%);
  transform: translateX(-115%) translateY(-91%);
}
.text--random .char:nth-of-type(3) {
  -webkit-transform: translateX(-223%) translateY(246%);
  -ms-transform: translateX(-223%) translateY(246%);
  transform: translateX(-223%) translateY(246%);
}
.text--random .char:nth-of-type(4) {
  -webkit-transform: translateX(-115%) translateY(224%);
  -ms-transform: translateX(-115%) translateY(224%);
  transform: translateX(-115%) translateY(224%);
}
.text--random .char:nth-of-type(5) {
  -webkit-transform: translateX(138%) translateY(172%);
  -ms-transform: translateX(138%) translateY(172%);
  transform: translateX(138%) translateY(172%);
}
.text--random .char:nth-of-type(6) {
  -webkit-transform: translateX(36%) translateY(98%);
  -ms-transform: translateX(36%) translateY(98%);
  transform: translateX(36%) translateY(98%);
}

.in .text--random .char {
  opacity: 1;
  -webkit-transform: translateX(0) translateY(0);
  -ms-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
}

.text--swinging .char {
  opacity: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.in .text--swinging .char {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: calc((var(--char-index)) * 100%) -100%;
  -ms-transform-origin: calc((var(--char-index)) * 100%) -100%;
  transform-origin: calc((var(--char-index)) * 100%) -100%;
  -webkit-transition-delay: calc((var(--char-index)) * 0.1s);
  -o-transition-delay: calc((var(--char-index)) * 0.1s);
  transition-delay: calc((var(--char-index)) * 0.1s);
}

.text--swinging.reverse .char {
  opacity: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.in .text--swinging.reverse .char {
  opacity: 1;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
  -ms-transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
  transform-origin: calc((var(--char-total) - var(--char-index)) * 100%) -100%;
  -webkit-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
  -o-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}

.text--meeting {
  overflow: hidden;
}
.text--meeting .char {
  -webkit-transition-delay: calc(var(--char-index) * 0.1s);
  -o-transition-delay: calc(var(--char-index) * 0.1s);
  transition-delay: calc(var(--char-index) * 0.1s);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.text--meeting .char:nth-of-type(2n) {
  -webkit-transform-origin: top right;
  -ms-transform-origin: top right;
  transform-origin: top right;
}
.text--meeting .char:nth-of-type(odd) {
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  transform-origin: bottom left;
}

.in .text--meeting .char {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.text--meeting.reverse .char {
  -webkit-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
  -o-transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
  transition-delay: calc((var(--char-total) - var(--char-index)) * 0.1s);
}

.out .text--meeting.reverse .char {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.in .text--conveyor .char {
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-animation: convey 1s both linear;
  animation: convey 1s both linear;
  -webkit-animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
  animation-delay: calc((var(--char-total) - var(--char-index)) * 0.15s);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.out .text--conveyor .char {
  opacity: 0;
}

@-webkit-keyframes convey {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
    transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
    transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0) translate(0, 0);
    transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0) translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0) translate(0, 0);
    transform: translate(0, 0) rotate(0) translate(0, 0);
  }
}
@keyframes convey {
  0% {
    opacity: 0;
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
    transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(calc((var(--char-total) - var(--char-index)) * -100%), 0);
  }
  40% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
    transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(-180deg) translate(0, 0);
  }
  50% {
    -webkit-transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0) translate(0, 0);
    transform: translate(calc((var(--char-total) - (var(--char-total) - var(--char-index))) * -100%), 0) rotate(0) translate(0, 0);
  }
  to {
    -webkit-transform: translate(0, 0) rotate(0) translate(0, 0);
    transform: translate(0, 0) rotate(0) translate(0, 0);
  }
}
#workHead {
  text-align: right;
  font-size: 14px;
}

.page-worklist {
  background-color: #fff;
  margin: 20px;
  padding: 0;
  text-align: center;
}

.is-loaded .page-worklist {
  visibility: visible;
}

.page-worklist .container-worklist {
  margin: 0 auto;
  max-width: 1800px;
  text-align: left;
}
.page-worklist table.table-row {
  border-right: solid 1px #333;
  border-top: solid 1px #333;
  border-bottom: solid 1px #333;
  table-layout: fixed;
}
.page-worklist table.table-row th {
  background-color: #333;
  color: #fff;
  text-align: center;
  cursor: default;
}
.page-worklist table.table-row td, .page-worklist table.table-row th {
  padding: 3px 5px;
  font-size: 14px;
  border-left: solid 1px #000;
  border-top: solid 1px #000;
  -webkit-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
.page-worklist table.table-row tr.even td {
  background: #f3f3f3;
}
.page-worklist table.table-row tr:hover td {
  background: #eec;
}
.page-worklist table.table-row tfoot td {
  background: #ccc;
}
.page-worklist table.table-row .tot-m, .page-worklist table.table-row .tot-pc, .page-worklist table.table-row .author, .page-worklist table.table-row .tot {
  text-align: center;
}
.page-worklist table.table-row td.progress-m, .page-worklist table.table-row td.progress-pc {
  text-align: right;
  position: relative;
}
.page-worklist table.table-row td.progress-m strong, .page-worklist table.table-row td.progress-pc strong {
  display: block;
  position: relative;
  top: 0;
  right: 0;
  font-weight: 400;
}
.page-worklist table.table-row .fileid small {
  font-weight: 700;
  font-family: tahoma;
  font-size: 12px;
  color: #000;
  margin-left: 5px;
}
.page-worklist table.table-row .filename {
  text-align: left;
}
.page-worklist table.table-row tr.later td.filename {
  background: #30b2e2;
}
.page-worklist table.table-row tr.later td.progress-pc {
  background: #30b2e2;
}
.page-worklist table.table-row tr.later td.progress-pc .progressbar {
  background: #30b2e2;
}
.page-worklist .progressbar {
  position: absolute;
  left: 5px;
  right: 5px;
  top: 50%;
  margin-top: -5px;
  display: block;
  background-color: #f7f7f7;
  overflow: hidden;
  font-size: 0;
}
.page-worklist .progressbar span {
  display: block;
  background-color: #ffc000;
  height: 10px;
  overflow: hidden;
}
.page-worklist .progressbar.progress-0 span {
  background-color: #ffc0c0;
}
.page-worklist .progressbar.progress-80 span, .page-worklist .progressbar.progress-90 span {
  background-color: #60bf90;
}
.page-worklist .progressbar.progress-100 span {
  background-color: #0f0;
}
.page-worklist label.title {
  display: inline-block;
  margin: 0;
  padding: 30px 0 10px;
  font-size: 20px;
  color: #000;
}
.page-worklist input.sr-only + .collapse-wrap div {
  display: block;
}
.page-worklist input.sr-only:checked + .collapse-wrap div {
  display: none;
}

@media (max-width: 1024px) {
  .page-worklist .collapse-wrap {
    width: 100%;
    width: calc(100% - 40px);
    overflow: scroll;
  }
  .page-worklist .collapse-wrap > div {
    width: 1024px;
  }
}
.is-invisibile-complete tr.complete td, .is-invisibile-complete tr.complete th {
  visibility: hidden;
  padding: 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  overflow: hidden;
}

.modal-container.in .wrap {
  min-width: 320px;
}
.modal-container.in.is-modal-simple .md-modal-inner {
  border-top: solid 3px #30b2e2;
  font-size: 16px;
  position: relative;
}
.modal-container.in.is-modal-simple .md-modal-inner .action.pos-absolute {
  position: absolute;
  bottom: 0;
  margin-bottom: 30px;
  left: 0;
  right: 0;
}
.modal-container.in.is-modal-simple .md-modal-content {
  margin: 40px;
  text-align: left;
}
.modal-container.in.is-modal-simple .modal-title {
  margin: 0;
  padding: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.4;
}
.modal-container.in.is-modal-simple .article {
  padding-bottom: 40px;
}
.modal-container.in.is-modal-simple .article p {
  margin: 20px 0;
  padding: 0;
  line-height: 1.8;
  word-break: keep-all;
  color: #333;
}
.modal-container.in.is-modal-simple .article p.modal-sub-title {
  margin: 50px 0 20px;
  padding: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
.modal-container.in.is-modal-simple .article ul.list-a li {
  line-height: 1.8;
  color: #333;
}
.modal-container.in.is-modal-simple .action {
  margin: 10px auto 0;
  padding: 0;
  text-align: center;
}
.modal-container.in.is-modal-content .md-modal {
  position: absolute;
}
.modal-container.in.is-modal-content .md-modal-inner {
  width: 100%;
  width: 100vw;
  min-height: 100%;
  min-height: 100vh;
}
.modal-container.in.is-modal-youtube .md-modal-relative {
  min-width: 800px;
}
.modal-container.in.is-modal-youtube .md-modal-inner {
  max-width: 1024px;
  display: block;
}
.modal-container.in.is-modal-youtube .md-modal-content {
  position: relative;
  padding-bottom: 56%;
  background-color: #000;
}
.modal-container.in.is-modal-youtube .md-modal-content embed, .modal-container.in.is-modal-youtube .md-modal-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.modal-breadcrumb {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  height: 60px;
}
.modal-breadcrumb.sm {
  z-index: 1000;
}
.modal-breadcrumb .module {
  border-bottom: 4px #30b2e2 solid;
  vertical-align: top;
  display: inline;
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal !important;
  word-break: keep-all;
  white-space: nowrap;
  width: 99%;
  width: auto;
  max-width: 99%;
}
.modal-breadcrumb .module.block {
  display: block;
}
.modal-breadcrumb a, .modal-breadcrumb strong {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  height: 66px;
  line-height: 66px;
  font-size: 14px;
  color: #969696;
  vertical-align: top;
}
.modal-breadcrumb a:before, .modal-breadcrumb strong:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -9px 0 0 -9px;
  content: "";
  background: url(../img/custom/icon_breadcrumb_next_02.png) center center no-repeat;
  width: 18px;
  height: 18px;
}
.modal-breadcrumb a.home, .modal-breadcrumb strong.home {
  font-family: Oswald, sans-serif;
  padding-left: 60px;
}

.wf-active .modal-breadcrumb a.home, .wf-active .modal-breadcrumb strong.home {
  font-family: Oswald, sans-serif;
}

.modal-breadcrumb a.home:before {
  left: 30px;
  background-image: url(../img/custom/icon_breadcrumb_home_02.png);
}
.modal-breadcrumb strong {
  font-weight: 500;
  color: #fff;
}
.modal-breadcrumb strong.home:before {
  left: 30px;
  background-image: url(../img/custom/icon_breadcrumb_home_02.png);
}

@media (min-width: 1024px) {
  .modal-breadcrumb {
    padding: 10px 8px 0 0;
    height: auto;
  }
}
.md-modal-content {
  margin-top: 60px;
  background-color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: calc(100vh - 60px);
}

@media (min-width: 1024px) {
  .md-modal-content {
    margin-top: 80px;
  }
}
.section-view {
  position: static !important;
}
.section-view .view-head {
  padding: 30px 0 15px 0;
  text-align: center;
  border-bottom: 2px #e8e8e8 solid;
}
.section-view .view-head .category {
  margin: 0 auto;
}
.section-view .view-head .title {
  margin: 10px 0 0;
  font-size: 21px;
  color: #333;
  font-weight: 400;
  line-height: 1.4;
}
.section-view .view-head .date {
  margin: 15px 0 0;
  font-size: 15px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.wf-active .section-view .view-head .date {
  font-family: Oswald, sans-serif;
}

.section-view .view-body {
  margin: 0 auto;
  padding: 15px 0 70px 0;
  max-width: 964px;
}
.section-view .view-body p {
  line-height: 1.6;
}
.section-view .view-body p:first-child {
  margin-top: 0;
}
.section-view .view-body img {
  height: auto !important;
}
.section-view .view-foot {
  border-top: 1px #c7a977 solid;
  text-align: center;
}
.section-view .view-foot a {
  display: inline-block;
  padding: 0 20px;
  height: 65px;
  line-height: 65px;
  color: #1d2930;
}
.section-view .view-foot .icon {
  margin-right: 10px;
  content: "";
  background-image: url(../img/common/icon_list_sm.png);
  width: 27px;
  height: 27px;
  background-size: 27px 27px;
}

@media (min-width: 1024px) {
  .section-view .container {
    overflow: visible;
  }
  .section-view .view-head {
    position: relative;
    padding: 50px 0;
  }
  .section-view .view-head .category {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -40px;
  }
  .section-view .view-head .title {
    margin: 0 200px;
    font-size: 30px;
    line-height: 1.4;
  }
  .section-view .view-head .date {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -10px;
    font-size: 20px;
  }
  .section-view .view-body {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .section-view .view-body p {
    margin: 40px 0 0;
  }
  .section-view .view-body p:first-child {
    margin-top: 0;
  }
  .section-view .view-foot a {
    height: 100px;
    line-height: 100px;
    font-size: 18px;
  }
  .section-view .view-foot .icon {
    content: "";
    background-image: url(../img/common/icon_list_lg.png);
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
  }
}
.section-latest-news {
  margin-top: 30px;
  padding: 30px 0;
  background-color: #f7f7f7;
}
.section-latest-news .title {
  margin: 0;
  color: #1d2930;
  font-size: 18px;
  font-weight: 500;
}
.section-latest-news .grid {
  margin: 15px -4px 0 -4px;
}
.section-latest-news .grid .module {
  margin: 0 4px 20px 4px;
}
.section-latest-news span {
  display: block;
}
.section-latest-news .thumb {
  background-size: cover;
}
.section-latest-news .subject {
  margin-top: 15px;
  font-size: 15px;
  color: #1d2930;
  display: inline;
  display: inline-block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  word-wrap: normal !important;
  word-break: keep-all;
  white-space: nowrap;
  width: 99%;
}
.section-latest-news .subject.block {
  display: block;
}
.section-latest-news .date {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
  font-size: 12px;
}

@media (max-width: 699px) {
  .section-latest-news .grid .col:nth-child(3), .section-latest-news .grid .col:nth-child(4) {
    display: none;
  }
}
@media (min-width: 700px) and (max-width: 1599px) {
  .section-latest-news .grid .col {
    width: 33.33333333%;
  }
  .section-latest-news .grid .col:nth-child(4) {
    display: none;
  }
}
@media (min-width: 1600px) {
  .section-latest-news .grid .col {
    width: 25%;
  }
}
.wf-active .section-latest-news .date {
  font-family: Oswald, sans-serif;
}

@media (min-width: 1024px) {
  .section-latest-news {
    margin-top: 80px;
    padding: 60px 0;
  }
  .section-latest-news .title {
    font-size: 24px;
  }
  .section-latest-news .grid {
    margin: 40px 0 0 0;
  }
  .section-latest-news .grid .module {
    margin: 0 7px;
  }
  .section-latest-news .subject {
    margin-top: 20px;
    font-size: 18px;
  }
  .section-latest-news .date {
    margin-top: 15px;
    font-size: 16px;
  }
}
.section-view-sell {
  position: static !important;
}
.section-view-sell .sell-view-head {
  position: relative;
}
.section-view-sell .sell-view-head .wrap {
  position: relative;
  height: 200px;
}
.section-view-sell .sell-view-head .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-size: cover;
}
.section-view-sell .sell-view-head .bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.section-view-sell .sell-view-head .subject {
  position: absolute;
  top: 25px;
  left: 15px;
  right: 15px;
  color: #fff;
}
.section-view-sell .sell-view-head .labels {
  margin-bottom: 10px;
}
.section-view-sell .sell-view-head .labels .label {
  height: 18px;
  line-height: 18px;
}
.section-view-sell .sell-view-head .brand {
  content: "";
  background-image: url(../img/custom/icon_brand_sell_mcity_sm.png);
  width: 75px;
  height: 18px;
  background-size: 75px 18px;
}
.section-view-sell .sell-view-head .brand.ellium {
  background-image: url(../img/custom/icon_brand_sell_ellium_sm.png);
}
.section-view-sell .sell-view-head .brand.elliumNew {
  background-image: url(../img/custom/icon_brand_sell_ellium_sm_02.png);
}
.section-view-sell .sell-view-head .title {
  margin: 20px 0 0;
  font-size: 21px;
  color: #fff;
  font-weight: 500;
  letter-spacing: -0.05em;
  width: 810px;
}
.section-view-sell .sell-view-head .tel {
  margin: 10px 0 0;
  font-size: 15px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

@media (min-width: 375px) {
  .section-view-sell .sell-view-head .labels {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
}
.wf-active .section-view-sell .sell-view-head .tel {
  font-family: Oswald, sans-serif;
}

.section-view-sell .sell-view-head .tel {
  color: #fff;
}
.section-view-sell .sell-view-head .tel a {
  color: #fff;
}
.section-view-sell .sell-view-head .utill {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  clear: both;
}
.section-view-sell .sell-view-head .utill:after, .section-view-sell .sell-view-head .utill:before {
  content: " ";
  display: table;
}
.section-view-sell .sell-view-head .utill:after {
  clear: both;
}
.section-view-sell .sell-view-head .utill a {
  float: left;
  display: inline-block;
  width: 33.33333333%;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.12);
}
.section-view-sell .sell-view-head .utill .icon {
  margin-right: 3px;
  content: "";
  background-image: url(../img/custom/icon_modal_counsel_sm.png);
  width: 26px;
  height: 36px;
  background-size: 26px 36px;
}
.section-view-sell .sell-view-head .utill .icon.attention {
  background-image: url(../img/custom/icon_modal_attention_sm.png);
}
.section-view-sell .sell-view-head .utill .icon.site {
  background-image: url(../img/custom/icon_modal_site_sm.png);
}
.section-view-sell .sell-tab-a {
  position: relative;
  margin: 0 -15px;
}
.section-view-sell .sell-tab-a ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
  min-width: 100%;
}
.section-view-sell .sell-tab-a li {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
}
.section-view-sell .sell-tab-a li a {
  position: relative;
  display: block;
  min-width: 110px;
  height: 46px;
  line-height: 46px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #3c4043;
}
.section-view-sell .sell-tab-a li a:before {
  content: "";
  position: absolute;
  top: 0;
  left: -1px;
  bottom: 0;
  width: 1px;
  background-color: #4c5053;
}
.section-view-sell .sell-tab-a li:first-child a:before {
  display: none;
}
.section-view-sell .sell-tab-a li.in a {
  font-weight: 500;
  background-color: #30b2e2;
}
.section-view-sell .sell-tab-a li.in a:before {
  display: none;
}
.section-view-sell .sell-tab-a.is-col-1 li {
  width: 100%;
}
.section-view-sell .sell-tab-a.is-col-2 li {
  width: 50%;
}
.section-view-sell .sell-tab-a.is-col-3 li {
  width: 33.33333333%;
}
.section-view-sell .sell-tab-a.is-col-4 li {
  width: 25%;
}
.section-view-sell .sell-tab-b {
  margin-top: -25px;
  border-bottom: 1px #c8c8c8 solid;
}
.section-view-sell .sell-tab-b .module {
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.section-view-sell .sell-tab-b ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  table-layout: fixed;
}
.section-view-sell .sell-tab-b li {
  position: relative;
  display: table-cell;
  margin: 0;
  padding: 0;
}
.section-view-sell .sell-tab-b li a {
  display: block;
  padding: 0 15px;
  color: #1e2832;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
.section-view-sell .sell-tab-b li a span {
  position: relative;
  display: inline-block;
  height: 48px;
  line-height: 48px;
}
.section-view-sell .sell-tab-b li a span:before {
  content: "";
  position: absolute;
  top: 34px;
  left: 50%;
  right: 50%;
  height: 1px;
  background-color: #c8a06e;
  opacity: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.section-view-sell .sell-tab-b li.in a {
  font-weight: 700;
}
.section-view-sell .sell-tab-b li.in a span:before {
  left: 0;
  right: 0;
  opacity: 1;
}
.section-view-sell .sell-view-body p {
  line-height: 1.6;
}
.section-view-sell .sell-view-body p:first-child {
  margin-top: 0;
}
.section-view-sell .sell-view-body .tab-content {
  padding: 25px 0 30px 0;
}
.section-view-sell .sell-view-body img {
  height: auto !important;
}
.section-view-sell .sell-view-foot .wrap {
  border-top: 1px #c8c8c8 solid;
  text-align: center;
}
.section-view-sell .sell-view-foot a {
  display: inline-block;
  padding: 0 20px;
  height: 65px;
  line-height: 65px;
  color: #1d2930;
}
.section-view-sell .sell-view-foot .icon {
  margin-right: 10px;
  content: "";
  background-image: url(../img/common/icon_list_sm.png);
  width: 27px;
  height: 27px;
  background-size: 27px 27px;
}

@media (max-width: 374px) {
  .section-view-sell .sell-view-head .utill .icon {
    display: none;
  }
}
@media (max-width: 1023px) {
  .section-view-sell .sell-tab-a.is-over .module {
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (min-width: 1024px) {
  .section-view-sell .sell-tab-a.is-col-5 li {
    width: 20%;
  }
  .section-view-sell .sell-tab-a.is-col-6 li {
    width: 16.66666667%;
  }
}
@media (max-width: 1023px) {
  .section-view-sell .sell-view-foot .wrap {
    padding: 0;
    margin: 0 15px;
  }
}
@media (min-width: 1024px) {
  .section-view-sell .sell-view-head .wrap {
    height: 400px;
  }
  .section-view-sell .sell-view-head .subject {
    top: 80px;
    left: 0;
  }
  .section-view-sell .sell-view-head .labels {
    position: absolute;
    top: 10px;
    left: 190px;
    right: auto;
  }
  .section-view-sell .sell-view-head .labels .label {
    height: 24px;
    line-height: 22px;
    min-width: 56px;
    font-size: 12px;
  }
  .section-view-sell .sell-view-head .brand {
    content: "";
    background-image: url(../img/custom/icon_brand_sell_mcity_lg.png);
    width: 155px;
    height: 35px;
    background-size: 155px 35px;
  }
  .section-view-sell .sell-view-head .brand.ellium {
    background-image: url(../img/custom/icon_brand_sell_ellium_lg.png);
  }
  .section-view-sell .sell-view-head .brand.elliumNew {
    background-image: url(../img/custom/icon_brand_sell_ellium_lg_02.png);
  }
  .section-view-sell .sell-view-head .title {
    margin: 35px 0 0;
    font-size: 40px;
  }
  .section-view-sell .sell-view-head .tel {
    margin: 40px 0 0;
    font-size: 20px;
  }
  .section-view-sell .sell-view-head .utill {
    left: auto;
    bottom: 140px;
    right: 0;
    white-space: nowrap;
  }
  .section-view-sell .sell-view-head .utill a {
    float: none;
    margin-left: 45px;
    width: auto;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  .section-view-sell .sell-view-head .utill a:first-child {
    margin-left: 0;
  }
  .section-view-sell .sell-view-head .utill .icon {
    margin-right: 10px;
    content: "";
    background-image: url(../img/custom/icon_modal_counsel_lg.png);
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .section-view-sell .sell-view-head .utill .icon.attention {
    background-image: url(../img/custom/icon_modal_attention_lg.png);
  }
  .section-view-sell .sell-view-head .utill .icon.site {
    background-image: url(../img/custom/icon_modal_site_lg.png);
  }
  .section-view-sell .sell-tab-a {
    margin: -70px 0 0;
  }
  .section-view-sell .sell-tab-a li a {
    height: 70px;
    line-height: 70px;
  }
  .section-view-sell .sell-tab-b {
    margin-top: -40px;
  }
  .section-view-sell .sell-tab-b li a {
    padding: 0 20px;
    font-size: 20px;
  }
  .section-view-sell .sell-tab-b li a span {
    position: relative;
    display: inline-block;
    height: 100px;
    line-height: 100px;
  }
  .section-view-sell .sell-tab-b li a span:before {
    top: 70px;
    height: 2px;
  }
  .section-view-sell .sell-tab-b li:first-child a {
    padding-left: 0;
  }
  .section-view-sell .sell-tab-b li a:hover, .section-view-sell .sell-tab-b li.in a {
    font-weight: 700;
  }
  .section-view-sell .sell-tab-b li a:hover span:before, .section-view-sell .sell-tab-b li.in a span:before {
    left: 0;
    right: 0;
    opacity: 1;
  }
  .section-view-sell .sell-view-body .tab-content {
    padding: 50px 0 60px 0;
  }
  .section-view-sell .sell-view-body .container {
    overflow: visible;
  }
  .section-view-sell .sell-view-foot a {
    height: 100px;
    line-height: 100px;
    font-size: 18px;
  }
  .section-view-sell .sell-view-foot .icon {
    content: "";
    background-image: url(../img/common/icon_list_lg.png);
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
  }
}
@media (min-width: 1600px) {
  .section-view-sell .sell-view-head .subject {
    top: 120px;
    right: 450px;
  }
  .section-view-sell .sell-view-head .utill {
    top: 170px;
    left: auto;
    right: 0;
    bottom: auto;
  }
  .section-view-sell .sell-view-head .utill a {
    float: none;
    display: inline-block;
    padding: 0 18px;
    width: auto;
    background-color: transparent;
  }
  .section-view-sell .sell-view-head .utill a:last-child {
    padding-right: 0;
  }
}
.image-wrap {
  position: relative;
  z-index: 0;
  margin-top: 20px;
  text-align: center;
}
.image-wrap .inner {
  position: relative;
  display: inline-block;
}
.image-wrap:first-child {
  margin-top: 0;
}
.image-wrap .more {
  position: absolute;
  top: 0;
  right: 0;
}
.image-wrap img {
  max-width: 100%;
  height: auto !important;
}

.sell-summary {
  position: relative;
  margin: -23px 10px 0 10px;
  background-color: #fff;
  border-top: 3px #b48c50 solid;
}
.sell-summary:first-child {
  margin-top: 0;
}
.sell-summary .grid {
  margin: 25px 15px 0;
}
.sell-summary .grid .col {
  position: relative;
  margin-top: 15px;
  padding-left: 70px;
  line-height: 1.4;
}
.sell-summary .grid .col:first-child {
  margin-top: 0;
}
.sell-summary .grid .subject {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 700;
  color: #1e2832;
}
.sell-summary .notice {
  margin-top: 30px;
  padding: 15px 40px;
  background-color: #fbfbfb;
  border: 1px #dcdcdc solid;
}
.sell-summary .notice p {
  position: relative;
  margin: 0;
  font-size: 12px;
  color: #333;
  padding-left: 15px;
  letter-spacing: -0.05em;
}
.sell-summary .notice p:before {
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 1024px) {
  .sell-summary {
    position: relative;
    margin: -85px 30px 0 30px;
    background-color: #fff;
    border-top: 3px #b48c50 solid;
  }
  .sell-summary:first-child {
    margin-top: 0;
  }
  .sell-summary .grid {
    margin: 15px 30px 0;
  }
  .sell-summary .grid .col {
    margin-top: 30px !important;
    padding-right: 20px;
    padding-left: 100px;
    font-size: 20px;
  }
  .sell-summary .grid .col:nth-child(odd) {
    clear: both;
  }
  .sell-summary .grid .subject {
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #1e2832;
  }
  .sell-summary .notice {
    margin-top: 50px;
    padding: 20px 40px;
    text-align: center;
  }
  .sell-summary .notice p {
    display: inline-block;
    font-size: 16px;
    padding-left: 20px;
    letter-spacing: -0.05em;
  }
  .sell-summary .notice p:before {
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
}
@media (min-width: 1920px) {
  .sell-summary {
    margin-left: 90px;
    margin-right: 90px;
  }
  .sell-summary .grid {
    margin-left: 60px;
    margin-right: 60px;
  }
  .sell-summary .grid .col {
    padding-left: 120px;
  }
}
.construct-progress .head {
  padding-bottom: 20px;
  border-bottom: 1px #c8c8c8 solid;
}
.construct-progress .head .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 36px;
}
.construct-progress .head select {
  min-width: 150px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.wf-active .construct-progress .head select {
  font-family: Oswald, sans-serif;
}

.construct-progress .body {
  margin-top: 20px;
}
.construct-progress .body .grid .module {
  position: relative;
  margin-top: 15px;
  padding: 55px 20px 20px 20px;
  border: 1px #dcdcdc solid;
}
.construct-progress .body .grid .col:first-child .module {
  margin-top: 0;
}
.construct-progress .body .title {
  margin: 0;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.construct-progress .body .icon {
  position: absolute;
  top: 0;
  left: 20px;
  content: "";
  background-image: url(../img/custom/icon_construct_civil.png);
  width: 25px;
  height: 35px;
  background-size: 25px 35px;
}
.construct-progress .body .icon.electricity {
  background-image: url(../img/custom/icon_construct_electricity.png);
}
.construct-progress .body .icon.architecture {
  background-image: url(../img/custom/icon_construct_architecture.png);
}
.construct-progress .body .icon.facilities {
  background-image: url(../img/custom/icon_construct_facilities.png);
}
.construct-progress .body .bar {
  margin-top: 20px;
  height: 6px;
  background-color: #e6e6e6;
}
.construct-progress .body .bar div {
  display: inline-block;
  width: 0;
  height: 6px;
  background-color: #30b2e2;
  vertical-align: top;
  -webkit-transition: width 0.6s 0s;
  -o-transition: width 0.6s 0s;
  transition: width 0.6s 0s;
}
.construct-progress .body .value {
  position: absolute;
  top: 45px;
  right: 20px;
  font-family: Oswald, sans-serif;
  font-size: 22px;
  color: #333;
  font-weight: 300;
}

.wf-active .construct-progress .body .value {
  font-family: Oswald, sans-serif;
}

.construct-progress .body .value span {
  font-weight: 500;
  font-size: 30px;
}
.construct-progress .body .col.total .module {
  padding-top: 20px;
}
.construct-progress .body .rate-wrap {
  position: relative;
  margin-top: 20px;
  text-align: center;
}
.construct-progress .body .rate-wrap svg {
  display: inline-block;
  width: 240px;
  height: 240px;
}
.construct-progress .body .rate-wrap .bg {
  fill: #f6f6f6;
}
.construct-progress .body .rate-wrap .line {
  fill: none;
  stroke-width: 4px;
  stroke: #dcdcdc;
}
.construct-progress .body .rate-wrap .progress {
  fill: none;
  stroke-width: 4px;
  stroke: #30b2e2;
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
}

.no-ie .construct-progress .body .rate-wrap .progress {
  stroke-dashoffset: 1000;
  -webkit-transition: stroke-dashoffset 1s ease-in-out 0s;
  -o-transition: stroke-dashoffset 1s ease-in-out 0s;
  transition: stroke-dashoffset 1s ease-in-out 0s;
}

.construct-progress .body .rate-wrap .value {
  top: 50%;
  left: 0;
  right: 0;
  color: #1a1a1a;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-weight: 500;
}
.construct-progress .body .rate-wrap .value span {
  font-size: 38px;
}

@media (min-width: 1024px) {
  .construct-progress .head {
    padding-bottom: 30px;
  }
  .construct-progress .head .title {
    font-size: 24px;
    line-height: 50px;
  }
  .construct-progress .body {
    margin-top: 30px;
  }
  .construct-progress .body .grid {
    margin: -10px;
  }
  .construct-progress .body .grid .module {
    margin: 10px !important;
    padding: 95px 30px 0 30px;
    height: 178px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .construct-progress .body .grid .total .module {
    padding-top: 35px;
    height: 378px;
  }
  .construct-progress .body .title {
    font-size: 20px;
  }
  .construct-progress .body .icon {
    position: absolute;
    top: 0;
    left: 30px;
    content: "";
    background-image: url(../img/custom/icon_construct_civil_lg.png);
    width: 32px;
    height: 67px;
    background-size: 32px 67px;
  }
  .construct-progress .body .icon.electricity {
    background-image: url(../img/custom/icon_construct_electricity_lg.png);
  }
  .construct-progress .body .icon.architecture {
    background-image: url(../img/custom/icon_construct_architecture_lg.png);
  }
  .construct-progress .body .icon.facilities {
    background-image: url(../img/custom/icon_construct_facilities_lg.png);
  }
  .construct-progress .body .bar {
    margin-top: 25px;
    height: 8px;
  }
  .construct-progress .body .bar div {
    height: 8px;
  }
  .construct-progress .body .value {
    top: 85px;
    right: 30px;
    font-size: 30px;
  }
  .construct-progress .body .value span {
    font-size: 40px;
  }
  .construct-progress .body .rate-wrap {
    margin-top: 40px;
  }
  .construct-progress .body .rate-wrap .line, .construct-progress .body .rate-wrap .progress {
    stroke-width: 8px;
  }
  .construct-progress .body .rate-wrap .value span {
    font-size: 50px;
  }
}
.construct-place {
  margin-top: 30px;
  background-color: #f6f6f6;
}
.construct-place .content-holder .module {
  margin: 20px 15px;
}
.construct-place .content-holder .title {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.construct-place .content-holder p {
  font-size: 15px;
  color: #333;
}
.construct-place .content-holder p.date {
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.wf-active .construct-place .content-holder p.date {
  font-family: Oswald, sans-serif;
}

.construct-place .gallery-core .swiper-wrapper {
  height: auto;
}
.construct-place .gallery-core .module {
  position: relative;
}
.construct-place .gallery-core .more {
  position: absolute;
  top: 0;
  right: 0;
}
.construct-place .gallery-core img {
  width: 100%;
}
.construct-place .gallery-desc .swiper-slide {
  width: 80px;
  height: 90px;
}
.construct-place .gallery-desc .swiper-slide img {
  width: 80px;
  height: 90px;
}
.construct-place .gallery-desc .module {
  position: relative;
}
.construct-place .gallery-desc .module:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 1;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.construct-place .gallery-desc .module:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 0 transparent solid;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.construct-place .gallery-desc .swiper-slide-thumb-active .module:before {
  opacity: 0;
}
.construct-place .gallery-desc .swiper-slide-thumb-active .module:after {
  border: 2px #30b2e2 solid;
}
.construct-place .gallery-desc .swiper-button-next, .construct-place .gallery-desc .swiper-button-prev {
  display: none;
}

@media (min-width: 1024px) {
  .construct-place {
    margin-top: 80px;
  }
  .construct-place .content-holder .module {
    margin: 50px 35px;
  }
  .construct-place .content-holder .title {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .construct-place .content-holder p {
    font-size: 20px;
  }
  .construct-place .gallery-desc {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 4px 28px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .construct-place .gallery-desc .swiper-slide {
    width: 168px;
    height: 103px;
  }
  .construct-place .gallery-desc .swiper-slide img {
    width: 164px;
    height: 103px !important;
  }
  .construct-place .gallery-desc .swiper-slide .module {
    margin: 0 2px;
  }
  .construct-place .gallery-desc .swiper-button-next, .construct-place .gallery-desc .swiper-button-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 30px;
    margin: 0;
    background: 0 0;
    height: auto;
  }
  .construct-place .gallery-desc .swiper-button-next:after, .construct-place .gallery-desc .swiper-button-next:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    background-color: #fff;
  }
  .construct-place .gallery-desc .swiper-button-prev {
    left: 0;
  }
  .construct-place .gallery-desc .swiper-button-prev:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    background-color: #fff;
  }
  .construct-place .gallery-desc .swiper-button-prev:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 2px;
    margin: -1px 0 0 -5px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .construct-place .gallery-desc .swiper-button-prev:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
  }
  .construct-place .gallery-desc .swiper-button-next {
    right: 0;
  }
  .construct-place .gallery-desc .swiper-button-next:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .construct-place .gallery-desc .swiper-button-next:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
}
#jumbotron.is-classic .container {
  position: relative;
  background-color: #000;
}
#jumbotron.is-classic .container .wrap:before, #jumbotron.is-classic .container:after, #jumbotron.is-classic .container:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  height: 100%;
  width: 1px;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0s linear 0s;
  -o-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
}
#jumbotron .container {
  position: relative;
  background-color: #000;
}
#jumbotron .container .wrap:after {
  position: absolute;
  z-index: 3;
  top: 100px;
  left: 50%;
  margin-left: -11px;
  content: "";
  background-image: url(../img/custom/icon_visual_symbol_sm.png);
  width: 26px;
  height: 25px;
  background-size: 26px 25px;
  opacity: 0;
  -webkit-transition: opacity 0.6s 1s;
  -o-transition: opacity 0.6s 1s;
  transition: opacity 0.6s 1s;
}

.is-loaded #jumbotron .container .wrap:after {
  opacity: 1;
}

@keyframes symbol {
  0%, to {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}
#jumbotron .container:before {
  left: 25px;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
#jumbotron .container:after {
  right: 25px;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
#jumbotron .container .wrap:before {
  left: 50%;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
#jumbotron .mask {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  opacity: 1;
  border-left: 1px #000 solid;
  background-color: #000;
  -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
  -ms-transform: matrix(1, 0, 0, 1, 0, 0);
  transform: matrix(1, 0, 0, 1, 0, 0);
}
#jumbotron .mask.mask-a {
  left: 0;
  width: 25px;
  -webkit-transition: width 0.3s linear 0s, opacity 0.6s 0.6s;
  -o-transition: width 0.3s linear 0s, opacity 0.6s 0.6s;
  transition: width 0.3s linear 0s, opacity 0.6s 0.6s;
}
#jumbotron .mask.mask-b {
  left: 25px;
  width: calc(50vw - 25px);
  -webkit-transition: width 0.6s linear 0s, opacity 0.6s 0.6s;
  -o-transition: width 0.6s linear 0s, opacity 0.6s 0.6s;
  transition: width 0.6s linear 0s, opacity 0.6s 0.6s;
}
#jumbotron .mask.mask-c {
  left: 50%;
  width: calc(50vw - 25px);
  -webkit-transition: width 0.6s linear 0s, opacity 0.6s 0.6s;
  -o-transition: width 0.6s linear 0s, opacity 0.6s 0.6s;
  transition: width 0.6s linear 0s, opacity 0.6s 0.6s;
}
#jumbotron .mask.mask-d {
  left: calc(100vw - 26px);
  width: 25px;
  -webkit-transition: width 0.3s linear 0s, opacity 0.6s 0.6s;
  -o-transition: width 0.3s linear 0s, opacity 0.6s 0.6s;
  transition: width 0.3s linear 0s, opacity 0.6s 0.6s;
}
#jumbotron .swiper-slide {
  position: relative;
  overflow: hidden;
}
#jumbotron .swiper-slide:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 100%;
  height: 4px;
  background-color: #30b2e2;
  -webkit-transition: right 0s linear 0s;
  -o-transition: right 0s linear 0s;
  transition: right 0s linear 0s;
}
#jumbotron .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-size: cover;
  -webkit-transform: scale(1.2, 1.2) rotate(0.001deg);
  -ms-transform: scale(1.2, 1.2) rotate(0.001deg);
  transform: scale(1.2, 1.2) rotate(0.001deg);
  -webkit-transition: all 5s;
  -o-transition: all 5s;
  transition: all 5s;
}
#jumbotron .module {
  position: relative;
  z-index: 10;
  height: 600px;
  text-align: center;
  overflow: hidden;
}
#jumbotron .core {
  margin-top: 140px;
  color: #fff;
  letter-spacing: 0.1em;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 45px;
}
#jumbotron .core p {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 45px;
}

.wf-active #jumbotron .core {
  font-family: Oswald, sans-serif;
}
.wf-active #jumbotron .core p {
  font-family: Oswald, sans-serif;
}

#jumbotron .action {
  margin-top: 20px;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.4s 0s;
  -o-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}
#jumbotron .action a {
  position: relative;
  display: inline-block;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

.wf-active #jumbotron .action a {
  font-family: Oswald, sans-serif;
}

#jumbotron .action a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  right: 50%;
  height: 2px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transition: all 0.4s 0s;
  -o-transition: all 0.4s 0s;
  transition: all 0.4s 0s;
}
#jumbotron .swiper-slide-active:after {
  right: 0;
  -webkit-transition: right 7.95s linear 0s;
  -o-transition: right 7.95s linear 0s;
  transition: right 7.95s linear 0s;
}
#jumbotron .swiper-slide-active .bg {
  -webkit-transform: scale(1, 1) rotate(0.001deg);
  -ms-transform: scale(1, 1) rotate(0.001deg);
  transform: scale(1, 1) rotate(0.001deg);
}
#jumbotron .swiper-slide-active .mask {
  width: 0 !important;
  opacity: 0 !important;
}
#jumbotron .swiper-slide-active .text--slide-up .char {
  -webkit-animation-delay: calc(1s + var(--char-index) * 50ms - 50ms);
  animation-delay: calc(1s + var(--char-index) * 50ms - 50ms);
  -webkit-transition-delay: calc(1s + var(--char-index) * 50ms - 50ms);
  -o-transition-delay: calc(1s + var(--char-index) * 50ms - 50ms);
  transition-delay: calc(1s + var(--char-index) * 50ms - 50ms);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
#jumbotron .swiper-slide-active .action {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: all 0.4s 0.8s;
  -o-transition: all 0.4s 0.8s;
  transition: all 0.4s 0.8s;
}
#jumbotron .swiper-slide-active .action a:before {
  left: 15px;
  right: 15px;
  opacity: 1;
}
#jumbotron .swiper-slide-active .action a:hover:before {
  left: 0;
  right: 0;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
#jumbotron .swiper-pagination {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: auto;
  bottom: 100px;
  margin: 0;
}
#jumbotron .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  margin: 0;
  width: 17px;
  height: 30px;
  opacity: 1;
  background: 0 0;
  border-radius: 0;
}
#jumbotron .swiper-pagination .swiper-pagination-bullet:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 14px;
  margin: -7px 0 0 -1px;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#jumbotron .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
  width: 2px;
  height: 30px;
  margin-top: -15px;
  background-color: #30b2e2;
}
#jumbotron .swiper-button-next, #jumbotron .swiper-button-prev {
  display: none;
}

@media (min-width: 1024px) {
  #jumbotron .mask.mask-a {
    left: 0;
    width: calc(50% - 415px);
    -webkit-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    -o-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
  }
  #jumbotron .mask.mask-b {
    left: 50%;
    margin-left: -415px;
    width: 415px;
    -webkit-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    -o-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
  }
  #jumbotron .mask.mask-c {
    left: 50%;
    width: 415px;
    -webkit-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    -o-transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
    transition: width 0.4s 0.4s, opacity 0.4s 0.8s;
  }
  #jumbotron .mask.mask-d {
    left: 50%;
    margin-left: 415px;
    width: calc(50% - 415px);
    -webkit-transition: width 0.4s 0.4s, opacity 0.6s 0.8s;
    -o-transition: width 0.4s 0.4s, opacity 0.6s 0.8s;
    transition: width 0.4s 0.4s, opacity 0.6s 0.8s;
  }
  #jumbotron .container {
    height: 875px;
  }
  #jumbotron .container:before {
    left: 50%;
    margin-left: -415px;
  }
  #jumbotron .container:after {
    right: 50%;
    margin-right: -415px;
  }
  #jumbotron .container .wrap:after {
    position: absolute;
    top: 210px;
    margin-left: -16px;
    content: "";
    background-image: url(../img/custom/icon_visual_symbol_lg_02.png);
    width: 32px;
    height: 31px;
    background-size: 32px 31px;
  }
  #jumbotron .module {
    height: 875px;
  }
  #jumbotron .core {
    margin-top: 300px;
    font-size: 110px;
    line-height: 1.2;
  }
  #jumbotron .core p {
    font-size: 110px;
    line-height: 1.2;
  }
  #jumbotron .action {
    margin-top: 20px;
  }
  #jumbotron .action a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
  #jumbotron .action a:hover {
    text-decoration: none;
  }
  #jumbotron .swiper-slide:after {
    height: 6px;
  }
  #jumbotron .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 40px;
  }
  #jumbotron .swiper-pagination .swiper-pagination-bullet:before {
    width: 3px;
    height: 20px;
    margin: -10px 0 0 -2px;
  }
  #jumbotron .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
    width: 3px;
    height: 40px;
    margin-top: -20px;
  }
  #jumbotron .swiper-button-next, #jumbotron .swiper-button-prev {
    display: block;
    position: absolute;
    z-index: 10;
    top: 50%;
    margin-top: -27px;
    margin: 0;
    width: 120px;
    height: 54px;
    background: 0 0;
  }
  #jumbotron .swiper-button-next:before, #jumbotron .swiper-button-prev:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  #jumbotron .swiper-button-next:after, #jumbotron .swiper-button-prev:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    width: 60px;
    height: 2px;
    background-color: #fff;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  #jumbotron .swiper-button-next span, #jumbotron .swiper-button-prev span {
    position: relative;
    display: block;
    height: 54px;
    line-height: 54px;
    color: #fff;
    font-size: 16px;
    font-family: Oswald, sans-serif;
    font-weight: 500;
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
  }

  .wf-active #jumbotron .swiper-button-next span, .wf-active #jumbotron .swiper-button-prev span {
    font-family: Oswald, sans-serif;
  }

  #jumbotron .swiper-button-next:hover span, #jumbotron .swiper-button-prev:hover span {
    color: #1a1a1a;
  }
  #jumbotron .swiper-button-next:hover:before, #jumbotron .swiper-button-prev:hover:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #jumbotron .swiper-button-next:hover:after {
    background-color: #30b2e2;
  }
  #jumbotron .swiper-button-prev {
    left: 0;
    text-align: right;
  }
  #jumbotron .swiper-button-prev:hover:after {
    background-color: #30b2e2;
  }
  #jumbotron .swiper-button-prev:before {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  #jumbotron .swiper-button-prev:after {
    left: 0;
  }
  #jumbotron .swiper-button-prev span {
    padding-right: 20px;
  }
  #jumbotron .swiper-button-next {
    right: 0;
  }
  #jumbotron .swiper-button-next:before {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
  #jumbotron .swiper-button-next:after {
    right: 0;
  }
  #jumbotron .swiper-button-next span {
    padding-left: 20px;
  }
}
#scrollDown {
  position: absolute;
  z-index: 100;
  margin-top: -40px;
  left: 25px;
  overflow: hidden;
}
#scrollDown .wrap {
  max-width: 1200px;
  min-width: 290px;
}
#scrollDown span {
  position: relative;
  display: inline-block;
  padding: 0 60px 0 15px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  font-size: 11px;
  letter-spacing: 0.2em;
  text-align: left;
  background-color: #30b2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.6s 1s, -webkit-transform 0.6s 1s;
  transition: opacity 0.6s 1s, -webkit-transform 0.6s 1s;
  -o-transition: opacity 0.6s 1s, transform 0.6s 1s;
  transition: opacity 0.6s 1s, transform 0.6s 1s;
  transition: opacity 0.6s 1s, transform 0.6s 1s, -webkit-transform 0.6s 1s;
}

.wf-active #scrollDown span {
  font-family: Oswald, sans-serif;
}

#scrollDown span:before {
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background-image: url(../img/custom/icon_scrolldown_sm.png);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
  -webkit-animation: scrolldown 1.2s infinite;
  animation: scrolldown 1.2s infinite;
}

.is-loaded #scrollDown:before {
  opacity: 1;
  width: 100%;
}
.is-loaded #scrollDown span {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  #scrollDown {
    margin-top: 0;
    left: 0;
    right: 0;
    padding: 0;
    overflow: hidden;
  }
  #scrollDown span {
    padding: 0 0 0 30px;
    width: 370px;
    height: 60px;
    line-height: 60px;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
  }
  #scrollDown span:before {
    content: "";
    background-image: url(../img/custom/icon_scrolldown_lg.png);
    width: 60px;
    height: 60px;
    background-size: 60px 60px;
  }
}
@-webkit-keyframes scrolldown {
  50% {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes scrolldown {
  50% {
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
  }
  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.page-home #inner {
  position: relative;
  overflow: hidden;
}
.page-home #inner #content:before, .page-home #inner:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #f2f2f2;
}
.page-home #inner:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 0;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #f2f2f2;
  left: 15px;
}
.page-home #inner:after {
  right: 15px;
}
.page-home #content {
  position: relative;
  margin-top: 0;
}
.page-home #content:before {
  left: 50%;
  margin-left: -1px;
}
.page-home #content:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
  width: 100%;
  height: 950px;
  max-width: 750px;
  background-size: 100% auto;
  background-position: right bottom;
  background-image: url(../img/custom/overview_bg_lg.png);
}
.page-home [class*=section] {
  position: relative;
  z-index: 1;
}
.page-home [class*=section] .wrap.is-full {
  padding: 0;
  width: auto;
  max-width: 100%;
  max-width: 100vw;
}
.page-home a.find-more {
  position: relative;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin-bottom: 2px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 13px;
}

@media (min-width: 1280px) {
  .page-home [class*=section] .wrap {
    max-width: 1200px;
  }
}
@media (max-width: 1023px) {
  .page-home [class*=section] .wrap.is-full.is-padder {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-home [class*=section] .wrap.is-full.is-padder-large {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.wf-active .page-home a.find-more {
  font-family: Oswald, sans-serif;
}

.page-home a.find-more:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 50px;
  height: 2px;
  background-color: #30b2e2;
}
.page-home a.find-more.light {
  color: #fff;
}

@media (min-width: 1024px) {
  .page-home #inner:before {
    left: 50%;
    margin-left: -415px;
  }
  .page-home #inner:after {
    right: 50%;
    margin-right: -415px;
  }
  .page-home #content:after {
    display: none;
    right: auto;
    left: 50%;
    bottom: 0;
    margin-left: -150px;
    width: 885px;
    height: 1039px;
    max-width: none;
    background-image: url(../img/custom/home_logo_lg.png);
  }
  .page-home a.find-more {
    height: 45px;
    line-height: 45px;
    margin-bottom: 4px;
    font-size: 16px;
  }
  .page-home a.find-more:before {
    left: 0;
    width: 68px;
    height: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .page-home a.find-more:hover {
    text-decoration: none;
  }
  .page-home a.find-more:hover:before {
    width: 100%;
  }
}
.section-home-information .subject {
  position: relative;
  margin: 70px 15px 0 15px;
}
.section-home-information .subject:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 50%;
  width: 2px;
  height: 40px;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-color: #30b2e2;
  -webkit-transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.6s;
  transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.6s;
  -o-transition: transform 0.6s 0.6s, opacity 0.6s 0.8s;
  transition: transform 0.6s 0.6s, opacity 0.6s 0.8s;
  transition: transform 0.6s 0.6s, opacity 0.6s 0.8s, -webkit-transform 0.6s 0.6s;
}
.section-home-information .subject .core p {
  margin: 0;
  font-size: 30px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  color: #5d6168;
  letter-spacing: 0.2em;
}

.wf-active .section-home-information .subject .core p {
  font-family: Oswald, sans-serif;
}

.section-home-information .subject .desc {
  margin: 10px 0 0;
}
.section-home-information .pic {
  margin-top: 25px;
  overflow: hidden;
}
.section-home-information .swiper-slide {
  width: 330px;
  height: 100%;
}
.section-home-information .swiper-slide .module {
  margin: 0 15px;
  overflow: hidden;
}
.section-home-information .swiper-slide img {
  -webkit-transform: scale(1.2, 1.2) rotate(0.001deg);
  -ms-transform: scale(1.2, 1.2) rotate(0.001deg);
  transform: scale(1.2, 1.2) rotate(0.001deg);
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}
.section-home-information .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1, 1) rotate(0.001deg);
  -ms-transform: scale(1, 1) rotate(0.001deg);
  transform: scale(1, 1) rotate(0.001deg);
}
.section-home-information .control {
  overflow: visible;
}
.section-home-information .control .wrap {
  position: relative;
}
.section-home-information .description {
  position: relative;
  z-index: 5;
  margin: 15px 15px 0 15px;
  min-height: 50px;
  width: 300px;
  letter-spacing: -0.05em;
}
.section-home-information .description:before {
  content: "";
  position: absolute;
  top: -55px;
  left: 35px;
  width: 2px;
  height: 75px;
  background-color: #30b2e2;
}
.section-home-information .description .item {
  display: none;
}
.section-home-information .description .item.in {
  display: block;
}
.section-home-information .description .item .module {
  position: relative;
}
.section-home-information .description .item .module a {
  display: block;
  padding-left: 50px;
  color: #1e2832;
  font-size: 16px;
  word-break: break-all;
}
.section-home-information .description .item .module .number {
  position: absolute;
  top: -2px;
  left: 5px;
  font-size: 20px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
  color: #5d6168;
}

.wf-active .section-home-information .description .item .module .number {
  font-family: Oswald, sans-serif;
}

.section-home-information .action {
  margin: 20px 0 0 15px;
}
.section-home-information .in .subject:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-home-information .subject {
    margin: 200px 0 0;
  }
  .section-home-information .subject:before {
    top: -30px;
    width: 3px;
    height: 60px;
  }
  .section-home-information .subject .core p {
    font-size: 54px;
    line-height: 1.2;
  }
  .section-home-information .subject .desc {
    margin: 25px 0 0;
    font-size: 24px;
  }
  .section-home-information .pic {
    position: relative;
    left: 50%;
    margin-top: 50px;
    margin-left: -320px;
  }
  .section-home-information .swiper-slide {
    width: 760px;
  }
  .section-home-information .swiper-slide .module {
    margin: 0 20px;
    overflow: hidden;
  }
  .section-home-information .swiper-slide a {
    display: inline-block;
    position: relative;
    overflow: hidden;
    max-width: 100%;
  }
  .section-home-information .swiper-slide a span {
    display: inline-block;
    max-width: 100%;
  }
  .section-home-information .swiper-slide a .thumb:after, .section-home-information .swiper-slide a .thumb:before {
    content: "";
    position: absolute;
    z-index: 4;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .section-home-information .swiper-slide a:after {
    content: "";
    position: absolute;
    z-index: 4;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
  }
  .section-home-information .swiper-slide a:before {
    content: "";
    position: absolute;
    z-index: 4;
    -webkit-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
  }
  .section-home-information .swiper-slide a:after {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
  }
  .section-home-information .swiper-slide a .thumb:before {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
  }
  .section-home-information .swiper-slide a .thumb:after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
  }
  .section-home-information .swiper-slide a .thumb:before {
    -webkit-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    -o-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
  }
  .section-home-information .swiper-slide a:before {
    -webkit-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    -o-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
  }
  .section-home-information .swiper-slide a .thumb:after, .section-home-information .swiper-slide a:after {
    -webkit-transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
    -o-transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
    transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
  }
  .section-home-information .swiper-slide a img {
    position: relative;
    z-index: 0;
  }
  .section-home-information .swiper-slide a .inner:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: #000;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .section-home-information .swiper-slide a .inner:after {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    border: 1px rgba(255, 255, 255, 0.6) solid;
    content: "";
    background-image: url(../img/custom/icon_sell_more.png);
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
  }
  .section-home-information .swiper-slide a:hover .thumb:before, .section-home-information .swiper-slide a:hover:before {
    width: 100%;
    height: 6px;
    -webkit-transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
    -o-transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
    transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
  }
  .section-home-information .swiper-slide a:hover .thumb:after, .section-home-information .swiper-slide a:hover:after {
    height: 100%;
    width: 6px;
    -webkit-transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
    -o-transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
    transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
  }
  .section-home-information .swiper-slide a:hover img {
    -webkit-transform: scale(1.1, 1.1) rotate(0.001deg);
    -ms-transform: scale(1.1, 1.1) rotate(0.001deg);
    transform: scale(1.1, 1.1) rotate(0.001deg);
  }
  .section-home-information .swiper-slide a:hover .inner:before {
    opacity: 0.3;
  }
  .section-home-information .swiper-slide a:hover .inner:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .section-home-information .control .holder {
    position: absolute;
    top: -400px;
    left: 0;
  }
  .section-home-information .description {
    width: 225px;
    margin: 0;
  }
  .section-home-information .description:before {
    display: none;
  }
  .section-home-information .description .item {
    display: block;
  }
  .section-home-information .description .item .module {
    position: relative;
  }
  .section-home-information .description .item .module a {
    padding: 20px 0 20px 40px;
  }
  .section-home-information .description .item .module a:hover {
    text-decoration: none;
  }
  .section-home-information .description .item .module:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 181.81818182%;
    height: 4px;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    background-color: #30b2e2;
    -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.6s 0s;
    transition: opacity 0.3s 0s, -webkit-transform 0.6s 0s;
    -o-transition: opacity 0.3s 0s, transform 0.6s 0s;
    transition: opacity 0.3s 0s, transform 0.6s 0s;
    transition: opacity 0.3s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
  }
  .section-home-information .description .item .module .number {
    top: 15px;
    left: 0;
    font-size: 22px;
  }
  .section-home-information .description .item.in .module:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0s;
    transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0s;
    -o-transition: opacity 0.6s 0.3s, transform 0.6s 0s;
    transition: opacity 0.6s 0.3s, transform 0.6s 0s;
    transition: opacity 0.6s 0.3s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
  }
  .section-home-information .action {
    margin: 30px 0 0;
  }
}
.section-home-value {
  position: relative;
  margin-top: 50px;
  overflow: hidden;
}
.section-home-value .bg-wrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
  overflow: hidden;
}
.section-home-value .bg-wrap .bg {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-size: cover;
  background-image: url(../img/custom/home_value_bg_sm.jpg);
  -webkit-transform: scale(1.1, 1.1) rotate(0.001deg);
  -ms-transform: scale(1.1, 1.1) rotate(0.001deg);
  transform: scale(1.1, 1.1) rotate(0.001deg);
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}
.section-home-value .core {
  margin: 30px 0 0;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
}

.wf-active .section-home-value .core {
  font-family: Oswald, sans-serif;
}

.section-home-value .desc {
  margin: 20px 0 0;
  font-size: 27px;
  font-weight: 700;
  color: #fff;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s 0.5s;
  -o-transition: all 0.6s 0.5s;
  transition: all 0.6s 0.5s;
}
.section-home-value .action {
  margin-top: 10px;
}
.section-home-value .object-holder {
  margin-top: 30px;
}
.section-home-value .video-holder {
  margin-top: 30px;
  display: none;
  position: relative;
}
.section-home-value .video-holder iframe {
  width: 100%;
}
.section-home-value .in .bg {
  -webkit-transform: scale(1, 1) rotate(0.001deg);
  -ms-transform: scale(1, 1) rotate(0.001deg);
  transform: scale(1, 1) rotate(0.001deg);
}
.section-home-value .in .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-home-value.in .object-holder {
  display: none;
}
.section-home-value.in .video-holder {
  display: block;
}

@media (min-width: 1024px) {
  .section-home-value {
    margin-top: 150px;
  }
  .section-home-value .bg-wrap {
    bottom: 0;
  }
  .section-home-value .bg-wrap .bg {
    background-image: url(../img/custom/home_value_bg_lg.jpg);
    background-attachment: fixed;
  }
  .section-home-value .content-holder {
    float: left;
  }
  .section-home-value .core {
    margin-top: 150px;
    font-size: 24px;
  }
  .section-home-value .desc {
    margin: 20px 0 0;
    font-size: 54px;
  }
  .section-home-value .action {
    margin-top: 50px;
  }
  .section-home-value .object-holder {
    margin: 130px 0;
    float: right;
    width: 50%;
    position: relative;
  }
  .section-home-value .object-holder span {
    display: block;
  }
  .section-home-value .object-holder .module:after, .section-home-value .object-holder .module:before {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-home-value .object-holder:after {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-home-value .object-holder:before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
  }
  .section-home-value .object-holder:after {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
  }
  .section-home-value .object-holder .module:before {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
  }
  .section-home-value .object-holder .module:after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
  }
  .section-home-value .object-holder .module:before {
    -webkit-transition: width 0s 0.3s, height 0.3s 0s;
    -o-transition: width 0s 0.3s, height 0.3s 0s;
    transition: width 0s 0.3s, height 0.3s 0s;
  }
  .section-home-value .object-holder:before {
    -webkit-transition: width 0s 0.3s, height 0.3s 0s;
    -o-transition: width 0s 0.3s, height 0.3s 0s;
    transition: width 0s 0.3s, height 0.3s 0s;
  }
  .section-home-value .object-holder .module:after, .section-home-value .object-holder:after {
    -webkit-transition: width 0.3s 0s, height 0s 0.3s;
    -o-transition: width 0.3s 0s, height 0s 0.3s;
    transition: width 0.3s 0s, height 0s 0.3s;
  }
  .section-home-value .object-holder:hover .module:before, .section-home-value .object-holder:hover:before {
    width: 100%;
    height: 6px;
    -webkit-transition: width 0.3s 0s, height 0s 0s;
    -o-transition: width 0.3s 0s, height 0s 0s;
    transition: width 0.3s 0s, height 0s 0s;
  }
  .section-home-value .object-holder:hover .module:after, .section-home-value .object-holder:hover:after {
    height: 100%;
    width: 6px;
    -webkit-transition: width 0s 0s, height 0.3s 0s;
    -o-transition: width 0s 0s, height 0.3s 0s;
    transition: width 0s 0s, height 0.3s 0s;
  }
  .section-home-value .object-holder .module {
    text-align: right;
  }
  .section-home-value .video-holder {
    margin: 130px 0;
    float: right;
    width: 50%;
  }
}
@media (min-width: 1280px) {
  .section-home-value .core {
    margin-top: 180px;
  }
  .section-home-value .object-holder, .section-home-value .video-holder {
    width: 690px;
  }
  .section-home-value .object-holder iframe, .section-home-value .video-holder iframe {
    height: 391px;
  }
}
@media (min-width: 1600px) {
  .section-home-value .core {
    margin-top: 200px;
  }
}
.section-home-business {
  position: relative;
  z-index: 2 !important;
  margin-top: 40px;
}
.section-home-business .subject {
  position: relative;
  padding-top: 50px;
}
.section-home-business .subject:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 40px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.2s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.2s;
  -o-transition: transform 0.6s 0.2s, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.2s, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.2s, opacity 0.6s 0.3s, -webkit-transform 0.6s 0.2s;
}
.section-home-business .subject .core {
  margin: 0;
  font-size: 30px;
  letter-spacing: 0.2em;
  color: #5d6168;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.wf-active .section-home-business .subject .core {
  font-family: Oswald, sans-serif;
}

.section-home-business .subject .desc {
  margin: 10px 0 0;
  font-size: 15px;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s 0.2s;
  -o-transition: all 0.6s 0.2s;
  transition: all 0.6s 0.2s;
}
.section-home-business .subject .action {
  margin-top: 20px;
}
.section-home-business .item {
  margin-top: 30px;
}
.section-home-business .item a {
  position: relative;
  display: block;
  max-width: 100%;
  clear: both;
}
.section-home-business .item a:after, .section-home-business .item a:before {
  content: " ";
  display: table;
}
.section-home-business .item a:after {
  clear: both;
}
.section-home-business .item .object-wrap {
  clear: both;
  overflow: hidden;
}
.section-home-business .item .object-wrap:after, .section-home-business .item .object-wrap:before {
  content: " ";
  display: table;
}
.section-home-business .item .object-wrap:after {
  clear: both;
}
.section-home-business .item .object {
  opacity: 0;
  background-size: 100% 100%;
  background-size: cover;
  background-color: left center;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}
.section-home-business .item .module {
  position: absolute;
  padding: 20px 20px 0 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px #30b2e2 solid;
  border-color: #30b2e2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
}
.section-home-business .item span {
  display: block;
}
.section-home-business .item .core {
  font-size: 21px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  color: #30b2e2;
}

.wf-active .section-home-business .item .core {
  font-family: Oswald, sans-serif;
}

.section-home-business .item .core span {
  display: block;
  color: #000;
}
.section-home-business .item .desc {
  margin-top: 10px;
}
.section-home-business .item .more {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px #30b2e2 solid;
}
.section-home-business .item .more:after, .section-home-business .item .more:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -6px;
  width: 12px;
  height: 2px;
  background-color: #30b2e2;
}
.section-home-business .item .more:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-home-business .item.housing .object-wrap {
  margin-bottom: 20px;
  width: 89.85507246%;
}
.section-home-business .item.housing .object {
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  height: 219px;
  background-image: url(../img/custom/home_business_1_sm.jpg);
}
.section-home-business .item.housing .module {
  top: 50px;
  right: 0;
  width: 64.63768116%;
  height: 190px;
}
.section-home-business .item.order .object-wrap {
  text-align: right;
}
.section-home-business .item.order .object {
  display: inline-block;
  vertical-align: top;
  width: 60.14492754%;
  height: 300px;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  background-image: url(../img/custom/home_business_2_sm.jpg);
  background-position: right center;
}
.section-home-business .item.order .module {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -112px;
  padding: 25px 20px 0 20px;
  width: 55.07246377%;
  height: 223px;
  text-align: left;
}
.section-home-business .item.development .object-wrap {
  margin-top: 30px;
  text-align: right;
}
.section-home-business .item.development .object {
  display: inline-block;
  vertical-align: top;
  width: 89.85507246%;
  height: 219px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background-image: url(../img/custom/home_business_3_sm.jpg);
}
.section-home-business .item.development a {
  text-align: right;
}
.section-home-business .item.development .module {
  top: 0;
  left: 0;
  text-align: left;
  width: 64.63768116%;
  height: 190px;
}
.section-home-business .item.inviewed .object, .section-home-business .item.inviewed .module {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-home-business .in .subject:before, .section-home-business .in .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 750px) {
  .section-home-business .item.housing .object {
    height: 438px;
  }
  .section-home-business .item.housing .module {
    top: 100px;
  }
}
@media (min-width: 750px) {
  .section-home-business .item.order .object {
    height: 600px;
  }
}
@media (min-width: 750px) {
  .section-home-business .item.development .object {
    height: 438px;
  }
}
@media (min-width: 1024px) {
  .section-home-business {
    margin-top: 0;
  }
  .section-home-business .subject {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -415px;
    padding-top: 150px;
    width: 475px;
  }
  .section-home-business .subject:before {
    top: 0;
    width: 3px;
    left: 0;
    height: 80px;
  }
  .section-home-business .subject .core {
    margin: 0;
    font-size: 54px;
  }
  .section-home-business .subject .desc {
    margin: 20px 0 0;
    font-size: 24px;
  }
  .section-home-business .subject .action {
    margin-top: 50px;
  }
  .section-home-business .items {
    margin-top: 150px;
  }
  .section-home-business .item {
    margin: 0 0 0 50%;
  }
  .section-home-business .item .object {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .section-home-business .item .core {
    font-size: 32px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s 0s;
    transition: -webkit-transform 0.6s 0s;
    -o-transition: transform 0.6s 0s;
    transition: transform 0.6s 0s;
    transition: transform 0.6s 0s, -webkit-transform 0.6s 0s;
  }
  .section-home-business .item .desc {
    margin-top: 30px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: -webkit-transform 0.6s 0.2s;
    transition: -webkit-transform 0.6s 0.2s;
    -o-transition: transform 0.6s 0.2s;
    transition: transform 0.6s 0.2s;
    transition: transform 0.6s 0.2s, -webkit-transform 0.6s 0.2s;
  }
  .section-home-business .item .more {
    left: 40px;
    bottom: 40px;
    width: 48px;
    height: 48px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .section-home-business .item .more:after, .section-home-business .item .more:before {
    margin: -1px 0 0 -9px;
    width: 18px;
    height: 2px;
  }
  .section-home-business .item a {
    position: relative;
    margin-left: 50px;
  }
  .section-home-business .item a:hover {
    color: #fff;
  }
  .section-home-business .item a:hover .module {
    background-color: #30b2e2;
    border-color: transparent;
  }
  .section-home-business .item a:hover .core {
    color: #fff;
  }
  .section-home-business .item a:hover .core span {
    color: #fff;
  }
  .section-home-business .item a:hover .more {
    border-color: #fff;
  }
  .section-home-business .item a:hover .more:after, .section-home-business .item a:hover .more:before {
    background-color: #fff;
  }
  .section-home-business .item a:hover .object {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .section-home-business .item.housing {
    position: absolute;
    top: 520px;
    left: 50%;
    margin: 0 0 0 -700px;
  }
  .section-home-business .item.housing a {
    margin: 0;
  }
  .section-home-business .item.housing .object-wrap {
    width: 620px;
    margin: 0;
  }
  .section-home-business .item.housing .object {
    height: 438px;
    background-image: url(../img/custom/home_business_1_lg.jpg);
  }
  .section-home-business .item.housing .module {
    top: 60px;
    left: 380px;
    padding: 40px 20px 0 40px;
    width: 300px;
    height: 330px;
  }
  .section-home-business .item.housing .more {
    bottom: 40px;
  }
  .section-home-business .item.order .object-wrap {
    margin-left: 120px;
    width: 377px;
    text-align: left;
  }
  .section-home-business .item.order .object {
    width: 377px;
    height: 531px;
    background-image: url(../img/custom/home_business_2_lg.jpg);
  }
  .section-home-business .item.order .module {
    top: 50%;
    left: 0;
    margin-top: -227px;
    padding: 50px 20px 0 40px;
    width: 300px;
    height: 455px;
  }
  .section-home-business .item.development {
    margin-top: 120px;
  }
  .section-home-business .item.development .object-wrap {
    margin: 35px 0 0 120px;
    width: 620px;
    height: 438px;
    text-align: left;
  }
  .section-home-business .item.development .object {
    width: 620px;
    height: 438px;
    background-image: url(../img/custom/home_business_3_lg.jpg);
  }
  .section-home-business .item.development .module {
    top: 0;
    left: 0;
    padding: 50px 20px 0 40px;
    width: 300px;
    height: 455px;
  }
}
@media (min-width: 1600px) {
  .section-home-business .item a {
    margin-left: 165px;
  }
  .section-home-business .item.housing {
    margin: 0 0 0 -760px;
  }
  .section-home-business .item.housing .module {
    width: 455px;
  }
  .section-home-business .item.order .module, .section-home-business .item.development .module {
    width: 330px;
  }
}
.section-home-news {
  position: relative;
}
.section-home-news .icon.logo {
  position: absolute;
  top: 8px;
  left: 15px;
  content: "";
  background-image: url(../img/custom/icon_news_logo_lg.png);
  width: 140px;
  height: 197px;
  background-size: 100% auto;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
.section-home-news .container {
  overflow: visible;
}
.section-home-news div.subject {
  position: relative;
  padding-left: 50%;
  padding-top: 110px;
}
.section-home-news div.subject:before {
  content: "";
  position: absolute;
  top: 43px;
  left: 50%;
  width: 2px;
  height: 40px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.2s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.2s;
  -o-transition: transform 0.6s 0.2s, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.2s, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.2s, opacity 0.6s 0.3s, -webkit-transform 0.6s 0.2s;
}
.section-home-news div.subject .core {
  margin: 0;
  font-size: 30px;
  color: #5d6168;
  letter-spacing: 0.2em;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.wf-active .section-home-news div.subject .core {
  font-family: Oswald, sans-serif;
}

.section-home-news div.subject .action {
  margin-top: 15px;
}
.section-home-news .list {
  margin: 30px 0 0;
}
.section-home-news .item {
  margin-top: 10px;
  background-color: #f6f6f6;
}
.section-home-news .item:first-child {
  margin-top: 0;
}
.section-home-news .item a {
  position: relative;
  display: block;
  padding: 20px 20px 20px 80px;
  letter-spacing: -0.05em;
}
.section-home-news .item .subject {
  display: block;
  font-weight: 500;
  color: #000;
}
.section-home-news .item .desc {
  display: block;
  margin-top: 10px;
}
.section-home-news .item .category {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
  height: 40px;
  line-height: 36px;
}
.section-home-news .item .date {
  display: none;
}
.section-home-news .in div.subject:before, .section-home-news .in .icon.logo {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-home-news .icon.logo {
    display: none;
    position: absolute;
    top: 240px;
    left: -350px;
    content: "";
    background-image: url(../img/custom/icon_news_logo_lg.png);
    width: 264px;
    height: 257px;
    background-size: 100% auto;
  }
  .section-home-news .wrap {
    position: relative;
    min-width: 830px;
    max-width: 830px !important;
  }
  .section-home-news div.subject {
    padding: 0;
    margin: 0;
    padding-top: 230px;
  }
  .section-home-news div.subject:before {
    top: 20px;
    left: -156px;
    width: 3px;
  }
  .section-home-news div.subject .core {
    font-size: 54px;
  }
  .section-home-news div.subject .action {
    margin-top: 30px;
  }
  .section-home-news .list {
    margin: 60px 0 0 0;
  }
  .section-home-news .item {
    position: relative;
    margin-top: 20px;
    -webkit-box-shadow: 3px 5px 10px 0 transparent;
    box-shadow: 3px 5px 10px 0 transparent;
  }
  .section-home-news .item a:after, .section-home-news .item a:before {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-home-news .item:after {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-home-news .item:before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
  }
  .section-home-news .item:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
  }
  .section-home-news .item a:before {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
  }
  .section-home-news .item a:after {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
  }
  .section-home-news .item:hover {
    background-color: #fff;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
    -o-transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, box-shadow 0.6s 0s, -webkit-box-shadow 0.6s 0s;
  }
  .section-home-news .item:hover a:after, .section-home-news .item:hover a:before {
    -webkit-transition: width 0.6s 0s, height 0.6s 0s;
    -o-transition: width 0.6s 0s, height 0.6s 0s;
    transition: width 0.6s 0s, height 0.6s 0s;
  }
  .section-home-news .item:hover:after, .section-home-news .item:hover:before {
    -webkit-transition: width 0.6s 0s, height 0.6s 0s;
    -o-transition: width 0.6s 0s, height 0.6s 0s;
    transition: width 0.6s 0s, height 0.6s 0s;
  }
  .section-home-news .item:hover a:before, .section-home-news .item:hover:before {
    width: 100%;
  }
  .section-home-news .item:hover a:after, .section-home-news .item:hover:after {
    height: 100%;
  }
  .section-home-news .item .subject {
    font-size: 22px;
  }
  .section-home-news .item .date {
    margin-top: 15px;
    display: block;
    font-family: Oswald, sans-serif;
    font-size: 16px;
    color: #969696;
  }

  .wf-active .section-home-news .item .date {
    font-family: Oswald, sans-serif;
  }

  .section-home-news .item .desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
  }
  .section-home-news .item .category {
    top: 30px;
    left: 40px;
    width: 60px;
    height: 60px;
    line-height: 54px;
  }
  .section-home-news .item .date {
    display: block;
  }
  .section-home-news .item a {
    padding: 30px 30px 30px 150px;
  }
  .section-home-news .item a:hover {
    text-decoration: none;
  }
  .section-home-news .in div.subject:before {
    opacity: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media (min-width: 1280px) {
  .section-home-news .icon.logo {
    display: block;
  }
}
@media (min-width: 1600px) {
  .section-home-news {
    padding-bottom: 260px;
  }
  .section-home-news:before {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 989px;
    height: 890px;
    max-width: none;
    background-image: url(../img/custom/home_news_bg_lg.png);
    background-size: 100%;
    background-position: right bottom;
  }
}
@media (min-width: 1920px) {
  .section-home-news:before {
    right: 0;
  }
}
.section-home-career {
  position: relative;
}
.section-home-career .bg-wrap {
  position: absolute;
  top: 80px;
  left: 50%;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.section-home-career .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: 100% 100%;
  background-size: cover;
  background-color: #30b2e2;
  background-position: right bottom;
  background-image: url(../img/custom/home_career_sm.jpg);
  opacity: 0;
  -webkit-transform: translate(100%, 0);
  -ms-transform: translate(100%, 0);
  transform: translate(100%, 0);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-home-career .inviewed .bg {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-home-career .core {
  position: relative;
  margin: 0;
  padding-top: 80px;
  font-size: 30px;
  color: #5d6168;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
  line-height: 1;
  width: 50%;
}

.wf-active .section-home-career .core {
  font-family: Oswald, sans-serif;
}

.section-home-career .core:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 40px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.3s, opacity 0.6s 0.3s;
  transition: transform 0.6s 0.3s, opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-home-career .desc {
  width: 50%;
  margin: 40px 0 0;
  font-size: 18px;
  font-weight: 700;
  color: #587eb6;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-home-career .action {
  margin-top: 40px;
}
.section-home-career .in:before, .section-home-career .in .core:before, .section-home-career .in .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-home-career {
    position: relative;
    min-height: 550px;
  }
  .section-home-career .bg {
    top: 100px;
    background-image: url(../img/custom/home_career_lg.jpg);
  }
  .section-home-career .core {
    padding-top: 170px;
    font-size: 54px;
    max-width: 550px;
  }
  .section-home-career .core:before {
    top: 0;
    left: 68px;
    width: 3px;
    height: 90px;
  }
  .section-home-career .desc {
    margin: 60px 0 0;
    font-size: 36px;
    max-width: 550px;
  }
}
@media (min-width: 1600px) {
  .section-home-career {
    margin-top: -100px;
  }
  .section-home-career .core:before {
    left: 184px;
  }
  .section-home-career .bg-wrap {
    top: 0;
  }
}
.section-home-customer {
  position: relative;
  margin-top: 100px;
}
.section-home-customer .container {
  overflow: visible;
  padding: 45px 0 30px 0;
}
.section-home-customer .container:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: -130px;
  right: 15px;
  width: 2px;
  height: 40px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s;
  transition: transform 0.6s 0s, opacity 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-home-customer .bg-wrap {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}
.section-home-customer .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url(../img/custom/home_customer_bg_sm.jpg);
  background-size: 100% 100%;
  background-size: cover;
  -webkit-transform: scale(1.2, 1.2) rotate(0.001deg);
  -ms-transform: scale(1.2, 1.2) rotate(0.001deg);
  transform: scale(1.2, 1.2) rotate(0.001deg);
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  -o-transition: transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}
.section-home-customer .subject {
  position: relative;
}
.section-home-customer .core {
  margin: 0;
  font-size: 30px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.2em;
  line-height: 1;
}

.wf-active .section-home-customer .core {
  font-family: Oswald, sans-serif;
}

.section-home-customer .desc {
  margin: 15px 0 0;
  font-size: 15px;
  color: #fff;
}
.section-home-customer .action {
  margin-top: 20px;
}
.section-home-customer .links {
  position: relative;
  margin: 35px 0 0;
  overflow: hidden;
}
.section-home-customer .links .grid {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-home-customer .links .col {
  width: 25%;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  -o-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s, -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
.section-home-customer .links .col:nth-child(2) {
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.section-home-customer .links .col:nth-child(3) {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.section-home-customer .links .col:nth-child(4) {
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.section-home-customer .links a {
  position: relative;
  display: inline-block;
  color: #f1eee9;
}
.section-home-customer .links .icon {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px rgba(255, 255, 255, 0.5) solid;
  content: "";
  background-image: url(../img/custom/icon_home_customer_1_sm.png);
  width: 75px;
  height: 75px;
  background-size: 75px 75px;
}
.section-home-customer .links .icon.material {
  background-image: url(../img/custom/icon_home_customer_2_sm.png);
}
.section-home-customer .links .icon.wish {
  background-image: url(../img/custom/icon_home_customer_3_sm.png);
}
.section-home-customer .links .icon.customer {
  background-image: url(../img/custom/icon_home_customer_4_sm.png);
}
.section-home-customer .links span {
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  font-size: 12px;
}
.section-home-customer .links span.eng {
  font-weight: 500;
}
.section-home-customer .in:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-home-customer .in .bg {
  -webkit-transform: scale(1, 1) rotate(0.001deg);
  -ms-transform: scale(1, 1) rotate(0.001deg);
  transform: scale(1, 1) rotate(0.001deg);
}
.section-home-customer .in .links .col {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (max-width: 374px) {
  .section-home-customer .core {
    font-size: 28px;
  }
  .section-home-customer .links {
    margin-left: -20px;
    margin-right: -20px;
  }
  .section-home-customer .links .icon {
    width: 72px;
  }
}
@media (min-width: 1024px) {
  .section-home-customer {
    margin-top: 220px;
  }
  .section-home-customer .container {
    padding: 0;
  }
  .section-home-customer .container:before {
    top: -45px;
    left: 50%;
    margin-left: 415px;
    right: auto;
    width: 3px;
    height: 90px;
  }
  .section-home-customer .bg {
    background-image: url(../img/custom/home_customer_bg_lg.jpg);
  }
  .section-home-customer .subject {
    height: 400px;
    overflow: hidden;
  }
  .section-home-customer .core {
    margin-top: 100px;
    font-size: 54px;
  }
  .section-home-customer .desc {
    margin: 35px 0 0;
    font-size: 24px;
  }
  .section-home-customer .action {
    margin-top: 50px;
  }
  .section-home-customer .links {
    position: absolute;
    top: 50%;
    right: 30px;
    margin-top: -70px;
  }
  .section-home-customer .links .grid {
    margin: 0 -5px;
  }
  .section-home-customer .links .grid .module {
    margin: 0 5px;
  }
  .section-home-customer .links .col {
    width: 25%;
  }
  .section-home-customer .links .icon {
    content: "";
    background-image: url(../img/custom/icon_home_customer_1_lg.png);
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
  }
  .section-home-customer .links .icon.material {
    background-image: url(../img/custom/icon_home_customer_2_lg.png);
  }
  .section-home-customer .links .icon.wish {
    background-image: url(../img/custom/icon_home_customer_3_lg.png);
  }
  .section-home-customer .links .icon.customer {
    background-image: url(../img/custom/icon_home_customer_4_lg.png);
  }
  .section-home-customer .links span {
    top: 90px;
    font-size: 18px;
  }
  .section-home-customer .links a:hover .icon {
    border-color: transparent;
    background-color: #30b2e2;
  }
}
@media (min-width: 1600px) {
  .section-home-customer .links {
    left: 50%;
    right: auto;
    margin-left: -130px;
    max-width: 650px;
  }
  .section-home-customer .links .grid {
    margin: 0 -15px;
  }
  .section-home-customer .links .grid .module {
    margin: 0 15px;
  }
  .section-home-customer .links .col {
    width: 25%;
  }
}
#popupMain {
  position: fixed;
  top: 100px;
  z-index: 1000;
  left: 0;
  right: 0;
}
#popupMain .holder {
  position: relative;
  margin: 0 20px;
  max-width: 330px;
  border: 1px #000 solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #d9e5f0;
  -webkit-box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 5px 10px -3px rgba(0, 0, 0, 0.3);
}
#popupMain .text {
  background-size: 100% 100%;
  background-size: cover;
  background-image: url(../img/custom/popup_text_bg_sm.jpg);
  background-position: right bottom;
  color: #333;
}
#popupMain .text .module {
  margin: 0 30px;
  text-align: left;
  padding-bottom: 80px;
}
#popupMain .text p {
  color: #333;
  margin: 10px 0 0;
  font-sizE: 14px;
  line-height: 1.6;
  letter-spacing: -0.05em;
}
#popupMain .text p strong {
  font-weight: 500;
}
#popupMain .text .notice {
  position: relative;
  margin: 0 0 20px 0;
  padding: 75px 0 0;
  line-height: 1;
  font-size: 29px;
  color: #000;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.wf-active #popupMain .text .notice {
  font-family: Oswald, sans-serif;
}

#popupMain .text .notice:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-image: url(../img/custom/icon_popup_notice_sm.png);
  width: 25px;
  height: 60px;
  background-size: 25px 60px;
}
#popupMain .text .desc {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}
#popupMain .image img {
  width: 100%;
}
#popupMain .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
#popupMain .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #30b2e2;
}
#popupMain .utill {
  background-color: #000;
}
#popupMain .utill a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  color: #aaa;
}
#popupMain .utill .control .module {
  position: relative;
  text-align: center;
  border-left: 1px #484848 solid;
}
#popupMain .utill .control .swiper-button-next, #popupMain .utill .control .swiper-button-prev {
  background: 0 0;
  width: 40px;
  height: 40px;
  margin-top: -20px;
}
#popupMain .utill .control .swiper-button-next:after, #popupMain .utill .control .swiper-button-next:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
#popupMain .utill .control .swiper-button-prev:after, #popupMain .utill .control .swiper-button-prev:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -5px;
  width: 10px;
  height: 2px;
  background-color: #fff;
}
#popupMain .utill .control .swiper-button-next:before, #popupMain .utill .control .swiper-button-prev:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popupMain .utill .control .swiper-button-next:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popupMain .utill .control .swiper-button-prev {
  left: 0;
}
#popupMain .utill .control .swiper-button-prev:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#popupMain .utill .control .swiper-button-prev:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#popupMain .utill .control .swiper-button-next {
  right: 0;
}
#popupMain .utill .control .swiper-button-next:after, #popupMain .utill .control .swiper-button-next:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#popupMain .utill .control .swiper-pagination {
  position: relative;
  bottom: auto;
  height: 40px;
  line-height: 40px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  color: #aaa;
}

.wf-active #popupMain .utill .control .swiper-pagination {
  font-family: Oswald, sans-serif;
}

#popupMain {
  -webkit-transform: translate(-50%, 20px);
  -ms-transform: translate(-50%, 20px);
  transform: translate(-50%, 20px);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0.5s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}
#popupMain .utill .control .swiper-pagination .swiper-pagination-current {
  color: #30b2e2;
}
#popupMain .close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
#popupMain .close .icon {
  width: 60px;
  height: 60px;
}
#popupMain .close .icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
  width: 24px;
  height: 2px;
  background-color: #000;
}
#popupMain .close .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
  width: 24px;
  height: 2px;
  background-color: #000;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#popupMain .close .icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#popupMain.in {
  z-index: 1000;
  -webkit-transform: translate(50%, 0) scale(0.8);
  -ms-transform: translate(-50%, 0) scale(0.8);
  transform: translate(-50%, 0) scale(0.8);
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  -o-transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, visibility 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, z-index 0s cubic-bezier(0.645, 0.045, 0.355, 1) 0s, -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
}

@media (min-width: 375px) {
  #popupMain .swiper-slide {
    /*height: 368px;*/
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  #popupMain {
    top: 165px;
    left:50%;
    right: auto;
  }
  #popupMain .holder {
    margin: 0;
    max-width: 440px;
    border-width: 2px;
  }
  #popupMain .swiper-slide {
    /*height: 490px;*/
    overflow: hidden;
  }
  #popupMain .text {
    background-image: url(../img/custom/popup_text_bg_lg.jpg);
  }
  #popupMain .text .module {
    margin: 0 40px;
    padding-bottom: 120px;
  }
  #popupMain .text p {
    margin-top: 30px;
    font-sizE: 18px;
  }
  #popupMain .text .notice {
    margin: 0 0 20px 0;
    padding-top: 100px;
    font-size: 38px;
  }
  #popupMain .text .notice:before {
    content: "";
    background-image: url(../img/custom/icon_popup_notice_lg.png);
    width: 31px;
    height: 74px;
    background-size: 31px 74px;
  }
  #popupMain .text .desc {
    margin-top: 10px;
    font-size: 16px;
  }
  #popupMain .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 5px;
  }
  #popupMain .utill a {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  #popupMain .utill .control .swiper-button-next {
    width: 50px;
    height: 50px;
    margin-top: -25px;
  }
  #popupMain .utill .control .swiper-button-prev {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    left: 5px;
  }
  #popupMain .utill .control .swiper-button-next {
    right: 5px;
  }
  #popupMain .utill .control .swiper-pagination {
    height: 50px;
    line-height: 50px;
  }
}
@media (min-width: 1300px) {
  #popupMain {
    left: 50%;

  }
}
.section-ceo .obj-a {
  position: absolute;
  z-index: 0;
  width: 215px;
  height: 220px;
  background-image: url(../img/custom/ceo_obj_1_sm.png);
  background-size: 100%;
}
.section-ceo .obj-b {
  position: relative;
  z-index: 1;
  height: 330px;
  background-image: url(../img/custom/ceo_obj_2_sm.png);
  background-size: 100%;
  background-position: center bottom;
}
.section-ceo p {
  margin: 0;
}
.section-ceo p.title {
  font-family: Oswald, sans-serif;
  font-size: 36px;
  color: #1d2930;
  line-height: 1.2;
}

.wf-active .section-ceo p.title {
  font-family: Oswald, sans-serif;
}

.section-ceo p.core {
  margin-top: 20px;
  font-size: 21px;
  color: #333;
}
.section-ceo p.desc {
  margin-top: 20px;
  line-height: 1.8;
}
.section-ceo p.sign {
  position: relative;
  margin-top: 30px;
  font-weight: 500;
  color: #333;
}
.section-ceo p.sign .icon {
  position: absolute;
  top: 50%;
  left: 110px;
  margin-top: -22px;
  content: "";
  background-image: url(../img/custom/ceo_sign_sm.png);
  width: 185px;
  height: 45px;
  background-size: 185px 45px;
}
.section-ceo .action {
  margin-top: 30px;
}
.section-ceo .action a {
  display: inline-block;
  color: #333;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  border-top: 2px #c8a06d solid;
}
.section-ceo .action .icon {
  position: relative;
  margin-left: 7px;
}
.section-ceo .action .icon:after, .section-ceo .action .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 8px;
  height: 1px;
  background-color: #333;
}
.section-ceo .action .icon:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media (min-width: 1024px) {
  .section-ceo .obj-a {
    margin-left: -65px;
    width: 394px;
    height: 398px;
    background-image: url(../img/custom/ceo_obj_1_lg.png);
  }
  .section-ceo .obj-b {
    left: 50%;
    margin-left: -196px;
    width: 392px;
    height: 611px;
    background-image: url(../img/custom/ceo_obj_2_lg.png);
  }
  .section-ceo p.title {
    font-size: 70px;
  }
  .section-ceo p.core {
    margin-top: 85px;
    font-size: 34px;
  }
  .section-ceo p.desc {
    margin-top: 30px;
  }
  .section-ceo p.sign {
    margin-top: 50px;
    font-size: 20px;
  }
  .section-ceo p.sign .icon {
    left: 160px;
    margin-top: -30px;
    content: "";
    background-image: url(../img/custom/ceo_sign_lg.png);
    width: 230px;
    height: 60px;
    background-size: 230px 60px;
  }
  .section-ceo .action {
    margin-top: 60px;
  }
  .section-ceo .action a {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
  .section-ceo .action a .icon:after {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .section-ceo .action a:hover .icon:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
}
.section-history-wrap {
  position: relative;
  z-index: 0;
}
.section-history-wrap .holder:before, .section-history-wrap:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 25px;
  height: 100%;
  width: 1px;
  opacity: 0;
  background-color: #f2f2f2;
  -webkit-transition: opacity 1s 0.8s;
  -o-transition: opacity 1s 0.8s;
  transition: opacity 1s 0.8s;
}
.section-history-wrap:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 1;
  top: 25px;
  height: 100%;
  width: 1px;
  opacity: 0;
  background-color: #f2f2f2;
  -webkit-transition: opacity 1s 0.8s;
  -o-transition: opacity 1s 0.8s;
  transition: opacity 1s 0.8s;
  left: 15px;
}
.section-history-wrap:after {
  right: 15px;
}
.section-history-wrap .holder:before {
  left: 50%;
  margin-left: -1px;
}
.section-history-wrap .holder:after {
  display: block;
  position: absolute;
  z-index: -1;
  right: 15px;
  bottom: 0;
  content: "";
  background-image: url(../img/custom/talent_logo.png);
  width: 220px;
  height: 225px;
  background-size: 220px 225px;
}
.section-history-wrap .tab-a {
  position: relative;
  z-index: 2;
}

.is-loaded .section-history-wrap .holder:before, .is-loaded .section-history-wrap:after, .is-loaded .section-history-wrap:before {
  opacity: 1;
  height: 100%;
}

.section-history-wrap .slogan .core {
  margin: 30px 0 0;
  font-size: 29px;
  color: #5d6168;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.wf-active .section-history-wrap .slogan .core {
  font-family: Oswald, sans-serif;
}

.section-history-wrap .slogan .desc {
  margin: 10px 0 0;
  font-size: 16px;
  letter-spacing: -0.05em;
}
.section-history-wrap .list {
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
.section-history-wrap .list .container, .section-history-wrap .list .wrap {
  min-width: auto;
  max-width: none;
}
.section-history-wrap .list .item {
  position: relative;
  margin-top: 30px;
}
.section-history-wrap .list .item:first-child {
  margin-top: 0;
}
.section-history-wrap .list .item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 0;
  opacity: 0;
  background-color: #30b2e2;
  -webkit-transition: opacity 0.6s, height 0.6s;
  -o-transition: opacity 0.6s, height 0.6s;
  transition: opacity 0.6s, height 0.6s;
}
.section-history-wrap .list .item.in-current:before {
  opacity: 1;
  height: 77px;
}
.section-history-wrap .list .item .module {
  margin: 0 10px;
  padding-top: 5px;
}
.section-history-wrap .list .item .year {
  margin: 0;
  font-size: 27px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  color: #5d6168;
}

.wf-active .section-history-wrap .list .item .year {
  font-family: Oswald, sans-serif;
}

.section-history-wrap .list .item ul {
  margin-top: -10px;
}
.section-history-wrap .list .item li {
  margin-top: 20px;
  font-size: 14px;
}
.section-history-wrap .list .item li p {
  margin: 0 0 10px 0;
  letter-spacing: -0.05em;
}
.section-history-wrap .list .item li p:last-child {
  margin-bottom: 0;
}
.section-history-wrap .list .item p.js-inview {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  -o-transition: opacity 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s, transform 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s, transform 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s;
  transition: opacity 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s, transform 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s, -webkit-transform 0.6s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.section-history-wrap .list .item p.js-inview.inviewed {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-history-wrap .list.history li {
  position: relative;
  padding-left: 25px;
}
.section-history-wrap .list.history li .month {
  position: absolute;
  top: 0;
  left: 0;
  font-family: Oswald, sans-serif;
  color: #5d6168;
  font-size: 15px;
}

.wf-active .section-history-wrap .list.history li .month {
  font-family: Oswald, sans-serif;
}

.section-history-wrap .list.history img {
  max-width: 80%;
}
.section-history-wrap .list.awards img {
  max-width: 139px;
}
.section-history-wrap .list.ceo li {
  position: relative;
  padding-left: 60px;
}
.section-history-wrap .list.ceo li .name {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #5d6168;
}
.section-history-wrap .list.ceo img {
  max-width: 139px;
}

@media (min-width: 1024px) {
  .section-history-wrap {
    margin-top: -110px;
  }
  .section-history-wrap .tab-a {
    margin-top: 0;
  }
  .section-history-wrap .holder:before, .section-history-wrap:after {
    display: block;
    top: 85px;
  }
  .section-history-wrap:before {
    display: block;
    top: 85px;
    left: 50%;
    margin-left: -415px;
  }
  .section-history-wrap:after {
    right: 50%;
    margin-right: -415px;
  }
  .section-history-wrap .holder {
    position: relative;
  }
  .section-history-wrap .holder:after {
    display: block;
    position: absolute;
    z-index: 0;
    top: 465px;
    left: 50%;
    margin-left: -780px;
    content: "";
    background-image: url(../img/custom/overview_bg_lg.png);
    width: 730px;
    height: 707px;
    background-size: 730px auto;
  }
  .section-history-wrap .slogan {
    position: absolute;
    top: 190px;
    z-index: 2;
    max-width: 964px;
    left: 50%;
    margin-left: -482px;
  }
  .section-history-wrap .slogan .core {
    margin: 30px 0 0;
    margin: 0;
    font-size: 48px;
  }
  .section-history-wrap .slogan .desc {
    margin: 30px 0 0;
    font-size: 24px;
  }
  .section-history-wrap .list {
    left: 50%;
    width: 50%;
    margin-top: 100px;
  }
  .section-history-wrap .list .item {
    position: relative;
    margin-top: 80px;
  }
  .section-history-wrap .list .item .module {
    margin: 0 20px 0 70px;
    padding-top: 0;
  }
  .section-history-wrap .list .item .year {
    font-size: 36px;
    line-height: 1;
  }
  .section-history-wrap .list .item ul {
    margin-top: 0;
  }
  .section-history-wrap .list .item li {
    margin-top: 20px;
    font-size: 18px;
  }
  .section-history-wrap .list .item li p {
    margin: 0 0 20px 0;
    letter-spacing: -0.05em;
  }
  .section-history-wrap .list .item li p:last-child {
    margin-bottom: 0;
  }
  .section-history-wrap .list.history li {
    position: relative;
    padding-left: 35px;
  }
  .section-history-wrap .list.history li .month {
    top: -2px;
    font-size: 20px;
  }
}
@media (min-width: 1600px) {
  .section-history-wrap .slogan {
    margin-left: -546px;
  }
}
.section-map {
  position: relative;
  margin-top: 30px;
}
.section-map .map {
  width: 100%;
  height: 300px;
}

@media (min-width: 1024px) {
  .section-map {
    margin-top: 90px;
  }
  .section-map .map {
    height: 600px;
  }
}
.section-map-info {
  position: relative;
  margin-top: -30px;
}
.section-map-info .inner {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 1px #e8e8e8 solid;
}
.section-map-info .info {
  position: relative;
  overflow: hidden;
}
.section-map-info .info .title {
  position: absolute;
  top: 20px;
  left: 15px;
  margin: 0;
  padding: 0;
  font-weight: 500;
  color: #333;
}
.section-map-info .info .module {
  margin: 20px 10px 20px 65px;
  padding-left: 20px;
  border-left: 2px #30b2e2 solid;
}
.section-map-info .info p {
  margin: 0;
}
.section-map-info .info .address {
  font-size: 12px;
}
.section-map-info .info .tel-info {
  margin-top: 15px;
}
.section-map-info .info .tel-info p {
  margin: 10px 0 0;
  color: #333;
  font-family: Oswald, sans-serif;
}

.wf-active .section-map-info .info .tel-info p {
  font-family: Oswald, sans-serif;
}

.section-map-info .info .tel-info p:first-child {
  margin: 0;
}
.section-map-info .info .tel-info .subject {
  display: inline-block;
  margin-right: 10px;
}
.section-map-info .info .tel-info .number {
  display: inline-block;
  font-weight: 300;
}
.section-map-info .link a {
  position: relative;
  display: block;
  padding-left: 44px;
  color: #2c394c;
  height: 48px;
  line-height: 48px;
  background-color: #f6f6f6;
  border-top: 1px #e8e8e8 solid;
}
.section-map-info .link a:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -24px;
  content: "";
  background-image: url(../img/custom/icon_blank_b_sm.png);
  width: 42px;
  height: 48px;
  background-size: 42px 48px;
}
.section-map-info .link a .icon {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -24px;
  content: "";
  background-image: url(../img/custom/icon_map_naver_sm.png);
  width: 44px;
  height: 48px;
  background-size: 44px 48px;
}
.section-map-info .link a .icon.kakao {
  background-image: url(../img/custom/icon_map_kakao_sm.png);
}
.section-map-info .link a .icon.google {
  background-image: url(../img/custom/icon_map_google_sm.png);
}

@media (min-width: 1024px) {
  .section-map-info {
    margin-top: -40px;
  }
  .section-map-info .info .title {
    top: 30px;
    left: 20px;
    font-size: 36px;
  }
  .section-map-info .info .module {
    margin: 30px 300px 30px 120px;
    padding-left: 30px;
  }
  .section-map-info .info .address {
    font-size: 18px;
  }
  .section-map-info .info .tel-info {
    margin-top: 40px;
  }
  .section-map-info .info .tel-info p {
    position: relative;
    display: inline-block;
    margin: 0 0 0 25px;
    padding-left: 25px;
    font-size: 16px;
  }
  .section-map-info .info .tel-info p:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1px;
    height: 14px;
    margin-top: -7px;
    background-color: #b3b3b3;
  }
  .section-map-info .info .tel-info p:first-child {
    margin: 0;
    padding: 0;
  }
  .section-map-info .info .tel-info p:first-child:before {
    display: none;
  }
  .section-map-info .info .tel-info .subject {
    margin-right: 5px;
  }
  .section-map-info .link {
    position: absolute;
    top: 50%;
    right: 20px;
    width: 250px;
    margin-top: -60px;
    border: 1px #e8e8e8 solid;
    border-top: 0;
  }
  .section-map-info .link a {
    padding-left: 65px;
    height: 58px;
    line-height: 58px;
  }
  .section-map-info .link a:before {
    margin-top: -29px;
    content: "";
    background-image: url(../img/custom/icon_blank_b_lg.png);
    width: 48px;
    height: 58px;
    background-size: 48px 58px;
  }
  .section-map-info .link a .icon {
    margin-top: -29px;
    content: "";
    background-image: url(../img/custom/icon_map_naver_lg.png);
    width: 65px;
    height: 58px;
    background-size: 65px 58px;
  }
  .section-map-info .link a .icon.kakao {
    background-image: url(../img/custom/icon_map_kakao_lg.png);
  }
  .section-map-info .link a .icon.google {
    background-image: url(../img/custom/icon_map_google_lg.png);
  }
}
@media (min-width: 1600px) {
  .section-map-info .info .title {
    top: 50px;
    left: 85px;
  }
  .section-map-info .info .module {
    margin: 60px 0 50px 248px;
    padding-left: 60px;
  }
  .section-map-info .link {
    right: 80px;
    width: 300px;
  }
}
.section-map-way .item {
  width: 100%;
}
.section-map-way .item .module {
  position: relative;
  margin-top: 60px;
  padding: 60px 20px 30px 20px;
  text-align: center;
  border: 1px #e8e8e8 solid;
  background-color: #fff;
}
.section-map-way .icon {
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  content: "";
  background-image: url(../img/custom/icon_map_car_sm.png);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  border-radius: 100%;
  background-color: #f6f6f6;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-map-way .icon.metro {
  background-image: url(../img/custom/icon_map_metro_sm.png);
}
.section-map-way .icon.bus {
  background-image: url(../img/custom/icon_map_bus_sm.png);
}
.section-map-way p {
  margin: 0;
}
.section-map-way .core {
  font-size: 18px;
  color: #010101;
  font-weight: 500;
}
.section-map-way .description {
  margin-top: 20px;
  letter-spacing: -0.05em;
}
.section-map-way .description p {
  margin-top: 20px;
}
.section-map-way .description p:first-child {
  margin-top: 0;
  font-size: 15px;
}
.section-map-way .description i.metro {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  border-radius: 100%;
  background-color: #ff5f00;
}

.wf-active .section-map-way .description i.metro {
  font-family: Oswald, sans-serif;
}

.section-map-way .description ul {
  margin: 20px 40px 0 40px;
}
.section-map-way .description ul li {
  position: relative;
  margin: 10px 0 0;
  padding-left: 35px;
  font-family: Oswald, sans-serif;
  text-align: left;
}

.wf-active .section-map-way .description ul li {
  font-family: Oswald, sans-serif;
}

.section-map-way .description ul li:first-child {
  margin-top: 0;
}
.section-map-way .description ul li .bus {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  font-size: 12px;
  border-radius: 3px;
  background-color: #47af1b;
  font-family: "Noto Sans KR", sans-serif;
}
.section-map-way .description ul li .bus.bus-b {
  background-color: #e94e53;
}
.section-map-way .description ul li .bus.bus-c {
  background-color: #ffba00;
}
.section-map-way .description ul li .bus.bus-d {
  background-color: #6175f5;
}
.section-map-way .in .icon {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}

@media (min-width: 1024px) {
  .section-map-way .grid {
    padding-top: 75px;
    margin: 0 -7px;
  }
  .section-map-way .item {
    width: 33.33333333%;
  }
  .section-map-way .item .module {
    margin: 0 7px;
    padding: 120px 30px 0 30px;
    text-align: center;
    border: 1px #e8e8e8 solid;
    background-color: #fff;
    height: 505px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-map-way .icon {
    top: -75px;
    margin-left: -83px;
    content: "";
    background-image: url(../img/custom/icon_map_car_lg.png);
    width: 166px;
    height: 166px;
    background-size: 166px 166px;
  }
  .section-map-way .icon.metro {
    background-image: url(../img/custom/icon_map_metro_lg.png);
  }
  .section-map-way .icon.bus {
    background-image: url(../img/custom/icon_map_bus_lg.png);
  }
  .section-map-way .core {
    font-size: 30px;
  }
  .section-map-way .description {
    margin-top: 20px;
  }
  .section-map-way .description p {
    margin-top: 30px;
    font-size: 18px !important;
    line-height: 1.8;
  }
  .section-map-way .description p.large {
    font-size: 22px !important;
  }
  .section-map-way .description i.metro {
    margin-right: 5px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
  }
  .section-map-way .description ul {
    margin: 40px 0 0 0;
  }
  .section-map-way .description ul li {
    margin: 15px 0 0;
    padding-left: 50px;
    font-size: 18px;
    line-height: 1.8;
  }
  .section-map-way .description ul li .bus {
    width: 40px;
    height: 26px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 3px;
  }
}
@media (min-width: 1600px) {
  .section-map-way .grid {
    margin: 0 43px;
  }
  .section-map-way .item .module {
    padding-left: 70px;
    padding-right: 70px;
  }
}
.section-line-wrap.section-ci-wrap {
  margin-top: 0;
}
.section-line-wrap.section-ci-wrap .action {
  border: 1px #e0e0e0 solid;
  border-top: 0;
  background-color: #f7f7f7;
}
.section-line-wrap.section-ci-wrap .action .col:first-child a {
  position: relative;
}
.section-line-wrap.section-ci-wrap .action .col:first-child a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  margin-left: -1px;
  bottom: 0;
  width: 1px;
  background-color: #e0e0e0;
}
.section-line-wrap.section-ci-wrap .download {
  display: block;
  height: 34px;
  line-height: 34px;
  font-size: 12px;
  font-weight: 500;
  color: #666;
  text-align: center;
}
.section-line-wrap.section-ci-wrap .download .eng {
  font-weight: 400;
}
.section-line-wrap.section-ci-wrap .download > span {
  position: relative;
  display: inline-block;
  padding-right: 35px;
}
.section-line-wrap.section-ci-wrap .download > span:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -17px;
  content: "";
  background-image: url(../img/custom/icon_download.png);
  width: 34px;
  height: 34px;
  background-size: 34px 34px;
}

@media (min-width: 1024px) {
  .section-line-wrap.section-ci-wrap .download {
    height: 67px;
    line-height: 67px;
    font-size: 16px;
  }
  .section-line-wrap.section-ci-wrap .download > span {
    position: relative;
    display: inline-block;
    padding-right: 35px;
  }
  .section-line-wrap.section-ci-wrap .download > span:before {
    margin-top: -34px;
    content: "";
    background-image: url(../img/custom/icon_download_lg.png);
    width: 36px;
    height: 67px;
    background-size: 36px 67px;
  }
}
.section-ci-corporate.elium {
  margin-top: 30px;
}
.section-ci-corporate .sm img {
  width: 100%;
}
.section-ci-corporate .content-holder {
  margin-top: 30px;
}
.section-ci-corporate .core {
  position: relative;
  padding: 20px 0 0 10px;
}
.section-ci-corporate .core:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 2px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
}
.section-ci-corporate .core p {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  letter-spacing: 0.2em;
}

.wf-active .section-ci-corporate .core p {
  font-family: Oswald, sans-serif;
}

.section-ci-corporate .desc {
  margin: 10px 0 0 10px;
  font-size: 12px;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-ci-corporate .in .core:before, .section-ci-corporate .in .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-ci-corporate.elium {
    margin-top: 80px;
  }
  .section-ci-corporate .wrap {
    position: relative;
    padding-top: 45px;
    min-height: 400px;
  }
  .section-ci-corporate .object-holder {
    position: absolute;
    z-index: 1;
    width: 50%;
    top: 0;
    left: 50%;
    margin-left: -50%;
  }
  .section-ci-corporate .content-holder {
    position: relative;
    z-index: 0;
    margin: 0;
    left: 50%;
    width: 50%;
    max-width: 560px;
    padding: 0 20px 40px 40px;
    background-color: #fff;
    border: 1px #f2f2f2 solid;
    border-left: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-ci-corporate .core {
    position: relative;
    padding: 30px 0 0;
  }
  .section-ci-corporate .core:before {
    margin-top: -1px;
    left: -40px;
    height: 4px;
    width: 420px;
  }
  .section-ci-corporate .core p {
    font-size: 24px;
  }
  .section-ci-corporate .desc {
    margin: 30px 0 0;
    font-size: 22px;
    line-height: 1.8;
  }
}
.section-ci-summary-a {
  margin-top: 40px;
  padding-bottom: 20px;
  background-color: #f6f6f6;
}
.section-ci-summary-a .container {
  overflow: visible;
}
.section-ci-summary-a .content-holder .module {
  margin: 40px 10px 0 10px;
  position: relative;
}
.section-ci-summary-a .content-holder .module:before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 2px;
  height: 40px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-ci-summary-a .object-holder {
  position: relative;
  z-index: 1;
  text-align: center;
}
.section-ci-summary-a .object-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  right: 0;
  bottom: 35px;
  background-color: #30b2e2;
}
.section-ci-summary-a .object-holder li {
  position: relative;
  margin: 20px 0;
}
.section-ci-summary-a .object-holder li:before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 10px 0 0 -6px;
  border-radius: 100%;
  background-color: #fff;
  content: "";
  background-image: url(../img/custom/ci_summary_plus_sm.png);
  width: 11px;
  height: 11px;
  background-size: 11px 11px;
}
.section-ci-summary-a .object-holder li span {
  display: block;
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  color: #1d2930;
}

.wf-active .section-ci-summary-a .object-holder li span {
  font-family: Oswald, sans-serif;
}

.section-ci-summary-a .object-holder li:nth-child(2):before {
  background-image: url(../img/custom/ci_summary_total_sm.png);
}
.section-ci-summary-a .object-holder li:nth-child(2) span {
  margin-top: -10px;
}
.section-ci-summary-a .object-holder li:nth-child(3) {
  margin-top: 30px;
}
.section-ci-summary-a .object-holder li:nth-child(3):before {
  display: none;
}
.section-ci-summary-a .icon {
  content: "";
  background-image: url(../img/custom/ci_summary_step_1_sm.png);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-ci-summary-a .icon.step-b {
  background-image: url(../img/custom/ci_summary_step_2_sm.png);
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.section-ci-summary-a .icon.total {
  background-image: url(../img/custom/ci_summary_step_3_sm.png);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.section-ci-summary-a .core {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  color: #000;
  letter-spacing: -0.05em;
}
.section-ci-summary-a .desc {
  margin: 20px 0 0;
  line-height: 1.8;
  letter-spacing: -0.05em;
}
.section-ci-summary-a .in .icon {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.section-ci-summary-a .in .content-holder .module:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-ci-summary-a {
    margin-top: 100px;
    padding: 50px 0;
  }
  .section-ci-summary-a .object-holder:before {
    bottom: auto;
    height: 520px;
  }
  .section-ci-summary-a .object-holder li {
    margin: 60px 0;
  }
  .section-ci-summary-a .object-holder li:before {
    margin: 30px 0 0 -11px;
    width: 22px;
    height: 22px;
    background-size: 22px 22px;
  }
  .section-ci-summary-a .object-holder li span {
    font-size: 20px;
  }
  .section-ci-summary-a .object-holder li:first-child {
    margin-top: 0;
  }
  .section-ci-summary-a .object-holder li:nth-child(3) {
    margin-top: 80px;
  }
  .section-ci-summary-a .icon {
    width: 140px;
    height: 140px;
    background-size: 140px 140px;
  }
  .section-ci-summary-a .content-holder .module {
    margin: 0 50px 0 0;
  }
  .section-ci-summary-a .content-holder .module:before {
    width: 3px;
    height: 80px;
    top: -110px;
    left: 65px;
  }
  .section-ci-summary-a .core {
    margin: 20px 0 0;
    font-size: 30px;
  }
  .section-ci-summary-a .desc {
    margin: 40px 0 0;
    line-height: 2;
    font-size: 22px;
  }
}
@media (min-width: 1600px) {
  .section-ci-summary-a .content-holder .module {
    margin-left: 100px;
  }
  .section-ci-summary-a .content-holder .module:before {
    left: 145px;
  }
}
.section-ci-summary-b {
  margin-top: 30px;
}
.section-ci-summary-b .object-holder {
  margin-top: 30px;
}
.section-ci-summary-b .object-holder .col {
  position: relative;
  height: 140px;
  overflow: hidden;
}
.section-ci-summary-b .object-holder .col:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: -webkit-transform 0.6s 0s;
  transition: -webkit-transform 0.6s 0s;
  -o-transition: transform 0.6s 0s;
  transition: transform 0.6s 0s;
  transition: transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-ci-summary-b .object-holder .col.elium {
  width: 25%;
  color: #fff;
}
.section-ci-summary-b .object-holder .col.elium.beige, .section-ci-summary-b .object-holder .col.elium.white {
  color: #000;
}
.section-ci-summary-b .object-holder .col.elium.d_b:before {
  background-color: #202a5d;
}
.section-ci-summary-b .object-holder .col.elium.e_b:before {
  background-color: #6478c8;
}
.section-ci-summary-b .object-holder .col.elium.l_b:before {
  background-color: #bcd0ed;
}
.section-ci-summary-b .object-holder .col.elium.white:before {
  background-color: #fff;
}
.section-ci-summary-b .object-holder .col.elium.pink:before {
  background-color: #e5cedb;
}
.section-ci-summary-b .object-holder .col.elium.beige:before {
  background-color: #f5f1e9;
}
.section-ci-summary-b .object-holder .col.elium.e_gra:before {
  background-color: #bcd0ed;
  background: -webkit-gradient(linear, left top, right top, from(#bcd0ed), to(#fff));
  background: -webkit-linear-gradient(left, #bcd0ed 17%, #fff 100%);
  background: -o-linear-gradient(left, #bcd0ed 17%, #fff 100%);
  background: linear-gradient(to right, #bcd0ed 17%, #fff 100%);
}
.section-ci-summary-b .object-holder .col.elium.e_gold:before {
  background-color: #d5a67d;
}
.section-ci-summary-b .object-holder .col.elium .module {
  position: relative;
  margin: 0 0 0 20px;
}
.section-ci-summary-b .object-holder .col.elium .name {
  margin: 20px 0 0;
  font-size: 16px;
  font-family: Oswald, sans-serif;
}

.wf-active .section-ci-summary-b .object-holder .col.elium .name {
  font-family: Oswald, sans-serif;
}

.section-ci-summary-b .object-holder .col.elium li {
  position: relative;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}
.section-ci-summary-b .object-holder .col.elium.beige li, .section-ci-summary-b .object-holder .col.elium.white li {
  color: #000 !important;
}

.wf-active .section-ci-summary-b .object-holder .col.elium li {
  font-family: Oswald, sans-serif;
}

.section-ci-summary-b .object-holder .col.elium li span {
  margin-right: 5px;
}
.section-ci-summary-b .object-holder .col.elium li .type {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.section-ci-summary-b .object-holder .col.elium li:first-child {
  margin-top: 15px;
}
.section-ci-summary-b .object-holder .col.blue {
  width: 50%;
  color: #fff;
}
.section-ci-summary-b .object-holder .col.blue:before {
  background-color: #1c407d;
}
.section-ci-summary-b .object-holder .col.blue .module {
  position: relative;
  margin: 0 0 0 20px;
}
.section-ci-summary-b .object-holder .col.blue .name {
  margin: 20px 0 0;
  font-size: 16px;
  font-family: Oswald, sans-serif;
}

.wf-active .section-ci-summary-b .object-holder .col.blue .name {
  font-family: Oswald, sans-serif;
}

.section-ci-summary-b .object-holder .col.blue li {
  position: relative;
  margin-top: 8px;
  color: #fff;
  font-size: 12px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.wf-active .section-ci-summary-b .object-holder .col.blue li {
  font-family: Oswald, sans-serif;
}

.section-ci-summary-b .object-holder .col.blue li span {
  margin-right: 5px;
}
.section-ci-summary-b .object-holder .col.blue li .type {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
.section-ci-summary-b .object-holder .col.blue li:first-child {
  margin-top: 15px;
}
.section-ci-summary-b .object-holder .col.gold {
  width: 50%;
}
.section-ci-summary-b .object-holder .col.gold .module {
  margin: 0 20px 0 20px;
}
.section-ci-summary-b .object-holder .col.gold .module:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.wf-active .section-ci-summary-b .object-holder .col.gold .name {
  font-family: Oswald, sans-serif;
}
.wf-active .section-ci-summary-b .object-holder .col.gold .name.fl {
  float: left;
}
.wf-active .section-ci-summary-b .object-holder .col.gold .name.fr {
  float: right;
}

.section-ci-summary-b .object-holder .col.gold .name {
  margin: 20px 0 0;
  font-size: 16px;
  color: #fff;
}
.section-ci-summary-b .object-holder .col.gold:before {
  background-color: #31a7da;
  background: -webkit-gradient(linear, left top, right top, from(#31a7da), to(#1c407d));
  background: -webkit-linear-gradient(left, #31a7da 0, #1c407d 100%);
  background: -o-linear-gradient(left, #31a7da 0, #1c407d 100%);
  background: linear-gradient(to right, #31a7da 0, #1c407d 100%);
}
.section-ci-summary-b .core {
  position: relative;
  margin: 30px 0 0;
  font-size: 21px;
  color: #000;
  font-weight: 500;
  text-align: center;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-ci-summary-b .core:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
  -o-transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
}
.section-ci-summary-b .desc {
  margin: 20px 0 0;
  line-height: 1.6;
  text-align: center;
}
.section-ci-summary-b .in .object-holder .col:before {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-ci-summary-b .in .core {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-ci-summary-b .in .core:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-ci-summary-b {
    margin-top: 80px;
  }
  .section-ci-summary-b .wrap {
    max-width: 830px;
  }
  .section-ci-summary-b .object-holder .grid {
    margin: 0 20px 0 0;
  }
  .section-ci-summary-b .object-holder .col {
    height: 200px;
  }
  .section-ci-summary-b .object-holder .col.blue .module, .section-ci-summary-b .object-holder .col.elium .module {
    margin-left: 30px;
  }
  .section-ci-summary-b .object-holder .col.blue .name, .section-ci-summary-b .object-holder .col.elium .name {
    margin: 30px 0 0;
    font-size: 18px;
  }
  .section-ci-summary-b .object-holder .col.gold .module {
    margin: 0 30px;
  }
  .section-ci-summary-b .object-holder .col.gold .name {
    margin: 30px 0 0;
    font-size: 18px;
  }
  .section-ci-summary-b .object-holder .col.blue li, .section-ci-summary-b .object-holder .col.elium li {
    margin-top: 10px;
    font-size: 16px;
  }
  .section-ci-summary-b .object-holder .col.blue li:first-child, .section-ci-summary-b .object-holder .col.elium li:first-child {
    margin-top: 20px;
  }
  .section-ci-summary-b .core {
    font-size: 30px;
    margin: 50px 0 0;
  }
  .section-ci-summary-b .core:before {
    display: none;
  }
  .section-ci-summary-b .desc {
    margin: 30px 0 0;
    font-size: 22px;
  }
}
@media (max-width: 1023px) {
  .section-ci-summary-b .object-holder .col.elium {
    width: 50%;
  }
}
.section-ci-brand {
  position: relative;
  margin-top: 40px;
}
.section-ci-brand:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  height: 280px;
  z-index: 0;
  background-color: #f6f6f6;
}
.section-ci-brand .container {
  position: relative;
  z-index: 1;
}
.section-ci-brand .sm img {
  width: 100%;
}
.section-ci-brand .subject {
  margin-top: 40px;
  text-align: center;
}
.section-ci-brand .core {
  position: relative;
  padding-top: 20px;
  display: inline-block;
}
.section-ci-brand .core:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  height: 2px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.6s, right 0.6s 0.6s, left 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, right 0.6s 0.6s, left 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, right 0.6s 0.6s, left 0.6s 0.6s;
}
.section-ci-brand .core p {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  letter-spacing: 0.2em;
}

.wf-active .section-ci-brand .core p {
  font-family: Oswald, sans-serif;
}

.section-ci-brand .desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
  -o-transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, transform 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
}
.section-ci-brand .item {
  margin-top: 20px;
  width: 100%;
}
.section-ci-brand .item:first-child {
  margin-top: 25px;
}
.section-ci-brand .in .core:before {
  opacity: 1;
  left: -10px;
  right: -10px;
}
.section-ci-brand .in .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-ci-brand {
    margin-top: 80px;
  }
  .section-ci-brand:before {
    height: auto;
    bottom: 68px;
  }
  .section-ci-brand .subject {
    margin-top: 80px;
  }
  .section-ci-brand .core {
    padding-top: 30px;
  }
  .section-ci-brand .core:before {
    height: 4px;
  }
  .section-ci-brand .core p {
    font-size: 24px;
  }
  .section-ci-brand .desc {
    margin: 30px 0 0;
    font-size: 22px;
  }
  .section-ci-brand .items {
    margin: 55px auto 0 auto;
    max-width: 1300px;
  }
  .section-ci-brand .items > .grid {
    margin: 0 -10px;
  }
  .section-ci-brand .items > .grid .item {
    margin: 0 0 20px 0 !important;
    width: 50%;
  }
  .section-ci-brand .items > .grid .item .module {
    margin: 0 10px;
  }
}
.section-organization-wrap {
  padding-top: 55px;
}

@media (min-width: 1024px) {
  .section-organization-wrap {
    padding-top: 145px;
  }
}
.section-organization-summary .object-holder {
  margin-right: 2.66666667%;
}
.section-organization-summary .object {
  background-size: 100% 100%;
  background-size: cover;
  height: 189px;
  max-width: 650px;
  background-image: url(../img/custom/organization_summary_sm.jpg);
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  -o-transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s;
  transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
}
.section-organization-summary .content-holder {
  margin: 20px 0 0 0;
}
.section-organization-summary .core {
  position: relative;
  padding-top: 20px;
}
.section-organization-summary .core:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 250px;
  height: 2px;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background-color: #30b2e2;
  -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
}
.section-organization-summary .core p {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  letter-spacing: 0.2em;
}

@media (min-width: 750px) {
  .section-organization-summary .object {
    height: 378px;
  }
}
.wf-active .section-organization-summary .core p {
  font-family: Oswald, sans-serif;
}

.section-organization-summary .desc {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-organization-summary .in .object, .section-organization-summary .in .core:before, .section-organization-summary .in .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-organization-summary {
    position: relative;
    padding-top: 115px;
  }
  .section-organization-summary .object-holder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin: 0 0 0 -530px;
  }
  .section-organization-summary .object {
    width: 530px;
    height: 382px;
    background-image: url(../img/custom/organization_summary_lg.jpg);
  }
  .section-organization-summary .content-holder {
    position: relative;
    left: 50%;
    margin: 0 0 0 40px;
    max-width: 490px;
    min-height: 260px;
  }
  .section-organization-summary .core {
    padding-top: 30px;
  }
  .section-organization-summary .core:before {
    left: -40px;
    height: 4px;
    width: 510px;
  }
  .section-organization-summary .core p {
    font-size: 24px;
  }
  .section-organization-summary .desc {
    margin: 30px 0 0;
    font-size: 22px;
    line-height: 1.8;
  }
}
.section-organization-detail {
  margin-top: 40px;
  padding: 40px 0;
  background-color: #f6f6f6;
}
.section-organization-detail .content-holder {
  position: relative;
  margin-left: 30px;
}
.section-organization-detail .content-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: -15px;
  width: 2px;
  height: 40px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-organization-detail .content-holder .core p {
  margin: 0;
  font-size: 14px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 0.2em;
}

.wf-active .section-organization-detail .content-holder .core p {
  font-family: Oswald, sans-serif;
}

.section-organization-detail .content-holder .desc {
  margin: 10px 0 0;
  color: #1d2930;
  font-size: 19px;
  font-weight: 500;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
}
.section-organization-detail .object-holder {
  margin-top: 25px;
}
.section-organization-detail .in .content-holder:before, .section-organization-detail .in .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-organization-detail {
    margin-top: 100px;
    padding: 100px 0;
  }
  .section-organization-detail .content-holder {
    position: relative;
    margin-left: 30px;
  }
  .section-organization-detail .content-holder:before {
    left: -30px;
    width: 2px;
    height: 80px;
  }
  .section-organization-detail .content-holder .core p {
    font-size: 16px;
  }
  .section-organization-detail .content-holder .desc {
    margin: 20px 0 0;
    font-size: 30px;
  }
  .section-organization-detail .object-holder {
    margin-top: -20px;
  }
}
@media (min-width: 1280px) {
  .section-organization-detail .wrap {
    max-width: 1065px;
  }
}
.section-ceo-wrap .holder:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 50px;
  width: 100%;
  max-width: 750px;
  height: 1054px;
  background-position: right bottom;
  background-size: 100%;
  background-image: url(../img/custom/overview_bg_lg.png);
}

@media (min-width: 1024px) {
  .section-ceo-wrap .holder:after {
    right: auto;
    left: 50%;
    bottom: 100px;
    margin-left: -290px;
    width: 1216px;
    height: 1177px;
    background-image: url(../img/custom/overview_bg_lg.png);
  }
}
.section-ceo-value .object-holder {
  overflow: hidden;
}
.section-ceo-value .object-holder .module {
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
}
.section-ceo-value .object {
  width: 325px;
  height: 202px;
  background-size: 100% 100%;
  background-size: cover;
  background-image: url(../img/custom/ceo_value_sm.jpg);
}
.section-ceo-value .content-holder {
  position: relative;
  left: 50%;
  padding: 10px 0 5px 15px;
}
.section-ceo-value .content-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 100%;
  width: 2px;
  background-color: #30b2e2;
  -webkit-transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}
.section-ceo-value .content-holder p {
  margin: 0;
  letter-spacing: 0.2em;
  font-size: 18px;
  color: #010101;
  font-family: Oswald, sans-serif;
}

@media (min-width: 750px) {
  .section-ceo-value .object {
    width: 650px;
    height: 405px;
  }
}
.wf-active .section-ceo-value .content-holder p {
  font-family: Oswald, sans-serif;
}

.section-ceo-value .in .object-holder .module {
  width: 100%;
}
.section-ceo-value .in .content-holder:before {
  bottom: 0;
}

@media (min-width: 1024px) {
  .section-ceo-value .object-holder {
    position: relative;
    z-index: 1;
    width: 830px;
  }
  .section-ceo-value .object {
    width: 830px;
    height: 518px;
    background-image: url(../img/custom/ceo_value_lg.jpg);
  }
  .section-ceo-value .content-holder {
    position: absolute;
    z-index: 0;
    top: 330px;
    left: 50%;
    margin-left: 340px;
    padding: 40px 0 0 30px;
    width: 190px;
  }
  .section-ceo-value .content-holder:before {
    right: 100%;
    bottom: auto;
    width: auto;
    height: 4px;
  }
  .section-ceo-value .content-holder p {
    font-size: 24px;
  }
  .section-ceo-value .in .content-holder:before {
    right: 0;
  }
}
@media (min-width: 1600px) {
  .section-ceo-value .object-holder {
    margin: 0 auto;
  }
  .section-ceo-value .content-holder {
    left: 50%;
    margin-left: 415px;
  }
}
.section-ceo-message .object-wrap {
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
}
.section-ceo-message .object {
  background-size: 100% 100%;
  background-size: cover;
}
.section-ceo-message .content-holder {
  margin: 0 25px;
  letter-spacing: -0.05em;
}
.section-ceo-message .content-holder .core {
  position: relative;
}
.section-ceo-message .content-holder .core:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 100%;
  width: 2px;
  background-color: #30b2e2;
  -webkit-transition: all 0.6s 0.6s;
  -o-transition: all 0.6s 0.6s;
  transition: all 0.6s 0.6s;
}
.section-ceo-message .content-holder .core p {
  margin: 0;
  font-size: 21px;
  color: #010101;
  font-weight: 500;
}
.section-ceo-message .content-holder .desc {
  margin-top: 20px;
}
.section-ceo-message .content-holder .desc p {
  margin: 30px 0 0;
  font-size: 16px;
  line-height: 1.8;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
.section-ceo-message .content-holder .desc p:first-child {
  margin-top: 0;
}
.section-ceo-message .in .content-holder .core:before {
  bottom: 0;
}
.section-ceo-message .in .object-holder .object-wrap {
  width: 100%;
}
.section-ceo-message .in .core:before {
  bottom: 0;
}
.section-ceo-message .in .desc p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-ceo-message .content-holder {
    margin: 0;
  }
  .section-ceo-message .content-holder .core:before {
    left: 0;
    width: 3px;
  }
  .section-ceo-message .content-holder .core p {
    font-size: 30px;
  }
  .section-ceo-message .content-holder .desc {
    margin-top: 40px;
  }
  .section-ceo-message .content-holder .desc p {
    margin: 50px 0 0;
    font-size: 22px;
  }
}
.section-ceo-message-a .object-holder {
  margin-left: 25px;
  position: relative;
}
.section-ceo-message-a .object-holder .module {
  margin-right: 13.33333333%;
}
.section-ceo-message-a .object-holder:before {
  content: "";
  position: absolute;
  top: 150px;
  left: 50%;
  right: 50%;
  bottom: 0;
  background-color: #30b2e2;
  -webkit-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
.section-ceo-message-a .object-holder .object-wrap {
  position: relative;
}
.section-ceo-message-a .object, .section-ceo-message-a .object-wrap {
  height: 381px;
}
.section-ceo-message-a .object {
  background-image: url(../img/custom/ceo_message_a_sm.jpg);
}
.section-ceo-message-a .action {
  margin: 10px 0;
}
.section-ceo-message-a .action a {
  position: relative;
  display: inline-block;
  margin-bottom: 2px;
  letter-spacing: 0.2em;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  font-weight: 700;
}
.section-ceo-message-a .action a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 60px;
  height: 2px;
  background-color: #30b2e2;
}
.section-ceo-message-a .action a i {
  position: relative;
  vertical-align: top;
  width: 30px;
  height: 30px;
}
.section-ceo-message-a .action a i:after, .section-ceo-message-a .action a i:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: -1px 0 0 -4px;
  width: 8px;
  height: 1px;
  background-color: #333;
}
.section-ceo-message-a .action a i:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.section-ceo-message-a .content-holder {
  margin-top: 50px;
}
.section-ceo-message-a .content-holder .core:before {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-ceo-message-a .in .object-holder:before {
  right: 0;
}
.section-ceo-message-a .in .core:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 750px) {
  .section-ceo-message-a .object, .section-ceo-message-a .object-wrap {
    height: 763px;
  }
}
@media (min-width: 1024px) {
  .section-ceo-message-a {
    position: relative;
  }
  .section-ceo-message-a .object-holder {
    position: relative;
    left: 50%;
    width: 50%;
    margin: 0;
  }
  .section-ceo-message-a .object-holder .module {
    margin: 0;
  }
  .section-ceo-message-a .object-holder:before {
    top: 385px;
    left: 415px;
    bottom: 0;
    -webkit-transition: all 0.6s 0s;
    -o-transition: all 0.6s 0s;
    transition: all 0.6s 0s;
  }
  .section-ceo-message-a .object, .section-ceo-message-a .object-wrap {
    height: 860px;
  }
  .section-ceo-message-a .object {
    width: 662px;
    background-image: url(../img/custom/ceo_message_a_lg.jpg);
  }
  .section-ceo-message-a .content-holder {
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -415px;
    width: 380px;
  }
  .section-ceo-message-a .content-holder .core {
    padding-bottom: 30px;
  }
  .section-ceo-message-a .content-holder .core:before {
    top: 100%;
    left: 0;
    width: 475px;
    height: 3px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
  .section-ceo-message-a .action {
    margin: 35px 0 0 40px;
  }
  .section-ceo-message-a .action a {
    margin-bottom: 4px;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
  }
  .section-ceo-message-a .action a:before {
    width: 68px;
    height: 4px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-ceo-message-a .action a i {
    width: 40px;
    height: 40px;
  }
  .section-ceo-message-a .action a i:after, .section-ceo-message-a .action a i:before {
    margin-left: -5px;
    width: 10px;
  }
  .section-ceo-message-a .action a i:after {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  .section-ceo-message-a .action a:hover {
    text-decoration: none;
  }
  .section-ceo-message-a .action a:hover:before {
    width: 100%;
  }
  .section-ceo-message-a .action a:hover i:after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .section-ceo-message-a .in .content-holder .core:before {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.1s;
    transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.1s;
    -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.1s;
    transition: opacity 0.6s 0.3s, transform 0.6s 0.1s;
    transition: opacity 0.6s 0.3s, transform 0.6s 0.1s, -webkit-transform 0.6s 0.1s;
  }
}
.section-ceo-message-b {
  margin-top: 40px;
}
.section-ceo-message-b .object-holder {
  margin-left: 25px;
}
.section-ceo-message-b .object, .section-ceo-message-b .object-wrap {
  height: 349px;
}
.section-ceo-message-b .object {
  background-image: url(../img/custom/ceo_message_b_sm.jpg);
}

@media (min-width: 750px) {
  .section-ceo-message-b .object, .section-ceo-message-b .object-wrap {
    height: 698px;
  }
}
@media (min-width: 1024px) {
  .section-ceo-message-b {
    margin-top: 160px;
    position: relative;
  }
  .section-ceo-message-b .object-holder {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -662px;
    width: 662px;
  }
  .section-ceo-message-b .object, .section-ceo-message-b .object-wrap {
    height: 666px;
  }
  .section-ceo-message-b .object {
    width: 662px;
    background-image: url(../img/custom/ceo_message_b_lg.jpg);
  }
  .section-ceo-message-b .content-holder {
    position: relative;
    top: -50px;
    left: 50%;
    width: 415px;
  }
  .section-ceo-message-b .content-holder .module {
    margin-left: 45px;
  }
  .section-ceo-message-b .content-holder .core:before {
    left: 400px;
  }
  .section-ceo-message-b .content-holder .desc p {
    margin-top: 35px;
  }
}
.section-ceo-sign {
  margin-top: 30px;
}
.section-ceo-sign .content-holder {
  position: relative;
}
.section-ceo-sign .content-holder p {
  margin: 0;
  color: #010101;
  font-size: 21px;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.section-ceo-sign .content-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  bottom: 0;
  width: 2px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-ceo-sign .object-holder {
  margin-top: 40px;
  position: relative;
}
.section-ceo-sign .object-holder .name {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.section-ceo-sign .object-holder .name span {
  display: block;
  font-weight: 500;
  font-size: 14px;
  color: #616161;
}
.section-ceo-sign .object-holder .sign {
  position: absolute;
  top: 50%;
  margin-top: -28px;
  right: -25px;
  content: "";
  background-image: url(../img/custom/ceo_sign_sm.png);
  width: 200px;
  height: 55px;
  background-size: 200px 55px;
}
.section-ceo-sign .in .content-holder:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 374px) {
  .section-ceo-sign .object-holder .sign {
    right: -55px;
  }
}
@media (min-width: 1024px) {
  .section-ceo-sign {
    margin-top: 140px;
  }
  .section-ceo-sign .wrap {
    min-width: 830px;
    max-width: 830px;
  }
  .section-ceo-sign .content-holder {
    width: 50%;
  }
  .section-ceo-sign .content-holder:before {
    left: auto;
    right: 0;
    width: 3px;
  }
  .section-ceo-sign .content-holder p {
    font-size: 30px;
  }
  .section-ceo-sign .object-holder {
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 40px;
  }
  .section-ceo-sign .object-holder .name {
    font-size: 22px;
  }
  .section-ceo-sign .object-holder .name span {
    display: inline-block;
    margin-right: 10px;
    font-size: 16px;
  }
  .section-ceo-sign .object-holder .sign {
    position: initial;
    margin-top: 20px;
    content: "";
    background-image: url(../img/custom/ceo_sign_lg.png);
    width: 232px;
    height: 70px;
    background-size: 232px 70px;
  }
}
.section-ceo-create {
  position: relative;
  margin-top: 90px;
  padding: 70px 0;
}
.section-ceo-create .container:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 45.86666667%;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-ceo-create .object-holder {
  position: relative;
  margin-left: 25px;
}
.section-ceo-create .object-holder .module {
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-ceo-create .object-holder .object {
  background-size: 100% 100%;
  background-size: cover;
  height: 226px;
  background-image: url(../img/custom/ceo_create_sm.jpg);
}
.section-ceo-create .content-holder {
  position: absolute;
  top: 130px;
  left: 55px;
  right: 0;
  text-align: left;
}
.section-ceo-create .content-holder p {
  margin: 0;
  font-size: 36px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #fff;
}

@media (min-width: 750px) {
  .section-ceo-create .object-holder .object {
    height: 452px;
  }
}
.wf-active .section-ceo-create .content-holder p {
  font-family: Oswald, sans-serif;
}

.section-ceo-create .content-holder p:first-child {
  position: relative;
  display: inline-block;
  padding-right: 45px;
}
.section-ceo-create .content-holder p:first-child:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 42px;
  height: 2px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.6s 1s;
  -o-transition: all 0.6s 1s;
  transition: all 0.6s 1s;
}
.section-ceo-create .in .object-holder .module, .section-ceo-create .in:before, .section-ceo-create .in .content-holder p:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-ceo-create {
    margin-top: 150px;
    padding: 160px 0;
  }
  .section-ceo-create .container:before {
    width: 50%;
  }
  .section-ceo-create .object-holder {
    margin-left: 15.625%;
  }
  .section-ceo-create .object-holder .object {
    height: 513px;
    background-image: url(../img/custom/ceo_create_lg.jpg);
  }
  .section-ceo-create .content-holder {
    top: 330px;
    left: 28.38541667%;
  }
  .section-ceo-create .content-holder .module {
    margin-right: 20%;
  }
  .section-ceo-create .content-holder p {
    font-size: 62px;
  }
  .section-ceo-create .content-holder p:first-child {
    padding-right: 110px;
  }
  .section-ceo-create .content-holder p:first-child:before {
    margin-top: -2px;
    width: 68px;
    height: 4px;
  }
}
@media (min-width: 1600px) {
  .section-ceo-create .content-holder .module {
    margin-right: 42%;
  }
}
.section-philosophy-wrap .object-holder .object {
  background-size: 100% 100%;
  background-size: cover;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-philosophy-wrap .content-holder {
  position: relative;
  margin: 0 25px;
  padding: 20px 0 0 15px;
}
.section-philosophy-wrap .content-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 90px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
}
.section-philosophy-wrap .summary p {
  margin: 0;
  letter-spacing: 0.2em;
  font-size: 16px;
  color: #010101;
  font-family: Oswald, sans-serif;
}
.section-philosophy-wrap.section-quality-management-wrap .summary p {
  letter-spacing: -1.5px;
  font-size: 30px;
  font-weight: bold;  
  color: #000;
  font-family: NotoSansCJKkr;
}
.section-philosophy-wrap.section-quality-management-wrap .section-philosophy-b .summary p {
  text-align: center;
}

.wf-active .section-philosophy-wrap .summary p {
  font-family: Oswald, sans-serif;
}

.section-philosophy-wrap .core, .section-philosophy-wrap .desc {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
}
.section-philosophy-wrap .core {
  margin: 15px 0 0;
  font-size: 26px;
  color: #000;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.section-philosophy-wrap .desc {
  margin: 15px 0 0;
  font-size: 16px;
  letter-spacing: -0.05em;
  line-height: 1.8;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.section-philosophy-wrap .desc {
  letter-spacing: -1.1px;
}
.section-philosophy-wrap .in .object, .section-philosophy-wrap .in .content-holder:before, .section-philosophy-wrap .in .core, .section-philosophy-wrap .in .desc {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 1023px) {
  .section-philosophy-wrap:before {
    left: 25px !important;
  }
  .section-philosophy-wrap:after {
    right: 25px !important;
  }
}
@media (min-width: 1024px) {
  .section-philosophy-wrap .content-holder {
    margin: 0;
    padding: 0;
  }
  .section-philosophy-wrap .summary p {
    font-size: 24px;
  }
  .section-philosophy-wrap .summary p > span {
    display: block;
  }
  .section-philosophy-wrap .core {
    margin: 40px 0 0;
    font-size: 30px;
  }
  .section-philosophy-wrap .section-quality-management.pg3 .core {
    margin: 40px 0 20px;
    font-size: 24px;
    line-height: 1.67;
    letter-spacing: -1.2px;
  }
  .section-philosophy-wrap .section-quality-management.pg3 .summary .core {
    margin: 0;
  }
  .section-philosophy-wrap .desc {
    margin: 20px 0 0;
    font-size: 22px;
  }
}
.section-philosophy-a .object-holder {
  margin-left: 25px;
  height: 358px;
  text-align: right;
}
.section-philosophy-a .object {
  float: right;
  width: calc(100vw - 15px);
  height: 358px;
  background-image: url(../img/custom/philosophy_a_sm.jpg);
  background-position: right bottom;
}

@media (min-width: 750px) {
  .section-philosophy-a .object-holder {
    height: 715px;
  }
}
@media (min-width: 750px) {
  .section-philosophy-a .object {
    height: 715px;
  }
}
@media (min-width: 1024px) {
  .section-philosophy-a {
    position: relative;
  }
  .section-philosophy-a .object-holder {
    position: relative;
    margin: 0;
    left: 50%;
    margin-left: -560px;
    width: 560px;
    height: 660px;
    text-align: left;
  }
  .section-philosophy-a .object {
    position: absolute;
    width: 560px;
    height: 660px;
    background-image: url(../img/custom/philosophy_a_lg.jpg);
  }
  .section-philosophy-a.section-quality-management .object {
    width: 560px;
    height: 600px;
    background-image: url(../img/custom/qualitymanagement_a_lg.jpg);
  }
    .section-philosophy-a.section-quality-management.pg2 .container {
        height: 720px;        
    }
    .section-philosophy-a.section-quality-management.pg2 .object-holder {
        width: 828px;
        height: 518px;
        top: 0; 
        transform: translate(-50%,0);
        margin-left: 0;
    }
  .section-philosophy-a.section-quality-management.pg2 .object {
        width: 828px;
        height: 518px;
    background-image: url(../img/custom/ethicalmanagement_a_lg.jpg);
  }
    .section-philosophy-a.section-quality-management.pg2 .content-holder .module {
        margin-left: 0; 
        text-align: center;
    }
  .section-philosophy-a.section-quality-management.pg3 .object {
    width: 560px;
    height: 450px;
    background-image: url(../img/custom/socialcontribution_a_lg.jpg);
  }
.section-philosophy-a.section-quality-management.pg4 .object-holder { 
    height: 450px; }
  .section-philosophy-a.section-quality-management.pg4 .object {
    height: 450px;
    background-image: url(../img/custom/partnership_a_lg.jpg);
  }
    .section-philosophy-b.section-quality-management.pg4 .content-holder {
        top: 100px;
    }
    .section-philosophy-b.section-quality-management.pg4 .content-holder:before {
    top: -140px;
    }
    .section-philosophy-b.section-quality-management.pg4 .wrap {
        width: 1160px;
        max-width: 1160px;
    }
    .section-philosophy-a.section-quality-management.pg5 .container {
        height: 857px;        
    }
    .section-philosophy-a.section-quality-management.pg5 .object-holder {
        width: 828px;
        height: 518px;
        top: 0; 
        transform: translate(-50%,0);
        margin-left: 0;
    }
  .section-philosophy-a.section-quality-management.pg5 .object {
        width: 828px;
        height: 518px;
    background-image: url(../img/custom/shmanagement_a_lg.jpg);
  }
    .section-philosophy-a.section-quality-management.pg5 .content-holder .module {
        margin-left: 0; 
        text-align: center;
    }
  .section-philosophy-a .object {
    position: absolute;
    width: 560px;
    height: 660px;
    background-image: url(../img/custom/philosophy_a_lg.jpg);
  }
  .section-philosophy-a .content-holder {
    position: absolute;
    top: 200px;
    left: 50%;
    width: 415px;
    margin: 0;
    padding: 70px 0 0;
  }
  .section-philosophy-a.section-quality-management.pg3 .content-holder {
    padding: 45px 0 0;
  }
  .section-philosophy-a.section-quality-management .content-holder {
    width: 638px;
    letter-spacing: -1.1px;
    top:75px;
  }
  .section-philosophy-a.section-quality-management .in .content-holder:before {
    width: 415px;    
  }
  .section-philosophy-a.section-quality-management.pg2 .content-holder {
    width: 828px;
    top: 548px;
    transform: translate(-50%,0);
    letter-spacing: -1.1px;
    padding-top: 45px;
  }
  .section-philosophy-a.section-quality-management.pg2 .content-holder:before {
    width: 0;    
    left: 50%;
    transition: all 0.6s 0.6s;  
    transform-origin: 50% 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}
  }
  .section-philosophy-a.section-quality-management.pg2 .in .content-holder:before {
    width: 215px; 
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);   
  }
  .section-philosophy-a .content-holder:before {
    right: auto;
    bottom: auto;
    width: 0;
    height: 4px;
    -webkit-transition: width 0.6s 0.6s;
    -o-transition: width 0.6s 0.6s;
    transition: width 0.6s 0.6s;
  }
  .section-philosophy-a .content-holder .module {
    margin-left: 60px;
  }
  .section-philosophy-a .in .content-holder:before {
    width: 100%;
    bottom: auto;
  }
  .section-philosophy-a.section-quality-management.pg5 .content-holder {
    width: 828px;
    top: 548px;
    transform: translate(-50%,0);
    letter-spacing: -1.1px;
    padding-top: 45px;
  }
  .section-philosophy-a.section-quality-management.pg5 .content-holder:before {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);  
  }
  .section-philosophy-a.section-quality-management.pg5 .in .content-holder:before {
    width: 215px;    
    left: 50%;    
  }
    .section-sh-a {
        width: 1324px;
        height: 655px;
        display: flex;
        margin: 0 auto;
    }
    .section-sh-a:before,
    .section-sh-a:after { content: none; }
    .section-sh-a > div {
        width: 50%;
        height: 595px;
        position: absolute;
        top: 30px;
        transition: all 0.6s ease-out;
        padding: 100px 0 0 177px;
        box-sizing: border-box;
    }
    .section-sh-a > div:first-child {
        background: #f6f6f6;
        transform: translateY(-30px);
        left: 0;
    }
    .section-sh-a > div:last-child {
        background: #fafafa;
        transform: translateY(30px);
        right: 0;
    }
    .section-sh-a > div * { list-style: none; margin: 0; padding: 0; box-sizing: border-box; text-align: left; }
    .section-sh-a > div dt {
        position: relative;
        color: #010101;
        font-size: 30px;
        font-weight: 500;
        line-height: 1.33;
        letter-spacing: -1.5px;
        text-align: left; 
        opacity: 0;
          -webkit-transform: translate(0,-100%);
          -ms-transform: translate(0,-100%);
          transform: translate(0,-100%);
          -webkit-transition: all 0.6s;
          -o-transition: all 0.6s;
          transition: all 0.6s;
    }
    .in .section-sh-a > div dt {
        opacity: 1;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0);
    }
    .section-sh-a > div dt:before {
        display: block; position: absolute; top: 50%; margin-top: -34px; left: -74px; width: 2px; height: 0; background: #30b2e2; content: "";
        opacity: 0;
        -webkit-transition: all 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
        transition: all 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
        -o-transition: all 0.6s 0.3s, transform 0.6s 0.3s;
        transition: all 0.6s 0.3s, transform 0.6s 0.3s;
        transition: all 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
    }
    .in .section-sh-a > div dt:before {
        height: 68px;  
        opacity: 1;
    }
    .section-sh-a > div dd {
        margin-top: 43px;
    }
    .section-sh-a > div dd > ul {
    }
    .section-sh-a > div dd > ul li {
        padding-left: 38px;
        position: relative;
        opacity: 0;
          -webkit-transform: translate(0,-100%);
          -ms-transform: translate(0,-100%);
          transform: translate(0,-100%);
          -webkit-transition: all 0.6s 1s;
          -o-transition: all 0.6s 1s;
          transition: all 0.6s 1s;
        
    }
    .in .section-sh-a > div dd > ul li {
        opacity: 1;
          -webkit-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          transform: translate(0, 0);
    }
    .section-sh-a > div dd > ul li + li {
        margin-top: 38px;
    }
    .section-sh-a > div dd > ul li:before {
        width: 17px;
        height: 21px;
        display: block;
        position: absolute;
        top: 4px;
        left: 0;
        font-family: Oswald;
        font-size: 18px;
        line-height: 1;
        color: #30b2e2;
        text-align: center;
        border-bottom: #30b2e2 solid 2px;
        white-space: nowrap;
    }
    .section-sh-a > div dd > ul li:nth-child(1):before {
        content: "01";
    }
    .section-sh-a > div dd > ul li:nth-child(2):before {
        content: "02";
    }
    .section-sh-a > div dd > ul li:nth-child(3):before {
        content: "03";
    }
    .section-sh-a > div dd > ul li:nth-child(4):before {
        content: "04";
    }
}
.section-philosophy-b {
  margin-top: 40px;
}
.section-philosophy-b .object-holder {
  margin-right: 15%;
}
.section-philosophy-b .object {
  width: calc(100vw - 15%);
  height: 320px;
  background-image: url(../img/custom/philosophy_b_sm.jpg);
  background-position: left center;
}

@media (min-width: 750px) {
  .section-philosophy-b .object {
    height: 640px;
  }
}
@media (min-width: 1024px) {
  .section-philosophy-b {
    margin-top: 180px;
  }
  .section-philosophy-b.section-quality-management {
    margin-top: 130px;
    height: 710px;
    background: #f6f6f6;
  }
  .section-philosophy-b.section-quality-management.pg2 {
    height: 545px;
  }
  .section-philosophy-b.section-quality-management.pg3 {
    height: auto;
    padding-bottom: 125px;
  }
  .section-philosophy-b .container {
    overflow: visible;
  }
  .section-philosophy-b .object-holder {
    position: relative;
    margin: 0;
    left: 50%;
    width: 662px;
    height: 460px;
  }
  .section-philosophy-b .object-holder:before {
    content: "";
    position: absolute;
    top: 60px;
    left: 60px;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
  }
  .section-philosophy-b .object {
    width: 662px;
    height: 460px;
    background-image: url(../img/custom/philosophy_b_lg.jpg);
    background-position: center center;
  }
  .section-philosophy-b .content-holder {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -415px;
    width: 360px;
  }
  .section-philosophy-b.section-quality-management .content-holder {
    position: absolute;
    top: 130px;
    left: 50%;
    margin-left: inherit;
    transform: translateX(-50%);
    width: auto;
  }
  .section-philosophy-b .content-holder:before {
    top: -130px;
    left: 0;
    right: auto;
    bottom: auto;
    width: 4px;
    height: 80px;
  }
  .section-philosophy-b.section-quality-management .content-holder:before {
    top: -180px;
    left: 50%;
    right: inherit;
    bottom: auto;
    margin-left: -1px;
    width: 4px;
    height: 80px;
  }
  .section-philosophy-b .content-holder .module {
    margin-left: 0;
  }
  .section-philosophy-b.section-quality-management .content-holder.st2 {
    position: static;
    top: inherit;
    left: inherit;
    transform: translateX(0);
    margin-top: 130px;
    }
   .section-philosophy-b.section-quality-management .content-holder.st2:before { content: none; }
   .section-philosophy-wrap.section-quality-management-wrap .section-philosophy-b .content-holder.st2 .summary p {text-align: left;}
}
.section-philosophy-c {
  margin-top: 40px;
}
.section-philosophy-c .object-holder-a {
  margin-left: 15px;
  margin-right: 21.5%;
  max-width: 561px;
}
.section-philosophy-c .object-holder-a .object {
  width: calc(100vw - 15px - 21.5%);
  height: 265px;
  background-image: url(../img/custom/philosophy_c_1_sm.jpg);
  background-position: left bottom;
}
.section-philosophy-c .object-holder-b {
  margin-top: -90px;
  margin-left: 61.33333333%;
}
.section-philosophy-c .object-holder-b .module {
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.section-philosophy-c .object-holder-b .object {
  width: 130px;
  height: 130px;
  background-image: url(../img/custom/philosophy_c_2_sm.jpg);
}
.section-philosophy-c .content-holder {
  margin-top: -42px;
  padding-top: 60px;
  padding-bottom: 20px;
}
.section-philosophy-c .content-holder:before {
  height: 130px;
}

@media (min-width: 750px) {
  .section-philosophy-c .object-holder-a .object {
    width: 560px;
    height: 530px;
  }
}
@media (min-width: 750px) {
  .section-philosophy-c .object-holder-b {
    margin-top: -180px;
  }
  .section-philosophy-c .object-holder-b .object {
    width: 260px;
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .section-philosophy-c {
    margin-top: 120px;
  }
  .section-philosophy-c.section-quality-management.pg3 {
    margin-top: 150px;
  }
    .section-philosophy-c.section-quality-management.pg3 .content-holder {
        position: static;
        top: inherit;
        left: inherit;
        width: auto;
        margin: 0;
        padding-top: 33px;
    }
    .section-philosophy-c.section-quality-management.pg3 .content-holder:before {
        width: 0;
        height: 4px;
        left: 50%;
        top: 0;   
        margin-left: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
        transition: all 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
    }
    .section-philosophy-c.section-quality-management.pg3 .in .content-holder:before {
        width: 126px;
        height: 4px;
        left: 50%;
        top: 0;   
        margin-left: 0;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .section-philosophy-c.section-quality-management.pg5 .content-holder:before {
        width: 126px;
        height: 4px;
        left: 50%;
        top: 0;   
        margin-left: -63px;
    }
    .section-philosophy-wrap.section-quality-management-wrap .section-philosophy-c.section-quality-management.pg3 .summary p {
        text-align: center; 
    }
  .section-philosophy-c .object-holder-a {
    margin: 0;
    position: relative;
    left: 50%;
    margin-left: -550px;
    width: 520px;
    height: 530px;
  }
  .section-philosophy-c .object-holder-a:before {
    content: "";
    position: absolute;
    top: 80px;
    left: 80px;
    width: 100%;
    height: 100%;
    background-color: #f6f6f6;
  }
  .section-philosophy-c .object-holder-a .object {
    width: 520px;
    height: 530px;
    background-image: url(../img/custom/philosophy_c_1_lg.jpg);
  }
  .section-philosophy-c .object-holder-b {
    position: relative;
    left: 50%;
    margin: -60px 0 0 -260px;
    width: 260px;
  }
  .section-philosophy-c .object-holder-b .object {
    width: 260px;
    height: 260px;
    background-image: url(../img/custom/philosophy_c_2_lg.jpg);
  }
  .section-philosophy-c .content-holder {
    position: absolute;
    top: 90px;
    left: 50%;
    width: 460px;
    padding: 0;
  }
  .section-philosophy-c .content-holder:before {
    top: -40px;
    left: 410px;
    right: auto;
    bottom: auto;
    width: 4px;
    height: 100px;
  }
}
@media (min-width: 1600px) {
  .section-philosophy-c .object-holder-a {
    margin: 0;
    left: auto;
  }
  .section-philosophy-c .object-holder-b {
    position: relative;
    left: 50%;
    margin: -60px 0 0 -260px;
    width: 260px;
  }
  .section-philosophy-c .object-holder-b .object {
    width: 260px;
    height: 260px;
    background-image: url(../img/custom/philosophy_c_2_lg.jpg);
  }
}
.section-philosophy-d {
  position: relative;
  margin-top: 40px;
  overflow: hidden;
}
.section-philosophy-d .wrap {
  position: relative;
  padding-top: 95px;
  max-width: 1530px;
}
.section-philosophy-d .bg {
  height: 195px;
  background-size: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
  background-image: url(../img/custom/philosophy_d_1_sm.jpg);
}
.section-philosophy-d .pic {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  max-width: 750px;
  height: 461px;
  background-image: url(../img/custom/philosophy_d_2_sm.png);
  background-position: left bottom;
  background-size: 100%;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s 0s;
  -o-transition: all 0.6s 0s;
  transition: all 0.6s 0s;
}
.section-philosophy-d .content-holder {
  position: absolute;
  top: 0;
  right: 4%;
  padding: 0;
  width: 56%;
  height: 140px;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-philosophy-d .content-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: #30b2e2;
  background-image: url(../img/custom/philosophy_d_3_sm.png);
  background-position: right bottom;
  background-size: 100%;
  -webkit-transition: all 0.6s 0s;
  -o-transition: all 0.6s 0s;
  transition: all 0.6s 0s;
}
.section-philosophy-d .content-holder .module {
  margin: 0 20px;
}
.section-philosophy-d .content-holder .core {
  margin: 20px 0 0;
  color: #fff;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.wf-active .section-philosophy-d .content-holder .core {
  font-family: Oswald, sans-serif;
}

.section-philosophy-d .content-holder .desc {
  margin: 10px 0 0;
  color: #fff;
  font-size: 14px;
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.section-philosophy-d .in .pic {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-philosophy-d .in .content-holder:before {
  width: 100%;
}

@media (min-width: 750px) {
  .section-philosophy-d {
    margin-top: 80px;
  }
  .section-philosophy-d .bg {
    height: 390px;
  }
  .section-philosophy-d .content-holder {
    height: 280px;
  }
  .section-philosophy-d .content-holder .module {
    margin: 0 35px;
  }
  .section-philosophy-d .content-holder .core {
    margin-top: 40px;
  }
  .section-philosophy-d .content-holder .desc {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) {
  .section-philosophy-d {
    margin-top: 100px;
  }
  .section-philosophy-d .wrap {
    padding-top: 130px;
  }
  .section-philosophy-d .bg {
    margin: 0 auto;
    max-width: 1530px;
    height: 360px;
    background-image: url(../img/custom/philosophy_d_1_lg.jpg);
  }
  .section-philosophy-d .pic {
    width: 550px;
    height: 488px;
    background-image: url(../img/custom/philosophy_d_2_lg.png);
  }
  .section-philosophy-d .content-holder {
    left: 50%;
    right: auto;
    width: 490px;
    height: 400px;
  }
  .section-philosophy-d .content-holder:before {
    background-image: url(../img/custom/philosophy_d_3_lg.png);
  }
  .section-philosophy-d .content-holder .module {
    margin: 0 70px;
  }
  .section-philosophy-d .content-holder .core {
    margin: 70px 0 0;
    font-size: 40px;
  }
  .section-philosophy-d .content-holder .desc {
    margin: 20px 0 0;
    font-size: 24px;
  }
}
@media (min-width: 1600px) {
  .section-philosophy-d .content-holder {
    right: 6%;
    left: auto;
  }
}
.section-line-wrap.section-overview-wrap {
  padding-top: 55px;
}

@media (min-width: 1024px) {
  .section-line-wrap.section-overview-wrap {
    padding-top: 145px;
  }
}
.section-overview-summary .subject {
  position: relative;
  padding: 0 0 25px 15px;
}
.section-overview-summary .subject:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 2px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
}
.section-overview-summary .subject p {
  margin: 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.2em;
  color: #010101;
}

.wf-active .section-overview-summary .subject p {
  font-family: Oswald, sans-serif;
}

.section-overview-summary .object-holder .module {
  position: relative;
  margin-right: 20px;
}
.section-overview-summary .object-holder .module:before {
  content: "";
  position: absolute;
  top: 15px;
  left: 20px;
  bottom: -15px;
  right: -20px;
  background-color: #30b2e2;
}
.section-overview-summary .content-holder .module {
  margin: 45px 12px 0 12px;
}
.section-overview-summary .core, .section-overview-summary .desc {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
.section-overview-summary .core {
  margin: 0;
  font-size: 18px;
  color: #010101;
  letter-spacing: -0.05em;
  font-weight: 500;
}
.section-overview-summary .desc {
  margin: 10px 0 0;
  line-height: 1.8;
  font-size: 12px;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.section-overview-summary .video-tumbnails {
  text-align: left;
}
.section-overview-summary .video-tumbnails a:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.section-overview-summary .video-tumbnails a:after {
  margin: -20px 0 0 -20px;
  content: "";
  background-image: url(../img/custom/icon_overview_video_sm.png);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.section-overview-summary .in .core, .section-overview-summary .in .desc, .section-overview-summary .in .subject:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-overview-summary {
    position: relative;
  }
  .section-overview-summary .wrap {
    margin: 0 auto;
    min-width: 830px;
    max-width: 830px;
  }
  .section-overview-summary .subject p {
    font-size: 24px;
  }
  .section-overview-summary .object-holder .module {
    position: relative;
    margin: 0;
    width: 760px;
  }
  .section-overview-summary .object-holder .module:before {
    content: "";
    position: absolute;
    top: 75px;
    left: 165px;
    bottom: -60px;
    right: -70px;
  }
  .section-overview-summary .content-holder .module {
    margin: 100px 0 0;
  }
  .section-overview-summary .core {
    font-size: 30px;
  }
  .section-overview-summary .desc {
    margin: 30px 0 0;
    font-size: 22px;
  }
  .section-overview-summary .video-tumbnails a:after {
    margin: -40px 0 0 -40px;
    content: "";
    background-image: url(../img/custom/icon_overview_video_lg.png);
    width: 80px;
    height: 80px;
    background-size: 80px 80px;
  }
}
@media (min-width: 1280px) {
  .section-overview-summary .object-holder .module {
    width: 830px;
  }
  .section-overview-summary .subject {
    position: absolute;
    top: 190px;
    left: 50%;
    margin-left: -615px;
    padding: 50px 0 0 40px;
    width: 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-overview-summary .subject:before {
    left: 0;
    bottom: auto;
    right: 0;
    width: auto;
    height: 4px;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
  }
}
.section-company-profile {
  margin-top: 50px;
  position: relative;
}
.section-company-profile .object-holder {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
}
.section-company-profile .object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: 100% 100%;
  background-size: cover;
  background-image: url(../img/custom/company_profile_sm.jpg);
  -webkit-transform: scale(1.1, 1.1) rotate(0.001deg);
  -ms-transform: scale(1.1, 1.1) rotate(0.001deg);
  transform: scale(1.1, 1.1) rotate(0.001deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  -o-transition: transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s;
}
.section-company-profile .content-holder {
  position: relative;
  padding-bottom: 50px;
}
.section-company-profile .subject {
  position: relative;
  display: inline-block;
  margin: 35px 0 0 10px;
  padding-right: 70px;
  color: #fff;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.2em;
  font-size: 24px;
}

.wf-active .section-company-profile .subject {
  font-family: Oswald, sans-serif;
}

@media (max-width: 374px) {
  .section-company-profile .subject {
    font-size: 19px;
  }
}
.section-company-profile .subject:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
  width: 60px;
  height: 2px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  -webkit-transition: all 0.6s 1.2s;
  -o-transition: all 0.6s 1.2s;
  transition: all 0.6s 1.2s;
}
.section-company-profile .items .item {
  margin-top: 20px;
  text-align: center;
  color: #fff;
  letter-spacing: -0.05em;
}
.section-company-profile .items .icon {
  content: "";
  background-image: url(../img/custom/icon_company_profile_1_sm.png);
  width: 70px;
  height: 70px;
  background-size: 70px 70px;
}
.section-company-profile .items .icon.ceo {
  background-image: url(../img/custom/icon_company_profile_2_sm.png);
}
.section-company-profile .items .icon.date {
  background-image: url(../img/custom/icon_company_profile_3_sm.png);
}
.section-company-profile .items .icon.type {
  background-image: url(../img/custom/icon_company_profile_4_sm.png);
}
.section-company-profile .items .icon.address {
  background-image: url(../img/custom/icon_company_profile_5_sm.png);
}
.section-company-profile .items .icon.service {
  background-image: url(../img/custom/icon_company_profile_6_sm.png);
}
.section-company-profile .items .core {
  margin: 0;
  font-weight: 500;
}
.section-company-profile .items .desc {
  margin: 5px 0 0;
  font-size: 12px;
  opacity: 0.7;
  line-height: 1.6;
}
.section-company-profile .in .object {
  -webkit-transform: scale(1, 1) rotate(0.001deg);
  -ms-transform: scale(1, 1) rotate(0.001deg);
  transform: scale(1, 1) rotate(0.001deg);
}
.section-company-profile .in .subject:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 1023px) {
  .section-company-profile .items .item:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .section-company-profile {
    margin-top: 80px;
  }
  .section-company-profile .object {
    background-attachment: fixed;
    background-image: url(../img/custom/company_profile_lg.jpg);
  }
  .section-company-profile .subject {
    margin: 100px 0 0;
    padding-right: 140px;
  }
  .section-company-profile .subject:before {
    margin-top: -2px;
    width: 120px;
    height: 4px;
  }
  .section-company-profile .items {
    margin: 50px -50px 30px -50px;
  }
  .section-company-profile .items .item {
    margin-top: 0;
    width: 16.66666667%;
  }
  .section-company-profile .items .icon {
    content: "";
    background-image: url(../img/custom/icon_company_profile_1_lg.png);
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
  .section-company-profile .items .icon.ceo {
    background-image: url(../img/custom/icon_company_profile_2_lg.png);
  }
  .section-company-profile .items .icon.date {
    background-image: url(../img/custom/icon_company_profile_3_lg.png);
  }
  .section-company-profile .items .icon.type {
    background-image: url(../img/custom/icon_company_profile_4_lg.png);
  }
  .section-company-profile .items .icon.address {
    background-image: url(../img/custom/icon_company_profile_5_lg.png);
  }
  .section-company-profile .items .icon.service {
    background-image: url(../img/custom/icon_company_profile_6_lg.png);
  }
  .section-company-profile .items .core {
    font-size: 22px;
  }
  .section-company-profile .items .desc {
    margin: 5px 0 0;
    font-size: 18px;
  }
  .section-company-profile .items .desc span {
    display: block;
  }
}
@media (min-width: 1600px) {
  .section-company-profile .subject {
    margin: 100px 0 0 100px;
  }
  .section-company-profile .items {
    margin: 50px 50px 30px 50px;
  }
}
.section-overview-business {
  margin-top: 60px;
  position: relative;
}
.section-overview-business:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  max-width: 750px;
  height: 969px;
  margin-top: -484px;
  margin-left: -30%;
  background-image: url(../img/custom/overview_bg_lg.png);
  background-position: left center;
  background-size: 100%;
}
.section-overview-business .subject {
  position: relative;
  margin: 0;
  font-family: Oswald, sans-serif;
  font-size: 18px;
  color: #010101;
  letter-spacing: 0.2em;
  width: 130px;
  padding: 20px 0 0 10px;
}

.wf-active .section-overview-business .subject {
  font-family: Oswald, sans-serif;
}

.section-overview-business .subject:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #30b2e2;
  -webkit-transition: width 0.6s 0.6s;
  -o-transition: width 0.6s 0.6s;
  transition: width 0.6s 0.6s;
}
.section-overview-business .subject > span {
  display: block;
}
.section-overview-business .items {
  margin-top: 30px;
}
.section-overview-business .item {
  position: relative;
  margin-top: 30px;
}
.section-overview-business .item:first-child {
  margin-top: 0;
}
.section-overview-business .item .object-holder .module {
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.6s;
  -o-transition: width 0.6s;
  transition: width 0.6s;
}
.section-overview-business .item .object {
  background-size: 100% 100%;
  background-size: cover;
}
.section-overview-business .item .content-holder {
  margin-top: -25px;
  border: 1px #30b2e2 solid;
  background-color: #fff;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.6s 0s;
  -o-transition: all 0.6s 0s;
  transition: all 0.6s 0s;
  overflow: hidden;
}
.section-overview-business .item .content-holder .module {
  margin: 30px 15px;
}
.section-overview-business .item .content-holder p {
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s 0s;
  -o-transition: all 0.6s 0s;
  transition: all 0.6s 0s;
}
.section-overview-business .item .content-holder .summary {
  margin: 0;
  font-size: 24px;
  font-family: Oswald, sans-serif;
  letter-spacing: 0.2em;
  color: #333;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.wf-active .section-overview-business .item .content-holder .summary {
  font-family: Oswald, sans-serif;
}

.section-overview-business .item .content-holder .summary > span {
  display: block;
}
.section-overview-business .item .content-holder .summary > span:first-child {
  color: #30b2e2;
}
.section-overview-business .item .content-holder .core {
  margin: 15px 0 0;
  font-size: 15px;
  color: #333;
  letter-spacing: -0.05em;
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.section-overview-business .item .content-holder .desc {
  margin: 10px 0 0;
  font-size: 12px;
  line-height: 1.8;
  letter-spacing: -0.05em;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.section-overview-business .item.inviewed .object-holder .module {
  width: 100%;
}
.section-overview-business .item.inviewed .content-holder {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.section-overview-business .item.inviewed .content-holder p {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.section-overview-business .item.nth-child-1 .object {
  height: 205px;
}
.section-overview-business .item.nth-child-1 .object-holder {
  height: 205px;
  margin-left: -15px;
  margin-right: 20%;
  max-width: 600px;
}
.section-overview-business .item.nth-child-1 .object {
  background-image: url(../img/custom/overview_business_1_sm.jpg);
  background-position: left bottom;
}
.section-overview-business .item.nth-child-1 .content-holder {
  margin-left: 8%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.section-overview-business .item.nth-child-2 .object {
  height: 265px;
}
.section-overview-business .item.nth-child-2 .object-holder {
  height: 265px;
  position: relative;
}
.section-overview-business .item.nth-child-2 .object-holder .module {
  position: absolute;
  right: 0;
}
.section-overview-business .item.nth-child-2 .object {
  background-image: url(../img/custom/overview_business_2_sm.jpg);
  background-position: right center;
}
.section-overview-business .item.nth-child-2 .content-holder {
  margin-right: 13.33333333%;
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.section-overview-business .item.nth-child-2.inviewed .object-holder .module {
  width: 230px;
}
.section-overview-business .item.nth-child-3 .object, .section-overview-business .item.nth-child-3 .object-holder {
  height: 219px;
}
.section-overview-business .item.nth-child-3 .object {
  background-image: url(../img/custom/overview_business_3_sm.jpg);
  background-position: left center;
}
.section-overview-business .item.nth-child-3 .content-holder {
  margin-left: 2.66666667%;
  margin-right: 2.66666667%;
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
}
.section-overview-business .in .subject:before {
  width: 100%;
}

@media (max-width: 374px) {
  .section-overview-business .item .content-holder .summary {
    font-size: 22px;
  }
}
@media (min-width: 750px) {
  .section-overview-business .item.nth-child-1 .object, .section-overview-business .item.nth-child-1 .object-holder {
    height: 410px;
  }
}
@media (min-width: 750px) {
  .section-overview-business .item.nth-child-2 .object, .section-overview-business .item.nth-child-2 .object-holder {
    height: 531px;
  }
}
@media (min-width: 750px) {
  .section-overview-business .item.nth-child-2.inviewed .object-holder .module {
    width: 460px;
  }
}
@media (min-width: 750px) {
  .section-overview-business .item.nth-child-3 .object, .section-overview-business .item.nth-child-3 .object-holder {
    height: 438px;
  }
}
@media (min-width: 1024px) {
  .section-overview-business {
    margin-top: 140px;
  }
  .section-overview-business:before {
    top: 50%;
    left: 50%;
    width: 694px;
    height: 674px;
    margin: -347px 0 0 -337px;
    background-image: url(../img/custom/overview_bg_lg.png);
    background-position: center center;
  }
  .section-overview-business .subject {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -500px;
    font-size: 24px;
    width: 220px;
    padding: 40px 0 0 30px;
  }
  .section-overview-business .subject:before {
    height: 4px;
  }
  .section-overview-business .items {
    margin-top: 0;
    height: 1820px;
  }
  .section-overview-business .item > .module {
    position: relative;
  }
  .section-overview-business .item .content-holder {
    position: absolute;
    margin: -130px 0 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-overview-business .item .content-holder .module {
    margin: 40px;
  }
  .section-overview-business .item .content-holder .summary {
    font-size: 32px;
  }
  .section-overview-business .item .content-holder .core {
    margin: 25px 0 0;
    font-size: 20px;
  }
  .section-overview-business .item .content-holder .desc {
    margin: 30px 0 0;
    font-size: 16px;
  }
  .section-overview-business .item.nth-child-1 {
    left: 50%;
    margin-left: -150px;
    width: 600px;
  }
  .section-overview-business .item.nth-child-1 .object {
    width: 600px;
    height: 410px;
  }
  .section-overview-business .item.nth-child-1 .object-holder {
    width: 600px;
    height: 410px;
    margin: 0;
  }
  .section-overview-business .item.nth-child-1 .object {
    background-image: url(../img/custom/overview_business_1_lg.jpg);
    background-position: left bottom;
  }
  .section-overview-business .item.nth-child-1 .content-holder {
    margin-left: 0;
    left: 190px;
    width: 455px;
  }
  .section-overview-business .item.nth-child-2 {
    left: 50%;
    margin-top: 90px;
    margin-left: -450px;
    width: 390px;
  }
  .section-overview-business .item.nth-child-2 .object {
    height: 531px;
  }
  .section-overview-business .item.nth-child-2 .object-holder {
    height: 531px;
    width: 390px;
  }
  .section-overview-business .item.nth-child-2 .object {
    background-image: url(../img/custom/overview_business_2_lg.jpg);
  }
  .section-overview-business .item.nth-child-2 .content-holder {
    left: -50px;
    width: 390px;
  }
  .section-overview-business .item.nth-child-2.inviewed .object-holder .module {
    width: 390px;
  }
  .section-overview-business .item.nth-child-3 {
    left: 50%;
    margin-top: -95px;
    width: 620px;
  }
  .section-overview-business .item.nth-child-3 .object, .section-overview-business .item.nth-child-3 .object-holder {
    width: 620px;
    height: 438px;
  }
  .section-overview-business .item.nth-child-3 .object {
    background-image: url(../img/custom/overview_business_3_lg.jpg);
    background-position: left center;
  }
  .section-overview-business .item.nth-child-3 .content-holder {
    width: 450px;
    left: 20px;
    margin: -70px 0 0 0;
  }
}
@media (min-width: 1600px) {
  .section-overview-business .subject {
    margin: 0 0 0 -590px;
  }
  .section-overview-business .item.nth-child-1 {
    margin-left: -230px;
  }
  .section-overview-business .item.nth-child-1 .content-holder {
    left: 435px;
  }
  .section-overview-business .item.nth-child-2 {
    margin-left: -560px;
  }
  .section-overview-business .item.nth-child-2 .content-holder {
    left: -100px;
  }
  .section-overview-business .item.nth-child-3 .content-holder {
    width: 550px;
    left: 50%;
    margin: -70px 0 0 -275px;
  }
}
.section-line-wrap.section-map-wrap {
  padding-top: 35px;
}

@media (min-width: 1024px) {
  .section-line-wrap.section-map-wrap {
    margin-top: -60px;
  }
  .section-line-wrap.section-map-wrap .holder:before, .section-line-wrap.section-map-wrap:after, .section-line-wrap.section-map-wrap:before {
    top: 0;
  }
  .section-line-wrap.section-map-wrap .holder {
    padding-top: 60px;
  }
}
.section-latest-sell .title {
  margin: 0;
  color: #000;
  font-size: 24px;
  font-weight: 500;
}
.section-latest-sell .holder {
  margin: 20px 0 60px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1);
}
.section-latest-sell .object-holder img {
  width: 100%;
}
.section-latest-sell .object-holder .module {
  position: relative;
}
.section-latest-sell .object-holder .summary {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 10px;
  text-align: right;
  background-color: rgba(0, 0, 0, 0.6);
}
.section-latest-sell .object-holder .summary .label {
  position: absolute;
  top: 50%;
  left: 15px;
  margin-top: -12px;
}
.section-latest-sell .object-holder .summary .tel {
  position: relative;
  display: inline-block;
  margin: 0;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 16px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
}

.wf-active .section-latest-sell .object-holder .summary .tel {
  font-family: Oswald, sans-serif;
}

.section-latest-sell .object-holder .summary .tel:before {
  content: "☎";
  position: absolute;
  top: -2px;
  left: -25px;
}
.section-latest-sell .content-holder .module {
  margin: 0 10px;
}
.section-latest-sell .content-holder .core {
  margin-top: 15px;
}
.section-latest-sell .content-holder .name {
  margin: 10px 0 0;
  font-size: 18px;
  color: #000;
}
.section-latest-sell .content-holder .desc {
  padding-top: 5px;
  font-size: 13px;
}
.section-latest-sell .content-holder .desc li {
  position: relative;
  margin-top: 10px;
  padding-left: 80px;
}
.section-latest-sell .content-holder .desc li .subject {
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
.section-latest-sell .content-holder .desc li .subject:before {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 65px;
  width: 1px;
  height: 8px;
  background-color: #ccc;
}
.section-latest-sell .content-holder .utill {
  margin-top: 30px;
  border-top: 1px #d7d5cd solid;
}
.section-latest-sell .content-holder .utill .col {
  position: relative;
}
.section-latest-sell .content-holder .utill .col:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -1px;
  margin-top: -16px;
  width: 1px;
  height: 32px;
  background-color: #d7d5cd;
}
.section-latest-sell .content-holder .utill .col:first-child:before {
  display: none;
}
.section-latest-sell .content-holder .utill a {
  display: block;
  text-align: center;
  height: 50px;
  line-height: 50px;
  color: #000;
  font-size: 14px;
}
.section-latest-sell .content-holder .utill .icon {
  content: "";
  background-image: url(../img/custom/icon_attention_sm.png);
  width: 18px;
  height: 18px;
  background-size: 18px 18px;
}
.section-latest-sell .content-holder .utill .icon.counsel {
  background-image: url(../img/custom/icon_counsel_sm.png);
}
.section-latest-sell .content-holder .utill .icon.site {
  background-image: url(../img/custom/icon_site_sm.png);
}

@media (max-width: 374px) {
  .section-latest-sell .content-holder .utill a {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .section-latest-sell .title {
    font-size: 32px;
  }
  .section-latest-sell .holder {
    margin: 30px 0 80px;
  }
  .section-latest-sell .object-holder .summary {
    padding: 0 35px;
  }
  .section-latest-sell .object-holder .summary .label {
    left: 30px;
    margin-top: -16px;
  }
  .section-latest-sell .object-holder .summary .tel {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
  }
  .section-latest-sell .object-holder .summary .tel:before {
    left: -30px;
  }
  .section-latest-sell .content-holder .core {
    margin: 10px 30px 0 30px;
  }
  .section-latest-sell .content-holder .name {
    margin: 10px 0 0;
    font-size: 19px;
  }
  .section-latest-sell .content-holder .desc {
    font-size: 14px;
  }
  .section-latest-sell .content-holder .desc li {
    margin-top: 10px;
    padding-left: 150px;
  }
  .section-latest-sell .content-holder .desc li .subject {
    left: 30px;
  }
  .section-latest-sell .content-holder .desc li .subject:before {
    margin-top: -5px;
    left: 85px;
    height: 10px;
  }
  .section-latest-sell .content-holder .utill {
    margin-top: 20px;
    border-top: 1px #d7d5cd solid;
  }
  .section-latest-sell .content-holder .utill .col:before {
    left: -1px;
    margin-top: -15px;
    height: 30px;
  }
  .section-latest-sell .content-holder .utill a {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
  }
  .section-latest-sell .content-holder .utill .icon {
    content: "";
    background-image: url(../img/custom/icon_attention_lg.png);
    width: 24px;
    height: 24px;
    background-size: 24px 24px;
  }
  .section-latest-sell .content-holder .utill .icon.counsel {
    background-image: url(../img/custom/icon_counsel_lg.png);
  }
  .section-latest-sell .content-holder .utill .icon.site {
    background-image: url(../img/custom/icon_site_lg.png);
  }
}
@media (min-width: 1920px) {
  .section-latest-sell .content-holder .core {
    margin-top: 30px;
  }
  .section-latest-sell .content-holder .name {
    margin-top: 15px;
    font-size: 24px;
  }
  .section-latest-sell .content-holder .desc {
    padding-top: 15px;
    font-size: 16px;
  }
  .section-latest-sell .content-holder .desc li {
    margin-top: 15px;
  }
  .section-latest-sell .content-holder .utill {
    margin-top: 30px;
  }
  .section-latest-sell .content-holder .utill .col:before {
    margin-top: -30px;
    height: 60px;
  }
  .section-latest-sell .content-holder .utill a {
    height: 72px;
    line-height: 72px;
    font-size: 20px;
  }
}
.section-calendar .year {
  text-align: center;
}
.section-calendar .year .title {
  display: inline-block;
  margin: 0 30px;
  font-size: 36px;
  color: #222;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  vertical-align: middle;
  line-height: 1;
}

.wf-active .section-calendar .year .title {
  font-family: Oswald, sans-serif;
}

.section-calendar .year .nav {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
}
.section-calendar .year .nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  -webkit-transform: translate(0, 32px);
  -ms-transform: translate(0, 32px);
  transform: translate(0, 32px);
  background-color: #30b2e2;
}
.section-calendar .year .nav .icon {
  position: relative;
  width: 32px;
  height: 32px;
  border: 1px #d1d1d1 solid;
}
.section-calendar .year .nav .icon:after, .section-calendar .year .nav .icon:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -4px;
  width: 8px;
  height: 2px;
  background-color: #333;
}
.section-calendar .year .nav.prev .icon:after {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
.section-calendar .year .nav.prev .icon:before {
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform: rotate(-45deg) translate(0, 1px);
  -ms-transform: rotate(-45deg) translate(0, 1px);
  transform: rotate(-45deg) translate(0, 1px);
}
.section-calendar .year .nav.prev .icon:after {
  -webkit-transform: rotate(45deg) translate(0, -1px);
  -ms-transform: rotate(45deg) translate(0, -1px);
  transform: rotate(45deg) translate(0, -1px);
}
.section-calendar .year .nav.next .icon:after {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.section-calendar .year .nav.next .icon:before {
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-45deg) translate(0, -1px);
  -ms-transform: rotate(-45deg) translate(0, -1px);
  transform: rotate(-45deg) translate(0, -1px);
}
.section-calendar .year .nav.next .icon:after {
  -webkit-transform: rotate(45deg) translate(0, 1px);
  -ms-transform: rotate(45deg) translate(0, 1px);
  transform: rotate(45deg) translate(0, 1px);
}
.section-calendar .list {
  margin-top: 40px;
}
.section-calendar .list .module {
  position: relative;
  margin-top: 15px;
  padding: 18px 0;
  min-height: 120px;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-calendar .list .module:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 85px;
  bottom: 10px;
  width: 1px;
  background-color: #e0e0e0;
}
.section-calendar .list .item:first-child .module {
  margin-top: 0;
}
.section-calendar .list .item.in .module {
  border: 1px #30b2e2 solid;
  background-color: #fff;
}
.section-calendar .list .month {
  position: absolute;
  top: 50%;
  left: 0;
  margin: 0;
  width: 85px;
  text-align: center;
  font-family: Oswald, sans-serif;
  color: #666;
  line-height: 1.2;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.wf-active .section-calendar .list .month {
  font-family: Oswald, sans-serif;
}

.section-calendar .list .month .number {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
}
.section-calendar .list .month .number:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin: 10px 0 0 -15px;
  width: 30px;
  height: 2px;
  background-color: #666;
}
.section-calendar .list .month .name {
  display: block;
  margin-top: 25px;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.section-calendar .list ul {
  margin: 0 10px 0 100px;
}
.section-calendar .list ul li {
  position: relative;
  padding-left: 55px;
  margin: 10px 0 0;
  font-size: 12px;
  color: #000;
}
.section-calendar .list ul li .label {
  position: absolute;
  top: 0;
  left: 0;
}
.section-calendar .list ul li:first-child {
  margin-top: 0;
}
.section-calendar .list .no {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  display: inline-block;
  overflow: hidden;
  word-break: keep-all;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  font-family: a;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px 0 0 -1px;
  color: transparent;
}

@media (min-width: 1024px) {
  .section-calendar .year .title {
    margin: 0 35px;
    font-size: 50px;
  }
  .section-calendar .year .nav:after {
    left: -1px;
    right: -1px;
    z-index: 0;
    -webkit-transform: translate(0, 38px);
    -ms-transform: translate(0, 38px);
    transform: translate(0, 38px);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .section-calendar .year .nav .icon {
    z-index: 1;
    width: 38px;
    height: 38px;
    border-bottom-color: #30b2e2;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
  }
  .section-calendar .year .nav .icon:after, .section-calendar .year .nav .icon:before {
    margin: -1px 0 0 -5px;
    width: 10px;
    height: 2px;
    -webkit-transition: background-color 0.3s;
    -o-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .section-calendar .year .nav:hover:after {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .section-calendar .year .nav:hover .icon {
    border-color: #30b2e2;
  }
  .section-calendar .year .nav:hover .icon:after, .section-calendar .year .nav:hover .icon:before {
    background-color: #fff;
  }
  .section-calendar .list {
    margin-top: 50px;
  }
  .section-calendar .list .module {
    margin: 10px !important;
    padding: 30px 0;
    min-height: 190px;
  }
  .section-calendar .list .module:before {
    content: "";
    top: 30px;
    left: 100px;
    bottom: 30px;
  }
  .section-calendar .list .month {
    width: 100px;
  }
  .section-calendar .list .month .number {
    font-size: 52px;
  }
  .section-calendar .list .month .number:before {
    margin: 15px 0 0 -20px;
    width: 40px;
    height: 2px;
  }
  .section-calendar .list .month .name {
    margin-top: 35px;
    font-size: 20px;
  }
  .section-calendar .list ul {
    margin-left: 120px;
  }
  .section-calendar .list ul li {
    margin-top: 15px;
    padding-left: 90px;
    font-size: 16px;
  }
  .section-calendar .list .label {
    margin-right: 10px;
  }
}
@media (min-width: 1600px) {
  .section-calendar .list .module {
    margin: 20px !important;
  }
  .section-calendar .list .module:before {
    left: 190px;
  }
  .section-calendar .list .month {
    width: 190px;
  }
  .section-calendar .list ul {
    margin-left: 230px;
  }
  .section-calendar .list ul li {
    font-size: 18px;
  }
}
.section-business-list .container {
  overflow: visible;
}
.section-business-list .core {
  position: relative;
  padding: 0 0 0 15px;
  width: 90%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-business-list .core:before {
  content: "";
  position: absolute;
  top: 0;
  left: -10px;
  width: 2px;
  height: 100%;
  background-color: #30b2e2;
}
.section-business-list .core .title {
  margin: 0;
  color: #000;
  font-size: 18px;
}
.section-business-list .desc {
  margin-top: 20px;
  font-size: 12px;
}
.section-business-list .desc li {
  position: relative;
  margin-top: 10px;
  padding-left: 60px;
}
.section-business-list .desc li .subject {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  color: #000;
}
.section-business-list .desc li .subject:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 7px;
  width: 1px;
  height: 12px;
  margin-top: -6px;
  background-color: #d7d5cd;
}
.section-business-list .desc p {
  margin: 5px 0 0;
}
.section-business-list .desc p:first-child {
  margin-top: 0;
}
.section-business-list .desc .tel {
  position: relative;
  margin: 20px 0 0;
  padding-left: 60px;
  font-size: 16px;
  font-family: Oswald, sans-serif;
}

.wf-active .section-business-list .desc .tel {
  font-family: Oswald, sans-serif;
}

.section-business-list .desc .tel a[href*="tel:"] {
  color: #666;
}
.section-business-list .desc .tel:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -19px;
  border-radius: 100%;
  content: "";
  background-image: url(../img/custom/icon_business_tel_sm.png);
  width: 38px;
  height: 38px;
  background-size: 38px 38px;
  background-color: #f0f0f0;
}
.section-business-list .item {
  margin-top: 40px;
}
.section-business-list .item:first-child {
  margin-top: 0;
}
.section-business-list .item .object-holder .module {
  display: inline-block;
  position: relative;
  margin-right: 13.33333333%;
}
.section-business-list .item .object-holder .module:before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 20px;
  left: -20px;
  bottom: -20px;
  width: 100%;
  background-color: #f5f5f5;
}
.section-business-list .item .object-holder img {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
.section-business-list .item .content-holder .module {
  margin: 25px 30px 0 30px;
}
.section-business-list .item:nth-child(2n) .object-holder .module {
  margin-right: auto;
  margin-left: 13.33333333%;
}
.section-business-list .item:nth-child(2n) .object-holder .module:before {
  right: -15px;
  left: auto;
}
.section-business-list .item.js-inview .core {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-business-list .item.js-inview .core:before {
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-business-list .item.js-inview.inviewed .core {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-business-list .item.js-inview.inviewed .core:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
}

@media (min-width: 1024px) {
  .section-business-list .core {
    padding-left: 35px;
  }
  .section-business-list .core:before {
    width: 4px;
    left: 0;
  }
  .section-business-list .core .title {
    font-size: 30px;
  }
  .section-business-list .desc {
    margin-top: 60px;
    font-size: 16px;
  }
  .section-business-list .desc li {
    padding-left: 85px;
  }
  .section-business-list .desc li .subject:before {
    margin-left: 15px;
  }
  .section-business-list .desc .tel {
    margin: 40px 0 0;
    padding-left: 80px;
    font-size: 18px;
  }
  .section-business-list .desc .tel:before {
    margin-top: -25px;
    content: "";
    background-image: url(../img/custom/icon_business_tel_lg.png);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
  }
  .section-business-list .item {
    margin-top: 160px;
  }
  .section-business-list .item .object-holder .module {
    position: relative;
    margin: 0 0 0 45px;
  }
  .section-business-list .item .object-holder .module:before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 100px;
    left: -45px;
    bottom: -90px;
    width: auto;
    right: 130px;
  }
  .section-business-list .item .content-holder .module {
    margin: 60px 0 0 80px;
  }
  .section-business-list .item:nth-child(2n) .object-holder {
    float: right;
  }
  .section-business-list .item:nth-child(2n) .object-holder .module {
    margin: 0 0 0 25px;
  }
  .section-business-list .item:nth-child(2n) .object-holder .module:before {
    top: -60px;
    left: 125px;
    bottom: -80px;
    right: -45px;
  }
  .section-business-list .item.js-inview .core {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    -ms-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
    transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
    -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
    transition: opacity 0.6s 0s, transform 0.6s 0s;
    transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
  }
  .section-business-list .item.js-inview .core:before {
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
    transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
    -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
    transition: opacity 0.6s 0s, transform 0.6s 0s;
    transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
  }
  .section-business-list .item.js-inview.inviewed .core {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
    transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
    -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
    transition: opacity 0.6s 0s, transform 0.6s 0s;
    transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
  }
  .section-business-list .item.js-inview.inviewed .core:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
    transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
    -o-transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
    transition: opacity 0.6s 0.6s, transform 0.6s 0.6s;
    transition: opacity 0.6s 0.6s, transform 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  }
}
.section-business-etc .object-holder .module {
  text-align: center;
}
.section-business-etc .object-holder img {
  margin: 0 auto;
  width: 100%;
}
.section-business-etc .item {
  margin-top: 50px;
}
.section-business-etc .item:first-child {
  margin-top: 0;
}
.section-business-etc .object-holder .module {
  position: relative;
  background-size: 100% 100%;
  background-size: cover;
}
.section-business-etc .object-holder .more {
  position: absolute;
  top: 0;
  right: 0;
}
.section-business-etc .object-holder .swiper-pagination-bullet {
  opacity: 1;
  background-color: #fff;
}
.section-business-etc .object-holder .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #30b2e2;
}
.section-business-etc .core {
  padding: 0 10px;
  letter-spacing: -0.05em;
}
.section-business-etc .core .title {
  margin: 20px 0 0;
  color: #000;
  font-size: 18px;
}
.section-business-etc .core .summary {
  margin: 10px 0 0;
}
.section-business-etc .desc {
  margin-top: 15px;
  padding: 15px 10px 0 10px;
  border-top: 1px #d7d5cd solid;
  font-size: 12px;
  letter-spacing: -0.05em;
}

@media (min-width: 1024px) {
  .section-business-etc .item {
    margin-top: 100px;
  }
  .section-business-etc .item:first-child {
    margin-top: 0;
  }
  .section-business-etc .item:nth-child(odd) .object-holder {
    float: right;
  }
  .section-business-etc .item:nth-child(odd) .content-holder .module {
    margin-left: 20px;
  }
  .section-business-etc .item:nth-child(2n) .content-holder .module .core {
    padding-left: 50px;
  }
  .section-business-etc .item:nth-child(2n) .content-holder .module .desc {
    padding-left: 50px;
    margin-right: 0;
  }
  .section-business-etc .object-holder .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    margin: 0 5px;
  }
  .section-business-etc .core {
    padding: 0;
  }
  .section-business-etc .core .title {
    margin: 30px 0 0;
    font-size: 42px;
  }
  .section-business-etc .core .summary {
    margin: 10px 0 0;
    font-size: 20px;
  }
  .section-business-etc .desc {
    margin-top: 30px;
    padding: 30px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
}
@media (min-width: 1920px) {
  .section-business-etc .item:nth-child(odd) .content-holder .module {
    margin-left: 60px;
  }
  .section-business-etc .item:nth-child(2n) .content-holder .module .core {
    padding-left: 120px;
  }
  .section-business-etc .item:nth-child(2n) .content-holder .module .desc {
    padding-left: 120px;
    margin-right: 55px;
  }
  .section-business-etc .core .title {
    margin: 100px 0 0;
  }
}
.section-sorting {
  margin-top: 25px;
}
.section-sorting .container {
  overflow: visible;
}
.section-sorting .dropdown {
  position: relative;
  z-index: 5;
}
.section-sorting .dropdown .link {
  position: relative;
  display: block;
  height: 38px;
  line-height: 38px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.4em;
  background-color: #30b2e2;
  border: 1px #30b2e2 solid;
}
.section-sorting .dropdown .link:before {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -20px;
  content: "";
  background-image: url(../img/custom/select_sorting_w_sm.png);
  width: 43px;
  height: 40px;
  background-size: 43px 40px;
}
.section-sorting .dropdown .link span {
  padding-left: 15px;
  color: #fff;
}
.section-sorting .dropdown.in .link span {
  color: #000;
}
.section-sorting .dropdown .more {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: -1px;
  border: 1px #30b2e2 solid;
  border-top: 0;
  background-color: #fff;
}
.section-sorting .dropdown .more a {
  display: block;
  height: 40px;
  line-height: 40px;
  font-weight: 700;
  color: #000;
  letter-spacing: 0.4em;
}
.section-sorting .dropdown .more a span {
  padding-left: 15px;
}
.section-sorting .dropdown.in .link {
  background-color: #fff;
}
.section-sorting .dropdown.in .link:before {
  background-image: url(../img/custom/select_sorting_sm.png);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.section-sorting .dropdown.in .more {
  display: block;
}

@media (min-width: 1024px) {
  .section-sorting {
    margin-top: 60px;
  }
  .section-sorting .dropdown {
    width: calc(33.33% - 30px);
  }
  .section-sorting .dropdown .link {
    height: 58px;
    line-height: 58px;
    font-size: 15px;
  }
  .section-sorting .dropdown .link:before {
    margin-top: -30px;
    content: "";
    background-image: url(../img/custom/select_sorting_w_lg.png);
    width: 73px;
    height: 60px;
    background-size: 73px 60px;
  }
  .section-sorting .dropdown.in .link:before {
    background-image: url(../img/custom/select_sorting_lg.png);
  }
  .section-sorting .dropdown .link span {
    padding-left: 30px;
  }
  .section-sorting .dropdown .link:hover {
    text-decoration: none;
  }
  .section-sorting .dropdown .more a {
    height: 60px;
    line-height: 60px;
    font-size: 15px;
  }
  .section-sorting .dropdown .more a span {
    padding-left: 30px;
  }
  .section-sorting .dropdown .more a:hover {
    background-color: #30b2e2;
    color: #fff;
    text-decoration: none;
  }
}
.section-sell-list {
  overflow: hidden;
}
.section-sell-list .list {
  clear: both;
  overflow: hidden;
  margin-top: 25px;
}
.section-sell-list .list:after, .section-sell-list .list:before {
  content: " ";
  display: table;
}
.section-sell-list .list:after {
  clear: both;
}
.section-sell-list .list .module {
  position: relative;
  margin-bottom: 25px;
  padding: 0 20px;
  background-color: #f6f6f6;
}
.section-sell-list .link {
  display: block;
}
.section-sell-list .thumb-wrap {
  display: block;
  margin: 0 -20px;
  overflow: hidden;
}
.section-sell-list .thumb {
  display: block;
}
.section-sell-list .thumb span {
  display: block;
}
.section-sell-list .thumb img {
  width: 100%;
}
.section-sell-list .labels {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  width: 35px;
}
.section-sell-list .brand {
  position: absolute;
  margin-top: 20px;
}
.section-sell-list .subject {
  display: block;
  margin-top: 2px;
  padding: 10px 0 25px 0;
  font-size: 16px;
  color: #000;
  border-top: 1px #e0e0e0 solid;
}
.section-sell-list .utill {
  text-align: right;
  margin: 10px -10px 0 0;
}
.section-sell-list .utill a {
  display: inline-block;
  vertical-align: top;
}
.section-sell-list .utill a span {
  display: inline-block;
  height: 45px;
  line-height: 45px;
  vertical-align: top;
}
.section-sell-list .utill .icon {
  vertical-align: top;
  content: "";
  background-image: url(../img/custom/icon_sell_attention_sm.png);
  width: 44px;
  height: 45px;
  background-size: 44px 45px;
}
.section-sell-list .utill .icon.site {
  content: "";
  background-image: url(../img/custom/icon_sell_site_sm.png);
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
}
.section-sell-list .utill .icon.counsel {
  content: "";
  background-image: url(../img/custom/icon_sell_counsel_sm.png);
  width: 42px;
  height: 45px;
  background-size: 42px 45px;
}

@media (min-width: 768px) {
  .section-sell-list .list {
    margin-left: -12px;
    margin-right: -12px;
  }
  .section-sell-list .list .module {
    margin-left: 12px;
    margin-right: 12px;
  }
}
@media (min-width: 1024px) {
  .section-sell-list {
    margin-top: 10px;
  }
  .section-sell-list .list {
    margin: 0 -25px;
  }
  .section-sell-list .list .item {
    margin: 0;
  }
  .section-sell-list .list .item .module {
    margin: 50px 25px 0 25px !important;
  }
  .section-sell-list .list .item .module:before {
    bottom: 72px;
  }
  .section-sell-list .thumb-wrap {
    position: relative;
    z-index: 0;
    margin: 0 -20px;
  }
  .section-sell-list .thumb-wrap:before {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
  }
  .section-sell-list .thumb-wrap:after {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    margin: -24px 0 0 -24px;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    border: 1px rgba(255, 255, 255, 0.6) solid;
    content: "";
    background-image: url(../img/custom/icon_sell_more.png);
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    -o-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  }
  .section-sell-list .thumb span:after, .section-sell-list .thumb span:before {
    content: "";
    position: absolute;
    z-index: 4;
    -webkit-transition: width linear 0.3s, height linear 0.3s;
    -o-transition: width linear 0.3s, height linear 0.3s;
    transition: width linear 0.3s, height linear 0.3s;
  }
  .section-sell-list .thumb:after {
    content: "";
    position: absolute;
    z-index: 4;
    -webkit-transition: width linear 0.3s, height linear 0.3s;
    -o-transition: width linear 0.3s, height linear 0.3s;
    transition: width linear 0.3s, height linear 0.3s;
  }
  .section-sell-list .thumb:before {
    content: "";
    position: absolute;
    z-index: 4;
    -webkit-transition: width linear 0.3s, height linear 0.3s;
    -o-transition: width linear 0.3s, height linear 0.3s;
    transition: width linear 0.3s, height linear 0.3s;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
  }
  .section-sell-list .thumb:after {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
  }
  .section-sell-list .thumb span:before {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
  }
  .section-sell-list .thumb span:after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
  }
  .section-sell-list .thumb span:before {
    -webkit-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    -o-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
  }
  .section-sell-list .thumb:before {
    -webkit-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    -o-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
  }
  .section-sell-list .thumb span:after, .section-sell-list .thumb:after {
    -webkit-transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
    -o-transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
    transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
  }
  .section-sell-list .thumb img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .section-sell-list .brand {
    margin-top: 30px;
  }
  .section-sell-list .link:hover {
    text-decoration: none;
  }
  .section-sell-list .link:hover .thumb-wrap:before {
    opacity: 1;
  }
  .section-sell-list .link:hover .thumb-wrap:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
  .section-sell-list .link:hover .thumb span:before, .section-sell-list .link:hover .thumb:before {
    width: 100%;
    height: 4px;
    -webkit-transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
    -o-transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
    transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
  }
  .section-sell-list .link:hover .thumb span:after, .section-sell-list .link:hover .thumb:after {
    height: 100%;
    width: 4px;
    -webkit-transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
    -o-transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
    transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
  }
  .section-sell-list .link:hover .thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
  .section-sell-list .labels {
    width: 42px;
  }
  .section-sell-list .subject {
    margin-top: 0;
    padding: 15px 0 25px 0;
    font-size: 18px;
  }
  .section-sell-list .more {
    width: 65px;
    height: 72px;
  }
  .section-sell-list .more:after, .section-sell-list .more:before {
    margin: -1px 0 0 -10px;
    width: 20px;
    height: 2px;
  }
  .section-sell-list .utill {
    margin-top: 20px;
  }
  .section-sell-list .utill .icon {
    content: "";
    background-image: url(../img/custom/icon_sell_attention_lg.png);
    width: 35px;
    height: 56px;
    background-size: 35px 56px;
  }
  .section-sell-list .utill .icon.site {
    content: "";
    background-image: url(../img/custom/icon_sell_site_lg.png);
    width: 35px;
    height: 56px;
    background-size: 35px 56px;
  }
  .section-sell-list .utill .icon.counsel {
    content: "";
    background-image: url(../img/custom/icon_sell_counsel_lg.png);
    width: 35px;
    height: 56px;
    background-size: 35px 56px;
  }
}
@media (min-width: 1600px) {
  .section-sell-list .list .item .module {
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-sell-list .thumb-wrap {
    margin: 0 -30px;
  }
  .section-sell-list .utill .icon {
    margin: 0 5px;
  }
}
.section-more {
  margin-top: 20px;
}
.section-more a {
  position: relative;
  display: block;
  padding: 0 40px;
  height: 100px;
  line-height: 100px;
  font-family: Oswald, sans-serif;
  color: #333;
  border: 1px #30b2e2 solid;
  text-align: left;
}

.wf-active .section-more a {
  font-family: Oswald, sans-serif;
}

.section-more a .more {
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.section-more a i {
  display: inline-block;
  position: relative;
  width: 34px;
  height: 100px;
  vertical-align: top;
}
.section-more a i:after {
  content: "";
  position: absolute;
  background-color: #30b2e2;
}
.section-more a i:before {
  content: "";
  position: absolute;
  background-color: #30b2e2;
  top: 53px;
  left: 0;
  width: 14px;
  height: 5px;
}
.section-more a i:after {
  top: 44px;
  left: 9px;
  width: 5px;
  height: 14px;
}
.section-more a .count {
  position: absolute;
  top: 0;
  right: 40px;
  font-size: 12px;
  color: #666;
}
.section-more a .count span {
  font-size: 17px;
  color: #333;
  font-weight: 500;
}

@media (min-width: 1024px) {
  .section-more {
    margin-top: 50px;
  }
  .section-more a {
    text-align: center;
  }
  .section-more a .more {
    font-size: 20px;
  }
  .section-more a i {
    -webkit-transform: rotate(0) translate(0, 0);
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .section-more a i:before {
    top: 53px;
    left: 0;
    width: 16px;
    height: 6px;
  }
  .section-more a i:after {
    top: 43px;
    left: 10px;
    width: 6px;
    height: 16px;
  }
  .section-more a .count {
    right: 45px;
    font-size: 14px;
  }
  .section-more a .count span {
    font-size: 20px;
  }
  .section-more a:hover {
    text-decoration: none;
  }
  .section-more a:hover i {
    -webkit-transform: rotate(45deg) translate(0, 2px);
    -ms-transform: rotate(45deg) translate(0, 2px);
    transform: rotate(45deg) translate(0, 2px);
  }
}
.layout-column {
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-width: 33.33%;
  column-width: 33.33%;
  -webkit-column-gap: 0;
  column-gap: 0;
  margin-left: -5px;
  margin-right: -5px;
}
.layout-column .item {
  position: relative;
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
  page-break-inside: avoid;
}

.layout-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}
.layout-flexbox .item {
  position: relative;
  margin: 0;
  width: 25%;
}
.layout-flexbox .item:nth-of-type(4n+1) {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.layout-flexbox .item:nth-of-type(4n+2) {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.layout-flexbox .item:nth-of-type(4n+3) {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}
.layout-flexbox .item:nth-of-type(4n) {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}
.layout-flexbox .break {
  width: 24%;
  position: relative;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  width: 0;
  border: 1px solid #ddd;
  margin: 0;
  content: "";
  padding: 0;
}

.section-advertise-list {
  margin-bottom: 40px;
}
.section-advertise-list .list {
  margin-top: 30px;
}
.section-advertise-list .item {
  float: none;
}
.section-advertise-list .item .module {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px #d2d2d2 solid;
}
.section-advertise-list a, .section-advertise-list span {
  display: block;
}
.section-advertise-list .advertise {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #30b2e2;
}
.section-advertise-list .advertise.paper {
  background-color: #162942;
}
.section-advertise-list .advertise.etc {
  background-color: #b09b7b;
}
.section-advertise-list .thumb {
  position: relative;
  z-index: 0;
}
.section-advertise-list .thumb img {
  width: 100%;
}
.section-advertise-list .thumb.video span {
  display: block;
}
.section-advertise-list .thumb.video span:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.section-advertise-list .thumb.video span:after {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -24px;
  content: "";
  background-image: url(../img/custom/icon_video_sm.png);
  width: 49px;
  height: 50px;
  background-size: 49px 50px;
}
.section-advertise-list .subject {
  margin: 15px 0 0 10px;
  font-size: 21px;
  color: #333;
}
.section-advertise-list .date {
  margin: 5px 0 0 10px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.wf-active .section-advertise-list .date {
  font-family: Oswald, sans-serif;
}

@media (min-width: 768px) {
  .section-advertise-list .list {
    margin-left: -15px;
    margin-right: -15px;
  }
  .section-advertise-list .item .module {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media (min-width: 1024px) {
  .section-advertise-list {
    margin-top: 60px;
    margin-bottom: 0;
  }
  .section-advertise-list .list {
    margin: -20px;
  }
  .section-advertise-list .item {
    margin: 0;
    float: left;
    width: 33.33333333%;
  }
  .section-advertise-list .item .module {
    margin: 20px;
    padding: 0 0 10px 0;
    border: 0;
  }
  .section-advertise-list .advertise {
    top: auto;
    bottom: 0;
    width: 80px;
    height: 80px;
    line-height: 76px;
  }
  .section-advertise-list .thumb-wrap {
    position: relative;
  }
  .section-advertise-list .thumb-wrap:after {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-advertise-list .thumb-wrap:before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
  }
  .section-advertise-list .thumb-wrap > span:after, .section-advertise-list .thumb-wrap > span:before {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-advertise-list .thumb-wrap:after {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
  }
  .section-advertise-list .thumb-wrap > span:before {
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
  }
  .section-advertise-list .thumb-wrap > span:after {
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
  }
  .section-advertise-list .thumb-wrap:before, .section-advertise-list .thumb-wrap > span:before {
    -webkit-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    -o-transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
    transition: width 0s 0.3s, height 0.3s 0s, opacity 0.3s 0s;
  }
  .section-advertise-list .thumb-wrap:after, .section-advertise-list .thumb-wrap > span:after {
    -webkit-transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
    -o-transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
    transition: width 0.3s 0s, height 0s 0.3s, opacity 0.3s 0s;
  }
  .section-advertise-list .thumb {
    overflow: hidden;
  }
  .section-advertise-list .thumb.video span:after {
    margin: -50px 0 0 -45px;
    content: "";
    background-image: url(../img/custom/icon_video_lg.png);
    width: 98px;
    height: 100px;
    background-size: 98px 100px;
  }
  .section-advertise-list .thumb img {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
  }
  .section-advertise-list .subject {
    margin: 16px 0 0 90px;
    font-size: 18px;
  }
  .section-advertise-list .date {
    margin: 10px 0 0 90px;
    font-size: 14px;
  }
  .section-advertise-list a:hover {
    text-decoration: none;
  }
  .section-advertise-list a:hover .thumb img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
  }
  .section-advertise-list a:hover .thumb-wrap:before, .section-advertise-list a:hover .thumb-wrap > span:before {
    width: 100%;
    height: 4px;
    -webkit-transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
    -o-transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
    transition: width 0.3s 0s, height 0s 0s, opacity 0.3s 0s;
  }
  .section-advertise-list a:hover .thumb-wrap:after, .section-advertise-list a:hover .thumb-wrap > span:after {
    height: 100%;
    width: 4px;
    -webkit-transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
    -o-transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
    transition: width 0s 0s, height 0.3s 0s, opacity 0.3s 0s;
  }
}
@media (min-width: 1600px) {
  .section-advertise-list .list {
    margin: -25px;
  }
  .section-advertise-list .item .module {
    padding: 0;
    margin: 25px;
  }
  .section-advertise-list .advertise {
    bottom: 1px;
  }
  .section-advertise-list .subject {
    margin: 15px 0 0 100px;
    font-size: 24px;
  }
  .section-advertise-list .date {
    margin: 7px 0 0 100px;
    font-size: 18px;
  }
}
.section-news {
  margin-top: 10px;
}
.section-news .item {
  position: relative;
  margin-top: 10px;
  background-color: #f6f6f6;
}
.section-news .item:first-child {
  margin-top: 0;
}
.section-news a {
  display: block;
  padding: 0 10px 20px 10px;
}
.section-news span {
  display: block;
}
.section-news .category {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.section-news .thumb-wrap {
  position: relative;
  z-index: 0;
  overflow: hidden;
  margin: 0 -10px;
  border: 2px #f6f6f6 solid;
}
.section-news .thumb-wrap span {
  display: block;
  background-size: 100% 100%;
  background-size: cover;
}
.section-news .thumb-wrap img {
  width: 100%;
}
.section-news .core {
  margin-top: 20px;
  font-size: 21px;
  font-weight: 500;
  color: #333;
}
.section-news .date {
  margin-top: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.wf-active .section-news .date {
  font-family: Oswald, sans-serif;
}

.section-news .desc {
  margin-top: 10px;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .section-news {
    margin-top: 50px;
  }
  .section-news .item {
    margin-top: 20px;
    -webkit-box-shadow: 3px 5px 10px 0 transparent;
    box-shadow: 3px 5px 10px 0 transparent;
  }
  .section-news .item a:after, .section-news .item a:before {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-news .item:after {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-news .item:before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
  }
  .section-news .item:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
  }
  .section-news .item a:before {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
  }
  .section-news .item a:after {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
  }
  .section-news .item:hover {
    background-color: #fff;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
    -o-transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, box-shadow 0.6s 0s, -webkit-box-shadow 0.6s 0s;
  }
  .section-news .item:hover a:after, .section-news .item:hover a:before {
    -webkit-transition: width 0.6s 0s, height 0.6s 0s;
    -o-transition: width 0.6s 0s, height 0.6s 0s;
    transition: width 0.6s 0s, height 0.6s 0s;
  }
  .section-news .item:hover:after, .section-news .item:hover:before {
    -webkit-transition: width 0.6s 0s, height 0.6s 0s;
    -o-transition: width 0.6s 0s, height 0.6s 0s;
    transition: width 0.6s 0s, height 0.6s 0s;
  }
  .section-news .item:hover a:before, .section-news .item:hover:before {
    width: 100%;
  }
  .section-news .item:hover a:after, .section-news .item:hover:after {
    height: 100%;
  }
  .section-news .category {
    top: 55px;
    left: 0;
  }
  .section-news .thumb-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    width: 400px;
    width: 49.8489426%;
  }
  .section-news .thumb-wrap .thumb {
    display: block;
  }
  .section-news .thumb-wrap .thumb:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.6);
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .section-news .thumb-wrap .thumb:after {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    content: "";
    background-image: url(../img/custom/icon_news_more.png);
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    -o-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  }
  .section-news .thumb-wrap .thumb span {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: scale(1, 1) rotate(0.001deg);
    -ms-transform: scale(1, 1) rotate(0.001deg);
    transform: scale(1, 1) rotate(0.001deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .section-news .core {
    margin-top: 0;
    font-size: 24px;
    width: 330px;
  }
  .section-news .date {
    margin-top: 15px;
    font-size: 16px;
  }
  .section-news .desc {
    margin-top: 35px;
    width: 330px;
  }
  .section-news a {
    padding: 55px 0 50px 100px;
    min-height: 350px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-news a:hover {
    text-decoration: none;
  }
  .section-news a:hover .thumb:before {
    opacity: 1;
    -webkit-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
  .section-news a:hover .thumb:after {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
    -o-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s;
    transition: opacity 0.3s 0.1s, transform 0.3s 0.1s, -webkit-transform 0.3s 0.1s;
  }
  .section-news a:hover .thumb span {
    -webkit-transform: scale(1.1, 1.1) rotate(0.001deg);
    -ms-transform: scale(1.1, 1.1) rotate(0.001deg);
    transform: scale(1.1, 1.1) rotate(0.001deg);
    -webkit-transition: -webkit-transform 0.6s;
    transition: -webkit-transform 0.6s;
    -o-transition: transform 0.6s;
    transition: transform 0.6s;
    transition: transform 0.6s, -webkit-transform 0.6s;
  }
}
@media (min-width: 1600px) {
  .section-news .core {
    margin-top: 0;
    font-size: 30px;
    width: 480px;
  }
  .section-news .date {
    margin-top: 20px;
    font-size: 18px;
  }
  .section-news .desc {
    margin-top: 40px;
    line-height: 1.8;
    width: 480px;
  }
  .section-philosophy-c.section-quality-management.pg3 .section-news .desc {
    line-height: 1.8;
    height: 5.4em;
    overflow: hidden; 
    white-space: normal;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    color: #666;
    font-size: 16px;
  font-weight: 300;
    letter-spacing: -0.8px;
    
  }
    .section-philosophy-wrap .section-quality-management.pg3 .is-padder .core {
        margin: 0 0 25px;   
        font-size: 30px;
        font-weight: 500;
        line-height: 1.53;
        letter-spacing: -1.5px;
    }
    
  .section-news a {
    padding-left: 120px;
  }
}
.section-media-list {
  margin-top: 40px;
}
.section-media-list .item {
  margin-top: 20px;
}
.section-media-list .item:first-child {
  margin-top: 0;
}
.section-media-list .module {
  position: relative;
  background-color: #f6f6f6;
}
.section-media-list a {
  display: block;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-media-list span {
  display: block;
}
.section-media-list .core {
  font-size: 23px;
  color: #333;
}
.section-media-list .desc {
  margin-top: 20px;
  font-size: 12px;
}
.section-media-list .date {
  margin-top: 20px;
  font-size: 13px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.wf-active .section-media-list .date {
  font-family: Oswald, sans-serif;
}

.section-media-list {
  visibility: hidden;
}
.section-media-list .origin {
  display: inline-block;
  position: absolute;
  bottom: 20px;
  right: 10px;
  padding-right: 20px;
  font-size: 12px;
  color: #30b2e2;
  font-weight: 500;
}
.section-media-list .origin:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/common/icon_blank_sm_02.png) center center no-repeat;
  background-size: 13px auto;
}
.section-media-list.in {
  visibility: visible;
}

@media (min-width: 1024px) {
  .section-media-list {
    margin-top: 60px;
  }
  .section-media-list .item {
    margin: 0;
  }
  .section-media-list .grid {
    margin: -20px;
  }
  .section-media-list .module {
    margin: 20px;
    position: relative;
    -webkit-box-shadow: 3px 5px 10px 0 transparent;
    box-shadow: 3px 5px 10px 0 transparent;
  }
  .section-media-list .module a:after, .section-media-list .module a:before {
    content: "";
    position: absolute;
    z-index: 4;
    -webkit-transition: width linear 0.3s, height linear 0.3s;
    -o-transition: width linear 0.3s, height linear 0.3s;
    transition: width linear 0.3s, height linear 0.3s;
  }
  .section-media-list .module:after {
    content: "";
    position: absolute;
    z-index: 4;
    -webkit-transition: width linear 0.3s, height linear 0.3s;
    -o-transition: width linear 0.3s, height linear 0.3s;
    transition: width linear 0.3s, height linear 0.3s;
  }
  .section-media-list .module:before {
    content: "";
    position: absolute;
    z-index: 4;
    -webkit-transition: width linear 0.3s, height linear 0.3s;
    -o-transition: width linear 0.3s, height linear 0.3s;
    transition: width linear 0.3s, height linear 0.3s;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
  }
  .section-media-list .module:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
  }
  .section-media-list .module a:before {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
  }
  .section-media-list .module a:after {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
  }
  .section-media-list .module:hover {
    background-color: #fff;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
    -o-transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, box-shadow 0.6s 0s, -webkit-box-shadow 0.6s 0s;
  }
  .section-media-list .module:hover a:after, .section-media-list .module:hover a:before {
    -webkit-transition: width 0.6s 0s, height 0.6s 0s;
    -o-transition: width 0.6s 0s, height 0.6s 0s;
    transition: width 0.6s 0s, height 0.6s 0s;
  }
  .section-media-list .module:hover:after, .section-media-list .module:hover:before {
    -webkit-transition: width 0.6s 0s, height 0.6s 0s;
    -o-transition: width 0.6s 0s, height 0.6s 0s;
    transition: width 0.6s 0s, height 0.6s 0s;
  }
  .section-media-list .module:hover a:before, .section-media-list .module:hover:before {
    width: 100%;
  }
  .section-media-list .module:hover a:after, .section-media-list .module:hover:after {
    height: 100%;
  }
  .section-media-list a {
    padding: 30px 30px 110px 30px;
    min-height: 415px;
  }
  .section-media-list a:hover {
    text-decoration: none;
  }
  .section-media-list .core {
    font-size: 30px;
  }
  .section-media-list .desc {
    margin-top: 35px;
    font-size: 16px;
    line-height: 1.6;
  }
  .section-media-list .date {
    position: absolute;
    left: 30px;
    bottom: 30px;
    margin: 0;
    font-size: 18px;
  }
  .section-media-list .origin {
    bottom: 30px;
    right: 25px;
    padding-right: 25px;
    font-size: 16px;
  }
  .section-media-list .origin:before {
    background-image: url(../img/common/icon_blank_sm_02.png);
    background-size: 18px auto;
  }
}
.section-customer-link h2.title {
  padding-bottom: 20px;
  margin: 0 0 25px 0;
  font-size: 21px;
  color: #1d2930;
  font-weight: 400;
  border-bottom: 1px #2c384b solid;
}
.section-customer-link .grid {
  margin: -4px;
}
.section-customer-link .grid .module {
  position: relative;
  margin: 4px;
  text-align: center;
  background-color: #f6f6f6;
  height: 245px;
}
.section-customer-link .grid .col:nth-child(odd) {
  clear: both;
}
.section-customer-link .icon {
  content: "";
  background-image: url(../img/custom/icon_customer_faq_sm.png);
  width: 40px;
  height: 40px;
  background-size: 40px 40px;
}
.section-customer-link .icon.inquiry {
  content: "";
  background-image: url(../img/custom/icon_customer_inquiry_sm.png);
  width: 45px;
  height: 40px;
  background-size: 45px 40px;
}
.section-customer-link .icon.as {
  background-image: url(../img/custom/icon_customer_as_sm.png);
}
.section-customer-link .icon.wish {
  background-image: url(../img/custom/icon_customer_wish_sm.png);
}
.section-customer-link .icon.material {
  background-image: url(../img/custom/icon_customer_material_sm.png);
}
.section-customer-link .icon.ars {
  background-image: url(../img/custom/icon_customer_ars_sm.png);
}
.section-customer-link .module > a {
  display: block;
  padding-top: 25px;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-customer-link .core {
  display: block;
  margin-top: 5px;
  font-size: 21px;
  color: #5d6168;
  font-weight: 700;
}
.section-customer-link .core .eng {
  font-size: 21px;
  font-weight: 500;
}
.section-customer-link .desc {
  display: block;
  margin-top: 10px;
  font-size: 11px;
  word-break: keep-all;
  line-height: 1.8;
}
.section-customer-link .more {
  display: inline-block;
  padding-bottom: 4px;
  position: absolute;
  left: 50%;
  bottom: 25px;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.section-customer-link .more:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 10px;
  right: 10px;
  height: 2px;
  background-color: #30b2e2;
}
.section-customer-link .tel {
  display: block;
  margin-top: 10px;
}
.section-customer-link .time {
  margin: 20px 10px 0 10px;
  padding: 15px 0 20px 40px;
  text-align: left;
  border-top: 1px #c5c5c5 solid;
}
.section-customer-link .time p {
  position: relative;
  margin: 5px 0 0;
  padding-left: 50px;
  color: #666;
}
.section-customer-link .time p:first-child {
  margin-top: 0;
}
.section-customer-link .time span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #333;
}
.section-customer-link .col.ars .icon {
  margin-top: 20px;
}
.section-customer-link .col.ars .tel {
  display: block;
  font-size: 21px;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  color: #5d6168;
}

.wf-active .section-customer-link .col.ars .tel {
  font-family: Oswald, sans-serif;
}

.section-customer-link .col.ars .tel a {
  padding: 0;
}

@media (min-width: 1024px) {
  .section-customer-link h2.title {
    padding-bottom: 30px;
    margin: 0 0 40px 0;
    font-size: 42px;
    border-bottom-width: 3px;
  }
  .section-customer-link .grid {
    margin: -10px;
  }
  .section-customer-link .grid .module {
    margin: 10px;
    height: 380px;
    -webkit-box-shadow: 3px 5px 10px 0 transparent;
    box-shadow: 3px 5px 10px 0 transparent;
  }
  .section-customer-link .grid .module a:after, .section-customer-link .grid .module a:before {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-customer-link .grid .module:after {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-customer-link .grid .module:before {
    content: "";
    position: absolute;
    z-index: 4;
    top: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
  }
  .section-customer-link .grid .module:after {
    top: 0;
    right: 0;
    width: 1px;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
  }
  .section-customer-link .grid .module a:before {
    bottom: 0;
    right: 0;
    width: 0;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
  }
  .section-customer-link .grid .module a:after {
    bottom: 0;
    left: 0;
    width: 1px;
    height: 0;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
  }
  .section-customer-link .grid .module:hover {
    background-color: #fff;
    -webkit-box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, 0.2);
    -webkit-transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, -webkit-box-shadow 0.6s 0s;
    -o-transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, box-shadow 0.6s 0s;
    transition: background-color 0.6s 0s, box-shadow 0.6s 0s, -webkit-box-shadow 0.6s 0s;
  }
  .section-customer-link .grid .module:hover a:after, .section-customer-link .grid .module:hover a:before {
    -webkit-transition: width 0.6s 0s, height 0.6s 0s;
    -o-transition: width 0.6s 0s, height 0.6s 0s;
    transition: width 0.6s 0s, height 0.6s 0s;
  }
  .section-customer-link .grid .module:hover:after, .section-customer-link .grid .module:hover:before {
    -webkit-transition: width 0.6s 0s, height 0.6s 0s;
    -o-transition: width 0.6s 0s, height 0.6s 0s;
    transition: width 0.6s 0s, height 0.6s 0s;
  }
  .section-customer-link .grid .module:hover a:before, .section-customer-link .grid .module:hover:before {
    width: 100%;
  }
  .section-customer-link .grid .module:hover a:after, .section-customer-link .grid .module:hover:after {
    height: 100%;
  }
  .section-customer-link .grid .col:nth-child(odd) {
    clear: none;
  }
  .section-customer-link .grid .col:nth-child(3n+1) {
    clear: both;
  }
  .section-customer-link .grid .col:last-child .module:after, .section-customer-link .grid .col:last-child .module:before {
    display: none;
  }
  .section-customer-link .grid .col:last-child .module:hover {
    background-color: #f6f6f6;
    -webkit-box-shadow: 3px 5px 10px 0 transparent;
    box-shadow: 3px 5px 10px 0 transparent;
  }
  .section-customer-link .icon {
    content: "";
    background-image: url(../img/custom/icon_customer_faq_lg.png);
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
  }
  .section-customer-link .icon.inquiry {
    content: "";
    background-image: url(../img/custom/icon_customer_inquiry_lg.png);
    width: 70px;
    height: 70px;
    background-size: 70px 70px;
  }
  .section-customer-link .icon.as {
    background-image: url(../img/custom/icon_customer_as_lg.png);
  }
  .section-customer-link .icon.wish {
    background-image: url(../img/custom/icon_customer_wish_lg.png);
  }
  .section-customer-link .icon.material {
    background-image: url(../img/custom/icon_customer_material_lg.png);
  }
  .section-customer-link .icon.ars {
    margin-top: 40px;
    background-image: url(../img/custom/icon_customer_ars_lg.png);
  }
  .section-customer-link .core {
    margin-top: 5px;
    font-size: 28px;
  }
  .section-customer-link .core .eng {
    font-size: 30px;
  }
  .section-customer-link .desc {
    margin-top: 25px;
    font-size: 16px;
  }
  .section-customer-link .more {
    bottom: 45px;
    font-size: 16px;
  }
  .section-customer-link .more:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 10px;
    right: 10px;
    height: 2px;
    background-color: #30b2e2;
    -webkit-transition: left 0.3s, right 0.3s;
    -o-transition: left 0.3s, right 0.3s;
    transition: left 0.3s, right 0.3s;
  }
  .section-customer-link .tel {
    margin-top: 35px;
    font-size: 18px;
  }
  .section-customer-link .module > a {
    padding-top: 30px;
  }
  .section-customer-link .module > a:hover {
    text-decoration: none;
  }
  .section-customer-link .module > a:hover .more:before {
    left: 0;
    right: 0;
  }
  .section-customer-link .col.ars .tel {
    margin-top: 10px;
    font-size: 30px;
  }
  .section-customer-link .col.ars .tel a {
    padding: 0;
  }
  .section-customer-link .col.ars .time {
    margin: 25px auto 0 auto;
    max-width: 300px;
    padding: 20px 0 0 30px;
  }
  .section-customer-link .col.ars .time p {
    margin: 10px 0 0;
    padding-left: 65px;
    font-size: 18px;
    width: auto;
    line-height: 1.6;
  }
  .section-customer-link .col.ars .time p:first-child {
    margin-top: 0;
  }
}
.section-faq .type {
  position: absolute;
}
.section-faq .type:before {
  content: "";
  position: absolute;
  font-family: Oswald, sans-serif;
  font-size: 30px;
}

.wf-active .section-faq .type:before {
  font-family: Oswald, sans-serif;
}

.section-faq .type.q {
  top: 50%;
  left: 0;
  margin-top: -15px;
}
.section-faq .type.q:before {
  content: "Q.";
  color: #2c384b;
}
.section-faq .type.a {
  top: 25px;
  left: 15px;
}
.section-faq .type.a:before {
  content: "A.";
  color: #b8babe;
}
.section-faq .core a {
  padding: 25px 30px 25px 40px;
}
.section-faq .core a strong {
  color: #333;
}
.section-faq .desc .module {
  position: relative;
  padding: 25px 15px 40px 55px;
  line-height: 1.6;
}
.section-faq .desc .action {
  margin-top: 20px;
}
.section-faq .desc .action a {
  display: inline-block;
  position: relative;
  color: #668ba1;
  font-weight: 500;
}
.section-faq .desc .action a:hover {
  text-decoration: none;
}
.section-faq .desc .action a:after, .section-faq .desc .action a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 2px;
  background-color: #668ba1;
}
.section-faq .desc .action a span {
  display: block;
  padding-right: 25px;
}
.section-faq .desc .action a span:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 8px;
  height: 2px;
  background-color: #668ba1;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.section-faq .desc .action a span:before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 8px;
  height: 2px;
  background-color: #668ba1;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section-faq .desc .action a span:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-faq .in {
  position: relative;
  border: 0;
}

@media (min-width: 1024px) {
  .section-faq {
    margin-top: 60px;
  }
  .section-faq .container {
    overflow: visible;
  }
  .section-faq .type:before {
    font-size: 50px;
  }
  .section-faq .type.q {
    left: 30px;
    margin-top: -25px;
  }
  .section-faq .type.a {
    top: 20px;
    left: 30px;
  }
  .section-faq .core a {
    padding: 50px 80px 50px 105px;
  }
  .section-faq .desc {
    margin: 0;
  }
  .section-faq .desc .module {
    padding: 30px 80px 60px 105px;
  }
}
.section-material .container {
  overflow: visible;
}
.section-material .core a {
  padding: 15px 0 15px 0;
}
.section-material .core span {
  display: block;
}
.section-material .core .date {
  margin-top: 5px;
  font-size: 12px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

.wf-active .section-material .core .date {
  font-family: Oswald, sans-serif;
}

.section-material .desc {
  font-size: 12px;
}
.section-material .desc .module {
  position: relative;
  padding: 25px 15px 40px 15px;
  line-height: 1.6;
}
.section-material .desc .action {
  margin-top: 10px;
}
.section-material .desc .action a {
  display: block;
  margin-top: 10px;
  position: relative;
  padding: 0 10px 0 35px;
  height: 43px;
  line-height: 43px;
  color: #1d2930;
  border: 1px #dcdcdc solid;
  background-color: #fff;
}
.section-material .desc .action a:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: url(../img/common/icon_file_lg_02.png) center center no-repeat;
  width: 33px;
  height: 43px;
  background-size: 14px auto;
}
.section-material .desc .action a:first-child {
  margin-top: 0;
}

@media (max-width: 1023px) {
  .section-material .desc .action a span {
    display: inline;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: normal !important;
    word-break: keep-all;
    white-space: nowrap;
    width: 99%;
  }
  .section-material .desc .action a span.block {
    display: block;
  }
}
@media (min-width: 1024px) {
  .section-material .core a {
    padding: 40px 260px 40px 50px;
  }
  .section-material .core .date {
    position: absolute;
    top: 50%;
    right: 135px;
    margin: 0;
    font-size: 18px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .section-material .desc {
    margin: 0;
    font-size: 16px;
  }
  .section-material .desc .module {
    padding: 47px 50px 50px;
  }
  .section-material .desc .action {
    margin-top: -5px;
    margin-left: -10px;
  }
  .section-material .desc .action a {
    display: inline-block;
    margin: 10px 0 0 10px;
    padding: 0 25px 0 50px;
    height: 60px;
    line-height: 60px;
  }
  .section-material .desc .action a:before {
    content: "";
    background: url(../img/common/icon_file_lg_02.png) center center no-repeat;
    width: 50px;
    height: 60px;
  }
}
.section-wish-list .item {
  margin-top: 15px;
}
.section-wish-list .item:first-child {
  margin-top: 0;
  padding-top: 0;
}
.section-wish-list .item .module {
  background-color: #f6f6f6;
}
.section-wish-list .module {
  position: relative;
  padding: 15px 20px 75px 20px;
  min-height: 120px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  color: #000;
}
.section-wish-list .subject {
  display: block;
  margin: 10px 0 0;
  word-break: keep-all;
}
.section-wish-list .link {
  display: inline-block;
  margin-top: 15px;
  position: relative;
  vertical-align: top;
  color: #000;
  font-size: 12px;
}
.section-wish-list .link span {
  position: relative;
  display: block;
}
.section-wish-list .link span:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 2px;
  width: 20px;
  height: 2px;
  background-color: #30b2e2;
}
.section-wish-list .utill {
  position: absolute;
  left: 20px;
  right: 20px;
  bottom: 0;
  border-top: 1px #e0e0e0 solid;
}
.section-wish-list .utill a {
  display: inline-block;
  margin-left: -5px;
  font-size: 11px;
  color: #000;
  vertical-align: top;
  letter-spacing: -0.02em;
}
.section-wish-list .utill a span {
  margin-left: -10px;
  display: inline-block;
  height: 45px;
  line-height: 45px;
  vertical-align: top;
}
.section-wish-list .utill a:first-child {
  margin-left: 0;
}
.section-wish-list .utill .icon {
  vertical-align: top;
}
.section-wish-list .utill .icon.attention {
  margin-left: -13px;
  content: "";
  background-image: url(../img/custom/icon_wish_attention_sm.png);
  width: 44px;
  height: 45px;
  background-size: 44px 45px;
}
.section-wish-list .utill .icon.site {
  content: "";
  background-image: url(../img/custom/icon_wish_site_sm.png);
  width: 45px;
  height: 45px;
  background-size: 45px 45px;
}
.section-wish-list .utill .icon.counsel {
  content: "";
  background-image: url(../img/custom/icon_wish_counsel_sm.png);
  width: 42px;
  height: 45px;
  background-size: 42px 45px;
}

@media (min-width: 375px) {
  .section-wish-list .utill a {
    margin-left: 10px;
  }
  .section-wish-list .utill a span {
    margin-left: -5px;
  }
  .section-wish-list .utill a:first-child {
    margin-left: 0;
  }
}
@media (min-width: 1024px) {
  .section-wish-list .item {
    margin-top: 20px;
  }
  .section-wish-list .item:before {
    display: none;
  }
  .section-wish-list .module {
    padding: 0 0 0 185px;
    height: 120px;
    line-height: 120px;
    font-size: 18px;
  }
  .section-wish-list .brand {
    position: absolute;
    top: 50%;
    left: 30px;
    margin-top: -15px;
  }
  .section-wish-list .subject {
    display: block;
    margin: 0;
    display: inline;
    display: inline-block;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    word-wrap: normal !important;
    word-break: keep-all;
    white-space: nowrap;
    width: 99%;
    width: 64.5%;
  }
  .section-wish-list .subject.block {
    display: block;
  }
  .section-wish-list .link {
    margin: 0;
    height: 120px;
    padding: 0 30px;
    font-size: 14px;
  }
  .section-wish-list .link span {
    position: relative;
    display: block;
  }
  .section-wish-list .link span:before {
    top: 50%;
    margin-top: 15px;
    width: 26px;
    height: 2px;
    -webkit-transition: width 0.3s;
    -o-transition: width 0.3s;
    transition: width 0.3s;
  }
  .section-wish-list .link:hover {
    text-decoration: none;
  }
  .section-wish-list .link:hover span:before {
    width: 100%;
  }
  .section-wish-list .utill {
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    padding: 0 20px;
    border: 0;
    width: 162px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-wish-list .utill:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -24px;
    width: 1px;
    height: 48px;
    background-color: #e0e0e0;
  }
  .section-wish-list .utill a {
    margin: 0 -2px;
    font-size: 12px;
    height: 120px;
    line-height: 120px;
  }
  .section-wish-list .utill a span {
    display: none;
    margin: 0;
  }
  .section-wish-list .utill .icon.attention {
    margin-left: 0;
    content: "";
    background-image: url(../img/custom/icon_wish_attention_lg.png);
    width: 42px;
    height: 120px;
    background-size: 42px 120px;
  }
  .section-wish-list .utill .icon.site {
    content: "";
    background-image: url(../img/custom/icon_wish_site_lg.png);
    width: 40px;
    height: 120px;
    background-size: 40px 120px;
  }
  .section-wish-list .utill .icon.counsel {
    content: "";
    background-image: url(../img/custom/icon_wish_counsel_lg.png);
    width: 40px;
    height: 120px;
    background-size: 40px 120px;
  }
}
@media (min-width: 1600px) {
  .section-wish-list .subject {
    width: 46.5%;
  }
  .section-wish-list .link {
    padding: 0 50px;
  }
  .section-wish-list .utill {
    padding: 0 50px;
    width: 455px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-wish-list .utill a {
    margin: 0 0 0 25px;
  }
  .section-wish-list .utill a:first-child {
    margin-left: 0;
  }
  .section-wish-list .utill a span {
    display: inline-block !important;
    margin-left: -2px;
    height: 120px !important;
    line-height: 120px !important;
  }
}
.section-register h2.title {
  margin: 0 0 10px 0;
  font-size: 28px;
  color: #1d2930;
  font-weight: 400;
}
.section-register .terms {
  border-top: 1px #2c384b solid;
  border-bottom: 1px #2c384b solid;
}
.section-register .terms .item:first-child {
  border-top: 0;
}
.section-register .terms .item:after, .section-register .terms .item:before {
  display: none;
}
.section-register .terms .item .core:after, .section-register .terms .item .core:before {
  display: none;
}
.section-register .terms .item .core h4.title {
  margin: 0;
  padding: 17px 0 19px 0;
  font-size: 18px;
  color: #333;
  font-weight: 400;
}
.section-register .terms .item .core h4.title .essential {
  font-size: 12px;
  color: #ff7200;
}
.section-register .terms .item .core .utill {
  margin-bottom: 10px;
}
.section-register .terms .item .desc {
  margin-bottom: -5px;
  padding: 10px;
  background-color: #f7f7f7;
  border: 1px #e5e5e5 solid;
  border-bottom: 0;
  height: 200px;
  font-size: 12px;
  color: #666;
  line-height: 1.6;
  overflow: hidden;
  overflow-y: auto;
  margin: 0;
}
.section-register .terms .item .desc p {
  color: #333;
  font-size: 12px;
}
.section-register .terms .item .desc h2 {
  margin: 50px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.section-register .terms .item .desc h2 .primary {
  color: #30b2e2;
}
.section-register .terms .item .desc h2:first-child {
  margin-top: 0;
}
.section-register .terms .item .desc h3 {
  margin: 30px 0 0;
  font-size: 12px;
  color: #333;
  font-weight: 400;
}
.section-register .terms .item .desc h2 + h3 {
  margin-top: 10px;
}
.section-register .terms .item .desc li, .section-register .terms .item .desc p {
  margin-top: 5px;
  line-height: 1.6;
}
.section-register .terms .item .desc ol {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: number;
}
.section-register .terms .item .desc ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: lower-alpha;
}
.section-register .terms .item .desc li {
  margin: 5px 0 0;
  padding: 0;
}
.section-register .terms .item .desc .list-a {
  list-style: none;
  margin: 10px 0 0;
}
.section-register .terms .item .desc .list-a li {
  position: relative;
  padding-left: 15px;
  color: #666;
}
.section-register .terms .item .desc .list-a li .number {
  position: absolute;
  top: 0;
  left: 0;
}
.section-register .terms .item .desc .list-a li p {
  margin: 0;
}
.section-register .terms .item .desc .list-a li p.desc {
  color: #666;
}
.section-register .terms .item .desc .list-a li ul li {
  padding: 0;
}
.section-register .terms .item .desc .table-wrap {
  margin: 15px 0 0;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.section-register .terms .item .desc table {
  min-width: 600px;
  border-top: 1px #000 solid;
}
.section-register .terms .item .desc table td {
  color: #333;
  font-size: 12px;
  padding: 15px 0 15px 15px;
  text-align: left;
  border-bottom: 1px #d7d7d7 solid;
  vertical-align: top;
}
.section-register .terms .item .desc table th {
  color: #333;
  font-size: 12px;
  padding: 15px 0 15px 15px;
  text-align: left;
  border-bottom: 1px #d7d7d7 solid;
  vertical-align: top;
  font-weight: 500;
  background-color: #f6f6f6;
}
.section-register .terms .item .desc table td {
  background-color: #fff;
}
.section-register .terms .item.in .js-toggle-collapse .icon {
  background-color: transparent;
}
.section-register .terms .item.in .js-toggle-collapse .icon:after, .section-register .terms .item.in .js-toggle-collapse .icon:before {
  background-color: #333;
}
.section-register h3.title {
  margin: 40px 0 0;
  font-weight: 400;
  font-size: 18px;
  color: #333;
}
.section-register .guide {
  margin: -15px 0 0;
  text-align: right;
}
.section-register .register-form {
  margin-top: 15px;
  border-top: 1px #333 solid;
  border-bottom: 1px #bbbec0 solid;
}
.section-register .register-form .item {
  border-top: 1px #ebebeb solid;
}
.section-register .register-form .item:first-child {
  border-top: 0;
}
.section-register .register-form .item .core {
  margin-top: 15px;
  width: 100%;
  color: #333;
}
.section-register .register-form .item .desc {
  margin: 10px 0 15px 0;
  width: 100%;
}
.section-register .register-form .item .desc p {
  margin: 5px 0 0;
}
.section-register .register-form .item .desc p:first-child {
  margin-top: 0;
}
.section-register .register-form .item .desc p.tip {
  margin: 0 0 15px 0;
  font-size: 12px;
  line-height: 1.6;
}
.section-register .register-form .item .desc p.tip .eng {
  font-weight: 300;
}
.section-register .register-form .desc .grid {
  margin: 0 -3px;
}
.section-register .register-form .desc .grid .module {
  margin: 0 3px;
}
.section-register .register-form .desc .phone .action a {
  margin-top: 5px;
}
.section-register .register-form .desc .mail .grid {
  margin: 0 -10px;
}
.section-register .register-form .desc .mail .grid .col:first-child .module {
  position: relative;
}
.section-register .register-form .desc .mail .grid .col:first-child .module:after {
  content: "@";
  position: absolute;
  top: 0;
  left: 100%;
  width: 20px;
  text-align: center;
  line-height: 36px;
}
.section-register .register-form .desc .mail .grid .col .module {
  margin: 0 10px;
}
.section-register .register-form .desc .route-list .col {
  margin-top: 10px;
}
.section-register .register-form .desc .route-list .col:nth-child(3n+1) {
  clear: both;
}
.section-register .register-form .desc .complex input.text {
  padding-right: 30px;
}
.section-register .register-form .desc .complex .module {
  position: relative;
}
.section-register .register-form .desc .complex label {
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 10px;
  line-height: 36px;
}
.section-register .register-form .count {
  background-color: #f5f2ef;
  border: 1px #cbcbc8 solid;
  border-top: 0;
  margin-top: -4px;
}
.section-register .register-form .count .col {
  margin: 0;
  width: auto;
  height: 30px;
  line-height: 30px;
  font-size: 11px;
  color: #666;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.section-register .register-form .count .core {
  float: left;
  padding-left: 10px;
  font-family: Oswald, sans-serif;
  font-weight: 300;
}

@media (min-width: 515px) {
  .section-register .terms .item .core .utill {
    position: absolute;
    top: 50%;
    right: 25px;
    margin: -12px 0 0;
  }
}
@media (min-width: 1024px) {
  .section-register .terms .item .desc {
    font-size: 16px;
  }
  .section-register .terms .item .desc p {
    font-size: 16px;
  }
  .section-register .terms .item .desc h2 {
    font-size: 18px;
  }
  .section-register .terms .item .desc h3 {
    font-size: 16px;
  }
  .section-register .terms .item .desc .list-a li {
    padding-left: 20px;
  }
  .section-register .terms .item .desc table td, .section-register .terms .item .desc table th {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media (max-width: 1023px) {
  .section-register .terms .item.large .title {
    padding-right: 30px;
  }
  .section-register .terms .item.large .utill {
    position: static;
    margin-bottom: 15px;
  }
}
.wf-active .section-register .register-form .count .core {
  font-family: Oswald, sans-serif;
}

.section-register .register-form .count .desc {
  float: right;
  padding-right: 10px;
  text-align: right;
}
.section-register .register-form .count .desc .eng {
  font-weight: 300;
}
.section-register .section-action {
  margin: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .section-register h2.title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .section-register .terms {
    border-top: 3px #2c384b solid;
  }
  .section-register .terms .item .core h4.title {
    padding: 30px 0 30px 30px;
    font-size: 26px;
  }
  .section-register .terms .item .core h4.title .essential {
    font-size: 16px;
  }
  .section-register .terms .item .core .utill {
    right: 80px;
  }
  .section-register .terms .item .core .js-toggle-collapse .icon {
    right: 20px;
  }
  .section-register .terms .item textarea {
    padding: 25px 30px;
    height: 230px;
    font-size: 16px;
  }
  .section-register h3.title {
    margin: 100px 0 0;
    padding-left: 30px;
    font-size: 26px;
  }
  .section-register .guide {
    margin: -20px 0 0;
    font-size: 18px;
  }
  .section-register .register-form {
    margin-top: 20px;
  }
  .section-register .register-form .item .core {
    float: left;
    margin: 35px 0;
    padding-left: 30px;
    width: 20%;
    font-size: 18px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .section-register .register-form .item .desc {
    float: left;
    margin: 25px 0;
    width: 80%;
  }
  .section-register .register-form .item .desc p {
    margin: 10px 0 0;
  }
  .section-register .register-form .item .desc p.tip {
    margin: 0 0 15px 0;
    font-size: 16px;
  }
  .section-register .register-form .desc .grid-wrap {
    width: 470px;
  }
  .section-register .register-form .desc .grid {
    margin: 0 -5px;
  }
  .section-register .register-form .desc .grid .module {
    margin: 0 5px;
  }
  .section-register .register-form .desc .phone {
    width: 630px;
  }
  .section-register .register-form .desc .phone .action a {
    margin-top: 0;
  }
  .section-register .register-form .desc .mail .grid {
    margin: 0 -18px;
  }
  .section-register .register-form .desc .mail .grid .col:first-child .module:after {
    width: 36px;
    line-height: 46px;
  }
  .section-register .register-form .desc .mail .grid .col .module {
    margin: 0 18px;
  }
  .section-register .register-form .desc .zip {
    width: 365px;
  }
  .section-register .register-form .desc .route-list {
    margin-top: -15px;
  }
  .section-register .register-form .desc .route-list .col {
    margin-top: 25px;
  }
  .section-register .register-form .desc .route-list .col:nth-child(3n+1) {
    clear: none;
  }
  .section-register .register-form .desc .route-list .col:nth-child(5n+1) {
    clear: both;
  }
  .section-register .register-form .desc .complex label {
    line-height: 46px;
  }
  .section-register .register-form .full-sm {
    width: 470px;
  }
  .section-register .register-form textarea {
    height: 300px;
  }
  .section-register .register-form .count {
    margin-top: -4px;
  }
  .section-register .register-form .count .col {
    margin: 0;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
  }
  .section-register .register-form .count .core {
    padding-left: 20px;
  }
  .section-register .register-form .count .desc {
    padding-right: 20px;
  }
}
.section-register-finish h2.title {
  margin: 0 0 10px 0;
  font-size: 28px;
  color: #1d2930;
  font-weight: 400;
}
.section-register-finish .holder {
  padding: 30px 0;
  text-align: center;
  border-top: 2px #2c384b solid;
  border-bottom: 1px #bfc3c9 solid;
}
.section-register-finish .icon {
  border-radius: 100%;
  background-color: #f6f6f6;
  content: "";
  background-image: url(../img/custom/icon_register_finish_sm.png);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
}
.section-register-finish .icon.wish {
  background-image: url(../img/custom/icon_register_finish_wish_sm.png);
}
.section-register-finish p {
  margin: 20px 0 0;
  font-size: 18px;
  color: #333;
  line-height: 1.6;
}
.section-register-finish p span {
  font-size: 14px;
  color: #969696;
}
.section-register-finish .section-action {
  margin: 30px 0;
  text-align: center;
}

@media (min-width: 1024px) {
  .section-register-finish h2.title {
    font-size: 42px;
    margin-bottom: 30px;
  }
  .section-register-finish .holder {
    padding: 60px 0 80px 0;
    border-top-width: 3px;
  }
  .section-register-finish .icon {
    content: "";
    background-image: url(../img/custom/icon_register_finish_lg.png);
    width: 180px;
    height: 180px;
    background-size: 180px 180px;
  }
  .section-register-finish .icon.wish {
    background-image: url(../img/custom/icon_register_finish_wish_lg.png);
  }
  .section-register-finish p {
    margin-top: 40px;
    font-size: 26px;
  }
  .section-register-finish p span {
    font-size: 18px;
  }
}
.section-inquiry-guide h2.title {
  padding-bottom: 20px;
  margin: 0 0 25px 0;
  font-size: 21px;
  color: #1d2930;
  font-weight: 400;
  border-bottom: 1px #2c384b solid;
}
.section-inquiry-guide .wrap {
  position: relative;
}
.section-inquiry-guide .button {
  position: absolute;
  top: 0;
  right: 15px;
  height: 36px;
  line-height: 36px;
  font-weight: 400;
}
.section-inquiry-guide .button .icon {
  display: none;
}
.section-inquiry-guide .item {
  width: 100%;
  margin-top: 15px;
}
.section-inquiry-guide .item:first-child {
  margin-top: 0;
}
.section-inquiry-guide .item .module {
  position: relative;
  text-align: center;
  background-color: #f6f6f6;
}
.section-inquiry-guide .item .icon {
  content: "";
  background-image: url(../img/custom/icon_inquiry_guide_1_sm.png);
  width: 60px;
  height: 60px;
  background-size: 60px 60px;
}
.section-inquiry-guide .item .icon.sell {
  background-image: url(../img/custom/icon_inquiry_guide_2_sm.png);
}
.section-inquiry-guide .item .icon.residence {
  background-image: url(../img/custom/icon_inquiry_guide_3_sm.png);
}
.section-inquiry-guide .item .icon.fax {
  background-image: url(../img/custom/icon_inquiry_guide_4_sm.png);
}
.section-inquiry-guide .item .icon.as {
  background-image: url(../img/custom/icon_inquiry_guide_5_sm.png);
}
.section-inquiry-guide .item .icon.office-as {
  background-image: url(../img/custom/icon_inquiry_guide_6_sm.png);
}
.section-inquiry-guide .item .subject {
  margin: 0;
  font-size: 21px;
  color: #5d6168;
  font-weight: 700;
  letter-spacing: -0.05em;
}
.section-inquiry-guide .item .tel {
  margin-top: 10px;
}
.section-inquiry-guide .item .tel p {
  margin: 0;
  font-size: 23px;
  font-family: Oswald, sans-serif;
  font-weight: 700;
}

.wf-active .section-inquiry-guide .item .tel p {
  font-family: Oswald, sans-serif;
}

.section-inquiry-guide .item .time {
  margin: 20px 10px 0 10px;
  padding: 15px 0 20px 0;
  text-align: left;
  border-top: 1px #c5c5c5 solid;
}
.section-inquiry-guide .item .time p {
  position: relative;
  margin: 5px auto 0 auto;
  padding-left: 50px;
  color: #666;
  width: 150px;
}
.section-inquiry-guide .item .time p:first-child {
  margin-top: 0;
}
.section-inquiry-guide .item .time span {
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #333;
}

@media (min-width: 1024px) {
  .section-inquiry-guide h2.title {
    padding-bottom: 30px;
    margin: 0 0 40px 0;
    font-size: 42px;
    border-bottom-width: 3px;
  }
  .section-inquiry-guide .button {
    padding: 0 60px 0 30px;
    top: 0;
    right: 0;
    height: 52px;
    line-height: 52px;
  }
  .section-inquiry-guide .button .icon {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    content: "";
    background-image: url(../img/custom/icon_as_down_lg.png);
    width: 45px;
    height: 52px;
    background-size: 45px 52px;
  }
  .section-inquiry-guide .grid {
    margin: 0 -10px;
  }
  .section-inquiry-guide .item {
    width: 33.33333333%;
    margin: 0;
  }
  .section-inquiry-guide .item .module {
    margin: 0 10px;
    height: 440px;
  }
  .section-inquiry-guide .item .icon {
    content: "";
    background-image: url(../img/custom/icon_inquiry_guide_1_lg.png);
    width: 110px;
    height: 115px;
    background-size: 110px 115px;
  }
  .section-inquiry-guide .item .icon.sell {
    background-image: url(../img/custom/icon_inquiry_guide_2_lg.png);
  }
  .section-inquiry-guide .item .icon.residence {
    background-image: url(../img/custom/icon_inquiry_guide_3_lg.png);
  }
  .section-inquiry-guide .item .icon.fax {
    background-image: url(../img/custom/icon_inquiry_guide_4_lg.png);
  }
  .section-inquiry-guide .item .icon.as {
    background-image: url(../img/custom/icon_inquiry_guide_5_lg.png);
  }
  .section-inquiry-guide .item .subject {
    margin: 0;
    font-size: 28px;
    text-align: center;
  }
  .section-inquiry-guide .item .tel {
    margin: 0;
    height: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .section-inquiry-guide .item .tel p {
    margin-top: 10px;
    font-size: 30px;
  }
  .section-inquiry-guide .item .tel p:first-child {
    margin-top: 0;
  }
  .section-inquiry-guide .item .time {
    margin: 0 auto;
    max-width: 300px;
    padding: 20px 0 0 30px;
  }
  .section-inquiry-guide .item .time p {
    margin: 10px 0 0;
    padding-left: 65px;
    font-size: 18px;
    width: auto;
    line-height: 1.8;
  }
  .section-inquiry-guide .item .time p:first-child {
    margin-top: 0;
  }
}
@media (min-width: 1024px) {
  .section-inquiry-guide.as .item {
    width: 50%;
  }
  .section-inquiry-guide.as .item .module {
    height: 500px;
  }
  .section-inquiry-guide.as .item .icon {
    margin-left: 50px;
  }
  .section-inquiry-guide.as .item .icon.as {
    content: "";
    background-image: url(../img/custom/icon_inquiry_guide_7_lg.png);
    width: 110px;
    height: 100px;
    background-size: 110px 100px;
  }
  .section-inquiry-guide.as .item .icon.office-as {
    content: "";
    background-image: url(../img/custom/icon_inquiry_guide_6_lg.png);
    width: 110px;
    height: 100px;
    background-size: 110px 100px;
  }
  .section-inquiry-guide.as .item .subject {
    font-size: 26px;
  }
  .section-inquiry-guide.as .item .tel {
    margin: 0;
    height: 180px;
  }
  .section-inquiry-guide.as .item .tel p {
    margin-top: 10px;
    font-size: 28px;
  }
  .section-inquiry-guide.as .item .time {
    width: 350px;
  }
}
@media (min-width: 1600px) {
  .section-inquiry-guide.as .item .module {
    padding-left: 60px;
    text-align: left;
    overflow: hidden;
    height: 300px;
  }
  .section-inquiry-guide.as .item .icon {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
  }
  .section-inquiry-guide.as .item .subject {
    margin-top: 50px;
    text-align: left;
  }
  .section-inquiry-guide.as .item .tel {
    margin: 50px 0 0;
    height: auto;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .section-inquiry-guide.as .item .time {
    position: absolute;
    top: 140px;
    left: 320px;
    right: 0;
    margin: 0;
    width: auto;
    padding: 0 0 0 30px;
    border: 0;
    border-left: 1px #c5c5c5 solid;
    min-height: 106px;
  }
}
.section-as-process {
  margin-top: 40px;
}
.section-as-process h3.title {
  padding-bottom: 15px;
  margin: 0;
  font-size: 18px;
  color: #1d2930;
  font-weight: 400;
  border-bottom: 1px #2c384b solid;
}
.section-as-process .process {
  padding: 15px 0 20px 0;
  border: 1px #e8e8e8 solid;
  border-top: 0;
  text-align: center;
  overflow: hidden;
}
.section-as-process .process .grid {
  margin: -20px 20px 0 20px;
}
.section-as-process .item {
  width: 50%;
}
.section-as-process .item .module {
  position: relative;
  margin-top: 20px;
}
.section-as-process .item .module:after {
  content: "";
  position: absolute;
  top: 30px;
  left: 100%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background-color: #a6a6a6;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
.section-as-process .item .module:before {
  content: "";
  position: absolute;
  top: 30px;
  left: 100%;
  width: 12px;
  height: 2px;
  margin: -1px 0 0 -6px;
  background-color: #a6a6a6;
  -webkit-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.section-as-process .item .module:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.section-as-process .item:last-child .module:after, .section-as-process .item:last-child .module:before {
  display: none;
}
.section-as-process .item .core {
  margin: 0;
  font-size: 18px;
  color: #333;
}
.section-as-process .item .desc {
  margin: 5px 0 0;
  font-size: 12px;
}
.section-as-process .icon {
  content: "";
  background-image: url(../img/custom/icon_as_process_1_sm.png);
  width: 65px;
  height: 65px;
  background-size: 65px 65px;
  border-radius: 100%;
  background-color: #f6f6f6;
}
.section-as-process .icon.step-b {
  background-image: url(../img/custom/icon_as_process_2_sm.png);
}
.section-as-process .icon.step-c {
  background-image: url(../img/custom/icon_as_process_3_sm.png);
}
.section-as-process .icon.step-d {
  background-image: url(../img/custom/icon_as_process_4_sm.png);
}
.section-as-process .icon.step-e {
  background-image: url(../img/custom/icon_as_process_5_sm.png);
}
.section-as-process .icon.step-f {
  background-color: #30b2e2;
  background-image: url(../img/custom/icon_as_process_6_sm.png);
}

@media (max-width: 600px) {
  .section-as-process .item:nth-child(odd) {
    clear: both;
  }
}
@media (min-width: 601px) and (max-width: 1023px) {
  .section-as-process .item {
    width: 33.33333333%;
  }
  .section-as-process .item:nth-child(3n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) {
  .section-as-process {
    margin-top: 80px;
  }
  .section-as-process h3.title {
    padding-bottom: 20px;
    font-size: 26px;
    border-bottom-width: 2px;
  }
  .section-as-process .process {
    padding: 0;
    height: 335px;
  }
  .section-as-process .process .grid {
    margin: 45px auto;
    max-width: 1200px;
  }
  .section-as-process .item {
    width: 16.66666667%;
  }
  .section-as-process .item .module {
    position: relative;
    margin: 0;
  }
  .section-as-process .item .module:after, .section-as-process .item .module:before {
    top: 50px;
  }
  .section-as-process .item .core {
    margin-top: 25px;
    font-size: 20px;
  }
  .section-as-process .item .desc {
    margin: 15px 0 0;
    font-size: 16px;
  }
  .section-as-process .icon {
    content: "";
    background-image: url(../img/custom/icon_as_process_1_lg.png);
    width: 98px;
    height: 98px;
    background-size: 98px 98px;
  }
  .section-as-process .icon.step-b {
    background-image: url(../img/custom/icon_as_process_2_lg.png);
  }
  .section-as-process .icon.step-c {
    background-image: url(../img/custom/icon_as_process_3_lg.png);
  }
  .section-as-process .icon.step-d {
    background-image: url(../img/custom/icon_as_process_4_lg.png);
  }
  .section-as-process .icon.step-e {
    background-image: url(../img/custom/icon_as_process_5_lg.png);
  }
  .section-as-process .icon.step-f {
    background-image: url(../img/custom/icon_as_process_6_lg.png);
  }
}
.section-as-tip {
  margin-top: 50px;
}
.section-as-tip h3.title {
  padding-bottom: 15px;
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #1d2930;
  font-weight: 400;
  border-bottom: 1px #2c384b solid;
}
.section-as-tip .item {
  width: 100%;
  margin-top: 60px;
}
.section-as-tip .item .core {
  margin: 0 0 20px 0;
  font-size: 16px;
  color: #333;
}
.section-as-tip .item .core span {
  color: #30b2e2;
}
.section-as-tip .item li {
  position: relative;
  margin-top: 10px;
  padding-left: 25px;
  font-size: 12px;
  color: #333;
}
.section-as-tip .item li:first-child {
  margin-top: 0;
}
.section-as-tip .item li .number {
  position: absolute;
  top: -2px;
  left: 0;
  color: #30b2e2;
  font-size: 14px;
  font-family: Oswald, sans-serif;
}

.wf-active .section-as-tip .item li .number {
  font-family: Oswald, sans-serif;
}

.section-as-tip .item li .number:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #30b2e2;
}
.section-as-tip .item:first-child {
  margin-top: 0;
}
.section-as-tip .item:first-child li {
  font-size: 16px;
}
.section-as-tip .item:first-child li .number {
  top: 0;
}

@media (min-width: 1024px) {
  .section-as-tip {
    margin-top: 70px;
  }
  .section-as-tip h3.title {
    padding-bottom: 20px;
    margin: 0 0 25px 0;
    font-size: 26px;
    border-bottom-width: 2px;
  }
  .section-as-tip .grid {
    margin: 0 -40px;
  }
  .section-as-tip .item {
    margin: 0;
    width: 50%;
  }
  .section-as-tip .item .module {
    margin: 0 40px;
  }
  .section-as-tip .item .core {
    margin: 0 0 30px 0;
    font-size: 22px;
  }
  .section-as-tip .item li {
    margin-top: 15px;
    padding-left: 30px;
    font-size: 16px;
  }
  .section-as-tip .item li .number {
    top: -2px;
    font-size: 18px;
  }
  .section-as-tip .item:first-child li {
    font-size: 22px;
  }
  .section-as-tip .item:first-child li .number {
    top: 0;
  }
}
.section-line-wrap {
  position: relative;
  z-index: 0;
  margin-top: -55px;
  overflow: hidden;
}
.section-line-wrap .holder:before, .section-line-wrap:after {
  content: "";
  display: none;
  position: absolute;
  z-index: 0;
  top: 25px;
  height: 100%;
  width: 1px;
  opacity: 0;
  background-color: #f2f2f2;
  -webkit-transition: all 1s 0.8s;
  -o-transition: all 1s 0.8s;
  transition: all 1s 0.8s;
}
.section-line-wrap:before {
  content: "";
  display: none;
  position: absolute;
  z-index: 0;
  top: 25px;
  height: 100%;
  width: 1px;
  opacity: 0;
  background-color: #f2f2f2;
  -webkit-transition: all 1s 0.8s;
  -o-transition: all 1s 0.8s;
  transition: all 1s 0.8s;
  left: 15px;
}
.section-line-wrap:after {
  right: 15px;
}
.section-line-wrap .holder:before {
  left: 50%;
  margin-left: -1px;
}
.section-line-wrap [class*=section] {
  position: relative;
  z-index: 1;
}

.is-loaded .section-line-wrap .holder:before, .is-loaded .section-line-wrap:after, .is-loaded .section-line-wrap:before {
  opacity: 1;
  height: 100%;
}

@media (min-width: 1024px) {
  .section-line-wrap {
    margin-top: -145px;
  }
  .section-line-wrap.section-quality-management-wrap {
    margin-top: 0px;
  }
  .section-line-wrap .holder:before, .section-line-wrap:after {
    display: block;
    top: 85px;
  }
  .section-line-wrap:before {
    display: block;
    top: 85px;
    left: 50%;
    margin-left: -415px;
  }
  .section-line-wrap:after {
    right: 50%;
    margin-right: -415px;
  }
}
.page-recruit .section-line-wrap .summary {
  margin: 20px 0 0;
  font-family: Oswald, sans-serif;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.2em;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}

.wf-active .page-recruit .section-line-wrap .summary {
  font-family: Oswald, sans-serif;
}

.page-recruit .section-line-wrap .core {
  margin: 5px 0 0;
  font-size: 21px;
  color: #1d2930;
  font-weight: 500;
  letter-spacing: -0.05em;
}
.page-recruit .section-line-wrap .desc {
  margin: 15px 0 0;
  font-size: 12px;
  letter-spacing: -0.05em;
  line-height: 1.6;
}

.is-loaded .page-recruit .section-line-wrap .holder:before, .is-loaded .page-recruit .section-line-wrap:after, .is-loaded .page-recruit .section-line-wrap:before {
  opacity: 1;
  height: 100%;
}

.page-recruit .section-line-wrap .object-holder {
  clear: both;
  line-height: 0;
}
.page-recruit .section-line-wrap .object-holder:after, .page-recruit .section-line-wrap .object-holder:before {
  content: " ";
  display: table;
}
.page-recruit .section-line-wrap .object-holder:after {
  clear: both;
}
.page-recruit .section-line-wrap .object-holder .module {
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.6s cubic-bezier(0, 0, 1, 1) 0.2s;
  -o-transition: all 0.6s cubic-bezier(0, 0, 1, 1) 0.2s;
  transition: all 0.6s cubic-bezier(0, 0, 1, 1) 0.2s;
}
.page-recruit .section-line-wrap .object-holder .object {
  display: inline-block;
  max-width: 100%;
  background-size: 100% 100%;
  background-size: cover;
  overflow: hidden;
}
.page-recruit .section-line-wrap .in .summary {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.page-recruit .section-line-wrap .in .object-holder .module {
  width: 100%;
}

@media (min-width: 1024px) {
  .page-recruit .section-line-wrap .summary {
    margin-top: 0;
    font-size: 16px;
  }
  .page-recruit .section-line-wrap .core {
    margin-top: 20px;
    font-size: 30px;
  }
  .page-recruit .section-line-wrap .desc {
    margin-top: 30px;
    font-size: 22px;
    line-height: 2;
  }
  .page-recruit .section-line-wrap .section-talent-f .summary, .page-recruit .section-line-wrap .section-talent-f .core, .page-recruit .section-line-wrap .section-talent-f .desc {
    color: #fff;
  }
}
.section-talent-wrap .holder:after {
  display: block;
  position: absolute;
  z-index: -1;
  right: 15px;
  bottom: 0;
  content: "";
  background-image: url(../img/custom/overview_bg_lg.png);
  width: 220px;
  height: 225px;
  background-size: 100% auto;
}

@media (min-width: 1024px) {
  .section-talent-wrap .holder:after {
    left: 62.23958333%;
    bottom: 0;
    background-position: left center;
    content: "";
    background-image: url(../img/custom/overview_bg_lg.png);
    width: 665px;
    height: 625px;
    background-size: 100% auto;
  }
}
.section-system-summary .object-holder, .section-talent-a .object-holder {
  text-align: left;
}

.section-system-summary .object, .section-talent-a .object {
  width: 325px;
  height: 204px;
  background-position: left center;
  background-image: url(../img/custom/talent_a_sm.jpg);
}

@media (min-width: 768px) {
  .section-system-summary .object, .section-talent-a .object {
    width: 650px;
    height: 408px;
  }
}
.section-system-summary .content-holder, .section-talent-a .content-holder {
  position: relative;
  text-align: left;
}

.section-system-summary .content-holder:before, .section-talent-a .content-holder:before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: 2px;
  height: 0;
  background-color: #30b2e2;
  -webkit-transition: all 0.5s 0.5s;
  -o-transition: all 0.5s 0.5s;
  transition: all 0.5s 0.5s;
}

.section-system-summary .content-holder .module, .section-talent-a .content-holder .module {
  padding: 10px 0 10px 35px;
  font-weight: 500;
  color: #010101;
  font-size: 18px;
  letter-spacing: -0.05em;
  line-height: 1.6;
  opacity: 0;
  -webkit-transform: translate(0, 20px);
  -ms-transform: translate(0, 20px);
  transform: translate(0, 20px);
  -webkit-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}

.section-system-summary .content-holder .desc, .section-talent-a .content-holder .desc {
  font-size: 14px;
  font-weight: 300;
  color: #666;
}

.section-system-summary .in .content-holder:before, .section-talent-a .in .content-holder:before {
  height: 100%;
  -webkit-transition: all 0.5s 0.6s;
  -o-transition: all 0.5s 0.6s;
  transition: all 0.5s 0.6s;
}

.section-system-summary .in .content-holder .module, .section-talent-a .in .content-holder .module {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 1024px) {
  .section-system-summary .object-holder, .section-talent-a .object-holder {
    position: relative;
    left: 50%;
    margin-left: -662px;
  }

  .section-system-summary .object, .section-talent-a .object {
    width: 662px;
    height: 420px;
    background-image: url(../img/custom/talent_a_lg.jpg);
  }

  .section-system-summary .content-holder, .section-talent-a .content-holder {
    position: absolute;
    width: 415px;
    top: 205px;
    left: 50%;
  }

  .section-system-summary .content-holder:before, .section-talent-a .content-holder:before {
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #30b2e2;
  }

  .section-system-summary .content-holder .module, .section-talent-a .content-holder .module {
    padding: 30px 30px;
    font-size: 24px;
  }

  .section-system-summary .in .content-holder:before, .section-talent-a .in .content-holder:before {
    height: 4px;
    width: 100%;
  }
}
.section-talent-b {
  margin-top: 60px;
}
.section-talent-b .object-holder {
  position: relative;
  z-index: 1;
  text-align: right;
}
.section-talent-b .object-holder:before {
  content: "";
  display: block !important;
  position: absolute;
  top: 20px;
  left: 0;
  right: 15px;
  bottom: -20px;
  background-color: #30b2e2;
}
.section-talent-b .object-holder .module {
  float: right;
}
.section-talent-b .object {
  position: relative;
  width: 360px;
  height: 210px;
  background-position: right center;
  background-image: url(../img/custom/talent_b_sm.jpg);
}
.section-talent-b .content-holder {
  text-align: center;
}
.section-talent-b .content-holder .module {
  padding: 0 15px 40px 0;
}
.section-talent-b .content-holder .summary {
  margin-top: 40px !important;
}

@media (min-width: 768px) {
  .section-talent-b .object {
    width: 720px;
    height: 420px;
  }
}
@media (min-width: 1024px) {
  .section-talent-b {
    margin-top: 120px;
  }
  .section-talent-b .object-holder {
    margin: 0 auto;
    width: 830px;
    height: 420px;
    text-align: center;
  }
  .section-talent-b .object-holder:before {
    top: 60px;
    left: -60px;
    right: 150px;
    bottom: -60px;
  }
  .section-talent-b .object {
    width: 830px;
    height: 420px;
    background-image: url(../img/custom/talent_b_lg.jpg);
  }
  .section-talent-b .content-holder {
    position: relative;
    z-index: 0;
    text-align: center;
  }
  .section-talent-b .content-holder:before {
    top: -120px;
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -305px;
  }
  .section-talent-b .content-holder .module {
    margin: 0 auto;
    width: 610px;
    padding: 0 0 50px 0;
  }
  .section-talent-b .content-holder .summary {
    margin-top: 90px !important;
  }
}
.section-talent-c {
  margin-top: 60px;
}
.section-talent-c .object-holder {
  text-align: left;
}
.section-talent-c .object {
  width: 315px;
  height: 326px;
  background-position: left center;
  background-image: url(../img/custom/talent_c_sm.jpg);
}
.section-talent-c .content-holder {
  text-align: left;
}
.section-talent-c .content-holder .module {
  margin: 0 25px;
}

@media (min-width: 768px) {
  .section-talent-c .object {
    width: 630px;
    height: 652px;
  }
}
@media (min-width: 1024px) {
  .section-talent-c {
    margin-top: 0;
    padding-top: 100px;
    position: relative;
  }
  .section-talent-c .object-holder {
    position: relative;
    left: 50%;
    margin-left: -1px;
  }
  .section-talent-c .object {
    width: 443px;
    height: 458px;
    background-image: url(../img/custom/talent_c_lg.jpg);
  }
  .section-talent-c .content-holder {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -415px;
    padding-top: 180px;
    width: 400px;
  }
  .section-talent-c .content-holder:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #30b2e2;
    -webkit-transition: all 0.3s 0.6s;
    -o-transition: all 0.3s 0.6s;
    transition: all 0.3s 0.6s;
  }
  .section-talent-c .content-holder .module {
    margin: 0;
  }
  .section-talent-c .in .content-holder:before {
    height: 80px;
  }
}
.section-talent-d {
  margin-top: 60px;
  position: relative;
}
.section-talent-d:before {
  content: "";
  display: block;
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  height: 210px;
  background-color: #f2f2f2;
}
.section-talent-d .object-holder {
  position: relative;
  text-align: right;
}
.section-talent-d .object-holder .module {
  position: relative;
  float: right;
}
.section-talent-d .object {
  width: 237px;
  height: 304px;
  background-position: right center;
  background-image: url(../img/custom/talent_d_sm.jpg);
}
.section-talent-d .content-holder {
  text-align: left;
}
.section-talent-d .content-holder .module {
  margin: 0 25px;
}

@media (min-width: 768px) {
  .section-talent-d .object {
    width: 474px;
    height: 608px;
  }
}
@media (min-width: 1024px) {
  .section-talent-d {
    margin-top: 100px;
  }
  .section-talent-d:before {
    content: "";
    display: block;
    position: absolute;
    top: 85px;
    height: auto;
    bottom: 60px;
  }
  .section-talent-d .object-holder {
    position: relative;
    left: 50%;
    margin-left: -520px;
    width: 474px;
  }
  .section-talent-d .object-holder .module {
    position: relative;
    float: right;
  }
  .section-talent-d .object {
    width: 474px;
    height: 608px;
    background-image: url(../img/custom/talent_d_lg.jpg);
  }
  .section-talent-d .content-holder {
    position: absolute;
    top: 150px;
    left: 50%;
    width: 480px;
  }
  .section-talent-d .content-holder .module {
    margin: 0;
  }
}
.section-talent-e {
  margin-top: 60px;
}
.section-talent-e .object-holder {
  text-align: left;
}
.section-talent-e .object {
  width: 330px;
  height: 256px;
  background-position: left center;
  background-image: url(../img/custom/talent_e_sm.jpg);
}
.section-talent-e .content-holder {
  text-align: left;
}
.section-talent-e .content-holder .module {
  margin: 0 25px;
}

@media (min-width: 768px) {
  .section-talent-e .object {
    width: 660px;
    height: 511px;
  }
}
@media (min-width: 1024px) {
  .section-talent-e {
    margin-top: 85px;
  }
  .section-talent-e .object-holder {
    position: relative;
    left: 50%;
  }
  .section-talent-e .object {
    width: 661px;
    height: 511px;
    background-image: url(../img/custom/talent_e_lg.jpg);
  }
  .section-talent-e .content-holder {
    position: absolute;
    top: 60px;
    left: 50%;
    margin-left: -415px;
    text-align: left;
    width: 400px;
  }
  .section-talent-e .content-holder .module {
    margin: 0;
  }
}
.section-talent-f {
  position: relative;
  margin-top: 60px;
}
.section-talent-f:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 215px;
  background-color: #30b2e2;
}
.section-talent-f .object-holder {
  position: relative;
  text-align: right;
  margin-top: 35px;
}
.section-talent-f .object-holder .module {
  position: relative;
  float: right;
}
.section-talent-f .object {
  width: 332px;
  height: 233px;
  background-position: right center;
  background-image: url(../img/custom/talent_f_sm.jpg);
}
.section-talent-f .content-holder {
  text-align: left;
}
.section-talent-f .content-holder .module {
  margin: 0 25px;
}
.section-talent-f .core, .section-talent-f .desc {
  color: #000;
}

@media (min-width: 768px) {
  .section-talent-f .object {
    width: 665px;
    height: 466px;
  }
}
@media (min-width: 1024px) {
  .section-talent-f {
    margin-top: 90px;
  }
  .section-talent-f:before {
    left: 50%;
    right: auto;
    bottom: auto;
    margin-left: -420px;
    width: 990px;
    height: 430px;
  }
  .section-talent-f .object-holder {
    position: relative;
    left: 50%;
    margin: 85px 0 0 -660px;
    width: 616px;
  }
  .section-talent-f .object {
    width: 616px;
    height: 466px;
    background-image: url(../img/custom/talent_f_lg.jpg);
  }
  .section-talent-f .content-holder {
    position: absolute;
    top: 130px;
    left: 50%;
    max-width: 550px;
  }
  .section-talent-f .content-holder .module {
    margin: 0;
  }
}
.section-system-summary .object {
  width: 310px;
  height: 266px;
  background-position: left center;
  background-image: url(../img/custom/system_summary_sm.jpg);
}

@media (min-width: 768px) {
  .section-system-summary .object {
    width: 620px;
    height: 532px;
  }
}
@media (min-width: 1024px) {
  .section-system-summary .object-holder {
    margin-left: -560px;
  }
  .section-system-summary .object {
    width: 560px;
    height: 480px;
    background-image: url(../img/custom/system_summary_lg.jpg);
  }
  .section-system-summary .content-holder {
    width: 480px;
  }
  .section-system-summary .content-holder:before {
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background-color: #30b2e2;
  }
  .section-system-summary .content-holder .module {
    padding: 20px 0 20px 30px;
    font-size: 24px;
    line-height: 1.6;
  }
  .section-system-summary .content-holder .desc {
    margin: 10px 0;
    font-size: 22px;
  }
}
.section-system-position {
  position: relative;
  margin-top: 60px;
}
.section-system-position .object-holder {
  position: relative;
  padding: 50px 0 0;
  text-align: right;
  height: 261px;
}
.section-system-position .object-holder:before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  right: 0;
  bottom: 0;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  background-color: #30b2e2;
  -webkit-transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  transition: opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
  -o-transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
  transition: transform 0.6s 0.6s, opacity 0.6s 0.6s;
  transition: transform 0.6s 0.6s, opacity 0.6s 0.6s, -webkit-transform 0.6s 0.6s;
}
.section-system-position .object-holder .module {
  float: right;
}
.section-system-position .object {
  width: 360px;
  height: 261px;
  background-position: right center;
  background-image: url(../img/custom/system_position_sm.jpg);
}
.section-system-position .content-holder {
  position: relative;
  margin-top: 20px;
  letter-spacing: -0.05em;
}
.section-system-position .content-holder:after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  margin-top: -25px;
  width: 2px;
  height: 50px;
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  background-color: #30b2e2;
  -webkit-transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
  transition: opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
  -o-transition: transform 0.6s 0.8s, opacity 0.6s 0.8s;
  transition: transform 0.6s 0.8s, opacity 0.6s 0.8s;
  transition: transform 0.6s 0.8s, opacity 0.6s 0.8s, -webkit-transform 0.6s 0.8s;
}
.section-system-position .content-holder .module {
  margin: 25px 16px 0 16px;
}
.section-system-position .content-holder h2.title {
  margin: 0;
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 23px;
  font-weight: 500;
  color: #010101;
}
.section-system-position .content-holder .item {
  position: relative;
  padding: 15px 0 25px 90px;
  border-bottom: 1px #e8e8e8 solid;
  background-color: #fff;
}
.section-system-position .content-holder .item:first-child {
  border-top: 1px #e8e8e8 solid;
}
.section-system-position .content-holder .item .module {
  margin: 0;
}
.section-system-position .content-holder .item .title {
  position: absolute;
  top: -1px;
  left: 10px;
  margin: 0;
  padding: 15px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #010101;
}
.section-system-position .content-holder .item .title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #010101;
}
.section-system-position .content-holder .item p {
  margin: 0;
  line-height: 1.6;
}
.section-system-position .content-holder .item p.memeber {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  color: #333;
}
.section-system-position .content-holder .item p.memeber span {
  position: relative;
  margin-left: 15px;
}
.section-system-position .content-holder .item p.memeber span:before {
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -5px;
  margin-left: 2px;
  content: "";
  background-image: url(../img/custom/icon_system_position_lg_02.png);
  width: 9px;
  height: 9px;
  background-size: 9px 9px;
}
.section-system-position .content-holder .item p.memeber span:first-child {
  margin: 0;
}
.section-system-position .content-holder .item p.memeber span:first-child:before {
  display: none;
}
.section-system-position .in .content-holder:after, .section-system-position .in .object-holder:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .section-system-position .object-holder {
    height: 523px;
  }
}
@media (min-width: 768px) {
  .section-system-position .object {
    width: 720px;
    height: 523px;
  }
}
@media (min-width: 1024px) {
  .section-system-position {
    margin-top: 140px;
  }
  .section-system-position .object-holder {
    position: relative;
    left: 50%;
    padding: 100px 0 0;
    text-align: left;
  }
  .section-system-position .object-holder:before {
    left: 415px;
    bottom: 100px;
  }
  .section-system-position .object-holder .module {
    float: none;
  }
  .section-system-position .object {
    width: 784px;
    height: 523px;
    background-position: left center;
    background-image: url(../img/custom/system_position_lg.jpg);
  }
  .section-system-position .content-holder {
    position: absolute;
    top: 115px;
    left: 50%;
    margin: 0 0 0 -482px;
    width: 482px;
  }
  .section-system-position .content-holder:after {
    top: -80px;
    left: 0;
    width: 2px;
    height: 90px;
  }
  .section-system-position .content-holder .module {
    margin: 0;
  }
  .section-system-position .content-holder h2.title {
    position: relative;
    top: 0;
    left: 0;
    font-size: 36px;
    margin-bottom: 60px;
  }
  .section-system-position .content-holder .item {
    padding: 30px 0 26px 150px;
  }
  .section-system-position .content-holder .item .module {
    margin: 0;
  }
  .section-system-position .content-holder .item .title {
    padding: 30px 0 0;
    font-size: 24px;
  }
  .section-system-position .content-holder .item .title:before {
    height: 2px;
  }
  .section-system-position .content-holder .item .desc {
    background-color: #fff;
  }
  .section-system-position .content-holder .item p {
    font-size: 22px;
  }
  .section-system-position .content-holder .item p.memeber {
    margin-bottom: 20px;
    font-size: 22px;
  }
  .section-system-position .content-holder .item p.memeber span {
    margin-left: 25px;
  }
  .section-system-position .content-holder .item p.memeber span:before {
    left: -25px;
    margin-top: -7px;
    margin-left: 5px;
    content: "";
    background-image: url(../img/custom/icon_system_position_lg_02.png);
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
  .section-system-position .content-holder .item p.desc {
    font-size: 18px;
  }
  .section-system-position .content-holder .module {
    margin: 0;
  }
  .section-system-position .content-holder p {
    font-size: 22px;
  }
  .section-system-position .content-holder .core {
    padding: 0;
  }
  .section-system-position .content-holder .core:before {
    left: -100px;
    width: 3px;
  }
  .section-system-position .content-holder .core .title {
    font-size: 30px;
  }
  .section-system-position .content-holder .core p {
    margin-top: 10px;
  }
  .section-system-position .content-holder .desc .title {
    margin: 30px 0 0;
    font-size: 18px;
  }
  .section-system-position .content-holder .desc .title:first-child {
    margin-top: 20px;
  }
}
@media (min-width: 1024px) and (min-width: 1600px) {
  .section-system-position .content-holder {
    margin: 0 0 0 -560px;
    width: 560px;
  }
  .section-system-position .content-holder:after {
    left: -100px;
  }
}
@media (min-width: 1600px) {
  .section-system-position .content-holder .item {
    padding: 30px 0 25px 150px;
    min-height: 101px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}
.page-recruit .section-process {
  position: relative;
  margin-top: 80px;
  padding: 50px 0 40px 0;
  background-color: #f6f6f6;
}
.page-recruit .section-process:before {
  content: "";
  position: absolute;
  top: -25px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 50px;
  background-color: #30b2e2;
}
.page-recruit .section-process .grid {
  position: relative;
}
.page-recruit .section-process .grid:before {
  content: "";
  position: absolute;
  z-index: 0;
  display: block;
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  background-color: #b09b7b;
}
.page-recruit .section-process .title {
  margin: 0 0 30px 0;
  font-size: 23px;
  color: #1d2930;
  font-weight: 500;
}
.page-recruit .section-process .module {
  position: relative;
  margin: 20px auto 0 auto;
  width: 182px;
  height: 182px;
  text-align: center;
  overflow: hidden;
  border-radius: 100%;
  background-color: #1c407d;
}
.page-recruit .section-process .core {
  margin: 60px 0 0;
  font-size: 16px;
  color: #fff;
}
.page-recruit .section-process .desc {
  margin: 10px 0 0;
  font-size: 12px;
  color: #fff;
}
.page-recruit .section-process .item:first-child .module {
  margin-top: 0;
}
.page-recruit .section-process .item:nth-child(2) .module {
  background-color: #30b2e2;
}
.page-recruit .section-process .item:nth-child(3) .module {
  background-color: #172a44;
}

@media (min-width: 1024px) {
  .page-recruit .section-process {
    margin-top: 160px;
    padding: 140px 0 120px 0;
  }
  .page-recruit .section-process:before {
    top: -40px;
    height: 80px;
  }
  .page-recruit .section-process .title {
    margin-bottom: 60px;
    font-size: 36px;
  }
  .page-recruit .section-process .grid {
    display: block;
    margin: 0 auto;
    max-width: 1240px;
  }
  .page-recruit .section-process .grid:before {
    top: 50%;
    left: 100px;
    right: 100px;
    width: auto;
    height: 1px;
  }
  .page-recruit .section-process .item {
    position: relative;
    z-index: 2;
    float: left;
    width: 33.33333333%;
  }
  .page-recruit .section-process .item .module {
    position: relative;
    z-index: 0;
    margin: 0 auto;
    width: 300px;
    height: 300px;
    opacity: 0;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
    transition: opacity 0.6s, -webkit-transform 0.6s;
    -o-transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s;
    transition: opacity 0.6s, transform 0.6s, -webkit-transform 0.6s;
  }
  .page-recruit .section-process .item:nth-child(2) .module {
    z-index: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
  }
  .page-recruit .section-process .item:nth-child(3) .module {
    z-index: 0;
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
  }
  .page-recruit .section-process .core {
    margin: 90px 0 0;
    font-size: 24px;
  }
  .page-recruit .section-process .desc {
    margin: 30px 0 0;
    font-size: 16px;
  }
  .page-recruit .section-process .in .item:before {
    opacity: 1;
  }
  .page-recruit .section-process .in .item .module {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@media (min-width: 1280px) {
  .page-recruit .section-process .grid {
    position: relative;
    left: 50%;
    margin-left: -620px;
    width: 1240px;
  }
  .page-recruit .section-process .item:before {
    display: block;
  }
  .page-recruit .section-process .item:first-child:before {
    display: none;
  }
}
.section-benefit {
  margin-top: 60px;
}
.section-benefit .object-holder {
  position: relative;
}
.section-benefit .object-holder:before {
  content: "";
  display: block !important;
  position: absolute;
  z-index: -1;
  top: 40px;
  left: 15px;
  right: 100%;
  bottom: -25px;
  background-color: #f2f2f2;
  -webkit-transition: right 0.6s 0s;
  -o-transition: right 0.6s 0s;
  transition: right 0.6s 0s;
}
.section-benefit .object {
  width: 275px;
  height: 416px;
  background-position: left center;
  background-image: url(../img/custom/system_benefit_sm.jpg);
}
.section-benefit .content-holder {
  letter-spacing: -0.05em;
}
.section-benefit .content-holder > .module {
  margin: 0 16px;
  overflow: hidden;
}
.section-benefit .content-holder h2.title {
  margin: 50px 0 0;
  font-size: 23px;
  color: #1d2930;
  font-weight: 500;
}
.section-benefit .content-holder .list {
  margin-top: 20px;
  padding: 20px 0 30px 0;
  border-top: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  background-color: #fff;
}
.section-benefit .content-holder .list .item:nth-child(odd) {
  clear: both;
}
.section-benefit .content-holder .list .item .module {
  position: relative;
  margin: 15px 10px 0 10px;
  padding-top: 10px;
  border-top: 1px #e8e8e8 solid;
}
.section-benefit .content-holder .list .item:first-child .module, .section-benefit .content-holder .list .item:nth-child(2) .module {
  margin-top: 0;
  border-top: 0;
}
.section-benefit .content-holder h3.title {
  margin: 0;
  font-size: 18px;
  color: #1d2930;
  font-weight: 500;
}
.section-benefit .content-holder h3.title .number {
  position: relative;
  display: block;
  margin-bottom: 5px;
  font-size: 14px;
  color: #30b2e2;
  font-family: Oswald, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

@media (min-width: 768px) {
  .section-benefit .object {
    width: 550px;
    height: 832px;
  }
}
.wf-active .section-benefit .content-holder h3.title .number {
  font-family: Oswald, sans-serif;
}

.section-benefit .content-holder h3.title .number:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 13px;
  height: 2px;
  background-color: #30b2e2;
}
.section-benefit .content-holder p {
  margin: 10px 0 0;
  line-height: 1.6;
}
.section-benefit .in .object-holder:before {
  opacity: 1;
  right: 0;
}

@media (min-width: 1024px) {
  .section-benefit {
    margin-top: 140px;
  }
  .section-benefit .container {
    margin-bottom: 200px;
  }
  .section-benefit .object-holder {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -725px;
    padding: 0;
    width: 622px;
  }
  .section-benefit .object-holder:before {
    top: 85px;
    left: 60px;
    right: 100%;
    bottom: -59px;
    -webkit-transition: right 0.6s 0.3s;
    -o-transition: right 0.6s 0.3s;
    transition: right 0.6s 0.3s;
  }
  .section-benefit .object-holder:after {
    content: "";
    position: absolute;
    top: -40px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 80px;
    background-color: #30b2e2;
    opacity: 0;
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.6s 0.8s;
    -o-transition: all 0.6s 0.8s;
    transition: all 0.6s 0.8s;
  }
  .section-benefit .object {
    width: 622px;
    height: 844px;
    min-width: 624px;
    background-image: url(../img/custom/system_benefit_lg.jpg);
  }
  .section-benefit .content-holder {
    position: relative;
    z-index: 0;
    left: 50%;
    margin-left: -110px;
    width: 50%;
  }
  .section-benefit .content-holder .list {
    margin: 35px 0 0;
    padding: 0 0 0 110px;
  }
  .section-benefit .content-holder > .module {
    margin: 0;
    max-width: 680px;
  }
  .section-benefit .content-holder .grid {
    margin: 0 -40px;
  }
  .section-benefit .content-holder .grid .item .module {
    margin: 0 40px;
    padding-top: 20px;
    height: 183px;
  }
  .section-benefit .content-holder h2.title {
    margin: 0 0 0 110px;
    font-size: 36px;
  }
  .section-benefit .content-holder h3.title {
    font-size: 24px;
  }
  .section-benefit .content-holder h3.title .number {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .section-benefit .content-holder h3.title .number:before {
    width: 20px;
  }
  .section-benefit .content-holder p {
    margin: 20px 0 0;
  }
  .section-benefit .in .object-holder:before {
    right: -50px;
  }
  .section-benefit .in .object-holder:after {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.section-process-wrap .section-process-summary .object-holder {
  margin: 0 auto;
  width: 325px;
  height: 202px;
  max-width: 100%;
}
.section-process-wrap .section-process-summary .object-holder .module {
  width: 100%;
  height: 0;
}
.section-process-wrap .section-process-summary .object {
  width: 325px;
  height: 202px;
  background-image: url(../img/custom/process_summary_sm.jpg);
}
.section-process-wrap .section-process-summary .content-holder {
  text-align: center;
}
.section-process-wrap .section-process-summary .core {
  position: relative;
  display: inline-block;
  margin: 15px auto 0 auto;
  padding: 15px 0 0;
  width: 160px;
}
.section-process-wrap .section-process-summary .core:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  right: 50%;
  opacity: 0;
  height: 2px;
  background-color: #30b2e2;
  -webkit-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
.section-process-wrap .section-process-summary .in .object-holder .module {
  height: 100%;
}
.section-process-wrap .section-process-summary .in .core:before {
  left: 0;
  right: 0;
  opacity: 1;
}

@media (min-width: 768px) {
  .section-process-wrap .section-process-summary .object-holder {
    width: 650px;
    height: 405px;
  }
}
@media (min-width: 768px) {
  .section-process-wrap .section-process-summary .object {
    width: 650px;
    height: 405px;
  }
}
@media (min-width: 1024px) {
  .section-process-wrap .section-process-summary .object-holder {
    width: 830px;
    height: 518px;
  }
  .section-process-wrap .section-process-summary .object {
    width: 830px;
    height: 518px;
    background-image: url(../img/custom/process_summary_lg.jpg);
  }
  .section-process-wrap .section-process-summary .core {
    position: relative;
    display: inline-block;
    margin-top: 30px;
    padding-top: 30px;
    width: 215px;
  }
  .section-process-wrap .section-process-summary .core:before {
    height: 4px;
  }
  .section-process-wrap .section-process-summary .desc {
    margin-top: 20px;
  }
}
.page-recruit .section-process-step {
  margin-top: 40px;
}
.page-recruit .section-process-step .container {
  padding: 40px 0;
  background-color: #f8f8f8;
}
.page-recruit .section-process-step .icon {
  position: absolute;
  top: 50%;
  left: 6.66666667%;
  margin-top: -60px;
  content: "";
  background-image: url(../img/custom/icon_process_receive_sm.png);
  width: 110px;
  height: 110px;
  background-size: 110px 110px;
  border-radius: 100%;
  background-color: #fff;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: all 0.6s 0s;
  -o-transition: all 0.6s 0s;
  transition: all 0.6s 0s;
}
.page-recruit .section-process-step .icon:after {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin: -6px 0 0 -1px;
  width: 2px;
  height: 12px;
  background-color: #30b2e2;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
.page-recruit .section-process-step .icon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 50%;
  margin: -6px 0 0 -1px;
  width: 2px;
  height: 12px;
  background-color: #30b2e2;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-recruit .section-process-step .icon:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.page-recruit .section-process-step .icon.paper {
  background-image: url(../img/custom/icon_process_paper_sm.png);
  -webkit-transition-delay: 0.3s;
  -o-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.page-recruit .section-process-step .icon.interview {
  background-image: url(../img/custom/icon_process_interview_sm.png);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.page-recruit .section-process-step .icon.final {
  background-image: url(../img/custom/icon_process_final_sm.png);
  -webkit-transition-delay: 0.7s;
  -o-transition-delay: 0.7s;
  transition-delay: 0.7s;
}
.page-recruit .section-process-step .icon.logo {
  background-image: url(../img/custom/icon_process_arrival_sm.png);
  background-color: #30b2e2;
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.page-recruit .section-process-step .col {
  margin-top: 30px;
  min-height: 120px;
}
.page-recruit .section-process-step .col .module {
  position: relative;
  padding-left: 52%;
  text-align: center;
  min-height: 110px;
}
.page-recruit .section-process-step .col:first-child {
  margin-top: 0;
}
.page-recruit .section-process-step .col:first-child .icon:after, .page-recruit .section-process-step .col:first-child .icon:before {
  display: none;
}
.page-recruit .section-process-step .col:last-child .module {
  padding-top: 0;
}
.page-recruit .section-process-step .core {
  margin: 0;
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.page-recruit .section-process-step .desc {
  margin: 5px 0 25px 0;
  font-size: 12px;
  line-height: 1.6;
}
.page-recruit .section-process-step .in .icon {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.page-recruit .section-process-step .list {
  margin: 0 auto;
  max-width: 400px;
}

@media (max-width: 1023px) {
  .page-recruit .section-process-step .col .module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (min-width: 1024px) {
  .page-recruit .section-process-step {
    margin-top: 80px;
  }
  .page-recruit .section-process-step .container {
    padding: 100px 0 70px 0;
  }
  .page-recruit .section-process-step .list {
    max-width: 1170px;
  }
  .page-recruit .section-process-step .list .grid {
    margin: 0 -35px;
  }
  .page-recruit .section-process-step .list .grid .module {
    position: relative;
    margin: 0 35px;
    padding: 0;
  }
  .page-recruit .section-process-step .icon {
    position: relative;
    top: auto;
    left: auto;
    margin: 0;
    content: "";
    background-image: url(../img/custom/icon_process_receive_lg.png);
    width: 173px;
    height: 172px;
    background-size: 173px 172px;
  }
  .page-recruit .section-process-step .icon:after, .page-recruit .section-process-step .icon:before {
    top: 50%;
    left: -15px;
    margin: -1px 0 0 -6px;
    width: 12px;
    height: 2px;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
  }
  .page-recruit .section-process-step .icon.paper {
    background-image: url(../img/custom/icon_process_paper_lg.png);
  }
  .page-recruit .section-process-step .icon.interview {
    background-image: url(../img/custom/icon_process_interview_lg.png);
  }
  .page-recruit .section-process-step .icon.final {
    background-image: url(../img/custom/icon_process_final_lg.png);
  }
  .page-recruit .section-process-step .icon.logo {
    background-image: url(../img/custom/icon_process_logo_lg.png);
  }
  .page-recruit .section-process-step .col {
    margin: 0;
  }
  .page-recruit .section-process-step .col:after, .page-recruit .section-process-step .col:before {
    top: 60px;
    margin-left: -10px;
  }
  .page-recruit .section-process-step .col .core {
    margin: 30px 0 0;
    font-size: 24px;
  }
  .page-recruit .section-process-step .col .desc {
    margin: 10px 0 0;
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .page-recruit .section-process-step .icon:after, .page-recruit .section-process-step .icon:before {
    left: -35px;
  }
}
.section-apply-guide {
  margin-top: 50px;
}
.section-apply-guide .object-holder {
  position: relative;
  padding: 30px 0 0;
  width: 270px;
}
.section-apply-guide .object-holder:before {
  content: "";
  display: block;
  position: absolute;
  display: block !important;
  z-index: -1;
  top: 0;
  left: 30px;
  right: 100%;
  bottom: 30px;
  background-color: #30b2e2;
  -webkit-transition: right 0.6s 0s;
  -o-transition: right 0.6s 0s;
  transition: right 0.6s 0s;
}
.section-apply-guide .object {
  width: 270px;
  height: 278px;
  background-image: url(../img/custom/apply_guide_sm.jpg);
  background-position: left center;
}
.section-apply-guide .content-holder {
  position: relative;
  margin: 0 25px;
  padding-top: 20px;
  letter-spacing: -0.05em;
}
.section-apply-guide .content-holder:before {
  content: "";
  display: block;
  position: absolute;
  top: -25px;
  left: -10px;
  width: 2px;
  height: 50px;
  background-color: #30b2e2;
  opacity: 0;
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.6s 0.3s;
  -o-transition: all 0.6s 0.3s;
  transition: all 0.6s 0.3s;
}
.section-apply-guide .content-holder .title {
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #010101;
}
.section-apply-guide .content-holder p {
  margin: 20px 0 0;
}
.section-apply-guide .content-holder .step {
  margin: 0;
  position: relative;
  color: #333;
  font-weight: 500;
}
.section-apply-guide .content-holder .step span {
  position: relative;
  margin-left: 15px;
}
.section-apply-guide .content-holder .step span:before {
  position: absolute;
  top: 50%;
  left: -15px;
  margin-top: -5px;
  margin-left: 2px;
  content: "";
  background-image: url(../img/custom/icon_system_position_lg_02.png);
  width: 9px;
  height: 9px;
  background-size: 9px 9px;
}
.section-apply-guide .content-holder .step span:first-child {
  margin: 0;
}
.section-apply-guide .content-holder .step span:first-child:before {
  display: none;
}
.section-apply-guide .content-holder .downer {
  margin: 15px -9px 0 -9px;
  padding: 25px 10px;
  border-top: 1px #e8e8e8 solid;
  border-bottom: 1px #e8e8e8 solid;
  background-color: #fff;
}
.section-apply-guide .in .object-holder:before {
  right: -30px;
}
.section-apply-guide .in .content-holder:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (min-width: 768px) {
  .section-apply-guide .object-holder {
    width: 540px;
  }
}
@media (min-width: 768px) {
  .section-apply-guide .object {
    width: 540px;
    height: 556px;
  }
}
@media (min-width: 800px) {
  .section-apply-guide {
    margin-top: 230px;
    position: relative;
  }
  .section-apply-guide .object-holder {
    position: relative;
    left: 50%;
    margin-left: -680px;
    padding: 60px 0 0;
    width: 540px;
  }
  .section-apply-guide .object-holder:before {
    left: 80px;
    bottom: 60px;
  }
  .section-apply-guide .object {
    width: 540px;
    height: 556px;
    background-image: url(../img/custom/apply_guide_lg.jpg);
  }
  .section-apply-guide .content-holder {
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0;
    padding: 0;
    max-width: 540px;
  }
  .section-apply-guide .content-holder:before {
    content: "";
    display: block;
    position: absolute;
    top: -140px;
    left: 0;
    margin-left: -3px;
    width: 3px;
    height: 80px;
  }
  .section-apply-guide .content-holder .title {
    margin: 0;
    font-size: 36px;
  }
  .section-apply-guide .content-holder p {
    margin: 20px 0 0;
    font-size: 22px;
    line-height: 1.8;
  }
  .section-apply-guide .content-holder p.step span {
    margin-left: 25px;
  }
  .section-apply-guide .content-holder p.step span:before {
    top: 11px;
    left: -25px;
    margin-top: 0;
    margin-left: 5px;
    content: "";
    background-image: url(../img/custom/icon_system_position_lg_02.png);
    width: 13px;
    height: 13px;
    background-size: 13px 13px;
  }
  .section-apply-guide .content-holder .upper p {
    margin-top: 30px;
  }
  .section-apply-guide .content-holder .downer {
    margin: 30px 0 0 -80px;
    padding: 30px 10px 30px 80px;
  }
  .section-apply-guide .in .object-holder:before {
    right: -60px;
  }
}
@media (min-width: 1600px) {
  .section-apply-guide .content-holder .title {
    font-size: 30px;
  }
  .section-apply-guide .content-holder p {
    margin: 40px 0 0;
    font-size: 22px;
  }
  .section-apply-guide .content-holder .downer {
    padding: 70px 10px 70px 80px;
  }
}
.section-recruit-apply {
  margin-top: -55px;
}
.section-recruit-apply .item .module {
  position: relative;
  padding: 30px 10px 30px 130px;
  background-color: #fff;
  letter-spacing: -0.05em;
  border-bottom: 1px #e8e8e8 solid;
}
.section-recruit-apply .module > .icon {
  position: absolute;
  top: 30px;
  left: 25px;
  border-radius: 100%;
  background-color: #f6f6f6;
  opacity: 0;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, -webkit-transform 0.6s 0.3s;
  content: "";
  background-image: url(../img/custom/icon_apply_receive_sm.png);
  width: 80px;
  height: 80px;
  background-size: 80px 80px;
}
.section-recruit-apply .module > .icon.site {
  background-image: url(../img/custom/icon_apply_site_sm.png);
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.section-recruit-apply .module > .icon.apply {
  background-image: url(../img/custom/icon_apply_apply_sm.png);
  -webkit-transition-delay: 0.8s;
  -o-transition-delay: 0.8s;
  transition-delay: 0.8s;
}
.section-recruit-apply .module > .icon.recruit-inquiry {
  background-image: url(../img/custom/icon_apply_inquiry_sm.png);
  -webkit-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
}
.section-recruit-apply .core {
  margin: 0;
  font-size: 21px;
  font-weight: 500;
  color: #333;
  opacity: 0;
  -webkit-transform: translate(0, 50px);
  -ms-transform: translate(0, 50px);
  transform: translate(0, 50px);
  -webkit-transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  transition: opacity 0.6s 0s, -webkit-transform 0.6s 0s;
  -o-transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s;
  transition: opacity 0.6s 0s, transform 0.6s 0s, -webkit-transform 0.6s 0s;
}
.section-recruit-apply .desc {
  margin: 15px 0 0;
  font-size: 12px;
}
.section-recruit-apply .button {
  position: relative;
  margin-top: 20px;
  padding-left: 15px;
  border-color: #949494;
  color: #333;
  min-width: 150px;
  text-align: left;
}
.section-recruit-apply .button .icon {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -19px;
  content: "";
  background-image: url(../img/custom/icon_apply_blank_sm.png);
  width: 35px;
  height: 38px;
  background-size: 35px 38px;
}
.section-recruit-apply .button .icon.more {
  background-image: url(../img/custom/icon_apply_more_sm.png);
}
.section-recruit-apply .in .icon {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.section-recruit-apply .in .core {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@media (max-width: 374px) {
  .section-recruit-apply .item .module {
    padding-left: 100px;
  }
}
@media (max-width: 374px) {
  .section-recruit-apply .module > .icon {
    left: 10px;
  }
}
@media (min-width: 840px) and (max-width: 1023px) {
  .section-recruit-apply .grid {
    margin-left: -10px;
    margin-right: -10px;
  }
  .section-recruit-apply .item {
    float: left;
    width: 50%;
    margin-top: 0;
  }
  .section-recruit-apply .item .desc {
    width: 80%;
    min-height: 50px;
  }
  .section-recruit-apply .item .module {
    margin: 0 10px 30px;
  }
}
@media (min-width: 1024px) {
  .section-recruit-apply {
    margin-top: -140px;
  }
  .section-recruit-apply .wrap {
    position: relative;
    overflow: hidden;
    background-color: #fff;
  }
  .section-recruit-apply .grid {
    margin: -1px 30px 0 30px;
  }
  .section-recruit-apply .grid .item .module {
    position: relative;
    padding: 50px 50px 40px 200px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 0;
    border-top: 1px #e8e8e8 solid;
  }
  .section-recruit-apply .module > .icon {
    top: 55px;
    left: 0;
    content: "";
    background-image: url(../img/custom/icon_apply_receive_lg.png);
    width: 150px;
    height: 150px;
    background-size: 150px 150px;
  }
  .section-recruit-apply .module > .icon.site {
    background-image: url(../img/custom/icon_apply_site_lg.png);
  }
  .section-recruit-apply .module > .icon.apply {
    background-image: url(../img/custom/icon_apply_apply_lg.png);
  }
  .section-recruit-apply .module > .icon.recruit-inquiry {
    background-image: url(../img/custom/icon_apply_inquiry_lg.png);
  }
  .section-recruit-apply .core {
    font-size: 26px;
  }
  .section-recruit-apply .desc {
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 1.6;
  }
  .section-recruit-apply .button {
    margin-top: 30px;
    padding-left: 20px;
    font-size: 14px;
    min-width: 200px;
    overflow: visible;
    -webkit-box-shadow: 3px 5px 5px 0 transparent;
    box-shadow: 3px 5px 5px 0 transparent;
  }
  .section-recruit-apply .button span:after, .section-recruit-apply .button span:before {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-recruit-apply .button:after {
    content: "";
    position: absolute;
    z-index: 4;
  }
  .section-recruit-apply .button:before {
    content: "";
    position: absolute;
    z-index: 4;
    top: -1px;
    left: -1px;
    right: 100%;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, right top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(left, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to right, #30b2e2 0, #72d4f8 100%);
  }
  .section-recruit-apply .button:after {
    top: -1px;
    right: -1px;
    width: 1px;
    bottom: 100%;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left top, left bottom, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(top, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to bottom, #72d4f8 0, #30b2e2 100%);
  }
  .section-recruit-apply .button span:before {
    bottom: -1px;
    right: -1px;
    left: 100%;
    height: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, right top, left top, from(#30b2e2), to(#72d4f8));
    background: -webkit-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: -o-linear-gradient(right, #30b2e2 0, #72d4f8 100%);
    background: linear-gradient(to left, #30b2e2 0, #72d4f8 100%);
  }
  .section-recruit-apply .button span:after {
    top: 100%;
    bottom: -1px;
    left: -1px;
    width: 1px;
    background-color: #30b2e2;
    background: -webkit-gradient(linear, left bottom, left top, from(#72d4f8), to(#30b2e2));
    background: -webkit-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: -o-linear-gradient(bottom, #72d4f8 0, #30b2e2 100%);
    background: linear-gradient(to top, #72d4f8 0, #30b2e2 100%);
  }
  .section-recruit-apply .button .icon {
    margin-top: -22px;
    content: "";
    background-image: url(../img/custom/icon_apply_blank_lg.png);
    width: 40px;
    height: 43px;
    background-size: 40px 43px;
  }
  .section-recruit-apply .button .icon.more {
    background-image: url(../img/custom/icon_apply_more_lg.png);
  }
  .section-recruit-apply .button:hover {
    -webkit-box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 3px 5px 5px 0 rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-box-shadow 0.3s 0s;
    transition: -webkit-box-shadow 0.3s 0s;
    -o-transition: box-shadow 0.3s 0s;
    transition: box-shadow 0.3s 0s;
    transition: box-shadow 0.3s 0s, -webkit-box-shadow 0.3s 0s;
  }
  .section-recruit-apply .button:hover:before {
    right: -1px;
    -webkit-transition: right 0.3s 0s;
    -o-transition: right 0.3s 0s;
    transition: right 0.3s 0s;
  }
  .section-recruit-apply .button:hover:after {
    bottom: 0;
    -webkit-transition: bottom 0.3s 0s;
    -o-transition: bottom 0.3s 0s;
    transition: bottom 0.3s 0s;
  }
  .section-recruit-apply .button:hover span:before {
    left: 0;
    -webkit-transition: left 0.3s 0s;
    -o-transition: left 0.3s 0s;
    transition: left 0.3s 0s;
  }
  .section-recruit-apply .button:hover span:after {
    top: -1px;
    -webkit-transition: top 0.3s 0s;
    -o-transition: top 0.3s 0s;
    transition: top 0.3s 0s;
  }
}
@media (min-width: 1600px) {
  .section-recruit-apply .grid {
    margin: -1px 60px 0 60px;
  }
  .section-recruit-apply .grid .item .module {
    padding-right: 80px;
    height: 290px;
  }
  .section-recruit-apply .module > .icon {
    left: 0;
  }
}
.section-terms-guide .title {
  margin: 50px 0 30px 0;
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  color: #1d2930;
}
.section-terms-guide .holder {
  padding: 25px 10px;
  text-align: center;
  border-top: 2px #2c384b solid;
  background-color: #f6f6f6;
}
.section-terms-guide .action {
  margin-top: 20px;
  font-size: 12px;
  color: #333;
}
.section-terms-guide .action select {
  margin-left: 20px;
  border-color: #fff;
  background-color: #fff;
}
.section-terms-guide p {
  font-size: 12px;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #333;
  font-weight: 500;
}
.section-terms-guide p.core {
  margin: 0;
  font-size: 15px;
  color: #333;
  font-weight: 500;
}
.section-terms-guide p.date {
  font-weight: 400;
}

@media (max-width: 1023px) {
  .section-terms-guide .action select {
    min-width: 150px;
  }
}
@media (max-width: 374px) {
  .section-terms-guide .action select {
    min-width: auto;
  }
}
@media (min-width: 1024px) {
  .section-terms-guide .title {
    margin: 70px 0 50px 0;
    font-size: 60px;
  }
  .section-terms-guide .holder {
    padding: 50px 10px 30px 10px;
    border-top-width: 3px;
  }
  .section-terms-guide .action {
    margin-top: 30px;
    font-size: 16px;
  }
  .section-terms-guide p {
    font-size: 16px;
  }
  .section-terms-guide p.core {
    font-size: 20px;
  }
}
.section-terms {
  color: #333;
  font-size: 12px;
}
.section-terms p {
  color: #333;
  font-size: 12px;
}
.section-terms h2 {
  margin: 50px 0 0;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}
.section-terms h2 .primary {
  color: #30b2e2;
}
.section-terms h3 {
  margin: 30px 0 0;
  font-size: 12px;
  color: #333;
  font-weight: 400;
}
.section-terms h2 + h3 {
  margin-top: 10px;
}
.section-terms li, .section-terms p {
  margin-top: 5px;
  line-height: 1.6;
}
.section-terms ol {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: number;
}
.section-terms ul {
  margin: 0 0 0 15px;
  padding: 0;
  list-style: lower-alpha;
}
.section-terms li {
  margin: 5px 0 0;
  padding: 0;
}
.section-terms .list-a {
  list-style: none;
  margin: 10px 0 0;
}
.section-terms .list-a li {
  position: relative;
  padding-left: 15px;
  color: #666;
}
.section-terms .list-a li .number {
  position: absolute;
  top: 0;
  left: 0;
}
.section-terms .list-a li p {
  margin: 0;
}
.section-terms .list-a li p.desc {
  color: #666;
}
.section-terms .list-a li ul li {
  padding: 0;
}
.section-terms .table-wrap {
  margin: 15px 0 0;
  overflow: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.section-terms table {
  min-width: 600px;
  border-top: 1px #000 solid;
}
.section-terms table td {
  color: #333;
  font-size: 12px;
  padding: 15px 0 15px 15px;
  text-align: left;
  border-bottom: 1px #d7d7d7 solid;
  vertical-align: top;
}
.section-terms table th {
  color: #333;
  font-size: 12px;
  padding: 15px 0 15px 15px;
  text-align: left;
  border-bottom: 1px #d7d7d7 solid;
  vertical-align: top;
  font-weight: 500;
  background-color: #f6f6f6;
}
.section-terms.policy h2 {
  position: relative;
  padding-left: 15px;
}
.section-terms.policy h2 .number {
  display: inline-block;
  position: absolute;
  top: 0;
  left: -12px;
  width: 26px;
  text-align: right;
}
.section-terms.policy ul {
  margin-left: 10px;
  list-style: none;
}
.section-terms.policy ul li {
  position: relative;
  color: #666;
}
.section-terms.policy ul li:before {
  content: "-";
  position: absolute;
  top: 0;
  left: -10px;
}

@media (min-width: 1024px) {
  .section-terms {
    font-size: 16px;
  }
  .section-terms p {
    font-size: 16px;
  }
  .section-terms h2 {
    font-size: 18px;
  }
  .section-terms h3 {
    font-size: 16px;
  }
  .section-terms .list-a li {
    padding-left: 20px;
  }
  .section-terms table td, .section-terms table th {
    font-size: 16px;
    padding-left: 30px;
  }
}
@media (min-width: 1024px) {
  .section-terms.policy h2 {
    padding-left: 20px;
  }
}
.section-refusal .title {
  margin: 50px 0 30px 0;
  text-align: center;
  font-size: 35px;
  font-weight: 300;
  color: #1d2930;
}
.section-refusal .holder {
  padding: 30px 10px;
  text-align: center;
  border-top: 2px #000 solid;
  background-color: #f6f6f6;
}
.section-refusal p {
  margin: 20px 0 0;
  line-height: 1.6;
  letter-spacing: -0.05em;
  color: #333;
}
.section-refusal .icon {
  content: "";
  background-image: url(../img/custom/icon_mail_sm.png);
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  background-color: #fff;
  border-radius: 100%;
}

@media (min-width: 1024px) {
  .section-refusal .title {
    margin: 80px 0 50px 0;
    font-size: 60px;
  }
  .section-refusal .holder {
    padding: 60px 10px 60px 10px;
    border-top-width: 3px;
  }
  .section-refusal p {
    margin-top: 40px;
    font-size: 18px;
  }
  .section-refusal .icon {
    content: "";
    background-image: url(../img/custom/icon_mail_lg.png);
    width: 190px;
    height: 190px;
    background-size: 190px 190px;
  }
}
.section-error {
  position: relative;
  height: 100vh;
  min-height: 100vh;
  background-color: #fff;
}
.section-error:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 324px;
  height: 315px;
  background-size: 100%;
  background-image: url(../img/custom/error_bg_sm.png);
}
.section-error .table {
  display: table;
  width: 100%;
  min-height: 100vh;
}
.section-error .table .row {
  display: table-row;
  height: 100%;
}
.section-error .table .cell {
  display: table-cell;
  height: 100%;
  text-align: left;
  vertical-align: middle;
}
.section-error .wrap {
  position: relative;
}
.section-error .icon {
  content: "";
  background-image: url(../img/custom/icon_error_sm.png);
  width: 53px;
  height: 50px;
  background-size: 53px 50px;
}
.section-error .core {
  margin: 30px 0 0;
  font-size: 16px;
  letter-spacing: -0.05em;
}
.section-error .core .eng {
  display: block;
  margin-bottom: 10px;
  font-size: 28px;
  color: #5d6168;
  font-weight: 500;
  letter-spacing: 0.2em;
}
.section-error .desc {
  margin: 30px 0 0;
  font-size: 12px;
  line-height: 1.8;
}
.section-error .action {
  margin-top: 30px;
}
.section-error .action a {
  margin-right: 5px;
  color: #666;
}

@media (min-width: 375px) {
  .section-error .core {
    font-sizE: 17px;
  }
  .section-error .core .eng {
    font-size: 32px;
  }
}
@media (min-width: 1024px) {
  .section-error {
    background-color: #ebebeb;
  }
  .section-error:before {
    left: 0;
    bottom: 0;
    right: auto;
    width: 878px;
    height: 1018px;
    background-image: url(../img/custom/error_bg_lg.png);
  }
  .section-error:after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    height: 100%;
    background-size: 100% 100%;
    background-size: cover;
    background-image: url(../img/custom/error_bg_2_lg.png);
  }
  .section-error .icon {
    content: "";
    background-image: url(../img/custom/icon_error_lg.png);
    width: 100px;
    height: 88px;
    background-size: 100px 88px;
  }
  .section-error .core {
    font-size: 24px;
  }
  .section-error .core .eng {
    margin-bottom: 10px;
    font-size: 48px;
  }
  .section-error .desc {
    width: 55%;
    font-size: 16px;
  }
  .section-error .action {
    margin-top: 40px;
  }
  .section-error .action a {
    min-width: 140px;
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .section-error:after {
    width: 545px;
  }
  .section-error .desc {
    width: auto;
  }
}
body, font, pre, td, th {
  font-size: 14px;
  color: #666;
}

@media (min-width: 1024px) {
  body, font, pre, td, th {
    font-size: 16px;
  }
}
p.primary {
  color: #30b2e2;
}
p.secondary {
  color: #000;
}
p.info {
  color: #666;
}
p.warning {
  color: #999;
}
p.danger {
  color: #ff6440;
}
p.light {
  color: #eee;
}
p.disabled {
  color: #6a737b;
}

#back {
  display: none;
}

.container.visible {
  overflow: visible;
}

/*!.icon.brand.ellium

	HesGallery v1.4.11

	Copyright (c) 2018-2019 Artur Medrygal <medrygal.artur@gmail.com>

	Product under MIT licence

*/
#hgallery {
  display: block;
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  visibility: hidden;
  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;
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 99999;
}

.hg-disable-scrolling {
  overflow: hidden !important;
}

#hg-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
}
#hg-bg:after {
  content: "";
  position: absolute;
  display: block;
  top: 20px;
  right: 20px;
  width: 30px;
  height: 30px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0xOSA2LjQxTDE3LjU5IDUgMTIgMTAuNTkgNi40MSA1IDUgNi40MSAxMC41OSAxMiA1IDE3LjU5IDYuNDEgMTkgMTIgMTMuNDEgMTcuNTkgMTkgMTkgMTcuNTkgMTMuNDEgMTJ6Ii8+CiAgICA8cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+Cjwvc3ZnPg==);
  background-position: center;
  background-size: contain;
  cursor: pointer;
  opacity: 0.8;
}
#hg-bg:after:hover {
  background-color: #fff;
}

#hgallery.open {
  visibility: visible !important;
  opacity: 1;
}

#hg-pic-cont {
  max-width: calc(70% - 40px);
  max-height: 90vh;
  cursor: default;
  z-index: 12;
  position: relative;
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
#hg-pic-cont.hg-transition {
  -webkit-transform: scale(0.1);
  -ms-transform: scale(0.1);
  transform: scale(0.1);
}

#hg-subtext {
  color: #ddd;
  font-size: 14px;
  position: absolute;
  display: block;
  left: 5px;
  top: calc(100% + 6px);
}

#hg-howmany {
  color: #aaa;
  font-size: 14px;
  position: absolute;
  display: block;
  right: 5px;
  bottom: -20px;
}

#hg-pic {
  width: auto;
  height: auto;
  min-height: 100px;
  min-width: 100px;
  max-width: 100%;
  max-height: 90vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  cursor: default;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0;
}
#hg-pic:hover {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

#hgallery button {
  position: absolute;
  display: block;
  margin: auto 0;
  width: 60px;
  height: 60px;
  z-index: 11;
  cursor: pointer;
  background-color: transparent;
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjZmZmZmZmIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgICA8cGF0aCBkPSJNOC41OSAxNi4zNGw0LjU4LTQuNTktNC41OC00LjU5TDEwIDUuNzVsNiA2LTYgNnoiLz4NCiAgICA8cGF0aCBkPSJNMC0uMjVoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz4NCjwvc3ZnPg==);
  background-size: contain;
  border: 0;
  outline: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  visibility: hidden;
}
#hgallery.open button {
  visibility: visible;
  opacity: 0.7;
}
#hgallery button:hover {
  opacity: 1;
}
#hgallery button#hg-prev {
  left: 10px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#hgallery button#hg-prev:active {
  left: 7px;
}
#hgallery button#hg-next {
  right: 10px;
}
#hgallery button#hg-next:active {
  right: 7px;
}
#hgallery #hg-next-onpic, #hgallery #hg-prev-onpic {
  position: absolute;
  top: 0;
  left: 0;
  width: 34%;
  height: 100%;
  cursor: pointer;
}
#hgallery #hg-next-onpic {
  right: 0;
  left: auto;
  width: 66%;
}

.hg-unvisible {
  opacity: 0 !important;
  visibility: hidden;
}

@media (max-width: 1100px) {
  #hg-pic-cont {
    max-width: calc(100% - 40px);
  }
}
#header.sub-header {
  background: #fff;
}
.mo_only { display: none; }
.mm_only { display: none; }
/*# sourceMappingURL=style.css.map */
@media (max-width: 1023px) {
    .pc_only { display: none; }
    .mo_only { display: block; }
    .section-quality-management .container {
        overflow: visible;   
    }
    .section-line-wrap.section-quality-management-wrap {
      margin-top: 30px;
    }
    .section-philosophy-a.section-quality-management .object-holder {
      width: 100%;
      margin-left: 0;
      height: auto;
    }
    .section-philosophy-a.section-quality-management .object {
      float: inherit;
      width: calc(100vw - 50px);
      height: calc((100vw - 50px) * 0.7692);
      background-image: url(../img/custom/qualitymanagement_a_sm.jpg);
      background-position: center center; 
      background-size: cover;
      margin: 0 auto;
    }
    .section-philosophy-wrap .section-quality-management .content-holder {
        padding: 22px 25px 0;
        margin: 20px 0 0;        
    }
    .section-philosophy-a.section-quality-management.pg5 .content-holder {
        width: auto;
        top: inherit;
        transform: translate(0,0);
        padding: 22px 25px 0;
    }
    .section-philosophy-wrap .section-quality-management .content-holder:before {
        width: calc((100% - 50px) / 2);
        height: 2px; 
        left:  25px;
        -webkit-transform: translate(-100%,0);
        -ms-transform: translate(-100%,0);
        transform: translate(-100%,0);
        transition: all 0.6s 0.6s;
    }
    .section-philosophy-wrap .section-quality-management .in .content-holder:before {
        -webkit-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
    }
    .section-philosophy-wrap .section-quality-management.pg2 .content-holder:before,
    .section-philosophy-wrap .section-philosophy-c.section-quality-management.pg3 .content-holder:before {
        width: 0;
        left: 50%;
    }
    .section-philosophy-wrap .section-philosophy-c.section-quality-management.pg3 .content-holder:before {
        width: 0;
        left: 50%;
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    }
    .section-philosophy-a.section-quality-management.pg2 .in .content-holder:before,
    .section-philosophy-a.section-quality-management.pg5 .in .content-holder:before{
        width: calc((100% - 50px) / 2);
    }
    .section-philosophy-wrap .section-philosophy-c.section-quality-management.pg3 .in .content-holder:before {
        width: calc((100% - 50px) / 2);
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
    .section-philosophy-wrap .section-quality-management.pg5 .content-holder:before {
        width: 0;
        left: 50%;
    }
    .section-philosophy-wrap .section-quality-management.pg5 .in .content-holder:before {
        -webkit-transform: translate(-50%,0);
        -ms-transform: translate(-50%,0);
        transform: translate(-50%,0)
    }
    .section-philosophy-b.section-quality-management {
        margin-top: 80px;
        background: #f6f6f6;
    }
    .section-philosophy-b.section-quality-management .content-holder:before {
        top: -40px;
        left: 50%;
        right: inherit;
        bottom: auto;
        margin-left: -1px;
        width: 2px;
        height: 40px;
    }
    .section-philosophy-b.section-quality-management .in .content-holder:before {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .section-philosophy-wrap.section-quality-management-wrap .summary p {
        font-size: 18px;
        font-weight: 500;
        color: #000;
        letter-spacing: -0.05em;
        font-family: "Noto Sans KR", sans-serif;
    }
    .section-philosophy-a.section-quality-management .content-holder .module { 
        margin-left: 0; 
    }
    .section-philosophy-a.section-quality-management.pg2 .content-holder .desc,
    .section-philosophy-a.section-quality-management.pg5 .content-holder .desc{
        text-align: center; 
    }
    
    .section-philosophy-wrap.section-quality-management-wrap .summary p {
        text-align: center; 
        }
    .section-philosophy-wrap.section-quality-management-wrap .section-philosophy-a.section-quality-management.pg1 .summary p,
    .section-philosophy-wrap.section-quality-management-wrap .section-philosophy-a.section-quality-management.pg3 .summary p,
    .section-philosophy-wrap.section-quality-management-wrap .section-philosophy-a.section-quality-management.pg4 .summary p{
        text-align: left; 
        }
    .section-philosophy-a.section-quality-management.pg2 .object {
        background: url(../img/custom/ethicalmanagement_a_sm.jpg) center center;
        background-size: cover;
        height: calc((100vw - 50px) * 0.6230);
    }
    .section-philosophy-a.section-quality-management.pg3 .object {
        background: url(../img/custom/socialcontribution_a_sm.jpg) center center;
        background-size: cover;
    }
    .section-philosophy-a.section-quality-management.pg4 .object {
        background: url(../img/custom/partnership_a_sm.jpg) center center;
        background-size: cover;
    }
    .section-philosophy-a.section-quality-management.pg5 .object {
        background: url(../img/custom/shmanagement_a_sm.jpg) center center;
        background-size: cover;
        height: calc((100vw - 50px) * 0.6230);
    }
    .section-philosophy-wrap .section-philosophy-a.section-quality-management.pg3 .core {
        font-size: 15px;
    }
    .section-philosophy-wrap .section-quality-management .in .content-holder.st2:before {
        content: none;
    }
    .section-philosophy-wrap .section-quality-management .in .content-holder.st2 .summary p {
        text-align: left; 
    }
    .gm_list1 {
        margin-top: 0;  
        padding: 0 15px;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
    .gm_list1 > li { width: calc((100% - 15px) / 2); padding-top: 20px; margin-top: 15px;  }
    .gm_list1 > li div { height: 220px; padding-top: 45px; }
    .gm_list1 > li div:before { width: 40px; height: 40px; border-radius: 40px; font-size: 14px; line-height: 40px; }
    .gm_list1 > li div .icon { width: 40px; height: 40px; margin-bottom: 20px; }
    .gm_list1 > li div.list1 .icon { background-size: 37px 36px; }
    .gm_list1 > li div.list2 .icon { background-size: 26.5px 37.5px; }
    .gm_list1 > li div.list3 .icon { background-size: 37.5px 29px; }
    .gm_list1 > li div.list4 .icon { background-size: 35px 28.5px; }
    .gm_list1 > li div .tt { font-size: 16px; }
    .gm_list1 > li div .text { font-size: 12px; letter-spacing: -1.2px; margin-top: 17px; font-family: 'Noto Sans KR', sans-serif; }
    
    .gm_list2 { flex-direction: column; margin-top: 30px; padding: 0 75px 55px; }
    .gm_list2 > li { width: 100%; }
    .gm_list2 > li dt { font-size: 16px; font-weight: 500; font-weight: medium; }
    .gm_list2 > li dd { height: auto; padding-top: 22px; padding-bottom: 25px; }
    .gm_list2 > li dd > ul li { font-size: 12px; justify-content: center; width: auto; }
    .gm_list2 > li+li { margin-top: 20px; }
    
    .gm_list3 { margin: 30px auto 0; box-sizing: border-box; }
    .gm_list3 > li { width: calc((100vw - 30px - 44px) / 3); height: calc((100vw - 30px - 44px) / 3); border-radius: calc((100vw - 30px - 44px) / 3); line-height: calc((100vw - 30px - 44px) / 3); font-size: 16px; }
    .gm_list3 > li+li { margin-left: 22px; }
    .gm_list3 > li+li:before { width: 22px; left: -22px; }
    .gm_list3_2 { margin-top: 30px; padding-left: 25px; padding-right: 25px; box-sizing: border-box; }
    .gm_list3_2 > li { padding-top: 15px; padding-bottom: 25px; }
    .gm_list3_2 > li dl:before { width: 32px; }
    .gm_list3_2 > li dt { width: 47px; font-size: 16px; line-height: 1.5; }
    .gm_list3_2 > li dd { font-size: 12px; }
    
    .gm_list4 { width: 195px; height: 600px; padding: 5px; margin: 30px auto 40px; box-sizing: border-box; }
    .gm_list4 ul { height: 100%; flex-direction: column; }
    .gm_list4 ul > li { width: 182px; height: 182px; border-radius: 182px; }
    .gm_list4 ul > li dt { font-size: 16px; margin-bottom: 15px; }
    .gm_list4 ul > li dd { font-size: 12px; }
    .gm_list4:before { width: 12px; height: 2px; display: block; position: absolute; top: 50%; left: 0; margin-left: 0; margin-top: 12px; background: #30a9d7; transform: rotate(135deg); transform-origin: 0 0; content: ""; }
    .gm_list4:after { width: 12px; height: 2px; display: block; position: absolute; bottom: 50%; right: -2px; margin-right: 0; margin-bottom: 9px; background: #30a9d7; transform: rotate(135deg); transform-origin: 100% 0; content: ""; }
    .gm_list4 .topblank { width: 1px; height: 10px; position: absolute; top: 50%; left: -2px; margin-left: 0; background: #f6f6f6; }
    .gm_list4 .topblank:before { width: 1px; height: 9px; position: absolute; top: 0; right: -1px; display: block; background: #f6f6f6; content: "";  }
    .gm_list4 .btblank { width: 1px; height: 10px; position: absolute; bottom: 50%; right: -2px; margin-right: 0; background: #f6f6f6; }
    .gm_list4 .btblank:before { width: 1px; height: 9px; position: absolute; bottom: 0; left: -1px; display: block; background: #f6f6f6; content: "";  }
    
    .section-sh-a { width: 100%; height: auto; margin-top: 50px; display: block; }
    .section-sh-a > div { width: calc(100% - 25px); height: 365px; padding: 55px 0 0 62px; top: 0; transform: translateY(0px) !important; position: relative; }
    .section-sh-a > div:first-child { margin-left: 25px; padding: 55px 0 0 37px; }
    .section-sh-a:hover > div { transform: translateY(0px); }
    .section-sh-a > div dt { font-size: 18px; }
    .section-sh-a > div dt:before { left: -21px; margin-top: -21px; }
    .in .section-sh-a > div dt:before { height: 42px; }
    .section-sh-a > div dd { font-size: 12px; margin-top: 27px; }
    .section-sh-a > div dd > ul li { height: 34px; }
    .section-sh-a > div dd > ul li+li { margin-top: 20px; }
    
    .section-view-sell .sell-view-head .title { width: auto''  }
    
}
@media (max-width: 720px) {
    #popupMain.in { transform: translate(0, 0) scale(0.8); }
    .pm_wrap { flex-wrap: wrap; }
    #popupMain .holder { width: 50%; margin: 0; }
}
@media (max-width: 420px) {
    .pc_only { display: none; }
    .mo_only { display: none; }
    .mm_only { display: block; }
}
#popupMain .close2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  width: 50px; height: 50px; text-align: center; line-height: 50px; border-left: 1px solid #666;font-size: 13px;
    color: #fff;
}
