<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------
color
---------------------------*/
/*--------------------------
flex_box
---------------------------*/
/*--------------------------
scroll-table
---------------------------*/
/*--------------------------
table_layout
---------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-slide {
  opacity: 0;
}
.slick-slide.slick-active {
  opacity: 1;
}

.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  padding: 0 0 10px;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}

.slick-prev,
.slick-next {
  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;
  width: 64px;
  height: 64px;
  top: calc(50% - 20px);
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    width: 40px;
    height: 40px;
    top: calc(50% - 40px);
  }
}
.slick-prev::after,
.slick-next::after {
  display: block;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .slick-prev::after,
  .slick-next::after {
    font-size: 16px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  background: #005bac;
}
.slick-prev:hover::after,
.slick-next:hover::after {
  color: #fff;
}

.slick-prev {
  left: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.125);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.125);
}
.slick-prev::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e802";
  color: #005bac;
}

.slick-next {
  right: 0;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.125);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.125);
}
.slick-next::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e803";
  color: #005bac;
}

/* Dots */
.slick-slider {
  padding: 0;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  .slick-slider {
    padding: 0;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 1440px) {
  #slick02 .slick-slider {
    padding: 0 50px;
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #slick02 .slick-slider {
    padding: 0;
    margin-bottom: 30px;
  }
}

.slick-dot {
  position: absolute;
  left: 50%;
  bottom: -60px;
  display: block;
  width: 100%;
  padding: 0;
  list-style: none;
  text-align: center;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media only screen and (max-width: 1440px) {
  .slick-dot {
    bottom: -40px;
  }
}
@media only screen and (max-width: 768px) {
  .slick-dot {
    bottom: -20px;
  }
}
.slick-dot li {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin: 0 10px;
  padding: 0;
  background: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .slick-dot li {
    width: 8px;
    height: 8px;
  }
}
.slick-dot li button {
  font-size: 0pt;
  display: block;
  width: 12px;
  height: 12px;
  cursor: pointer;
  padding: 0;
  background: #fff;
  border: none;
  border-radius: 50%;
}
@media only screen and (max-width: 768px) {
  .slick-dot li button {
    width: 8px;
    height: 8px;
  }
}
.slick-dot li button:hover, .slick-dot li button:focus {
  outline: none;
}
.slick-dot li button:hover:before, .slick-dot li button:focus:before {
  opacity: 1;
}
.slick-dot li.slick-active button {
  background: #005bac;
}

.slick-slide {
  height: auto;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: scale(1) rotate(0.001deg);
          transform: scale(1) rotate(0.001deg);
}

@media only screen and (max-width: 1440px) {
  #slick02 .slick-slide {
    margin: 0 10px;
  }
}

.slick-slide {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (max-width: 768px) {
  .slick-list.draggable {
    padding: 0 10px !important;
  }
}

/*--------------------------
section_contact
---------------------------*/
#section_contact {
  padding: 60px 0;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section_contact {
    padding: 40px 5%;
  }
}
#section_contact .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner .txt_box {
    text-align: center;
  }
}
#section_contact .inner .txt_box span {
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 0 0 0 130px;
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner .txt_box span {
    font-size: 28px;
    padding: 60px 0 0;
    margin: 0 auto 40px;
  }
}
@media only screen and (max-width: 768px) {
  #section_contact .inner .txt_box span {
    font-size: 20px;
  }
}
#section_contact .inner .txt_box span::before {
  position: absolute;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e800";
  font-size: 48px;
  color: #fff;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner .txt_box span::before {
    font-size: 36px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#section_contact .inner .btn_box {
  margin: 0 80px 0 0;
}
@media only screen and (max-width: 1170px) {
  #section_contact .inner .btn_box {
    margin: 0;
    text-align: center;
  }
}
#section_contact .inner .btn_box a {
  position: relative;
  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;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section_contact .inner .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section_contact .inner .btn_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_contact .inner .btn_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_contact .inner .btn_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_contact .inner .btn_box a:hover {
  color: #005bac;
  background: #fff;
}
#section_contact .inner .btn_box a:hover span {
  right: 20px;
}
#section_contact .inner .btn_box a:hover span::before {
  background: #005bac;
}
#section_contact .inner .btn_box a:hover span::after {
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*--------------------------
section_technical
---------------------------*/
#section_technical {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 815px;
  text-align: center;
  padding: 0 10%;
}
@media only screen and (max-width: 1170px) {
  #section_technical {
    min-height: 650px;
  }
}
@media only screen and (max-width: 768px) {
  #section_technical {
    min-height: 450px;
    padding: 40px 7.5%;
  }
}
#section_technical::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/ev/asset/image/common/technical_bg_item.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 1170px) {
  #section_technical::before {
    background-position: left center;
  }
}
#section_technical .section_title_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  top: 60px;
}
@media only screen and (max-width: 1170px) {
  #section_technical .section_title_item {
    display: none;
  }
}
#section_technical .section_title_item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section_technical .section_title_item span::after {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section_technical .section_title_item span::after {
    height: 63px;
    margin: 0 0 6px;
  }
}
#section_technical h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section_technical h2 {
    font-size: 24px;
  }
}
#section_technical h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section_technical strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section_technical strong {
    font-size: 18px;
  }
}
#section_technical .btn_box a {
  position: relative;
  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;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section_technical .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section_technical .btn_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_technical .btn_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_technical .btn_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_technical .btn_box a:hover {
  color: #005bac;
  background: #fff;
}
#section_technical .btn_box a:hover span {
  right: 20px;
}
#section_technical .btn_box a:hover span::before {
  background: #005bac;
}
#section_technical .btn_box a:hover span::after {
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  position: relative;
  padding: 0 0 60px;
}
@media only screen and (max-width: 1170px) {
  #main_visual {
    padding: 0;
  }
}
#main_visual .txt_box {
  position: absolute;
  top: 50%;
  left: 7.5%;
  padding: 0 0 60px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
@media only screen and (max-width: 1170px) {
  #main_visual .txt_box {
    left: 5%;
    padding: 0;
  }
}
#main_visual .txt_box p {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.4;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media only screen and (max-width: 1170px) {
  #main_visual .txt_box p {
    font-size: 4vw;
  }
}
#main_visual .txt_box h1 {
  font-size: 80px;
  font-weight: 700;
  color: #005bac;
  margin: 0 0 15px;
  text-shadow: 1px 1px 0 #fff, -1px -1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, 0px 1px 0 #fff, -1px 0 #fff, -1px 0 0 #fff, 1px 0 0 #fff;
}
@media only screen and (max-width: 1170px) {
  #main_visual .txt_box h1 {
    font-size: 8vw;
  }
}
#main_visual .bg_item,
#main_visual .bg_item02,
#main_visual .bg_item03 {
  width: 75%;
  min-height: 835px;
  margin: 0 0 0 auto;
  background-image: url(/ev/asset/image/top/main_visual.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (min-width: 1921px) {
  #main_visual .bg_item,
  #main_visual .bg_item02,
  #main_visual .bg_item03 {
    width: 85%;
    min-height: 1080px;
  }
}
@media only screen and (max-width: 1170px) {
  #main_visual .bg_item,
  #main_visual .bg_item02,
  #main_visual .bg_item03 {
    width: 85%;
    height: calc(100vh - 70px);
    min-height: auto;
  }
}
#main_visual .bg_item02 {
  background-image: url(/ev/asset/image/top/main_visual02.jpg);
}
#main_visual .bg_item03 {
  background-image: url(/ev/asset/image/top/main_visual03.jpg);
}
#main_visual .scroll {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  bottom: 30px;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
}
@media only screen and (max-width: 1170px) {
  #main_visual .scroll {
    font-size: 12px;
    left: 1.25%;
    bottom: 10%;
  }
}
#main_visual .scroll::before {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #main_visual .scroll::before {
    height: 63px;
    margin: 0 0 6px;
  }
}

/*--------------------------
section01
---------------------------*/
#section01 {
  position: relative;
  padding: 80px 0 105px;
}
@media only screen and (max-width: 1170px) {
  #section01 {
    padding: 60px 0;
  }
}
#section01 .section_title_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  top: 80px;
}
@media only screen and (max-width: 1170px) {
  #section01 .section_title_item {
    display: none;
  }
}
#section01 .section_title_item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section01 .section_title_item span::after {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section01 .section_title_item span::after {
    height: 63px;
    margin: 0 0 6px;
  }
}
#section01 h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #005bac;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 h2 {
    font-size: 24px;
  }
}
#section01 h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #005bac;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section01 .about_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1280px;
  margin: 0 auto 40px;
}
@media only screen and (max-width: 1170px) {
  #section01 .about_list {
    width: 90%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#section01 .about_list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(20% - 20px);
  text-align: center;
}
@media only screen and (max-width: 1170px) {
  #section01 .about_list li {
    width: calc(33.3333333333% - 20px);
    margin: 0 10px 40px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .about_list li {
    width: calc(50% - 20px);
  }
}
@media only screen and (max-width: 380px) {
  #section01 .about_list li {
    width: 100%;
    padding: 0 0 20px;
    margin: 0 auto 20px;
    border-bottom: 1px solid #ccc;
  }
}
#section01 .about_list li .icon {
  margin: 0 0 20px;
}
@media only screen and (max-width: 380px) {
  #section01 .about_list li .icon {
    margin: 0 0 10px;
  }
}
#section01 .about_list li p {
  min-height: 80px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
}
@media only screen and (max-width: 380px) {
  #section01 .about_list li p {
    min-height: auto;
    margin: 0 0 10px;
  }
}
#section01 .about_list li strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 180px;
  font-size: 24px;
  font-weight: 700;
  color: #005bac;
  letter-spacing: 0;
  line-height: 1.2;
}
@media only screen and (max-width: 1170px) {
  #section01 .about_list li strong {
    min-height: auto;
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .about_list li strong {
    font-size: 18px;
  }
}
#section01 .about_list li strong span {
  display: block;
  font-size: 60px;
  line-height: 1;
  margin: 0 0 10px;
}
@media only screen and (max-width: 1170px) {
  #section01 .about_list li strong span {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .about_list li strong span {
    font-size: 36px;
  }
}
#section01 .btn_box {
  text-align: center;
}
#section01 .btn_box a {
  position: relative;
  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;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #005bac;
  margin: 0 auto;
  border: 1px solid #005bac;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section01 .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section01 .btn_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .btn_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #005bac;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .btn_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .btn_box a:hover {
  color: #fff;
  background: #005bac;
}
#section01 .btn_box a:hover span {
  right: 20px;
}
#section01 .btn_box a:hover span::before {
  background: #fff;
}
#section01 .btn_box a:hover span::after {
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*--------------------------
section02
---------------------------*/
#section02 {
  position: relative;
  padding: 105px 0 160px;
}
@media only screen and (max-width: 1170px) {
  #section02 {
    padding: 60px 0 80px;
  }
}
#section02 .btn_box {
  text-align: center;
  margin: 0 0 40px;
}
#section02 .btn_box a {
  position: relative;
  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;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin: 0 auto;
  border: 1px solid #ce9d50;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section02 .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section02 .btn_box a:hover {
  color: #fff;
  background: #ce9d50;
}
#section02 h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #005bac;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 h2 {
    font-size: 24px;
  }
}
#section02 h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #005bac;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section02 .inner {
  position: relative;
  padding: 0 7.5%;
}
@media only screen and (max-width: 1170px) {
  #section02 .inner {
    padding: 0 5%;
  }
}
#section02 .inner .section_title_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 1170px) {
  #section02 .inner .section_title_item {
    display: none;
  }
}
#section02 .inner .section_title_item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section02 .inner .section_title_item span::after {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section02 .inner .section_title_item span::after {
    height: 63px;
    margin: 0 0 6px;
  }
}
#section02 .inner .product_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#section02 .inner .product_list li {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section02 .inner .product_list li {
    width: 100%;
  }
}
#section02 .inner .product_list li a {
  position: relative;
  display: block;
}
#section02 .inner .product_list li a .thumb {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section02 .inner .product_list li a .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1;
}
#section02 .inner .product_list li a .thumb img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section02 .inner .product_list li a .txt_box {
  position: absolute;
  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;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 5%;
  z-index: 2;
}
#section02 .inner .product_list li a .txt_box h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
@media only screen and (max-width: 1170px) {
  #section02 .inner .product_list li a .txt_box h3 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .inner .product_list li a .txt_box h3 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 380px) {
  #section02 .inner .product_list li a .txt_box h3 {
    font-size: 20px;
  }
}
#section02 .inner .product_list li a:hover .thumb::before {
  opacity: 0.5;
}
#section02 .inner .product_list li a:hover .thumb img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}

/*--------------------------
section03
---------------------------*/
#section03 {
  position: relative;
  padding: 105px 0 40px;
  background: #e5f2f9;
}
@media only screen and (max-width: 1170px) {
  #section03 {
    padding: 60px 0;
  }
}
#section03 h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #005bac;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section03 h2 {
    font-size: 24px;
  }
}
#section03 h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #005bac;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section03 .inner {
  position: relative;
  padding: 0 7.5%;
}
@media only screen and (max-width: 1170px) {
  #section03 .inner {
    padding: 0;
  }
}
#section03 .inner .section_title_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 1170px) {
  #section03 .inner .section_title_item {
    display: none;
  }
}
#section03 .inner .section_title_item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section03 .inner .section_title_item span::after {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section03 .inner .section_title_item span::after {
    height: 63px;
    margin: 0 0 6px;
  }
}
#section03 .inner .case_list {
  margin: 0 0 80px;
}
#section03 .inner .case_list li {
  margin: 0 20px;
}
@media only screen and (max-width: 768px) {
  #section03 .inner .case_list li {
    margin: 0;
  }
}
#section03 .inner .case_list li a {
  position: relative;
}
#section03 .inner .case_list li a .thumb {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section03 .inner .case_list li a .thumb::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 1;
}
#section03 .inner .case_list li a .thumb img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section03 .inner .case_list li a .txt_box {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  min-height: 255px;
  left: 0;
  bottom: 0;
  padding: 40px;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  #section03 .inner .case_list li a .txt_box {
    padding: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  #section03 .inner .case_list li a .txt_box {
    min-height: auto;
  }
}
#section03 .inner .case_list li a .txt_box p {
  font-weight: 500;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 15px;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
#section03 .inner .case_list li a .txt_box .link_txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 28px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  margin: auto 0 0;
}
@media only screen and (max-width: 1440px) {
  #section03 .inner .case_list li a .txt_box .link_txt {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section03 .inner .case_list li a .txt_box .link_txt {
    font-size: 18px;
  }
}
#section03 .inner .case_list li a .txt_box .link_txt::after {
  position: absolute;
  content: "";
  width: 100px;
  height: 12px;
  right: 10px;
  bottom: 10px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}
@media only screen and (max-width: 1440px) {
  #section03 .inner .case_list li a .txt_box .link_txt::after {
    width: 50px;
    height: 8px;
  }
}
#section03 .inner .case_list li a:hover .thumb::before {
  opacity: 0;
}
#section03 .inner .case_list li a:hover .thumb img {
  -webkit-transform: scale(1.25);
          transform: scale(1.25);
}
#section03 .inner .case_list li a:hover .txt_box {
  background: #005bac;
}
#section03 .inner .case_list li a:hover .txt_box p {
  opacity: 1;
}
#section03 .inner .case_list li a:hover .txt_box .link_txt::after {
  right: 0;
  opacity: 1;
}
#section03 .slick-dot li {
  margin: 0 10px !important;
}

/*--------------------------
section_technical
---------------------------*/
#section_technical {
  margin: 0 0 120px;
}
@media only screen and (max-width: 1170px) {
  #section_technical {
    margin: 0 0 60px;
  }
}
#section_technical::before {
  width: 92.5%;
  height: 100%;
  top: 0;
  left: auto;
  right: 0;
}
@media only screen and (max-width: 1170px) {
  #section_technical::before {
    width: 95%;
  }
}
#section_technical .section_title_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  top: 60px;
}
@media only screen and (max-width: 1170px) {
  #section_technical .section_title_item {
    display: none;
  }
}
#section_technical .section_title_item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section_technical .section_title_item span::after {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section_technical .section_title_item span::after {
    height: 63px;
    margin: 0 0 6px;
  }
}
#section_technical h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section_technical h2 {
    font-size: 24px;
  }
}
#section_technical h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section_technical strong {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1170px) {
  #section_technical strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 768px) {
  #section_technical strong {
    font-size: 18px;
  }
}
#section_technical .btn_box a {
  position: relative;
  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;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section_technical .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section_technical .btn_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_technical .btn_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_technical .btn_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section_technical .btn_box a:hover {
  color: #005bac;
  background: #fff;
}
#section_technical .btn_box a:hover span {
  right: 20px;
}
#section_technical .btn_box a:hover span::before {
  background: #005bac;
}
#section_technical .btn_box a:hover span::after {
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*--------------------------
section04
---------------------------*/
#section04 {
  position: relative;
  margin: 0 0 120px;
}
@media only screen and (max-width: 1170px) {
  #section04 {
    margin: 0 0 60px;
  }
}
#section04 .section_title_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 1170px) {
  #section04 .section_title_item {
    display: none;
  }
}
#section04 .section_title_item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section04 .section_title_item span::after {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section04 .section_title_item span::after {
    height: 63px;
    margin: 0 0 6px;
  }
}
#section04 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  min-height: 480px;
  text-align: center;
  padding: 20px;
  margin: 0 0 0 12.5%;
  background-image: url(/ev/asset/image/top/sec05_pic01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1170px) {
  #section04 .inner {
    width: 80%;
    margin: 0 0 0 7.5%;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .inner {
    width: 90%;
    padding: 20px 5%;
    margin: 0 auto;
  }
}
#section04 .inner h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner h2 {
    font-size: 24px;
  }
}
#section04 .inner h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section04 .inner p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1170px) {
  #section04 .inner p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .inner p {
    font-size: 14px;
  }
}
#section04 .inner .btn_box a {
  position: relative;
  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;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section04 .inner .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section04 .inner .btn_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section04 .inner .btn_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section04 .inner .btn_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section04 .inner .btn_box a:hover {
  color: #005bac;
  background: #fff;
}
#section04 .inner .btn_box a:hover span {
  right: 20px;
}
#section04 .inner .btn_box a:hover span::before {
  background: #005bac;
}
#section04 .inner .btn_box a:hover span::after {
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*--------------------------
section05
---------------------------*/
#section05 {
  position: relative;
  margin: 0 0 120px;
}
@media only screen and (max-width: 1170px) {
  #section05 {
    margin: 0 0 60px;
  }
}
#section05 .section_title_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
}
@media only screen and (max-width: 1170px) {
  #section05 .section_title_item {
    display: none;
  }
}
#section05 .section_title_item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section05 .section_title_item span::after {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section05 .section_title_item span::after {
    height: 63px;
    margin: 0 0 6px;
  }
}
#section05 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 50%;
  min-height: 480px;
  text-align: center;
  padding: 20px;
  margin: 0 12.5% 0 auto;
  background-image: url(/ev/asset/image/top/sec06_pic01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1170px) {
  #section05 .inner {
    width: 80%;
    margin: 0 7.5% 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  #section05 .inner {
    width: 90%;
    padding: 20px 5%;
    margin: 0 auto;
  }
}
#section05 .inner h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section05 .inner h2 {
    font-size: 24px;
  }
}
#section05 .inner h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section05 .inner p {
  font-size: 18px;
  color: #fff;
  margin: 0 0 20px;
}
@media only screen and (max-width: 1170px) {
  #section05 .inner p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #section05 .inner p {
    font-size: 14px;
  }
}
#section05 .inner .btn_box a {
  position: relative;
  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;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section05 .inner .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section05 .inner .btn_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section05 .inner .btn_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section05 .inner .btn_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section05 .inner .btn_box a:hover {
  color: #005bac;
  background: #fff;
}
#section05 .inner .btn_box a:hover span {
  right: 20px;
}
#section05 .inner .btn_box a:hover span::before {
  background: #005bac;
}
#section05 .inner .btn_box a:hover span::after {
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*--------------------------
section06
---------------------------*/
#section06 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 700px;
  text-align: center;
  padding: 0 10%;
}
@media only screen and (max-width: 1170px) {
  #section06 {
    min-height: 600px;
  }
}
@media only screen and (max-width: 768px) {
  #section06 {
    min-height: 400px;
    padding: 40px 7.5%;
  }
}
#section06::before {
  position: absolute;
  content: "";
  width: 92.5%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(/ev/asset/image/top/sec07_pic01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
@media only screen and (max-width: 1170px) {
  #section06::before {
    width: 95%;
    background-position: left center;
  }
}
#section06 .section_title_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  top: 0;
}
@media only screen and (max-width: 1170px) {
  #section06 .section_title_item {
    display: none;
  }
}
#section06 .section_title_item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section06 .section_title_item span::after {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section06 .section_title_item span::after {
    height: 63px;
    margin: 0 0 6px;
  }
}
#section06 h2 {
  position: relative;
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 0 0 25px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section06 h2 {
    font-size: 24px;
  }
}
#section06 h2::after {
  position: absolute;
  content: "";
  width: 46px;
  height: 1px;
  left: 50%;
  bottom: 0;
  background: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#section06 p {
  display: block;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 1.75;
  margin: 0 0 40px;
}
@media only screen and (max-width: 1170px) {
  #section06 p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  #section06 p {
    font-size: 14px;
  }
}
#section06 .btn_box a {
  position: relative;
  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;
  width: 230px;
  height: 60px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  margin: 0 auto;
  border: 1px solid #fff;
  border-radius: 50px;
}
@media only screen and (max-width: 768px) {
  #section06 .btn_box a {
    width: 200px;
    height: 50px;
    font-size: 12px;
  }
}
#section06 .btn_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section06 .btn_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section06 .btn_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section06 .btn_box a:hover {
  color: #005bac;
  background: #fff;
}
#section06 .btn_box a:hover span {
  right: 20px;
}
#section06 .btn_box a:hover span::before {
  background: #005bac;
}
#section06 .btn_box a:hover span::after {
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

/*--------------------------
section07
---------------------------*/
#section07 {
  position: relative;
  padding: 100px 0;
}
@media only screen and (max-width: 1170px) {
  #section07 {
    padding: 60px 0;
  }
}
#section07::before {
  position: absolute;
  content: "";
  width: 92.5%;
  height: 100%;
  top: 0;
  right: 0;
  background: #e5f2f9;
  z-index: -1;
}
@media only screen and (max-width: 1170px) {
  #section07::before {
    width: 95%;
  }
}
#section07 .section_title_item {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  left: 2.5%;
  font-weight: 700;
  color: #005bac;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  white-space: nowrap;
  top: 0;
}
@media only screen and (max-width: 1170px) {
  #section07 .section_title_item {
    display: none;
  }
}
#section07 .section_title_item span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#section07 .section_title_item span::after {
  content: "";
  width: 1px;
  height: 83px;
  margin: 0 0 10px;
  background: #005bac;
}
@media only screen and (max-width: 1170px) {
  #section07 .section_title_item span::after {
    height: 63px;
    margin: 0 0 6px;
  }
}
#section07 .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 1170px) {
  #section07 .inner {
    display: block;
    width: 85%;
  }
}
@media only screen and (max-width: 768px) {
  #section07 .inner {
    display: block;
  }
}
#section07 .inner .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 1170px) {
  #section07 .inner .title_box {
    margin: 0 0 40px;
  }
}
@media only screen and (max-width: 768px) {
  #section07 .inner .title_box {
    min-width: 1005;
  }
}
#section07 .inner .title_box h2 {
  font-size: 36px;
  font-weight: 700;
  color: #005bac;
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .title_box h2 {
    font-size: 24px;
  }
}
#section07 .inner .title_box .link_txt_box {
  margin: auto 0 0;
}
@media only screen and (max-width: 1170px) {
  #section07 .inner .title_box .link_txt_box {
    margin: 15px 0 0 auto;
  }
}
#section07 .inner .title_box .link_txt_box a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 700;
  color: #000;
  padding: 0 50px 0 0;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .title_box .link_txt_box a {
    font-size: 12px;
  }
}
#section07 .inner .title_box .link_txt_box a span {
  position: absolute;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 17px;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section07 .inner .title_box .link_txt_box a span::before {
  position: absolute;
  content: "";
  width: 17px;
  height: 1px;
  top: 50%;
  background: #000;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section07 .inner .title_box .link_txt_box a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  border-left: 4px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section07 .inner .title_box .link_txt_box a:hover {
  color: #005bac;
}
#section07 .inner .title_box .link_txt_box a:hover span {
  right: 25px;
}
#section07 .inner .title_box .link_txt_box a:hover span::before {
  background: #005bac;
}
#section07 .inner .title_box .link_txt_box a:hover span::after {
  border-left: 4px solid #005bac;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
#section07 .inner .news_list {
  margin: 20px 0 0;
}
#section07 .inner .news_list li:not(:last-child) {
  margin: 0 0 25px;
}
#section07 .inner .news_list li .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .news_list li .data {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 0 10px;
  }
}
#section07 .inner .news_list li .data .cat {
  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;
  width: 80px;
  height: 26px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  margin: 0 20px 0 0;
  background: #005bac;
}
@media only screen and (max-width: 768px) {
  #section07 .inner .news_list li .data .cat {
    font-size: 12px;
    margin: 0 10px 0 0;
  }
}
#section07 .inner .news_list li .data time, #section07 .inner .news_list li .data .title {
  font-weight: 700;
}
#section07 .inner .news_list li .data .title {
  margin: 0 0 0 16px;
}
#section07 .inner .news_list li .comment {
  font-size: 14px;
}
@media only screen and (max-width: 1170px) {
  #section07 .inner .news_list {
    margin: 0;
  }
}
#section07 .inner .news_list li:nth-child(n+5) {
  display: none;
}</pre></body></html>