@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato");
img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto; }

body {
  line-height: 1.5;
  font-family: 'Microsoft JhengHei','微軟正黑體', sans-serif, serif; }
  body.noScroll {
    overflow: hidden; }
  body.menuShow {
    padding-top: 60px;
    padding-bottom: 44px; }
  @media screen and (min-width: 992px) {
    body {
      padding-top: 131px; }
      body.menuShow {
        padding-top: 131px;
        padding-bottom: 0; } }

.mb40 {
  margin-bottom: 40px; }

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

.text-center {
  text-align: center; }

.gray-B-line {
  margin-bottom: 50px;
  height: 1px;
  width: 100%;
  display: block;
  position: relative;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(199, 199, 199, 0)), color-stop(40%, #c7c7c7), color-stop(60%, #c7c7c7), to(rgba(199, 199, 199, 0)));
  background-image: -webkit-linear-gradient(left, rgba(199, 199, 199, 0) 0%, #c7c7c7 40%, #c7c7c7 60%, rgba(199, 199, 199, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(199, 199, 199, 0) 0%, #c7c7c7 40%, #c7c7c7 60%, rgba(199, 199, 199, 0) 100%);
  background-image: linear-gradient(90deg, rgba(199, 199, 199, 0) 0%, #c7c7c7 40%, #c7c7c7 60%, rgba(199, 199, 199, 0) 100%); }

.border-cis2-dashed {
  border: 2px dashed #B7D100; }

.textColor-cis-1 {
  color: #F6AA00; }

.mainBg {
  width: 100%;
  z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: all 0.6s 0s ease-in-out;
  -o-transition: all 0.6s 0s ease-in-out;
  transition: all 0.6s 0s ease-in-out; }

.playVideo {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 77.824%;
  overflow: hidden; }
  .playVideo:before, .playVideo:after {
    content: '';
    position: absolute;
    display: block; }
  .playVideo:before {
    width: 100%;
    height: 100%;
    background-image: url(../images/playVideoBorder.svg);
    background-size: cover;
    opacity: 1;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .playVideo:after {
    width: 42px;
    height: 30px;
    background-image: url("../images/payVideoIcon.svg");
    background-position: center center;
    background-size: contain;
    opacity: 1;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .playVideo img {
    display: block;
    width: 83.88%;
    height: 80.83%;
    max-width: none;
    max-height: none;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  @media screen and (min-width: 768px) {
    .playVideo:after {
      opacity: 0.6; }
    .playVideo:hover:after {
      opacity: 1; } }

.blockTitle {
  padding-top: 85px;
  text-align: center;
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 15px; }
  .blockTitle .text {
    position: relative;
    color: #F6AA00;
    font-size: 24px;
    font-weight: 900;
    padding-left: 25px;
    padding-right: 25px; }
    .blockTitle .text:before, .blockTitle .text:after {
      content: '';
      width: 19px;
      height: 37px;
      display: block;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      background-size: 100% 100%;
      background-repeat: no-repeat; }
    .blockTitle .text:before {
      left: 0;
      background-image: url("../images/blockTitle-left.svg"); }
    .blockTitle .text:after {
      right: 0;
      background-image: url("../images/blockTitle-right.svg"); }
    @media screen and (min-width: 768px) {
      .blockTitle .text {
        font-size: 36px;
        margin-bottom: 30px; } }
    @media screen and (min-width: 1200px) {
      .blockTitle .text {
        font-size: 46px;
        margin-bottom: 50px; } }
  .blockTitle .small {
    display: block;
    color: #B7D100;
    font-weight: 900;
    font-size: 14px;
    line-height: 1.2; }
    .blockTitle .small.black {
      color: #000000; }
    @media screen and (min-width: 768px) {
      .blockTitle .small {
        font-size: 18px; } }
  .blockTitle:before {
    content: '';
    width: 192px;
    height: 14px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-color: #F2F2F2;
    border-radius: 50%; }
  .blockTitle.noCircle:before {
    content: none; }
  .blockTitle.noMb {
    margin-bottom: 0; }
  .blockTitle.mb90 {
    margin-bottom: 90px; }

.articleTitleBlock {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 45px; }
  .articleTitleBlock:before {
    content: '';
    height: 1px;
    width: 100%;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(199, 199, 199, 0)), color-stop(40%, #c7c7c7), color-stop(60%, #c7c7c7), to(rgba(199, 199, 199, 0)));
    background-image: -webkit-linear-gradient(left, rgba(199, 199, 199, 0) 0%, #c7c7c7 40%, #c7c7c7 60%, rgba(199, 199, 199, 0) 100%);
    background-image: -o-linear-gradient(left, rgba(199, 199, 199, 0) 0%, #c7c7c7 40%, #c7c7c7 60%, rgba(199, 199, 199, 0) 100%);
    background-image: linear-gradient(90deg, rgba(199, 199, 199, 0) 0%, #c7c7c7 40%, #c7c7c7 60%, rgba(199, 199, 199, 0) 100%); }

.articleTitle {
  color: #B7D100;
  font-size: 32px;
  margin-bottom: 0px;
  position: relative; }

.articleTitle-2 {
  display: block;
  font-size: 16px;
  font-weight: 900;
  margin-bottom: 40px;
  position: relative;
  color: #B7D100;
  line-height: 2; }
  @media screen and (min-width: 768px) {
    .articleTitle-2 {
      font-size: 18p; } }

.articleP {
  line-height: 2; }

.waveTitle {
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  .waveTitle .text {
    display: inline-block;
    padding: 10px 15px;
    position: relative;
    font-size: 24px;
    font-weight: 900;
    color: #B7D100; }
    @media screen and (min-width: 768px) {
      .waveTitle .text {
        padding: 20px 30px;
        font-size: 32px; } }
  .waveTitle .wave {
    max-width: 100px;
    width: 90%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: url("../images/originWave.svg");
    background-size: 100px 3px;
    background-position: 0px center;
    background-repeat: repeat-x;
    -webkit-animation: wave 10s linear infinite;
    animation: wave 10s linear infinite; }
  .waveTitle.left {
    text-align: left; }
    .waveTitle.left .text {
      padding: 20px 0px; }
    .waveTitle.left .wave {
      left: 0%;
      -webkit-transform: translate(0%, 0);
      -ms-transform: translate(0%, 0);
      transform: translate(0%, 0); }

.waveTitle__desc {
  display: block;
  font-size: 16px;
  color: #B7D100;
  font-weight: 900;
  margin-bottom: 40px; }
  @media screen and (min-width: 768px) {
    .waveTitle__desc {
      font-size: 18px; } }

@-webkit-keyframes wave {
  0% {
    background-position: 0px center; }
  100% {
    background-position: 100px center; } }

@keyframes wave {
  0% {
    background-position: 0px center; }
  100% {
    background-position: 100px center; } }

.boxBgTitle {
  min-height: 89px;
  position: relative;
  text-align: center;
  margin-bottom: 30px; }
  .boxBgTitle:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 404px;
    max-width: 100%;
    height: 89px;
    background-image: url("../images/boxTitleBg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    z-index: 1; }
  .boxBgTitle .text {
    position: relative;
    z-index: 2;
    line-height: 89px;
    font-size: 32px; }

[class*=btn-] {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  color: #FFFFFF;
  border-radius: 5px;
  background-color: #CCC;
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  [class*=btn-] .text {
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 6px;
    padding-bottom: 6px; }
  [class*=btn-] .icon {
    position: absolute;
    display: block;
    top: 50%;
    right: 8px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }

.btn-default {
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
  color: #000000; }
  .btn-default:hover {
    background-color: #F6AA00;
    color: #FFFFFF; }

.btn-cis-1 {
  background-color: #F6AA00;
  border: 1px solid #F6AA00; }
  .btn-cis-1:hover {
    background-color: #ffc846;
    border: 1px solid #ffc846; }

.btn-cis-2 {
  background-color: #B7D100;
  border: 1px solid #B7D100; }
  .btn-cis-2:hover {
    background-color: #d2eb23;
    border: 1px solid #d2eb23; }

.btn-cis-1-border {
  background-color: #FFFFFF;
  border: 1px solid #F6AA00;
  color: #F6AA00; }
  .btn-cis-1-border:hover {
    background-color: #F6AA00;
    color: #FFFFFF; }

.btn-cis-2-border {
  background-color: #FFFFFF;
  border: 1px solid #B7D100;
  color: #B7D100; }
  .btn-cis-2-border:hover {
    background-color: #B7D100;
    color: #FFFFFF; }

.btn-cis-blue {
  background-color: #3A5B9E;
  border: 1px solid #3A5B9E;
  color: #FFFFFF; }
  .btn-cis-blue:hover {
    background-color: #6482c3;
    border: 1px solid #6482c3; }

.btn-cis-gray {
  background-color: #999999;
  border: 1px solid #999999;
  color: #FFFFFF; }
  .btn-cis-gray:hover {
    background-color: #CCC;
    border: 1px solid #CCC; }

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list[class*="in_"] > * {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1440px) {
      .list[class*="in_"] > * {
        padding-left: 10px;
        padding-right: 10px; } }
  .list.in_1c > * {
    width: 100%; }
  .list.in_2c > * {
    width: 50%; }
  .list.in_3c > * {
    width: 33.33333%; }
  .list.in_4c > * {
    width: 25%; }
  .list.in_5c > * {
    width: 20%; }
  .list.article .list__Bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .list.photo .list__ItemArea, .list.video .list__ItemArea, .list.download .list__ItemArea {
    padding: 0px 0px 10px 0px; }
    .list.photo .list__ItemArea .list__Title, .list.photo .list__ItemArea .list__Desc, .list.photo .list__ItemArea .list__Bottom, .list.video .list__ItemArea .list__Title, .list.video .list__ItemArea .list__Desc, .list.video .list__ItemArea .list__Bottom, .list.download .list__ItemArea .list__Title, .list.download .list__ItemArea .list__Desc, .list.download .list__ItemArea .list__Bottom {
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (min-width: 1440px) {
        .list.photo .list__ItemArea .list__Title, .list.photo .list__ItemArea .list__Desc, .list.photo .list__ItemArea .list__Bottom, .list.video .list__ItemArea .list__Title, .list.video .list__ItemArea .list__Desc, .list.video .list__ItemArea .list__Bottom, .list.download .list__ItemArea .list__Title, .list.download .list__ItemArea .list__Desc, .list.download .list__ItemArea .list__Bottom {
          padding-left: 25px;
          padding-right: 25px; } }
  .list.photo .list__Title, .list.video .list__Title {
    margin-top: 25px;
    height: 3em; }
  .list.photo .list__ItemArea {
    padding-bottom: 20px; }
    .list.photo .list__ItemArea:hover {
      border-color: #29ABE2; }
  .list.photo .list__Img {
    padding-bottom: 66.66%; }
  .list.video .list__ItemArea {
    padding-bottom: 20px; }
    .list.video .list__ItemArea:hover {
      border-color: #DD4048; }
      .list.video .list__ItemArea:hover .icon2 {
        opacity: 0; }
  .list.video .icon2 {
    opacity: 1;
    display: inline-block;
    width: 50px;
    height: 35px;
    z-index: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .list.experience .list__ItemArea {
    padding-bottom: 20px; }
    .list.experience .list__ItemArea:hover {
      border-color: #00A99D; }
  .list.experience .list__Desc {
    -webkit-line-clamp: 4;
    max-height: 4em;
    height: 4em; }
  .list.experience .list__Bottom {
    padding-bottom: 10px; }
  .list.download .list__ItemArea {
    cursor: default; }
    .list.download .list__ItemArea:hover {
      border-color: #C69C6D; }
  .list.download .list__Bottom {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .list.report .list__ItemArea:hover {
    border-color: #B7D100; }

.list__Desc {
  color: #000000; }

.list__Item {
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 30px; }
  @media screen and (min-width: 1200px) {
    .list__Item {
      width: 25%;
      margin-bottom: 65px; } }
  @media screen and (max-width: 554px) {
    .list__Item {
      width: 100%;
      margin-bottom: 15px; } }

.list__ItemArea {
  cursor: pointer;
  position: relative;
  border: 2px solid #CCCCCC;
  display: block;
  text-decoration: none;
  padding: 15px 15px 10px 15px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  @media screen and (min-width: 1440px) {
    .list__ItemArea {
      padding: 25px 25px 10px 25px; } }
  .list__ItemArea:hover {
    border: 2px solid #F6AA00; }
    .list__ItemArea:hover .list__Img .icon {
      -webkit-transform: translate(-50%, -50%) scale(1, 1);
      -ms-transform: translate(-50%, -50%) scale(1, 1);
      transform: translate(-50%, -50%) scale(1, 1);
      opacity: 1;
      -webkit-transition: all 0.3s 0.15s ease-in-out;
      -o-transition: all 0.3s 0.15s ease-in-out;
      transition: all 0.3s 0.15s ease-in-out; }
    .list__ItemArea:hover .list__Img:before {
      opacity: 0.5; }

.list__Tags {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4; }

.list__TagsItem {
  position: absolute;
  left: 0;
  top: 10px;
  padding-right: 8px;
  display: inline-block;
  overflow: hidden; }
  .list__TagsItem .text {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 13px;
    padding-right: 10px;
    display: inline-block;
    background-color: #C1272D;
    color: #FFFFFF;
    position: relative;
    z-index: 2; }
  .list__TagsItem:before, .list__TagsItem:after {
    content: '';
    width: 100%;
    display: block;
    background-color: #C1272D;
    position: absolute;
    right: 0px;
    z-index: 1;
    height: 100%; }
  .list__TagsItem:before {
    top: 0;
    -webkit-transform-origin: top right;
    -ms-transform-origin: top right;
    transform-origin: top right;
    -webkit-transform: skewX(-35deg);
    -ms-transform: skewX(-35deg);
    transform: skewX(-35deg); }
  .list__TagsItem:after {
    bottom: 0;
    -webkit-transform-origin: bottom right;
    -ms-transform-origin: bottom right;
    transform-origin: bottom right;
    -webkit-transform: skewX(25deg);
    -ms-transform: skewX(25deg);
    transform: skewX(25deg); }

.list__Img {
  width: 100%;
  padding-bottom: 64%;
  height: 0;
  display: block;
  overflow: hidden;
  position: relative; }
  .list__Img .icon {
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    font-size: 40px;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .list__Img:before {
    content: '';
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #595757;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .list__Img img {
    z-index: 1;
    width: auto;
    height: 100%;
    max-width: none;
    max-height: none;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.list__Title {
  font-size: 18px;
  color: #B7D100;
  line-height: 1.5;
  margin-top: 10px;
  height: 3em;
  overflow: hidden; }

.list__Desc {
  line-height: 2;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 4em;
  max-height: 4em;
  overflow: hidden; }

.list__Time span, .list__download span {
  display: inline-block;
  vertical-align: middle; }

.list__Time .icon, .list__download .icon {
  color: #B7D100; }

.list__Time .text, .list__download .text {
  font-family: 'Lato','Microsoft JhengHei','微軟正黑體', sans-serif, serif;
  font-weight: 100;
  font-size: 14px;
  color: #4D4D4D; }

.list__Bottom {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .list__Bottom[class*="in_"] > * {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1440px) {
      .list__Bottom[class*="in_"] > * {
        padding-left: 10px;
        padding-right: 10px; } }
  .list__Bottom.in_1c > * {
    width: 100%; }
  .list__Bottom.in_2c > * {
    width: 50%; }
  .list__Bottom.in_3c > * {
    width: 33.33333%; }
  .list__Bottom.in_4c > * {
    width: 25%; }
  .list__Bottom.in_5c > * {
    width: 20%; }
  .list__Bottom a {
    cursor: pointer;
    text-decoration: none; }

.slideDonwList {
  padding-bottom: 30px; }
  .slideDonwList .slideDonwList__Items {
    width: 100%;
    margin-bottom: 30px;
    border-radius: 10px;
    overflow: hidden; }
  .slideDonwList .slideDonwList_Top {
    cursor: pointer; }
  .slideDonwList .slideDonwList_Bottom {
    display: none; }
  .slideDonwList .slideDonwList_Title {
    width: 100%;
    position: relative; }

.qaList .slideDonwList__Items {
  border: 1px solid #F6AE54; }

.qaList .slideDonwList_Top {
  border-bottom: 1px solid #F6AE54; }

.qaList .slideDonwList_Title {
  padding-left: 80px;
  background-color: #FFFBF8; }
  .qaList .slideDonwList_Title span {
    display: inline-block; }
  .qaList .slideDonwList_Title .icon {
    height: 100%;
    width: 80px;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    color: #FFFFFF;
    background-color: #F6AE54; }
    .qaList .slideDonwList_Title .icon:before {
      font-size: 40px;
      top: 15px;
      left: 0%;
      position: relative; }
  .qaList .slideDonwList_Title .text {
    line-height: 1.5;
    color: #F4A800;
    font-size: 18px;
    width: 100%;
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 20px;
    padding-right: 20px; }
    @media screen and (min-width: 992px) {
      .qaList .slideDonwList_Title .text {
        font-size: 24px; } }

.qaList .slideDonwList_Bottom {
  padding-left: 80px;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative; }
  .qaList .slideDonwList_Bottom .icon {
    font-size: 32px;
    font-weight: 900;
    width: 80px;
    position: absolute;
    top: 25;
    left: 0;
    color: #F6AA00;
    text-align: center; }
  .qaList .slideDonwList_Bottom .slideDonwList_Content {
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.6; }

.recruitList .slideDonwList__Items {
  border: 1px solid #B7D100; }
  .recruitList .slideDonwList__Items.active .slideDonwList_Title .addSymbol:before {
    -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotateZ(90deg); }

.recruitList .slideDonwList_Title {
  padding-top: 17px;
  padding-bottom: 17px;
  width: 100%;
  position: relative;
  padding-right: 75px;
  padding-left: 55px;
  border-bottom: 1px solid #B7D100; }
  .recruitList .slideDonwList_Title span {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    color: #B7D100;
    line-height: 1.5; }
    @media screen and (min-width: 992px) {
      .recruitList .slideDonwList_Title span {
        font-size: 24px; } }
  .recruitList .slideDonwList_Title .icon {
    width: 55px;
    text-align: center;
    margin-left: -55px; }
  .recruitList .slideDonwList_Title .addSymbol {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 26px;
    right: 30px; }
    .recruitList .slideDonwList_Title .addSymbol:before, .recruitList .slideDonwList_Title .addSymbol:after {
      content: '';
      background-color: #B7D100;
      width: 3px;
      height: 28px;
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }
    .recruitList .slideDonwList_Title .addSymbol:before {
      -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
      -ms-transform: translate(-50%, -50%) rotate(0deg);
      transform: translate(-50%, -50%) rotateZ(0deg); }
    .recruitList .slideDonwList_Title .addSymbol:after {
      -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
      transform: translate(-50%, -50%) rotateZ(90deg); }

.recruitList .slideDonwList_Bottom {
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 55px;
  padding-right: 15px; }

.ServicebaseList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .ServicebaseList[class*="in_"] > * {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1440px) {
      .ServicebaseList[class*="in_"] > * {
        padding-left: 10px;
        padding-right: 10px; } }
  .ServicebaseList.in_1c > * {
    width: 100%; }
  .ServicebaseList.in_2c > * {
    width: 50%; }
  .ServicebaseList.in_3c > * {
    width: 33.33333%; }
  .ServicebaseList.in_4c > * {
    width: 25%; }
  .ServicebaseList.in_5c > * {
    width: 20%; }
  .ServicebaseList .ServicebaseList__Item {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .ServicebaseList .ServicebaseList__Item[class*="in_"] > * {
      padding-left: 15px;
      padding-right: 15px; }
      @media screen and (min-width: 1440px) {
        .ServicebaseList .ServicebaseList__Item[class*="in_"] > * {
          padding-left: 10px;
          padding-right: 10px; } }
    .ServicebaseList .ServicebaseList__Item.in_1c > * {
      width: 100%; }
    .ServicebaseList .ServicebaseList__Item.in_2c > * {
      width: 50%; }
    .ServicebaseList .ServicebaseList__Item.in_3c > * {
      width: 33.33333%; }
    .ServicebaseList .ServicebaseList__Item.in_4c > * {
      width: 25%; }
    .ServicebaseList .ServicebaseList__Item.in_5c > * {
      width: 20%; }
    @media screen and (min-width: 768px) {
      .ServicebaseList .ServicebaseList__Item {
        width: 50%; } }

.ServicebaseList__Img {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .ServicebaseList__Img {
      width: 44.44%; } }

.ServicebaseList__Text {
  width: 100%;
  padding-left: 5px; }
  @media screen and (min-width: 992px) {
    .ServicebaseList__Text {
      width: 55.56%; } }

.ServicebaseList__ImgArea {
  width: 100%;
  padding-bottom: 62.5%;
  height: 0;
  position: relative;
  overflow: hidden;
  display: block; }
  .ServicebaseList__ImgArea img {
    max-width: none;
    max-height: none;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.ServicebaseList__Name {
  font-weight: 900;
  padding-bottom: 5px; }

.ServicebaseListInfo_head {
  color: #B7D100;
  width: 50px;
  text-align: right;
  margin-left: -50px; }

.ServicebaseListInfo li {
  padding-left: 50px;
  font-size: 0; }
  .ServicebaseListInfo li span, .ServicebaseListInfo li a {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    vertical-align: top;
    line-height: 1.65;
    word-break: break-all;
    font-family: 'Lato','Microsoft JhengHei','微軟正黑體', sans-serif, serif; }
  .ServicebaseListInfo li a {
    text-decoration: underline;
    color: #000000; }
  .ServicebaseListInfo li.web a {
    color: #F6AA00; }
  @media screen and (max-width: 554px) {
    .ServicebaseListInfo li {
      padding-left: 0;
      margin-bottom: 5px; }
      .ServicebaseListInfo li .ServicebaseListInfo_head {
        width: 100%;
        text-align: left;
        margin-left: 0px; } }

.ServicebaseListInfo_data .mapPaper {
  margin-left: 5px;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle; }

.tagGroup {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 40px;
  margin-bottom: 35px; }
  .tagGroup:after {
    content: '';
    width: 100%;
    display: table;
    clear: both; }
  @media screen and (max-width: 554px) {
    .tagGroup {
      padding-top: 40px;
      height: 120px; } }
  .tagGroup.open {
    height: auto; }
    .tagGroup.open .tagGroup-right:before {
      -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotateZ(180deg); }
    .tagGroup.open .tagGroup-right:after {
      -webkit-transform: translate(-50%, -50%) rotateZ(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
      transform: translate(-50%, -50%) rotateZ(180deg); }

.tagGroup-left, .tagGroup-right {
  vertical-align: top; }

.tagGroup-left {
  margin-right: 10px;
  float: left;
  width: 80px;
  height: 40px;
  display: block;
  position: relative; }
  .tagGroup-left:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 0px 20px 13px;
    border-color: transparent transparent transparent #603813; }
  .tagGroup-left .text {
    display: inline-block;
    color: #FFFFFF;
    background-color: #603813;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 17px;
    width: 67px;
    font-size: 20px; }
  @media screen and (max-width: 554px) {
    .tagGroup-left {
      position: absolute;
      top: 0;
      left: 0; } }

.tagGroup-right {
  margin-left: 10px;
  cursor: pointer;
  display: block;
  width: 36px;
  height: 36px;
  margin-top: 2px;
  text-align: center;
  float: right;
  background-color: #603813;
  position: relative; }
  .tagGroup-right:before, .tagGroup-right:after {
    content: '';
    display: block;
    background-color: #FFFFFF;
    width: 22px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 2px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .tagGroup-right:before {
    -webkit-transform: translate(-50%, -50%) rotateZ(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotateZ(0deg); }
  .tagGroup-right:after {
    -webkit-transform: translate(-50%, -50%) rotateZ(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotateZ(90deg); }
  @media screen and (max-width: 554px) {
    .tagGroup-right {
      position: absolute;
      top: 0;
      right: 0; } }

.tagList {
  display: inline; }
  .tagList li, .tagList a {
    display: inline-block; }
  .tagList li {
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 3px;
    padding-bottom: 3px; }
    .tagList li a {
      padding: 5px 10px;
      text-decoration: none;
      color: #000000;
      background-color: #F2F2F2;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }
      .tagList li a:hover {
        color: #FFFFFF;
        background-color: #B7D100; }
    .tagList li.active a {
      color: #FFFFFF;
      background-color: #B7D100; }
  @media screen and (max-width: 554px) {
    .tagList {
      display: block;
      text-align: center; } }

.cateListBlock {
  margin-bottom: 70px; }

.cateList {
  text-align: center; }
  .cateList li {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px; }
    .cateList li.active a {
      background-color: #F6AA00;
      color: #FFFFFF; }

.ServicebaseListBlock {
  position: relative; }

.ServicebaseList {
  width: 100%;
  visibility: hidden;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  z-index: -1;
  height: 0;
  -webkit-transition: opacity .3s 0s ease-out, height .3s 0s ease-out,z-index 0s .3s  ease-out , position 0s .3s ease-out, visibility 0s .3s ease-out;
  -o-transition: opacity .3s 0s ease-out, height .3s 0s ease-out,z-index 0s .3s  ease-out , position 0s .3s ease-out, visibility 0s .3s ease-out;
  transition: opacity .3s 0s ease-out, height .3s 0s ease-out,z-index 0s .3s  ease-out , position 0s .3s ease-out, visibility 0s .3s ease-out; }
  .ServicebaseList.active {
    height: auto;
    visibility: visible;
    z-index: 1;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity .3s 0s ease-out, height .3s 0s ease-out,z-index 0s 0s  ease-out , position 0s 0s ease-out, visibility 0s 0s ease-out;
    -o-transition: opacity .3s 0s ease-out, height .3s 0s ease-out,z-index 0s 0s  ease-out , position 0s 0s ease-out, visibility 0s 0s ease-out;
    transition: opacity .3s 0s ease-out, height .3s 0s ease-out,z-index 0s 0s  ease-out , position 0s 0s ease-out, visibility 0s 0s ease-out; }

.photoDetailList {
  margin-bottom: 20px; }

.photoDetailList__Item {
  margin-bottom: 20px; }

.photoDetailList__ItemArea {
  display: block; }

.photoDetailList_Img {
  width: 100%;
  padding-bottom: 66%;
  height: 0;
  display: block;
  overflow: hidden;
  position: relative; }
  .photoDetailList_Img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
    width: auto;
    height: 100%;
    display: block; }

.cusSlickArrow {
  cursor: pointer;
  z-index: 1;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  border: none;
  background-color: transparent;
  color: #E6E6E6;
  font-size: 24px; }
  @media screen and (min-width: 768px) {
    .cusSlickArrow {
      font-size: 32px; } }
  @media screen and (min-width: 1200px) {
    .cusSlickArrow {
      font-size: 46px; } }

.cusSlickArrow-prev {
  left: 0; }

.cusSlickArrow-next {
  right: 0; }

.cusSlickDot .slick-dots {
  bottom: 0;
  width: 10px;
  position: relative; }
  .cusSlickDot .slick-dots li {
    margin-left: 0;
    margin-bottom: 10px;
    width: 10px;
    height: 10px;
    display: block;
    position: relative; }
    .cusSlickDot .slick-dots li:before, .cusSlickDot .slick-dots li:after {
      content: '';
      display: block;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }
    .cusSlickDot .slick-dots li:before {
      width: 3px;
      height: 3px;
      display: block;
      border-radius: 50%;
      background-color: #B7D100;
      border-style: solid;
      border-color: #B7D100;
      border-width: 0px; }
    .cusSlickDot .slick-dots li:after {
      background-color: #B7D100;
      width: 0;
      height: 0; }
    .cusSlickDot .slick-dots li.slick-active:before {
      width: 10px;
      height: 10px;
      background-color: transparent;
      border-width: 2px; }
    .cusSlickDot .slick-dots li.slick-active:after {
      width: 3px;
      height: 3px; }
    .cusSlickDot .slick-dots li button {
      display: none; }

.cusSlickDot-nomal {
  text-align: center;
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px; }
  .cusSlickDot-nomal .slick-dots {
    text-align: center;
    position: relative;
    bottom: auto;
    top: 0;
    font-size: 0; }
    .cusSlickDot-nomal .slick-dots li {
      font-size: 16px;
      cursor: pointer;
      background-color: #CCCCCC;
      width: 8px;
      height: 8px;
      padding: 0;
      margin: 0 5px;
      border-radius: 50%;
      display: inline-block;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }
      .cusSlickDot-nomal .slick-dots li.slick-active, .cusSlickDot-nomal .slick-dots li:hover {
        background-color: #B7D100; }
      .cusSlickDot-nomal .slick-dots li button {
        display: none; }

header {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 5;
  background-color: #FFFFFF; }
  @media screen and (min-width: 992px) {
    header {
      display: block; } }
  header.scroll .headerlogo {
    height: 37px; }

.logoBlock {
  text-align: center;
  margin-bottom: 3px;
  margin-top: -14px;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  .logoBlock .headerlogo {
    display: inline-block;
    height: 70px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
    .logoBlock .headerlogo a {
      height: 100%;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }

.headerMenu {
  width: 100%;
  text-align: center;
  font-size: 0; }
  .headerMenu li, .headerMenu a {
    display: inline-block;
    font-size: 16px;
    position: relative; }
  .headerMenu > li {
    margin-right: 5px;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 5px;
    position: relative; }
    @media screen and (min-width: 1200px) {
      .headerMenu > li {
        margin-right: 10px;
        margin-left: 10px;
        padding-left: 10px;
        padding-right: 10px; } }
    @media screen and (min-width: 1440px) {
      .headerMenu > li {
        margin-right: 15px;
        margin-left: 15px;
        padding-left: 15px;
        padding-right: 15px; } }
    @media screen and (min-width: 1600px) {
      .headerMenu > li {
        margin-right: 25px;
        margin-left: 25px;
        padding-left: 20px;
        padding-right: 20px; } }
    .headerMenu > li:before {
      content: '';
      display: block;
      width: 0;
      height: 3px;
      border-radius: 2px;
      background-color: #B7D100;
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      -webkit-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }
    .headerMenu > li > a:before {
      content: '\e920';
      font-family: 'customFonts';
      color: #F6AA00;
      display: inline-block;
      position: absolute;
      font-size: 14px;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }
    .headerMenu > li > a:hover:before {
      color: #B7D100; }
    .headerMenu > li > ul {
      pointer-events: none;
      position: absolute;
      top: 120%;
      left: 50%;
      min-width: 100%;
      z-index: -1;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      opacity: 0;
      -webkit-transition: opacity 0.3s 0s ease-out,top 0.3s 0s ease-out, z-index 0s 0.3s ease-out;
      -o-transition: opacity 0.3s 0s ease-out,top 0.3s 0s ease-out, z-index 0s 0.3s ease-out;
      transition: opacity 0.3s 0s ease-out,top 0.3s 0s ease-out, z-index 0s 0.3s ease-out; }
      .headerMenu > li > ul li, .headerMenu > li > ul a {
        width: 100%; }
      .headerMenu > li > ul li {
        border-bottom: 1px solid #CCC; }
      .headerMenu > li > ul a {
        background-color: #FFFFFF;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 5px;
        padding-right: 5px; }
        .headerMenu > li > ul a:hover {
          color: #F6AA00; }
    .headerMenu > li:hover:before {
      width: 100%; }
    .headerMenu > li:hover > ul {
      pointer-events: auto;
      opacity: 1;
      z-index: 1;
      top: 100%;
      -webkit-transition: opacity 0.3s 0s ease-out,top 0.3s 0s ease-out, z-index 0s 0s ease-out;
      -o-transition: opacity 0.3s 0s ease-out,top 0.3s 0s ease-out, z-index 0s 0s ease-out;
      transition: opacity 0.3s 0s ease-out,top 0.3s 0s ease-out, z-index 0s 0s ease-out; }
  .headerMenu a {
    text-decoration: none;
    color: #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 15px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }

.toplinkBlock {
  padding-top: 8px; }

.toplink a {
  text-decoration: none;
  display: inline-block;
  vertical-align: middle; }

.toplink .ddmLink span {
  display: inline-block;
  vertical-align: middle;
  color: #000000; }

.toplink .ddmLink .icon img {
  display: block; }

.toplink .socialList {
  font-size: 0; }
  .toplink .socialList li, .toplink .socialList a {
    display: inline-block; }
  .toplink .socialList li {
    margin: 0 8px; }

.toplink-search {
  color: #B7D100; }
  .toplink-search .icon {
    font-size: 17px; }

@media screen and (min-width: 992px) {
  .mobileMenuBlock, .mobileHeader, .mobile-bottom {
    display: none; } }

.mobileHeader {
  background-color: #FFFFFF;
  width: 100%;
  height: 60px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(0, -100%);
  -ms-transform: translate(0, -100%);
  transform: translate(0, -100%);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  .mobileHeader .mobile-logo {
    display: inline-block;
    height: 70%;
    position: absolute;
    top: 50%;
    left: 22.5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .mobileHeader.show {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%); }

.hamburger {
  cursor: pointer;
  width: 40px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }
  .hamburger:before, .hamburger:after {
    content: ''; }
  .hamburger:before, .hamburger:after, .hamburger .line {
    width: 100%;
    height: 3px;
    border-radius: 2px;
    display: block;
    position: absolute;
    left: 50%;
    background-color: #B7D100; }
  .hamburger:before {
    top: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .hamburger:after {
    bottom: 0;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .hamburger .line {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.coverBody {
  pointer-events: none;
  width: 100%;
  height: 100vh;
  display: block;
  z-index: -1;
  background-color: #000000;
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: z-index 0s 0.6s ease-out, opacity 0.3s 0.3s ease-out;
  -o-transition: z-index 0s 0.6s ease-out, opacity 0.3s 0.3s ease-out;
  transition: z-index 0s 0.6s ease-out, opacity 0.3s 0.3s ease-out; }
  .coverBody.show {
    pointer-events: auto;
    opacity: 0.5;
    z-index: 11;
    -webkit-transition: z-index 0s 0s ease-out, opacity 0.3s 0s ease-out;
    -o-transition: z-index 0s 0s ease-out, opacity 0.3s 0s ease-out;
    transition: z-index 0s 0s ease-out, opacity 0.3s 0s ease-out; }

.mobileMenuBlock {
  width: 300px;
  top: 0;
  left: -300px;
  position: fixed;
  z-index: 12;
  height: 100vh;
  background-color: #FFFFFF;
  -webkit-box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  .mobileMenuBlock.active {
    left: 0;
    -webkit-transition: all 0.3s 0.3s ease-in-out;
    -o-transition: all 0.3s 0.3s ease-in-out;
    transition: all 0.3s 0.3s ease-in-out; }

.mobileMenuBoxArea {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.mobileMenuBox {
  position: absolute;
  top: 0;
  left: 300px;
  height: 100%;
  max-height: 100%;
  width: 100%;
  overflow-y: auto;
  border-right: 1px solid #CCC;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  .mobileMenuBox.show {
    left: 0; }
  .mobileMenuBox.hideLeft {
    left: -300px; }

.mobileMenu li {
  border-bottom: 1px solid #CCC;
  background-color: #FFFFFF; }
  .mobileMenu li.mobileMenu-Back {
    cursor: pointer;
    background-color: #F6AA00;
    color: #FFFFFF;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 40px;
    position: relative;
    font-size: 20px; }
    .mobileMenu li.mobileMenu-Back span {
      display: inline-block; }
    .mobileMenu li.mobileMenu-Back .icon {
      display: block;
      font-weight: 900;
      position: absolute;
      top: 50%;
      right: 15px;
      font-size: 20px;
      -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
      transform: translate(0%, -50%); }
  .mobileMenu li a {
    text-decoration: none;
    width: 100%;
    color: #000000;
    display: inline-block;
    position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 30px;
    padding-right: 15px; }
    .mobileMenu li a:before {
      content: '\e920';
      font-family: 'customFonts';
      color: #F6AA00;
      display: inline-block;
      position: absolute;
      font-size: 14px;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      -webkit-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out;
      left: 10px; }
  .mobileMenu li.more a {
    padding-right: 30px; }
    .mobileMenu li.more a:after {
      content: '\e91c';
      font-family: 'customFonts';
      display: inline-block;
      position: absolute;
      top: 50%;
      right: 10px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      color: #F6AA00; }

.mobile-bottom {
  width: 100%;
  position: fixed;
  bottom: 0px;
  left: 0;
  z-index: 10;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  .mobile-bottom.show {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    transform: translate(0, 0%); }
  @media screen and (min-width: 992px) {
    .mobile-bottom {
      display: none; } }
  .mobile-bottom ul {
    width: 100%;
    font-size: 0; }
    .mobile-bottom ul li, .mobile-bottom ul a {
      font-size: 16px;
      display: inline-block; }
    .mobile-bottom ul li {
      width: 33.33%;
      text-align: center; }
    .mobile-bottom ul a {
      width: 100%;
      padding-top: 10px;
      padding-bottom: 10px;
      background-color: #B7D100;
      color: #FFFFFF;
      text-decoration: none; }

footer {
  background-color: #FFFFFF;
  position: relative;
  padding-top: 40px;
  margin-top: 170px;
  padding-bottom: 60px;
  background-image: url("../images/grass.svg");
  background-repeat: repeat-x;
  background-position: center bottom; }
  footer:before {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background-image: -webkit-gradient(linear, left top, right top, color-stop(2%, rgba(247, 170, 0, 0)), color-stop(50%, #f7aa00), color-stop(98%, rgba(247, 170, 0, 0)));
    background-image: -webkit-linear-gradient(left, rgba(247, 170, 0, 0) 2%, #f7aa00 50%, rgba(247, 170, 0, 0) 98%);
    background-image: -o-linear-gradient(left, rgba(247, 170, 0, 0) 2%, #f7aa00 50%, rgba(247, 170, 0, 0) 98%);
    background-image: linear-gradient(90deg, rgba(247, 170, 0, 0) 2%, #f7aa00 50%, rgba(247, 170, 0, 0) 98%); }
  footer.index {
    margin-top: 0; }

.footerContainer {
  margin-bottom: 40px; }

.footerInfo {
  text-align: center;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .footerInfo {
      width: 50%; } }
  @media screen and (min-width: 1200px) {
    .footerInfo {
      margin-bottom: 0;
      width: 29.345%;
      padding-right: 50px; } }
  @media screen and (min-width: 1440px) {
    .footerInfo {
      padding-left: 30px;
      padding-right: 100px; } }

.footerInfoText {
  font-size: 16px;
  display: none; }

.footerMenu {
  width: 100%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .footerMenu {
      width: 50%; } }
  @media screen and (min-width: 1200px) {
    .footerMenu {
      padding-left: 0px;
      padding-right: 0px;
      margin-bottom: 0;
      width: 23.75%; } }
  .footerMenu ul {
    font-size: 0; }
    .footerMenu ul li, .footerMenu ul a {
      display: inline-block;
      font-size: 16px;
      position: relative; }
    .footerMenu ul li {
      width: 50%;
      margin-bottom: 20px; }
      @media screen and (max-width: 554px) {
        .footerMenu ul li {
          width: 100%; } }
      .footerMenu ul li a {
        text-decoration: none;
        color: #000000;
        padding-left: 15px; }
        .footerMenu ul li a:before {
          content: '\e920';
          font-family: 'customFonts';
          color: #F6AA00;
          display: inline-block;
          position: absolute;
          font-size: 14px;
          top: 50%;
          left: 0;
          -webkit-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
          -webkit-transition: all 0.3s 0s ease-in-out;
          -o-transition: all 0.3s 0s ease-in-out;
          transition: all 0.3s 0s ease-in-out; }
        .footerMenu ul li a:hover:before {
          color: #B7D100; }

.footerBlockTitle {
  margin-bottom: 20px; }

.footerContact {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .footerContact {
      width: 50%; } }
  @media screen and (min-width: 1200px) {
    .footerContact {
      padding-right: 0px;
      padding-left: 30px;
      margin-bottom: 0;
      width: 26.875%; } }
  @media screen and (min-width: 1440px) {
    .footerContact {
      padding-left: 60px; } }

.footerContactInfo a {
  text-decoration: none;
  color: #000000;
  font-size: 14px;
  line-height: 2; }
  @media screen and (min-width: 1200px) {
    .footerContactInfo a {
      font-size: 12px; } }
  @media screen and (min-width: 1440px) {
    .footerContactInfo a {
      font-size: 14px; } }

.footerContactInfo .phone a {
  color: #B7D100; }

.footerSocial {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 20px; }
  @media screen and (min-width: 768px) {
    .footerSocial {
      width: 50%; } }
  @media screen and (min-width: 1200px) {
    .footerSocial {
      margin-bottom: 0;
      width: 20%; } }
  @media screen and (min-width: 1440px) {
    .footerSocial {
      padding-left: 30px;
      padding-right: 0px; } }
  .footerSocial .formBlock {
    margin-bottom: 10px; }
  .footerSocial .formBtnArea {
    padding-top: 0;
    padding: 0;
    text-align: left; }
    .footerSocial .formBtnArea .btn-cis-1 .text {
      padding-left: 10px;
      padding-right: 30px; }

.footerSocialList {
  display: inline-block;
  font-size: 0; }
  .footerSocialList li, .footerSocialList a {
    font-size: 16px;
    display: inline-block; }
  .footerSocialList li {
    margin-right: 10px; }
    @media screen and (min-width: 1440px) {
      .footerSocialList li {
        margin-right: 20px; } }
    .footerSocialList li:last-child {
      margin-right: 0; }

.copyright {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #B3B3B3;
  padding-top: 15px;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .copyright {
      text-align: right;
      padding-left: 20px;
      padding-right: 20px;
      padding-top: 25px;
      padding-bottom: 25px; } }

.copyrightTxt {
  margin-right: 15px;
  display: inline-block;
  font-size: 14px;
  color: #808080; }

.indexBanner {
  width: 100%;
  position: relative; }

.indexBanner__Area {
  display: block; }
  .indexBanner__Area.slick-dotted.slick-slider {
    margin-bottom: 0; }

.indexBanner__ItemArea {
  position: relative;
  overflow: hidden;
  height: 0;
  width: 100%;
  display: block;
  padding-bottom: 50%; }
  .indexBanner__ItemArea img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: none;
    max-height: none;
    width: auto;
    height: 100%; }
    .indexBanner__ItemArea img.pc {
      display: none; }
    .indexBanner__ItemArea img.mb {
      display: block; }
  @media screen and (min-width: 1200px) {
    .indexBanner__ItemArea {
      padding-bottom: 43.22%; }
      .indexBanner__ItemArea img.pc {
        display: block; }
      .indexBanner__ItemArea img.mb {
        display: none; } }

.indexBanner__dots {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%); }

.audioControlBlock {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center; }
  .audioControlBlock > * {
    display: inline-block;
    vertical-align: middle; }
  .audioControlBlock audio {
    display: block; }

.audioControl {
  display: inline-block; }
  .audioControl > * {
    display: inline-block;
    vertical-align: middle; }

.audio-playControl {
  width: 32px;
  height: 32px;
  border: 1px solid #FFFFFF;
  position: relative;
  cursor: pointer; }
  .audio-playControl:before, .audio-playControl:after {
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    border-style: solid;
    border-color: transparent transparent transparent #FFFFFF;
    border-width: 6px 0px 6px 7px;
    background-color: transparent;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .audio-playControl:hover:before, .audio-playControl:hover:after {
    -webkit-transform: translate(-50%, -50%) scale(1.1, 1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1, 1.1);
    transform: translate(-50%, -50%) scale(1.1, 1.1); }
  .audio-playControl.stop:before, .audio-playControl.stop:after {
    height: 12px;
    width: 3px;
    border-width: 0px;
    background-color: #FFFFFF;
    -webkit-transform: translate(0, -50%) scale(1, 1);
    -ms-transform: translate(0, -50%) scale(1, 1);
    transform: translate(0, -50%) scale(1, 1); }
  .audio-playControl.stop:before {
    left: 10px; }
  .audio-playControl.stop:after {
    left: 19px; }
  .audio-playControl.stop:hover:before, .audio-playControl.stop:hover:after {
    -webkit-transform: translate(0, -50%) scale(1.1, 1.1);
    -ms-transform: translate(0, -50%) scale(1.1, 1.1);
    transform: translate(0, -50%) scale(1.1, 1.1); }

.audio-sound {
  cursor: pointer;
  position: relative;
  width: 18px;
  height: 11px; }
  .audio-sound img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .audio-sound.on .sound-on {
    opacity: 1; }
  .audio-sound.on .sound-off {
    opacity: 0; }
  .audio-sound.off .sound-on {
    opacity: 0; }
  .audio-sound.off .sound-off {
    opacity: 1; }

.audio-startTime, .audio-endTime {
  color: #FFFFFF;
  margin-left: 10px;
  margin-right: 10px; }

.audio-processBox {
  width: 100px;
  height: 10px;
  position: relative;
  border: 1px solid #FFFFFF; }
  @media screen and (min-width: 768px) {
    .audio-processBox {
      width: 200px; } }
  @media screen and (min-width: 1200px) {
    .audio-processBox {
      width: 300px; } }
  .audio-processBox .audio-process {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#fcd842), color-stop(35.76%, #facf00), to(#f99e43));
    background-image: -webkit-linear-gradient(left, #fcd842 0%, #facf00 35.76%, #f99e43 100%);
    background-image: -o-linear-gradient(left, #fcd842 0%, #facf00 35.76%, #f99e43 100%);
    background-image: linear-gradient(90deg, #fcd842 0%, #facf00 35.76%, #f99e43 100%);
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }

.pagesBanner {
  position: relative;
  width: 100%;
  z-index: 1; }

.pagesBanner__Item {
  width: 100%;
  height: 0;
  overflow: hidden;
  display: block;
  padding-bottom: 33.33%; }
  .pagesBanner__Item img {
    max-height: none;
    max-width: none;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .pagesBanner__Item img.pc {
      display: none; }
    .pagesBanner__Item img.mb {
      display: block; }
  @media screen and (min-width: 1200px) {
    .pagesBanner__Item {
      padding-bottom: 26.041%; }
      .pagesBanner__Item img.pc {
        display: block; }
      .pagesBanner__Item img.mb {
        display: none; } }

.breadcrumbsList {
  padding-top: 10px;
  padding-bottom: 10px;
  width: 100%;
  text-align: right;
  font-size: 0; }
  .breadcrumbsList li, .breadcrumbsList a, .breadcrumbsList span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .breadcrumbsList li a {
    text-decoration: none;
    color: #B1B1B1; }
    .breadcrumbsList li a:hover {
      color: #B7D100; }
  .breadcrumbsList li:after {
    content: '>';
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    color: #B1B1B1; }
  .breadcrumbsList li:last-child a {
    color: #B7D100; }
  .breadcrumbsList li:last-child:after {
    content: none; }

.pagesTool {
  width: 100%;
  text-align: center;
  position: relative;
  padding-left: 35px;
  padding-right: 35px; }
  .pagesTool a {
    text-decoration: none;
    color: #B3B3B3;
    display: inline-block;
    font-size: 12px; }
  @media screen and (min-width: 768px) {
    .pagesTool {
      padding-left: 0;
      padding-right: 0; } }

.pagesToolList {
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  display: none; }
  .pagesToolList:before, .pagesToolList:after {
    content: '';
    display: inline-block;
    color: #B3B3B3;
    position: absolute;
    top: 50%;
    font-size: 12px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%); }
  .pagesToolList:before {
    content: '<';
    left: 0; }
  .pagesToolList:after {
    content: '>';
    right: 0; }
  @media screen and (min-width: 768px) {
    .pagesToolList {
      display: inline-block; } }
  .pagesToolList li, .pagesToolList a {
    display: inline-block; }
  .pagesToolList a {
    width: 18px;
    height: 18px;
    text-align: center;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .pagesToolList li {
    margin-right: 2px;
    margin-left: 2px; }
    .pagesToolList li.active a {
      background-color: #B7D100;
      border-radius: 50%;
      color: #FFFFFF; }

.mobilePages {
  position: relative;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%; }
  .mobilePages span {
    font-size: 12px;
    color: #B3B3B3; }
  @media screen and (min-width: 768px) {
    .mobilePages {
      display: none; } }

.pages_prev, .pages_next {
  display: inline-block;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  z-index: 1; }
  @media screen and (min-width: 768px) {
    .pages_prev, .pages_next {
      width: auto;
      position: relative;
      top: 0;
      -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      transform: translate(0, 0%); } }

.pages_prev {
  left: 5px; }
  @media screen and (min-width: 768px) {
    .pages_prev {
      margin-right: 10px; } }

.pages_next {
  right: 5px; }
  @media screen and (min-width: 768px) {
    .pages_next {
      margin-left: 10px; } }

.formgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .formgroup[class*="in_"] > * {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1440px) {
      .formgroup[class*="in_"] > * {
        padding-left: 10px;
        padding-right: 10px; } }
  .formgroup.in_1c > * {
    width: 100%; }
  .formgroup.in_2c > * {
    width: 50%; }
  .formgroup.in_3c > * {
    width: 33.33333%; }
  .formgroup.in_4c > * {
    width: 25%; }
  .formgroup.in_5c > * {
    width: 20%; }
  .formgroup > * {
    margin-bottom: 30px; }

.formBlock {
  position: relative; }
  .formBlock input, .formBlock textarea, .formBlock select {
    border: 1px solid #B3B3B3;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px; }
  .formBlock input, .formBlock textarea, .formBlock select, .formBlock .formBlockBox {
    width: 100%;
    position: relative;
    border-radius: 5px;
    display: inline-block; }
  .formBlock input[type="radio"] {
    width: auto;
    display: inline-block; }
  .formBlock .formBlockBox:not(.noFix) {
    cursor: pointer; }
    .formBlock .formBlockBox:not(.noFix) .text {
      z-index: 1;
      pointer-events: none;
      display: inline-block;
      padding-left: 10px;
      padding-right: 10px;
      position: absolute;
      top: 7px;
      -webkit-transform: translate(0, 0%);
      -ms-transform: translate(0, 0%);
      transform: translate(0, 0%); }
    .formBlock .formBlockBox:not(.noFix):focus .text {
      opacity: 0; }
  .formBlock.select .formBlockBox {
    border: 1px solid #B3B3B3; }
    .formBlock.select .formBlockBox:before {
      content: '';
      width: 0;
      height: 0;
      display: block;
      position: absolute;
      top: 50%;
      right: 8px;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
      border-style: solid;
      border-width: 6px 3px 0px 3px;
      border-color: #000 transparent transparent transparent; }
  .formBlock.select select {
    opacity: 0; }
    .formBlock.select select.show {
      opacity: 1; }
  .formBlock .text {
    color: #4D4D4D;
    position: relative;
    left: 0;
    top: 0;
    white-space: nowrap;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
    .formBlock .text.hide {
      opacity: 0;
      left: 10px; }
  .formBlock .must:after {
    content: "*";
    color: #F6AA00; }

.radioBox {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px; }
  .radioBox input[type="radio"] {
    display: none; }
    .radioBox input[type="radio"]:checked + label .radioCircle:before {
      width: 10px;
      height: 10px;
      opacity: 1; }
  .radioBox label {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    cursor: pointer; }
    .radioBox label .radioCircle {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      display: block;
      border: 1px solid #B3B3B3;
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
      .radioBox label .radioCircle:before {
        content: '';
        width: 0px;
        height: 0px;
        border-radius: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
        background-color: #000000;
        display: block;
        -webkit-transition: all 0.3s 0s cubic-bezier(0.05, 1.12, 0.8, 1.33);
        -o-transition: all 0.3s 0s cubic-bezier(0.05, 1.12, 0.8, 1.33);
        transition: all 0.3s 0s cubic-bezier(0.05, 1.12, 0.8, 1.33); }

.formBtnArea {
  padding-top: 30px;
  padding-bottom: 75px;
  text-align: center; }
  .formBtnArea > * {
    margin: 0 5px 5px; }

.lightBox {
  visibility: hidden;
  opacity: 0;
  padding-top: 50px;
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100vh;
  display: block;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s 0s ease-out, z-index 0s .3s ease-out, visibility 0s .3s ease-out;
  -o-transition: opacity 0.3s 0s ease-out, z-index 0s .3s ease-out, visibility 0s .3s ease-out;
  transition: opacity 0.3s 0s ease-out, z-index 0s .3s ease-out, visibility 0s .3s ease-out; }
  .lightBox.active {
    z-index: 10;
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 0.3s 0s ease-out, z-index 0s 0s ease-out, visibility 0s 0s ease-out;
    -o-transition: opacity 0.3s 0s ease-out, z-index 0s 0s ease-out, visibility 0s 0s ease-out;
    transition: opacity 0.3s 0s ease-out, z-index 0s 0s ease-out, visibility 0s 0s ease-out; }
    .lightBox.active .LightBox_Content {
      opacity: 1;
      -webkit-transition: all .3s .3s ease-out;
      -o-transition: all .3s .3s ease-out;
      transition: all .3s .3s ease-out; }

.LightBox_Bg {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 0.6; }

.LightBox_ContentBox {
  width: 100%;
  height: 100%;
  overflow: auto; }

.LightBox_Content {
  width: 90%;
  padding: 15px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #CCC;
  opacity: 0;
  -webkit-transition: all .3s 0s ease-out;
  -o-transition: all .3s 0s ease-out;
  transition: all .3s 0s ease-out; }
  @media screen and (min-width: 768px) {
    .LightBox_Content {
      width: auto;
      padding: 30px; } }

.LightBox_Close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  display: block; }
  .LightBox_Close:before, .LightBox_Close:after {
    content: '';
    width: 100%;
    height: 3px;
    border-radius: 2px;
    background-color: #FFFFFF;
    position: absolute;
    top: 50%;
    left: 50%; }
  .LightBox_Close:before {
    -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotateZ(45deg); }
  .LightBox_Close:after {
    -webkit-transform: translate(-50%, -50%) rotateZ(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotateZ(-45deg); }

.searchInputBox {
  position: relative;
  min-width: 250px; }
  .searchInputBox input {
    padding: 5px 45px 5px 15px;
    height: 30px;
    width: 100%;
    border: 1px solid #FFFFFF; }
  .searchInputBox .searchBtn {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 3px;
    right: 0;
    text-align: center;
    width: 30px;
    height: 30px;
    background-color: #B7D100;
    border: 1px solid #FFFFFF; }
    .searchInputBox .searchBtn .icon {
      color: #FFFFFF; }
  @media screen and (min-width: 768px) {
    .searchInputBox {
      min-width: 500px; } }

.activity__Date {
  font-family: 'Lato','Microsoft JhengHei','微軟正黑體', sans-serif, serif;
  font-size: 24px;
  font-weight: 100; }

.activityDetail__Btn {
  text-align: center;
  margin-bottom: 60px; }
  .activityDetail__Btn a {
    margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 10px; }

.ExperienceBlock {
  margin-bottom: 100px; }

.activityDetailBottom__Btn:after {
  content: '';
  width: 100%;
  display: table;
  clear: both; }

.activityDetailBottom__Btn a:first-child {
  float: left; }

.activityDetailBottom__Btn a:last-child {
  float: right; }
.activity__Content strong{
  font-weight: bold;}

.recruitText {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
  font-size: 18px;
  text-align: center; }
  @media screen and (min-width: 992px) {
    .recruitText {
      padding-left: 40px;
      padding-right: 40px;
      padding-top: 50px;
      padding-bottom: 50px; } }

.recruit__Top, .recruit__bottom {
  padding-top: 20px;
  padding-bottom: 20px; }

.recruit__bottom {
  border-top: 1px solid #B7D100; }

.qaList {
  margin-bottom: 40px; }

.orignBlock {
  overflow: hidden;
  padding-top: 22px;
  margin-bottom: 120px; }
  @media screen and (min-width: 768px) {
    .orignBlock {
      padding-top: 44px; } }

.orignBlockArea {
  border-style: solid;
  border-color: #B7D100;
  border-width: 0px 1px 1px 1px;
  padding: 70px 15px 15px 15px;
  position: relative; }
  @media screen and (min-width: 768px) {
    .orignBlockArea {
      padding: 70px 30px 30px 30px; } }
  @media screen and (min-width: 1200px) {
    .orignBlockArea {
      padding: 70px 70px 50px 70px; } }
  .orignBlockArea .waveTitle {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .orignBlockArea .waveTitle .text:before, .orignBlockArea .waveTitle .text:after {
      content: '';
      display: block;
      width: 1920px;
      height: 1px;
      background-color: #B7D100;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
    .orignBlockArea .waveTitle .text:before {
      right: 100%; }
    .orignBlockArea .waveTitle .text:after {
      left: 100%; }

.orignBlockDesc {
  line-height: 2;
  text-align: center; }

.selfBlock__ItemArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .selfBlock__ItemArea[class*="in_"] > * {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1440px) {
      .selfBlock__ItemArea[class*="in_"] > * {
        padding-left: 10px;
        padding-right: 10px; } }
  .selfBlock__ItemArea.in_1c > * {
    width: 100%; }
  .selfBlock__ItemArea.in_2c > * {
    width: 50%; }
  .selfBlock__ItemArea.in_3c > * {
    width: 33.33333%; }
  .selfBlock__ItemArea.in_4c > * {
    width: 25%; }
  .selfBlock__ItemArea.in_5c > * {
    width: 20%; }

.selfBlock__Item:nth-child(2n+1) .leaf {
  text-align: center; }
  .selfBlock__Item:nth-child(2n+1) .leaf .leafLeft {
    display: inline-block; }
  .selfBlock__Item:nth-child(2n+1) .leaf .leatRight {
    display: none; }
  @media screen and (min-width: 992px) {
    .selfBlock__Item:nth-child(2n+1) .leaf {
      text-align: left;
      left: 47.5%;
      width: 50%; } }

.selfBlock__Item:nth-child(2n+2) .leaf .leafLeft {
  display: none; }

.selfBlock__Item:nth-child(2n+2) .leaf .leatRight {
  display: inline-block; }

@media screen and (min-width: 992px) {
  .selfBlock__Item:nth-child(2n+2) .leaf {
    text-align: right; } }

@media screen and (min-width: 992px) {
  .selfBlock__Item:nth-child(2n+2) .selfBlock__Item__L {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .selfBlock__Item:nth-child(2n+2) .selfBlock__Item__R {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.selfBlock__Item:last-child .leaf {
  display: none; }

.selfBlock__Item .leaf {
  padding-top: 0px;
  padding-bottom: 0px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 992px) {
    .selfBlock__Item .leaf {
      padding-top: 50px;
      padding-bottom: 100px;
      width: 47.5%; } }

.selfBlock__Item__L, .selfBlock__Item__R {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .selfBlock__Item__L, .selfBlock__Item__R {
      width: 50%; } }

.selfBlock__Item__R {
  padding-top: 60px; }

.selfBlock__Title {
  padding-left: 60px;
  margin-bottom: 15px; }
  .selfBlock__Title span {
    display: inline-block;
    vertical-align: middle; }
  .selfBlock__Title .flag {
    width: 60px;
    margin-left: -60px; }
  .selfBlock__Title .text {
    font-size: 42px;
    color: #B7D100; }

.selfBlock__Desc {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 50px; }

.selfBlock__LinkBtn {
  width: 100%;
  display: block;
  margin: 0 auto;
  text-align: center; }
  .selfBlock__LinkBtn .text {
    display: inline-block;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    color: #F6AA00;
    font-size: 18px;
    max-width: 320px;
    text-decoration: none;
    border-width: 3px;
    border-style: solid;
    border-color: #F6AA00;
    position: relative; }
    .selfBlock__LinkBtn .text:before, .selfBlock__LinkBtn .text:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      bottom: 100%;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      border-style: solid; }
    .selfBlock__LinkBtn .text:before {
      border-width: 0px 12px 21px 12px;
      border-color: transparent transparent #F6AA00 transparent; }
    .selfBlock__LinkBtn .text:after {
      border-width: 0px 9px 15px 9px;
      border-color: transparent transparent #FFFFFF transparent; }
  @media screen and (min-width: 768px) {
    .selfBlock__LinkBtn {
      font-size: 24px;
      text-align: left;
      padding-top: 15px;
      padding-bottom: 15px; } }

.selfCateList {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-bottom: 30px; }
  @media screen and (min-width: 768px) {
    .selfCateList {
      margin-bottom: 70px; } }
  .selfCateList li {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    margin-bottom: 5px;
    display: inline-block; }
    .selfCateList li.report a:hover {
      background-color: #B7D100; }
    .selfCateList li.report.active a {
      background-color: #B7D100;
      color: #FFFFFF; }
    .selfCateList li.news a:hover {
      background-color: #F6AA00; }
    .selfCateList li.news.active a {
      background-color: #F6AA00;
      color: #FFFFFF; }
    .selfCateList li.photo a:hover {
      background-color: #29ABE2; }
    .selfCateList li.photo.active a {
      background-color: #29ABE2;
      color: #FFFFFF; }
    .selfCateList li.video a:hover {
      background-color: #DD4048; }
    .selfCateList li.video.active a {
      background-color: #DD4048;
      color: #FFFFFF; }
    .selfCateList li.experience a:hover {
      background-color: #00A99D; }
    .selfCateList li.experience.active a {
      background-color: #00A99D;
      color: #FFFFFF; }

.contactBlock {
  max-width: 810px; }

.aboutDDYP .orignBlock {
  padding-top: 72px; }
  .aboutDDYP .orignBlock .articleTitle-2 {
    position: relative; }
    @media screen and (min-width: 768px) {
      .aboutDDYP .orignBlock .articleTitle-2 {
        padding-left: 180px;
        padding-right: 180px; } }
    .aboutDDYP .orignBlock .articleTitle-2 .fixImg {
      display: block;
      margin: 10px auto; }
      @media screen and (min-width: 768px) {
        .aboutDDYP .orignBlock .articleTitle-2 .fixImg {
          position: absolute;
          margin: 0px auto;
          bottom: 100%;
          left: 0;
          -webkit-transform: translate(0, 27px);
          -ms-transform: translate(0, 27px);
          transform: translate(0, 27px); } }

.buildHistory {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 55px;
  padding-bottom: 70px;
  max-width: 300px;
  margin: 0 auto; }
  .buildHistory[class*="in_"] > * {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1440px) {
      .buildHistory[class*="in_"] > * {
        padding-left: 10px;
        padding-right: 10px; } }
  .buildHistory.in_1c > * {
    width: 100%; }
  .buildHistory.in_2c > * {
    width: 50%; }
  .buildHistory.in_3c > * {
    width: 33.33333%; }
  .buildHistory.in_4c > * {
    width: 25%; }
  .buildHistory.in_5c > * {
    width: 20%; }
  @media screen and (min-width: 768px) {
    .buildHistory {
      max-width: 600px; } }
  @media screen and (min-width: 1200px) {
    .buildHistory {
      max-width: none;
      width: auto; } }

.buildHistory__Item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 30px; }
  .buildHistory__Item[class*="in_"] > * {
    padding-left: 15px;
    padding-right: 15px; }
    @media screen and (min-width: 1440px) {
      .buildHistory__Item[class*="in_"] > * {
        padding-left: 10px;
        padding-right: 10px; } }
  .buildHistory__Item.in_1c > * {
    width: 100%; }
  .buildHistory__Item.in_2c > * {
    width: 50%; }
  .buildHistory__Item.in_3c > * {
    width: 33.33333%; }
  .buildHistory__Item.in_4c > * {
    width: 25%; }
  .buildHistory__Item.in_5c > * {
    width: 20%; }
  .buildHistory__Item:nth-child(1) .buildHistory__Item__R {
    padding-left: 0px;
    width: 100%; }
  @media screen and (min-width: 768px) {
    .buildHistory__Item {
      width: 50%; } }
  @media screen and (min-width: 1200px) {
    .buildHistory__Item {
      margin-bottom: 0;
      width: 26.33%; }
      .buildHistory__Item:nth-child(1) {
        width: 21%; } }

.buildHistory__Item__L {
  width: 90%; }

.buildHistory__Item__R {
  width: 100%;
  position: relative;
  padding-left: 70px; }
  @media screen and (min-width: 768px) {
    .buildHistory__Item__R {
      padding-left: 90px; } }

.buildHistory__Year {
  text-align: center;
  display: block;
  margin-bottom: 10px; }

.buildHistory__textBox {
  position: relative;
  display: inline-block; }

.buildHistory__text {
  position: relative;
  display: inline-block; }
  .buildHistory__text:before {
    content: '';
    background-image: url("../images/historyTextBG_02.png");
    background-repeat: no-repeat;
    background-size: 98% 100%;
    background-position: left bottom;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5px;
    left: -5px; }
  .buildHistory__text .text {
    min-width: 168px;
    color: #A27C52;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 20px;
    padding-right: 20px; }
  .buildHistory__text .svgBox_1 {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%; }
    .buildHistory__text .svgBox_1 svg {
      width: 100%;
      height: 100%; }

.buildHistory__circleText {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #B7D100;
  text-align: center;
  position: absolute;
  top: 35px;
  left: 0px; }
  .buildHistory__circleText .text {
    line-height: 50px;
    color: #B7D100; }
  @media screen and (min-width: 768px) {
    .buildHistory__circleText {
      left: 12px; } }

.aboutBlock_2_Box {
  margin-bottom: 60px; }
  .aboutBlock_2_Box > *:nth-child(2) {
    text-align: center; }
  .aboutBlock_2_Box.change > *:nth-child(1) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2; }
  .aboutBlock_2_Box.change > *:nth-child(2) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .aboutBlock_2_Box .growingUpImg {
    display: none;
    text-align: right;
    padding-right: 180px;
    margin-bottom: 50px; }
    @media screen and (min-width: 992px) {
      .aboutBlock_2_Box .growingUpImg {
        display: block; } }

.indexBtnArea {
  padding-top: 30px;
  padding-bottom: 30px; }
  .indexBtnArea > * {
    margin-right: 15px;
    margin-left: 0;
    margin-bottom: 5px; }
    .indexBtnArea > *:last-child {
      margin-right: 0; }

.indexNewsTagList {
  font-size: 0;
  margin-bottom: 50px; }
  .indexNewsTagList li, .indexNewsTagList a {
    font-size: 14px;
    display: inline-block; }
  .indexNewsTagList li {
    padding-right: 6px;
    margin-bottom: 5px; }
    .indexNewsTagList li:last-child {
      padding-right: 0; }
    .indexNewsTagList li.active a {
      background-color: #F6AA00; }
  .indexNewsTagList a {
    background-color: #B7D100;
    color: #FFFFFF;
    padding: 3px 8px;
    text-decoration: none;
    border-radius: 5px;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
    .indexNewsTagList a:hover {
      background-color: #F6AA00; }

.indexNews {
  position: relative; }

.indexNews_greenShape_1, .indexNews_greenShape_2 {
  pointer-events: none;
  position: absolute;
  z-index: 1; }

.indexNews_greenShape_1 {
  max-width: 34.79%;
  top: 25.5%;
  left: 0; }

.indexNews_greenShape_2 {
  top: 72%;
  right: 0; }

.indexNewsBlock {
  margin-bottom: 35px;
  position: relative;
  z-index: 1; }

.newsContentArea {
  margin-bottom: 10px; }

.newsContent__Items {
  position: absolute;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s 0s ease-in-out;
  -o-transition: all 0.3s 0s ease-in-out;
  transition: all 0.3s 0s ease-in-out; }
  .newsContent__Items.active {
    height: auto;
    position: relative;
    visibility: visible;
    opacity: 1; }

.indexNewsList__Item {
  margin-bottom: 35px; }

.indexNewsList__ItemArea {
  text-decoration: none;
  display: inline-block;
  position: relative;
  width: 100%;
  padding-left: 60px; }
  .indexNewsList__ItemArea .num {
    display: inline-block;
    position: absolute;
    font-size: 42px;
    left: 0;
    color: #B7D100; }
  .indexNewsList__ItemArea:hover .indexNewsList__Title .read {
    color: #F6AA00; }

.indexNewsList__date {
  font-size: 14px;
  color: #999999; }

.indexNewsList__text {
  border-bottom: 1px solid #999;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px; }

.indexNewsList__textBot {
  position: relative; }

.indexNewsList__Title {
  position: relative;
  display: inline-block;
  max-width: 100%;
  color: #000000;
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .indexNewsList__Title {
      padding-right: 89px;
      max-height: 1.5em; } }
  .indexNewsList__Title .ellipsis {
    padding-left: 5px;
    color: #000000; }
    @media screen and (min-width: 768px) {
      .indexNewsList__Title .ellipsis {
        position: absolute;
        bottom: 0;
        right: 0; } }
    .indexNewsList__Title .ellipsis .read {
      padding-left: 2px;
      color: #999999;
      font-size: 14px;
      -webkit-transition: all 0.3s 0s ease-in-out;
      -o-transition: all 0.3s 0s ease-in-out;
      transition: all 0.3s 0s ease-in-out; }

@media screen and (min-width: 1440px) {
  .indexNewsAdBlock {
    width: 1270px; } }

.indexNewsAd {
  z-index: 2;
  position: relative; }

.indexNewsAd__Area {
  padding-left: 32px;
  padding-right: 32px; }
  .indexNewsAd__Area.slick-dotted.slick-slider {
    margin-bottom: 0; }
  @media screen and (min-width: 768px) {
    .indexNewsAd__Area {
      padding-left: 44px;
      padding-right: 44px; } }
  @media screen and (min-width: 1200px) {
    .indexNewsAd__Area {
      padding-left: 58px;
      padding-right: 58px; } }

.indexNewsAd__Item {
  padding: 0 4px; }

.indexNewsAd__ItemAera {
  display: block;
  border: 1px solid #999999; }

.indexNewsAd__Img {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 67.56%;
  overflow: hidden;
  position: relative; }
  .indexNewsAd__Img img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.indexActivityPhoto__ItemArea {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 67.56%;
  overflow: hidden;
  position: relative; }
  .indexActivityPhoto__ItemArea img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.indexActivityBlock_1, .indexActivityBlock_2, .indexActivityBlock_3, .indexActivityBlock_4, .indexActivityBlock_5, .indexActivityBlock_6 {
  position: relative; }

.indexActivityBlock_1, .indexActivityBlock_2, .indexActivityBlock_3 {
  margin-bottom: 90px; }

.indexActivityBlock_4, .indexActivityBlock_5 {
  margin-bottom: 110px; }

.indexActivityBlock_6 {
  margin-bottom: 45px; }

.indexActivityBlock_1 .indexActivityBox > *:nth-child(1) {
  text-align: center; }
  @media screen and (min-width: 992px) {
    .indexActivityBlock_1 .indexActivityBox > *:nth-child(1) {
      text-align: left; } }

.AB1_greenShape_1 {
  position: absolute;
  left: 0;
  top: 15%; }
  @media screen and (min-width: 768px) {
    .AB1_greenShape_1 {
      top: 35%; } }

.AB1_greenShape_2 {
  position: absolute;
  right: 0;
  bottom: 0%; }
  @media screen and (min-width: 768px) {
    .AB1_greenShape_2 {
      bottom: -12%; } }

.indexActivityBlock_2 .indexActivityBox, .indexActivityBlock_4 .indexActivityBox {
  position: relative;
  z-index: 2; }
  .indexActivityBlock_2 .indexActivityBox > *:nth-child(1), .indexActivityBlock_4 .indexActivityBox > *:nth-child(1) {
    text-align: center; }
    @media screen and (min-width: 992px) {
      .indexActivityBlock_2 .indexActivityBox > *:nth-child(1), .indexActivityBlock_4 .indexActivityBox > *:nth-child(1) {
        text-align: right; } }
  .indexActivityBlock_2 .indexActivityBox > *:nth-child(2), .indexActivityBlock_4 .indexActivityBox > *:nth-child(2) {
    padding-top: 50px; }

.indexActivityBlock_2 .bottomImg, .indexActivityBlock_4 .bottomImg {
  position: relative;
  z-index: 1;
  margin-top: -35px; }

.AB2_greenShape_1 {
  position: absolute;
  width: 100%;
  bottom: -3%;
  left: 0; }
  .AB2_greenShape_1 img {
    width: 100%; }

.indexActivityBlock_3 .indexActivityBox > *:nth-child(2) {
  padding-top: 50px; }

.AB3_greenShape_1 {
  position: absolute;
  left: 0;
  top: 15%; }
  @media screen and (min-width: 768px) {
    .AB3_greenShape_1 {
      top: 30%; } }
  @media screen and (min-width: 992px) {
    .AB3_greenShape_1 {
      top: 62%; } }

.AB4_greenShape_1 {
  position: absolute;
  right: 0;
  top: 10%; }
  @media screen and (min-width: 768px) {
    .AB4_greenShape_1 {
      top: 17%; } }

@media screen and (min-width: 992px) {
  .indexActivityBlock_5 .indexActivityBox > *:nth-child(2) {
    margin-top: -300px; } }

.AB5_greenShape_1 {
  max-width: 40%;
  position: absolute;
  top: 70%;
  left: 0; }
  @media screen and (min-width: 768px) {
    .AB5_greenShape_1 {
      top: 50%; } }
  @media screen and (min-width: 992px) {
    .AB5_greenShape_1 {
      top: 25%; } }

.AB5_greenShape_2 {
  max-width: 40%;
  position: absolute;
  right: 0;
  bottom: 5%; }
  @media screen and (min-width: 992px) {
    .AB5_greenShape_2 {
      bottom: 11%; } }

.AB6_greenShape_1 {
  max-width: 37.5%;
  position: absolute;
  bottom: 0%;
  left: 0; }

.AB6_greenShape_2 {
  max-width: 48.75%;
  position: absolute;
  right: 0;
  top: 18%; }

.indexShareBlock_Area {
  display: block;
  background-color: #F7F7F7;
  padding-top: 60px;
  padding-bottom: 15px; }

.indexShareBlock__Top, .indexShareBlock__Bottom {
  width: 100%;
  display: block; }
  .indexShareBlock__Top img, .indexShareBlock__Bottom img {
    width: 100%;
    display: block;
    max-width: none;
    max-height: none; }

.indexShareVideoList {
  position: relative;
  padding-left: 30px;
  padding-right: 30px; }
  @media screen and (min-width: 768px) {
    .indexShareVideoList {
      padding-left: 60px;
      padding-right: 60px; } }
  @media screen and (min-width: 1200px) {
    .indexShareVideoList {
      padding-left: 110px;
      padding-right: 110px; } }

.indexShareVideoList__Item {
  padding-left: 15px;
  padding-right: 15px; }
  @media screen and (min-width: 768px) {
    .indexShareVideoList__Item {
      padding-left: 30px;
      padding-right: 30px; } }

.indexShareVideoList__ItemArea {
  text-decoration: none;
  cursor: pointer; }
  .indexShareVideoList__ItemArea:hover .indexShareVideoList__ImgArea:before {
    opacity: 0.3; }
  .indexShareVideoList__ItemArea:hover .indexShareVideoList__ImgArea:after {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1, 1);
    -ms-transform: translate(-50%, -50%) scale(1, 1);
    transform: translate(-50%, -50%) scale(1, 1); }

.indexShareVideoList__Img {
  position: relative;
  display: block; }
  .indexShareVideoList__Img:before {
    content: '';
    width: 100%;
    height: 100%;
    border: 2px solid #CCDB05;
    display: block;
    position: absolute;
    top: 5px;
    left: -5px; }
    @media screen and (min-width: 768px) {
      .indexShareVideoList__Img:before {
        top: 18px;
        left: -18px; } }

.indexShareVideoList__ImgArea {
  position: relative;
  width: 100%;
  display: block;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden; }
  .indexShareVideoList__ImgArea img {
    max-width: none;
    max-height: none;
    height: 100%;
    width: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .indexShareVideoList__ImgArea:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    background-color: #4D4D4D;
    opacity: 0;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
  .indexShareVideoList__ImgArea:after {
    content: '\e90c';
    font-family: 'customFonts';
    font-size: 48px;
    color: #FFFFFF;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0, 0);
    -ms-transform: translate(-50%, -50%) scale(0, 0);
    transform: translate(-50%, -50%) scale(0, 0);
    opacity: 0;
    -webkit-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out; }
    @media screen and (min-width: 1200px) {
      .indexShareVideoList__ImgArea:after {
        font-size: 72px; } }

.indexShareVideoList__Title {
  text-align: center;
  font-size: 18px;
  padding-top: 20px;
  color: #000000;
  padding-bottom: 15px; }
  @media screen and (min-width: 768px) {
    .indexShareVideoList__Title {
      font-size: 24px;
      padding-top: 40px; } }

.idx_practice{
  margin-top: 110px; }
